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