Browse Source

feat:fix bugs

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

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

@ -9,7 +9,7 @@ module.exports = dc => {
id: { id: {
type: DataTypes.INTEGER, type: DataTypes.INTEGER,
allowNull: false, allowNull: false,
defaultValue: "nextval(\"formDataTable_id_seq\"::regclass)", defaultValue: null,
comment: "id", comment: "id",
primaryKey: true, primaryKey: true,
field: "id", field: "id",

Loading…
Cancel
Save