'boolean', 'created_at' => 'datetime', ]; public function user() { return $this->belongsTo(WhatsappUser::class, 'user_id'); } }