WMCMS程序版本:[V4.261.533] - 表名字:礼物道具表

字段名字段类型允许为空默认值自动增长备注
props_idint(4)NOPRI
props_type_idint(4)NOMUL类型
props_statustinyint(1)YES1是否显示
props_namevarchar(20)NO道具名字
props_covervarchar(250)YES道具图标
props_stockint(4)NO0剩余库存
props_desctextYES道具介绍
props_costtinyint(1)YES11为网站消费类型,金币购买,2为现金购买
props_gold1decimal(8,2)YES0.00金币1价格
props_gold2decimal(8,2)YES0.00金币2价格
props_moneydecimal(10,2)YES0.00现金价格
props_timeint(4)NO0上架时间
props_optionvarchar(500)YES附加数据,序列化字符串
props_orderint(1)YES999排序,越小越靠前