createTime : Optional [str ]
|
创建时间 |
creator : Optional [str ]
|
创建者 |
defaultValue : Optional [str ]
|
字段的默认值 |
description : Optional [str ]
|
字段的描述信息 |
lastModifyTime : Optional [str ]
|
最后一次更新的时间 |
lastModifyUser : Optional [str ]
|
最后一次编辑的用户 |
length : Optional [str ]
|
字段长度(datatime类型不用传值) |
name : str
|
字段名称 |
oldInfo : Optional [MiscModel ]
|
更新、删除操作变更前的数据信息 |
operation : Optional [str ]
|
操作类型–add/update/delete |
sort : Optional [int ]
|
字段对应的排序信息 |
type : str
|
字段类型 |
uniqueKey : Optional [str ]
|
唯一key |
whetherEmpty : Optional [bool ]
|
是否可以为空 |
whetherIncrement : Optional [bool ]
|
是否自增 |
whetherOnly : Optional [bool ]
|
是否唯一 |
whetherPrimary : Optional [bool ]
|
是否为主键 |
whetherSystemColumn : Optional [bool ]
|
是否为系统字段 |