You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: