Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('app_tool_usertours_tours_id_seq'::regclass) |
|
|
|||||
| name | varchar | 255 | ''::character varying |
|
|
||||||
| description | text | 2147483647 | √ | null |
|
|
|||||
| pathmatch | varchar | 255 | √ | null |
|
|
|||||
| enabled | int2 | 5 | 0 |
|
|
||||||
| sortorder | int8 | 19 | 0 |
|
|
||||||
| configdata | text | 2147483647 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| app_toolusertour_id_pk | Primary key | Asc | id |
