We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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에 record가 기록될 때만 insert를 하는 것. record가 만들어지면 그 후, 모든 데이터 입력은 모두 update처리하는 것.
이용자가 문의를 남기면 문의테이블에 처음 데이터가 생성된다. (insert)
이후, 관리자가 답변을 달면 기존 데이터에 업데이트 되는 것(update)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
쟁점 :
:
처음 db에 record가 기록될 때만 insert를 하는 것.
record가 만들어지면 그 후, 모든 데이터 입력은 모두 update처리하는 것.
결론
이용자가 문의를 남기면
문의테이블에 처음 데이터가 생성된다. (insert)
이후, 관리자가 답변을 달면
기존 데이터에 업데이트 되는 것(update)
The text was updated successfully, but these errors were encountered: