Skip to content

Commit 95082a3

Browse files
committed
Update schema.md
1 parent f10b9ba commit 95082a3

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

doc/schema.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Schema Documentation for cardano-db-sync
22

3-
Schema version: 13.2.0.2
43
**Note:** This file is auto-generated from the documentation in cardano-db/src/Cardano/Db/Schema.hs by the command `cabal run -- gen-schema-docs doc/schema.md`. This document should only be updated during the release process and updated on the release branch.
54

65
### `schema_version`
@@ -87,6 +86,18 @@ A table for transactions within a block on the chain.
8786
| `valid_contract` | boolean | False if the contract is invalid. True if the contract is valid or there is no contract. |
8887
| `script_size` | word31type | The sum of the script sizes (in bytes) of scripts in the transaction. |
8988

89+
### `tx_cbor`
90+
91+
A table holding raw CBOR encoded transactions.
92+
93+
* Primary Id: `id`
94+
95+
| Column name | Type | Description |
96+
|-|-|-|
97+
| `id` | integer (64) | |
98+
| `tx_id` | integer (64) | The Tx table index of the transaction encoded in this table. |
99+
| `bytes` | bytea | CBOR encoded transaction. |
100+
90101
### `reverse_index`
91102

92103
A table for reverse indexes for the minimum input output and multi asset output related with this block. New in v13.1
@@ -789,7 +800,7 @@ A table for every unique drep key hash. The existance of an entry doesn't mean t
789800

790801
### `committee_hash`
791802

792-
A table for all committee hot credentials
803+
A table for all committee credentials hot or cold
793804

794805
* Primary Id: `id`
795806

0 commit comments

Comments
 (0)