255], [['id'], 'unique'] ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'face_feature' => 'Face feature', 'id_account' => 'Account ID', 'date' => 'Date', 'token_device' => 'Token Device' ]; } /** * @return \yii\db\ActiveQuery */ public function getAccount() { return $this->hasOne(Accounts::className(), ['id' => 'id_account']); } public function getId() { return $this->id; } }