notice_detail


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('notice_detail_id_seq'::regclass)
notice.notice_detail_id notice_notice_detail_id_foreignR
created_at timestamptz 35,6 CURRENT_TIMESTAMP
notice_type varchar 255 null
message text 2147483647 null
data jsonb 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
notice_detail_pkey Primary key Asc id
notice_detail_notice_type_index Performance Asc notice_type

Relationships