mirror of
https://github.com/lxsang/antd-web-apps
synced 2024-12-28 10:18:22 +01:00
8 lines
141 B
Lua
8 lines
141 B
Lua
PostModel = BaseModel:extends{
|
|
registry = {},
|
|
name = "post",
|
|
fields = {
|
|
cid = "NUMERIC",
|
|
content = "TEXT"
|
|
}
|
|
} |