Stored procedures/DB schema in source control

后端 未结 21 941
孤街浪徒
孤街浪徒 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:41

    create a "Database project" in Visual Studio to write and manage your sQL code and keep the project under version control together with the rest of your solution.

提交回复
热议问题