Make a field for transaction metadata.

This commit is contained in:
JoelKatz
2012-09-13 15:32:30 -07:00
parent f8e107a4be
commit 7c7a4bd3e0

View File

@@ -14,6 +14,7 @@ const char *TxnDBInit[] = {
LedgerSeq BIGINT UNSIGNED, \
Status CHARACTER(1), \
RawTxn BLOB \
TxnMeta BLOB \
);",
"CREATE TABLE PubKeys ( \
ID CHARACTER(35) PRIMARY KEY, \