vis_notification

9 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('vis_notification_id_seq'::regclass)
time timestamptz 35,6 null
from_service_id text 2147483647 null
payload jsonb 2147483647 null
created_at timestamptz 35,6 CURRENT_DATE
created_by int4 10 null
modified_at timestamptz 35,6 CURRENT_DATE
modified_by int4 10 null
message_id text 2147483647 null
message_type text 2147483647 null
notification_type text 2147483647 null
subject text 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
vis_notification_pkey Primary key Asc id
vis_notification_message_id_idx Performance Asc message_id
vis_notification_message_type_idx Performance Asc message_type
vis_notification_notification_type_idx Performance Asc notification_type
vis_notification_time_from_service_id_idx Performance Asc/Asc time + from_service_id

Diagram producer might be missing

No diagrams were produced please see application output for any errors