Whilst trying to add migration the error shows up:
Unable to generate an explicit migration because the following explicit migrations are pending:
[202105121227574_InitialModel, 202105130939495_AddIsSubscribedToCustomer,
202105130949458_AddMembershipType, 202105130952550_PopulateMembershipTypes,
202105131009495_ApplyAnnotationsToCustomerName, 202105131435142_AddNameToMembershipType,
02105131435496_UpdateExistingMembership, 202105131443052_UpdateExistingMembership2,...
Which doesn't make much sense as long time ago I've added them and updated database after each one. So I tried to update-database, but as one might suspect the error "There is already an object named 'ColumnName' in the database." shows up.