Migrations wont support my dialect

Hey, for some reason generating migration files create them with just "CREATE TABLE" instead of "CREATE TABLE IF NOT EXISTS". and also it uses words like serial (postgress) instead of int (mysql), any idea?
4 Replies
ShiNxz
ShiNxzOP5mo ago
help :v
Angelelz
Angelelz5mo ago
Maybe you are importing the wrong dialect in the schema file?
ShiNxz
ShiNxzOP5mo ago
no of course not
Angelelz
Angelelz5mo ago
Without looking at your code is hard to say

Did you find this page helpful?