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.3] Add soft deletes timestamp with timezone to database blueprint #15737

Merged
merged 1 commit into from
Oct 3, 2016
Merged

[5.3] Add soft deletes timestamp with timezone to database blueprint #15737

merged 1 commit into from
Oct 3, 2016

Conversation

reganjohnson
Copy link

Adds consistency when working with softDeletes() and timestamps with timezones.

  • Creates methods softDeletesTz() and dropSoftDeletesTz() to database migration blueprint.
  • Utilizes existing timestampTz() methods for testing purposes.

If there are some tests that anyone feels should be written for this, please advise. Due to the nature of utilizing the timestampTz() method, I felt it wasn't needed.

- Creates methods `softDeletesTz()` and `dropSoftDeletesTz()` to database migration blueprint
@taylorotwell taylorotwell merged commit c6e7d1a into laravel:5.3 Oct 3, 2016
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.

None yet

3 participants