Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
gradeid | BIGINT | 19 | 0 |
|
|
|||||
pageno | BIGINT | 19 | 0 |
|
|
Page number |
||||
pathnamehash | LONGTEXT | 2147483647 | null |
|
|
File path hash of the rotated page |
||||
isrotated | BIT | 1 | 0 |
|
|
Whether the page is rotated or not |
||||
degree | BIGINT | 19 | 0 |
|
|
Rotation degree |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
assieditrot_gra_ix | Performance | Asc | gradeid |
assieditrot_grapag_uix | Must be unique | Asc/Asc | gradeid + pageno |