You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to use automigrate. First run was OK and table was created. Second run failed with error 409 table already exists.
I tried to use dbConnection.Migrator().HasTable(&xxxxx{}) and it stated that table does not exists.
The text was updated successfully, but these errors were encountered:
I was trying to use automigrate. First run was OK and table was created. Second run failed with error 409 table already exists.
I tried to use
dbConnection.Migrator().HasTable(&xxxxx{})
and it stated that table does not exists.The text was updated successfully, but these errors were encountered: