pgloader/examples/allcols/allcols.sql

6 lines
67 B
SQL

CREATE TABLE allcols (
a integer primary key,
b date,
c text
);