public function down()
 {
     Yii::import('ext.apiAuth.*');
     $this->dropTable(ApiAuth::getTablePrefix() . 'nonce');
 }
Exemple #2
0
 /**
  * @return string the associated database table name
  */
 public function tableName()
 {
     return ApiAuth::getTablePrefix() . 'nonce';
 }