fixed prod schema

This commit is contained in:
anhefti 2020-02-24 13:30:23 +01:00
parent 7d982bafe2
commit 944471a7fb

View file

@ -338,7 +338,6 @@ CREATE TABLE IF NOT EXISTS `user` (
`id` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,
`institution_id` BIGINT UNSIGNED NOT NULL,
`creation_date` DATETIME NOT NULL,
`creation_time` DATETIME NOT NULL,
`name` VARCHAR(255) NOT NULL,
`surname` VARCHAR(255) NULL,
`username` VARCHAR(255) NOT NULL,