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

Fix adding / changing columns #87

Closed

Conversation

hafezdivandari
Copy link
Contributor

Fixes #85

@hafezdivandari hafezdivandari changed the title Fix adding columns Fix adding / changing columns Jul 15, 2024
$this->modifiers = $_modifiers;

foreach ($changes as $sql) {
foreach (Arr::wrap(parent::compileChange($blueprintColumn, $command, $connection)) as $sql) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reverting changes of ad09702

@tpetry tpetry closed this in 0074e7e Jul 16, 2024
@tpetry
Copy link
Owner

tpetry commented Jul 16, 2024

Thanks for your PR. I used it as a reference idea for my final fix. I just wanted to avoid having two completely different implementations based on the version.

@hafezdivandari hafezdivandari deleted the fix-adding-columns branch July 16, 2024 09:35
@hafezdivandari
Copy link
Contributor Author

@tpetry totally understandable. Thank you.

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

Successfully merging this pull request may close these issues.

Some errors + CI fails on Laravel 11.15
2 participants