pgloader/examples/reformat/reformat.sql
2007-11-29 21:30:25 +00:00

5 lines
73 B
SQL

CREATE TABLE reformat (
id integer primary key,
timestamp timestamp
);