Dhouibi Iheb

Results 1 comments of Dhouibi Iheb

This is my User.js file `module.exports = (sequelize, DataTypes) => sequelize.define('User', { email: { type: DataTypes.STRING, unique: true }, password: DataTypes.STRING })` I've been doing some research and It seems...