Created
June 30, 2017 08:24
-
-
Save henrytran9x/a89eb7261e31ae19873924d908006789 to your computer and use it in GitHub Desktop.
Change type column nam set utf8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** This fix error limit import question in moodle **/ | |
ALTER TABLE `mdl_question` CHANGE `name` `name` TEXT CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT ''; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment