Skip to main content
Category:

Change Default Timestamp Fields in Laravel


What if you’re working with non-Laravel database and your timestamp columns are named differently? Maybe, you have create_time and update_time. Luckily, you can specify them in the model, too:


class Role extends Model
{
const CREATED_AT = 'create_time';
const UPDATED_AT = 'update_time';

...

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