subscriptions
Data license: 비공개
2 rows
This data as json, CSV (advanced)
Suggested facets: created_at (date)
| id ▼ | user_id | regions | keywords | notify_telegram | notify_email | is_active | created_at |
|---|---|---|---|---|---|---|---|
| 1 | 1 | 대전 | 행정일반,사회복지,환경 | 1 | 1 | 1 | 2026-06-26 04:59:05.196311 |
| 2 | 2 | 대전,울산 | 환경,사회복지,행정일반,민방위·소방,교육,보건·의료,건설·국토,교통 | 1 | 1 | 1 | 2026-06-26 10:38:47.254590 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE subscriptions ( id INTEGER NOT NULL, user_id INTEGER NOT NULL, regions TEXT, keywords TEXT, notify_telegram BOOLEAN, notify_email BOOLEAN, is_active BOOLEAN, created_at DATETIME, PRIMARY KEY (id) );