Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mikro-orm/mikro-orm
/ getTriggers
Method
getTriggers
packages/sql/src/schema/DatabaseTable.ts:88–90 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
86
}
87
88
getTriggers(): SqlTriggerDef[] {
89
return
this.#triggers;
90
}
91
92
/** @internal */
93
setIndexes(indexes: IndexDef[]): void {
Callers
6
getPartitioningRebuildSQL
Method · 0.80
createTable
Method · 0.80
diffTable
Method · 0.80
diffToSQL
Method · 0.80
createTable
Function · 0.80
trigger.mssql.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected