blog_dev

Tables

Name

Columns

Comment

Type

lab_chapters

9

BASE TABLE

articles

13

BASE TABLE

article_embedding_chunks

10

BASE TABLE

labs

8

BASE TABLE

articles_tags

2

BASE TABLE

tag_article_counts

4

BASE TABLE

tags

3

BASE TABLE

users

6

BASE TABLE

admin_sessions

8

BASE TABLE

moments

11

BASE TABLE

Relations

        erDiagram

"articles" }o--|| "users" : "Additional Relation"
"moments" }o--|| "users" : "Additional Relation"
"articles_tags" }o--|| "articles" : "Additional Relation"
"articles_tags" }o--|| "tags" : "Additional Relation"
"tag_article_counts" }o--|| "users" : "Additional Relation"
"tag_article_counts" }o--|| "tags" : "Additional Relation"

"lab_chapters" {
  char_36_ chapter_id PK
}
"articles" {
  char_36_ article_id PK
  char_36_ user_id
}
"article_embedding_chunks" {
  char_36_ chunk_id PK
}
"labs" {
  char_36_ lab_id PK
}
"articles_tags" {
  char_36_ article_id PK
  char_36_ tag_id PK
}
"tag_article_counts" {
  char_36_ user_id PK
  varchar_20_ type PK
  char_36_ tag_id PK
}
"tags" {
  char_36_ tag_id PK
}
"users" {
  char_36_ user_id PK
}
"admin_sessions" {
  varchar_64_ sid PK
}
"moments" {
  char_26_ moment_id PK
  char_36_ user_id
}
    

Generated by tbls