MySQL 管理工具
已连接:tsuicn_cn@127.0.0.1:3306/tsuicn_cn SQL 查询 断开
← 返回数据

订单 (orders) · 结构

字段类型可空默认额外注释
编号 (id) PK 自增 int(11) PRI NULL auto_increment
订单号 (order_no) varchar(64) 可空 UNI NULL
分类 (category) varchar(16) MUL CL
客户名称 (customer_name) varchar(128) 可空 NULL
客户电话 (customer_phone) varchar(64) 可空 NULL
地址 (address) text 可空 NULL
金额 (amount) decimal(12,2) 0.00
状态 (status) varchar(32) MUL pending
备注 (remark) text 可空 NULL
量尺档案 (arch_measure) tinyint(4) 0
需求档案 (arch_req) tinyint(4) 0
制作档案 (arch_make) tinyint(4) 0
派工档案 (arch_dispatch) tinyint(4) 0
创建时间 (created_at) datetime CURRENT_TIMESTAMP
更新时间 (updated_at) datetime CURRENT_TIMESTAMP