Skip to content

Commit

Permalink
name tag_id > id
Browse files Browse the repository at this point in the history
  • Loading branch information
mseidlx committed Apr 2, 2024
1 parent f020405 commit c2672ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_model/data_model.dbml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Project OLI {
}

Table Tags {
tag_id string [pk, Note: "A slug that acts as unique identifier for this tag. Namespaces can be assigned."]
id string [pk, Note: "A slug that acts as unique identifier for this tag. Namespaces can be assigned."]
name string [Note: "The name of the tag in human-readable format."]
description string [Note: "A short description of this tag and its purpose."]
type string [Note: "The datatype that associated values can take."]
Expand Down

0 comments on commit c2672ce

Please sign in to comment.