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

db.store.h2.V0_700_1__init.sql Maven / Gradle / Ivy

drop table if exists assets;
create table assets
(
    id                    uuid not null primary key,
    slot                  bigint,
    tx_hash               varchar(64) not null,
    policy                varchar(56),
    asset_name            varchar(255),
    unit                  varchar(255),
    fingerprint           varchar(255),
    quantity              bigint,
    mint_type             varchar(4),
    block                 bigint,
    block_time            bigint,
    update_datetime       timestamp
);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy