Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mikro-orm/mikro-orm
/ getColumn
Method
getColumn
packages/sql/src/schema/DatabaseTable.ts:63–65 ·
view source on GitHub ↗
(name: string)
Source
from the content-addressed store, hash-verified
61
}
62
63
getColumn(name: string): Column | undefined {
64
return
this.#columns[name];
65
}
66
67
removeColumn(name: string): void {
68
delete this.#columns[name];
Callers
13
foreignKeysToProps
Method · 0.95
getSafeBaseNameForFkProp
Method · 0.95
getForeignKeyDeclaration
Method · 0.95
getPropertyDeclaration
Method · 0.95
getPreAlterTable
Method · 0.80
getAlterTempTableSQL
Method · 0.80
diffTable
Method · 0.80
fromMetadata
Method · 0.80
alterTableColumn
Function · 0.80
createIndex
Function · 0.80
createIndex
Method · 0.80
createIndex
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected