How to set a comment on table using Laravel Schema

PHP
$table->string('product_name')->comment = "Product name column";
Source

Also in PHP: