Closed hirokiterashima closed 12 years ago
fixed.
Run this query to change the lesson_plan column from blob to medium text in the project_metadata table
ALTER TABLE sail_database
.project_metadata
CHANGE COLUMN lesson_plan
lesson_plan
MEDIUMTEXT NULL DEFAULT NULL;
"lesson plan" column in project_metadata table is a blob and japanese text appear as weird characters, like this: teaching tips goes here...ããã§ãï¼ãããªãã§ãï¼