createTable('migration_test', array('field1' => array('type' => 'string'))); } public function down() { $this->dropTable('migration_test'); } }