db schemas beginning
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
CREATE TABLE audio_files (
|
||||
id uuid PRIMARY KEY,
|
||||
file_path text NOT NULL,
|
||||
file_type text NOT NULL,
|
||||
length_seconds int NOT NULL
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user