(
defaultValue: string | string[] | number | number[] | boolean | null | Date | Raw,
)
| 133 | onCreate: (entity: any, em: EntityManager) => MaybeArray<Value, Options>, |
| 134 | ): PropertyChain<Value, Options & { onCreate: (...args: any[]) => any }>; |
| 135 | default( |
| 136 | defaultValue: string | string[] | number | number[] | boolean | null | Date | Raw, |
| 137 | ): PropertyChain<Value, Omit<Options, 'default'> & { default: any }>; |
| 138 | defaultRaw(defaultRaw: string): PropertyChain<Value, Options & { defaultRaw: string }>; |
no outgoing calls
no test coverage detected