'datetime', 'effective_from' => 'date', 'effective_to' => 'date', 'specifications' => 'array', ]; public function itemMaster() { return $this->belongsTo(ItemMaster::class, 'item_master_id'); } public function releasedBy() { return $this->belongsTo(User::class, 'released_by'); } }