'datetime', 'amount' => 'decimal:2', ]; public function tenant(): BelongsTo { return $this->belongsTo(Tenant::class); } }