'bool', 'stripalarms' => 'bool', 'stripattachments' => 'bool', ]; /** relationship to meta row */ public function meta() { return $this->hasOne(\App\Models\CalendarMeta::class, 'subscription_id'); } }