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