<?php Schema::create('posts', function (Blueprint $table) { $table->timestamp('published_at')->useCurrent(); $table->timestamp('created_at')->useCurrent(); $table->timestamp('updated_at')->useCurrent(); });
Set Default Timestamp in Laravel Migration
Learn how to set the default timestamp in Laravel migration to auto assign the current timestamp
Created on Aug 02, 2021
•145 views
If you like our tutorial, do make sure to support us by being our Patreon or buy us some coffee ☕️
Load comments for Set Default Timestamp in Laravel Migration
PostSrc Code Components
Collection of Tailwind CSS components for everyone to use. Browse all of the components that are right for your project.
View ComponentsSponsors 👑
+ Add YoursOther Code Snippets
All Snippets
How to Bind Event Handlers in React JS Component by Avoiding Constructor Declaration
1 year ago

Laravel Retrieve or Create Method
2 years ago

Laravel Check Current Environment
2 years ago

How to Prevent From Accidentally closing Laravel Nova Resource?
2 years ago

Caching Queries and Values in Laravel 8
2 years ago

How to Make Laravel 8 Return 404 Status Code
2 years ago