Is there any standard or at least very common file format to serialize the schema of a database? It seems that every db schema tool comes with its own file format for this to list tables, their columns, indexes and the rest.
This question has been asked before in 2009 without a satisfying answer: Standard database neutral XSD to describe a relational database schema