Schema objects should gain a v parameter that is incremented by the developer. This will correspond to the sql user_version pragma, which is essentially a global integer variable.
There should be a standard table created called sql_version_history that holds the complete sql create statement for each table, for every version that the table changed.
Schema objects should gain a
v
parameter that is incremented by the developer. This will correspond to the sqluser_version
pragma, which is essentially a global integer variable.There should be a standard table created called
sql_version_history
that holds the complete sql create statement for each table, for every version that the table changed.