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

db.migration.V0001__SCRUM-1453.sql Maven / Gradle / Ivy

CREATE TABLE subdomain
(
  id   BIGSERIAL PRIMARY KEY,
  code VARCHAR(3) UNIQUE NOT NULL,
  name VARCHAR(100)  NOT NULL,
  description VARCHAR(200)
);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy