Skip to main content
Schema: thorchain.core Table: fact_thorname_change_events Type: Base Table

What

Fact table that shows name change events

Columns

Column NameData TypeDescription
FACT_THORNAME_CHANGE_EVENTS_IDTEXTThe surrogate key for the table. Will be unique and is used as a foreign key in other tables
BLOCK_TIMESTAMPTIMESTAMP_NTZTimestamp of block minting(without a timezone)
DIM_BLOCK_IDTEXTFK to DIM_BLOCK table
OWNERTEXTOWNER column
CHAINTEXTThe name of the blockchain
ADDRESSTEXTThe account public key
EXPIRENUMBEREXPIRE column
NAMETEXTNAME column
FUND_AMOUNT_E8NUMBERFUND_AMOUNT_E8 column
REGISTRATION_FEE_E8NUMBERREGISTRATION_FEE_E8 column
MEMOTEXTMEMO column
SENDERTEXTSENDER column
TX_IDTEXTTX_ID column
_INSERTED_TIMESTAMPTIMESTAMP_NTZ_INSERTED_TIMESTAMP column
_AUDIT_RUN_IDTEXT_AUDIT_RUN_ID column
INSERTED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was inserted into the table.
MODIFIED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was last modified.