Hi, I'd like to suggest a rewording of the relationships between tables.
- Current wording: storeOperatingDays can contain one storeId storeId can belong to many storeOperatingDays.
- Suggested wording: One store can have many operating days. Each operating day belongs to one store. The suggested wording provides us developers with a much more easier to understand idea of the relationship we're implementing. I'm sure there are many other developers who feel the same way.
TL;DR
Developers suggest rewording table relationships for better understanding:
- Current wording: storeOperatingDays can contain one storeId
storeId can belong to many storeOperatingDays.
- Suggested wording: One store can have many operating days. Each operating day belongs to one store.Recommended threads
- Domain is already used. Please try again...
I have a website with where the www.domain.me This website works just fine But if I try to visit domain.me. I get this error. I keep getting sent to some app ri...
- Realtime api and labels as permission
in my tables i set labels as permission and real-time capabilities stopped working. Before when i was having "any" role everything was working. Note: user have...
- Sveltekit + Bun sites runtime not deploy...
anyone tried deploying sveltekit + bun sites? its building but not running, and the only thing from build console to value is ``` > Using svelte-adapter-bun .s...