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

liquibase.harness.compatibility.advanced.expectedSql.diffChangelog.mariadb.column.sql Maven / Gradle / Ivy

The newest version!
ALTER TABLE test_table ADD varcharColumn VARCHAR(25) NULL
ALTER TABLE test_table ADD intColumn INT DEFAULT null NULL
ALTER TABLE test_table ADD dateColumn date DEFAULT null NULL
ALTER TABLE test_table DROP COLUMN secondary_column




© 2015 - 2025 Weber Informatics LLC | Privacy Policy