mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-08 07:16:58 +02:00
6 lines
66 B
SQL
6 lines
66 B
SQL
CREATE TABLE udc (
|
|
b integer primary key,
|
|
c text,
|
|
d integer
|
|
);
|