pgloader/examples/fixed/fixed.sql
2010-04-15 16:55:37 +02:00

7 lines
74 B
SQL

CREATE TABLE fixed (
a integer primary key,
b date,
c time,
d text
);