Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
action_type_num | serial | 10 | √ | nextval('action_type_action_type_num_seq'::regclass) |
|
|
||||
action_type_name | varchar | 256 | null |
|
|
|||||
action_type_description | varchar | 2000 | null |
|
|
|||||
action_type_category | varchar | 255 | √ | null |
|
|
||||
status | int4 | 10 | √ | 1 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
action_type_pkey | Primary key | Asc | action_type_num |
uc_action_type_name | Must be unique | Asc | action_type_name |