Inserting image for certain database cells

Hello guys I’m wondering if any of you guys can help me out with this.
I’m trying to make a table from the database which shows images for certain keywords

For example, I’ve created a mock data table.

and I want to make it look like

So I’m thinking of linking IMG URLs for certain keywords (company names) when generating the table but I’m not sure how I should approach it.

Any thanks will be appreciated!

A field in the database will contain a link to the image. Use this link in the table cell to display the image.

Sorry, I didn’t quite understand. what do you mean by “A field in the database”?

Sorry, I should have said database table.

The Makes table will look like
MakeID
Make
Image

The Vehicles table will look like
VehicleId
MakeID
Year
Model
Price

Hello, sorry for the late reply.

Whenever I’m trying to build a new table for linking the URL, it is showing me this error

and if I click yes, it leads me to js file with

Since it was keep saying that I’m missing the js files, I tried to open the js file and save but I cannot apply the change to the database

As you can see, the js files are existing…

What should I do?

Sorry, that is beyond me. To me, panic comes to mind.

Maybe @Teodor can help after he has had his beauty sleep.

If I remember correctly this happens if you delete one of the files listed under changes have you tried to reset the history?

Maybe backup your project just incase something goes wrong.

Hi, thanks for the bug resolution. I was able to fix the migration error. However, should I make a new table with a link field and inner join with the original table?