How can I sync the SQL schema of my database across all my environments
I have a relational database that uses SQL. I am implementing a new feature that requires adding a new column.
How can I sync the sql schema of my DB across all my environments
I have a relational database that uses SQL. I am implementing a new features that requires adding a new column.