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

Migration #50974

Closed
Elleaaaa opened this issue Apr 9, 2024 · 0 comments
Closed

Migration #50974

Elleaaaa opened this issue Apr 9, 2024 · 0 comments

Comments

@Elleaaaa
Copy link

Elleaaaa commented Apr 9, 2024

Laravel Version

11.0.8

PHP Version

8.2.12

Database Driver & Version

No response

Description

when I edit migration file, (adding/editing column) it returns nothing to migrate.

Steps To Reproduce

public function up(): void
{
Schema::create('sub123jects', function (Blueprint $table) {
$table->id();
$table->string('name', 255)->nullable();
$table->timestamps();
});
}

for example I added the name column it will return nothing to migrate
@Elleaaaa Elleaaaa closed this as completed Apr 9, 2024
@Elleaaaa Elleaaaa closed this as not planned Won't fix, can't repro, duplicate, stale Apr 9, 2024
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

1 participant