'decimal:4', 'unit_price' => 'decimal:2', 'total_price' => 'decimal:2', 'created_at' => 'datetime', 'updated_at' => 'datetime', 'deleted_at' => 'datetime', ]; protected $hidden = [ 'deleted_by', 'deleted_at', ]; /** * μ†Œμ† μ„Ήμ…˜ */ public function section() { return $this->belongsTo(ItemSection::class, 'section_id'); } }