We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2c7e92 + 3471f75 commit 80f0783Copy full SHA for 80f0783
docs/er-diagram.md
@@ -24,43 +24,36 @@ erDiagram
24
}
25
26
companies {
27
- string id
28
string name
29
string company_size
30
31
32
individuals {
33
34
string email
35
string first_name
36
string last_name
37
38
39
renters {
40
41
string type
42
43
44
cars {
45
46
string model
47
48
49
rentals {
50
51
string car_id "FK"
52
string renter_id "FK"
53
time starts_at
54
time ends_at
55
56
57
options {
58
59
60
61
62
rental_options {
63
64
string rental_id
65
string option_id
66
int count
0 commit comments