Is there a way to access storage file in the table...
# help
s
Is there a way to access storage file in the table editor so I don't have to copy and paste thier paths to a
text
row in the db?
n
Hello @Steve! 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.
g
The table UI is intended for early testing and occasional maintenance so copy and paste is fine if you are doing that. One could add a foreign key link in a table to storage.objects and then when you you click on that column you see the storage.object table like shown in image. The image is what you get if you create a new column with a foreign key link to the object table and then use the table editor and click in that column. It displays all the possible files that have been uploaded. BUT it is not clear this is your intent.
n
stevebarakat (2022-04-19)
s
Where do you get that ui from?
g
That is part of the table editor UI if you have added a foreign key column to the storage.object table.