pgloader/examples/partial/partial.sql

7 lines
84 B
SQL

CREATE TABLE partial (
a integer primary key,
b text,
c text,
d text,
e text
);