Commit 92e5bc9e by Zllgogo

no message

parent b85e65a4
......@@ -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: []
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment