go-gormigrate / gormigrate

Minimalistic database migration helper for Gorm ORM
https://pkg.go.dev/github.com/go-gormigrate/gormigrate/v2
MIT License
1.03k stars 96 forks source link

Use RawSQL instead of Create to be able to upgrade to gorm new version #220

Closed magellancl closed 6 months ago

magellancl commented 6 months ago

217

Making a PR to support the latest gorm upgrade because the gorm fix doesn't seem to be coming anytime soon.

I did this quickly, but I am a bit wary of potential SQL injection, any review is welcome.

avakarev commented 6 months ago

@magellancl Thank you for your time and contribution.