feat(schema_exporters): sort by type name of relation
Without this, a change in schema can change the order of the export. When the exported schema is VCS, it can creates a huge diff. Thanks to sorting, it will be better.
Without this, a change in schema can change the order of the export. When the exported schema is VCS, it can creates a huge diff. Thanks to sorting, it will be better.