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

database string fields are created with wrong type in phpunit #311

Open
cayacdev opened this issue Oct 18, 2021 · 0 comments
Open

database string fields are created with wrong type in phpunit #311

cayacdev opened this issue Oct 18, 2021 · 0 comments
Assignees
Labels
bug Something isn't working php Pull requests that update Php code

Comments

@cayacdev
Copy link
Owner

During the analysis of a randomly failing phpunit tests I discovered that the string fields are created with VARCHAR(191) instead of expected VARCHAR(255). This task is to fix the migrations and (or create new migrations to alter the existing columns).

@cayacdev cayacdev added the bug Something isn't working label Oct 18, 2021
@cayacdev cayacdev self-assigned this Oct 18, 2021
@cayacdev cayacdev added the php Pull requests that update Php code label Jan 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working php Pull requests that update Php code
Projects
Status: Backlog
Development

No branches or pull requests

1 participant