Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
type_name | text | 2147483647 | null |
|
|
|||||
type_id | serial | 10 | √ | nextval('moped_types_type_id_seq'::regclass) |
|
|
||||
active_type | bool | 1 | true |
|
|
|||||
on_street | bool | 1 | √ | null |
|
|
||||
sensitivity | bool | 1 | √ | null |
|
|
||||
type_order | int4 | 10 | null |
|
|
|||||
date_added | timestamptz | 35,6 | √ | clock_timestamp() |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
moped_types_pkey | Primary key | Asc | type_id |
moped_types_type_name_key | Must be unique | Asc | type_name |