Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
name | VARCHAR | 255 |
|
|
Name of the user tour |
|||||
description | LONGTEXT | 2147483647 | √ | null |
|
|
||||
pathmatch | VARCHAR | 255 | √ | null |
|
|
||||
enabled | BIT | 1 | 0 |
|
|
|||||
sortorder | BIGINT | 19 | 0 |
|
|
|||||
endtourlabel | VARCHAR | 255 | √ | null |
|
|
Custom label for the end tour button |
|||
configdata | LONGTEXT | 2147483647 | null |
|
|
|||||
displaystepnumbers | BIT | 1 | 0 |
|
|
Setting to display step numbers of the tour |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |