# Database Schema ```plantuml package evm { entity order_detail { id : bigint(20) ---- ... ... afterDiscountPrice : decimal(12,2) quantity : int(11) brand : bigint(20) vendorPrice : decimal(12,2) --- createdTime: datetime } } ```