mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-08 15:27:00 +02:00
7 lines
74 B
SQL
7 lines
74 B
SQL
CREATE TABLE fixed (
|
|
a integer primary key,
|
|
b date,
|
|
c time,
|
|
d text
|
|
);
|