字段 类型 默认 注释
id int(11) NO id
uniacid INT(11) NO 公众号id
article_id integer NO 文章ID
category_id tinyInteger NO 文章分类
money decimal(14,2) YES 0.00 文章价格
pay_num decimal(14,2) YES 0.00 付款次数
pay_total decimal(14,2) YES 0.00 付款金额
status tinyInteger YES 0 状态 0-正常 1-删除
created_at int(11) YES 创建时间
updated_at int(11) YES 更新时间
deleted_at int(11) YES 删除时间