Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('action.hold_notification_id_seq'::regclass) |
|
|
|||||
hold | int4 | 10 | null |
|
|
||||||
notify_staff | int4 | 10 | √ | null |
|
|
|||||
notify_time | timestamptz | 35,6 | now() |
|
|
||||||
method | text | 2147483647 | null |
|
|
||||||
note | text | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
hold_notification_pkey | Primary key | Asc | id |
ahn_hold_idx | Performance | Asc | hold |
ahn_notify_staff_idx | Performance | Asc | notify_staff |