pgloader/examples/xzero/xzero.sql
2010-11-09 12:31:26 +01:00

6 lines
65 B
SQL

CREATE TABLE xzero (
a integer primary key,
b date,
c text
);