Sha256: 707040c87434a409bb630df7f23cc9cd6718c4b6bdc68d7d1d63bd768c54d850

Contents?: true

Size: 532 Bytes

Versions: 6

Compression:

Stored size: 532 Bytes

Contents

# reference http://codezine.jp/article/detail/154?p=1
config:
  font: MSUIGOTHIC.ttf

tables:
  - name: 顧客
    columns:
      - 名前
      - 電話番号
    foreignkeys:
      has_many:
        - 注文

  - name:  注文
    columns:
      - 注文数

  - name:  商品
    columns:
      - 名前
      - 金額
      - 税
      - 商品区分
    foreignkeys:
      has_many:
         - 注文

  - name:  商品カテゴリ
    columns:
      - 商品カテゴリ名
    foreignkeys:
      has_many:
         - 商品

Version data entries

6 entries across 6 versions & 1 rubygems

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