DBの形式変換Rais6

MySQL / PostgreSQL / SQLite3

記事参考

postgresqlに変更

#postgresqlに変更
rails db:system:change --to=postgresql
#SQLiteに変更
rails db:system:change --to=sqlite3
#MySQLに変更
rails db:system:change --to=mysql
Loading...