Sin categoría Removing created_at and updated_at date columns in Laravel 11 In Laravel 11, if you want to remove the created_at and updated_at columns from a migration, you can do it in several ways depending on your use case. Here’s... Leer más