����JFIF��H�H����Exif��MM�*���� ��3����V�����3������3�(��������������������3�����
Server IP : 74.208.127.88 / Your IP : 216.73.216.120 Web Server : Apache/2.4.41 (Ubuntu) System : Linux ubuntu 5.4.0-163-generic #180-Ubuntu SMP Tue Sep 5 13:21:23 UTC 2023 x86_64 User : www-data ( 33) PHP Version : 7.4.3-4ubuntu2.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /proc/self/root/proc/thread-self/root/var/www/html/muebles/application/otro/ |
Upload File : |
-- phpMyAdmin SQL Dump -- version 4.7.0 -- https://www.phpmyadmin.net/ -- -- Servidor: 127.0.0.1 -- Tiempo de generación: 23-09-2019 a las 13:24:32 -- Versión del servidor: 10.1.22-MariaDB -- Versión de PHP: 7.1.4 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET AUTOCOMMIT = 0; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; -- -- Base de datos: `php_insertarpdo` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `pending_route` -- CREATE TABLE `pending_route` ( `id` int(11) NOT NULL, `sale_id` varchar(15) NOT NULL, `contract` varchar(200) DEFAULT NULL, `date_sale` varchar(150) DEFAULT NULL, `total` varchar(100) DEFAULT NULL, `pay_min` varchar(100) DEFAULT NULL, `pay_period` varchar(100) DEFAULT NULL, `balance` varchar(100) DEFAULT NULL, `enganche` varchar(100) DEFAULT NULL, `date_pay1` varchar(100) DEFAULT NULL, `first_pay` varchar(100) DEFAULT NULL, `collector_id` date DEFAULT NULL, `created_at` date DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Volcado de datos para la tabla `pending_route` -- INSERT INTO `pending_route` (`id`, `folio`, `contrato`, `created_at`, `total`, `fregis`) VALUES (1, 'Zoila', 'Nina', 'Sistemas', 'Perú', '2019-08-20'), (2, 'Luis ', 'Fontis', 'Administrador', 'Argentina', '2019-08-19'), (3, 'Maria ', 'Cotrina', 'Sistemas', 'Ecuador', '2019-08-21'), (4, 'Jenifer ', 'Carrillo', 'Analista', 'Chile', '2019-08-21'), (5, 'Milagros ', 'Ferrer', 'Economista', 'Colombia', '2019-08-16'); -- -- Índices para tablas volcadas -- -- -- Indices de la tabla `pending_route` -- ALTER TABLE `pending_route` ADD PRIMARY KEY (`id`); -- -- AUTO_INCREMENT de las tablas volcadas -- -- -- AUTO_INCREMENT de la tabla `pending_route` -- ALTER TABLE `pending_route` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17;COMMIT; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;