Add fk constraint on logs

This commit is contained in:
Matt Krump
2018-01-16 08:58:11 -06:00
parent 9ee13e715d
commit 82c39a2c1f
9 changed files with 94 additions and 39 deletions
+2 -3
View File
@@ -5,7 +5,6 @@ type Log struct {
TxHash string
Address string
Topics
Index int64
Data string
Removed bool
Index int64
Data string
}