Avoid schema mismatch in System-Versioned tables

后端 未结 3 691
眼角桃花
眼角桃花 2021-01-11 20:45

Looking for a workaround for:

Error: SQL71609: System-versioned current and history tables do not have matching schemes. Mismatched column: \'XXXX\'.
         


        
3条回答
  •  半阙折子戏
    2021-01-11 21:28

    We just experienced this issue. We found a workaround by commenting out the system versioning elements of the table (effectively making it a normal table), building the project with the schema change we needed (which succeeds), and then putting the system versioning lines back in place (which also succeeds).

提交回复
热议问题