fix schema

This commit is contained in:
anhefti 2020-02-24 13:35:55 +01:00
parent 944471a7fb
commit 26f36d264d

View file

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