go-gorm / sqlite

GORM sqlite driver
MIT License
169 stars 174 forks source link

refactor: distinguish between Unique and UniqueIndex #156

Closed black-06 closed 7 months ago

black-06 commented 1 year ago

What did this pull request do?

See https://github.com/go-gorm/gorm/issues/6381.

based on https://github.com/go-gorm/gorm/pull/6386 and tested

User Case Description

black-06 commented 7 months ago

After testing, it works well with https://github.com/go-gorm/gorm/pull/6822