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

Method scale

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

Source from the content-addressed store, hash-verified

146 length(length: number): PropertyChain<Value, Options>;
147 precision(precision: number): PropertyChain<Value, Options>;
148 scale(scale: number): PropertyChain<Value, Options>;
149 returning(returning?: boolean): PropertyChain<Value, Options>;
150 unsigned(unsigned?: boolean): PropertyChain<Value, Options>;
151 hydrate(hydrate?: boolean): PropertyChain<Value, Options>;

Calls

no outgoing calls

Tested by

no test coverage detected