Sounds like the schema migration tool may help here, at least to export your schema. If you create a schema migration to a fresh environment, then just view the SQL rather than the GUI you have what is basically a dump of the schema. I’m not familiar with dbdiagram.io, but as long as it exports the visual schemas into a common format, you should be able to do the same process in reverse to import it into Retool. Start a schema migration, switch to SQL from GUI, delete what’s there and put in the export from dbdiagram.
2 Likes