No more nullable uses field(it was signed) so option was redundant
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
CREATE TABLE IF NOT EXISTS `invites` (
|
||||
`id` bigint UNSIGNED NOT NULL,
|
||||
`expires` bigint UNSIGNED NOT NULL,
|
||||
`uses` integer,
|
||||
`uses` integer NOT NULL,
|
||||
PRIMARY KEY( `id` )
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user