gpt4 book ai didi

liquibase - 更新 liquibase 中列的类型

转载 作者:行者123 更新时间:2023-12-03 14:45:31 28 4
gpt4 key购买 nike

我想更新名为“password”的列的类型。目前它有 NVARCHAR(40) 类型,我希望它是 NVARCHAR(64) 类型。这就是我所做的:

<changeSet id="1 - change password length" author="chris311">
<update tableName="tablename">
<column name="password" type="NVARCHAR(64)"/>
</update>
</changeSet>

还需要做什么?因为这显然不会改变数据库中的任何内容。

最佳答案

您使用了错误的重构操作。试试 modifyDataType

关于liquibase - 更新 liquibase 中列的类型,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18765121/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com