db schemas beginning

This commit is contained in:
2025-04-12 23:25:19 -05:00
parent 2b368a71ee
commit 3c193209b9
7 changed files with 24 additions and 11 deletions
@@ -0,0 +1,5 @@
CREATE TABLE recordings (
id INTEGER PRIMARY KEY,
name text NOT NULL
);