This commit is contained in:
parent
9cb4dff628
commit
93301d0d2c
Binary file not shown.
|
|
@ -918,20 +918,20 @@ INSERT INTO `tipo_dia_internacional` (`id`, `nombre`) VALUES
|
||||||
-- Estructura de tabla para la tabla `weather`
|
-- Estructura de tabla para la tabla `weather`
|
||||||
--
|
--
|
||||||
|
|
||||||
CREATE TABLE `weather` (
|
-- CREATE TABLE `weather` (
|
||||||
`id` int(11) NOT NULL,
|
-- `id` int(11) NOT NULL,
|
||||||
`fecha` date NOT NULL,
|
-- `fecha` date NOT NULL,
|
||||||
`ciudad` varchar(30) NOT NULL,
|
-- `ciudad` varchar(30) NOT NULL,
|
||||||
`amanecer` time NOT NULL,
|
-- `amanecer` time NOT NULL,
|
||||||
`anochecer` time NOT NULL,
|
-- `anochecer` time NOT NULL,
|
||||||
`temp_min` int(11) NOT NULL,
|
-- `temp_min` int(11) NOT NULL,
|
||||||
`temp_max` int(11) NOT NULL,
|
-- `temp_max` int(11) NOT NULL,
|
||||||
`humedad` int(11) NOT NULL,
|
-- `humedad` int(11) NOT NULL,
|
||||||
`viento_velocidad` int(11) NOT NULL,
|
-- `viento_velocidad` int(11) NOT NULL,
|
||||||
`viento_direccion` int(11) NOT NULL,
|
-- `viento_direccion` int(11) NOT NULL,
|
||||||
`nubes` int(11) NOT NULL,
|
-- `nubes` int(11) NOT NULL,
|
||||||
`lluvia` int(11) NOT NULL
|
-- `lluvia` int(11) NOT NULL
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
|
-- ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
|
||||||
|
|
||||||
--
|
--
|
||||||
-- Volcado de datos para la tabla `weather`
|
-- Volcado de datos para la tabla `weather`
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue