createTable( '', [ ], $tableOptions ); } public function safeDown() { $this->dropTable(''); } }