data class TxnNoteColumns
TxnNoteColumns(txId: Column<SecureHash>, note: Column<String>)
val note: Column<String>
val txId: Column<SecureHash>