Database structures

Hi,

Our system has a database for each customer, which are spread across 5 servers. Each of these is identical in structure, based upon a main “clean” template. When working with one of these, I would like phpstorm to use the template definition when working with the similar database, so for example when using database customer_1600, assume the structure of customer_0000. Is this at all possible?

0
1 comment

Hi,

Sorry for the late reaction, just noticed this thread.

At a quick glance, it is not something that is possible. However, I am not sure if I fully understand your concern, could you please tell me a bit more about it? 
Would you like to have this ability in the Query Console or in the SQL code injection in other languages (PHP, JavaScript, etc)?

The only thing that comes into my mind is Dynamic Prefixes in SQL>PHP language injections but apparently, I am totally missing the point.
(https://www.jetbrains.com/help/phpstorm/ide-advanced-metadata.html#set-up-dynamic-prefixes-for-table-names-in-sql-language-injections)

0

Please sign in to leave a comment.