home / github

Menu
  • Search all tables
  • GraphQL API

workflows

Table actions
  • GraphQL API for workflows

0 rows where repo = 300043196

✎ View and edit SQL

This data as json

0 records

CREATE TABLE [workflows] (
   [id] INTEGER PRIMARY KEY,
   [filename] TEXT,
   [name] TEXT,
   [on] TEXT,
   [repo] INTEGER REFERENCES [repos]([id])
, [env] TEXT, [permissions] TEXT);
CREATE INDEX [idx_workflows_repo]
    ON [workflows] ([repo]);
CREATE UNIQUE INDEX [idx_workflows_repo_filename]
    ON [workflows] ([repo], [filename]);
Powered by Datasette · Queries took 46.513ms · About: github-to-sqlite