We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Node Version: v18.16.0 DB0: Latest Package Manager: Yarn
Just
cd <repo_root>/examples/drizzle yarn install yarn run
Getting following type error in VSCode - However, code runs properly without issues.:
Argument of type 'SQLiteTableWithColumns<{ name: "users"; schema: undefined; columns: { id: SQLiteColumn<{ name: "id"; tableName: "users"; dataType: "string"; columnType: "SQLiteNumeric"; data: string; driverParam: string; notNull: false; hasDefault: false; enumValues: undefined; baseColumn: never; }, object>; name: SQLiteColumn<...>...' is not assignable to parameter of type 'SQLiteTable<TableConfig> | Subquery<string, Record<string, unknown>> | SQLiteViewBase<string, boolean, ColumnsSelection> | SQL<...>'. Property '[IsDrizzleTable]' is missing in type 'SQLiteTable<{ name: "users"; schema: undefined; columns: { id: SQLiteColumn<{ name: "id"; tableName: "users"; dataType: "string"; columnType: "SQLiteNumeric"; data: string; driverParam: string; notNull: false; hasDefault: false; enumValues: undefined; baseColumn: never; }, object>; name: SQLiteColumn<...>; }; dialec...' but required in type 'SQLiteTable<TableConfig>'.ts(2345) table.d.ts(29, 5): '[IsDrizzleTable]' is declared here.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
Node Version: v18.16.0
DB0: Latest
Package Manager: Yarn
Reproduction
Just
Describe the bug
Getting following type error in VSCode - However, code runs properly without issues.:
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: