Skip to content
Snippets Groups Projects
Commit b6d38265 authored by Nicolas Dubois's avatar Nicolas Dubois
Browse files

Status table should be utf8 for foreign key relation

parent 80a24fb4
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,8 @@ CREATE TABLE IF NOT EXISTS `canap_db`.`status` (
`status_value` VARCHAR(30) NOT NULL,
PRIMARY KEY (`status_value`),
UNIQUE INDEX `value_UNIQUE` (`status_value` ASC))
ENGINE = InnoDB;
ENGINE = InnoDB
DEFAULT CHARACTER SET = utf8;
-- -----------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment