How to add default value to enum type field in schema builder Questions › Category: Laravel › How to add default value to enum type field in schema builder 0 Vote Up Vote Down VR Soft Coder Staff asked 9 months ago Email * Name * Sign me up for the newsletter! 1 Answers 0 Vote Up Vote Down VR Soft Coder Staff answered 9 months ago You need to add like below in your migration file:- $table->enum('status', array('active','de-active'))->default('active'); Email * Name * Sign me up for the newsletter! Your Answer Your Email Your Name Public Only Me & Admin