Skip to content

Conversation

@essaysir
Copy link
Contributor

작업내용

  • [ x ] 약관 동의 여부를 묻는 API 구현
  • [ x ] 약관 동의하는 API 구현

상세설명_ & 캡쳐

이를 위해 , terms_agreement 테이블 추가

CREATE TABLE terms_agreement (
    terms_agreement_id BIGINT AUTO_INCREMENT PRIMARY KEY,
    member_id BIGINT,
    terms_type VARCHAR(255) NOT NULL,
    agreed_at DATETIME(6)
);

@essaysir essaysir merged commit 2bfb68b into dev Jul 26, 2025
1 check passed
@essaysir essaysir deleted the feat/agreement branch September 10, 2025 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants