mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-08 07:16:58 +02:00
6 lines
65 B
SQL
6 lines
65 B
SQL
CREATE TABLE xzero (
|
|
a integer primary key,
|
|
b date,
|
|
c text
|
|
);
|