Conversion of type 'SQLiteTableWithColumns<{ name: string; schema: undefined; columns: { [x: string]: SQLiteColumn<{ name: string; tableName: string; dataType: ColumnDataType; columnType: string; data: unknown; driverParam: unknown; notNull: false; hasDefault: false; ... 5 more ...; generated: undefined; }, object>; }; dialect: "sqlite...' to type 'Table<TableName, TColumns>' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.