1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2024-11-20 10:18:21 +01:00
antd-web-apps/info/models/SectionsModel.lua

13 lines
300 B
Lua
Raw Normal View History

2018-08-27 20:10:53 +02:00
BaseModel:subclass("SectionsModel",{
2018-08-23 11:43:42 +02:00
name = "cv_sections",
fields = {
title = "TEXT",
start = "NUMERIC",
location = "TEXT",
["end"] = "NUMERIC",
content = "TEXT",
subtitle = "TEXT",
publish = "NUMERIC",
cid = "NUMERIC",
}
2018-08-27 20:10:53 +02:00
})