how to set field type of date of birth in laravel

Solutions on MaxInterview for how to set field type of date of birth in laravel by the best coders in the world

showing results for - "how to set field type of date of birth in laravel"
Sacha
01 Jun 2017
1$table->date('date_of_birth');
2