14.1 sp660_notification_messages
Table Definition
Field | Type | Default | Nullable |
---|---|---|---|
| varchar2(50) |
| |
resp_unit_no | number |
| |
timestamp | date |
| |
message_content | blob |
Keys
primary key (job_ref, timestamp)
foreign key (job_ref) references 14.1 sp111_jobs (job_ref)
foreign key (resp_unit_no) references /wiki/spaces/SCH141/pages/27099986 (resp_unit_no)
Column Descriptions
Field | Description |
---|---|
| The job_reference (from 14.1 sp111_jobs ). |
resp_unit_no | The responsibility unit to which the job is booked. |
timestamp | The timestamp at which the change occurred (UTC). |
message_content | A blob of data relating to the change. |