mirror of
https://github.com/dimitri/pgloader.git
synced 2026-01-22 15:41:03 +01:00
6 lines
66 B
SQL
6 lines
66 B
SQL
CREATE TABLE udc (
|
|
b integer primary key,
|
|
c text,
|
|
d integer
|
|
);
|