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