Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

liquibase alter column type / length

<changeSet author="liquibase" id="sample">
    <modifyDataType
        columnName="description"
        newDataType="varchar(2000)"
        tableName="account"/>
</changeSet>
Source by newbedev.com #
 
PREVIOUS NEXT
Tagged: #liquibase #alter #column #type #length
ADD COMMENT
Topic
Name
2+4 =