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

6 lines
66 B
SQL

CREATE TABLE udc (
b integer primary key,
c text,
d integer
);