Laravel this is not only a practical framework, it is also a programming style
I have a Laravel 5 application and i am trying to limit the length of a database TEXT column to 500.
Laravel
I have it set as..
$table->text('excerpt');
How can I modify this so it is limited to 500 characters?
Aucun commentaire:
Enregistrer un commentaire