MCPcopy Create free account
hub / github.com/mikro-orm/mikro-orm / SchemaHelper.test.ts

File SchemaHelper.test.ts

tests/SchemaHelper.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Configuration, Dictionary } from '@mikro-orm/core';
2import { SchemaHelper, SqlitePlatform } from '@mikro-orm/sqlite';
3import { MySqlPlatform } from '@mikro-orm/mysql';
4import { DatabaseTable } from '@mikro-orm/sql';

Callers

nothing calls this directly

Calls 15

testFunction · 0.85
getAlterNativeEnumSQLMethod · 0.80
getDropNativeEnumSQLMethod · 0.80
loadMaterializedViewsMethod · 0.80
finalizeTableMethod · 0.80
addColumnMethod · 0.80
setIndexesMethod · 0.80

Tested by

no test coverage detected