'datetime', 'updated_at' => 'datetime', ]; public function user() { return $this->hasOne(User::class, 'id_users'); } }