Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
KhuloodBatis opened this issue May 6, 2024 · 4 comments
Open

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

KhuloodBatis opened this issue May 6, 2024 · 4 comments

Comments

@KhuloodBatis
Copy link

KhuloodBatis commented May 6, 2024

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
Copy link
Contributor

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
Copy link
Author

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
Copy link
Collaborator

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
Copy link
Author

laravel 10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants