fixed migration
This commit is contained in:
parent
7d7f458d82
commit
7817ed48c4
1 changed files with 0 additions and 2 deletions
|
@ -1,8 +1,6 @@
|
||||||
-- -----------------------------------------------------
|
-- -----------------------------------------------------
|
||||||
-- Table `exam_template`
|
-- Table `exam_template`
|
||||||
-- -----------------------------------------------------
|
-- -----------------------------------------------------
|
||||||
DROP TABLE IF EXISTS `exam_template` ;
|
|
||||||
|
|
||||||
CREATE TABLE IF NOT EXISTS `exam_template` (
|
CREATE TABLE IF NOT EXISTS `exam_template` (
|
||||||
`id` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,
|
`id` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,
|
||||||
`institution_id` BIGINT UNSIGNED NOT NULL,
|
`institution_id` BIGINT UNSIGNED NOT NULL,
|
||||||
|
|
Loading…
Reference in a new issue