'datetime', ]; public function shipment() { return $this->belongsTo(Shipment::class, 'shipment_id'); } public function creator() { return $this->belongsTo(User::class, 'created_by'); } }