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

[5.0] Disable MySQL strict mode #11008

Closed
wants to merge 1 commit into from
Closed

Conversation

dbpolito
Copy link
Contributor

I'm basically moving #9712 from 5.1 to 5.0, now with latest homestead version which comes with MySQL 5.7, all migrations are broken because of this new restriction.

@@ -46,12 +46,19 @@ public function connect(array $config)
)->execute();
}

// If the "strict" option has been configured for the connection we'll enable
// strict mode on all of these tables. This enforces some extra rules when
// If the "strict" option has been configured for the connection we will setup

Choose a reason for hiding this comment

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

Spaces must be used to indent lines; tabs are not allowed

@GrahamCampbell
Copy link
Member

Please send to 5.1. 5.0 is closed for changes.

@dbpolito
Copy link
Contributor Author

This is already merged on 5.1, i only got these changes from there to 5.0... I know 5.0 is closed for changes, but as i said, everyone that still uses laravel 5.0 and gets the new homestead box will see this timestamp column error...

Not sure if 5.0 is still being heavily used...

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.

3 participants