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
When using pretty short string field definitions, below 8, the seeding fails due to "Database field length exceeded".
I guess this is because the generated factory request creation of faker "word" 'tag' => $this->faker->word
in case "string" type was defined in Blueprint.
It would be helpful to have the factory generated in a way which respects the maxLength of the database field.