5 lines
74 B
SQL
5 lines
74 B
SQL
CREATE TABLE test
|
|
(
|
|
id SERIAL PRIMARY KEY,
|
|
data TEXT NOT NULL
|
|
); |