Tables installed with Developer Sandboxes
Several types of components are installed with activation of Developer Sandboxes, including tables and user roles.
Tables installed with Developer Sandboxes
- Tables that aren't explicitly mentioned in table config are shared across all sandboxes instead of copied separately.
- If you make a schema change, such as adding a column, to a shared table, the table becomes an isolated table on the sandbox that initiated the schema change.
| Table | Description |
|---|---|
|
Main Developer Sandboxes table [sys_dsb] |
Ensures controlled access to critical sandbox data and prevents unauthorized modifications. Only the admin role can read or report_view. |
|
Developer Sandboxes alias table [sys_dsb_table_alias] |
Only the admin role can read or report_view. |
|
Developer Sandboxes configuration table [sys_dsb_table_config] |
Only the admin role can read or report_view. |
|
Developer Sandboxes template configuration table [sys_dsb_template_repository] |
Admins can create, read, update, delete, and report_view. |
|
Developer Sandboxes template management table [sys_dsb_template] |
Manages sandbox templates used for configuration and allocation. Depending on conditions, admins can create, read, update, delete, and report_view. |
|
Developer Sandboxes message table [sys_dsb_message] |
Stores messages for sandboxes. |
|
[sys_dsb_query_condition] |