Skip to content

Commit

Permalink
Change DOB to DATE
Browse files Browse the repository at this point in the history
  • Loading branch information
john-craft committed Nov 15, 2024
1 parent 1d13a0e commit 5655aa2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion users-api/src/models/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = (sequelize, DataTypes) => {
zip: DataTypes.STRING,
age: DataTypes.INTEGER,
gender: DataTypes.STRING,
dob: DataTypes.STRING
dob: DataTypes.DATE
}, {
sequelize,
modelName: 'User',
Expand Down

0 comments on commit 5655aa2

Please sign in to comment.