property col.transform Column with custom transforms Type <T>(write: (v: T) => Promise<T> | T,read: (v: T) => Promise<T> | T) => ColumnDef<T>