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

Method nullable

packages/core/src/entity/defineEntity.ts:106–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104
105 // Always-available methods (PropertyOptions keys)
106 nullable(): PropertyChain<Value, Omit<Options, 'nullable'> & { nullable: true }>;
107 strictNullable(): PropertyChain<
108 Value,
109 Omit<Options, 'nullable' | 'strictNullable'> & { nullable: true; strictNullable: true }

Calls

no outgoing calls

Tested by

no test coverage detected