Even i am facing issues, i have created a laravel command to migrate MySQL database to laravel cloud postgre, now where do I execute the command on travel cloud, it is not working in command tab, the command is such that I have put options to identify which tables I need to move, based on prompts, for example the command that I created us ` also how can I use tinker if required?
php artisan db:migrate-to-postgres --auto` and then we get prompt if the table has record `Table user already has 203 records. Do you want to skip this table?` and we promt yes/no and user have to answer it. when can i do this on laravel cloud ?