Jak ustawić komentarz na tabeli za pomocą schematu Laravel

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