'boolean', 'is_purchasable' => 'boolean', 'is_producible' => 'boolean', 'is_variable_size' => 'boolean', 'bending_details' => 'array', 'certification_start_date' => 'date', 'certification_end_date' => 'date', ]; public function item() { return $this->belongsTo(Item::class); } }