Skip to content

Commit

Permalink
πŸ“ Updated ER diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
lhbelfanti committed Nov 19, 2024
1 parent 2adb4e0 commit 0d843ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ erDiagram
tweets {
INTEGER id PK
TEXT hash
TEXT author
TEXT avatar
TIMESTAMP posted_at
BOOLEAN is_a_reply
TEXT text_content
Expand All @@ -66,6 +68,9 @@ erDiagram
}
tweets_quotes {
INTEGER id PK
TEXT author
TEXT avatar
TIMESTAMP posted_at
BOOLEAN is_a_reply
TEXT text_content
TEXT[] images
Expand Down

0 comments on commit 0d843ad

Please sign in to comment.