| フィールド名 | データ型 | 制約 | 主キー | 外部キー | 説明文 |
|---|---|---|---|---|---|
| orders_status_history_id | serial | ○ | - | orders_status_history_id | |
| orders_id | integer | not null | - | - | orders_id |
| orders_status_id | integer | not null | - | - | orders_status_id |
| date_added | timestamp | not null | - | - | date_added |
| customer_notified | integer | default 0 | - | - | customer_notified |
| comments | text | - | - | comments |