Skip to content

Instantly share code, notes, and snippets.

@adastreamer
Created October 26, 2015 18:30
Show Gist options
  • Save adastreamer/32e39ab72582ffa113b5 to your computer and use it in GitHub Desktop.
Save adastreamer/32e39ab72582ffa113b5 to your computer and use it in GitHub Desktop.
SHOW FULL COLUMNS FROM footer_menu_items;
ALTER TABLE footer_menu_items MODIFY name varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment