private function buildData(TableObject $table) { return ['name' => $table->getName(), 'type' => $table->getType(), 'engine' => $table->getEngine(), 'collation' => $table->getCollation(), 'comment' => $table->getComment()]; }