Comment définir un commentaire sur la table en utilisant le schéma Laravel
$table->string('product_name')->comment = "Product name column";
Lokesh003Coding
$table->string('product_name')->comment = "Product name column";