You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Therefore is there a way to allow the generator to let it utilize the 3rd party plugins for hstore or natively let it handle?
IMHO I think is good idea for somehow this plugin to load 3rd party plugins in order to be able to handle custom data types or even custom plugins for various databases.
The text was updated successfully, but these errors were encountered:
In my database I utilise the
hstore
extention. In that database I need to create migration scripts.But when I generate the migration script via the command:
I get the following error:
On the other hand there are plugins to handle the hstore:
Also there's support for hstore for doctrine as well: https://github.com/opsway/doctrine-dbal-postgresql
Therefore is there a way to allow the generator to let it utilize the 3rd party plugins for
hstore
or natively let it handle?IMHO I think is good idea for somehow this plugin to load 3rd party plugins in order to be able to handle custom data types or even custom plugins for various databases.
The text was updated successfully, but these errors were encountered: