How do I enforce data integrity rules in my database?

前端 未结 11 1318
滥情空心
滥情空心 2021-01-20 04:07

I\'m designing this collection of classes and abstract (MustInherit) classes…

11条回答
  •  情话喂你
    2021-01-20 04:46

    Stephen's answer is the best. But if you MUST, you could add a check constraint the HtmlOrCode column and the other columns which need to change.

提交回复
热议问题