에러: ERROR [ExceptionsHandler] Invalid `this.prisma.board.create()` invocation in /Users/jaein/Desktop/JAEIN/project/NestJS-Project/src/board/board.service.ts:14:49 11 private board: Board[] = []; 12 13 async create(board: Prisma.BoardCreateInput): Promise { → 14 const createBoard = await this.prisma.board.create( Unique constraint failed on the fields: (`id`) 데이터가 db에는 정상적으로 잘 들어오면서 터미널엔 오류 한바가지..