pgloader/examples/reformat/reformat.sql
2007-11-21 10:27:22 +00:00

4 lines
72 B
SQL

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