Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save mikermcneil/d7fa6954b823ed597276702397ecbf8e to your computer and use it in GitHub Desktop.

Select an option

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