Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Railsアプリで使用されるデータベーススキーマの画像を生成するにはどうすればよいですか?
試しましたrake db:schema:dumpか?
rake db:schema:dump
基本的に、database.ymlファイルがダンプするデータベースを参照していることを確認してから、コマンドを実行します。上記のデータベース内のすべてのテーブルとインデックスを取得し、に書き込みますschema.rb。
database.yml
schema.rb
schema.rbダンプが含まれるようになったら、名前を変更する必要があることに注意してください。そうしないと、上書きされる可能性があります。