added IF NOT EXISTS to create and CRUD for each table
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
CREATE TABLE audio_files (
|
||||
CREATE TABLE IF NOT EXISTS audio_files (
|
||||
id int PRIMARY KEY,
|
||||
file_path text NOT NULL UNIQUE,
|
||||
length_milliseconds int NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user