Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | VARCHAR | 36 | null |
|
|
|||||
| product_id | VARCHAR | 36 | √ | null |
|
|
||||
| inventorylocation_id | VARCHAR | 36 | √ | null |
|
|
||||
| quantity | DECIMAL | 10,3 | null |
|
|
|||||
| serialNumber_id | VARCHAR | 36 | √ | null |
|
|
||||
| purchasePrice | DECIMAL | 10,4 | null |
|
|
|||||
| sollQuantity | DECIMAL | 10,3 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| IDX_19ED394026E88475 | Performance | Asc | inventorylocation_id |
| IDX_19ED39404584665A | Performance | Asc | product_id |
| IDX_19ED3940A907283B | Performance | Asc | serialNumber_id |