SQL string could not be parsed: non-terminated block comment at ...
Hi all,
I am using Turso and I added two properties to my users table
created_at
and updated_at
.
I successfully generated a migration file, which looks like this:
This is my schema:
When running the migration, i get the following error:
Any idea what's going on? This is a super simple migration, just adding 2 columns, so not sure what to do...
Thanks4 Replies
Using the following packages/version:
Hi Nick, can you try removing the statement breakpoint comment and see if the migration applies?
Hi Mario, I tried that but still received the same error, thanks for the suggestion.
The error was I had another migration file that was pulled from the introspection and it was commented out... by having it commented out I thought it woudln't inter unless uncommented but it did...
Ah alright, glad you got it sorted out