wartears_images
117,937 rows
This data as json, CSV (advanced)
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE wartears_images (
record_id INTEGER, -- the record the image is attached to
image_url TEXT,
uid TEXT
);
CREATE INDEX idx_wt_img_rec ON wartears_images(record_id);