columnCode : str
|
字段编码 |
description : Any
|
多语言描述 |
uniqueKey : Optional [str ]
|
多语言唯一Key(新建时为空) |
dbName : str
|
数据表名 |
type : str
|
数据类型 |
length : Optional [str ]
|
数据长度 |
defaultValue : Optional [str ]
|
数据默认值 |
whetherPrimary : Optional [bool ]
|
是否为主键 |
operation : str
|
操作类型 |
whetherIncrement : Optional [bool ]
|
是否自增 |
whetherOnly : Optional [bool ]
|
唯一索引 |
oldInfo : Optional [JournalColumnDataTableInfo ]
|
原字段数据库信息(新建时为null) |