home / may-2025

snapshot_comment_photos

0 rows where comment_pk = 54

✎ View and edit SQL

This data as json

0 records

CREATE TABLE snapshot_comment_photos (
    comment_pk INTEGER NOT NULL REFERENCES snapshot_comments(comment_pk) ON DELETE CASCADE,
    ordinal INTEGER NOT NULL,
    name TEXT NOT NULL,
    url TEXT NOT NULL,
    PRIMARY KEY (comment_pk, ordinal)
);
Powered by Datasette · Queries took 8.012ms