| フィールド名 | データ型 | 制約 | 主キー | 外部キー | 説明文 |
|---|---|---|---|---|---|
| id | serial | ○ | - | 受付ID | |
| kokyaku__kokyaku_id | integer | not null | - | kokyaku.id | 顧客ID |
| kanri__kanri_username | text | not null | - | - | 対応者 |
| toisyu__toi_syurui_id | integer | not null | - | toi_syurui.id | 問い合わせ種 |
| hardware__hard_ware_id | integer | - | hard_ware.id | ハードウェア | |
| os__os_id | integer | - | os.id | os種 | |
| naiyou | text | not null | - | - | 受付内容 |
| taiou | text | not null | - | - | 対応 |
| note | text | default 'ハードウェア詳細等:' | - | - | 備考 |
| state | text | not null | - | - | 状態 |
| uke_date | timestamp | default current_timestamp | - | - | 受け付け日時 |
| syori_date | timestamp | default current_timestamp | - | - | 対応終了日時 |