home / nutrition

users

2 rows

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), updated_at (date)

id ▼ name slug telegram_user_id created_at updated_at
1 Jake Gundersen jake 8570790834 2026-07-12 21:43:29 2026-07-12 21:43:29
2 Caitie caitie 8233873626 2026-07-12 21:44:16 2026-07-13 02:24:05

Advanced export

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

CSV options:

CREATE TABLE users (id INTEGER PRIMARY KEY AUTOINCREMENT, name TEXT NOT NULL, slug TEXT NOT NULL UNIQUE, telegram_user_id TEXT UNIQUE, created_at TEXT NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at TEXT NOT NULL DEFAULT CURRENT_TIMESTAMP);
Powered by Datasette · Queries took 3.463ms