현재 시간: 2025-08-23 12:42:06
필드명 | 타입 | Null | Key | Default |
---|---|---|---|---|
id | bigint(20) | NO | PRI | |
mb_id | varchar(50) | NO | MUL | |
plan | enum('premium') | NO | premium | |
term | enum('monthly','yearly') | NO | ||
status | enum('active','cancelled','expired','incomplete','replaced') | NO | MUL | incomplete |
paypal_sub_id | varchar(128) | YES | MUL | |
paypal_plan_id | varchar(128) | YES | ||
amount | decimal(10,2) | NO | ||
currency | varchar(3) | NO | USD | |
start_date | datetime | YES | ||
next_billing_date | datetime | YES | ||
created_at | datetime | YES | current_timestamp() | |
updated_at | datetime | YES | current_timestamp() |
Array ( [active] => 1 [status] => active [current_period_end] => 2025-09-12 19:20:00 [cancel_at_period_end] => 0 [grace_hours] => 72 [subscription_data] => Array ( [id] => 2 [mb_id] => google_9c66093e [plan] => premium [term] => monthly [status] => active [paypal_sub_id] => I-REAL-TEST-123 [paypal_plan_id] => P-REAL-PLAN-123 [amount] => 10.00 [currency] => USD [start_date] => 2025-08-13 19:21:14 [next_billing_date] => 2025-09-12 19:20:00 [created_at] => 2025-08-13 19:21:14 [updated_at] => 2025-08-13 19:21:14 ) )프리미엄 게시판 권한: ✅ 허용
Array ( [mb_id] => google_9c66093e [subscription_data] => Array ( [id] => 2 [mb_id] => google_9c66093e [plan] => premium [term] => monthly [status] => active [paypal_sub_id] => I-REAL-TEST-123 [paypal_plan_id] => P-REAL-PLAN-123 [amount] => 10.00 [currency] => USD [start_date] => 2025-08-13 19:21:14 [next_billing_date] => 2025-09-12 19:20:00 [created_at] => 2025-08-13 19:21:14 [updated_at] => 2025-08-13 19:21:14 ) [is_active] => 1 [current_time] => 2025-08-23 12:42:06 [period_end] => 2025-09-12 19:20:00 [grace_until] => 2025-09-15 19:20:00 [time_remaining] => 2011074 [status] => active )
테스트 완료! 위 결과를 확인하여 시스템이 정상 작동하는지 점검하세요.