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