mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix sql file
This commit is contained in:
parent
405c99add6
commit
b3df1bd44f
@ -3,7 +3,7 @@ CREATE TABLE `users` (
|
|||||||
`email` varchar(191) NOT NULL,
|
`email` varchar(191) NOT NULL,
|
||||||
`first_name` varchar(150) NOT NULL,
|
`first_name` varchar(150) NOT NULL,
|
||||||
`last_name` varchar(255) DEFAULT '',
|
`last_name` varchar(255) DEFAULT '',
|
||||||
`password` bigint unsigned NOT NULL,
|
`password` bigint unsigned DEFAULT 0,
|
||||||
`pubkey` binary(32) DEFAULT NULL,
|
`pubkey` binary(32) DEFAULT NULL,
|
||||||
`privkey` binary(80) DEFAULT NULL,
|
`privkey` binary(80) DEFAULT NULL,
|
||||||
`created` datetime NOT NULL DEFAULT current_timestamp(),
|
`created` datetime NOT NULL DEFAULT current_timestamp(),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user