6
I have a question about the Entity Framework.
Here at the company where I work, the tables are generated in the bank without any relationship, until the fields are created that will be foreign keys but, the whole relationship is done by EDMX in the Entity Framework.
The version we just migrated is 5 and the database is Mysql.
From what I read, Mysql creates the index but for that it needs the FK, and as we just create the tables without relating anything, I think it will make the system heavier.
Thank you very much. Your answer has helped me a lot!
– Carlos Mansilha