Exemplo n.º 1
0
 public function getCustkota()
 {
     return $this->hasOne(Kota::className(), ['POSTAL_CODE' => 'CITY_ID']);
 }