Created
June 11, 2019 07:15
-
-
Save ritikesh/8e4ac1763d80b2bbea4de844c9412dad to your computer and use it in GitHub Desktop.
sample utf8mb4 database.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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