Hello,
I'm new to EF Core migrations.
I am trying to InsertData() but a value of that insert statement is dependent on a SELECT query to obtain and Id.
How can I do this in the UP() method?
Hello,
I'm new to EF Core migrations.
I am trying to InsertData() but a value of that insert statement is dependent on a SELECT query to obtain and Id.
How can I do this in the UP() method?