error number 1048 해결

0

error number 1048가 뜹니다.

해결 방안 및 해결 요청 드립니다. 감사합니다.

1 Answer
0

DB 에 입력하는 DML 구문 INSERT INTO 에서 마지막 field "bbs_write_date" 의 값이 NULL 로 입력되었으나 DB 스키마에서 해당 필드는 NULL 값을 입력하지 못하도록 막아두어 발생하는 문제 입니다. models/SaisiotManagerModel.php 파일 93 라인을 참고하셔서 마지막에 bbs_write_date 의 값이 NULL 아닌 값으로 들어가도록 프로그램 코드를 점검해보세요

AWS
Hyeon
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions