db schemas beginning
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE recordings (
|
||||
id INTEGER PRIMARY KEY,
|
||||
name text NOT NULL
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user