Problem running a migration
Hello there,
I'm currently facing an issue with a database migration. I have two simple tables defined in my code (shown below) that I'm attempting to migrate to a MariaDB server.
I generated the migration SQL from my code, and it looks good to me. When I run the SQL directly in my MariaDB server using a SQL editor, it runs without any issues.
However, when I run the migration in my code, I receive an error message:
I'm not sure why this error is occurring. Can you help me figure out what's wrong with my migration?
![](https://utfs.io/f/98de09f5-4c68-4de8-a38b-e5b25a6c18a7-1nq2cb.png)
![](https://utfs.io/f/5ec26dac-a0b7-4f92-9264-1326821d3d00-1nq2cb.png)
2 Replies