Answer the question
In order to leave comments, you need to log in
Is it necessary to specify the length of the fields when migrating to Laravel?
I do migrations like name, about, ... for the user. So the question is: is it necessary to prescribe the length of the fields for such migrations, such as:
string('name', 40)
or
string('name')
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question