diff --git a/schema/teams.hcl b/schema/teams.hcl index 20f9cb0a..63611ba5 100644 --- a/schema/teams.hcl +++ b/schema/teams.hcl @@ -57,6 +57,10 @@ table "people" { null = true type = timestamptz } + column "last_login" { + null = true + type = timestamptz + } primary_key { columns = [column.id] }