소스 검색

...

https
jakobsn 6 년 전
부모
커밋
1220a4b2ee
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      mysql/sql/init.sql

+ 1
- 1
mysql/sql/init.sql 파일 보기

@@ -109,7 +109,7 @@ CREATE TABLE delivery (
);

CREATE TABLE task_offer (
offerid INT UNSIGNED AUTO_INCREMENT,1452 (23000): Cannot add or update a child row: a foreign key constraint fails (`db`.`tasks`, CONSTRAINT `tasks_ibfk_1` FOREIGN KEY (`teamid`) REFERENCES `teams` (`teamid`))
offerid INT UNSIGNED AUTO_INCREMENT,
taskid INT UNSIGNED NOT NULL,
title VARCHAR(200) NOT NULL,
price INT,


불러오는 중...
취소
저장