Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | VARCHAR | 36 | null |
|
|
|||||
| text | LONGTEXT | 2147483647 | √ | null |
|
|
||||
| font | VARCHAR | 100 | √ | null |
|
|
||||
| fontSize | INT | 10 | null |
|
|
|||||
| bold | BIT | 1 | null |
|
|
|||||
| italic | BIT | 1 | null |
|
|
|||||
| productViewObject_id | VARCHAR | 36 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| IDX_5122FA9CB6DCDCC8 | Performance | Asc | productViewObject_id |