Module schema

Module schema 

Source
Expand description

表模式定义

定义表结构、列类型、索引和约束

Structs§

ColumnDefinition
列定义
ConstraintDefinition
约束定义
IndexDefinition
索引定义
TableOptions
表选项
TableSchema
表模式定义

Enums§

ColumnType
列类型
ConstraintType
约束类型
IndexType
索引类型
ReferentialAction
引用动作