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