Kallo
DTDrizzle Team
•Created by Kallo on 10/8/2023 in #help
SQL_PARSE_ERROR with Turso + Drizzle
getting when running a push in development with this schema:
I am adding the ratings column as an integer. Lets walk down the chain. When I add it as a new text column. It works. When I add it as an integer column with a default value and notNull, it gives me the warning that I am about to put null into a notNull column even though I have given it a default value, and then throws the error mentioned above.
If I do it without the notNull, it just gives the error mentioned above. Working with SvelteKit btw
2 replies