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

liquibase.harness.change.changelogs.postgresql.13.createSequence.sql Maven / Gradle / Ivy

There is a newer version: 1.0.10
Show newest version
--liquibase formatted sql
--changeset oleh:1
-- Database: postgresql
-- Change Parameter: sequenceName=test_sequence
CREATE SEQUENCE  IF NOT EXISTS test_sequence AS int START WITH 1 INCREMENT BY 1 MINVALUE 1
--rollback DROP SEQUENCE test_sequence




© 2015 - 2024 Weber Informatics LLC | Privacy Policy