go-gorm / sqlite

GORM sqlite driver
MIT License
169 stars 174 forks source link

fix: migrator run with nil schema #147

Closed black-06 closed 1 year ago

black-06 commented 1 year ago

What did this pull request do?

RunWithValue stmt.Schema may be nil, then Migrator will panic. It blocked https://github.com/go-gorm/gorm/pull/6303

User Case Description