Files

5 lines
74 B
SQL
Executable File

CREATE TABLE test
(
id SERIAL PRIMARY KEY,
data TEXT NOT NULL
);