Skip to content

Commit

Permalink
Add TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Sep 18, 2024
1 parent a570a3b commit e9a3fd0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/typing/columns/columns.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ type Column struct {
// Whenever we see the same column where there's an opposite value in `toastColumn`, we will trigger a flush
ToastColumn bool
defaultValue any
backfilled bool
// TODO: Instead of using a boolean, we should be setting the value at some point.
backfilled bool
}

func (c *Column) PrimaryKey() bool {
Expand Down

0 comments on commit e9a3fd0

Please sign in to comment.