first db schema gen

This commit is contained in:
2025-04-13 18:15:22 -05:00
parent d4473f98b6
commit 0bbd1b2bca
16 changed files with 147 additions and 12 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
CREATE TABLE artists (
id INTEGER PRIMARY KEY,
id int PRIMARY KEY,
name text NOT NULL
);