| 363 | } & Record<`varchar(${number})`, string>; |
| 364 | |
| 365 | export class Column<Type extends keyof TypeMap, In = unknown, Out = unknown> { |
| 366 | type: Type; |
| 367 | ormName: string = ""; |
| 368 | isNullable: boolean = false; |
nothing calls this directly
no outgoing calls
no test coverage detected