英文:
How to link a storage bucket file into an item in a table
问题
如何将存储桶中的文件链接到表格?
假设我有这样的一个项目:
名称:用户,创建时间:日期,pfp:存储文件
我想将文件链接到 pfp
字段。
英文:
How can I link a file in my storage bucket into a table?
Let's say I have an item like this
Name: user, CreatedAt: date, pfp: storageFile
I want the file to be linked to the pfp
field.
答案1
得分: 1
你可以将图像网址存储在你的数据库表中。你可以在这里的用户管理教程之一中进行操作:https://supabase.com/docs/guides/getting-started/tutorials/with-react#bonus-profile-photos
英文:
You would store the image URL in your database table. You can follow on of the user management tutorials here: https://supabase.com/docs/guides/getting-started/tutorials/with-react#bonus-profile-photos
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论