Search
 
SCRIPT & CODE EXAMPLE
 

SQL

liquibase alter column type / length

<changeSet author="liquibase" id="sample">
    <modifyDataType
        columnName="description"
        newDataType="varchar(2000)"
        tableName="account"/>
</changeSet>
Comment

PREVIOUS NEXT
Code Example
Sql :: installer postgresql sur ubuntu 
Sql :: sql add days to date 
Sql :: postgresql change column type 
Sql :: postgresql add not null constraint 
Sql :: mysql add column if not exists 
Sql :: postgres regex remove special characters 
Sql :: sql query to make a existing column auto increment 
Sql :: run postgres with docker 
Sql :: how to duplicate table in mysql 
Sql :: create table oracle 
Sql :: oracle modify column type 
Sql :: postgres get month name from date 
Sql :: mysql last 6 months 
Sql :: get current month mysql 
Sql :: restart mysql server ubuntu 
Sql :: alter sequence postgres 
Sql :: postgres select from last 3 months 
Sql :: oracle compile whole schema 
Sql :: group_concat max length mysql 
Sql :: how to check data type in sql server 
Sql :: concat first name and last name in mysql 
Sql :: show structure of table in sql 
Sql :: mysql set root password 
Sql :: sql server delete row 
Sql :: how to copy data of a table from another database to table of anaother database 
Sql :: how to start mysql in terminal mac 
Sql :: oracle check numeric 
Sql :: How to select the nth row in a SQL database table? 
Sql :: sql server list user permissions 
Sql :: display total number of tables in mysql 
ADD CONTENT
Topic
Content
Source link
Name
2+9 =