mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-09 07:47:00 +02:00
4 lines
72 B
SQL
4 lines
72 B
SQL
CREATE TABLE reformat (
|
|
id integer primary key,
|
|
timestamp timestamp
|
|
); |