Syntax error, CHARACTER SET utf8; should have been at the end of the create r_label_mindmap enty, not the bottom of the file. Probably copy and paste error.

This commit is contained in:
Michael Magill 2014-04-29 14:23:29 +00:00
parent 5b588d2425
commit bcdc1a1ca4

View File

@ -29,11 +29,9 @@ CREATE TABLE R_LABEL_MINDMAP (
ON DELETE CASCADE
ON UPDATE NO ACTION
)
CHARACTER SET utf8;
ALTER TABLE `LABEL`
ADD COLUMN iconName VARCHAR(50) NOT NULL;
UPDATE LABEL SET iconName = 'glyphicon glyphicon-tag';
CHARACTER SET utf8;