laravel db statement comment code example
Example: How to set a comment on table using Laravel Schema
$table->string('product_name')->comment = "Product name column";
$table->string('product_name')->comment = "Product name column";