Files
yellowjacket/backend/database/sql/schemas/recordings.sql
T
2025-04-12 23:25:19 -05:00

6 lines
82 B
SQL

CREATE TABLE recordings (
id INTEGER PRIMARY KEY,
name text NOT NULL
);