Updates to the data tracking app; Updated the VAP list.
This commit is contained in:
@@ -15,7 +15,7 @@ module.exports = {
|
||||
type: DataTypes.DATEONLY,
|
||||
allowNull: false
|
||||
},
|
||||
quantity: {
|
||||
amount: {
|
||||
type: DataTypes.DECIMAL(13,2),
|
||||
allowNull: false
|
||||
},
|
||||
@@ -58,15 +58,11 @@ module.exports = {
|
||||
updatedAt: {
|
||||
type: DataTypes.DATE,
|
||||
allowNull: false
|
||||
},
|
||||
deletedAt: {
|
||||
type: DataTypes.DATE,
|
||||
allowNull: true
|
||||
}
|
||||
}, {
|
||||
charset: 'utf8',
|
||||
timestamps: true,
|
||||
paranoid: true
|
||||
paranoid: false
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user