Как установить комментарий на таблице, используя схему Laravel

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