Skip to content

Instantly share code, notes, and snippets.

@amitaibu
Created January 19, 2016 13:29
Show Gist options
  • Save amitaibu/0d9d3fd4fc84c90376e3 to your computer and use it in GitHub Desktop.
Save amitaibu/0d9d3fd4fc84c90376e3 to your computer and use it in GitHub Desktop.
ALTER DATABASE pantheon CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci;
ALTER TABLE field_data_field_feed_item_description CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
ALTER TABLE field_data_field_feed_item_description CHANGE field_feed_item_description_value field_feed_item_description_value longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment