forked from science-ation/science-ation
Always create new tables with UTF8
This commit is contained in:
parent
558a724e0e
commit
0938342569
@ -3,6 +3,4 @@ CREATE TABLE `locations` (
|
|||||||
`id` INT NOT NULL AUTO_INCREMENT PRIMARY KEY ,
|
`id` INT NOT NULL AUTO_INCREMENT PRIMARY KEY ,
|
||||||
`conferences_id` INT NOT NULL ,
|
`conferences_id` INT NOT NULL ,
|
||||||
`name` VARCHAR( 128 ) NOT NULL
|
`name` VARCHAR( 128 ) NOT NULL
|
||||||
) ENGINE = MYISAM ;
|
) ENGINE = MYISAM CHARACTER SET utf8 COLLATE utf8_general_ci;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user