mirror of
https://github.com/corda/corda.git
synced 2025-02-20 17:33:15 +00:00
[DOCS] Add rows for new database tables in node-database.rst (#5654)
This commit is contained in:
parent
2895283500
commit
e0701231ac
@ -91,8 +91,12 @@ By default, the node database has the following tables:
|
||||
+-----------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| NODE_CONTRACT_UPGRADES | STATE_REF, CONTRACT_CLASS_NAME |
|
||||
+-----------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| NODE_HASH_TO_KEY | PK_HASH, PUBLIC_KEY |
|
||||
+-----------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| NODE_IDENTITIES | PK_HASH, IDENTITY_VALUE |
|
||||
+-----------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| NODE_IDENTITIES_NO_CERT | PK_HASH, NAME |
|
||||
+-----------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| NODE_INFOS | NODE_INFO_ID, NODE_INFO_HASH, PLATFORM_VERSION, SERIAL |
|
||||
+-----------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| NODE_INFO_HOSTS | HOST_NAME, PORT, NODE_INFO_ID, HOSTS_ID |
|
||||
|
Loading…
x
Reference in New Issue
Block a user