Browse Source

feat:fix bugs

dev
zhaobing’ 1 year ago
parent
commit
1a696a7d85
  1. 2
      api/app/lib/models/form_data_table.js

2
api/app/lib/models/form_data_table.js

@ -13,7 +13,7 @@ module.exports = dc => {
comment: "id",
primaryKey: true,
field: "id",
autoIncrement: false
autoIncrement: true
},
projectId: {
type: DataTypes.INTEGER,

Loading…
Cancel
Save