home / system

Menu
  • GraphQL API
  • Search all tables

tools_tags

Table actions
  • GraphQL API for tools_tags

Data license: All Rights Reserved · Data source: krisyotam.com · About: Kris Yotam

3 rows where tool_id = 1

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ tool_id tag
16 colors 1 color
17 colors 1 conversion
18 colors 1 design

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE tools_tags (id INTEGER PRIMARY KEY AUTOINCREMENT, tool_id INTEGER NOT NULL, tag TEXT NOT NULL, FOREIGN KEY (tool_id) REFERENCES tools(id) ON DELETE CASCADE, UNIQUE(tool_id, tag));
Powered by Datasette · 10.027ms · krisyotam.com