Stored procedures/DB schema in source control

后端 未结 21 942
孤街浪徒
孤街浪徒 2020-12-04 05:56

Do you guys keep track of stored procedures and database schema in your source control system of choice?

When you make a change (add a table, update an stored proc,

21条回答
  •  北海茫月
    2020-12-04 06:34

    I think you should write a script which automatically sets up your database, including any stored procedures. This script should then be placed in source control.

提交回复
热议问题