Commit d466837c by 庄冰

模板链接表字段变更

parent e444454f
......@@ -12,15 +12,19 @@ module.exports = (db, DataTypes) => {
delivery_word:DataTypes.STRING,
else_channel_param:DataTypes.STRING,
template_id: DataTypes.INTEGER,
channel_id: DataTypes.INTEGER,
business_type_id: DataTypes.INTEGER,
lauch_type_id: DataTypes.INTEGER,
marketing_subject_id: DataTypes.INTEGER,
// channel_id: DataTypes.INTEGER,
// business_type_id: DataTypes.INTEGER,
// lauch_type_id: DataTypes.INTEGER,
// marketing_subject_id: DataTypes.INTEGER,
template_name: DataTypes.STRING,
channel_name: DataTypes.STRING,
business_type_name: DataTypes.STRING,
lauch_type_name: DataTypes.STRING,
marketing_subject_name: DataTypes.STRING,
channel_code: DataTypes.STRING,
business_type_code: DataTypes.STRING,
lauch_type_code: DataTypes.STRING,
marketing_subject_code: DataTypes.STRING,
is_enabled: DataTypes.INTEGER,
link_url: DataTypes.STRING,
notes: DataTypes.STRING,
......
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