Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in
Toggle navigation
T
tamp_course_order
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
彭熊
tamp_course_order
Commits
f1ecc6d8
Commit
f1ecc6d8
authored
4 years ago
by
pengxiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去掉重复ZhiboTheme表
parent
75132aad
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
404 deletions
+1
-404
tamp_user_models.py
app/model/tamp_user_models.py
+0
-35
tamp_zhibo_models.py
app/model/tamp_zhibo_models.py
+1
-369
No files found.
app/model/tamp_user_models.py
View file @
f1ecc6d8
...
...
@@ -3667,41 +3667,6 @@ class ZhiboSign(Base, BaseModel):
deletetag
=
Column
(
String
(
3
),
comment
=
'删除标识'
)
class
ZhiboTheme
(
Base
,
BaseModel
):
__tablename__
=
'zhibo_theme'
id
=
Column
(
String
(
64
),
primary_key
=
True
,
comment
=
'唯一主键'
)
zt_name
=
Column
(
String
(
32
),
comment
=
'主题名称'
)
zt_starttime
=
Column
(
DateTime
,
comment
=
'开播时间,显示的开始时间'
)
zt_endtime
=
Column
(
DateTime
,
comment
=
'结束时间,显示的结束时间'
)
zt_desc
=
Column
(
String
(
512
),
comment
=
'描述,介绍'
)
zt_roomnum
=
Column
(
String
(
32
))
create_time
=
Column
(
DateTime
,
comment
=
'创建时间'
)
create_by
=
Column
(
String
(
64
),
comment
=
'创建人'
)
update_time
=
Column
(
DateTime
,
comment
=
'修改时间'
)
update_by
=
Column
(
String
(
64
),
comment
=
'修改人'
)
deletetag
=
Column
(
String
(
3
),
comment
=
'删除标识'
)
zt_status
=
Column
(
Text
,
comment
=
'直播间状态'
)
zt_backimg
=
Column
(
String
(
128
),
comment
=
'直播背景图,封面'
)
share_pattern
=
Column
(
INTEGER
(
3
),
comment
=
'分享模式'
)
zt_img
=
Column
(
String
(
128
),
comment
=
'缩略图'
)
zt_iszhibo
=
Column
(
String
(
3
),
comment
=
'是否含直播'
)
zt_proid
=
Column
(
String
(
64
),
comment
=
'关联产品'
)
zt_uname
=
Column
(
String
(
128
),
comment
=
'培训人'
)
zt_flag
=
Column
(
String
(
3
),
comment
=
'参与人开放标识'
)
org_id
=
Column
(
String
(
64
),
comment
=
'机构ID'
)
zt_password
=
Column
(
String
(
8
),
comment
=
'密码'
)
zt_label
=
Column
(
String
(
1024
),
comment
=
'直播标签'
)
zt_userids
=
Column
(
Text
,
comment
=
'参与人'
)
zt_mute
=
Column
(
String
(
3
),
comment
=
'是否静音 0:否 1:是'
)
zt_type
=
Column
(
String
(
64
),
comment
=
'标签'
)
zt_appointment_nums
=
Column
(
INTEGER
(
8
))
zt_info
=
Column
(
Text
)
zt_qrcode
=
Column
(
String
(
256
))
zt_fuli
=
Column
(
Text
)
zt_cardinal
=
Column
(
INTEGER
(
11
),
comment
=
'直播基数'
)
class
ZhiboUser
(
Base
,
BaseModel
):
__tablename__
=
'zhibo_users'
...
...
This diff is collapsed.
Click to expand it.
app/model/tamp_zhibo_models.py
View file @
f1ecc6d8
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment