go-gorm / bigquery

BigQuery golang sql driver/GORM dialect
MIT License
42 stars 23 forks source link

Migrator show table not exist but Automigrate fail as table exists #17

Open Mistic92 opened 1 year ago

Mistic92 commented 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.

mariusrusu commented 6 months ago

+1