Extending and Displaying File Upload Table

Hello!

I am relatively new to Strapi and have recently played around with the Strapi Upload extension. I need to save some additional custom fields on my file entity. Since Strapi already creates a new column in the upload_file table it makes much more sense to add the fields onto the entity in this table than creating a new table with the additional data.

I have extended the content types in extensions/upload/models/File.settings.json but now the new fields obviously don’t show up in the admin panel when I click on a media file under Media Liberary.

Does it make sense to add fields like this and how do I update the view so that I can also see and maybe even adjust those newly added fields?

Did you ever find out how to do this?