Paste #1015
postgres=# CREATE TABLE x (
postgres(# id SERIAL PRIMARY KEY,
postgres(# content VARCHAR(255) DEFAULT NULL
postgres(# );
NOTICE: CREATE TABLE will CREATE implicit SEQUENCE "x_id_seq" FOR serial COLUMN "x.id"
Language: sql
Posted by Anonymous at 13 Oct 2011, 11:15:50 UTC