Hi,
we have an app in prod. The app works with a lot of tables we have.
When we created a sandbox/dev environment and copied the app to the new environment, all the tables are missing.
I was trying to export a table from production and import it to the dev env. It works but the schema name is not the same as original. For example the column name in production is ddr33_name but in the new environment it is 4rgcc_ddr33_name.
Is it possible to just get a identical copy of a table in another environment?
I was also looking into solutions, would this be the right approach?
Thank you in advance!