mirror of
https://github.com/lxsang/antd-web-apps
synced 2024-11-19 18:08:21 +01:00
13 lines
300 B
Lua
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",
|
|
}
|
|
}) |