'decimal:2', 'status' => 'string', 'raw_payload' => 'array', ]; } public function user(): BelongsTo { return $this->belongsTo(User::class); } }