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

8 lines
145 B
Lua

BaseModel:subclass("PostModel", {
registry = {},
name = "post",
fields = {
cid = "NUMERIC",
content = "TEXT"
}
})