migrations reflecting previous commit's schema
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
-- Your SQL goes here
|
||||
CREATE TABLE IF NOT EXISTS `invites` (
|
||||
`id` bigint NOT NULL,
|
||||
`expires` datetime,
|
||||
`uses` numeric(9,2),
|
||||
`id` bigint UNSIGNED NOT NULL,
|
||||
`expires` bigint UNSIGNED NOT NULL,
|
||||
`uses` integer,
|
||||
PRIMARY KEY( `id` )
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user