I am using .NET 6/Entity Framework Core 6.05, and one thing I did need to do was create primary keys for the Pallet and Size tables in order to not have to include hard-coded Id values in PlacePallet(...) method. Include [Key] attribute in the models above Id property before EF migration. Adding PK after the fact worked for me.
@enf3rno14 жыл бұрын
Awesome stuff dude! Thanks much for this one.
@matthewwedgewood-strachan48854 жыл бұрын
Amazing content bro! Quick question for you: When adding the DB instance to the serverless.template is there a way to specify the instance name?