Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BE/FIX] schema.sql 수정 #635

Merged
merged 1 commit into from
Jan 27, 2025
Merged

[BE/FIX] schema.sql 수정 #635

merged 1 commit into from
Jan 27, 2025

Conversation

LJH098
Copy link
Collaborator

@LJH098 LJH098 commented Jan 27, 2025

📌관련 이슈

🔑 주요 변경사항
�schma.sql 수정

@LJH098 LJH098 added the BE label Jan 27, 2025
@LJH098 LJH098 requested a review from hwangdaesun January 27, 2025 06:54
@LJH098 LJH098 self-assigned this Jan 27, 2025
Copy link

Overall Project 65.09%

There is no coverage information present for the Files changed

@@ -33,21 +33,23 @@ CREATE TABLE `MEMBER_TB`
FOREIGN KEY (`AGREEMENT_FK`) REFERENCES `AGREEMENT_TB` (`AGREEMENT_PK`)
) ENGINE=InnoDB;

CREATE TABLE `FOOD_TB`
CREATE TABLE FOOD_TB
Copy link
Collaborator

@hwangdaesun hwangdaesun Jan 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

`` 이거 없어졌는데 문제 없는 건가요?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

로컬에서 db console로 실행시켜 봤을 때는 문제 없었습니다

@hwangdaesun hwangdaesun merged commit f80abf3 into develop Jan 27, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants