Skip to content

Instantly share code, notes, and snippets.

@ritikesh
Created June 11, 2019 07:15
Show Gist options
  • Save ritikesh/8e4ac1763d80b2bbea4de844c9412dad to your computer and use it in GitHub Desktop.
Save ritikesh/8e4ac1763d80b2bbea4de844c9412dad to your computer and use it in GitHub Desktop.
sample utf8mb4 database.yml
default: &default
adapter: mysql2
encoding: utf8mb4
pool: 5
development:
<<: *default
database: development
test:
<<: *default
database: test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment