Closed KhuloodBatis closed 2 months ago
The issue originates from the migrations table. The migration column cannot be found, indicating that either the column doesn't exist or the table structure has been tampered with.
Please, check out the migrations table to confirm.
the issue not for column but the command
php artisan module:migrate-refresh Otp
not working i should use the refresh all migration without specific tables
when version of Laravel and the package are you using?
This command has recently been updated to only the module is effected https://github.com/nWidart/laravel-modules/blob/master/src/Commands/Database/MigrateRefreshCommand.php
laravel 10
i tray to do fresh migration by using this commnd
php artisan module:migrate-refresh Otp
but not working and show me this error
i do not want to do migration fresh on all my project but in the module Otp