Is there a naming convention for naming tables. Li...
# help
j
Is there a naming convention for naming tables. Like singular or plural should table name be cities or city
n
Hello @jar! This thread has been automatically created from your message in #843999948717555735 a ``few seconds ago``. Pinging @User so that they see this as well! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ... menu) and select Leave Thread to unsubscribe from future updates. Want to change the title? Use the
/title
command! We have solved your problem? Click the button below to archive it.
p
It's up to you. I've been using singular as if the tables are "classes" since they're also considered types in postgres, but it really doesn't matter. The auth schema for example uses plural user "users"
n
jar (2022-04-12)
j
Ok thanks. Yeah a tutorial i watched on youtube guy said use singular but seamed like supabase was mostly using plural