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