diff --git a/src/main/resources/schema-prod.sql b/src/main/resources/schema-prod.sql index 98a49181..5cc14a67 100644 --- a/src/main/resources/schema-prod.sql +++ b/src/main/resources/schema-prod.sql @@ -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,