HI, I'm exepriencing an issue with foreign key triggers.
After database creation only the ON DELETE CASCADE Keyword is present. The key ON UPDATE CASCADE is missing.
I'm using the System.ComponentModel.DataAnnotations.Schema ForeignKeyAttribute (which doesn't provide any other options).
Do you think I'm doing something wrong?
HI, I'm exepriencing an issue with foreign key triggers.
After database creation only the ON DELETE CASCADE Keyword is present. The key ON UPDATE CASCADE is missing.
I'm using the System.ComponentModel.DataAnnotations.Schema ForeignKeyAttribute (which doesn't provide any other options).
Do you think I'm doing something wrong?