ColumnType 枚举
字段类型
[Flags]
public enum ColumnType
字段
Computed = 32计算列
Del = 64逻辑删除
Empty = 0空
Identity = 1自增列
Ignore = 128忽略
Key = 2主键之一
NOTNULL = 8非空
Normal = 16普通
Unique = 4唯一列
字段类型
[Flags]
public enum ColumnType
Computed = 32计算列
Del = 64逻辑删除
Empty = 0空
Identity = 1自增列
Ignore = 128忽略
Key = 2主键之一
NOTNULL = 8非空
Normal = 16普通
Unique = 4唯一列