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

db.migration.V0003__SCRUM-2024.sql Maven / Gradle / Ivy

INSERT INTO subdomain (code, name, description)
VALUES ('101', 'reference', 'Literature Reference');
CREATE SEQUENCE subdomain_reference_seq;

INSERT INTO subdomain (code, name, description)
VALUES ('102', 'resource', 'Literature Resource');
CREATE SEQUENCE subdomain_resource_seq;

INSERT INTO subdomain (code, name, description)
VALUES ('103', 'person', 'Person');
CREATE SEQUENCE subdomain_person_seq;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy