|
id
|
int(11)
|
|
|
|
|
user_id
|
int(11)
|
|
|
|
|
delivery_id
|
int(11)
|
|
|
Browse foreign values
|
|
total
|
decimal(10,2)
|
|
|
|
|
status
|
enum
|
-- |
|
pending
|
|
payment_status
|
enum
|
-- |
|
pending
|
|
transaction_id
|
varchar(255)
|
|
|
|
|
gateway_transaction_id
|
varchar(255)
|
|
|
|
|
prnt
|
tinyint(1)
|
|
|
0
|
|
incomplete
|
tinyint(1)
|
|
|
1
|
|
billing_details
|
text
|
|
|
|
|
shipping_details
|
text
|
|
|
|
|
order_notes
|
text
|
|
|
|
|
created_at
|
timestamp
|
|
|
current_timestamp()
|