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

liquibase.harness.change.changelogs.cockroachdb.createTable.sql Maven / Gradle / Ivy

There is a newer version: 1.0.10
Show newest version
--liquibase formatted sql

--changeset kristyl:1
create table test_table (
  test_id int not null primary key,
  test_column varchar(50)
);
--rollback DROP TABLE test_table




© 2015 - 2024 Weber Informatics LLC | Privacy Policy