数据库字典

问卷-问题设置

字段 类型 默认 注释
id int(11) NO 主键id
uniacid int(11) NO 公众号id
questionnaire_id int(11) NO 问卷ID
choice_title string NO 名称
sort int(11) NO 排序
choice int(11) NO 1单选,多选2
required int(11) NO 是否必填1必填,0非必填
answer text() NO 答案集合
created_at int(11) NO 创建时间
updated_at int(11) NO 更新时间
deleted_at int(11) NO 删除时间