Base solution for your next web application
Open Closed

modify module zero , specially table structure ? #169


User avatar
0
ravinder created

I want to modify module zero , specially table structure . is this possible ?? or I have to go with existing ??


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

    What type of modification. You can add your own properties to Tenant, User and Role entities right now.

  • User Avatar
    0
    ravinder created

    <cite>hikalkan: </cite> What type of modification. You can add your own properties to Tenant, User and Role entities right now.

    I don't need tenant .Is this effect on other things and inherited reference ABP ?? .

  • User Avatar
    0
    hikalkan created
    Support Team

    No, you don't have to extend tenant. You can check the template (<a class="postlink" href="https://github.com/aspnetboilerplate/module-zero-template">https://github.com/aspnetboilerplate/mo ... o-template</a>). There are User, Role and Tenant classes. You can extend any of them easily.

  • User Avatar
    0
    codedoge created

    eh... I want to add some custom properties to OrganizationUnit, how can i to do?

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Please see this document for that <a class="postlink" href="https://aspnetzero.com/Documents/Extending-Existing-Entities">https://aspnetzero.com/Documents/Extend ... g-Entities</a>