HomeTable DefinitionsAttention File Tables
Attention Files Object Group
Table: attention_flags
<= attention_files attention_messages =>

Description

This table contains the list of attention flags a file can be tagged with.

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
Definition

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  
Constraints

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 =>