'how to add a table comment in laravel migration
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 |


