소스 검색

将block表的type类型变成string(255)

master
邓淳远 4 년 전
부모
커밋
2632a895c8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      APP/view/model.py

+ 1
- 1
APP/view/model.py 파일 보기

@ -37,7 +37,7 @@ class Block(Base):
id = Column(String(255), primary_key=True)
content_text = Column(String(255))
content_pic = Column(BLOB)
type = Column(Integer)
type = Column(String(255))
order = Column(Integer)
# type = Column(String(255))

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