Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null |
|
|
|||||
| bomInstructionItemId | BIGINT | 19 | √ | null |
|
|
|||||
| dateFirstReady | DATETIME | 26 | √ | null |
|
|
|||||
| dateLastFulfilled | DATETIME | 26 | √ | null |
|
|
|||||
| description | VARCHAR | 256 | √ | null |
|
|
|||||
| details | LONGTEXT | 2147483647 | √ | null |
|
|
|||||
| name | VARCHAR | 256 | null |
|
|
||||||
| qtyFulfilled | INT | 10 | √ | 0 |
|
|
|||||
| qtyReady | INT | 10 | √ | 0 |
|
|
|||||
| sortOrder | INT | 10 | null |
|
|
||||||
| url | VARCHAR | 256 | √ | null |
|
|
|||||
| woId | INT | 10 | null |
|
|
||||||
| customFields | JSON | 1073741824 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| FK3qrfcxtoit3u8vvgbe7qo4qxl | Performance | Asc | woId |
| FK3rr6741smo696eutwrmo8yhvr | Performance | Asc | bomInstructionItemId |