Files
Dennis Hundertmark 6ed3300183 Initial commit
Generated by create-expo-app 3.3.0.
2025-04-04 08:33:13 +02:00

8 lines
154 B
SQL

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
);