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