Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
method_type_num | serial | 10 | √ | nextval('method_type_method_type_num_seq'::regclass) |
|
|
||||
method_type_name | varchar | 256 | null |
|
|
|||||
method_type_description | varchar | 2000 | null |
|
|
|||||
status | int4 | 10 | √ | 1 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
method_type_pkey | Primary key | Asc | method_type_num |
uc_method_type_name | Must be unique | Asc | method_type_name |