Schema: survey_responses
| Field | Type | Null | Key | Extra |
|---|---|---|---|---|
| id | int(11) | NO | PRI | auto_increment |
| pathway | varchar(255) | NO | ||
| pathway_custom | varchar(255) | YES | ||
| purpose_learning | tinyint(1) | YES | ||
| purpose_design | tinyint(1) | YES | ||
| purpose_lecture | tinyint(1) | YES | ||
| purpose_profile | tinyint(1) | YES | ||
| purpose_collab | tinyint(1) | YES | ||
| purpose_browse | tinyint(1) | YES | ||
| first_impression | varchar(255) | NO | ||
| ease_of_finding | varchar(255) | NO | ||
| impressive_content | text | YES | ||
| feature_editor | tinyint(1) | YES | ||
| feature_schedule | tinyint(1) | YES | ||
| feature_community | tinyint(1) | YES | ||
| feature_download | tinyint(1) | YES | ||
| feature_newsletter | tinyint(1) | YES | ||
| feature_custom | varchar(255) | YES | ||
| recommendation_score | int(11) | NO | ||
| ip_address | varchar(45) | YES | ||
| user_agent | varchar(255) | YES | ||
| created_at | timestamp | YES |
Table Data (최근 100개 데이터)
컬럼이 많은 경우, 테이블을 좌우(가로)로 스크롤하여 모든 데이터를 확인할 수 있습니다.
| id | pathway | pathway_custom | purpose_learning | purpose_design | purpose_lecture | purpose_profile | purpose_collab | purpose_browse | first_impression | ease_of_finding | impressive_content | feature_editor | feature_schedule | feature_community | feature_download | feature_newsletter | feature_custom | recommendation_score | ip_address | user_agent | created_at |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 검색 엔진 (Google, Naver 등) | NULL | 1 | 0 | 1 | 0 | 0 | 0 | 매우 인상적이고 독창적 | 매우 쉬웠다 (직관적) | 바이브 코딩 관련 다양한 튜토리얼과 디자인 갤러리가 너무 훌륭합니다. 특히 레이아웃이 아름답습니다. | 1 | 0 | 0 | 0 | 1 | NULL | 10 | 27.100.161.92 | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36 | 2026-05-17 08:47:28 |