Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('config.rule_age_hold_protect_id_seq'::regclass) |
|
|
|||||
| name | text | 2147483647 | null |
|
|
||||||
| age | interval | 49,6 | null |
|
|
||||||
| prox | int4 | 10 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| rule_age_hold_protect_pkey | Primary key | Asc | id |
| rule_age_hold_protect_name_key | Must be unique | Asc | name |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| rule_age_hold_protect_name_check | ((name ~ '^\w+$'::text)) |
