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

dc.edr-index-sql.0.9.1.source-code.edr-index-schema.sql Maven / Gradle / Ivy


CREATE TABLE IF NOT EXISTS edc_edr_entry
(
   transfer_process_id           VARCHAR NOT NULL PRIMARY KEY,
   agreement_id                  VARCHAR NOT NULL,
   asset_id                      VARCHAR NOT NULL,
   provider_id                   VARCHAR NOT NULL,
   contract_negotiation_id       VARCHAR,
   created_at                    BIGINT  NOT NULL
);





© 2015 - 2024 Weber Informatics LLC | Privacy Policy