Initial commit
Generated by create-expo-app 3.3.0.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
CREATE TABLE `notes` (
|
||||
`id` text PRIMARY KEY NOT NULL,
|
||||
`title` text,
|
||||
`note_audio_url` text NOT NULL,
|
||||
`note_text` text,
|
||||
`created_at` text NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user