Table: order_items
updated_at (descending)
Total: 79 records
Loading relationships diagram...
Column | Value |
---|
Column | Type | Nullable | Default | Primary Key |
---|---|---|---|---|
id | integer | No | NULL |
Yes |
order_id | integer | No | NULL |
No |
product_id | integer | No | NULL |
No |
quantity | integer | Yes | NULL |
No |
unit_price | decimal | Yes | NULL |
No |
subtotal | decimal | Yes | NULL |
No |
created_at | datetime | No | NULL |
No |
updated_at | datetime | No | NULL |
No |
Name | Columns | Unique |
---|---|---|
index_order_items_on_order_id | order_id | No |
index_order_items_on_product_id | product_id | No |