DB Development Standard summary

1.0    Goal

DB is only the storage and we should not depend too much on DB . DB should be simple and stable.

  

2.0     Four workflow

  1. Create new table
  2. Alter table
  3. Create/Alter the sp and function
  4. I/D/U flow

3.0    Setup three different environments

dev/beta/live

4.0    Basic workflow

 

__________________________

原文地址:https://www.cnblogs.com/flysun0311/p/2659905.html