zSOE_shipment_quantity_received
efacdb_full ยท Custom/model/helper tables
Columns
Full schema, no data mutation.| # | Name | Type | Key | Nullable | Default | Comment |
|---|
| 1 | id | int | PRI | NO | - | - |
| 2 | orderid | varchar(255) | - | YES | - | - |
| 3 | orderitemnumber | int | - | YES | - | - |
| 4 | traderquantity | int | - | YES | - | - |
| 5 | traderuom | varchar(50) | - | YES | - | - |
| 6 | created_at | datetime | - | YES | CURRENT_TIMESTAMP | - |
| 7 | quarantine | tinyint | - | YES | 0 | - |
| 8 | match | tinyint | - | YES | 0 | - |
| 9 | processed | tinyint | - | YES | 0 | - |
| 10 | supplierqtydescription | varchar(255) | - | YES | - | - |
| 11 | duedate | datetime | - | YES | - | - |
| 12 | comment | varchar(100) | - | YES | - | - |
| 13 | supplier | varchar(25) | - | YES | - | - |
| 14 | created_by | varchar(50) | - | YES | - | - |
Indexes
| Name | Unique | Columns |
|---|
| PRIMARY | Yes | id |
Foreign Keys
EFACS has few enforced keys; many relationships are conventional.| Column | References |
|---|
| No enforced foreign keys found for this table. |