thorchain.defi Table: fact_pool_balance_change_events Type: Base Table
Fact table that shows the change of the pool balance
Columns
| Column Name | Data Type | Description | 
|---|---|---|
| FACT_POOL_BALANCE_CHANGE_EVENTS_ID | TEXT | The surrogate key for the table. Will be unique and is used as a foreign key in other tables | 
| BLOCK_TIMESTAMP | TIMESTAMP_NTZ | Timestamp of block minting(without a timezone) | 
| DIM_BLOCK_ID | TEXT | FK to DIM_BLOCK table | 
| ASSET | TEXT | Same as pool name, which pool this bond events happens | 
| RUNE_AMOUNT | NUMBER | The amount of rune for the pool balance change | 
| RUNE_ADD | BOOLEAN | False or True, if True, then the event is to add rune not asset | 
| ASSET_AMOUNT | NUMBER | The amount of asset for the pool balance change | 
| ASSET_ADD | BOOLEAN | False or True, if True, then the event is to add asset not rune | 
| REASON | TEXT | The reason for the pool balance change | 
| _INSERTED_TIMESTAMP | TIMESTAMP_NTZ | |
| _AUDIT_RUN_ID | TEXT | |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | The utc timestamp at which the row was inserted into the table. | 
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ | The utc timestamp at which the row was last modified. |