I have existing database in MS SQL, and it’s table does not have primary key.
How can I build model for that kind of tables?
Thank you.
I suggest adding a pk. Otherwise how are you relating any data? Or just use query builder.
1 Like