Table of Contents

ColumnType 枚举

命名空间
Shadow.DDL.Schemas
程序集
Shadow.DDL.dll

字段类型

[Flags]
public enum ColumnType

字段

Computed = 32

计算列

Del = 64

逻辑删除

Empty = 0

Identity = 1

自增列

Ignore = 128

忽略

Key = 2

主键之一

NOTNULL = 8

非空

Normal = 16

普通

Unique = 4

唯一列