Base solution for your next web application
Open Closed

List of abp tables with details #7890


User avatar
0
sumitshah created

Hello,

For Angular-Core project currently 34-35 odd tables are getting created in the DB. Can we get any documentation as to what tables are used for what purpose.

We are in process of moving the developed application onto Production, so before that we want to sure what tables need to be pushed into prod sql db.

Also, once the tables are into production, how do we maintain the tables. Let me explain the below scenrio:

  1. We have a staging environment where we make a few changes to the abp tables from the UI and admin section. Rows get added to the particular abp tables
  2. Now when we want to push the changes to production, do we need to truncate the abp tables, generate a insert script from staging DB and execute the script onto Prod DB or there is some mechanism where we can simply append the rows od staging DB into Production DB.

2 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @sumitshah

    1. We don't have a documentation for each table. But, All of them are in use for AspNet Zero.
    2. We don't suggest a way for it. You can do it like you explained.
  • User Avatar
    0
    ismcagdas created
    Support Team

    This issue is closed because it has not had recent activity for a long time.