現在のデータベースからスキーマファイルを生成
説明
現在のデータベースからスキーマファイルを生成
使い方
$ rails db:schema:dump [RAILS_ENV=環境(development, text, production)]
例
$ rails db:schema:dump
現在のデータベースからスキーマファイルを生成
$ rails db:schema:dump [RAILS_ENV=環境(development, text, production)]
$ rails db:schema:dump