carga masiva2

This commit is contained in:
Lemuel Marquez
2020-12-27 21:05:36 -06:00
parent 6fc7563a5a
commit c01cac94a9
5 changed files with 140 additions and 45 deletions
+2 -1
View File
@@ -13,8 +13,9 @@ Usuario.init(
autoIncrement: true,
},
usuario: {
type: DataTypes.STRING(60),
type: DataTypes.STRING(100),
allowNull: false,
unique: true,
},
password: {
type: DataTypes.STRING(60),