mirror of
https://github.com/dimitri/pgloader.git
synced 2026-01-22 23:51:23 +01:00
5 lines
73 B
SQL
5 lines
73 B
SQL
CREATE TABLE reformat (
|
|
id integer primary key,
|
|
timestamp timestamp
|
|
);
|