Base solution for your next web application
Open Closed

develop plugin #608


User avatar
0
mostafa created

Hello Can I use your platform for my custom cms? In my current CMS we can create plugins and if there is any need to create tables in database EF do it, have you considered any infrastructure for supporting this needs?

as I understand in aspnetboilerplate after creating Model classes in Core project we need to run Add-Migration command in EntityFramework project and after creating migrations we must use Update-Database command in package manager console.


1 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    Hi,

    Since we also use EntityFramework, you can do anything can be done with EF. As I understand, you want to enable automatic migrations. I don't do it like that but it should be possible, you can try it.