SQLITE deprecation warning
Anyone knows why am I getting this warning ?
"drizzle-orm": "^0.38.0"
"drizzle-kit": "^0.30.0",
2 Replies
the third param to sqliteTable (all your indexes) is an array now, not an object
There is also an issue if you are not using a 3rd parameter: https://github.com/drizzle-team/drizzle-orm/issues/3749
GitHub
[BUG]: Defining table without the 3rd callback is deprecated · Issu...
Report hasn't been filed before. I have verified that the bug I'm about to report hasn't been filed before. What version of drizzle-orm are you using? 0.38.0 What version of drizzle-kit...