products (「products」テーブル)フィールド一覧
フィールド名 |
データ型 |
制約 |
主キー |
外部キー |
説明文 |
products_ordered |
integer |
not null default 0
|
- |
-
| products_ordered |
manufacturers_id |
integer |
|
- |
-
| manufacturers_id |
products_tax_class_id |
integer |
not null
|
- |
-
| products_tax_class_id |
products_status |
integer |
not null
|
- |
-
| products_status |
products_weight |
integer |
not null
|
- |
-
| products_weight |
products_date_available |
timestamp |
|
- |
-
| products_date_available |
products_last_modified |
timestamp |
|
- |
-
| products_last_modified |
products_date_added |
timestamp |
not null
|
- |
-
| products_date_added |
products_price |
integer |
not null
|
- |
-
| products_price |
products_image |
text |
|
- |
-
| products_image |
products_model |
text |
|
- |
-
| products_model |
products_quantity |
integer |
not null
|
- |
-
| products_quantity |
products_id |
serial |
|
○ |
-
| products_id |
[テーブル一覧に戻る]