Files
Sipro-Marketplaces/internal/db/schema.sql

5 lines
74 B
SQL
Executable File

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