How can I add and use new column in abpfeature table and access it in boilerplate?
问题 I'm using asp.net zero build on boilerplate and I want to extend my table of feature, but I couldn't access feature table like other normal tables which I've created. Can anyone help? 回答1: I was facing your problem with another table AuditLogs , and I finally managed to solve it using EF Core features. You can find my issue and its solution here The solution is lying on the concept of inheritance in EF Core. Basically, you can create a new class namely " ExtendedFeature " derived from