WISE-Community / WISE-Portal--Deprecated--

Portal for the Web-based Inquiry Science Environment (WISE). *Note: deprecated and has been merged into the main 'WISE' repository*
7 stars 7 forks source link

AT: cannot save non-english teaching tips #64

Closed hirokiterashima closed 12 years ago

hirokiterashima commented 12 years ago

"lesson plan" column in project_metadata table is a blob and japanese text appear as weird characters, like this: teaching tips goes here...そうです!そうなんです!

hirokiterashima commented 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;