'string', 'discount_type' => 'string', 'discount_value' => 'decimal:2', 'starts_at' => 'datetime', 'ends_at' => 'datetime', 'is_active' => 'boolean', ]; } public function establishment(): BelongsTo { return $this->belongsTo(Establishment::class); } }