type
ReferenceConstraint
type ReferenceConstraint struct {
OwnerCollectionID schema.StableID
FieldID schema.StableID
}The schema owner and field that restrict a hard delete.
OwnerCollectionIDschema.StableID- The OwnerCollectionID value.
FieldIDschema.StableID- The FieldID value.