Skip to content

Commit

Permalink
feat: add id col
Browse files Browse the repository at this point in the history
  • Loading branch information
datluongductuan committed Dec 20, 2024
1 parent 07d95ff commit a78401a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/types/bundles.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import (
)

type ExecuteBundle struct {
ID uint64 `db:"id"`
TxHashes pq.StringArray `db:"tx_hashes"` // Use pq.StringArray instead of []string
BundleHash string `db:"bundle_hash"`
BlockNumber uint64 `db:"block_number"`
Expand Down

0 comments on commit a78401a

Please sign in to comment.