mirror of
https://github.com/lxsang/antd-web-apps
synced 2025-01-16 01:38:25 +01:00
8 lines
141 B
Lua
8 lines
141 B
Lua
|
PostModel = BaseModel:extends{
|
||
|
registry = {},
|
||
|
name = "post",
|
||
|
fields = {
|
||
|
cid = "NUMERIC",
|
||
|
content = "TEXT"
|
||
|
}
|
||
|
}
|