Skip to content

Commit

Permalink
feat: add last login column (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra authored Nov 10, 2023
1 parent 866ab84 commit 5976ee6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions schema/teams.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ table "people" {
null = true
type = timestamptz
}
column "last_login" {
null = true
type = timestamptz
}
primary_key {
columns = [column.id]
}
Expand Down

0 comments on commit 5976ee6

Please sign in to comment.