All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sql.ddl.alter.xml Maven / Gradle / Ivy

There is a newer version: 3.1.0
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<sql-cases>
    <sql-case id="alter_table" value="ALTER TABLE t_log ADD name varchar(10)" />
    <sql-case id="alter_table_if_exists_only" value="ALTER TABLE IF EXISTS ONLY t_log ADD name varchar" db-types="PostgreSQL" />
</sql-cases>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy