'bool', 'stripalarms' => 'bool', 'stripattachments' => 'bool', // sync fields 'last_sync_at' => 'datetime', ]; public function meta() { return $this->hasOne(CalendarMeta::class, 'subscription_id'); } }