Tool for generating a schema diff?

Are there any tools recommended to produce a good schema diff between two MemSQL schemas? For example, I have an older version of a schema and a newer version of a schema, and I’d like to have the diff generate DDL which will ‘upgrade’ the schema on old to match the schema on new with the necessary adds/drops/alters/etc.

1 Like