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

db.migration.common.V1_004__CreateEnvironmentsMigration.sql Maven / Gradle / Ivy

There is a newer version: 1.17.0
Show newest version
CREATE TABLE "environments" (
  "name" VARCHAR(254) NOT NULL PRIMARY KEY
);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy