issues
0 rows where updated_by = 1
This data as json
0 records
CREATE TABLE [issues] ( [id] INTEGER PRIMARY KEY, [title] TEXT, [user] INTEGER REFERENCES [users]([id]), [repo] INTEGER REFERENCES [repos]([id]), [updated_by] INTEGER REFERENCES [users]([id]) );