instalar equipos cemm
This commit is contained in:
@@ -13,7 +13,7 @@ Carrito.init(
|
||||
unique: true,
|
||||
},
|
||||
sobrenombre: {
|
||||
type: DataTypes.STRING(1),
|
||||
type: DataTypes.STRING(5),
|
||||
allowNull: false,
|
||||
},
|
||||
kiosko: {
|
||||
|
||||
@@ -22,7 +22,7 @@ Equipo.init(
|
||||
allowNull: false,
|
||||
},
|
||||
sobrenombre: {
|
||||
type: DataTypes.STRING(2),
|
||||
type: DataTypes.STRING(5),
|
||||
allowNull: false,
|
||||
},
|
||||
activo: {
|
||||
|
||||
Reference in New Issue
Block a user