home / japari_dc_bot

user_interactive_roles

2 rows where interactive_role_id = 6

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: assigned_at (date)

Link user_discord_id interactive_role_id assigned_at
481828870840909825,6 481828870840909825 6 6 2025-06-21 07:23:05
737378835850461297,6 737378835850461297 6 6 2025-06-20 11:16:33

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 14.294ms