Skip to content

Commit

Permalink
docs: add docs for referral table (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
althafdaa authored Aug 8, 2024
1 parent 13425f5 commit a57668c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Binary file modified docs/erd/diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions docs/erd/innercatalog.dbml
Original file line number Diff line number Diff line change
Expand Up @@ -175,3 +175,10 @@ Table referral {
circle_id [name: "idx_referral_circle_id"]
}
}

Table report {
id serial [pk]
user_id int [not null, ref: > user.id]
circle_id int [not null, ref: > circle.id]
created_at timestamp [not null]
}

0 comments on commit a57668c

Please sign in to comment.