How Can I Set the Default Value of a DATE Column to the Current date with Laravel Migrations?
I'm having some issues with creating a migration, one of the columns I have on the table is a DATE type, not DATETIME or TIMESTAMPS. And the problem is that I can't find a way to define the default value…