フィールド名 | データ型 | 制約 | 主キー | 外部キー | 説明文 |
---|---|---|---|---|---|
products_viewed | integer | default 0 | - | - | products_viewed |
products_url | text | - | - | products_url | |
products_description | text | - | - | products_description | |
products_name | text | not null default '' | - | - | products_name |
language_id | integer | not null default 0 | ○ | - | language_id |
products_id | serial | ○ | - | products_id |