LoginSignup
10
10

More than 5 years have passed since last update.

erdでER図出力する際のオプション

Last updated at Posted at 2014-05-17

erdでER図出力する際のオプション例

#多対多が見やすく
$ rake erd polymorphism=true inheritance=true notation=bachman

# 主キーと外部キーのみ描画
$ rake erd attributes=foreign_keys,primary_keys
10
10
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
10
10