0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

rails-erd でテーブル名と関連だけのシンプルなER図を作る設定 #3452

Posted at

.erdconfig の 例

  • テーブルのカラムを表示しない
  • アプリケーションに関係ない Rails のデフォルトのテーブルは除外する
  • 横方向のPDRだと見づらかったので縦方向の設定にした
attributes:
  - inheritance
exclude: ActiveRecord::SchemaMigration,ActiveRecord::InternalMetadata
filename: erd-simple
orientation: vertical

公式

チャットメンバー募集

何か質問、悩み事、相談などあればLINEオープンチャットもご利用ください。

Twitter

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?