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