mirror of
https://github.com/dimitri/pgloader.git
synced 2026-01-22 07:31:04 +01: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
|
|
);
|