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