'integer', 'payment_date' => 'date', ]; } public function cooperationMedia(): BelongsTo { return $this->belongsTo(CooperationMedia::class); } }