'datetime', 'updated_at' => 'datetime', ]; public function stockBatch(): BelongsTo { return $this->belongsTo(StockBatch::class); } public function user(): BelongsTo { return $this->belongsTo(User::class); } }