Pete Jeffryes
Results
1
comments of
Pete Jeffryes
My ideal solution would work like this: Command: ``` sequelize model:create --name User --attributes "email:[type:string, unique:true, allowNull: false, { validate: { isEmail: true } }] ``` Result: ``` email: {...