Skip to content

Instantly share code, notes, and snippets.

@ZeekoZhu
Created November 19, 2017 14:45
Show Gist options
  • Save ZeekoZhu/b556e937e66eb69382bd68d6375a35db to your computer and use it in GitHub Desktop.
Save ZeekoZhu/b556e937e66eb69382bd68d6375a35db to your computer and use it in GitHub Desktop.
ALTER TABLE TableName
CHARSET = 'utf8mb4',
MODIFY COLUMN ColumnName LONGTEXT CHARACTER SET 'utf8mb4';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment