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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi there,
i've got here an project with >6000 Schemas in SQL.
When i start the command
artisan code:models --schema=one_in_a_million
he will start inReliese\Coders\Model\Factory
public function on($connection = null)
And that load the
Reliese\Meta\SchemaManager
with the time consuming boot method that will go through every Schema in my database and start a mapping.On the first 5 tries i thought this package was broken so i made some research.
As you see i call the script with the schema parameter. Maybe someone can optimize the SchemaManager in this case?
Best Regards and thanks for the AWESOME WORK!
Hackbard
Beta Was this translation helpful? Give feedback.
All reactions