logo
Published on

UniClownTheWorld V4.2.1更新和重构计划

Authors

UniClownTheWorld V4.2.1和重构计划

修复底部栏的标签页无法跳转

调整底部标签数量

修复标签云的显示效果

重构

表events

名字类型默认备注
titlestring""标题
started_atdatetimenull开始时间
ended_atdatetimenull结束时间
locatestring""地址
logoidnull
contenttext
status

表posts

名字类型默认备注
titlestring""标题
user_idint
contenttext
is_syncedint11:未同步;2:已同步
event_idint
visit_countint0浏览数

表comments

名字类型默认备注
namestring
contentstring
post_idint

表photos

名字类型默认备注
titlestring""标题
urlstring""图片地址
photoable_typestring""
photoable_idintnull

表users

名字类型默认备注
namestring""名字
avatarstring""头像

表user_events

名字类型默认备注
user_idint""用户id
event_idint""事件id
typeint11: 发起者; 2: 参与者; 3: 订阅者

表todolists

名字类型默认备注
post_idint0post_id
statusint11:未开始 2:进行中 3:已关闭
done_atdatetimenull完成时间
ended_atdatetimenull截止时间
start_atdatetimenull开始时间

表todos

名字类型默认备注
contentstring""内容
statusint11:未完成;2:已完成;3:已删除
done_atdatetimenull完成时间
deleted_atdatetimenull删除时间

表todo_logs

名字类型默认备注
user_idint用户
typeint11:添加了事项; 2:删除了事项; 3:完成了事项;
todo_idinttodo事项id