|
id
|
int(10) unsigned
|
|
|
|
|
order_id
|
int(10) unsigned
|
|
|
|
|
product_id
|
int(10) unsigned
|
|
|
|
|
product_name
|
varchar(255)
|
|
|
|
|
quantity
|
int(11)
|
|
|
|
|
price
|
decimal(10,2)
|
|
|
|
|
total
|
decimal(10,2)
|
|
|
|
|
delivered_data
|
text
|
|
|
|
|
delivered_at
|
timestamp
|
|
|
|
|
created_at
|
timestamp
|
|
|
current_timestamp()
|
|
customer_input
|
longtext
|
|
|
|
|
delivery_status
|
enum
|
-- |
|
pending
|
|
delivery_data
|
text
|
|
|
|
|
delivery_type
|
varchar(50)
|
|
|
|