Skip to content

Commit

Permalink
Merge pull request #11 from anuja-rahul/anuja-rahul-changes
Browse files Browse the repository at this point in the history
changes
  • Loading branch information
anuja-rahul authored Sep 1, 2024
2 parents 0f5fb98 + e2acc90 commit 40630d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ erDiagram
}
Itinerary {
Integer id PK
Integer user_itinerary_id FK
Integer district_id FK
Integer admin_id FK
TIMESTAMP created_at
}
ItineraryActivity {
Expand Down Expand Up @@ -149,7 +149,6 @@ erDiagram
Attraction ||--o| District : belongs_to
User ||--o| UserItinerary : has
Itinerary ||--o| District : belongs_to
Itinerary ||--o| Admin : created_by
Itinerary ||--o| UserItinerary : linked_to
ItineraryActivity ||--o| Itinerary : includes
ItineraryActivity ||--o| Activity : includes
Expand All @@ -159,6 +158,7 @@ erDiagram
ItineraryTransportation ||--o| Transportation : includes
ItineraryAttraction ||--o| Itinerary : includes
ItineraryAttraction ||--o| Attraction : includes
```
Expand Down

0 comments on commit 40630d7

Please sign in to comment.