mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
important! add default value
This commit is contained in:
parent
7c186ad1e6
commit
0c8b0333a1
@ -4,7 +4,7 @@ CREATE TABLE `email_opt_in` (
|
||||
`verification_code` bigint(25) unsigned NOT NULL,
|
||||
`email_opt_in_type_id` int(11) NOT NULL,
|
||||
`created` datetime NOT NULL DEFAULT current_timestamp(),
|
||||
`resend_count` int(11) NOT NULL,
|
||||
`resend_count` int(11) DEFAULT 0,
|
||||
PRIMARY KEY (`id`),
|
||||
UNIQUE KEY `verification_code` (`verification_code`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user