Adaptado capturer y base de datos para soportar datos de m2 con
decimales.
This commit is contained in:
parent
dd3362aa3c
commit
71456d3c92
5 changed files with 145 additions and 84 deletions
|
|
@ -174,7 +174,7 @@ CREATE TABLE `capturas` (
|
|||
`fecha_captura` datetime NOT NULL,
|
||||
`referencia` int(11) NOT NULL,
|
||||
`precio` int(11) NOT NULL,
|
||||
`m2` int(11) DEFAULT NULL,
|
||||
`m2` decimal(8,2) DEFAULT NULL,
|
||||
`tamano_categorico` varchar(255) CHARACTER SET utf8 DEFAULT NULL,
|
||||
`tipo_anuncio` int(11) NOT NULL,
|
||||
`calle` varchar(1000) COLLATE utf8_unicode_ci DEFAULT NULL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue