| id | bigint | Internal ledger event identifier. |
| transaction_id | bigint | Foreign key to midnight.transactions.id. |
| variant | varchar | Event variant / type. |
| grouping | varchar | Logical grouping for the event. |
| attributes_json | varchar | Event attributes encoded as JSON. |
| event_ordinal | bigint | Ordinal position of the event within the transaction. |
| _updated_at | timestamp | Timestamp when this record was last updated. |
| _ingested_at | timestamp | Timestamp when this record was ingested into Dune. |