Skip to content

Commit 80f0783

Browse files
authored
Merge pull request #27 from jp-ryuji/fix-doc
fix docs/er-diagram.md
2 parents e2c7e92 + 3471f75 commit 80f0783

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

docs/er-diagram.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,43 +24,36 @@ erDiagram
2424
}
2525
2626
companies {
27-
string id
2827
string name
2928
string company_size
3029
}
3130
3231
individuals {
33-
string id
3432
string email
3533
string first_name
3634
string last_name
3735
}
3836
3937
renters {
40-
string id
4138
string type
4239
}
4340
4441
cars {
45-
string id
4642
string model
4743
}
4844
4945
rentals {
50-
string id
5146
string car_id "FK"
5247
string renter_id "FK"
5348
time starts_at
5449
time ends_at
5550
}
5651
5752
options {
58-
string id
5953
string name
6054
}
6155
6256
rental_options {
63-
string id
6457
string rental_id
6558
string option_id
6659
int count

0 commit comments

Comments
 (0)