Skip to content

Commit

Permalink
⚡️ Update: EmbeddedText 테이블에 본문 추가
Browse files Browse the repository at this point in the history
#
  • Loading branch information
ks1ksi committed Jul 25, 2023
1 parent 474aae8 commit 9eb844e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ model EmbeddedText {
type DocumentType?
chapter String? // 챕터명, 소제목, …
content String? // 내용
startPageNumber Int? @map("start_page_number") // Memo와 웹페이지는 1로 고정
startLineNumber Int? @map("start_line_number")
Expand Down

0 comments on commit 9eb844e

Please sign in to comment.