edited DB Design

This commit is contained in:
Fabian Schieder 2026-02-24 20:15:15 +01:00
parent 1ad4d05473
commit 8030411821

View File

@ -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"