db tamaños de strings mejorados
This commit is contained in:
@@ -13,15 +13,15 @@ Programa.init(
|
||||
autoIncrement: true,
|
||||
},
|
||||
institucion: {
|
||||
type: DataTypes.STRING(60),
|
||||
type: DataTypes.STRING(120),
|
||||
allowNull: false,
|
||||
},
|
||||
dependencia: {
|
||||
type: DataTypes.STRING(20),
|
||||
type: DataTypes.STRING(120),
|
||||
allowNull: false,
|
||||
},
|
||||
programa: {
|
||||
type: DataTypes.STRING(20),
|
||||
type: DataTypes.STRING(280),
|
||||
allowNull: false,
|
||||
},
|
||||
clavePrograma: {
|
||||
|
||||
Reference in New Issue
Block a user