dropTable('{{%{table}}}'); } /** * {@inheritdoc} */ public function safeDown() { \$this->createTable('{{%{table}}}', [ 'id' => \$this->primaryKey(), ]); } } CODE;