Hello programmers from around the world.
I am trying to run a migration when a class is executed.
It is currently working like this: When the customer signs up, the class register my customer, so automatically, it should creates a database on my server and runs the migration, but dont run migration.
I need the migration run, but it asks for a console output.
I hope I explained myself well.
Could someone help me?