'datetime', ]; public function clearance() { return $this->belongsTo(CustomsClearance::class, 'customs_clearance_id'); } public function creator() { return $this->belongsTo(User::class, 'created_by'); } }