Re: diff's between creations of tables
Started by Dr. Evilover 24 years ago1 messagesgeneral
They are both the same, as far as I know. I usually make my table
definition file like this:
DROP SEQUENCE mytable_number_seq;
DROP TABLE mytable;
CREATE TABLE mytable (
number SERIAL
);
Import Notes
Reply to msg id not found: 000b01c11595$70c05d90$0200a8c0@trinityReference msg id not found: 000b01c11595$70c05d90$0200a8c0@trinity