1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2025-07-26 10:39:46 +02:00
This commit is contained in:
Xuan Sang LE
2018-09-05 19:07:37 +02:00
parent 914bff3498
commit 9d8e0916a2
8 changed files with 199 additions and 7 deletions

View File

@ -0,0 +1,8 @@
BaseModel:subclass("SubscribersModel",{
registry = {},
name = "subscribers",
fields = {
name = "TEXT",
email = "TEXT"
}
})