Open Mistic92 opened 1 year ago
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.
dbConnection.Migrator().HasTable(&xxxxx{})
+1
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.