Laravel this is not only a practical framework, it is also a programming style
How to add comment to table (ot column) in Laravel 5 migration?
I currently know how to add comment to column like:
$table->tinyInteger('status')->comment('0: requested; -1: rejected; 1:confirmed');
But what about table?
Aucun commentaire:
Enregistrer un commentaire