alert_followup

31 rows


Description

Create by KenG (2020/03/20), Authorize between followup with alert table, Do not make foreign key because use trigger instead

Columns

Column Type Size Nulls Auto Default Children Parents Comments
alert_id int4 10 null
followup_id int4 10 null

Indexes

Constraint Name Type Sort Column(s)
pk_alert_followup Primary key Asc/Asc alert_id + followup_id
idx_alert_followup_alert_id Performance Asc alert_id
idx_alert_followup_followup_id Performance Asc followup_id

Relationships