API 参考
正在准备搜索索引...
@142vip/nest-typeorm
TableInheritance
函数 TableInheritance
TableInheritance
(
options
?:
{
column
?:
string
|
ColumnOptions
;
pattern
?:
"STI"
}
,
)
:
ClassDecorator
Sets for entity to use table inheritance pattern.
参数
可选
options
:
{
column
?:
string
|
ColumnOptions
;
pattern
?:
"STI"
}
返回
ClassDecorator
显示设置
成员可见性
受保护
继承
外部
配色
自动
浅色
深色
API 参考
加载中……
Sets for entity to use table inheritance pattern.