mirror of
https://github.com/dimitri/pgloader.git
synced 2026-01-28 18:41:01 +01:00
6 lines
67 B
SQL
6 lines
67 B
SQL
CREATE TABLE allcols (
|
|
a integer primary key,
|
|
b date,
|
|
c text
|
|
);
|