I have few tables in which I have not yet defined primary key and other constraints. But I added all the tables in the Model. It gives warning that Primary Key is not defined, which is obvious.
I want to know how easy it is to update the existing model later to reflect latest updates when many lines of code has already been written.
rpk2006
Member
631 Points
629 Posts
How easy it is to update model later based on changed database schema?
Feb 20, 2012 09:34 AM|LINK
I have few tables in which I have not yet defined primary key and other constraints. But I added all the tables in the Model. It gives warning that Primary Key is not defined, which is obvious.
I want to know how easy it is to update the existing model later to reflect latest updates when many lines of code has already been written.