'how to add a table comment in laravel migration

enter image description here enter image description here

How can i add a comment Like this Comment. my Code:

$table->string('stock_type');


Solution 1:[1]

$table->string('field')->comment('some comment');

Solution 2:[2]

$table->string('stock_type')->comment('this is comment');

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Dhairya Lakhera
Solution 2 amirhosein hadi