I have a database table created 20 years ago in my company, it is only used for journaling, with NO PRIMARY KEY or INDEX. I can't alter that table.
I understood that we need to call HasNoKey() in code first approach.
But how can I apply HasNoKey in this case? Since it is a Database First approach.