Linking my account robert76ers on GitHub with my address 5DDZMMxTBcebWJDYg4zv1dWk5Ektr3PJxTyhh4xLtHQ7Aqvo on Substrate in mycryptoprofile.io, and the challenge code is: 423f0c31ad1e60d6abe18dfa711c2d97. #LitentryVerifyMyAddress
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This gist is owned by address: 0x32fccf8d0065878f91ba492914d10bf5156fa67646e6d36b17b1336b42187657 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- | |
-- Estructura de tabla para la tabla `credito_datocredicitioitemeconomico` | |
-- | |
CREATE TABLE `credito_datocredicitioitemeconomico` ( | |
`secuencial` int(6) NOT NULL auto_increment, | |
`secuencialDatoCrediticio` int(6) NOT NULL, | |
`codigoItemEconomico` varchar(200) NOT NULL, | |
`monto` decimal(12,2) NOT NULL default '0.00', | |
`estaActivo` int(6) NOT NULL default '1', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- | |
-- Estructura de tabla para la tabla `credito_datocrediticio` | |
-- | |
CREATE TABLE `credito_datocrediticio` ( | |
`secuencial` int(6) NOT NULL auto_increment, | |
`secuencialSolicitud` int(6) NOT NULL, | |
`descripcionActividadEconomica` varchar(200) NOT NULL, | |
`numeroMesesActividadEconomica` int(6) NOT NULL, | |
`numeroMesesVivienda` int(6) NOT NULL, |