मुझे वही त्रुटि मिली, और यह इस तथ्य के कारण था कि विदेशी कुंजी पहले से मौजूद थी। आप जो चाहते हैं वह सिर्फ बाधा जोड़ने के लिए है:
ALTER TABLE Registration
ADD CONSTRAINT idx_Registration_CustomizationSet
FOREIGN KEY (customization_set_guid)
REFERENCES CustomizationSet(customization_set_guid);