home / declaration250 / catalog_tables

Menu

catalog_tables: declaration250, app_csp_origins

This data as json

database_name table_name rootpage sql
declaration250 app_csp_origins 80 CREATE TABLE app_csp_origins ( id INTEGER PRIMARY KEY, app_id TEXT NOT NULL REFERENCES apps(id), directive TEXT NOT NULL DEFAULT 'connect-src', origin TEXT NOT NULL, created_at TEXT NOT NULL, updated_at TEXT NOT NULL, CHECK (directive IN ('connect-src')), UNIQUE (app_id, directive, origin) )
Powered by Datasette · Queries took 2.571ms