zCSA_order_prices
efacdb_full ยท Custom/model/helper tables
Columns
Full schema, no data mutation.| # | Name | Type | Key | Nullable | Default | Comment |
|---|
| 1 | id | bigint unsigned | PRI | NO | - | - |
| 2 | orderid | varchar(32) | - | NO | - | - |
| 3 | partid | varchar(64) | MUL | NO | - | - |
| 4 | partdesc | text | - | YES | - | - |
| 5 | traderid | varchar(64) | MUL | NO | - | - |
| 6 | duedate | datetime | MUL | NO | - | - |
| 7 | uom | varchar(32) | - | YES | - | - |
| 8 | shipped_qty | decimal(18,6) | - | YES | - | - |
| 9 | invoiced_qty | decimal(18,6) | - | YES | - | - |
| 10 | nett_value_invoiced | decimal(18,6) | - | YES | - | - |
| 11 | invoiced_price_per_unit | decimal(18,6) | - | YES | - | - |
| 12 | created_at | timestamp | - | NO | CURRENT_TIMESTAMP | - |
Indexes
| Name | Unique | Columns |
|---|
| PRIMARY | Yes | id |
| idx_desc | No | partid |
| idx_due | No | duedate |
| idx_part_date | No | partid, duedate |
| idx_trader | No | traderid |
Foreign Keys
EFACS has few enforced keys; many relationships are conventional.| Column | References |
|---|
| No enforced foreign keys found for this table. |