浏览代码

change ytviews model target 20 to 50

tomoya 1 年之前
父节点
当前提交
c2170c783f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      backend/app/app/models/ytviews.py

+ 1 - 1
backend/app/app/models/ytviews.py

@@ -20,7 +20,7 @@ class YTViews(Base):
   area = Column(String(20))
   language = Column(String(20))
   ages = Column(String(30))
-  target = Column(String(20))
+  target = Column(String(50))
   theme = Column(String(20))
   taxID = Column(String(20))
   item = Column(String(20), nullable=False)