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

feat: add support for MySQL #238

Merged
merged 4 commits into from
Nov 15, 2023
Merged

feat: add support for MySQL #238

merged 4 commits into from
Nov 15, 2023

Conversation

nhedger
Copy link
Contributor

@nhedger nhedger commented Nov 12, 2023

This PR adds support for MySQL 8 and closes #171.

  • Updates the migrations to support default values for TEXT, JSON, and JSONB column types.
  • Updates the .github/workflows/laravel.yml workflow to run the tests with both MySQL and PostgreSQL.

Relevant documentation:

/claim #171

@algora-pbc algora-pbc bot mentioned this pull request Nov 12, 2023
Copy link
Owner

@JhumanJ JhumanJ left a comment

Choose a reason for hiding this comment

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

Great thank you!

Copy link
Owner

@JhumanJ JhumanJ left a comment

Choose a reason for hiding this comment

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

Great thank you!

@JhumanJ JhumanJ merged commit c51d739 into JhumanJ:main Nov 15, 2023
3 checks passed
@nhedger
Copy link
Contributor Author

nhedger commented Nov 15, 2023

Thank you @JhumanJ!

@nhedger nhedger deleted the feat/mysql-support branch November 15, 2023 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MySQL support
2 participants