```php addColumn('ida','integer'); $table->addColumn('idb','integer'); $table->removeColumn('idb'); $table->save(); Wrapper::commit(); ```