-
Notifications
You must be signed in to change notification settings - Fork 2
データベース
sakamoto takehiro edited this page Jan 31, 2015
·
8 revisions
ユーザー:User
意味 | フィールド名 | 型 |
---|---|---|
名前 | name | string |
メルアド | string |
都道府県マスタ:Prefecture
意味 | フィールド名 | 型 |
---|---|---|
名前 | name | string |
市町村マスタ:City
意味 | フィールド名 | 型 |
---|---|---|
名前 | name | string |
都道府県 | prefecture | references |
カナ | kana | string |
地域マスタ:Town
意味 | フィールド名 | 型 |
---|---|---|
名前 | name | string |
市町村 | city | references |
郵便番号 | postal_code | string |
カナ | kana | string |
店舗マスタ:Shop
意味 | フィールド名 | 型 |
---|---|---|
名前 | name | string |
地域 | town | references |
カナ | kana | string |
商品マスタ:Category
意味 | フィールド名 | 型 |
---|---|---|
名前 | name | string |
商品マスタ:Product
意味 | フィールド名 | 型 |
---|---|---|
名前 | name | string |
名前 | category | references |
費用:Price
意味 | フィールド名 | 型 |
---|---|---|
価格 | unit_price | integer |
単位 | unit | string |
数量 | quantity | integer |
ユーザー | user_id | references |
商品 | product_id | references |
店舗 | shop_id | references |