90 lines
1.9 KiB
JSON
90 lines
1.9 KiB
JSON
{
|
|
"summary": [
|
|
{
|
|
"name": "users",
|
|
"title": "用户",
|
|
"primary": [
|
|
"id"
|
|
]
|
|
}
|
|
],
|
|
"fields": [
|
|
{
|
|
"name": "id",
|
|
"title": "用户id",
|
|
"type": "str",
|
|
"length": 32
|
|
},
|
|
{
|
|
"name": "username",
|
|
"title": "用户名",
|
|
"type": "str",
|
|
"length": 255
|
|
},
|
|
{
|
|
"name": "name",
|
|
"title": "姓名",
|
|
"type": "str",
|
|
"length": 255
|
|
},
|
|
{
|
|
"name": "password",
|
|
"title": "密码",
|
|
"type": "str",
|
|
"length": 255
|
|
},
|
|
{
|
|
"name": "email",
|
|
"title": "邮件地址",
|
|
"type": "str",
|
|
"length": 255
|
|
},
|
|
{
|
|
"name": "orgid",
|
|
"title": "所属机构",
|
|
"type": "str",
|
|
"length": 32
|
|
},
|
|
{
|
|
"name": "nick_name",
|
|
"title": "显示名",
|
|
"type": "str",
|
|
"length": 255
|
|
},
|
|
{
|
|
"name": "address",
|
|
"title": "地址",
|
|
"type": "str",
|
|
"length": 255
|
|
},
|
|
{
|
|
"name": "mobile",
|
|
"title": "手机",
|
|
"type": "str",
|
|
"length": 255
|
|
},
|
|
{
|
|
"name": "user_status",
|
|
"title": "用户状态",
|
|
"type": "str",
|
|
"length": 1,
|
|
"default": "0"
|
|
}
|
|
],
|
|
"indexes": [
|
|
{
|
|
"name": "idx1",
|
|
"idxtype": "index",
|
|
"idxfields": [
|
|
"orgid"
|
|
]
|
|
},
|
|
{
|
|
"name": "idx2",
|
|
"idxtype": "unique",
|
|
"idxfields": [
|
|
"username"
|
|
]
|
|
}
|
|
]
|
|
} |