| BLOCK_NUMBER | NUMBER | The block number. |
| BLOCK_TIMESTAMP | TIMESTAMP_NTZ | The timestamp of the block. |
| VERSION | NUMBER | The transaction version number. |
| TX_HASH | TEXT | The transaction hash. |
| PLATFORM | TEXT | The bridge platform name. |
| BRIDGE_ADDRESS | TEXT | The bridge contract address. |
| EVENT_NAME | TEXT | The name of the bridge event. |
| DIRECTION | TEXT | The direction of the bridge (inbound/outbound). |
| TX_SENDER | TEXT | The transaction sender address. |
| SENDER | TEXT | The bridge sender address. |
| RECEIVER | TEXT | The bridge receiver address. |
| SOURCE_CHAIN_ID | NUMBER | The source chain ID. |
| SOURCE_CHAIN_NAME | TEXT | The source chain name. |
| DESTINATION_CHAIN_ID | NUMBER | The destination chain ID. |
| DESTINATION_CHAIN_NAME | TEXT | The destination chain name. |
| TOKEN_ADDRESS | TEXT | The token contract address. |
| AMOUNT_UNADJ | NUMBER | The unadjusted transfer amount. |
| EVENT_INDEX | NUMBER | The index of the event within the transaction. |
| FACT_BRIDGE_ACTIVITY_ID | TEXT | Unique identifier for the row. |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | Timestamp when the record was inserted. |
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ | Timestamp when the record was last modified. |