5
I would like to know if it really is, and why it is important to pre-specify the size of some string/text/... field in the Migrations in the Laravel.
From what I imagine, maybe these specifications save space dedicated to each field, but :
- will save in a really significant way ?
- will be that the field in Mysql is no longer adaptable to the required size with some kind of predefined limit according to field typing ?
Related: Why Varchar(255)?
– Woss