users
Data license: 비공개
2 rows
This data as json, CSV (advanced)
Suggested facets: joined_at (date), consent_agreed_at (date)
| id ▼ | telegram_chat_id | telegram_username | plan | is_active | joined_at | email_verified | verify_token | verify_token_expires_at | consent_agreed_at | |
|---|---|---|---|---|---|---|---|---|---|---|
| 1 | kjs36972@cham.or.kr | free | 1 | 2026-06-26 04:59:05.149408 | 1 | 2026-06-26 04:59:05.132097 | ||||
| 2 | kjs3697@cham.or.kr | free | 1 | 2026-06-26 10:38:47.237081 | 1 | 2026-06-26 10:38:47.236203 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE users ( id INTEGER NOT NULL, email VARCHAR(200), telegram_chat_id VARCHAR(50), telegram_username VARCHAR(100), "plan" VARCHAR(20), is_active BOOLEAN, joined_at DATETIME, email_verified BOOLEAN DEFAULT 0, verify_token VARCHAR(64), verify_token_expires_at DATETIME, consent_agreed_at DATETIME, PRIMARY KEY (id), UNIQUE (email) );