Closed miguilimzero closed 2 years ago
Hey this was a great catch, thanks for posting the issue. There were actually two issues that I found (and fixed!) while looking into this.
You can check the PR, but in short I was adding the modifiers out of order so Laravel was generating bad statements because of that. Should be fixed now, cutting a new release!
What a fast fix! Thanks @aarondfrancis
I'm currently trying to run a migration on project, but it seems the driver is currently generating a wrong query. From what I understand it seems the "sparse" term is being added before the
,
while it should be added after the "add ... text null".Migration code:
Generated query:
Error message: