Authentication with firebase, Landing Page 1.Teil
This commit is contained in:
19
drizzle/0000_ambitious_hercules.sql
Normal file
19
drizzle/0000_ambitious_hercules.sql
Normal file
@@ -0,0 +1,19 @@
|
||||
CREATE TABLE `Deck` (
|
||||
`id` integer PRIMARY KEY AUTOINCREMENT NOT NULL,
|
||||
`deckname` text NOT NULL,
|
||||
`bildname` text,
|
||||
`bildid` text,
|
||||
`iconindex` integer,
|
||||
`x1` real,
|
||||
`x2` real,
|
||||
`y1` real,
|
||||
`y2` real,
|
||||
`due` integer,
|
||||
`ivl` real,
|
||||
`factor` real,
|
||||
`reps` integer,
|
||||
`lapses` integer,
|
||||
`isGraduated` integer
|
||||
);
|
||||
--> statement-breakpoint
|
||||
CREATE UNIQUE INDEX `email_idx` ON `Deck` (`id`);
|
||||
Reference in New Issue
Block a user