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

 

 

__________________________

 

Reproduced in: https: //www.cnblogs.com/flysun0311/archive/2012/08/28/2659905.html

Guess you like

Origin blog.csdn.net/weixin_34032792/article/details/93694196