/** * @return \yii\db\ActiveQuery */ public function getServicios() { return $this->hasMany(Servicios::className(), ['ID_COL' => 'ID_COL']); }