nWidart / laravel-modules

Module Management In Laravel
https://docs.laravelmodules.com
MIT License
5.56k stars 969 forks source link

php artisan module:migrate-refresh Otp not working with me #1853

Closed KhuloodBatis closed 2 months ago

KhuloodBatis commented 6 months ago

i tray to do fresh migration by using this commnd php artisan module:migrate-refresh Otp

but not working and show me this error

Screenshot 2024-05-06 at 2 16 57 PM

i do not want to do migration fresh on all my project but in the module Otp

solomon-ochepa commented 6 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.

KhuloodBatis commented 6 months ago

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

dcblogdev commented 6 months ago

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

KhuloodBatis commented 6 months ago

laravel 10