Answers for "laravel db migration table comment"

PHP
2

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
3

laravel migration integer

$table->bigInteger('votes');
Posted by: Guest on May-22-2020

Code answers related to "laravel db migration table comment"

Browse Popular Code Answers by Language