8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
https://xxx-cook-book.gitbooks.io/django-cook-book/content/Databases/emoji-support.html
ALTER TABLE table_name CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci;
DATABASES = { 'default': { 'ENGINE':'django.db.backends.mysql', ... 'OPTIONS': {'charset': 'utf8mb4'}, } }