I\'ve a table CustomizationSet with the columns:
customization_set_guid (which is a non-nullable guid and also the primary key) creator_account_guid and a fe
Check the Storage Engine type for CustomizationSet table.
I had a same issue but i could solve it by changing engine type to InnoDB , because few types don't support foreign key constraints.