mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-07 23:07:00 +02:00
7 lines
84 B
SQL
7 lines
84 B
SQL
CREATE TABLE partial (
|
|
a integer primary key,
|
|
b text,
|
|
c text,
|
|
d text,
|
|
e text
|
|
); |