| Home → Table Definitions → Attention File Tables | |
| Attention Files Object Group | |
| Table: attention_flags | |
| <= attention_files | attention_messages => |
| Column Name | Description |
| attn_flag_id | The surrogate key used to reference a row in this table. |
| attn_flag_name | The name of the attention flag |
attention_flags |
|||
| Column Name | Type | Nullable | Default Value |
| attn_flag_id | integer | NO | nextval(('attention_flags_pk_seq'::text)::regclass) |
| attn_flag_name | text | NO | |
| Constraint Name | Definition [and Description] |
| attention_flags_primary_key | PRIMARY KEY (attn_flag_id) |
| unique_attention_flag | UNIQUE (attn_flag_name) |
| <= attention_files | Attention File Tables | attention_messages => |