zkt25/init.sql
2026-05-14 07:35:50 +00:00

4 lines
84 B
SQL

CREATE TABLE IF NOT EXISTS notes (
id SERIAL PRIMARY KEY,
content TEXT
);