orders_products (「orders_products」テーブル)フィールド一覧
| フィールド名 |
データ型 |
制約 |
主キー |
外部キー |
説明文 |
| orders_products_id |
serial |
|
○ |
-
| orders_products_id |
| orders_id |
integer |
not null
|
- |
-
| orders_id |
| products_id |
integer |
not null
|
- |
-
| products_id |
| products_model |
text |
|
- |
-
| products_model |
| products_name |
text |
not null
|
- |
-
| products_name |
| products_price |
integer |
not null
|
- |
-
| products_price |
| final_price |
integer |
not null
|
- |
-
| final_price |
| products_tax |
integer |
not null
|
- |
-
| products_tax |
| products_quantity |
integer |
not null
|
- |
-
| products_quantity |
[テーブル一覧に戻る]