
id : bigint(20)
|

order_uuid : varchar(36)
|

member_id : bigint(20)
|

event_id : bigint(20)
|

subtotal : int(11)
|

status : enum('pending','paid','expired','cancelled')
|

payment_method : varchar(50)
|

created_at : timestamp
|

session_uuid : varchar(64)
|

guest_access_token : varchar(64)
|

tax_amount : decimal(15,2)
|

platform_fee : decimal(15,2)
|

payment_fee : decimal(15,2)
|

total_amount : decimal(15,2)
|