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

liquibase.examples.sql.example-changeset-sql.txt Maven / Gradle / Ivy

The newest version!
(example-changeset-sql.txt)

--changeset dev:1
create table test1(
    id int primary key,
    name varchar(255)
);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy