-
-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Labels
severity:BC breakingBreaks backwards compatibilityBreaks backwards compatibilitytype:featureNew featureNew feature
Milestone
Description
Proposed new feature or change
Add new method
ColumnDefinitionBuilderInterface::buildForeignKey(ForeignKey $fk): stringto build foreign key definitions to create tables, like
CONSTRAINT {{{$fkName}}} FOREIGN KEY ([[id]]) REFERENCES {{{$referenceTableName}}}` ([[id]]) ON DELETE CASCADE ON UPDATE RESTRICTReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
severity:BC breakingBreaks backwards compatibilityBreaks backwards compatibilitytype:featureNew featureNew feature