Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mikro-orm/mikro-orm
/ getColumns
Method
getColumns
packages/sql/src/schema/DatabaseTable.ts:59–61 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
57
}
58
59
getColumns(): Column[] {
60
return
Object.values(this.#columns);
61
}
62
63
getColumn(name: string): Column | undefined {
64
return
this.#columns[name];
Callers
7
getEntityDeclaration
Method · 0.95
foreignKeysToProps
Method · 0.95
diffTable
Method · 0.45
createTable
Function · 0.45
appendComments
Method · 0.45
appendComments
Method · 0.45
getEntityMetadata
Method · 0.45
Calls
1
values
Method · 0.45
Tested by
no test coverage detected