instalar equipos cemm

This commit is contained in:
2020-10-01 23:58:20 -05:00
parent a7fc849ca6
commit 40ab0809d2
5 changed files with 172 additions and 10 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ Carrito.init(
unique: true,
},
sobrenombre: {
type: DataTypes.STRING(1),
type: DataTypes.STRING(5),
allowNull: false,
},
kiosko: {
+1 -1
View File
@@ -22,7 +22,7 @@ Equipo.init(
allowNull: false,
},
sobrenombre: {
type: DataTypes.STRING(2),
type: DataTypes.STRING(5),
allowNull: false,
},
activo: {