Answers for "How to set a comment on table using Laravel Schema"

PHP
1

How to set a comment on table using Laravel Schema

$table->string('product_name')->comment = "Product name column";
Posted by: Guest on June-16-2020

Code answers related to "How to set a comment on table using Laravel Schema"

Browse Popular Code Answers by Language