MigrateColumnUnique migrate column's UNIQUE constraint, it's part of MigrateColumn.
(dst interface{}, field *schema.Field, columnType ColumnType)
| 89 | MigrateColumn(dst interface{}, field *schema.Field, columnType ColumnType) error |
| 90 | // MigrateColumnUnique migrate column's UNIQUE constraint, it's part of MigrateColumn. |
| 91 | MigrateColumnUnique(dst interface{}, field *schema.Field, columnType ColumnType) error |
| 92 | HasColumn(dst interface{}, field string) bool |
| 93 | RenameColumn(dst interface{}, oldName, field string) error |
| 94 | ColumnTypes(dst interface{}) ([]ColumnType, error) |
no outgoing calls
no test coverage detected