property col.converted Column with type conversion between app and DB representations Type <App>(config: { default?: () => App; write: (v: App) => InValue; read: (raw: InValue) => App; }) => ColumnDef<App>