Sha256: 05712b50f0a348b683efe216085fc30a688f2d0198b10ad519635048dcb91247

Contents?: true

Size: 613 Bytes

Versions: 6

Compression:

Stored size: 613 Bytes

Contents

digraph sample {
  graph[overlap=false, splines=true]

  "category" [shape=record, label="{category|name\l}"]
  "customer" [shape=record, label="{customer|name\lphone_number\l}"]
  "order" [shape=record, label="{order|customerID(FK)\lproductID(FK)\lorder_num\l}"]
  "product" [shape=record, label="{product|categoryID(FK)\lname\lamount\ltax\lproduct_div\l}"]

  "category" -> "product" [arrowtail=none arrowhead=dot headlabel="n" taillabel="1"]
  "customer" -> "order" [arrowtail=none arrowhead=dot headlabel="n" taillabel="1"]
  "product" -> "order" [arrowtail=none arrowhead=dot headlabel="n" taillabel="1"]

}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ymldot-0.0.1 sample/sample.dot
ymldot-0.0.3 sample/sample.dot
ymldot-0.0.5 sample/sample.dot
ymldot-0.0.4 sample/sample.dot
ymldot-0.0.2 sample/sample.dot
ymldot-0.0.6 sample/sample.dot