Customized database table requirements

If we customize the database schema by creating new tables, we must meet the several requirements to use the staging environment.

Note: All foreign key relationships in the custom tables should specify ON DELETE CASCADE

To prepare the staging environment for customized tables, refer to configuring the staging environment for customized tables.


Related tasks
Create triggers for custom tables