When I create an entity named PokemonGO, then publish the espace, a physical table named OSUSR_XXX_POKEMONG is automatically generated in admin schema. My questions are:
1. is there a way such that the table name is the same with the entity name (without the OSUSR prefix?)
2. can i redirect to save the table in another schema, instead of admin schema?
Thank you.
Hi,
1. No, because it's generated by outsystems. To keep version of the tables to rollback etc.
2. Yes, search for multiple catalogs
Hi indra budiantho, you can create the synonyms of that table.
Thanks
Rajendra Singh