Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
feature_of_interest_cv_num | serial | 10 | √ | nextval('feature_of_interest_cv_feature_of_interest_cv_num_seq'::regclass) |
|
|
||||
feature_of_interest_cv_name | varchar | 256 | null |
|
|
|||||
feature_of_interest_description | varchar | 2000 | √ | null |
|
|
||||
status | int4 | 10 | √ | 1 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
feature_of_interest_cv_pkey | Primary key | Asc | feature_of_interest_cv_num |
uc_feature_of_interest_cv | Must be unique | Asc | feature_of_interest_cv_name |