fix schema
This commit is contained in:
parent
944471a7fb
commit
26f36d264d
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue