1
0
mirror of https://github.com/zitadel/zitadel.git synced 2025-04-04 17:45:41 +00:00
zitadel/internal/domain/unique_constraint_migration.go

10 lines
163 B
Go
Raw Normal View History

package domain
type UniqueConstraintMigration struct {
AggregateID string
ObjectID string
UniqueType string
UniqueField string
ErrorMessage string
}