Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yuyiDataServer
Overview
Overview
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
node_server
yuyiDataServer
Commits
92e5bc9e
Commit
92e5bc9e
authored
May 14, 2025
by
Zllgogo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
b85e65a4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
7 deletions
+3
-7
mysqlTableConfig.ts
src/config/mysqlTableConfig.ts
+3
-7
No files found.
src/config/mysqlTableConfig.ts
View file @
92e5bc9e
...
...
@@ -456,13 +456,9 @@ export const TablesConfig = [
primaryKey
:
true
,
//表示主键
unique
:
true
//表示该列的值必须唯一
},
onlinePromotion
:{
type
:
Sequelize
.
STRING
(
255
)},
//线上推广
tiktok
:{
type
:
Sequelize
.
STRING
(
255
)},
//抖音
theLittleRedBook
:{
type
:
Sequelize
.
STRING
(
255
)},
//小红书
videoNumber
:{
type
:
Sequelize
.
STRING
(
255
)},
//视频号
offlinePromotion
:{
type
:
Sequelize
.
STRING
(
255
)},
//线下推广
eventPromotion
:{
type
:
Sequelize
.
STRING
(
255
)},
//活动宣讲
tripartiteInstitutionalCooperation
:{
type
:
Sequelize
.
STRING
(
255
)},
//三方机构合作
promotionType
:{
type
:
Sequelize
.
INTEGER
},
//推广类型 枚举 线上推广、线下推广
promotionApp
:{
type
:
Sequelize
.
INTEGER
},
//推广应用 枚举 抖音、小红书......
promotionNum
:{
type
:
Sequelize
.
INTEGER
},
//推广次数
},
association
:
[]
},
...
...
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