(scale: number)
| 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>; |
no outgoing calls
no test coverage detected