edited DB Design
This commit is contained in:
parent
1ad4d05473
commit
8030411821
@ -31,6 +31,8 @@ Table shops
|
||||
shopID int [pk]
|
||||
name varchar(255)
|
||||
website varchar(255)
|
||||
logoPath varchar(255)
|
||||
shippingTime varchar(255)
|
||||
}
|
||||
|
||||
Table offers
|
||||
@ -169,3 +171,4 @@ Table userSessions
|
||||
}
|
||||
|
||||
Ref: "userSessions"."userID" < "users"."userID"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user