fixed migration

This commit is contained in:
anhefti 2021-09-29 13:37:34 +02:00
parent 7d7f458d82
commit 7817ed48c4

View file

@ -1,8 +1,6 @@
-- -----------------------------------------------------
-- Table `exam_template`
-- -----------------------------------------------------
DROP TABLE IF EXISTS `exam_template` ;
CREATE TABLE IF NOT EXISTS `exam_template` (
`id` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,
`institution_id` BIGINT UNSIGNED NOT NULL,