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

quorum.ddls.0.11.0.01102019090814.source-code.oracle-ddl.sql Maven / Gradle / Ivy

There is a newer version: 0.11.0.30092019161842
Show newest version
CREATE TABLE ENCRYPTED_TRANSACTION (ENCODED_PAYLOAD BLOB NOT NULL, HASH RAW(100) NOT NULL, TIMESTAMP NUMBER(19), PRIMARY KEY (HASH));
CREATE TABLE ENCRYPTED_RAW_TRANSACTION (ENCRYPTED_KEY BLOB NOT NULL, ENCRYPTED_PAYLOAD BLOB NOT NULL, NONCE BLOB NOT NULL, SENDER BLOB NOT NULL, TIMESTAMP NUMBER(19), HASH RAW(100) NOT NULL, PRIMARY KEY (HASH));




© 2015 - 2025 Weber Informatics LLC | Privacy Policy