ALTER TABLE [dbo].[CHILD]
ADD CONSTRAINT [fk_1]
NOT NULL FOREIGN KEY([C1])
REFERENCES [dbo].[A]([A])
CLUSTERED
GO
|
47 KB
Added option to gui. Also option is allow nulls by default. please test to make sure its working as desired.
Issue #11541 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build 14.0.8-3 |
No time estimate |
1 issue link |
relates to #11564
Issue #11564ER Modeler - > add option NOT NULL to foreign key |
Added option to gui. Also option is allow nulls by default. please test to make sure its working as desired.