gorm/migrator
black-06 46816ad31d
refactor: distinguish between Unique and UniqueIndex (#6386)
* refactor: distinguish between UniqueIndex and Index

* add test

* add ParseIndex test

* modify unique to constraint

* modify unique to constraint

* fix MigrateColumnUnique

* fix test

* fix unit test

* update test mod

* add MigrateColumnUnique to Migrator interface

* fix format lint

* add comment

* go mod tidy

* revert: revert MigrateColumn

* resolve conflicts
2024-02-04 15:49:19 +08:00
..
column_type.go style: fix coding typo (#5184) 2022-03-24 09:31:58 +08:00
index.go refactor(migrator): non-standard codes (#6180) 2023-04-11 10:32:46 +08:00
migrator.go refactor: distinguish between Unique and UniqueIndex (#6386) 2024-02-04 15:49:19 +08:00
table_type.go feat: migrator support table comment (#6225) 2023-05-05 15:58:27 +08:00