hasMany(Application::class, 'PRO_ID', 'PRO_ID'); } public function creator() { return $this->hasOne(User::class, 'PRO_CREATE_USER', 'USR_UID'); } }