hi,

I have a standard SQL database (standard stucture) and other custom databases derived from the standard one.

I would like to easily manage theses databases version (i.e: add some fields to standard databases when working on the custom, and add field to custom databases when working on the standard).

Is there a way to do that with SSDT ?

Regards.