MCPcopy Create free account
hub / github.com/mikro-orm/mikro-orm / addColumn

Method addColumn

packages/sql/src/schema/DatabaseTable.ts:145–147  ·  view source on GitHub ↗
(column: Column)

Source from the content-addressed store, hash-verified

143 }
144
145 addColumn(column: Column) {
146 this.#columns[column.name] = column;
147 }
148
149 addColumnFromProperty(prop: EntityProperty, meta: EntityMetadata, config: Configuration) {
150 prop.fieldNames?.forEach((field, idx) => {

Callers 5

getSchemaFromSnapshotMethod · 0.95
ensureTableMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected