1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2024-12-28 10:18:22 +01:00
antd-web-apps/apps/models/PostModel.lua
2018-08-22 19:38:36 +02:00

8 lines
141 B
Lua

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