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