Base solution for your next web application
Open Closed

How to add a field in original abp.notification table ? #3691


User avatar
0
shanefryer4184 created

My client wants to add a field in abp.notification table where I can mark the notification as pinned to stay at the top. But the class comes from metadata which I cant change.

My client also wants to migrate your timezone to a different place.

So we have lot of requirements where we need to change the native structure.

Is there a way where we can change the definition of tables created by you?


1 Answer(s)
  • User Avatar
    0
    alirizaadiyahsi created

    Hi,

    it is possible to change existing entities. Check this document: <a class="postlink" href="https://aspnetzero.com/Documents/Extending-Existing-Entities">https://aspnetzero.com/Documents/Extend ... g-Entities</a>