liangwenzhong / spider-sequelize-oracle

legion spider man sequelize oracle
MIT License
9 stars 5 forks source link

In post request, "id" filed is null in the response #5

Open abhishekchotaliya opened 5 years ago

abhishekchotaliya commented 5 years ago

The sample response I got after executing post request. { "id": null, "test": "abcd", "updatedAt": "2019-05-29T10:32:36.000Z", "createdAt": "2019-05-29T10:32:36.000Z" }

davicente commented 5 years ago

Same problem here