Answers for "liquibase alter column type / length"

SQL
0

liquibase alter column type / length

<changeSet author="liquibase" id="sample">
    <modifyDataType
        columnName="description"
        newDataType="varchar(2000)"
        tableName="account"/>
</changeSet>
Posted by: Guest on August-18-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language