1
0
mirror of https://github.com/zitadel/zitadel.git synced 2025-06-30 15:38:43 +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
}