pgloader/examples/errors/errors.sql
2007-11-29 21:30:25 +00:00

6 lines
66 B
SQL

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