I just created a Model out of a database, and just to be curious I deleted the table from the model. (No the table itself but the table from the model!).
How do I re-add the table to my model without deleting and re-creating the model?
I just created a Model out of a database, and just to be curious I deleted the table from the model. (No the table itself but the table from the model!).
How do I re-add the table to my model without deleting and re-creating the model?
did you figure this out? I having the same issue.