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
Would I be right in saying that --userSchemaName has not yet been implemented in the model generator code? Can't seem to get it working and had a look over the code and seems only half there.
If so I might try adding it in? anything I should know before doing this?
Thanks
The text was updated successfully, but these errors were encountered:
"This indicates whether to include the schema name in the ActiveRecord class when it's auto generated. Only non default schema would be used"
Im using Postgresql Its useful to get around the issue of having two models that live in 2 schemas with the same name. e.g Sales schema and Support schema may both have "job" tables and "job" models. it would create 1 as SalesJob.php and the other as SupportJob.php
Hi,
Would I be right in saying that --userSchemaName has not yet been implemented in the model generator code? Can't seem to get it working and had a look over the code and seems only half there.
If so I might try adding it in? anything I should know before doing this?
Thanks
The text was updated successfully, but these errors were encountered: