tools_commits
Data license: All Rights Reserved · Data source: krisyotam.com · About: Kris Yotam
1 row where tool_id = 1
This data as json, CSV (advanced)
Suggested facets: date (date)
| id ▼ | tool_id | hash | author | date |
|---|---|---|---|---|
| 6 | colors 1 | a16bf090907afe6cfbf1eed0fc8cf258de77e31d | Kris Yotam | 2026-03-26T12:04:00-05:00 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE tools_commits (id INTEGER PRIMARY KEY AUTOINCREMENT, tool_id INTEGER NOT NULL, hash TEXT NOT NULL, author TEXT NOT NULL, date TEXT NOT NULL, message TEXT NOT NULL, FOREIGN KEY (tool_id) REFERENCES tools(id) ON DELETE CASCADE);