zkt26/z2/init.sql
2026-04-20 21:31:47 +00:00

4 lines
77 B
SQL

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