The sandbox uses 4 dedicated database tables created separately from the 12 main plugin tables. These tables mirror the structure of the corresponding core DDLS tables.
| Sandbox Table | Mirrors |
|---|---|
| {prefix}dmsi_aapi_sandbox_customers | {prefix}dmsilm_customers |
| {prefix}dmsi_aapi_sandbox_products | {prefix}dmsilm_products |
| {prefix}dmsi_aapi_sandbox_licenses | {prefix}dmsilm_licenses |
| {prefix}dmsi_aapi_sandbox_activations | {prefix}dmsilm_activations |
Table lifecycle:
- Tables are created when the sandbox is first enabled
- Tables are truncated and re-seeded when Reset Data is clicked — they are not dropped
- Tables are retained when the sandbox is disabled — data is preserved until the next reset or plugin uninstall
- Tables are dropped permanently on plugin uninstall
