'boolean', 'expires_at' => 'datetime', ]; } public function vm(): BelongsTo { return $this->belongsTo(Customer::class, 'customer_id'); } }