home / chat

state_groups_persisting

✎ View and edit SQL

This data as json

0 records

CREATE TABLE state_groups_persisting (
    state_group BIGINT NOT NULL,
    instance_name TEXT NOT NULL,
    PRIMARY KEY (state_group, instance_name)
);
CREATE INDEX state_groups_persisting_instance_name ON state_groups_persisting(instance_name);
Powered by Datasette · Queries took 5.524ms