Answers for "what is enum type in laravel migration"

CSS
4

laravel enum column

$table->enum('difficulty', ['easy', 'hard']);
Posted by: Guest on April-29-2021

Code answers related to "what is enum type in laravel migration"

Browse Popular Code Answers by Language