home / japari_dc_bot

user_interactive_roles

2 rows where interactive_role_id = 10

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: assigned_at (date)

Link user_discord_id interactive_role_id assigned_at
295545623426367505,10 295545623426367505 10 10 2025-06-25 16:17:50
407540601157058570,10 407540601157058570 10 10 2025-06-20 22:42:07

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE user_interactive_roles (
            user_discord_id BIGINT NOT NULL,
            interactive_role_id INTEGER NOT NULL,
            assigned_at TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,
            PRIMARY KEY (user_discord_id, interactive_role_id),
            FOREIGN KEY (interactive_role_id) REFERENCES interactive_roles(id) ON DELETE CASCADE
        );
Powered by Datasette · Queries took 13.666ms