hold_notification

-1 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('action.hold_notification_id_seq'::regclass)
hold int4 10 null
hold_request.id hold_notification_hold_fkey C
notify_staff int4 10 null
usr.id hold_notification_notify_staff_fkey R
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

Relationships