Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikermcneil/d7fa6954b823ed597276702397ecbf8e to your computer and use it in GitHub Desktop.
Save mikermcneil/d7fa6954b823ed597276702397ecbf8e to your computer and use it in GitHub Desktop.
To allow emojis for one of your attributes when using Node.js / Sails / Waterline (MySQL)

To allow emojis for one of your attributes when using Node.js / Sails / Waterline

Use the following auto-migration directive for MySQL:

columnType: 'LONGTEXT CHARACTER SET utf8mb4',// « allow emojis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment