Created
August 29, 2014 22:46
-
-
Save aprohl5/0cf82668f160f8e65c99 to your computer and use it in GitHub Desktop.
Changing a char limit on text in Drupal DB
This file contains 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
Example: ALTER TABLE `field_data_field_test_field` CHANGE `field_test_field_value` `field_test_field_value` VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment