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