Skip to content

Instantly share code, notes, and snippets.

@aprohl5
Created August 29, 2014 22:46
Show Gist options
  • Save aprohl5/0cf82668f160f8e65c99 to your computer and use it in GitHub Desktop.
Save aprohl5/0cf82668f160f8e65c99 to your computer and use it in GitHub Desktop.
Changing a char limit on text in Drupal DB
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