-
Notifications
You must be signed in to change notification settings - Fork 0
/
.erdconfig
34 lines (31 loc) · 1.19 KB
/
.erdconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# https://voormedia.github.io/rails-erd/customise.html
attributes:
- foreign_keys
- primary_keys
- inheritance
- content
disconnected: true
filename: db/erd
filetype: pdf
indirect: true
inheritance: false
notation: bachman
orientation: horizontal # or vertical
polymorphism: false # true にすると "ActiveRecord" の STI までもが表示される
title: 幻想水滸伝 Vault
# true にすると現れる警告は以下のとおり
# Warning: Ignoring invalid association :keywords on Headline (Rails couldn't find a valid model for Keyword association. Please provide the :class_name option on the association declaration. If :class_name is already provided, make sure it's an ActiveRecord::Base subclass.)
# Warning: Ignoring invalid association :raw_keyword on Headline (Rails couldn't find a valid model for RawKeyword association. Please provide the :class_name option on the association declaration. If :class_name is already provided, make sure it's an ActiveRecord::Base subclass.)
warn: false
only: null
exclude: null
markup: true
sort: true
only_recursion_depth: null
prepend_primary: false
cluster: false
splines: spline
fonts:
normal: 'Arial'
bold: 'Arial Bold'
italic: 'Arial Italic'