fixed prod schema
This commit is contained in:
parent
7d982bafe2
commit
944471a7fb
1 changed files with 0 additions and 1 deletions
|
@ -338,7 +338,6 @@ CREATE TABLE IF NOT EXISTS `user` (
|
||||||
`id` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,
|
`id` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,
|
||||||
`institution_id` BIGINT UNSIGNED NOT NULL,
|
`institution_id` BIGINT UNSIGNED NOT NULL,
|
||||||
`creation_date` DATETIME NOT NULL,
|
`creation_date` DATETIME NOT NULL,
|
||||||
`creation_time` DATETIME NOT NULL,
|
|
||||||
`name` VARCHAR(255) NOT NULL,
|
`name` VARCHAR(255) NOT NULL,
|
||||||
`surname` VARCHAR(255) NULL,
|
`surname` VARCHAR(255) NULL,
|
||||||
`username` VARCHAR(255) NOT NULL,
|
`username` VARCHAR(255) NOT NULL,
|
||||||
|
|
Loading…
Reference in a new issue