home / chat

push_rules_enable

✎ View and edit SQL

This data as json

0 records

CREATE TABLE push_rules_enable ( id BIGINT PRIMARY KEY, user_name TEXT NOT NULL, rule_id TEXT NOT NULL, enabled SMALLINT, UNIQUE(user_name, rule_id) );
CREATE INDEX push_rules_enable_user_name on push_rules_enable (user_name);
Powered by Datasette · Queries took 3.392ms