© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•14mo ago•
3 replies
rumcake

"Create a 'reviews' table in your Supabase database with the following columns"

ok so ive been instructed by lovable to create a supabase to create a review section for my site
heres the table i have t construct

id (uuid, primary key)
name (text)
rating (integer) <- i have to pick between integer 2, 4, 8? confused
comment (text)
date (timestamp)
media_urls (array) <- array doesnt show in the drop box selection?
created_at (timestamp)

what should i do with ratings and media_urls (media urls is to upload photos and video)
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

can you reverse engineer the supabase database columns from code in a repo?
SupabaseSSupabase / help-and-questions
4y ago
How to use .or() filter with joined table columns in Supabase?
SupabaseSSupabase / help-and-questions
4mo ago
database function returns setof my_table with a few extra columns
SupabaseSSupabase / help-and-questions
4y ago
how to create a table of users in prisma referencing with the supabase user id?
SupabaseSSupabase / help-and-questions
4y ago