明树Git Lab

Commit 76206745 authored by zfp1's avatar zfp1

update

parent bf539628
Pipeline #106730 passed with stage
in 3 seconds
...@@ -13,7 +13,6 @@ const RcTwhgl = sequelize.define('RcTwhgl', { ...@@ -13,7 +13,6 @@ const RcTwhgl = sequelize.define('RcTwhgl', {
meetingCode: { meetingCode: {
type: DataTypes.STRING(50), type: DataTypes.STRING(50),
allowNull: false, allowNull: false,
unique: true,
comment: '会议编号' comment: '会议编号'
}, },
meetingName: { meetingName: {
...@@ -56,10 +55,10 @@ const RcTwhgl = sequelize.define('RcTwhgl', { ...@@ -56,10 +55,10 @@ const RcTwhgl = sequelize.define('RcTwhgl', {
// type: DataTypes.INTEGER, // type: DataTypes.INTEGER,
// comment: "所属主表id" // comment: "所属主表id"
// }, // },
projectId: { // projectId: {
type: DataTypes.INTEGER, // type: DataTypes.INTEGER,
comment: "所属项目ID", // comment: "所属项目ID",
}, // },
del: { del: {
type: DataTypes.INTEGER, type: DataTypes.INTEGER,
defaultValue: 0, defaultValue: 0,
......
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