tablas casi cercanas a espacios finales

This commit is contained in:
Lemuel Marquez
2021-04-26 14:49:39 -05:00
parent e6b7b7d0b7
commit 93f0f0b64c
8 changed files with 23 additions and 15 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ Modulo.init(
autoIncrement: true,
},
modulo: {
type: DataTypes.STRING(15),
type: DataTypes.STRING(20),
allowNull: false,
},
},