Closed MrChaos1993 closed 1 year ago
Same behavior as in other drivers.
https://github.com/go-gorm/mysql/blob/master/migrator.go#L296 https://github.com/go-gorm/sqlite/blob/master/ddlmod.go#L146
relation to https://github.com/go-gorm/gorm/pull/6579
discussion: https://github.com/go-gorm/postgres/pull/211#discussion_r1357809828
Let's merge it
What did this pull request do?
Same behavior as in other drivers.
https://github.com/go-gorm/mysql/blob/master/migrator.go#L296 https://github.com/go-gorm/sqlite/blob/master/ddlmod.go#L146
relation to https://github.com/go-gorm/gorm/pull/6579
discussion: https://github.com/go-gorm/postgres/pull/211#discussion_r1357809828
User Case Description