1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2024-11-20 02:18:20 +01:00
antd-web-apps/info/models/SectionsModel.lua
Xuan Sang LE 48ad3a30da fix
2018-08-27 20:10:53 +02:00

13 lines
300 B
Lua

BaseModel:subclass("SectionsModel",{
name = "cv_sections",
fields = {
title = "TEXT",
start = "NUMERIC",
location = "TEXT",
["end"] = "NUMERIC",
content = "TEXT",
subtitle = "TEXT",
publish = "NUMERIC",
cid = "NUMERIC",
}
})