已关闭。此问题需要details or clarity。当前不接受答案。
**想要改进此问题吗?**通过editing this post添加详细信息并阐明问题。
2天前关闭。
此帖子已在2天前编辑并提交审核,无法重新打开帖子:
原始关闭原因未解决
Improve this question
我正在处理这样一个场景:我需要为必须插入记录的表数据编写升级脚本。
我试着写它,但我不知道我在做什么。需要一个解释和一个示例升级脚本的例子。
已关闭。此问题需要details or clarity。当前不接受答案。
**想要改进此问题吗?**通过editing this post添加详细信息并阐明问题。
2天前关闭。
此帖子已在2天前编辑并提交审核,无法重新打开帖子:
原始关闭原因未解决
Improve this question
我正在处理这样一个场景:我需要为必须插入记录的表数据编写升级脚本。
我试着写它,但我不知道我在做什么。需要一个解释和一个示例升级脚本的例子。
1条答案
按热度按时间jjjwad0x1#
The way I understood it, it might be something like this: there's a simple table:
The upgrade script might then - for example - add a primary key constraint:
Then, during work with the table, you'd want to insert a row and hit an error because column is too small:
OK; enlarge it:
Therefore, the upgrade script would contain two statements: