Namespace Umbraco.Cms.Infrastructure.Migrations.Expressions.Create.Constraint
Classes
CreateConstraintBuilder
Provides a fluent builder for defining database constraints as part of migration expressions. Use this builder to specify constraint details when creating constraints in database migrations.
Interfaces
ICreateConstraintColumnsBuilder
Provides a builder interface for specifying columns when creating a database constraint in a migration expression.
ICreateConstraintOnTableBuilder
Provides a builder interface for defining and creating constraints on a database table during a migration.