From e9a3fd0709b78f003f9b8d1de94aecc7c7c5236c Mon Sep 17 00:00:00 2001 From: Robin Tang Date: Tue, 17 Sep 2024 20:42:34 -0700 Subject: [PATCH] Add TODO. --- lib/typing/columns/columns.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/typing/columns/columns.go b/lib/typing/columns/columns.go index 40dd0b9e4..779fdc839 100644 --- a/lib/typing/columns/columns.go +++ b/lib/typing/columns/columns.go @@ -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 {