Cs-Cart 4.2.2 Database Relationship

hi
we have some problems with our cs-cart database and have to find out how and where is relationship between image ID (image table) and product ID(product table).
this is serious and we're looking forward to have your support
tnx

Hi

If you look in "cscart_images_links" table you will see a column named "object_id".

In this column you will find the links to "products" "feature_variants" etc, so you can trace exactly what and where links go to!

If you list so you view object_id, sorted by next column "object_type" you will be able to see the product id in the colmn "object_id".

Hope that makes sense and helps.

Barry