Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | INT | 10 | √ | null |
|
|
id for the template |
|||
patron_id | INT | 10 | √ | null |
|
|
creator of this template |
|||
name | MEDIUMTEXT | 16777215 | null |
|
|
template name |
||||
BIT | 0 | 0 |
|
|
controls if template is shared |
|||||
contents | LONGTEXT | 2147483647 | null |
|
|
json encoded template data |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
bn | Performance | Asc | patron_id |