nooschain / db/schema / RaftLogEntryTable
Interface: RaftLogEntryTable
Defined in: db/schema.ts:980
Persistent Noosraft log entries containing NOOSChain block envelopes.
Properties
applied
applied:
ColumnType<boolean,boolean|undefined,boolean>
Defined in: db/schema.ts:988
cluster_id
cluster_id:
string
Defined in: db/schema.ts:982
committed
committed:
ColumnType<boolean,boolean|undefined,boolean>
Defined in: db/schema.ts:987
created_at
created_at:
Timestamp
Defined in: db/schema.ts:989
entry
Defined in: db/schema.ts:985
entry_hash
entry_hash:
string
Defined in: db/schema.ts:986
log_index
log_index:
BigIntColumn
Defined in: db/schema.ts:983
node_id
node_id:
string
Defined in: db/schema.ts:981
term
term:
BigIntColumn
Defined in: db/schema.ts:984
updated_at
updated_at:
Timestamp
Defined in: db/schema.ts:990