Skip to content

Instantly share code, notes, and snippets.

@Enigo
Created January 23, 2023 10:42
Show Gist options
  • Save Enigo/aeafd3f58c0718660cf9e95617383265 to your computer and use it in GitHub Desktop.
Save Enigo/aeafd3f58c0718660cf9e95617383265 to your computer and use it in GitHub Desktop.
CREATE table mint
(
transaction_id integer PRIMARY KEY,
status varchar(50),
wallet varchar(255),
token_type varchar(15),
token_id varchar(15),
minted_on timestamp
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment