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

[DB] inser , update 관련(1:1문의 게시판) #2

Open
linarano opened this issue Mar 20, 2022 · 0 comments
Open

[DB] inser , update 관련(1:1문의 게시판) #2

linarano opened this issue Mar 20, 2022 · 0 comments

Comments

@linarano
Copy link
Owner

쟁점 :

  1. 질문과 답변이 입력되는 시점이 다른데, 데이터 입력이 2번되는 것 아닌가?(insert문을 2번 써줘야되나?)
  2. 회원의 경우: 회원가입일자와 최종접송일시도 비슷한 문제

:

처음 db에 record가 기록될 때만 insert를 하는 것.
record가 만들어지면 그 후, 모든 데이터 입력은 모두 update처리하는 것.

결론

이용자가 문의를 남기면
문의테이블에 처음 데이터가 생성된다. (insert)

이후, 관리자가 답변을 달면
기존 데이터에 업데이트 되는 것(update)

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

No branches or pull requests

1 participant