vendredi 27 mai 2016

How to add comment to table (not column) in Laravel 5 migration?

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?



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire