Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | INT | 10 | √ | null |
|
|
||||||||
| customerId | INT | 10 | null |
|
|
|||||||||
| dateCreated | DATETIME | 26 | √ | null |
|
|
||||||||
| dateExpires | DATETIME | 26 | √ | null |
|
|
||||||||
| dateLastModified | DATETIME | 26 | √ | null |
|
|
||||||||
| locationGroupId | INT | 10 | null |
|
|
|||||||||
| num | VARCHAR | 25 | null |
|
|
|||||||||
| statusId | INT | 10 | null |
|
|
|||||||||
| userId | INT | 10 | null |
|
|
|||||||||
| customFields | JSON | 1073741824 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| FK4ofrupuw7voc1jgeah3hxvsxq | Performance | Asc | customerId |
| FK8390alxisu5cqs3d580cmnhy3 | Performance | Asc | locationGroupId |
| FKih4fubiqpbn2hbm9yq6gioces | Performance | Asc | userId |
| FKpu5xabn2o17vmnn4jtkwylqvm | Performance | Asc | statusId |
| UK4oit6nog85akcmsjhgbt8s5n2 | Must be unique | Asc | num |