| year | The year when the event was emitted, used for partitioning. | int |
| month | The month when the event was emitted, used for partitioning. | int |
| section | The pallet section (module) that emitted the event (e.g., “balances”, “system”). | string |
| method | The method name within the pallet section that identifies the event type. | string |
| block_time | The timestamp when the block containing this event was created. | timestamp |
| block_number | The block number where this event was emitted. | bigint |
| extrinsic_id | The unique identifier of the extrinsic that triggered this event. | string |
| event_id | The unique identifier for the event record. | string |
| data | The raw event data in JSON format. | string |
| extrinsic_hash | The hash of the extrinsic that triggered this event, in binary format. | binary |
| block_hash | The hash of the block containing this event, in binary format. | binary |
| data_decoded | The decoded event data with type information and human-readable values. | string |
| _updated_at | The time when the event record was last updated. | timestamp |
| _ingested_at | The time when the event data was ingested into the system. | timestamp |