Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #52 from saitamau-maximum/feat/modify_model_docs
Browse files Browse the repository at this point in the history
refactor: domain model修正
  • Loading branch information
sor4chi authored Dec 30, 2023
2 parents f47596a + 7cda7ac commit ca2bf0f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/model.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ ProviderType {
Channel {
string id "PK"
string name ""
string parent_channel_id "FK"
string created_at ""
string deleted_at "IDX"
}
Expand Down Expand Up @@ -75,11 +76,12 @@ User ||--o{ ChannelUser : "1"
ProviderTypeUser }o--|| ProviderType : "1"
Channel ||--o{ Message : "1"
Channel ||--o{ Channel : "Nest(parent_channle_id)"
ChannelUser }o--|| Channel : "1"
Message }o--|| User : "1"
Message ||--o{ Reaction : "1"
Message ||--o{ Message : "1"
Message ||--o{ Message : "Reply(reply_to_id)"
Message ||--o{ MessageReaction : "1"
Message ||--o{ MessageReaction : "1"
Expand Down

0 comments on commit ca2bf0f

Please sign in to comment.