This commit is contained in:
7
server/db/migrations/sqlite/0000_brainy_nehzno.sql
Normal file
7
server/db/migrations/sqlite/0000_brainy_nehzno.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
CREATE TABLE `todos` (
|
||||
`id` integer PRIMARY KEY NOT NULL,
|
||||
`user_id` integer NOT NULL,
|
||||
`title` text NOT NULL,
|
||||
`completed` integer DEFAULT 0 NOT NULL,
|
||||
`created_at` integer NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user