nooschain / db/schema / EncryptedRecordTable
Interface: EncryptedRecordTable
Defined in: db/schema.ts:513
Encrypted record metadata plus optional local ciphertext availability.
Properties
block_height
block_height:
NullableBigIntColumn
Defined in: db/schema.ts:524
bucket_id
bucket_id:
string
Defined in: db/schema.ts:515
bucket_key_id
bucket_key_id:
NullableTextColumn
Defined in: db/schema.ts:525
bucket_key_version
bucket_key_version:
ColumnType<number|null,number|null|undefined,number|null>
Defined in: db/schema.ts:526
created_at
created_at:
Timestamp
Defined in: db/schema.ts:528
created_by_organization_id
created_by_organization_id:
string
Defined in: db/schema.ts:522
created_by_user_id
created_by_user_id:
string
Defined in: db/schema.ts:521
encrypted_payload
encrypted_payload:
string|null
Defined in: db/schema.ts:516
encryption_metadata
Defined in: db/schema.ts:518
id
id:
string
Defined in: db/schema.ts:514
key_envelopes
Defined in: db/schema.ts:519
payload_available_locally
payload_available_locally:
ColumnType<boolean,boolean|undefined,boolean>
Defined in: db/schema.ts:527
payload_hash
payload_hash:
string
Defined in: db/schema.ts:517
public_indexes
public_indexes:
Jsonb
Defined in: db/schema.ts:520
transaction_hash
transaction_hash:
string
Defined in: db/schema.ts:523