zkt26/z1/init.sql

4 lines
81 B
SQL

CREATE TABLE IF NOT EXISTS names (
id SERIAL PRIMARY KEY,
name TEXT
);