0
Good afternoon to you all. I am studying C# with Asp Net Core and I am having problems in a matter of a job. I need to create several tables (consultation, doctor, patient...) within the Consultoriodatabase database but only the patient table appears and when compiling the project and accessing the route /Query appears the following error:
Project codes are in the following repository: Siteoffice
you added a new Migration after you created the other entities?
– Leandro Angelo
I tested your project here and created all the tables. You are using which command to create the tables?
– Sérgio Damasceno