facetoface_asset table columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||||
name | VARCHAR | 100 | √ | null |
|
|
||||||
allowconflicts | BIT | 1 | 0 |
|
|
|||||||
description | LONGTEXT | 2147483647 | √ | null |
|
|
||||||
custom | BIT | 1 | 0 |
|
|
1 means room is created secifically for one session only and cannot be reused |
||||||
BIT | 1 | 0 |
|
|
Do not show this asset in add/search asset dialogs |
|||||||
usercreated | BIGINT | 19 | √ | null |
|
|
user id who created the asset |
|||||
usermodified | BIGINT | 19 | √ | null |
|
|
user id who modified the asset |
|||||
timecreated | BIGINT | 19 | √ | 0 |
|
|
||||||
timemodified | BIGINT | 19 | √ | 0 |
|
|
Table contained -1 rows
facetoface_asset table indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
faceasse_cus_ix | Performance | Asc | custom |
faceasse_use2_ix | Performance | Asc | usermodified |
faceasse_use_ix | Performance | Asc | usercreated |