'boolean', 'pickup_imminent' => 'boolean', 'pickup_completed' => 'boolean', 'low_codes_warning' => 'boolean', 'codes_purchased' => 'boolean', 'schedule_changed' => 'boolean', 'household_status' => 'boolean', 'sms_enabled' => 'boolean', 'email_enabled' => 'boolean', 'push_enabled' => 'boolean', ]; } public function user(): BelongsTo { return $this->belongsTo(User::class); } }