Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
付智勇
/
koa2_Sequelize_project
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
付智勇
8 years ago
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f0534158de957931e07be51c73b551dcb57688cb
f0534158
1 parent
a577857b
meeting model
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
188 行增加
和
0 行删除
model/meetingModel.js
model/meetingModel.js
查看文件 @
f053415
...
...
@@ -62,6 +62,194 @@ var user = sequelize.define('3m_meeting', {
type
:
Sequelize
.
STRING
(
128
),
field
:
"meeting_key"
},
hostPassword
:{
type
:
Sequelize
.
STRING
(
12
),
field
:
"host_password"
},
presenterPassword
:{
type
:
Sequelize
.
STRING
(
12
),
field
:
"presenter_password"
},
assistantPassword
:{
type
:
Sequelize
.
STRING
(
12
),
field
:
"assistant_password"
},
attendeePassword
:{
type
:
Sequelize
.
STRING
(
12
),
field
:
"attendee_password"
},
capacity
:{
type
:
Sequelize
.
INTEGER
(
11
),
field
:
"capacity"
},
topNodeId
:{
type
:
Sequelize
.
STRING
(
32
),
field
:
"top_node_id"
},
topNodeAddr
:{
type
:
Sequelize
.
STRING
(
128
),
field
:
"top_node_addr"
},
userData
:{
type
:
Sequelize
.
STRING
(
128
),
field
:
"user_data"
},
siteId
:{
type
:
Sequelize
.
STRING
(
32
),
field
:
"site_id"
},
classroomNumber
:{
type
:
Sequelize
.
STRING
(
128
),
field
:
"classroom_number"
},
uiLanguage
:{
type
:
Sequelize
.
INTEGER
(
11
),
field
:
"ui_language"
},
isPublic
:{
type
:
Sequelize
.
INTEGER
(
11
),
field
:
"is_public"
},
controlMode
:{
type
:
Sequelize
.
INTEGER
(
11
),
field
:
"control_mode"
},
micAuto
:{
type
:
Sequelize
.
INTEGER
(
11
),
field
:
"mic_auto"
},
hasInteraction
:{
type
:
Sequelize
.
INTEGER
(
11
),
field
:
"has_interaction"
},
autoRecord
:{
type
:
Sequelize
.
INTEGER
(
11
),
field
:
"auto_record"
},
maxVideoChannels
:{
type
:
Sequelize
.
INTEGER
(
11
),
field
:
"max_videoChannels"
},
maxAudioChannels
:{
type
:
Sequelize
.
INTEGER
(
11
),
field
:
"max_audioChannels"
},
videoQuality
:{
type
:
Sequelize
.
INTEGER
(
11
),
field
:
"video_quality"
},
pagenaviUserprivilege
:{
type
:
Sequelize
.
INTEGER
(
11
),
field
:
"pagenavi_Userprivilege"
},
markerUserprivilege
:{
type
:
Sequelize
.
INTEGER
(
11
),
field
:
"marker_Userprivilege"
},
chatToNormalUserprivilege
:{
type
:
Sequelize
.
INTEGER
(
11
),
field
:
"chatToNormal_Userprivilege"
},
chatToHostUserprivilege
:{
type
:
Sequelize
.
INTEGER
(
11
),
field
:
"chatToHost_Userprivilege"
},
docModule
:{
type
:
Sequelize
.
INTEGER
(
11
),
field
:
"doc_module"
},
screenModule
:{
type
:
Sequelize
.
INTEGER
(
11
),
field
:
"screen_module"
},
mediaModule
:{
type
:
Sequelize
.
INTEGER
(
11
),
field
:
"media_module"
},
whiteboardModule
:{
type
:
Sequelize
.
INTEGER
(
11
),
field
:
"whiteboard_module"
},
recordModule
:{
type
:
Sequelize
.
INTEGER
(
11
),
field
:
"record_module"
},
videoModule
:{
type
:
Sequelize
.
INTEGER
(
11
),
field
:
"video_module"
},
userListModule
:{
type
:
Sequelize
.
INTEGER
(
11
),
field
:
"userList_module"
},
chatModule
:{
type
:
Sequelize
.
INTEGER
(
11
),
field
:
"chat_module"
},
cycle
:{
type
:
Sequelize
.
INTEGER
(
11
),
field
:
"cycle"
},
repeatmode
:{
type
:
Sequelize
.
INTEGER
(
11
),
field
:
"repeatmode"
},
endmode
:{
type
:
Sequelize
.
INTEGER
(
11
),
field
:
"endmode"
},
finalenddate
:{
type
:
Sequelize
.
INTEGER
(
11
),
field
:
"finalenddate"
},
endcount
:{
type
:
Sequelize
.
INTEGER
(
11
),
field
:
"endcount"
},
repeatday
:{
type
:
Sequelize
.
INTEGER
(
11
),
field
:
"repeatday"
},
repeatweek
:{
type
:
Sequelize
.
INTEGER
(
11
),
field
:
"repeatweek"
},
repeatmonthday
:{
type
:
Sequelize
.
INTEGER
(
11
),
field
:
"repeatmonthday"
},
repeatmonthweekweek
:{
type
:
Sequelize
.
INTEGER
(
11
),
field
:
"repeatmonthweekweek"
},
repeatmonthweekday
:{
type
:
Sequelize
.
INTEGER
(
11
),
field
:
"repeatmonthweekday"
},
frequency
:{
type
:
Sequelize
.
INTEGER
(
11
),
field
:
"frequency"
},
monthType
:{
type
:
Sequelize
.
INTEGER
(
11
),
field
:
"month_type"
},
inviterRadio
:{
type
:
Sequelize
.
INTEGER
(
11
),
field
:
"inviter_radio"
},
aheadTime
:{
type
:
Sequelize
.
INTEGER
(
11
),
field
:
"ahead_time"
},
chatInterval
:{
type
:
Sequelize
.
INTEGER
(
11
),
field
:
"chat_interval"
},
h5Module
:{
type
:
Sequelize
.
INTEGER
(
11
),
field
:
"h5_Module"
},
},
{
timestamps
:
false
,
freezeTableName
:
true
...
...
请
注册
或
登录
后发表评论