Skip to main content
Category:

Example How to add Default Timestamp in migrations in Laravel.

While creating migrations, you can use ->timestamp() column type with option
->useCurrent(), it will set CURRENT_TIMESTAMP as default value.


$table->timestamp('created_at')->useCurrent();
$table->timestamp('updated_at')->useCurrent();

Riadh Rahmi

Senior Web Developer PHP/Drupal & Laravel

I am a senior web developer, I have experience in planning and developing large scale dynamic web solutions especially in Drupal & Laravel.

Web Posts

Search

Page Facebook