This commit is contained in:
Arjun Patel
2019-01-30 22:07:53 -08:00
parent 53c0c95006
commit 258491985d
2 changed files with 4 additions and 3 deletions
+1 -2
View File
@@ -7,8 +7,7 @@ module.exports = (sequelize, DataTypes) => {
},
name: {
type: DataTypes.STRING,
allowNull: false,
unique: true
allowNull: false
},
amount: {
type: DataTypes.INTEGER,