Schema difference details
manu08
Posts: 2
I'm using v7 of the SDK. I have code right now to compare two database schemas. However, the difference objects that get returned only indicate that there was a difference.
Is there a way to get more detail? As in, I'd like a list of the schema differences between the two tables (e.g., the default values on someColumn don't match).
Is there a way to get more detail? As in, I'd like a list of the schema differences between the two tables (e.g., the default values on someColumn don't match).
Comments
There isn't a simple way through the API to tell you what kind of differences need synchronising. However, you could generate a report of the differences similar to the report you can generate through the UI.
We have an example of this on our website here
I hope this helps.