Sha256: b6f803d675e46bfc97724eec72ee5eb3b8cd3d1ba49f9d95e98ec9493804b393

Contents?: true

Size: 468 Bytes

Versions: 6

Compression:

Stored size: 468 Bytes

Contents

# reference http://codezine.jp/article/detail/154?p=1
tables:
  - name: customer
    columns:
      - name
      - phone_number
    foreignkeys:
      has_many:
        - order

  - name:  order
    columns:
      - order_num

  - name:  product
    columns:
      - name
      - amount
      - tax
      - product_div
    foreignkeys:
      has_many:
         - order

  - name:  category
    columns:
      - name
    foreignkeys:
      has_many:
         - product

Version data entries

6 entries across 6 versions & 1 rubygems

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