krgm.so-manager-dev.com/somanager_admin.sql

5525 lines
654 KiB
SQL
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- 主机: 127.0.0.1
-- 生成日期: 2025-08-06 18:55:20
-- 服务器版本: 10.4.32-MariaDB
-- PHP 版本: 8.2.12
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
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 */;
--
-- 数据库: `somanager_admin`
--
-- --------------------------------------------------------
--
-- 表的结构 `batch_log`
--
CREATE TABLE `batch_log` (
`id` bigint(20) UNSIGNED NOT NULL,
`process_name` varchar(50) NOT NULL COMMENT 'プロセス名',
`status` varchar(20) NOT NULL COMMENT 'ステータス',
`start_time` datetime NOT NULL COMMENT '開始時刻',
`end_time` datetime DEFAULT NULL COMMENT '終了時刻',
`parameters` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT 'パラメータJSON形式' CHECK (json_valid(`parameters`)),
`message` text DEFAULT NULL COMMENT 'メッセージ',
`error_details` text DEFAULT NULL COMMENT 'エラー詳細',
`execution_count` int(11) NOT NULL DEFAULT 0 COMMENT '実行回数',
`success_count` int(11) NOT NULL DEFAULT 0 COMMENT '成功回数',
`error_count` int(11) NOT NULL DEFAULT 0 COMMENT 'エラー回数',
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- 转存表中的数据 `batch_log`
--
INSERT INTO `batch_log` (`id`, `process_name`, `status`, `start_time`, `end_time`, `parameters`, `message`, `error_details`, `execution_count`, `success_count`, `error_count`, `created_at`, `updated_at`) VALUES
(1, 'SHJ-4C', 'error', '2025-08-06 16:50:30', '2025-08-06 16:50:30', '\"{\\\"park_id\\\":1,\\\"ptype_id\\\":2,\\\"psection_id\\\":3}\"', 'SHJ-4C 室割当処理でエラーが発生: SQLSTATE[42S02]: Base table or view not found: 1146 Table \'somanager_admin.zone\' doesn\'t exist (Connection: mysql, SQL: select `T1`.`zone_id`, `T1`.`zone_name`, `T1`.`zone_contracted_count` as `zone_contracted_count`, `T1`.`zone_capacity` as `zone_capacity`, `T1`.`zone_permitted_count` as `zone_permitted_count`, `T1`.`zone_sort`, `T2`.`update_grace_period_start_date`, `T2`.`update_grace_period_end_date` from `zone` as `T1` inner join `park` as `T2` on `T1`.`park_id` = `T2`.`park_id` where `T1`.`park_id` = 1 and `T1`.`ptype_id` = 2 and `T1`.`psection_id` = 3 and `T1`.`delete_flag` = 0 order by `T1`.`zone_sort` asc)', NULL, 0, 0, 0, '2025-08-06 08:50:30', '2025-08-06 08:50:30');
-- --------------------------------------------------------
--
-- 表的结构 `bat_job_log`
--
CREATE TABLE `bat_job_log` (
`job_log_id` int(10) UNSIGNED NOT NULL,
`device_id` int(10) UNSIGNED DEFAULT NULL,
`process_name` varchar(255) DEFAULT NULL,
`job_name` varchar(255) DEFAULT NULL,
`status` varchar(255) DEFAULT NULL,
`status_comment` varchar(255) DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
--
-- 转存表中的数据 `bat_job_log`
--
INSERT INTO `bat_job_log` (`job_log_id`, `device_id`, `process_name`, `job_name`, `status`, `status_comment`, `created_at`, `updated_at`) VALUES
(1, 94, ' ', '', 'status0', 'status_comment0', '1992-04-11 04:12:17', '2001-01-11 11:39:02'),
(2, 4, ' ', '', 'status1', 'status_comment1', '1980-01-15 07:03:20', '2009-01-21 04:46:09'),
(3, 99, ' ', '', 'status2', 'status_comment2', '1993-08-13 23:04:49', '2013-07-17 20:07:31'),
(4, 97, ' ', '', 'status3', 'status_comment3', '1986-08-22 15:42:56', '2012-12-06 01:42:44'),
(5, 4, ' ', '', 'status4', 'status_comment4', '2015-11-09 11:51:29', '2009-04-04 21:15:40'),
(6, 21, ' ', '', 'status5', 'status_comment5', '1975-06-13 09:02:20', '2002-01-18 00:53:36'),
(7, 80, ' ', '', 'status6', 'status_comment6', '1989-06-07 15:24:20', '1996-05-26 14:48:09'),
(8, 22, ' ', '', 'status7', 'status_comment7', '2004-12-26 08:47:19', '2005-05-06 15:17:23'),
(9, 32, ' ', '', 'status8', 'status_comment8', '1995-08-11 02:18:36', '2018-04-24 02:46:43'),
(10, 60, ' ', '', 'status9', 'status_comment9', '1975-10-31 07:29:49', '1991-03-15 08:04:58'),
(11, 11, ' ', '', 'status10', 'status_comment10', '1993-01-18 21:35:29', '1976-07-15 18:25:32'),
(12, 92, ' ', '', 'status11', 'status_comment11', '2016-11-09 22:47:15', '2018-01-23 09:56:16'),
(13, 62, ' ', '', 'status12', 'status_comment12', '2014-07-30 22:57:43', '1976-04-12 22:14:45'),
(14, 4, ' ', '', 'status13', 'status_comment13', '2013-12-23 03:54:55', '1975-07-09 02:02:56'),
(15, 95, ' ', '', 'status14', 'status_comment14', '1973-12-18 11:45:02', '1976-08-09 22:22:17'),
(16, 87, ' ', '', 'status15', 'status_comment15', '1984-08-06 01:01:36', '2015-04-24 06:19:42'),
(17, 90, ' ', '', 'status16', 'status_comment16', '1977-12-20 07:24:26', '2016-01-03 13:56:07'),
(18, 64, ' ', '', 'status17', 'status_comment17', '2015-02-04 21:19:03', '2009-08-30 23:44:47'),
(19, 28, ' ', '', 'status18', 'status_comment18', '1995-10-09 18:04:04', '1989-04-28 11:55:46'),
(20, 1, ' ', '', 'status19', 'status_comment19', '2009-07-21 10:49:44', '1981-05-30 12:01:48'),
(21, 56, ' ', '', 'status20', 'status_comment20', '1982-01-25 00:27:50', '1983-11-15 20:28:07'),
(22, 30, ' ', '', 'status21', 'status_comment21', '2009-09-24 13:45:16', '2006-09-08 17:44:42'),
(23, 33, ' ', '', 'status22', 'status_comment22', '2015-06-27 19:21:50', '1989-07-15 06:39:11'),
(24, 53, ' ', '', 'status23', 'status_comment23', '1985-04-09 22:09:16', '2012-06-27 15:07:59'),
(25, 12, ' ', '', 'status24', 'status_comment24', '2011-08-21 22:58:35', '1973-10-17 20:14:32'),
(26, 67, ' ', '', 'status25', 'status_comment25', '1998-08-19 03:18:02', '1973-04-07 08:58:45'),
(27, 18, ' ', '', 'status26', 'status_comment26', '1983-10-20 07:53:58', '1970-09-12 18:41:12'),
(28, 83, ' ', '', 'status27', 'status_comment27', '2006-08-10 19:59:06', '2006-08-27 00:17:18'),
(29, 95, ' ', '', 'status28', 'status_comment28', '2018-04-26 08:36:47', '1982-02-21 21:25:07'),
(30, 21, ' ', '', 'status29', 'status_comment29', '2002-10-28 21:43:53', '2015-04-05 04:03:17'),
(31, 33, ' ', '', 'status30', 'status_comment30', '1982-06-02 11:43:04', '1985-01-05 11:04:03'),
(32, 3, ' ', '', 'status31', 'status_comment31', '2013-07-03 03:50:29', '1971-06-24 00:48:51'),
(33, 87, ' ', '', 'status32', 'status_comment32', '2006-07-04 17:56:31', '1974-01-18 10:35:53'),
(34, 87, ' ', '', 'status33', 'status_comment33', '2002-03-01 03:27:39', '2004-12-11 22:23:19'),
(35, 96, ' ', '', 'status34', 'status_comment34', '1971-05-08 21:35:37', '1991-03-23 04:54:39'),
(36, 15, ' ', '', 'status35', 'status_comment35', '1976-04-07 06:11:50', '1979-03-08 06:40:45'),
(37, 25, ' ', '', 'status36', 'status_comment36', '1996-07-05 16:07:27', '1978-09-14 10:31:49'),
(38, 66, ' ', '', 'status37', 'status_comment37', '1985-07-30 06:49:14', '1994-03-17 07:49:09'),
(39, 63, ' ', '', 'status38', 'status_comment38', '1986-02-24 21:35:48', '2013-08-19 23:01:53'),
(40, 59, ' ', '', 'status39', 'status_comment39', '2007-10-07 07:28:48', '1998-08-28 01:02:19'),
(41, 35, ' ', '', 'status40', 'status_comment40', '2012-12-10 11:11:57', '1994-04-24 14:12:25'),
(42, 43, ' ', '', 'status41', 'status_comment41', '2007-12-21 14:13:41', '2013-05-28 22:38:23'),
(43, 66, '西 ', '', 'status42', 'status_comment42', '2017-11-11 17:21:45', '2007-10-05 17:57:29'),
(44, 31, '西 ', '', 'status43', 'status_comment43', '1982-03-12 08:15:49', '2016-08-08 10:51:56'),
(45, 74, ' ', '', 'status44', 'status_comment44', '1982-02-25 12:44:00', '1982-12-04 23:01:34'),
(46, 51, ' ', '西', 'status45', 'status_comment45', '1984-09-16 18:36:45', '2001-04-11 04:56:21'),
(47, 98, ' ', '', 'status46', 'status_comment46', '1977-01-28 23:26:03', '1978-09-14 10:22:05'),
(48, 23, ' ', '', 'status47', 'status_comment47', '2003-03-23 00:03:17', '2011-06-24 06:51:17'),
(49, 11, ' ', '', 'status48', 'status_comment48', '1994-12-14 04:49:25', '1974-12-11 19:27:20'),
(50, 14, ' ', '', 'status49', 'status_comment49', '1978-09-03 20:41:22', '1971-01-25 20:08:19'),
(51, 30, ' ', '', 'status50', 'status_comment50', '1980-12-03 19:49:11', '2018-09-19 13:05:29'),
(52, 89, ' ', '', 'status51', 'status_comment51', '2016-08-30 02:00:53', '1978-12-06 18:10:39'),
(53, 46, ' ', '', 'status52', 'status_comment52', '1973-03-25 13:10:35', '2017-01-17 03:56:33'),
(54, 24, ' ', '', 'status53', 'status_comment53', '1999-06-22 11:27:25', '2018-06-10 22:04:08'),
(55, 78, ' ', '', 'status54', 'status_comment54', '1981-08-13 02:11:20', '1989-10-23 14:31:32'),
(56, 12, ' ', '', 'status55', 'status_comment55', '1996-02-23 01:01:09', '1986-01-04 22:10:58'),
(57, 86, ' ', '', 'status56', 'status_comment56', '1992-10-31 01:16:59', '1976-11-20 14:16:23'),
(58, 99, ' ', '', 'status57', 'status_comment57', '1970-09-27 01:35:36', '1973-02-19 02:38:42'),
(59, 71, ' ', '', 'status58', 'status_comment58', '1993-04-28 01:02:37', '1974-01-03 08:07:28'),
(60, 37, ' ', '', 'status59', 'status_comment59', '1974-07-21 04:38:41', '1991-11-10 01:26:46'),
(61, 63, ' ', '', 'status60', 'status_comment60', '1983-10-27 21:16:27', '1973-12-21 16:42:13'),
(62, 67, ' ', '', 'status61', 'status_comment61', '1987-09-04 21:38:45', '2004-11-16 05:59:24'),
(63, 38, ' ', '', 'status62', 'status_comment62', '1996-03-01 17:59:29', '1971-04-03 04:31:43'),
(64, 99, '西 ', '', 'status63', 'status_comment63', '1991-12-10 06:14:40', '1983-08-30 17:49:58'),
(65, 30, ' ', '', 'status64', 'status_comment64', '1974-10-01 20:28:17', '1981-03-27 15:41:15'),
(66, 48, ' ', '', 'status65', 'status_comment65', '1986-02-20 18:19:18', '1980-08-17 17:48:31'),
(67, 95, ' ', '', 'status66', 'status_comment66', '2013-09-19 16:35:27', '2014-04-10 22:33:43'),
(68, 26, ' ', '', 'status67', 'status_comment67', '2010-04-18 03:40:27', '1990-03-05 02:20:35'),
(69, 67, ' ', '', 'status68', 'status_comment68', '2013-12-27 01:44:28', '1983-05-11 23:44:23'),
(70, 98, ' ', '', 'status69', 'status_comment69', '1978-04-26 05:18:55', '1983-12-19 13:30:36'),
(71, 94, ' ', '', 'status70', 'status_comment70', '1998-06-07 00:32:21', '1987-05-05 04:37:15'),
(72, 38, ' ', '', 'status71', 'status_comment71', '1974-08-02 20:04:09', '1997-01-09 07:46:56'),
(73, 61, ' ', '', 'status72', 'status_comment72', '1970-02-21 18:53:24', '1985-08-09 14:12:16'),
(74, 71, ' ', '', 'status73', 'status_comment73', '1978-04-29 09:21:47', '2010-05-28 09:30:47'),
(75, 1, ' ', '', 'status74', 'status_comment74', '1998-07-18 14:38:09', '1978-02-23 10:16:35'),
(76, 39, ' ', '', 'status75', 'status_comment75', '1981-03-22 05:08:49', '2003-07-24 13:55:36'),
(77, 60, ' ', '', 'status76', 'status_comment76', '1989-12-10 06:49:38', '1985-07-28 18:01:09'),
(78, 46, ' ', '', 'status77', 'status_comment77', '2005-05-04 12:35:04', '2003-05-08 02:59:22'),
(79, 90, ' ', '', 'status78', 'status_comment78', '2009-08-18 06:26:39', '1987-05-31 09:45:32'),
(80, 14, ' ', '', 'status79', 'status_comment79', '2003-03-22 13:39:29', '2010-02-12 01:51:09'),
(81, 100, ' ', '', 'status80', 'status_comment80', '1971-11-22 16:33:11', '1995-04-13 19:59:00'),
(82, 13, ' ', '', 'status81', 'status_comment81', '2004-02-13 16:45:42', '2004-05-01 10:50:43'),
(83, 5, ' ', '', 'status82', 'status_comment82', '2009-09-21 07:31:24', '2000-11-11 01:59:21'),
(84, 62, ' ', '', 'status83', 'status_comment83', '1986-12-23 12:21:21', '2012-08-30 21:12:14'),
(85, 39, ' ', '', 'status84', 'status_comment84', '1975-04-18 07:05:40', '1996-06-19 02:19:43'),
(86, 93, ' ', '', 'status85', 'status_comment85', '1976-12-12 00:02:27', '2011-12-21 12:51:44'),
(87, 30, ' ', '', 'status86', 'status_comment86', '1981-10-07 06:51:28', '1976-11-21 07:26:41'),
(88, 59, ' ', '', 'status87', 'status_comment87', '2005-09-12 07:01:27', '2000-03-31 22:00:18'),
(89, 96, ' ', '', 'status88', 'status_comment88', '1996-04-09 22:53:46', '1970-09-27 06:28:07'),
(90, 75, ' ', '西', 'status89', 'status_comment89', '2001-09-21 15:02:58', '1972-12-16 23:52:14'),
(91, 83, ' ', '', 'status90', 'status_comment90', '2005-12-31 22:43:52', '2005-10-04 19:54:05'),
(92, 56, ' ', '', 'status91', 'status_comment91', '1988-12-31 12:53:15', '1995-06-20 19:47:40'),
(93, 26, ' ', '', 'status92', 'status_comment92', '2010-03-18 16:52:48', '2018-04-25 13:15:52'),
(94, 78, ' ', '', 'status93', 'status_comment93', '2014-01-28 23:25:24', '1978-09-29 18:44:13'),
(95, 1, ' ', '', 'status94', 'status_comment94', '1981-04-05 12:55:44', '2018-03-23 14:58:32'),
(96, 55, ' ', '', 'status95', 'status_comment95', '2002-06-27 05:33:57', '1989-02-16 01:22:22'),
(97, 96, ' ', '', 'status96', 'status_comment96', '1987-08-16 02:08:42', '2016-02-04 19:05:48'),
(98, 90, ' ', '', 'status97', 'status_comment97', '1997-01-02 18:47:10', '1980-10-27 22:31:32'),
(99, 91, '西 ', '', 'status98', 'status_comment98', '1984-07-26 23:11:30', '1973-11-19 06:06:16'),
(100, 68, ' ', '', 'status99', 'status_comment99', '1985-10-14 11:06:04', '1997-03-24 14:22:37');
-- --------------------------------------------------------
--
-- 表的结构 `cache`
--
CREATE TABLE `cache` (
`key` varchar(255) NOT NULL,
`value` mediumtext NOT NULL,
`expiration` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- 表的结构 `cache_locks`
--
CREATE TABLE `cache_locks` (
`key` varchar(255) NOT NULL,
`owner` varchar(255) NOT NULL,
`expiration` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- 表的结构 `chain`
--
CREATE TABLE `chain` (
`chain_id` int(10) UNSIGNED NOT NULL,
`park_id` int(10) UNSIGNED DEFAULT NULL,
`use_start_date` date DEFAULT NULL,
`chain_release_code` varchar(255) DEFAULT NULL,
`in_use` tinyint(1) DEFAULT NULL,
`memo` varchar(255) DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
`operator_id` int(10) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
--
-- 转存表中的数据 `chain`
--
INSERT INTO `chain` (`chain_id`, `park_id`, `use_start_date`, `chain_release_code`, `in_use`, `memo`, `created_at`, `updated_at`, `operator_id`) VALUES
(1, 92, '1974-07-17', 'use_start_date0', 0, 'memo0', '2003-10-03 17:55:01', '2003-04-17 04:00:13', 75),
(2, 19, '1972-05-12', 'use_start_date1', 0, 'memo1', '1974-11-13 23:21:55', '2009-07-10 21:45:28', 5),
(3, 73, '1983-01-02', 'use_start_date2', 1, 'memo2', '2001-02-28 00:08:35', '1975-02-22 06:24:35', 97),
(4, 5, '1970-02-06', 'use_start_date3', 0, 'memo3', '2017-02-02 23:06:54', '1982-04-14 12:04:43', 39),
(5, 37, '1973-12-29', 'use_start_date4', 0, 'memo4', '2004-12-31 20:42:07', '2017-12-29 08:39:04', 28),
(6, 81, '2005-10-09', 'use_start_date5', 0, 'memo5', '2009-01-14 10:18:17', '1987-06-11 14:30:54', 67),
(7, 93, '1974-01-06', 'use_start_date6', 0, 'memo6', '1972-07-10 21:29:00', '1998-11-15 12:25:02', 96),
(8, 41, '1972-01-05', 'use_start_date7', 0, 'memo7', '1995-06-13 19:22:17', '1987-03-14 13:34:15', 66),
(9, 60, '2014-05-03', 'use_start_date8', 1, 'memo8', '2013-02-08 09:29:57', '1979-09-27 06:44:08', 77),
(10, 99, '2011-10-06', 'use_start_date9', 1, 'memo9', '1992-09-26 04:44:53', '1974-09-01 10:20:07', 67),
(11, 35, '2015-06-17', 'use_start_date10', 0, 'memo10', '1977-02-28 08:57:53', '2005-03-19 10:14:57', 37),
(12, 2, '1995-01-30', 'use_start_date11', 0, 'memo11', '2018-02-06 09:37:02', '1982-06-18 04:15:54', 18),
(13, 34, '1985-09-06', 'use_start_date12', 0, 'memo12', '2013-01-15 21:01:28', '1974-10-19 01:21:01', 70),
(14, 50, '2012-04-06', 'use_start_date13', 0, 'memo13', '1998-03-08 07:27:31', '1992-06-26 21:48:21', 19),
(15, 69, '1975-04-22', 'use_start_date14', 1, 'memo14', '1982-10-18 20:14:18', '1985-08-05 11:12:29', 83),
(16, 52, '1980-06-12', 'use_start_date15', 1, 'memo15', '1999-08-21 10:08:40', '1988-01-25 20:29:50', 99),
(17, 92, '2004-09-09', 'use_start_date16', 0, 'memo16', '2004-10-01 09:24:19', '1981-04-14 17:30:25', 28),
(18, 29, '1984-09-21', 'use_start_date17', 1, 'memo17', '2013-07-22 06:13:27', '1987-10-14 21:49:39', 66),
(19, 76, '1980-09-17', 'use_start_date18', 0, 'memo18', '2004-10-24 04:17:29', '1981-04-07 17:50:35', 36),
(20, 26, '1975-07-16', 'use_start_date19', 1, 'memo19', '2012-01-14 18:33:16', '1984-08-27 14:42:40', 58),
(21, 54, '1992-04-19', 'use_start_date20', 0, 'memo20', '1982-04-04 11:20:55', '1991-12-02 22:23:56', 97),
(22, 57, '1974-07-22', 'use_start_date21', 0, 'memo21', '2010-06-03 13:05:37', '1984-10-08 15:06:32', 43),
(23, 64, '1977-01-31', 'use_start_date22', 0, 'memo22', '2000-05-02 19:33:33', '1978-08-11 12:04:58', 96),
(24, 63, '1989-05-17', 'use_start_date23', 1, 'memo23', '1980-09-26 00:17:53', '2016-07-28 05:27:57', 68),
(25, 38, '1995-04-23', 'use_start_date24', 1, 'memo24', '2003-07-02 01:55:29', '2018-01-15 05:13:32', 15),
(26, 54, '1980-07-02', 'use_start_date25', 1, 'memo25', '2009-10-24 16:28:19', '2000-03-04 19:51:25', 33),
(27, 28, '1989-02-16', 'use_start_date26', 0, 'memo26', '1992-12-23 23:25:13', '1992-01-05 22:44:44', 56),
(28, 25, '2009-07-26', 'use_start_date27', 0, 'memo27', '1977-02-15 03:59:35', '1998-08-20 18:45:58', 3),
(29, 23, '1982-06-03', 'use_start_date28', 0, 'memo28', '2007-01-11 10:20:19', '1986-03-19 21:07:27', 32),
(30, 75, '2004-01-10', 'use_start_date29', 0, 'memo29', '1989-09-15 10:34:18', '1989-12-01 20:06:37', 27),
(31, 47, '1993-08-28', 'use_start_date30', 0, 'memo30', '1978-03-18 00:37:53', '2007-08-30 02:20:22', 12),
(32, 75, '2009-04-22', 'use_start_date31', 0, 'memo31', '1970-04-11 23:54:04', '2011-07-28 19:31:02', 51),
(33, 81, '1995-01-30', 'use_start_date32', 0, 'memo32', '2008-10-03 15:12:48', '1970-03-23 10:49:26', 100),
(34, 83, '1999-03-29', 'use_start_date33', 1, 'memo33', '1976-10-16 04:09:10', '2008-07-24 20:55:56', 36),
(35, 27, '2018-07-25', 'use_start_date34', 1, 'memo34', '2009-04-02 19:16:45', '2010-12-15 17:17:55', 92),
(36, 10, '1995-12-12', 'use_start_date35', 1, 'memo35', '1974-10-02 00:08:33', '1992-09-10 13:33:12', 39),
(37, 33, '1983-03-16', 'use_start_date36', 0, 'memo36', '1998-01-05 16:48:51', '2008-11-08 11:33:08', 12),
(38, 34, '1973-03-26', 'use_start_date37', 0, 'memo37', '1999-12-17 20:10:51', '2003-03-18 20:23:47', 80),
(39, 57, '1998-10-18', 'use_start_date38', 0, 'memo38', '1977-12-14 17:40:21', '2013-05-13 22:10:21', 67),
(40, 62, '2004-12-05', 'use_start_date39', 0, 'memo39', '1977-03-22 13:12:32', '1988-07-23 01:06:41', 98),
(41, 93, '1995-07-09', 'use_start_date40', 1, 'memo40', '1978-10-16 05:19:35', '1999-09-26 18:34:55', 77),
(42, 29, '1987-07-24', 'use_start_date41', 0, 'memo41', '2018-01-13 08:42:44', '2000-04-05 21:52:46', 17),
(43, 31, '1992-07-15', 'use_start_date42', 1, 'memo42', '1999-07-28 07:07:58', '2002-08-08 22:55:43', 89),
(44, 89, '1984-04-22', 'use_start_date43', 1, 'memo43', '2004-05-21 23:24:01', '1992-07-13 14:29:11', 10),
(45, 96, '1977-01-01', 'use_start_date44', 1, 'memo44', '2016-11-25 01:57:14', '2007-04-20 09:19:41', 70),
(46, 81, '1985-03-13', 'use_start_date45', 0, 'memo45', '2002-11-03 11:44:17', '2003-12-28 06:02:34', 48),
(47, 84, '1974-01-10', 'use_start_date46', 0, 'memo46', '1980-01-31 11:55:03', '1983-12-14 14:01:31', 66),
(48, 63, '1982-04-13', 'use_start_date47', 1, 'memo47', '1993-04-01 03:47:23', '1995-03-21 06:11:09', 42),
(49, 24, '2001-10-29', 'use_start_date48', 1, 'memo48', '2013-04-09 01:03:53', '2013-11-29 08:46:45', 70),
(50, 73, '1989-01-26', 'use_start_date49', 1, 'memo49', '2015-09-14 08:30:24', '1970-04-13 04:30:56', 16),
(51, 65, '1994-01-26', 'use_start_date50', 0, 'memo50', '1999-07-22 14:20:50', '2000-02-17 06:37:28', 75),
(52, 62, '1980-07-21', 'use_start_date51', 1, 'memo51', '2016-10-18 13:43:52', '2004-09-19 00:55:42', 79),
(53, 17, '1978-01-29', 'use_start_date52', 0, 'memo52', '2008-10-11 17:07:06', '1986-10-03 08:46:19', 10),
(54, 17, '2016-06-14', 'use_start_date53', 1, 'memo53', '2018-06-10 20:40:53', '2003-11-24 02:13:38', 27),
(55, 4, '1972-12-04', 'use_start_date54', 0, 'memo54', '1984-03-31 22:02:09', '2018-02-20 15:39:48', 50),
(56, 22, '1977-08-13', 'use_start_date55', 1, 'memo55', '1994-10-02 18:33:29', '2013-05-26 19:05:56', 20),
(57, 48, '1983-08-11', 'use_start_date56', 1, 'memo56', '2010-08-05 09:50:55', '1971-08-28 22:53:38', 12),
(58, 59, '1979-09-20', 'use_start_date57', 1, 'memo57', '1984-11-16 01:41:10', '2010-11-14 12:00:44', 7),
(59, 38, '2006-05-12', 'use_start_date58', 0, 'memo58', '2004-04-21 18:03:04', '1996-12-04 20:08:28', 58),
(60, 28, '2011-08-19', 'use_start_date59', 0, 'memo59', '1970-09-15 01:30:13', '2003-05-27 00:03:44', 47),
(61, 78, '1997-09-18', 'use_start_date60', 1, 'memo60', '2015-11-28 13:35:47', '2017-05-08 18:05:21', 4),
(62, 36, '2005-04-01', 'use_start_date61', 1, 'memo61', '1985-12-31 23:09:53', '2018-07-11 09:26:20', 12),
(63, 6, '1989-05-17', 'use_start_date62', 0, 'memo62', '1995-11-22 19:52:12', '1999-10-02 08:35:13', 1),
(64, 96, '2006-06-29', 'use_start_date63', 1, 'memo63', '2012-10-13 18:57:38', '1971-02-19 04:18:16', 6),
(65, 22, '1993-10-04', 'use_start_date64', 1, 'memo64', '1990-06-03 07:36:39', '1981-07-13 01:10:19', 26),
(66, 43, '1988-10-04', 'use_start_date65', 0, 'memo65', '1985-11-03 01:32:38', '2003-06-21 14:34:54', 64),
(67, 20, '1995-12-29', 'use_start_date66', 1, 'memo66', '1991-12-25 11:01:33', '1973-09-15 10:06:09', 14),
(68, 46, '1983-04-30', 'use_start_date67', 0, 'memo67', '1974-11-25 13:35:46', '1998-12-21 05:31:08', 6),
(69, 75, '1995-10-23', 'use_start_date68', 1, 'memo68', '2013-02-26 08:04:41', '2016-04-21 06:14:03', 37),
(70, 76, '1988-07-03', 'use_start_date69', 1, 'memo69', '2008-01-29 01:26:08', '2000-12-17 12:47:35', 82),
(71, 30, '1998-05-13', 'use_start_date70', 0, 'memo70', '1988-11-04 00:20:03', '1994-03-12 01:12:35', 93),
(72, 11, '1984-09-22', 'use_start_date71', 1, 'memo71', '2008-01-07 15:07:19', '2001-12-30 22:29:15', 76),
(73, 8, '2011-08-06', 'use_start_date72', 1, 'memo72', '2005-02-10 18:50:51', '1975-07-01 14:14:03', 63),
(74, 69, '1975-04-13', 'use_start_date73', 1, 'memo73', '1973-03-28 11:45:57', '2017-08-12 01:56:03', 32),
(75, 60, '2001-09-03', 'use_start_date74', 1, 'memo74', '1990-09-24 07:33:08', '2003-06-08 02:36:33', 58),
(76, 13, '2017-05-05', 'use_start_date75', 1, 'memo75', '2010-11-09 03:32:16', '2010-07-20 08:11:58', 44),
(77, 24, '2014-12-16', 'use_start_date76', 1, 'memo76', '1980-05-12 14:38:06', '2017-07-03 14:39:47', 43),
(78, 82, '2005-10-17', 'use_start_date77', 0, 'memo77', '2006-12-28 08:47:15', '2002-03-21 03:04:24', 31),
(79, 63, '1992-05-19', 'use_start_date78', 1, 'memo78', '2003-11-02 00:13:27', '1992-10-04 14:33:25', 60),
(80, 93, '1984-02-07', 'use_start_date79', 0, 'memo79', '2006-08-18 09:27:20', '1978-02-09 18:31:27', 59),
(81, 95, '1977-05-11', 'use_start_date80', 1, 'memo80', '1982-12-25 14:57:46', '1998-10-19 06:01:35', 5),
(82, 92, '2000-11-27', 'use_start_date81', 0, 'memo81', '2002-02-18 23:56:13', '2015-09-20 23:11:17', 34),
(83, 51, '1974-10-06', 'use_start_date82', 0, 'memo82', '2005-06-07 02:09:21', '2015-11-06 12:38:22', 41),
(84, 72, '1996-06-16', 'use_start_date83', 1, 'memo83', '1971-10-07 11:00:32', '1973-11-27 16:39:31', 23),
(85, 93, '2017-12-05', 'use_start_date84', 0, 'memo84', '2012-05-03 00:41:46', '1991-08-23 06:53:02', 38),
(86, 31, '1990-12-03', 'use_start_date85', 0, 'memo85', '1976-06-27 17:17:04', '1982-04-15 23:16:45', 54),
(87, 52, '2000-03-20', 'use_start_date86', 1, 'memo86', '1970-08-30 04:01:35', '2009-03-21 02:26:58', 35),
(88, 12, '1975-03-17', 'use_start_date87', 1, 'memo87', '1992-01-18 02:07:31', '2011-09-06 05:45:16', 34),
(89, 83, '1988-08-20', 'use_start_date88', 1, 'memo88', '1970-01-23 01:47:30', '1981-07-10 08:08:54', 6),
(90, 54, '1983-01-21', 'use_start_date89', 0, 'memo89', '1971-06-15 17:40:23', '1997-03-27 05:10:50', 38),
(91, 48, '2002-09-04', 'use_start_date90', 1, 'memo90', '1975-01-01 07:02:33', '1977-09-25 17:27:03', 5),
(92, 27, '2000-01-16', 'use_start_date91', 1, 'memo91', '1977-11-11 04:11:12', '2014-10-30 08:54:54', 92),
(93, 34, '1980-10-15', 'use_start_date92', 0, 'memo92', '2014-11-20 20:09:40', '1981-01-14 20:49:44', 19),
(94, 31, '1980-03-26', 'use_start_date93', 1, 'memo93', '1985-05-02 18:08:27', '2006-03-16 13:20:51', 32),
(95, 96, '1973-11-17', 'use_start_date94', 1, 'memo94', '2013-12-30 03:07:46', '1999-04-03 22:48:31', 4),
(96, 19, '2002-09-22', 'use_start_date95', 1, 'memo95', '1974-02-10 10:35:39', '1986-10-06 14:00:53', 80),
(97, 73, '1995-06-04', 'use_start_date96', 0, 'memo96', '1996-01-01 09:43:13', '1993-03-14 01:22:09', 90),
(98, 54, '2004-05-05', 'use_start_date97', 0, 'memo97', '2008-06-30 15:08:31', '2008-07-21 01:21:53', 57),
(99, 29, '1972-05-20', 'use_start_date98', 1, 'memo98', '1995-10-04 06:05:34', '2016-03-23 15:17:00', 17),
(100, 10, '2006-09-24', 'use_start_date99', 0, 'memo99', '1975-07-10 15:45:26', '2010-01-18 06:44:44', 93);
-- --------------------------------------------------------
--
-- 表的结构 `city`
--
CREATE TABLE `city` (
`city_id` int(10) UNSIGNED NOT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
`city_name` varchar(255) DEFAULT NULL,
`print_layout` varchar(255) DEFAULT NULL,
`city_user` varchar(255) DEFAULT NULL,
`city_student_prom_flag` tinyint(1) DEFAULT NULL,
`update_grace_period_start_date` varchar(2) DEFAULT NULL,
`update_grace_period_start_time` varchar(5) DEFAULT NULL,
`update_grace_period_end_date` varchar(2) DEFAULT NULL,
`update_grace_period_end_time` varchar(5) DEFAULT NULL,
`parking_start_grace_period` int(10) UNSIGNED DEFAULT NULL,
`reminder_type` tinyint(1) DEFAULT NULL,
`reminder_time` varchar(5) DEFAULT NULL,
`immediate_use_permit` tinyint(1) DEFAULT NULL,
`city_remarks` varchar(255) DEFAULT NULL,
`operator_id` int(10) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
--
-- 转存表中的数据 `city`
--
INSERT INTO `city` (`city_id`, `created_at`, `updated_at`, `city_name`, `print_layout`, `city_user`, `city_student_prom_flag`, `update_grace_period_start_date`, `update_grace_period_start_time`, `update_grace_period_end_date`, `update_grace_period_end_time`, `parking_start_grace_period`, `reminder_type`, `reminder_time`, `immediate_use_permit`, `city_remarks`, `operator_id`) VALUES
(1, '1994-11-15 11:17:22', '1982-01-27 20:33:11', '都道府県', 'print_layout0', 'city_user0', 0, '0', 'up0', '0', 'up0', 61, 1, 're0', 0, 'city_remarks0', 36),
(2, '1977-07-20 10:40:02', '1975-08-31 12:27:30', '北海道', 'print_layout1', 'city_user1', 0, '1', 'up1', '1', 'up1', 13, 0, 're1', 0, 'city_remarks1', 1),
(3, '1996-05-15 16:00:52', '1986-05-13 03:04:21', '青森県', 'print_layout2', 'city_user2', 0, '2', 'up2', '2', 'up2', 72, 1, 're2', 0, 'city_remarks2', 53),
(4, '2016-02-18 12:11:32', '1989-10-15 01:24:09', '岩手県', 'print_layout3', 'city_user3', 0, '3', 'up3', '3', 'up3', 12, 1, 're3', 0, 'city_remarks3', 75),
(5, '1990-04-30 18:15:13', '1982-06-19 07:48:33', '宮城県', 'print_layout4', 'city_user4', 1, '4', 'up4', '4', 'up4', 34, 0, 're4', 1, 'city_remarks4', 28),
(6, '1986-08-13 13:50:52', '2014-03-10 19:28:56', '秋田県', 'print_layout5', 'city_user5', 0, '5', 'up5', '5', 'up5', 86, 1, 're5', 1, 'city_remarks5', 68),
(7, '1984-05-07 13:53:53', '1994-01-18 01:40:07', '山形県', 'print_layout6', 'city_user6', 1, '6', 'up6', '6', 'up6', 33, 0, 're6', 1, 'city_remarks6', 30),
(8, '2007-09-17 18:35:25', '1970-07-09 00:40:07', '福島県', 'print_layout7', 'city_user7', 1, '7', 'up7', '7', 'up7', 92, 0, 're7', 1, 'city_remarks7', 27),
(9, '1984-07-24 03:51:21', '2005-02-14 20:41:25', '茨城県', 'print_layout8', 'city_user8', 1, '8', 'up8', '8', 'up8', 16, 1, 're8', 1, 'city_remarks8', 89),
(10, '2000-11-05 08:51:28', '2011-07-14 21:14:45', '栃木県', 'print_layout9', 'city_user9', 1, '9', 'up9', '9', 'up9', 98, 0, 're9', 0, 'city_remarks9', 95),
(11, '2014-06-26 17:04:21', '1992-05-13 12:28:15', '群馬県', 'print_layout10', 'city_user10', 1, '10', 'up10', '10', 'up10', 59, 1, 're10', 0, 'city_remarks10', 30),
(12, '1970-06-22 17:16:17', '2003-08-06 11:19:40', '埼玉県', 'print_layout11', 'city_user11', 0, '11', 'up11', '11', 'up11', 78, 1, 're11', 1, 'city_remarks11', 72),
(13, '2004-08-14 08:15:47', '1981-10-26 21:57:40', '千葉県', 'print_layout12', 'city_user12', 0, '12', 'up12', '12', 'up12', 97, 1, 're12', 1, 'city_remarks12', 22),
(14, '2003-02-18 16:52:17', '1984-09-10 06:03:59', '東京都', 'print_layout13', 'city_user13', 0, '13', 'up13', '13', 'up13', 44, 1, 're13', 1, 'city_remarks13', 98),
(15, '1996-08-23 05:13:13', '2011-05-16 11:59:21', '神奈川県', 'print_layout14', 'city_user14', 0, '14', 'up14', '14', 'up14', 62, 0, 're14', 0, 'city_remarks14', 15),
(16, '2016-02-03 05:08:43', '1992-06-23 05:57:50', '新潟県', 'print_layout15', 'city_user15', 0, '15', 'up15', '15', 'up15', 96, 1, 're15', 1, 'city_remarks15', 29),
(17, '2013-05-02 07:53:40', '1974-06-01 08:18:47', '富山県', 'print_layout16', 'city_user16', 0, '16', 'up16', '16', 'up16', 99, 1, 're16', 1, 'city_remarks16', 72),
(18, '2001-06-14 06:36:43', '2013-06-02 14:49:30', '石川県', 'print_layout17', 'city_user17', 0, '17', 'up17', '17', 'up17', 59, 1, 're17', 1, 'city_remarks17', 9),
(19, '1992-10-22 09:41:07', '1982-07-02 23:42:50', '福井県', 'print_layout18', 'city_user18', 1, '18', 'up18', '18', 'up18', 82, 0, 're18', 1, 'city_remarks18', 44),
(20, '1982-06-09 09:22:57', '1995-04-22 16:43:02', '山梨県', 'print_layout19', 'city_user19', 0, '19', 'up19', '19', 'up19', 18, 1, 're19', 1, 'city_remarks19', 4),
(21, '2005-03-30 18:55:36', '2002-11-04 18:14:31', '長野県', 'print_layout20', 'city_user20', 1, '20', 'up20', '20', 'up20', 78, 1, 're20', 0, 'city_remarks20', 19),
(22, '2017-02-01 16:07:32', '2001-10-30 15:11:56', '岐阜県', 'print_layout21', 'city_user21', 1, '21', 'up21', '21', 'up21', 24, 1, 're21', 1, 'city_remarks21', 29),
(23, '1988-08-11 20:10:31', '1992-12-27 20:23:55', '静岡県', 'print_layout22', 'city_user22', 0, '22', 'up22', '22', 'up22', 84, 0, 're22', 0, 'city_remarks22', 95),
(24, '2001-04-04 11:04:13', '1989-02-08 20:28:58', '愛知県', 'print_layout23', 'city_user23', 1, '23', 'up23', '23', 'up23', 64, 0, 're23', 0, 'city_remarks23', 56),
(25, '2003-07-20 22:53:30', '1994-04-23 11:23:06', '三重県', 'print_layout24', 'city_user24', 0, '24', 'up24', '24', 'up24', 9, 0, 're24', 0, 'city_remarks24', 9),
(26, '2008-03-01 20:00:37', '2012-11-03 02:33:23', '滋賀県', 'print_layout25', 'city_user25', 1, '25', 'up25', '25', 'up25', 47, 1, 're25', 0, 'city_remarks25', 94),
(27, '2003-01-17 03:26:27', '2015-06-07 15:58:11', '京都府', 'print_layout26', 'city_user26', 0, '26', 'up26', '26', 'up26', 34, 0, 're26', 0, 'city_remarks26', 36),
(28, '1978-03-19 10:21:55', '2008-12-19 11:30:30', '大阪府', 'print_layout27', 'city_user27', 1, '27', 'up27', '27', 'up27', 54, 0, 're27', 1, 'city_remarks27', 15),
(29, '1997-04-06 17:09:36', '2012-04-02 15:05:44', '兵庫県', 'print_layout28', 'city_user28', 0, '28', 'up28', '28', 'up28', 67, 1, 're28', 0, 'city_remarks28', 31),
(30, '1999-03-06 16:23:13', '1993-11-30 18:00:26', '奈良県', 'print_layout29', 'city_user29', 0, '29', 'up29', '29', 'up29', 34, 0, 're29', 0, 'city_remarks29', 85),
(31, '2009-12-07 13:23:59', '2014-05-21 07:10:32', '和歌山県', 'print_layout30', 'city_user30', 1, '30', 'up30', '30', 'up30', 12, 1, 're30', 0, 'city_remarks30', 66),
(32, '2007-03-17 08:40:58', '2008-01-02 11:50:32', '鳥取県', 'print_layout31', 'city_user31', 0, '31', 'up31', '31', 'up31', 11, 0, 're31', 1, 'city_remarks31', 69),
(33, '2014-03-17 08:15:09', '1981-06-17 21:03:05', '島根県', 'print_layout32', 'city_user32', 1, '32', 'up32', '32', 'up32', 98, 1, 're32', 1, 'city_remarks32', 37),
(34, '1983-07-30 14:15:47', '2012-12-02 06:02:29', '岡山県', 'print_layout33', 'city_user33', 0, '33', 'up33', '33', 'up33', 36, 1, 're33', 0, 'city_remarks33', 76),
(35, '2010-06-29 20:22:11', '1971-10-03 08:42:54', '広島県', 'print_layout34', 'city_user34', 1, '34', 'up34', '34', 'up34', 57, 1, 're34', 0, 'city_remarks34', 94),
(36, '1987-08-23 01:49:28', '2008-05-14 04:35:44', '山口県', 'print_layout35', 'city_user35', 0, '35', 'up35', '35', 'up35', 2, 1, 're35', 0, 'city_remarks35', 60),
(37, '1975-05-27 12:05:43', '1972-03-13 17:05:49', '徳島県', 'print_layout36', 'city_user36', 1, '36', 'up36', '36', 'up36', 71, 0, 're36', 0, 'city_remarks36', 3),
(38, '1978-10-25 19:40:03', '1974-02-26 01:41:37', '香川県', 'print_layout37', 'city_user37', 1, '37', 'up37', '37', 'up37', 61, 1, 're37', 1, 'city_remarks37', 20),
(39, '1983-01-22 21:27:33', '1988-09-27 14:05:11', '愛媛県', 'print_layout38', 'city_user38', 1, '38', 'up38', '38', 'up38', 10, 0, 're38', 0, 'city_remarks38', 68),
(40, '1985-12-14 19:06:00', '1999-09-18 23:31:12', '高知県', 'print_layout39', 'city_user39', 0, '39', 'up39', '39', 'up39', 26, 1, 're39', 1, 'city_remarks39', 100),
(41, '1979-01-22 15:00:37', '1976-01-21 07:51:44', '福岡県', 'print_layout40', 'city_user40', 1, '40', 'up40', '40', 'up40', 23, 0, 're40', 1, 'city_remarks40', 52),
(42, '2001-02-10 14:32:01', '1997-02-27 18:09:30', '佐賀県', 'print_layout41', 'city_user41', 0, '41', 'up41', '41', 'up41', 29, 1, 're41', 1, 'city_remarks41', 92),
(43, '1983-09-14 23:33:18', '2009-04-13 00:27:11', '長崎県', 'print_layout42', 'city_user42', 0, '42', 'up42', '42', 'up42', 41, 1, 're42', 0, 'city_remarks42', 34),
(44, '2014-08-23 16:22:32', '1979-09-05 06:49:01', '熊本県', 'print_layout43', 'city_user43', 1, '43', 'up43', '43', 'up43', 43, 0, 're43', 0, 'city_remarks43', 33),
(45, '2008-06-01 01:17:16', '1999-03-27 05:01:14', '大分県', 'print_layout44', 'city_user44', 1, '44', 'up44', '44', 'up44', 89, 1, 're44', 0, 'city_remarks44', 78),
(46, '1977-07-26 08:50:36', '1978-09-05 01:03:52', '宮崎県', 'print_layout45', 'city_user45', 1, '45', 'up45', '45', 'up45', 34, 1, 're45', 1, 'city_remarks45', 80),
(47, '2007-01-27 09:07:18', '1975-07-29 20:29:51', '鹿児島県', 'print_layout46', 'city_user46', 0, '46', 'up46', '46', 'up46', 98, 0, 're46', 1, 'city_remarks46', 60),
(48, '1972-07-25 15:59:02', '1996-03-10 17:31:57', '沖縄県', 'print_layout47', 'city_user47', 1, '47', 'up47', '47', 'up47', 29, 0, 're47', 0, 'city_remarks47', 77);
-- --------------------------------------------------------
--
-- 表的结构 `contract_allowable_city`
--
CREATE TABLE `contract_allowable_city` (
`contract_allowable_city_id` int(10) UNSIGNED NOT NULL,
`city_id` int(10) UNSIGNED DEFAULT NULL,
`contract_allowable_city_name` int(10) UNSIGNED DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
`operator_id` int(10) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
--
-- 转存表中的数据 `contract_allowable_city`
--
INSERT INTO `contract_allowable_city` (`contract_allowable_city_id`, `city_id`, `contract_allowable_city_name`, `created_at`, `updated_at`, `operator_id`) VALUES
(1, 93, 2, '1977-12-02 20:30:46', '1987-08-14 11:43:24', 72),
(2, 31, 59, '1991-09-27 00:07:23', '1975-02-28 11:03:07', 67),
(3, 76, 12, '2000-01-18 07:27:34', '1994-12-14 21:35:19', 81),
(4, 66, 47, '1986-01-28 08:43:12', '2015-05-22 08:28:52', 67),
(5, 30, 50, '1993-05-22 03:58:50', '2010-08-09 17:36:09', 54),
(6, 68, 74, '2008-05-17 16:41:51', '2004-06-23 10:42:49', 36),
(7, 33, 97, '1973-05-13 03:37:16', '2008-04-29 15:26:23', 5),
(8, 69, 72, '2005-04-01 06:09:30', '1998-11-29 14:14:17', 47),
(9, 38, 86, '1988-05-05 02:54:59', '2015-01-07 00:25:22', 5),
(10, 68, 33, '1999-07-02 09:46:38', '2018-03-12 21:01:57', 66),
(11, 5, 90, '2014-12-02 16:03:43', '1994-02-02 01:59:33', 14),
(12, 4, 11, '1999-09-03 16:18:20', '1985-01-04 00:38:24', 7),
(13, 14, 77, '1992-01-28 18:19:11', '2005-06-03 02:08:17', 53),
(14, 77, 22, '2002-12-17 20:43:28', '1994-12-04 06:52:11', 85),
(15, 99, 15, '1974-06-21 05:02:49', '1992-07-10 14:00:57', 91),
(16, 92, 49, '1984-08-31 14:42:19', '1972-09-27 05:22:02', 52),
(17, 1, 68, '2014-01-30 16:32:36', '2002-04-05 23:42:40', 49),
(18, 34, 41, '1996-02-15 04:39:37', '2006-12-02 08:37:44', 94),
(19, 72, 95, '1999-07-29 12:00:41', '1994-01-02 04:24:09', 98),
(20, 64, 73, '2001-10-28 10:42:20', '1970-09-25 21:02:41', 33),
(21, 43, 65, '2000-03-14 02:00:23', '1971-07-14 01:46:53', 47),
(22, 34, 30, '2013-07-14 18:03:24', '2010-04-08 10:13:24', 27),
(23, 25, 65, '2016-10-18 03:20:36', '1970-09-09 23:41:41', 24),
(24, 81, 69, '2018-06-02 20:36:09', '2009-12-09 01:34:26', 69),
(25, 78, 72, '1992-11-19 12:34:31', '1982-05-09 13:13:11', 61),
(26, 100, 22, '1975-08-13 08:56:38', '2016-01-25 06:19:19', 6),
(27, 24, 26, '1993-11-12 00:53:22', '2012-12-23 09:59:00', 98),
(28, 3, 87, '1990-11-06 18:50:49', '1995-09-23 15:24:46', 28),
(29, 86, 57, '1984-05-17 09:30:48', '1989-08-30 15:50:52', 79),
(30, 27, 27, '1972-01-19 01:12:25', '1998-07-20 19:37:03', 16),
(31, 61, 24, '1993-04-01 06:17:31', '2002-02-01 17:49:16', 76),
(32, 32, 89, '2001-12-05 16:22:10', '2008-02-05 01:44:20', 10),
(33, 34, 80, '2001-01-23 19:02:43', '1979-04-06 09:14:50', 17),
(34, 26, 40, '2013-12-01 18:49:57', '2004-02-12 21:53:09', 100),
(35, 56, 58, '2015-07-13 03:14:05', '2010-04-30 23:53:32', 9),
(36, 3, 88, '2004-10-07 18:16:33', '1976-12-24 14:12:41', 75),
(37, 3, 87, '2002-12-11 11:32:52', '1977-01-16 09:27:10', 61),
(38, 63, 43, '1998-07-22 19:41:49', '1976-04-21 22:57:56', 56),
(39, 90, 67, '1986-01-28 16:12:11', '1975-09-21 13:36:39', 19),
(40, 43, 22, '1976-01-12 19:03:59', '1970-08-02 07:23:31', 67),
(41, 55, 97, '1993-04-23 09:03:12', '2004-05-18 15:06:44', 13),
(42, 81, 88, '1973-02-15 16:58:06', '1986-01-22 04:04:53', 77),
(43, 47, 25, '1994-11-06 10:59:00', '1997-05-05 17:41:37', 36),
(44, 36, 1, '1978-02-16 10:18:05', '2013-03-11 22:46:27', 78),
(45, 33, 96, '2008-04-18 15:30:43', '1981-04-21 17:06:52', 53),
(46, 44, 13, '1985-07-27 15:42:02', '1980-06-18 23:09:00', 2),
(47, 6, 53, '1970-02-13 23:28:07', '1983-07-16 23:11:42', 5),
(48, 48, 30, '1999-07-24 06:48:51', '1974-10-22 12:07:41', 78),
(49, 90, 62, '1983-06-28 16:18:52', '1992-07-25 13:53:31', 80),
(50, 75, 27, '2010-04-18 14:18:07', '1982-09-24 22:20:07', 68),
(51, 54, 75, '2012-05-11 02:47:10', '1998-12-21 01:13:20', 4),
(52, 70, 57, '1974-08-17 06:25:11', '1971-06-17 20:02:51', 91),
(53, 83, 5, '1995-03-17 11:04:28', '2012-03-29 10:55:39', 59),
(54, 65, 43, '1977-02-12 15:37:49', '1987-09-09 20:49:38', 73),
(55, 10, 4, '1996-10-28 11:51:04', '1990-01-03 20:49:23', 76),
(56, 5, 66, '1992-02-16 10:34:29', '2003-02-05 04:23:13', 31),
(57, 14, 13, '1979-01-14 12:57:42', '1995-11-21 04:16:06', 6),
(58, 52, 22, '2011-01-25 21:34:09', '1976-01-07 04:52:22', 25),
(59, 89, 64, '1984-09-16 00:06:12', '2012-06-30 14:13:50', 47),
(60, 80, 38, '1996-09-14 19:09:51', '1996-12-18 22:09:59', 80),
(61, 47, 69, '1983-07-09 23:38:02', '2013-05-02 09:15:30', 20),
(62, 71, 82, '2007-04-20 09:19:44', '1991-08-10 16:19:00', 73),
(63, 99, 73, '2017-11-26 14:15:30', '1988-08-06 10:55:43', 98),
(64, 13, 77, '1980-03-04 21:21:57', '1987-05-16 18:34:00', 88),
(65, 75, 99, '2007-05-27 10:05:53', '1989-07-26 15:57:36', 87),
(66, 38, 95, '1987-09-28 21:42:52', '1994-11-12 01:24:19', 75),
(67, 33, 36, '2000-07-03 09:04:59', '2013-04-16 08:17:35', 33),
(68, 53, 94, '1988-03-29 11:32:35', '2010-09-16 06:50:32', 48),
(69, 83, 39, '2012-01-29 16:34:01', '1983-03-13 23:41:14', 68),
(70, 77, 75, '1984-01-01 01:38:30', '1996-07-18 23:36:32', 29),
(71, 5, 2, '2003-05-03 17:17:41', '1988-07-20 00:41:30', 32),
(72, 1, 1, '1996-07-07 15:51:08', '1998-11-11 20:26:46', 15),
(73, 58, 2, '2001-07-28 02:38:12', '2009-03-12 21:15:34', 12),
(74, 67, 27, '1982-06-05 08:52:21', '1986-02-02 13:05:31', 23),
(75, 60, 88, '1981-06-17 02:18:09', '2006-07-02 23:20:45', 83),
(76, 15, 57, '1996-06-25 02:03:10', '1975-01-19 07:52:29', 90),
(77, 7, 67, '1992-07-29 04:20:26', '1975-01-04 13:53:03', 52),
(78, 79, 79, '1973-06-08 20:43:45', '1980-03-28 09:37:25', 64),
(79, 6, 81, '2012-12-06 17:06:33', '2000-06-13 01:03:55', 38),
(80, 55, 68, '1987-03-03 14:29:48', '2013-10-11 05:48:13', 96),
(81, 61, 90, '1991-11-25 02:48:57', '2000-12-15 02:18:27', 74),
(82, 21, 9, '1975-05-19 04:23:18', '2012-11-30 23:48:03', 30),
(83, 98, 6, '1971-10-03 03:05:20', '2016-12-13 11:17:17', 33),
(84, 36, 11, '2002-02-16 18:36:05', '1988-09-02 06:53:14', 5),
(85, 26, 33, '1988-12-08 02:50:14', '1973-07-01 16:00:45', 93),
(86, 95, 13, '1997-02-07 18:09:43', '1991-06-03 22:22:57', 81),
(87, 68, 94, '2000-09-21 04:11:11', '1979-05-08 21:38:12', 2),
(88, 2, 96, '2005-08-15 04:09:02', '2016-11-30 04:11:17', 40),
(89, 90, 84, '2002-04-13 16:26:09', '1987-01-04 00:36:26', 55),
(90, 56, 35, '1988-10-04 00:14:39', '1996-05-05 00:09:58', 77),
(91, 65, 31, '1990-02-27 19:38:43', '2014-09-03 10:53:18', 23),
(92, 54, 78, '2018-08-15 00:20:47', '1985-03-16 21:42:23', 90),
(93, 32, 36, '1974-12-18 21:23:32', '1971-07-15 23:38:22', 48),
(94, 18, 74, '1980-12-18 19:36:14', '2010-09-23 11:45:56', 10),
(95, 100, 10, '1970-12-13 12:26:27', '1996-02-03 06:53:30', 98),
(96, 27, 59, '2011-10-23 08:18:56', '1990-08-24 14:39:09', 30),
(97, 78, 50, '2014-12-11 04:03:25', '2009-05-11 23:45:41', 33),
(98, 84, 1, '1981-09-17 11:20:02', '1972-12-25 10:52:03', 26),
(99, 24, 77, '1994-07-08 04:07:54', '2005-02-22 05:29:19', 27),
(100, 88, 72, '2014-08-18 06:10:20', '2004-10-08 02:04:43', 50);
-- --------------------------------------------------------
--
-- 表的结构 `device`
--
CREATE TABLE `device` (
`device_id` int(10) UNSIGNED NOT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
`park_id` int(10) UNSIGNED DEFAULT NULL,
`device_type` varchar(255) DEFAULT NULL,
`device_subject` varchar(255) DEFAULT NULL,
`device_identifier` varchar(255) DEFAULT NULL,
`device_work` varchar(255) DEFAULT NULL,
`device_workstart` date DEFAULT NULL,
`device_replace` date DEFAULT NULL,
`device_remarks` varchar(255) DEFAULT NULL,
`operator_id` int(10) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
--
-- 转存表中的数据 `device`
--
INSERT INTO `device` (`device_id`, `created_at`, `updated_at`, `park_id`, `device_type`, `device_subject`, `device_identifier`, `device_work`, `device_workstart`, `device_replace`, `device_remarks`, `operator_id`) VALUES
(1, '2001-05-30 09:54:14', '1995-07-23 20:07:59', 29, 'device_type0', 'device_subject0', 'device_identifier0', 'device_work0', '1982-10-05', '2007-09-22', 'device_remarks0', 49),
(2, '1982-05-19 12:46:41', '1979-01-12 18:10:50', 13, 'device_type1', 'device_subject1', 'device_identifier1', 'device_work1', '1974-08-11', '1997-11-01', 'device_remarks1', 12),
(3, '2001-06-20 18:39:34', '1975-09-15 07:43:03', 98, 'device_type2', 'device_subject2', 'device_identifier2', 'device_work2', '1981-11-22', '1970-06-07', 'device_remarks2', 24),
(4, '2005-08-02 13:18:32', '1985-05-16 12:16:34', 96, 'device_type3', 'device_subject3', 'device_identifier3', 'device_work3', '1984-08-19', '1974-10-26', 'device_remarks3', 84),
(5, '1993-03-08 01:24:02', '2001-06-23 23:07:09', 44, 'device_type4', 'device_subject4', 'device_identifier4', 'device_work4', '1977-12-25', '1983-08-05', 'device_remarks4', 36),
(6, '1979-05-15 06:06:42', '1977-12-20 19:48:31', 4, 'device_type5', 'device_subject5', 'device_identifier5', 'device_work5', '2012-12-30', '2015-09-11', 'device_remarks5', 79),
(7, '1995-01-17 23:42:58', '1999-05-05 18:48:07', 2, 'device_type6', 'device_subject6', 'device_identifier6', 'device_work6', '2009-02-13', '1991-10-28', 'device_remarks6', 13),
(8, '1997-05-26 05:13:14', '1973-08-02 03:59:10', 73, 'device_type7', 'device_subject7', 'device_identifier7', 'device_work7', '1996-10-07', '2017-07-24', 'device_remarks7', 26),
(9, '1993-11-28 18:46:07', '1980-12-28 10:37:56', 89, 'device_type8', 'device_subject8', 'device_identifier8', 'device_work8', '1975-02-28', '1976-04-10', 'device_remarks8', 89),
(10, '2012-10-29 18:31:16', '2006-11-21 13:08:21', 54, 'device_type9', 'device_subject9', 'device_identifier9', 'device_work9', '1991-08-18', '2012-11-09', 'device_remarks9', 92),
(11, '1990-05-14 22:59:02', '1978-04-12 09:58:28', 24, 'device_type10', 'device_subject10', 'device_identifier10', 'device_work10', '2011-07-10', '1971-09-21', 'device_remarks10', 50),
(12, '2015-06-25 05:39:14', '2003-12-06 09:03:05', 69, 'device_type11', 'device_subject11', 'device_identifier11', 'device_work11', '1983-03-30', '1994-01-10', 'device_remarks11', 58),
(13, '2017-07-05 01:42:09', '2011-07-19 14:49:06', 69, 'device_type12', 'device_subject12', 'device_identifier12', 'device_work12', '1994-07-24', '1992-10-12', 'device_remarks12', 82),
(14, '1991-12-30 18:48:14', '1973-02-24 01:11:39', 47, 'device_type13', 'device_subject13', 'device_identifier13', 'device_work13', '1990-07-30', '2012-09-17', 'device_remarks13', 94),
(15, '2010-08-28 09:16:15', '2000-07-03 15:03:25', 28, 'device_type14', 'device_subject14', 'device_identifier14', 'device_work14', '1997-03-03', '2017-03-13', 'device_remarks14', 45),
(16, '2016-09-24 06:30:35', '1985-01-16 21:27:34', 13, 'device_type15', 'device_subject15', 'device_identifier15', 'device_work15', '1993-09-07', '2002-03-07', 'device_remarks15', 36),
(17, '1994-02-05 11:33:45', '1993-02-16 06:14:03', 73, 'device_type16', 'device_subject16', 'device_identifier16', 'device_work16', '1985-10-15', '2012-03-15', 'device_remarks16', 65),
(18, '1993-03-30 08:38:24', '2018-02-11 08:51:25', 4, 'device_type17', 'device_subject17', 'device_identifier17', 'device_work17', '2008-12-28', '1970-08-17', 'device_remarks17', 99),
(19, '1974-02-13 18:12:52', '1993-01-30 02:09:21', 10, 'device_type18', 'device_subject18', 'device_identifier18', 'device_work18', '1995-06-04', '1997-08-06', 'device_remarks18', 65),
(20, '2012-05-11 03:13:17', '1981-01-17 18:22:32', 19, 'device_type19', 'device_subject19', 'device_identifier19', 'device_work19', '2000-07-21', '1979-03-03', 'device_remarks19', 68),
(21, '2001-07-07 09:57:05', '1985-04-23 06:28:18', 36, 'device_type20', 'device_subject20', 'device_identifier20', 'device_work20', '1977-03-06', '1979-08-13', 'device_remarks20', 96),
(22, '2000-03-01 11:31:34', '1983-07-26 03:06:16', 30, 'device_type21', 'device_subject21', 'device_identifier21', 'device_work21', '1984-10-15', '1979-08-12', 'device_remarks21', 26),
(23, '1972-03-07 14:08:58', '1978-02-18 19:18:33', 79, 'device_type22', 'device_subject22', 'device_identifier22', 'device_work22', '1972-03-07', '2009-05-13', 'device_remarks22', 77),
(24, '1971-09-11 19:41:43', '2015-08-23 09:58:47', 76, 'device_type23', 'device_subject23', 'device_identifier23', 'device_work23', '1994-08-22', '2013-06-23', 'device_remarks23', 3),
(25, '2000-10-30 10:32:10', '1990-05-02 02:43:22', 84, 'device_type24', 'device_subject24', 'device_identifier24', 'device_work24', '2004-05-30', '2017-09-01', 'device_remarks24', 67),
(26, '2008-09-18 08:38:36', '1992-08-16 19:45:32', 81, 'device_type25', 'device_subject25', 'device_identifier25', 'device_work25', '1971-06-23', '1976-04-23', 'device_remarks25', 56),
(27, '1976-01-01 18:27:33', '1984-10-18 00:59:30', 68, 'device_type26', 'device_subject26', 'device_identifier26', 'device_work26', '2004-02-12', '1988-02-18', 'device_remarks26', 82),
(28, '2018-08-17 15:42:19', '2007-04-22 12:02:03', 75, 'device_type27', 'device_subject27', 'device_identifier27', 'device_work27', '2009-04-11', '2005-02-09', 'device_remarks27', 4),
(29, '2006-09-21 03:55:13', '2013-11-23 03:44:13', 82, 'device_type28', 'device_subject28', 'device_identifier28', 'device_work28', '2015-02-09', '2004-08-23', 'device_remarks28', 1),
(30, '1996-11-11 11:07:52', '2018-05-03 13:34:55', 81, 'device_type29', 'device_subject29', 'device_identifier29', 'device_work29', '1988-06-17', '1986-03-23', 'device_remarks29', 52),
(31, '1981-12-14 17:37:00', '1974-04-25 06:59:36', 49, 'device_type30', 'device_subject30', 'device_identifier30', 'device_work30', '1972-03-06', '1989-05-26', 'device_remarks30', 64),
(32, '1994-08-17 08:57:39', '2008-06-09 08:34:58', 66, 'device_type31', 'device_subject31', 'device_identifier31', 'device_work31', '1991-05-30', '2009-09-08', 'device_remarks31', 58),
(33, '2000-10-07 15:34:55', '1989-07-21 18:12:11', 82, 'device_type32', 'device_subject32', 'device_identifier32', 'device_work32', '1998-03-16', '2002-09-09', 'device_remarks32', 54),
(34, '1993-02-02 20:12:56', '2011-09-22 20:20:04', 59, 'device_type33', 'device_subject33', 'device_identifier33', 'device_work33', '1978-11-03', '1982-04-11', 'device_remarks33', 61),
(35, '2008-08-05 02:42:35', '1974-11-05 05:57:47', 12, 'device_type34', 'device_subject34', 'device_identifier34', 'device_work34', '1999-06-10', '1988-04-02', 'device_remarks34', 70),
(36, '1985-03-18 16:24:59', '1987-09-03 06:10:05', 19, 'device_type35', 'device_subject35', 'device_identifier35', 'device_work35', '1989-07-12', '1982-06-01', 'device_remarks35', 90),
(37, '1978-06-19 11:40:27', '1991-01-20 04:53:38', 56, 'device_type36', 'device_subject36', 'device_identifier36', 'device_work36', '1993-01-21', '2012-06-11', 'device_remarks36', 65),
(38, '1981-07-07 15:44:36', '1981-02-26 03:58:08', 11, 'device_type37', 'device_subject37', 'device_identifier37', 'device_work37', '1995-12-18', '1991-10-04', 'device_remarks37', 62),
(39, '2015-07-21 07:24:48', '2015-03-14 03:57:30', 9, 'device_type38', 'device_subject38', 'device_identifier38', 'device_work38', '2015-12-23', '1983-08-18', 'device_remarks38', 43),
(40, '1983-02-12 05:22:02', '2011-07-06 05:44:26', 33, 'device_type39', 'device_subject39', 'device_identifier39', 'device_work39', '1987-04-29', '1973-09-20', 'device_remarks39', 44),
(41, '1984-03-07 00:30:02', '1986-10-29 23:34:18', 65, 'device_type40', 'device_subject40', 'device_identifier40', 'device_work40', '1990-08-05', '2018-07-11', 'device_remarks40', 94),
(42, '2012-01-01 18:52:23', '2013-11-14 15:33:43', 30, 'device_type41', 'device_subject41', 'device_identifier41', 'device_work41', '2011-04-19', '1974-02-01', 'device_remarks41', 97),
(43, '1974-06-30 19:28:24', '2014-09-29 17:13:32', 55, 'device_type42', 'device_subject42', 'device_identifier42', 'device_work42', '1988-10-24', '1983-06-26', 'device_remarks42', 96),
(44, '2003-04-06 07:31:34', '1984-09-07 13:24:44', 62, 'device_type43', 'device_subject43', 'device_identifier43', 'device_work43', '1986-05-01', '1982-05-29', 'device_remarks43', 6),
(45, '2009-02-28 12:15:26', '1983-09-28 11:09:42', 49, 'device_type44', 'device_subject44', 'device_identifier44', 'device_work44', '1992-09-15', '2015-11-24', 'device_remarks44', 13),
(46, '1994-04-20 00:43:45', '1993-02-17 03:48:35', 32, 'device_type45', 'device_subject45', 'device_identifier45', 'device_work45', '1984-02-23', '1970-05-16', 'device_remarks45', 43),
(47, '2017-12-15 03:31:15', '1972-03-04 20:11:04', 46, 'device_type46', 'device_subject46', 'device_identifier46', 'device_work46', '2016-05-25', '2008-04-07', 'device_remarks46', 32),
(48, '1988-06-29 06:07:51', '1996-08-06 11:26:15', 66, 'device_type47', 'device_subject47', 'device_identifier47', 'device_work47', '1976-11-27', '2004-04-09', 'device_remarks47', 15),
(49, '2016-08-15 15:50:04', '1977-10-12 23:38:31', 100, 'device_type48', 'device_subject48', 'device_identifier48', 'device_work48', '1976-07-13', '2008-03-25', 'device_remarks48', 5),
(50, '2002-03-08 18:21:36', '2003-09-04 16:10:37', 90, 'device_type49', 'device_subject49', 'device_identifier49', 'device_work49', '1999-10-07', '1978-10-15', 'device_remarks49', 77),
(51, '1977-04-27 04:59:04', '2000-03-30 17:09:07', 90, 'device_type50', 'device_subject50', 'device_identifier50', 'device_work50', '1976-06-08', '2000-12-29', 'device_remarks50', 13),
(52, '1985-03-09 02:05:12', '2014-10-27 14:42:20', 68, 'device_type51', 'device_subject51', 'device_identifier51', 'device_work51', '2008-10-20', '1974-06-14', 'device_remarks51', 6),
(53, '2015-08-25 01:17:23', '1998-02-11 14:42:37', 89, 'device_type52', 'device_subject52', 'device_identifier52', 'device_work52', '1975-06-18', '1993-10-09', 'device_remarks52', 55),
(54, '2018-07-26 10:52:02', '1994-11-30 18:30:09', 26, 'device_type53', 'device_subject53', 'device_identifier53', 'device_work53', '1976-08-20', '1986-07-14', 'device_remarks53', 31),
(55, '1974-12-14 04:36:31', '1996-10-23 08:41:56', 74, 'device_type54', 'device_subject54', 'device_identifier54', 'device_work54', '1977-05-08', '2008-01-04', 'device_remarks54', 31),
(56, '1970-03-13 12:54:03', '1985-06-30 12:43:15', 68, 'device_type55', 'device_subject55', 'device_identifier55', 'device_work55', '2008-11-06', '1983-02-27', 'device_remarks55', 13),
(57, '1986-04-17 17:35:25', '1976-11-09 20:48:41', 19, 'device_type56', 'device_subject56', 'device_identifier56', 'device_work56', '2001-07-28', '1994-11-01', 'device_remarks56', 82),
(58, '1971-09-24 09:24:32', '2002-08-16 03:42:04', 26, 'device_type57', 'device_subject57', 'device_identifier57', 'device_work57', '1988-10-11', '1991-09-07', 'device_remarks57', 41),
(59, '2008-10-09 17:30:28', '2016-04-07 11:29:53', 15, 'device_type58', 'device_subject58', 'device_identifier58', 'device_work58', '1985-10-07', '2007-12-09', 'device_remarks58', 25),
(60, '2016-02-29 10:58:47', '2000-02-10 16:05:38', 41, 'device_type59', 'device_subject59', 'device_identifier59', 'device_work59', '2009-01-29', '2006-06-04', 'device_remarks59', 46),
(61, '1975-01-23 06:45:46', '2016-02-06 09:06:00', 97, 'device_type60', 'device_subject60', 'device_identifier60', 'device_work60', '1977-08-01', '1974-05-20', 'device_remarks60', 32),
(62, '1984-09-03 05:24:48', '1999-06-23 03:17:47', 82, 'device_type61', 'device_subject61', 'device_identifier61', 'device_work61', '2005-11-11', '1981-03-09', 'device_remarks61', 14),
(63, '2008-01-14 07:18:09', '1972-03-16 14:13:37', 24, 'device_type62', 'device_subject62', 'device_identifier62', 'device_work62', '1999-08-21', '1982-06-22', 'device_remarks62', 5),
(64, '1983-08-28 15:09:47', '2008-12-15 17:39:23', 65, 'device_type63', 'device_subject63', 'device_identifier63', 'device_work63', '2016-08-29', '1986-05-11', 'device_remarks63', 70),
(65, '2014-08-26 02:35:08', '1999-08-30 10:55:14', 43, 'device_type64', 'device_subject64', 'device_identifier64', 'device_work64', '1993-10-07', '1995-03-01', 'device_remarks64', 59),
(66, '1975-01-01 06:43:37', '1982-02-09 11:13:40', 70, 'device_type65', 'device_subject65', 'device_identifier65', 'device_work65', '1999-04-19', '1999-10-23', 'device_remarks65', 88),
(67, '1972-11-15 23:27:44', '1980-08-12 03:57:15', 77, 'device_type66', 'device_subject66', 'device_identifier66', 'device_work66', '1979-05-21', '1987-11-30', 'device_remarks66', 36),
(68, '1977-01-17 14:36:06', '1982-02-13 11:28:10', 38, 'device_type67', 'device_subject67', 'device_identifier67', 'device_work67', '2014-07-19', '1997-05-13', 'device_remarks67', 16),
(69, '1973-09-15 15:43:27', '1979-06-04 16:00:39', 89, 'device_type68', 'device_subject68', 'device_identifier68', 'device_work68', '2016-08-22', '1983-11-22', 'device_remarks68', 23),
(70, '1992-04-01 01:28:53', '2014-04-16 22:26:17', 70, 'device_type69', 'device_subject69', 'device_identifier69', 'device_work69', '1993-03-16', '1972-02-15', 'device_remarks69', 20),
(71, '2004-05-14 06:45:17', '1980-12-12 11:39:00', 64, 'device_type70', 'device_subject70', 'device_identifier70', 'device_work70', '2013-03-22', '2004-03-24', 'device_remarks70', 95),
(72, '1992-04-01 22:17:21', '2014-03-13 03:44:04', 34, 'device_type71', 'device_subject71', 'device_identifier71', 'device_work71', '2014-07-17', '2008-04-24', 'device_remarks71', 62),
(73, '2016-09-04 07:39:58', '2007-02-19 15:47:53', 93, 'device_type72', 'device_subject72', 'device_identifier72', 'device_work72', '2005-03-22', '1994-02-27', 'device_remarks72', 69),
(74, '1989-11-19 15:08:12', '1983-03-22 08:02:37', 75, 'device_type73', 'device_subject73', 'device_identifier73', 'device_work73', '1972-08-13', '2011-02-03', 'device_remarks73', 59),
(75, '2018-05-12 07:50:00', '2005-04-13 22:47:12', 85, 'device_type74', 'device_subject74', 'device_identifier74', 'device_work74', '1994-08-18', '2007-06-04', 'device_remarks74', 100),
(76, '2013-08-03 22:11:27', '1982-04-30 04:11:22', 36, 'device_type75', 'device_subject75', 'device_identifier75', 'device_work75', '2008-07-16', '1997-11-25', 'device_remarks75', 27),
(77, '2005-04-14 01:08:54', '1997-11-28 12:01:11', 14, 'device_type76', 'device_subject76', 'device_identifier76', 'device_work76', '1996-08-14', '2016-12-11', 'device_remarks76', 71),
(78, '1996-07-16 20:08:23', '2014-05-08 23:43:56', 86, 'device_type77', 'device_subject77', 'device_identifier77', 'device_work77', '2003-06-24', '1994-04-07', 'device_remarks77', 78),
(79, '2016-03-13 16:25:49', '1970-04-28 14:25:08', 57, 'device_type78', 'device_subject78', 'device_identifier78', 'device_work78', '1972-09-27', '1998-12-13', 'device_remarks78', 90),
(80, '2009-06-02 04:43:55', '1980-06-21 09:23:00', 18, 'device_type79', 'device_subject79', 'device_identifier79', 'device_work79', '2015-06-04', '1992-07-18', 'device_remarks79', 64),
(81, '1994-05-18 13:49:33', '1973-03-10 15:57:11', 33, 'device_type80', 'device_subject80', 'device_identifier80', 'device_work80', '2010-02-25', '2009-02-08', 'device_remarks80', 30),
(82, '1998-11-27 16:11:15', '1981-09-06 00:53:10', 51, 'device_type81', 'device_subject81', 'device_identifier81', 'device_work81', '1991-11-08', '1987-08-11', 'device_remarks81', 82),
(83, '1981-11-21 11:01:46', '1992-10-23 21:19:15', 3, 'device_type82', 'device_subject82', 'device_identifier82', 'device_work82', '2008-11-26', '2005-10-09', 'device_remarks82', 47),
(84, '1971-01-24 13:53:52', '1984-03-22 03:13:35', 89, 'device_type83', 'device_subject83', 'device_identifier83', 'device_work83', '1974-01-10', '1991-12-25', 'device_remarks83', 39),
(85, '1984-12-20 12:05:32', '1988-04-21 16:33:40', 62, 'device_type84', 'device_subject84', 'device_identifier84', 'device_work84', '1979-12-01', '1971-09-22', 'device_remarks84', 84),
(86, '1993-12-18 14:55:14', '2002-02-02 11:25:41', 97, 'device_type85', 'device_subject85', 'device_identifier85', 'device_work85', '2006-02-08', '2018-06-15', 'device_remarks85', 47),
(87, '1990-03-03 03:04:29', '2006-12-30 05:02:43', 78, 'device_type86', 'device_subject86', 'device_identifier86', 'device_work86', '1987-10-12', '2013-01-09', 'device_remarks86', 27),
(88, '1999-03-01 10:46:00', '1984-07-03 04:02:17', 62, 'device_type87', 'device_subject87', 'device_identifier87', 'device_work87', '2000-02-07', '1984-04-30', 'device_remarks87', 26),
(89, '2004-04-19 11:32:38', '1987-12-16 03:34:42', 15, 'device_type88', 'device_subject88', 'device_identifier88', 'device_work88', '2000-01-23', '2008-04-03', 'device_remarks88', 87),
(90, '2018-09-10 13:00:54', '1993-05-04 18:52:47', 20, 'device_type89', 'device_subject89', 'device_identifier89', 'device_work89', '1973-02-23', '1997-06-06', 'device_remarks89', 98),
(91, '2004-04-02 05:18:40', '2014-07-06 13:18:17', 54, 'device_type90', 'device_subject90', 'device_identifier90', 'device_work90', '2001-05-30', '1999-09-21', 'device_remarks90', 14),
(92, '1979-05-22 07:06:24', '2005-02-23 16:42:57', 4, 'device_type91', 'device_subject91', 'device_identifier91', 'device_work91', '2018-07-01', '1975-10-16', 'device_remarks91', 85),
(93, '1971-09-23 06:30:02', '1977-06-29 14:55:11', 66, 'device_type92', 'device_subject92', 'device_identifier92', 'device_work92', '1980-12-25', '1991-06-01', 'device_remarks92', 23),
(94, '1996-10-05 17:31:01', '2003-07-29 03:07:51', 97, 'device_type93', 'device_subject93', 'device_identifier93', 'device_work93', '2000-03-30', '2004-05-11', 'device_remarks93', 39),
(95, '2011-08-21 18:39:55', '2007-01-26 23:50:26', 84, 'device_type94', 'device_subject94', 'device_identifier94', 'device_work94', '2004-09-22', '1998-06-05', 'device_remarks94', 74),
(96, '1988-08-10 16:33:56', '1998-10-29 07:36:38', 5, 'device_type95', 'device_subject95', 'device_identifier95', 'device_work95', '2014-12-29', '2007-11-02', 'device_remarks95', 31),
(97, '2007-10-21 14:12:43', '2007-03-25 23:28:45', 98, 'device_type96', 'device_subject96', 'device_identifier96', 'device_work96', '1980-11-04', '1989-05-15', 'device_remarks96', 22),
(98, '2007-02-06 14:05:15', '1997-06-17 03:33:53', 68, 'device_type97', 'device_subject97', 'device_identifier97', 'device_work97', '1992-03-25', '1983-03-04', 'device_remarks97', 92),
(99, '2017-07-22 13:46:10', '2009-07-08 15:08:23', 30, 'device_type98', 'device_subject98', 'device_identifier98', 'device_work98', '1991-09-04', '1981-10-24', 'device_remarks98', 49),
(100, '2008-12-18 23:23:59', '1996-08-31 04:13:41', 73, 'device_type99', 'device_subject99', 'device_identifier99', 'device_work99', '2016-05-19', '1988-04-24', 'device_remarks99', 22);
-- --------------------------------------------------------
--
-- 表的结构 `earnings_summary`
--
CREATE TABLE `earnings_summary` (
`earnings_summary_id` int(10) UNSIGNED NOT NULL,
`park_id` int(10) UNSIGNED DEFAULT NULL,
`summary_type` varchar(255) DEFAULT NULL,
`summary_start_date` date DEFAULT NULL,
`summary_end_date` date DEFAULT NULL,
`earnings_date` date DEFAULT NULL,
`psection_id` int(10) UNSIGNED DEFAULT NULL,
`regular_new_count` int(10) UNSIGNED DEFAULT NULL,
`regular_new_amount` decimal(10,0) DEFAULT NULL,
`regular_new_reduction_count` int(10) UNSIGNED DEFAULT NULL,
`regular_new_reduction_amount` decimal(10,0) DEFAULT NULL,
`regular_update_count` int(10) UNSIGNED DEFAULT NULL,
`regular_update_amount` decimal(10,0) DEFAULT NULL,
`regular_update_reduction_count` int(10) UNSIGNED DEFAULT NULL,
`regular_update_reduction_amount` decimal(10,0) DEFAULT NULL,
`lumpsum_count` int(10) UNSIGNED DEFAULT NULL,
`lumpsum` int(10) UNSIGNED DEFAULT NULL,
`refunds` decimal(10,0) DEFAULT NULL,
`other_income` decimal(10,0) DEFAULT NULL,
`other_spending` decimal(10,0) DEFAULT NULL,
`reissue_count` int(10) UNSIGNED DEFAULT NULL,
`reissue_amount` decimal(10,0) DEFAULT NULL,
`summary_note` text DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
`operator_id` int(10) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
--
-- 转存表中的数据 `earnings_summary`
--
INSERT INTO `earnings_summary` (`earnings_summary_id`, `park_id`, `summary_type`, `summary_start_date`, `summary_end_date`, `earnings_date`, `psection_id`, `regular_new_count`, `regular_new_amount`, `regular_new_reduction_count`, `regular_new_reduction_amount`, `regular_update_count`, `regular_update_amount`, `regular_update_reduction_count`, `regular_update_reduction_amount`, `lumpsum_count`, `lumpsum`, `refunds`, `other_income`, `other_spending`, `reissue_count`, `reissue_amount`, `summary_note`, `created_at`, `updated_at`, `operator_id`) VALUES
(1, 1, '中島 翼', '1999-09-07', '2004-08-14', '1983-10-18', 47, 47, 10, 33, 52, 80, 66, 74, 22, 52, 3, 17, 5, 43, 67, 11, NULL, '2007-10-18 19:22:12', '1976-07-21 14:49:51', 31),
(2, 2, '工藤 裕太', '1991-06-17', '1991-12-16', '1997-09-04', 98, 59, 45, 46, 45, 92, 84, 12, 72, 48, 82, 95, 45, 16, 25, 22, NULL, '2006-05-07 12:57:30', '1973-05-13 13:12:58', 87),
(3, 3, '津田 涼平', '1997-11-26', '1975-12-18', '1992-08-13', 35, 12, 65, 52, 21, 90, 82, 90, 27, 79, 19, 15, 35, 31, 90, 31, NULL, '1982-08-17 03:18:16', '1994-01-24 01:42:46', 65),
(4, 4, '佐々木 真綾', '1992-03-22', '1994-01-20', '2004-12-17', 71, 94, 14, 85, 81, 31, 64, 46, 41, 89, 56, 82, 79, 14, 83, 71, NULL, '1991-07-08 18:03:45', '1972-11-04 21:08:13', 62),
(5, 5, '松本 晃', '1991-05-31', '1984-12-23', '1991-04-18', 53, 56, 81, 82, 67, 78, 30, 4, 51, 77, 71, 42, 10, 42, 41, 2, NULL, '1975-07-28 23:36:52', '1986-04-09 22:18:42', 100),
(6, 6, '井上 英樹', '1982-05-15', '1997-06-28', '2001-12-16', 63, 8, 93, 72, 79, 5, 83, 90, 64, 69, 96, 69, 96, 14, 59, 99, NULL, '2010-08-23 00:55:30', '1984-05-10 15:25:35', 37),
(7, 7, '工藤 香織', '2010-06-02', '2009-01-12', '1986-12-09', 3, 22, 23, 34, 77, 42, 82, 73, 92, 14, 23, 85, 95, 47, 95, 37, NULL, '2006-03-01 06:26:37', '2015-12-29 18:32:26', 14),
(8, 8, '井上 零', '2012-09-29', '1999-05-20', '2014-06-20', 15, 49, 53, 74, 69, 16, 78, 92, 88, 33, 5, 51, 2, 32, 45, 49, NULL, '2011-01-29 00:30:13', '1975-01-14 15:11:40', 92),
(9, 9, '笹田 裕太', '1988-12-18', '2000-08-19', '2016-12-20', 61, 83, 59, 30, 89, 10, 28, 18, 96, 73, 93, 82, 76, 34, 84, 2, NULL, '1981-09-25 20:06:36', '2014-08-20 09:57:10', 1),
(10, 10, '木村 さゆり', '2006-11-13', '1992-05-07', '1973-11-27', 35, 92, 72, 40, 76, 43, 31, 99, 74, 99, 19, 35, 2, 16, 71, 65, NULL, '2012-07-21 07:11:49', '2017-08-09 07:38:20', 57),
(11, 11, '坂本 結衣', '2013-02-19', '1978-12-11', '1983-12-31', 92, 10, 55, 54, 75, 25, 74, 12, 97, 89, 16, 53, 90, 3, 40, 74, NULL, '2000-08-26 04:55:46', '1985-05-24 19:31:59', 68),
(12, 12, '山田 くみ子', '1972-09-19', '1977-12-12', '2002-12-09', 55, 31, 85, 84, 60, 52, 13, 8, 6, 8, 90, 13, 44, 46, 70, 42, NULL, '2010-10-28 23:31:55', '2013-01-14 07:11:47', 42),
(13, 13, '江古田 加奈', '1986-06-09', '1992-04-10', '2003-10-13', 4, 28, 5, 64, 38, 82, 67, 49, 62, 46, 4, 59, 48, 8, 96, 78, NULL, '1984-07-10 16:20:21', '1986-07-16 01:02:33', 17),
(14, 14, '渚 里佳', '1993-10-19', '1977-11-24', '2013-05-29', 92, 28, 71, 17, 62, 1, 58, 26, 55, 36, 60, 57, 43, 9, 90, 5, NULL, '1978-02-14 20:20:06', '2013-10-07 05:48:01', 72),
(15, 15, '藤本 知実', '2014-09-01', '1970-03-01', '2004-05-28', 2, 94, 16, 41, 23, 30, 28, 85, 7, 94, 1, 6, 79, 53, 85, 5, NULL, '2006-12-23 08:17:58', '2015-12-19 01:42:17', 71),
(16, 16, '西之園 加奈', '2004-08-26', '2016-12-02', '1976-11-10', 69, 79, 6, 78, 76, 39, 67, 87, 60, 2, 51, 93, 66, 38, 83, 53, NULL, '2006-06-22 22:01:09', '1982-03-12 08:41:18', 93),
(17, 17, '中島 和也', '1995-06-20', '1980-07-17', '2012-06-16', 9, 89, 77, 57, 52, 38, 70, 94, 35, 72, 57, 69, 84, 67, 45, 73, NULL, '1987-09-02 07:05:34', '2003-09-28 21:31:07', 47),
(18, 18, '中島 陽一', '2011-10-17', '2005-07-13', '1998-02-01', 10, 35, 6, 24, 72, 5, 97, 49, 35, 50, 13, 41, 99, 62, 32, 98, NULL, '1984-04-09 13:53:14', '1988-05-03 04:12:56', 89),
(19, 19, '大垣 くみ子', '1972-04-04', '1978-12-31', '1984-01-04', 64, 96, 78, 7, 37, 8, 72, 59, 72, 81, 53, 26, 62, 84, 42, 19, NULL, '1985-04-21 18:39:28', '1978-04-15 10:17:08', 39),
(20, 20, '津田 真綾', '2011-05-25', '1976-10-16', '2011-05-19', 40, 37, 5, 56, 27, 35, 68, 49, 5, 14, 58, 62, 83, 21, 78, 59, NULL, '2013-12-31 06:03:10', '2006-08-12 07:44:51', 52),
(21, 21, '坂本 治', '1989-12-31', '1995-03-31', '1986-10-08', 94, 59, 91, 96, 64, 63, 55, 67, 31, 41, 77, 99, 92, 88, 70, 64, NULL, '1974-11-30 15:46:00', '2002-06-11 14:42:16', 13),
(22, 22, '加藤 美加子', '1971-10-20', '1977-10-09', '1977-12-24', 25, 21, 69, 34, 50, 50, 78, 54, 39, 16, 92, 97, 25, 96, 32, 45, NULL, '2006-06-28 10:31:06', '2018-04-10 08:37:55', 69),
(23, 23, '杉山 太一', '2006-03-07', '2014-04-16', '1987-06-11', 88, 43, 40, 56, 56, 62, 45, 100, 72, 64, 63, 43, 93, 99, 93, 14, NULL, '1985-12-06 19:14:16', '1976-07-14 14:21:36', 15),
(24, 24, '木村 陽子', '1973-09-10', '1993-03-13', '1987-09-06', 79, 45, 57, 45, 42, 12, 23, 87, 68, 98, 8, 20, 73, 32, 21, 17, NULL, '1980-12-07 14:21:40', '1970-11-03 15:03:23', 80),
(25, 25, '渡辺 里佳', '2017-01-27', '2016-03-20', '1993-06-14', 76, 43, 10, 100, 87, 61, 94, 68, 71, 25, 35, 54, 34, 94, 33, 48, NULL, '1995-11-20 07:11:00', '2002-03-26 12:17:42', 33),
(26, 26, '渚 拓真', '2005-11-10', '2003-01-31', '2012-06-04', 66, 74, 66, 20, 98, 92, 44, 40, 31, 48, 61, 46, 24, 41, 80, 43, NULL, '2010-07-08 17:43:50', '2015-06-18 10:05:06', 74),
(27, 27, '田中 直子', '1998-07-25', '1988-05-20', '1999-11-29', 38, 9, 82, 8, 64, 91, 59, 29, 67, 93, 51, 64, 79, 87, 8, 71, NULL, '1991-07-19 21:17:05', '2014-01-22 14:35:48', 44),
(28, 28, '井上 知実', '2018-01-03', '2011-07-24', '1973-08-27', 66, 31, 67, 53, 70, 84, 23, 60, 7, 27, 33, 72, 82, 67, 98, 34, NULL, '2004-08-21 20:21:48', '1987-05-04 15:01:13', 11),
(29, 29, '中津川 学', '1999-12-05', '1989-09-21', '2001-08-17', 12, 3, 37, 62, 15, 14, 98, 18, 56, 36, 54, 64, 81, 72, 10, 92, NULL, '1994-08-20 11:11:02', '2007-01-22 20:36:25', 23),
(30, 30, '田辺 陽一', '2012-05-13', '2018-09-15', '2007-05-09', 15, 86, 38, 41, 72, 74, 31, 89, 62, 11, 82, 10, 17, 67, 40, 68, NULL, '1994-10-01 21:57:21', '1974-05-27 17:01:53', 79),
(31, 31, '渡辺 涼平', '2012-09-08', '2014-08-02', '2010-10-25', 70, 95, 58, 3, 72, 98, 81, 36, 20, 36, 5, 43, 2, 88, 51, 11, NULL, '2001-03-21 21:21:14', '2013-03-08 16:51:03', 84),
(32, 32, '藤本 稔', '2009-11-24', '1985-03-24', '1974-06-06', 29, 90, 7, 74, 83, 57, 44, 73, 62, 52, 92, 42, 64, 22, 62, 21, NULL, '1998-10-23 08:04:18', '1987-02-25 00:58:20', 97),
(33, 33, '笹田 治', '2018-10-24', '2010-07-10', '1989-06-05', 97, 36, 61, 35, 12, 17, 90, 30, 39, 47, 40, 43, 59, 78, 72, 68, NULL, '2016-02-02 06:41:41', '2005-08-20 20:01:59', 16),
(34, 34, '喜嶋 美加子', '2005-05-29', '1996-08-28', '1988-02-15', 37, 97, 5, 36, 77, 43, 77, 66, 39, 64, 83, 72, 44, 15, 72, 24, NULL, '2003-11-15 11:28:11', '1994-11-10 13:08:37', 84),
(35, 35, '佐々木 七夏', '1997-12-07', '2001-07-28', '1987-06-03', 33, 44, 95, 49, 91, 32, 65, 97, 18, 2, 65, 27, 23, 89, 40, 14, NULL, '1985-05-12 23:07:08', '1986-08-03 19:40:16', 13),
(36, 36, '田辺 学', '2005-12-15', '1980-11-04', '2008-03-13', 34, 2, 31, 21, 35, 94, 6, 45, 50, 56, 22, 77, 20, 18, 16, 51, NULL, '1986-07-10 10:20:12', '1989-03-25 02:30:39', 66),
(37, 37, '小林 陽子', '1974-03-31', '2005-05-08', '1996-11-22', 27, 3, 31, 87, 51, 44, 53, 47, 44, 38, 31, 73, 63, 89, 91, 13, NULL, '1994-04-22 09:14:06', '2005-07-11 19:49:00', 73),
(38, 38, '田中 知実', '1976-05-03', '2005-01-23', '2001-11-20', 61, 39, 67, 40, 98, 75, 82, 2, 12, 65, 52, 15, 97, 59, 75, 47, NULL, '1972-04-10 05:07:09', '1990-06-21 08:35:38', 82),
(39, 39, '青山 桃子', '1973-02-18', '1972-09-23', '2001-06-17', 31, 61, 72, 16, 39, 94, 71, 36, 89, 63, 17, 21, 48, 18, 58, 94, NULL, '1971-07-05 10:35:42', '1983-12-04 01:33:28', 91),
(40, 40, '渡辺 千代', '2017-06-11', '2010-07-05', '2005-09-22', 30, 1, 58, 55, 15, 30, 76, 91, 44, 98, 21, 87, 30, 5, 72, 30, NULL, '1993-06-22 13:44:01', '1985-03-05 19:13:52', 17),
(41, 41, '西之園 春香', '1973-11-03', '1996-01-11', '1995-01-23', 53, 62, 71, 98, 25, 66, 65, 61, 66, 2, 4, 46, 5, 83, 42, 90, NULL, '1980-09-07 12:42:47', '2009-01-15 17:14:48', 26),
(42, 42, '村山 篤司', '1986-08-07', '1995-10-29', '2009-01-06', 68, 88, 11, 23, 84, 41, 65, 16, 16, 33, 6, 52, 6, 21, 86, 63, NULL, '1988-08-04 03:38:56', '1985-08-13 14:52:20', 56),
(43, 43, '田辺 桃子', '1976-09-29', '1997-07-05', '2009-06-01', 31, 48, 60, 5, 56, 80, 39, 46, 42, 49, 45, 98, 48, 22, 46, 36, NULL, '1999-01-25 00:37:02', '1978-12-31 06:45:46', 20),
(44, 44, '三宅 くみ子', '1993-08-22', '2003-01-21', '1986-02-11', 62, 68, 39, 27, 85, 28, 43, 80, 48, 26, 65, 90, 7, 58, 27, 83, NULL, '1986-05-04 13:52:54', '1979-04-04 03:12:30', 62),
(45, 45, '西之園 結衣', '2001-09-22', '2018-07-04', '2002-07-02', 98, 80, 60, 86, 37, 24, 16, 32, 52, 29, 57, 18, 44, 25, 8, 42, NULL, '1972-03-29 15:35:35', '1972-07-23 10:47:08', 1),
(46, 46, '三宅 桃子', '2002-08-16', '1992-04-27', '2002-05-28', 57, 44, 66, 56, 4, 27, 97, 83, 78, 59, 88, 65, 6, 29, 31, 43, NULL, '2017-08-03 02:23:24', '1997-08-16 15:26:47', 48),
(47, 47, '山田 洋介', '1992-01-05', '1986-03-03', '1985-03-26', 80, 79, 25, 83, 35, 83, 27, 46, 36, 49, 29, 8, 32, 71, 70, 44, NULL, '1973-06-11 05:47:08', '1980-11-20 20:23:42', 12),
(48, 48, '藤本 くみ子', '2010-08-22', '1970-09-21', '2018-04-15', 13, 11, 68, 69, 41, 97, 54, 40, 75, 20, 16, 93, 24, 67, 6, 57, NULL, '2002-03-26 12:44:19', '2003-06-08 10:36:43', 92),
(49, 49, '渡辺 直樹', '1998-06-23', '1986-10-03', '1985-04-04', 7, 29, 56, 80, 33, 100, 45, 37, 79, 82, 27, 32, 37, 79, 81, 39, NULL, '1997-03-02 09:47:30', '2015-09-11 06:36:33', 62),
(50, 50, '高橋 翼', '1980-07-05', '1985-08-12', '1979-05-15', 52, 84, 74, 10, 68, 61, 67, 30, 41, 43, 76, 87, 63, 24, 79, 40, NULL, '2013-02-25 07:15:07', '1980-05-30 06:48:10', 15),
(51, 51, '山岸 直子', '2009-04-10', '1997-01-24', '1974-04-11', 22, 16, 88, 98, 95, 56, 86, 31, 72, 25, 39, 39, 60, 46, 40, 51, NULL, '1982-04-02 12:33:41', '1978-11-22 16:09:19', 56),
(52, 52, '渡辺 春香', '2017-09-13', '1994-11-07', '2010-12-07', 29, 88, 63, 60, 36, 60, 91, 89, 81, 88, 9, 92, 68, 13, 62, 41, NULL, '2003-01-30 23:01:17', '1984-10-21 11:50:33', 42),
(53, 53, '喜嶋 涼平', '1985-04-29', '2000-05-17', '1994-05-29', 20, 23, 7, 32, 52, 21, 19, 76, 23, 46, 47, 78, 86, 39, 68, 92, NULL, '1993-04-27 08:57:37', '1990-07-24 10:42:29', 34),
(54, 54, '山口 桃子', '1970-11-16', '1999-12-05', '2012-05-04', 54, 69, 78, 26, 23, 89, 68, 36, 82, 62, 38, 63, 75, 76, 82, 57, NULL, '2001-10-01 09:01:13', '1970-01-31 02:27:14', 3),
(55, 55, '佐々木 零', '2012-05-15', '1978-10-27', '1994-11-05', 73, 8, 89, 10, 4, 96, 89, 94, 38, 86, 86, 35, 13, 70, 78, 5, NULL, '2007-01-02 06:47:22', '2013-10-01 15:30:56', 29),
(56, 56, '青山 稔', '1986-08-21', '2012-02-02', '1999-06-09', 1, 50, 94, 51, 45, 29, 52, 82, 19, 58, 2, 76, 8, 49, 83, 78, NULL, '1975-02-27 10:04:28', '1977-12-28 13:43:46', 61),
(57, 57, '小泉 幹', '2002-12-16', '2005-06-30', '1977-01-04', 77, 8, 24, 57, 79, 3, 82, 56, 23, 93, 52, 1, 57, 7, 32, 71, NULL, '1977-11-27 11:50:24', '2014-04-12 16:34:05', 71),
(58, 58, '高橋 さゆり', '1981-07-14', '2008-09-09', '2016-03-03', 90, 98, 71, 61, 33, 88, 69, 26, 60, 69, 74, 13, 21, 68, 64, 91, NULL, '1973-05-14 00:41:08', '2009-09-20 19:19:48', 33),
(59, 59, '宇野 あすか', '1995-07-17', '1985-03-15', '1986-04-05', 53, 64, 54, 44, 17, 81, 42, 62, 26, 44, 30, 81, 73, 13, 28, 36, NULL, '2013-09-22 07:23:41', '2018-03-03 15:04:04', 8),
(60, 60, '山岸 直子', '1976-10-20', '1992-02-06', '1999-11-30', 25, 88, 22, 91, 34, 33, 85, 9, 36, 24, 6, 16, 87, 45, 33, 34, NULL, '1990-01-07 16:24:15', '2011-01-18 17:21:39', 67),
(61, 61, '青山 くみ子', '2017-02-15', '1992-07-12', '1987-10-15', 76, 91, 43, 41, 55, 93, 6, 37, 37, 1, 1, 46, 71, 41, 14, 36, NULL, '2015-09-10 17:16:37', '1979-07-24 17:08:45', 42),
(62, 62, '井上 陽一', '2015-11-04', '1985-05-29', '2001-10-26', 75, 85, 97, 64, 46, 44, 89, 17, 81, 2, 85, 95, 6, 97, 79, 81, NULL, '1995-04-15 16:51:42', '1998-06-11 14:01:17', 19),
(63, 63, '斉藤 太郎', '2003-10-30', '2011-02-09', '1978-04-09', 78, 1, 7, 75, 12, 88, 82, 63, 92, 99, 14, 11, 43, 4, 51, 65, NULL, '1978-06-27 08:19:37', '2008-06-23 19:17:49', 36),
(64, 64, '佐藤 香織', '2010-08-03', '2008-02-29', '1996-12-19', 15, 26, 41, 25, 80, 43, 34, 69, 9, 51, 84, 56, 67, 9, 92, 12, NULL, '1970-02-28 09:10:28', '1981-02-21 11:33:20', 26),
(65, 65, '笹田 修平', '2008-08-01', '1999-07-19', '1990-10-01', 71, 15, 33, 11, 24, 79, 88, 1, 21, 66, 93, 77, 26, 93, 10, 17, NULL, '2007-05-17 03:06:23', '2004-10-30 15:03:03', 80),
(66, 66, '伊藤 明美', '2016-09-05', '1985-09-24', '1979-04-20', 6, 24, 91, 83, 61, 46, 49, 88, 77, 39, 4, 74, 92, 98, 8, 40, NULL, '1984-06-02 16:48:55', '2001-12-26 13:45:12', 33),
(67, 67, '青田 香織', '1997-07-22', '2007-07-30', '2008-03-12', 57, 41, 44, 4, 53, 45, 28, 67, 38, 16, 97, 32, 85, 31, 13, 93, NULL, '1974-02-16 10:22:53', '1970-03-09 03:20:05', 16),
(68, 68, '斉藤 春香', '1981-09-26', '1988-09-22', '2007-07-08', 13, 83, 68, 48, 56, 53, 24, 5, 94, 22, 3, 86, 98, 53, 16, 70, NULL, '2010-03-24 12:59:29', '1976-08-09 16:32:49', 45),
(69, 69, '吉本 太一', '1998-01-19', '1993-11-07', '1985-05-23', 9, 89, 60, 55, 27, 60, 65, 78, 81, 99, 58, 94, 72, 18, 47, 19, NULL, '1979-08-25 09:45:36', '2000-12-31 13:06:11', 28),
(70, 70, '原田 聡太郎', '1992-07-10', '2008-02-22', '2014-12-20', 7, 100, 10, 29, 73, 7, 91, 80, 45, 74, 33, 51, 21, 35, 94, 31, NULL, '1977-07-05 08:08:14', '2015-06-25 01:10:35', 20),
(71, 71, '斉藤 直人', '1973-10-19', '1995-07-28', '1977-10-02', 92, 12, 9, 70, 5, 38, 36, 79, 3, 67, 81, 11, 9, 85, 81, 81, NULL, '2010-06-21 15:31:41', '2004-03-06 13:22:32', 33),
(72, 72, '浜田 修平', '1986-10-07', '1992-04-09', '2003-05-03', 93, 87, 82, 30, 98, 21, 25, 20, 91, 76, 43, 16, 97, 11, 55, 1, NULL, '1987-09-26 12:07:44', '2001-08-30 19:49:36', 63),
(73, 73, '三宅 幹', '1987-05-13', '2013-06-01', '1975-01-14', 77, 96, 8, 22, 8, 4, 50, 52, 31, 11, 87, 41, 97, 51, 7, 66, NULL, '1983-05-30 17:38:50', '1991-08-07 02:54:25', 54),
(74, 74, '藤本 加奈', '1984-02-13', '2000-05-30', '1988-02-04', 9, 55, 92, 18, 77, 70, 47, 58, 41, 24, 53, 90, 24, 55, 89, 88, NULL, '1984-04-10 15:36:05', '1981-07-17 01:04:45', 69),
(75, 75, '原田 くみ子', '1985-06-02', '1988-08-31', '2016-10-26', 47, 29, 2, 45, 57, 89, 2, 59, 83, 5, 40, 94, 85, 55, 44, 42, NULL, '2005-03-07 02:52:36', '1987-12-17 13:02:24', 17),
(76, 76, '工藤 拓真', '2014-11-13', '1987-04-12', '2010-01-06', 88, 61, 26, 61, 70, 64, 5, 67, 68, 43, 46, 64, 36, 35, 64, 95, NULL, '1996-01-03 21:40:50', '2015-07-03 15:55:04', 42),
(77, 77, '小林 直樹', '2008-01-03', '1990-09-26', '1971-09-17', 80, 95, 75, 63, 93, 34, 42, 65, 61, 27, 50, 24, 72, 71, 26, 80, NULL, '2000-12-29 23:12:23', '2011-03-08 17:17:59', 81),
(78, 78, '廣川 香織', '2012-02-28', '2009-10-19', '1986-12-27', 10, 55, 71, 33, 11, 80, 95, 53, 54, 82, 86, 28, 86, 54, 84, 69, NULL, '1985-07-13 10:05:38', '1989-11-13 02:28:41', 17),
(79, 79, '石田 裕太', '1971-02-11', '1984-10-04', '2007-11-10', 9, 29, 5, 69, 73, 75, 53, 41, 73, 79, 50, 27, 54, 86, 27, 80, NULL, '1990-10-18 04:36:33', '2009-06-17 03:03:42', 80),
(80, 80, '吉本 香織', '1981-08-21', '1971-05-05', '1971-07-13', 13, 8, 11, 7, 39, 70, 51, 97, 41, 63, 100, 35, 3, 1, 77, 11, NULL, '1986-09-22 22:00:51', '1980-02-06 20:22:43', 38),
(81, 81, '井上 涼平', '1987-04-16', '1978-03-09', '1971-08-23', 70, 50, 14, 14, 92, 87, 7, 23, 47, 4, 42, 51, 65, 22, 52, 52, NULL, '2005-05-09 15:19:41', '1998-12-21 04:12:25', 23),
(82, 82, '小林 結衣', '2014-04-08', '1975-01-28', '1972-01-17', 55, 37, 64, 79, 84, 42, 84, 82, 51, 7, 69, 94, 49, 67, 88, 32, NULL, '2000-08-07 00:24:07', '1981-01-03 11:22:06', 77),
(83, 83, '山田 幹', '2003-10-31', '2012-03-03', '2009-01-29', 45, 28, 95, 33, 17, 84, 23, 23, 19, 28, 36, 37, 42, 43, 66, 42, NULL, '1984-08-27 04:42:53', '1997-03-23 10:54:24', 61),
(84, 84, '松本 稔', '1975-06-10', '1980-10-08', '2015-02-19', 15, 32, 27, 72, 77, 8, 41, 89, 11, 54, 40, 74, 37, 45, 40, 77, NULL, '1998-05-16 11:02:28', '1996-07-28 20:43:52', 57),
(85, 85, '江古田 さゆり', '1994-03-22', '1991-02-28', '1995-09-12', 36, 13, 51, 21, 65, 56, 21, 83, 52, 43, 26, 11, 27, 23, 62, 6, NULL, '1994-06-20 16:33:28', '1997-02-13 08:09:39', 36),
(86, 86, '喜嶋 加奈', '1970-07-20', '2010-12-09', '1979-05-31', 28, 100, 85, 41, 26, 30, 53, 59, 85, 82, 53, 46, 91, 57, 24, 1, NULL, '2015-09-10 09:50:55', '2007-04-28 22:37:24', 29),
(87, 87, '佐々木 直人', '1994-10-12', '2001-07-21', '1996-10-27', 88, 38, 34, 39, 58, 51, 13, 56, 66, 39, 83, 35, 71, 86, 60, 49, NULL, '1971-12-22 07:05:45', '1977-06-18 17:42:57', 62),
(88, 88, '山田 陽子', '1997-12-16', '2006-08-31', '2017-09-28', 45, 61, 2, 51, 39, 86, 19, 15, 92, 40, 7, 55, 18, 38, 75, 4, NULL, '1994-01-08 21:59:22', '1975-12-10 15:39:15', 66),
(89, 89, '江古田 翼', '1995-01-10', '1978-09-02', '2011-12-03', 91, 8, 97, 46, 32, 32, 30, 78, 88, 6, 90, 14, 100, 78, 64, 10, NULL, '2005-02-26 20:54:06', '1997-10-31 23:51:32', 78),
(90, 90, '工藤 直人', '1971-03-07', '2016-03-07', '1982-03-25', 21, 73, 29, 33, 8, 39, 37, 16, 24, 47, 43, 62, 60, 5, 9, 81, NULL, '1986-12-05 06:20:07', '1991-07-21 18:05:38', 7),
(91, 91, '佐藤 直樹', '2000-07-13', '1981-05-05', '2018-09-19', 20, 49, 24, 34, 29, 42, 11, 94, 96, 78, 88, 85, 50, 62, 68, 70, NULL, '1998-09-24 18:10:00', '1991-08-29 10:51:22', 41),
(92, 92, '吉田 直樹', '1988-06-25', '1995-07-29', '2008-08-07', 47, 79, 70, 72, 18, 17, 95, 47, 55, 96, 83, 6, 75, 43, 80, 48, NULL, '2015-08-26 15:55:14', '2016-01-03 18:29:06', 18),
(93, 93, '斉藤 裕美子', '2011-12-18', '2004-05-17', '1977-04-12', 54, 84, 58, 71, 22, 62, 24, 68, 21, 76, 64, 76, 43, 72, 51, 86, NULL, '2015-03-31 04:12:55', '1975-04-07 21:47:06', 67),
(94, 94, '佐々木 幹', '1971-05-18', '2010-07-26', '1986-05-28', 67, 88, 26, 70, 24, 26, 84, 16, 15, 68, 8, 47, 16, 100, 89, 83, NULL, '1991-04-16 22:09:28', '1992-11-18 22:41:38', 8),
(95, 95, '廣川 くみ子', '1988-06-25', '1987-10-15', '1973-05-16', 38, 49, 87, 66, 91, 62, 63, 59, 34, 96, 86, 98, 87, 63, 12, 30, NULL, '1990-12-10 18:02:12', '1996-02-04 00:21:32', 77),
(96, 96, '伊藤 真綾', '1984-09-28', '1975-08-17', '2013-02-17', 4, 48, 69, 85, 2, 42, 54, 50, 78, 60, 25, 71, 95, 28, 39, 90, NULL, '1985-06-05 18:28:03', '2004-10-26 10:50:11', 92),
(97, 97, '宇野 和也', '1979-11-20', '1977-06-26', '2016-07-15', 78, 86, 49, 27, 64, 31, 88, 20, 26, 40, 93, 54, 6, 88, 21, 6, NULL, '2006-10-15 01:36:31', '2014-10-21 01:15:08', 65),
(98, 98, '山本 康弘', '1979-05-27', '1978-03-29', '2003-08-05', 66, 61, 5, 12, 92, 88, 77, 74, 93, 21, 24, 23, 20, 48, 85, 43, NULL, '2009-07-04 16:29:30', '1993-06-08 09:25:05', 75),
(99, 99, '近藤 千代', '2001-02-13', '1992-06-26', '2012-06-15', 62, 9, 40, 26, 30, 5, 88, 59, 42, 81, 37, 17, 4, 18, 68, 29, NULL, '1982-07-19 12:56:16', '2001-10-08 19:09:31', 18),
(100, 100, '宇野 拓真', '1971-12-04', '1989-05-03', '1997-05-27', 76, 83, 39, 6, 37, 74, 6, 82, 26, 89, 70, 48, 10, 27, 41, 80, NULL, '1974-11-22 08:19:50', '1981-03-23 23:31:49', 4);
-- --------------------------------------------------------
--
-- 表的结构 `hardware_check_log`
--
CREATE TABLE `hardware_check_log` (
`hardware_check_log_id` int(10) UNSIGNED NOT NULL,
`device_id` int(10) UNSIGNED DEFAULT NULL,
`status` int(10) UNSIGNED DEFAULT NULL,
`status_comment` varchar(255) DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
`operator_id` int(10) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
--
-- 转存表中的数据 `hardware_check_log`
--
INSERT INTO `hardware_check_log` (`hardware_check_log_id`, `device_id`, `status`, `status_comment`, `created_at`, `updated_at`, `operator_id`) VALUES
(1, NULL, NULL, NULL, '1981-11-01 12:23:46', '1970-03-27 19:07:23', 64),
(2, NULL, NULL, NULL, '2015-09-18 06:28:14', '1994-10-21 06:13:24', 18),
(3, NULL, NULL, NULL, '2011-12-15 19:47:35', '1993-12-16 03:46:09', 36),
(4, NULL, NULL, NULL, '2012-06-29 14:44:00', '1993-09-12 21:45:01', 52),
(5, NULL, NULL, NULL, '1974-08-03 04:58:52', '2014-10-10 23:37:55', 13),
(6, NULL, NULL, NULL, '1982-11-14 19:22:49', '1989-09-05 20:22:52', 66),
(7, NULL, NULL, NULL, '2012-08-14 13:48:42', '1995-08-05 08:22:55', 11),
(8, NULL, NULL, NULL, '1987-07-25 16:33:06', '1995-01-19 21:50:56', 71),
(9, NULL, NULL, NULL, '2001-10-10 22:41:23', '1985-12-29 05:01:19', 54),
(10, NULL, NULL, NULL, '2017-04-14 22:39:32', '1972-01-08 00:15:55', 27),
(11, NULL, NULL, NULL, '1995-07-27 18:07:25', '2002-11-23 00:06:15', 64),
(12, NULL, NULL, NULL, '2010-10-16 13:03:06', '1998-05-20 01:47:18', 80),
(13, NULL, NULL, NULL, '2011-06-01 15:19:23', '1990-11-23 23:55:52', 7),
(14, NULL, NULL, NULL, '1980-05-02 23:59:57', '1994-01-08 06:55:05', 59),
(15, NULL, NULL, NULL, '1976-08-14 06:54:06', '1992-07-26 00:11:37', 64),
(16, NULL, NULL, NULL, '2018-03-10 06:32:14', '1986-04-06 04:59:18', 9),
(17, NULL, NULL, NULL, '2000-01-24 14:02:35', '2009-07-29 09:26:21', 92),
(18, NULL, NULL, NULL, '2015-08-19 14:04:51', '2013-06-08 09:23:30', 39),
(19, NULL, NULL, NULL, '2005-08-26 04:29:37', '2015-03-25 18:41:24', 56),
(20, NULL, NULL, NULL, '1994-05-03 02:43:22', '1986-09-10 13:36:08', 89),
(21, NULL, NULL, NULL, '1990-08-20 23:51:38', '1997-09-04 04:22:48', 63),
(22, NULL, NULL, NULL, '2010-06-11 13:58:17', '2004-09-28 04:17:13', 95),
(23, NULL, NULL, NULL, '1986-11-02 08:33:52', '1991-09-16 17:18:56', 17),
(24, NULL, NULL, NULL, '2013-06-07 06:59:29', '1973-10-02 05:37:47', 58),
(25, NULL, NULL, NULL, '2000-03-30 01:17:06', '1996-12-02 11:27:35', 6),
(26, NULL, NULL, NULL, '2001-01-10 19:46:59', '1982-04-17 02:51:14', 85),
(27, NULL, NULL, NULL, '2017-09-28 19:38:17', '1981-09-11 17:12:31', 3),
(28, NULL, NULL, NULL, '2008-11-11 21:46:34', '2012-11-08 16:22:03', 12),
(29, NULL, NULL, NULL, '1981-05-13 04:20:24', '2003-02-12 13:47:04', 9),
(30, NULL, NULL, NULL, '1990-08-13 00:46:28', '1988-01-23 11:21:43', 64),
(31, NULL, NULL, NULL, '1986-06-06 09:49:04', '1985-02-22 19:12:36', 81),
(32, NULL, NULL, NULL, '1989-10-14 14:03:52', '1980-07-30 05:23:37', 54),
(33, NULL, NULL, NULL, '2002-03-06 18:33:01', '2007-02-15 02:15:05', 51),
(34, NULL, NULL, NULL, '2008-03-06 12:31:54', '1990-01-16 17:59:44', 69),
(35, NULL, NULL, NULL, '1993-03-14 16:15:20', '2009-10-11 08:49:39', 30),
(36, NULL, NULL, NULL, '1987-12-01 19:33:06', '1983-01-09 06:17:11', 40),
(37, NULL, NULL, NULL, '1972-10-20 17:32:22', '1991-11-29 17:54:13', 6),
(38, NULL, NULL, NULL, '1970-03-29 06:41:03', '1975-05-26 09:16:20', 26),
(39, NULL, NULL, NULL, '1972-05-24 06:37:12', '1994-04-24 11:29:16', 30),
(40, NULL, NULL, NULL, '1994-05-19 21:31:07', '1974-06-18 04:07:59', 9),
(41, NULL, NULL, NULL, '2002-11-03 06:28:32', '1991-06-30 01:41:31', 26),
(42, NULL, NULL, NULL, '1977-12-16 05:27:33', '2017-12-05 03:34:16', 87),
(43, NULL, NULL, NULL, '2000-10-02 10:30:30', '1975-06-01 03:45:14', 42),
(44, NULL, NULL, NULL, '2004-09-03 09:37:11', '2000-11-03 07:55:41', 85),
(45, NULL, NULL, NULL, '2015-12-07 02:09:38', '2014-03-23 07:16:46', 31),
(46, NULL, NULL, NULL, '2018-02-03 09:26:02', '1993-08-03 09:49:04', 28),
(47, NULL, NULL, NULL, '2001-05-05 03:29:33', '2016-06-04 09:53:22', 18),
(48, NULL, NULL, NULL, '1991-04-02 00:34:59', '2009-10-16 22:40:12', 23),
(49, NULL, NULL, NULL, '1985-06-08 10:06:28', '1996-07-29 21:56:52', 56),
(50, NULL, NULL, NULL, '2014-01-09 18:57:00', '2004-10-30 09:43:51', 77),
(51, NULL, NULL, NULL, '1990-01-27 11:24:04', '2003-12-25 05:39:01', 76),
(52, NULL, NULL, NULL, '1974-09-23 02:50:41', '1986-10-08 14:22:31', 14),
(53, NULL, NULL, NULL, '1997-12-06 10:27:30', '2006-06-23 17:22:16', 17),
(54, NULL, NULL, NULL, '2008-09-07 11:27:43', '1973-03-20 04:00:01', 99),
(55, NULL, NULL, NULL, '1979-11-26 17:15:23', '1996-11-29 12:25:25', 1),
(56, NULL, NULL, NULL, '1977-07-24 22:26:46', '2017-11-16 02:23:02', 25),
(57, NULL, NULL, NULL, '2017-11-10 06:22:46', '1996-04-08 08:46:20', 69),
(58, NULL, NULL, NULL, '2008-07-23 05:53:46', '1997-03-16 02:11:47', 51),
(59, NULL, NULL, NULL, '2002-09-28 18:22:02', '1987-12-15 00:24:16', 51),
(60, NULL, NULL, NULL, '1987-02-21 13:01:47', '1972-02-04 18:49:03', 94),
(61, NULL, NULL, NULL, '2009-11-10 21:15:13', '2000-06-17 18:13:25', 41),
(62, NULL, NULL, NULL, '2009-05-02 18:27:19', '1988-12-21 09:24:37', 72),
(63, NULL, NULL, NULL, '2012-02-22 20:43:18', '2008-11-26 22:38:11', 74),
(64, NULL, NULL, NULL, '1981-02-17 14:00:37', '1983-07-22 02:52:53', 31),
(65, NULL, NULL, NULL, '1982-08-11 15:14:39', '2017-06-17 20:56:31', 38),
(66, NULL, NULL, NULL, '1983-01-02 16:41:01', '1989-09-23 10:40:03', 52),
(67, NULL, NULL, NULL, '1985-02-20 00:09:23', '1986-04-22 05:50:14', 77),
(68, NULL, NULL, NULL, '1973-12-17 18:55:10', '1993-11-21 12:05:30', 19),
(69, NULL, NULL, NULL, '2008-09-02 07:13:34', '2017-08-13 12:25:14', 57),
(70, NULL, NULL, NULL, '2014-11-02 17:24:39', '2006-06-24 22:05:35', 77),
(71, NULL, NULL, NULL, '1989-10-27 10:43:18', '2013-05-23 06:07:15', 48),
(72, NULL, NULL, NULL, '1993-05-19 01:03:03', '2014-08-16 22:41:05', 96),
(73, NULL, NULL, NULL, '1984-03-24 08:10:13', '2001-01-02 22:28:34', 6),
(74, NULL, NULL, NULL, '2001-11-28 01:38:22', '1985-12-14 21:19:09', 79),
(75, NULL, NULL, NULL, '1982-02-03 11:17:51', '1993-12-25 13:42:46', 90),
(76, NULL, NULL, NULL, '1972-02-29 08:53:55', '1970-02-24 21:09:32', 47),
(77, NULL, NULL, NULL, '1980-03-20 04:58:58', '1982-10-04 01:04:49', 42),
(78, NULL, NULL, NULL, '2017-08-08 13:31:22', '1997-11-24 17:23:34', 10),
(79, NULL, NULL, NULL, '1976-10-22 22:29:12', '1972-08-31 18:09:39', 92),
(80, NULL, NULL, NULL, '2016-06-15 23:31:14', '1998-12-17 16:10:52', 84),
(81, NULL, NULL, NULL, '2009-04-28 06:51:46', '1970-06-19 01:14:45', 84),
(82, NULL, NULL, NULL, '1979-06-16 17:45:28', '2011-04-14 06:54:58', 70),
(83, NULL, NULL, NULL, '1987-07-01 05:30:24', '1977-12-01 15:19:11', 5),
(84, NULL, NULL, NULL, '2016-01-09 04:08:35', '1973-03-13 13:19:42', 48),
(85, NULL, NULL, NULL, '1989-01-18 14:29:34', '2002-10-04 08:08:06', 63),
(86, NULL, NULL, NULL, '2007-03-01 20:26:32', '2002-04-29 02:54:22', 80),
(87, NULL, NULL, NULL, '2016-04-07 14:41:29', '2010-01-17 05:03:02', 6),
(88, NULL, NULL, NULL, '1999-10-06 03:45:56', '1983-07-03 00:29:16', 17),
(89, NULL, NULL, NULL, '1999-05-18 07:52:25', '2015-02-25 16:20:47', 47),
(90, NULL, NULL, NULL, '1992-01-19 22:49:04', '1992-11-26 05:34:27', 39),
(91, NULL, NULL, NULL, '1992-10-09 05:18:12', '1997-02-04 10:03:03', 5),
(92, NULL, NULL, NULL, '1978-07-02 03:51:41', '1991-10-08 13:24:00', 53),
(93, NULL, NULL, NULL, '1994-08-29 06:18:40', '2017-11-01 04:54:51', 18),
(94, NULL, NULL, NULL, '2016-11-30 09:49:06', '1983-11-01 13:57:42', 67),
(95, NULL, NULL, NULL, '1974-07-12 12:21:26', '1972-07-16 18:53:23', 61),
(96, NULL, NULL, NULL, '1999-05-19 06:59:29', '1996-07-23 09:25:08', 65),
(97, NULL, NULL, NULL, '1992-11-23 17:52:49', '1978-06-18 11:33:34', 55),
(98, NULL, NULL, NULL, '1996-09-19 13:49:55', '1979-08-25 14:48:34', 93),
(99, NULL, NULL, NULL, '2017-04-28 01:10:55', '1993-03-09 02:09:07', 41),
(100, NULL, NULL, NULL, '2002-10-21 10:05:10', '2017-02-20 14:05:14', 16);
-- --------------------------------------------------------
--
-- 表的结构 `jurisdiction_parking`
--
CREATE TABLE `jurisdiction_parking` (
`jurisdiction_parking_id` int(10) UNSIGNED NOT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
`jurisdiction_parking_name` varchar(255) DEFAULT NULL,
`ope_id` int(10) UNSIGNED DEFAULT NULL,
`park_id` int(10) UNSIGNED DEFAULT NULL,
`operator_id` int(10) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
--
-- 转存表中的数据 `jurisdiction_parking`
--
INSERT INTO `jurisdiction_parking` (`jurisdiction_parking_id`, `created_at`, `updated_at`, `jurisdiction_parking_name`, `ope_id`, `park_id`, `operator_id`) VALUES
(1, '1999-07-25 18:54:13', '1978-03-11 01:43:13', '桐山 聡太郎', 91, 59, 8),
(2, '2015-03-02 14:32:24', '1995-08-03 03:36:48', '伊藤 知実', 94, 7, 78),
(3, '2014-01-03 15:24:46', '1979-10-24 03:14:20', '高橋 桃子', 35, 74, 11),
(4, '1970-01-15 00:36:06', '1997-03-27 04:55:38', '宇野 治', 46, 51, 97),
(5, '2013-02-16 23:55:43', '2008-08-11 07:10:37', '小林 七夏', 89, 59, 23),
(6, '1973-11-06 02:58:18', '2007-07-04 03:27:39', '野村 陽子', 17, 77, 38),
(7, '2018-04-27 19:08:06', '2012-09-07 17:27:14', '中島 陽子', 69, 76, 25),
(8, '1994-03-30 05:47:35', '1970-08-30 16:23:19', '西之園 あすか', 60, 95, 88),
(9, '2012-10-28 01:38:12', '1991-10-06 15:04:44', '吉本 太郎', 33, 49, 42),
(10, '1980-01-18 15:01:00', '1989-02-20 23:26:50', '坂本 陽一', 98, 95, 6),
(11, '1970-07-28 17:20:10', '1976-02-18 14:48:13', '山岸 千代', 11, 56, 43),
(12, '1980-09-29 09:01:08', '2007-09-28 03:28:27', '笹田 香織', 67, 51, 17),
(13, '1983-09-17 14:48:44', '1971-09-04 19:38:18', '若松 翔太', 90, 96, 57),
(14, '2000-12-09 16:54:45', '1987-11-10 00:06:35', '坂本 太一', 2, 4, 45),
(15, '1977-04-17 17:33:11', '2005-09-26 07:24:25', '中島 翔太', 69, 86, 15),
(16, '2011-10-25 01:26:41', '2002-06-17 10:35:53', '大垣 結衣', 19, 84, 72),
(17, '1976-11-09 05:42:56', '1979-03-27 03:24:52', '野村 零', 85, 47, 89),
(18, '1982-09-23 17:15:14', '1979-01-06 04:03:08', '井高 聡太郎', 67, 65, 17),
(19, '2013-08-13 02:33:23', '1986-09-25 20:26:10', '桐山 明美', 47, 92, 39),
(20, '1995-09-18 08:34:24', '1982-01-18 08:25:55', '山岸 篤司', 88, 73, 97),
(21, '1994-06-03 09:27:26', '1979-03-17 04:43:04', '佐々木 くみ子', 62, 62, 85),
(22, '2015-09-18 00:58:28', '2000-03-14 06:41:01', '杉山 花子', 87, 24, 27),
(23, '2007-01-23 12:59:50', '2013-02-23 08:51:09', '鈴木 知実', 83, 88, 100),
(24, '1973-02-25 17:24:15', '2005-01-01 10:03:25', '西之園 七夏', 12, 67, 97),
(25, '2006-08-01 13:57:40', '2003-06-11 22:05:20', '近藤 真綾', 70, 99, 77),
(26, '1980-02-05 18:11:17', '1986-08-21 17:45:19', '笹田 稔', 76, 7, 95),
(27, '2010-04-02 23:45:46', '2009-09-17 06:48:02', '西之園 桃子', 83, 9, 25),
(28, '1994-04-27 11:58:34', '1987-01-25 02:17:10', '桐山 学', 91, 48, 90),
(29, '1970-05-06 00:19:35', '1990-07-27 17:27:26', '吉本 幹', 58, 79, 90),
(30, '1988-04-26 12:52:55', '1971-03-06 12:25:30', '松本 加奈', 78, 4, 88),
(31, '1983-05-12 10:27:57', '1998-04-27 11:09:58', '田辺 直樹', 2, 8, 68),
(32, '1972-08-25 23:08:38', '1979-10-21 11:41:35', '田中 美加子', 38, 47, 28),
(33, '1976-09-01 02:39:26', '1981-08-23 23:30:53', '浜田 拓真', 80, 27, 69),
(34, '1995-12-06 05:03:23', '2017-01-13 03:18:53', '小泉 学', 54, 38, 22),
(35, '2005-03-30 14:44:44', '1981-12-01 02:17:19', '木村 洋介', 78, 5, 30),
(36, '1974-07-18 04:14:41', '1983-02-19 23:00:02', '村山 拓真', 64, 64, 13),
(37, '2003-06-14 16:40:42', '1981-03-11 06:02:44', '井上 さゆり', 29, 7, 24),
(38, '2001-08-06 16:27:53', '1977-02-18 02:26:56', '大垣 里佳', 82, 94, 21),
(39, '1998-07-15 21:07:36', '2007-05-26 10:14:56', '佐々木 知実', 11, 79, 28),
(40, '2012-02-09 10:06:08', '2002-10-09 14:31:08', '津田 美加子', 82, 72, 99),
(41, '2013-05-20 19:33:17', '1998-07-03 05:04:47', '中津川 千代', 12, 20, 61),
(42, '1996-07-18 12:17:36', '2012-03-22 23:34:35', '中津川 健一', 42, 64, 32),
(43, '1990-10-30 19:20:55', '1991-07-26 03:06:17', '加藤 修平', 16, 74, 77),
(44, '2018-02-08 13:25:34', '2003-02-13 10:58:06', '青田 くみ子', 56, 4, 66),
(45, '2000-07-15 11:24:38', '2014-04-27 11:42:40', '村山 和也', 35, 84, 11),
(46, '2016-12-16 04:08:31', '1981-08-21 08:14:05', '高橋 太郎', 11, 71, 80),
(47, '1997-12-21 19:25:43', '2009-01-28 08:11:17', '加納 陽子', 16, 43, 16),
(48, '1984-12-11 01:05:23', '2012-09-21 20:10:09', '宇野 さゆり', 33, 73, 57),
(49, '2017-12-05 06:07:20', '2012-05-16 00:51:09', '桐山 京助', 53, 63, 87),
(50, '1981-03-28 19:42:22', '1975-09-09 08:54:16', '宇野 充', 14, 98, 95),
(51, '1990-03-19 02:31:17', '2001-09-13 22:28:24', '斉藤 康弘', 59, 34, 97),
(52, '2015-10-10 15:22:41', '2013-05-04 13:35:58', '中津川 明美', 3, 59, 9),
(53, '2001-08-14 07:04:36', '1970-02-23 15:04:56', '加藤 真綾', 49, 96, 45),
(54, '2003-06-18 12:46:20', '1976-07-21 09:38:23', '渡辺 智也', 70, 27, 6),
(55, '2002-11-07 07:56:16', '1986-09-08 15:10:55', '津田 七夏', 66, 8, 19),
(56, '1987-11-03 22:26:34', '2002-07-08 02:07:23', '中津川 裕太', 75, 35, 29),
(57, '1987-06-15 07:57:49', '2003-06-07 08:47:49', '鈴木 美加子', 63, 1, 11),
(58, '1978-08-31 14:20:45', '1995-10-20 04:50:42', '笹田 浩', 78, 58, 100),
(59, '2013-08-27 15:00:59', '1986-02-24 17:59:49', '三宅 学', 26, 7, 8),
(60, '1991-03-27 16:22:13', '2017-07-04 16:25:50', '小泉 直子', 63, 66, 84),
(61, '1977-10-02 00:55:10', '2004-06-29 21:51:48', '杉山 春香', 47, 82, 87),
(62, '1975-08-30 16:09:08', '1988-08-07 23:36:45', '原田 千代', 19, 28, 60),
(63, '1974-01-10 20:29:24', '1984-02-24 14:41:24', '西之園 美加子', 70, 96, 82),
(64, '1980-03-04 14:11:47', '2005-02-11 05:14:09', '原田 陽一', 28, 86, 28),
(65, '1999-03-02 20:01:23', '2010-08-24 20:50:20', '若松 直子', 9, 36, 85),
(66, '2005-07-09 07:42:35', '1970-10-27 12:38:53', '松本 直樹', 10, 75, 52),
(67, '2017-09-10 11:17:31', '2007-02-04 01:54:04', '井高 翔太', 51, 43, 39),
(68, '2009-02-14 05:54:42', '1971-12-11 15:23:26', '津田 治', 34, 68, 50),
(69, '2000-08-03 01:38:32', '2003-01-08 16:34:14', '野村 直人', 28, 73, 42),
(70, '1975-12-20 01:40:02', '2001-08-13 00:08:01', '中村 陽子', 44, 78, 62),
(71, '1996-07-14 10:50:36', '1971-11-14 11:24:58', '高橋 康弘', 78, 44, 33),
(72, '2016-12-13 08:18:49', '2006-06-11 18:35:24', '井上 亮介', 26, 67, 41),
(73, '2009-07-21 16:47:58', '1988-08-30 20:39:40', '工藤 充', 27, 34, 97),
(74, '1971-08-14 23:03:13', '2007-10-20 02:37:58', '加納 美加子', 61, 59, 42),
(75, '1998-08-25 19:37:22', '2009-05-26 11:46:15', '佐々木 健一', 73, 47, 82),
(76, '2001-07-26 08:06:48', '1981-04-23 16:16:52', '佐藤 涼平', 48, 83, 58),
(77, '2005-12-08 12:59:44', '1999-06-22 01:15:23', '石田 幹', 3, 58, 19),
(78, '2002-06-11 18:48:07', '1982-12-15 02:23:43', '西之園 直人', 94, 88, 1),
(79, '2002-11-05 02:42:56', '1999-03-20 03:40:24', '浜田 香織', 92, 9, 45),
(80, '1999-02-18 00:54:37', '2013-07-18 00:48:51', '佐藤 花子', 88, 45, 45),
(81, '2016-05-15 09:12:26', '2007-06-06 10:54:34', '笹田 くみ子', 48, 46, 70),
(82, '1988-01-21 23:14:25', '2012-06-02 11:58:16', '大垣 直樹', 46, 70, 45),
(83, '2000-06-24 12:32:01', '1971-04-09 13:16:16', '中村 直樹', 78, 21, 63),
(84, '2004-06-12 11:04:56', '1971-06-19 00:41:01', '井上 里佳', 81, 46, 63),
(85, '1985-06-17 09:13:45', '1977-11-12 15:27:42', '山田 幹', 89, 96, 99),
(86, '2013-12-07 00:21:44', '2012-08-30 09:19:21', '田中 翼', 41, 52, 51),
(87, '1980-07-25 12:33:28', '1990-06-12 22:13:40', '渚 亮介', 63, 32, 25),
(88, '1988-05-22 22:47:42', '1977-11-18 06:30:37', '渚 陽子', 63, 29, 85),
(89, '1991-08-29 09:53:40', '1984-01-04 17:31:31', '中津川 春香', 1, 5, 55),
(90, '1994-12-27 09:57:20', '2005-03-18 06:19:47', '松本 淳', 22, 57, 27),
(91, '1982-07-27 01:55:34', '1979-01-08 13:11:21', '佐々木 亮介', 24, 99, 29),
(92, '1974-01-01 05:16:32', '2009-07-22 05:37:04', '宇野 千代', 36, 18, 88),
(93, '1991-08-25 20:03:11', '2003-05-08 09:08:15', '木村 太一', 18, 46, 74),
(94, '2007-11-08 23:43:37', '1970-05-01 12:12:49', '喜嶋 智也', 22, 58, 100),
(95, '1988-04-03 13:24:04', '1970-05-07 01:24:23', '小林 裕美子', 22, 11, 71),
(96, '1977-08-16 10:54:35', '1996-03-21 11:32:11', '井上 真綾', 36, 76, 73),
(97, '2007-10-22 14:28:47', '1972-05-21 16:48:54', '渡辺 零', 51, 60, 67),
(98, '2002-09-10 23:02:28', '2016-02-29 21:37:08', '坂本 あすか', 99, 2, 85),
(99, '2013-01-30 18:12:25', '1985-05-24 21:37:24', '山本 陽子', 36, 92, 47),
(100, '2010-04-11 23:28:41', '1995-07-07 19:47:45', '石田 さゆり', 13, 28, 68);
-- --------------------------------------------------------
--
-- 表的结构 `lock_support`
--
CREATE TABLE `lock_support` (
`lock_support_id` int(10) UNSIGNED NOT NULL,
`chain_id` int(10) UNSIGNED DEFAULT NULL,
`user_id` int(10) UNSIGNED DEFAULT NULL,
`park_id` int(10) UNSIGNED DEFAULT NULL,
`contract_id` int(10) UNSIGNED DEFAULT NULL,
`corresponding_history` text DEFAULT NULL,
`name` varchar(255) DEFAULT NULL,
`address` varchar(255) DEFAULT NULL,
`tel` varchar(255) DEFAULT NULL,
`process_class` tinyint(1) DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
`operator_id` int(10) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
--
-- 转存表中的数据 `lock_support`
--
INSERT INTO `lock_support` (`lock_support_id`, `chain_id`, `user_id`, `park_id`, `contract_id`, `corresponding_history`, `name`, `address`, `tel`, `process_class`, `created_at`, `updated_at`, `operator_id`) VALUES
(1, 24, 89, 86, 71, NULL, '小林 春香', '2823161 京都府中村市中央区渚町近藤9-3-9 ハイツ工藤110号', '090-4162-7502', 0, '1988-11-19 03:19:25', '1999-05-13 03:05:33', 46),
(2, 15, 76, 45, 98, NULL, '喜嶋 亮介', '4736790 千葉県伊藤市南区喜嶋町井高9-6-1 コーポ津田104号', '090-9747-5413', 1, '1982-10-20 13:58:02', '2001-04-16 20:57:15', 42),
(3, 91, 22, 75, 97, NULL, '江古田 真綾', '1516904 岡山県宮沢市北区大垣町若松1-5-1', '07794-0-9356', 0, '1971-11-19 14:06:51', '1998-04-09 02:57:00', 13),
(4, 71, 16, 55, 44, NULL, '浜田 太郎', '1741831 高知県加納市西区津田町野村4-8-9', '07338-9-8188', 1, '1998-03-29 17:12:24', '1993-12-06 11:21:37', 89),
(5, 85, 11, 3, 29, NULL, '井高 亮介', '8756863 広島県井高市北区佐々木町宇野9-3-5', '03-8261-7583', 1, '1992-11-21 17:17:40', '1982-05-09 23:17:24', 60),
(6, 52, 40, 63, 27, NULL, '伊藤 春香', '8914019 和歌山県藤本市南区田中町三宅3-5-6 コーポ山田105号', '080-6412-2563', 1, '2017-06-30 09:43:42', '1992-01-12 20:17:58', 39),
(7, 50, 84, 78, 17, NULL, '津田 結衣', '8403480 鹿児島県藤本市南区石田町佐々木2-1-10', '07-8774-9212', 0, '2002-02-27 06:06:52', '1996-07-29 06:18:09', 44),
(8, 66, 31, 19, 89, NULL, '吉田 舞', '5809014 新潟県宮沢市北区井高町村山6-7-10 コーポ青田102号', '0990-30-4255', 1, '1979-04-03 02:52:54', '1973-01-21 05:35:41', 22),
(9, 89, 30, 37, 99, NULL, '井高 美加子', '3718819 京都府伊藤市北区原田町村山5-8-9', '06201-9-5252', 1, '2001-09-30 21:06:50', '2008-10-06 12:20:42', 51),
(10, 87, 66, 22, 6, NULL, '村山 香織', '8057496 宮崎県佐々木市東区野村町井高6-1-5 コーポ山口106号', '00-7656-0617', 0, '2007-07-18 02:51:08', '2016-07-04 08:17:07', 84),
(11, 65, 23, 83, 22, NULL, '野村 知実', '5787276 岐阜県山岸市中央区藤本町山田3-1-7 コーポ松本102号', '047-242-7889', 0, '1995-11-22 13:51:42', '2011-09-06 20:19:38', 88),
(12, 61, 70, 13, 45, NULL, '中村 知実', '8114121 三重県井上市南区吉本町工藤10-3-6 ハイツ中津川108号', '0820-561-547', 1, '2009-01-26 20:39:50', '1987-10-27 08:08:46', 24),
(13, 79, 28, 43, 51, NULL, '西之園 さゆり', '7084137 福岡県佐藤市北区加藤町津田7-3-10 コーポ山田106号', '080-8712-9498', 0, '2001-08-20 23:47:42', '2010-06-17 18:12:13', 18),
(14, 29, 58, 28, 46, NULL, '吉田 直子', '2191080 宮城県小泉市南区山口町原田4-6-8', '090-3932-7301', 1, '1998-07-23 07:08:35', '2013-08-05 17:30:40', 3),
(15, 62, 69, 77, 51, NULL, '山本 美加子', '2271689 熊本県小泉市北区喜嶋町野村9-7-5 コーポ中村104号', '03384-1-9015', 0, '1994-04-01 02:37:06', '2008-05-01 01:23:05', 82),
(16, 28, 19, 24, 24, NULL, '野村 翔太', '5118970 茨城県高橋市南区鈴木町山岸5-9-7', '049-451-0812', 1, '1998-07-31 06:25:47', '1979-12-13 03:09:43', 53),
(17, 1, 79, 33, 71, NULL, '廣川 さゆり', '8539096 長崎県津田市北区笹田町青山2-3-9 ハイツ宮沢101号', '05953-0-0562', 1, '1995-10-30 17:36:11', '1980-09-12 22:22:04', 57),
(18, 6, 42, 94, 52, NULL, '石田 知実', '5931448 群馬県若松市北区喜嶋町青田10-7-10 ハイツ吉本101号', '080-3762-7522', 1, '2004-12-23 12:20:56', '1982-03-18 21:55:00', 75),
(19, 99, 82, 86, 74, NULL, '山岸 花子', '9393517 茨城県渡辺市南区小林町中津川5-5-8', '090-3104-1822', 0, '1979-12-22 18:34:27', '2009-01-07 10:06:08', 20),
(20, 75, 100, 43, 48, NULL, '西之園 陽一', '2544735 愛知県田中市東区杉山町渚6-6-3', '096-701-5238', 0, '1980-10-16 20:31:52', '1973-05-01 00:17:09', 99),
(21, 48, 27, 53, 6, NULL, '吉本 くみ子', '4974756 山口県野村市西区坂本町大垣2-9-8', '080-0714-5339', 1, '1990-08-21 01:36:11', '1997-07-03 11:37:21', 68),
(22, 8, 68, 34, 27, NULL, '松本 幹', '7217407 滋賀県江古田市西区高橋町山岸8-8-10 コーポ若松110号', '019-220-4680', 1, '2017-10-19 02:25:03', '1975-02-04 07:11:03', 94),
(23, 88, 97, 60, 98, NULL, '加納 健一', '7236087 岩手県高橋市南区山田町佐藤8-2-10 コーポ原田110号', '090-6551-4814', 1, '1983-12-02 08:13:38', '2002-05-18 21:50:08', 77),
(24, 18, 93, 79, 46, NULL, '坂本 七夏', '4553293 広島県野村市西区小林町野村7-3-6 ハイツ中島108号', '0490-217-021', 1, '1976-12-03 19:12:42', '1990-12-05 20:33:16', 51),
(25, 22, 63, 11, 72, NULL, '小泉 淳', '1573471 山形県佐々木市中央区木村町工藤2-7-8 コーポ加藤106号', '0058-06-7408', 0, '1981-06-30 14:38:00', '1970-08-30 23:57:23', 61),
(26, 69, 18, 28, 37, NULL, '加納 陽子', '3464832 京都府大垣市中央区中村町木村4-8-1 ハイツ山口102号', '090-9934-5875', 1, '2014-02-23 16:08:53', '1980-03-09 21:16:45', 96),
(27, 87, 63, 13, 82, NULL, '坂本 修平', '7421431 広島県坂本市北区井高町中島4-7-9 コーポ近藤109号', '0445-46-9963', 0, '1973-09-04 17:51:01', '2002-10-28 12:15:18', 58),
(28, 46, 56, 88, 27, NULL, '山口 裕美子', '1077319 山口県斉藤市西区田辺町高橋3-10-9 ハイツ鈴木109号', '090-6876-6409', 1, '2000-09-05 09:53:02', '2005-12-27 09:24:35', 78),
(29, 83, 68, 46, 56, NULL, '山田 京助', '1888188 茨城県山本市中央区喜嶋町小泉1-10-8', '033-905-0502', 1, '1989-10-07 03:35:09', '2010-04-07 23:13:56', 55),
(30, 22, 86, 26, 59, NULL, '藤本 洋介', '6135298 和歌山県田辺市北区坂本町浜田6-2-1 ハイツ山岸101号', '044-313-4938', 0, '1976-11-23 07:48:36', '2012-06-15 04:19:13', 27),
(31, 67, 40, 58, 30, NULL, '野村 真綾', '9192515 千葉県三宅市東区大垣町佐々木4-2-1', '098-459-6489', 0, '2004-03-12 18:44:39', '1978-02-18 23:47:51', 2),
(32, 46, 20, 35, 9, NULL, '伊藤 学', '6427643 鹿児島県中津川市西区廣川町山本4-7-8 ハイツ宇野103号', '090-8805-5944', 1, '1978-05-16 07:07:17', '1999-05-11 02:42:43', 9),
(33, 28, 45, 23, 75, NULL, '笹田 聡太郎', '4556783 岐阜県杉山市中央区廣川町木村1-3-10 ハイツ渡辺108号', '0090-416-099', 1, '1988-06-06 11:19:54', '1976-07-04 03:57:18', 23),
(34, 84, 29, 47, 88, NULL, '藤本 充', '7101494 山形県山田市西区廣川町若松2-9-4', '0680-864-986', 0, '2009-02-12 01:02:14', '2008-03-26 13:30:31', 1),
(35, 84, 9, 41, 91, NULL, '若松 舞', '4089832 富山県原田市中央区中島町井上8-3-9', '0742-20-4743', 0, '2005-08-26 07:56:37', '1978-12-22 16:45:28', 44),
(36, 94, 44, 27, 23, NULL, '桐山 学', '9196348 長野県吉本市中央区鈴木町宇野9-8-4 ハイツ鈴木105号', '012-847-0890', 1, '2002-12-31 15:07:00', '2016-11-02 20:37:38', 74),
(37, 90, 56, 7, 92, NULL, '大垣 涼平', '7761212 島根県杉山市西区斉藤町斉藤3-4-1', '02341-7-0780', 0, '1994-09-26 21:51:48', '1992-01-02 11:28:17', 55),
(38, 51, 38, 29, 44, NULL, '笹田 陽子', '3005950 高知県藤本市中央区山田町吉田10-2-8', '07614-2-5275', 0, '1996-07-28 08:13:22', '1983-02-22 19:33:08', 71),
(39, 16, 92, 44, 75, NULL, '吉本 知実', '7754391 岐阜県喜嶋市西区坂本町中村6-10-3', '00-2122-1542', 0, '2001-01-07 03:24:44', '2006-08-04 22:55:51', 12),
(40, 50, 22, 46, 89, NULL, '工藤 直樹', '4591650 島根県石田市西区原田町山岸1-4-3', '080-742-6011', 1, '2004-06-01 17:04:40', '1974-09-08 12:33:00', 53),
(41, 37, 32, 12, 48, NULL, '近藤 学', '3168552 島根県佐々木市中央区近藤町小泉10-10-1', '0840-10-9255', 0, '2016-02-18 14:23:26', '1974-06-23 11:45:30', 86),
(42, 36, 43, 12, 83, NULL, '江古田 里佳', '8011713 宮城県井高市北区渡辺町小泉3-2-6 コーポ津田106号', '07609-6-9723', 0, '2002-10-10 20:59:50', '1984-09-01 14:18:35', 93),
(43, 71, 90, 98, 97, NULL, '伊藤 涼平', '6912068 宮城県江古田市南区大垣町加納2-7-4 ハイツ小林104号', '09682-9-4223', 0, '1988-06-06 05:02:06', '1986-04-11 14:14:19', 91),
(44, 51, 57, 90, 12, NULL, '工藤 拓真', '5832842 京都府山田市南区杉山町廣川2-2-8', '090-8430-8731', 0, '2009-10-26 02:55:10', '2001-11-14 20:25:29', 35),
(45, 85, 71, 70, 75, NULL, '野村 知実', '4227708 鳥取県佐藤市北区田辺町松本7-2-2 コーポ佐々木104号', '0422-33-4207', 1, '2012-11-12 13:21:49', '1996-10-25 11:34:42', 100),
(46, 52, 11, 40, 7, NULL, '渡辺 聡太郎', '5139884 和歌山県青山市南区宮沢町村山2-9-4', '0150-350-683', 0, '1997-08-21 16:42:11', '1998-10-30 00:39:28', 14),
(47, 84, 1, 4, 44, NULL, '宇野 明美', '2526567 佐賀県鈴木市東区伊藤町山岸7-2-2 コーポ井高104号', '0464-85-7106', 1, '1994-11-12 11:45:26', '1986-12-19 18:33:13', 69),
(48, 70, 68, 95, 60, NULL, '廣川 裕樹', '4177613 栃木県宮沢市東区桐山町田中3-1-10', '090-0431-5464', 0, '2000-01-02 09:33:00', '2010-11-23 12:03:38', 94),
(49, 95, 13, 79, 14, NULL, '宇野 香織', '9216553 埼玉県笹田市北区渚町山田7-6-6', '0660-013-550', 0, '1976-09-18 01:55:09', '1996-08-17 00:51:36', 30),
(50, 17, 7, 13, 48, NULL, '井高 淳', '2023195 山口県笹田市中央区山本町若松1-3-2 コーポ喜嶋110号', '09-2597-7289', 0, '1972-09-10 23:43:01', '2007-05-09 06:07:29', 95),
(51, 63, 100, 97, 8, NULL, '野村 康弘', '9943998 千葉県伊藤市西区田辺町吉田4-1-6', '080-6580-4651', 1, '1988-08-05 20:46:10', '1999-03-20 20:10:04', 41),
(52, 61, 80, 60, 63, NULL, '中島 明美', '5846060 群馬県青山市北区笹田町坂本2-6-6', '037-683-6259', 0, '2005-06-17 03:28:00', '2015-11-09 08:21:49', 7),
(53, 2, 53, 93, 46, NULL, '田中 英樹', '9551249 千葉県桐山市北区小泉町村山6-2-2', '080-5245-4918', 0, '1976-06-26 19:10:19', '1971-08-18 00:45:58', 90),
(54, 15, 68, 72, 89, NULL, '吉本 和也', '2384833 神奈川県木村市南区渡辺町藤本2-5-7', '073-676-6235', 0, '2008-05-08 23:02:20', '1971-01-01 07:27:48', 68),
(55, 75, 53, 65, 64, NULL, '大垣 あすか', '3774778 山口県石田市西区近藤町大垣8-7-1 コーポ木村108号', '080-4783-7844', 0, '1979-06-28 09:40:12', '2006-12-20 07:18:36', 74),
(56, 71, 46, 44, 16, NULL, '渚 美加子', '5178647 山口県津田市北区江古田町宇野7-4-1 コーポ渡辺110号', '080-9925-5928', 1, '1988-09-09 08:36:55', '2007-03-03 00:47:53', 96),
(57, 92, 64, 61, 86, NULL, '吉本 桃子', '7664477 静岡県佐々木市北区津田町山本1-10-2', '080-4029-4780', 1, '2012-09-06 07:38:58', '2004-06-10 04:45:36', 23),
(58, 75, 46, 82, 2, NULL, '佐藤 裕美子', '3264916 青森県伊藤市西区斉藤町山田7-2-1', '090-3617-2041', 1, '1994-03-18 20:36:28', '2018-02-18 20:05:56', 25),
(59, 55, 38, 56, 41, NULL, '松本 裕太', '7892534 宮城県吉田市東区三宅町鈴木4-9-5', '0319-10-1803', 0, '2011-08-01 01:41:52', '1970-10-15 20:26:30', 100),
(60, 89, 68, 52, 63, NULL, '笹田 翔太', '2076287 奈良県田中市南区斉藤町伊藤2-4-10', '0629-00-1686', 1, '1984-02-01 20:01:19', '2016-09-01 13:20:58', 17),
(61, 71, 91, 52, 71, NULL, '廣川 くみ子', '5474734 鳥取県山口市東区浜田町田中10-8-6 コーポ中津川104号', '080-0902-5798', 0, '2016-03-24 13:02:22', '2017-04-25 23:13:18', 100),
(62, 55, 4, 2, 78, NULL, '大垣 千代', '2163864 岩手県笹田市北区小林町藤本4-7-8', '080-4057-0329', 0, '2010-09-20 18:41:00', '2007-04-10 21:58:19', 86),
(63, 9, 80, 31, 13, NULL, '坂本 明美', '6467475 兵庫県近藤市南区井高町浜田3-7-8', '012-453-5105', 0, '1987-09-03 00:51:29', '1973-02-21 16:22:49', 37),
(64, 73, 34, 19, 39, NULL, '宮沢 篤司', '3355368 神奈川県小林市東区近藤町鈴木2-4-6 コーポ渡辺101号', '0735-74-1944', 0, '1998-12-17 21:16:37', '1993-06-29 07:35:34', 34),
(65, 11, 74, 51, 74, NULL, '吉田 翼', '3123311 秋田県中津川市西区伊藤町石田10-8-3 ハイツ津田105号', '0519-64-7800', 1, '1978-05-19 05:03:11', '1976-10-27 20:12:43', 97),
(66, 56, 20, 31, 4, NULL, '渚 健一', '1826631 奈良県青山市北区桐山町藤本7-5-5', '07-2666-0994', 1, '1972-07-23 02:21:00', '1974-10-02 21:22:06', 31),
(67, 49, 8, 97, 53, NULL, '中島 治', '7683484 栃木県山岸市西区田辺町田辺1-3-2 ハイツ加納104号', '0450-473-887', 1, '2000-04-24 06:21:54', '1972-06-07 01:35:56', 83),
(68, 2, 65, 16, 2, NULL, '津田 七夏', '1956463 山形県原田市南区喜嶋町坂本6-9-1 ハイツ加藤106号', '05762-7-1670', 0, '2009-01-29 17:52:40', '1990-02-24 15:45:13', 88),
(69, 81, 82, 50, 93, NULL, '松本 香織', '4409082 奈良県斉藤市南区山岸町宇野9-4-9', '03-3402-6494', 0, '1984-03-27 17:07:21', '1974-03-24 00:11:36', 70),
(70, 75, 38, 63, 7, NULL, '中津川 裕樹', '1105355 和歌山県笹田市西区宇野町高橋9-3-1', '039-472-8808', 0, '1982-07-01 10:05:28', '2011-02-28 03:49:11', 54),
(71, 75, 44, 79, 78, NULL, '近藤 零', '8124934 石川県渚市南区斉藤町杉山5-5-7 コーポ井上102号', '02564-5-0221', 0, '1971-08-27 06:28:31', '1982-07-26 03:36:05', 5),
(72, 60, 93, 8, 86, NULL, '田中 京助', '3598250 岩手県小泉市北区中村町鈴木3-8-3', '0745-00-0175', 1, '2013-01-03 12:50:26', '1982-03-26 21:35:01', 98),
(73, 61, 67, 51, 41, NULL, '廣川 真綾', '8517601 滋賀県加藤市北区伊藤町渡辺3-9-3 ハイツ浜田103号', '090-4543-7624', 0, '1992-08-26 22:50:14', '2000-03-28 07:45:50', 92),
(74, 8, 84, 86, 10, NULL, '山口 聡太郎', '6353610 山口県佐藤市北区中島町中津川9-2-3', '08200-8-5548', 1, '1987-11-03 01:27:31', '1990-06-06 08:10:08', 79),
(75, 61, 94, 69, 21, NULL, '加納 涼平', '5981915 北海道高橋市西区宮沢町加納6-5-3', '03803-4-5524', 1, '1980-04-12 03:38:56', '1985-07-18 22:14:58', 78),
(76, 22, 100, 25, 23, NULL, '近藤 浩', '2384499 山梨県山田市東区山本町斉藤10-6-1 コーポ若松107号', '05-8108-7255', 0, '1995-09-06 14:39:02', '1977-04-27 19:53:10', 6),
(77, 43, 7, 16, 89, NULL, '若松 直子', '3076095 富山県中島市東区山田町喜嶋3-3-4', '03531-0-7343', 1, '1971-04-23 06:11:33', '2015-10-21 17:45:31', 13),
(78, 50, 54, 81, 18, NULL, '原田 太一', '3608080 長崎県田辺市南区伊藤町佐々木5-10-2', '080-9671-1875', 0, '1990-05-08 08:04:40', '1971-09-21 15:50:12', 34),
(79, 5, 58, 63, 8, NULL, '加藤 淳', '7782330 熊本県宮沢市東区中村町津田10-3-5', '02197-0-6846', 1, '1988-09-02 14:13:32', '1994-02-13 13:24:58', 87),
(80, 23, 51, 63, 2, NULL, '井高 太一', '1797888 兵庫県山岸市中央区吉本町津田5-8-2 ハイツ松本107号', '080-9219-0214', 1, '1986-04-19 11:15:16', '1985-01-17 02:59:32', 26),
(81, 31, 19, 53, 93, NULL, '高橋 晃', '5773498 京都府宇野市東区大垣町三宅9-10-4 ハイツ井高108号', '091-039-8933', 0, '1973-05-30 16:20:17', '1972-11-11 02:24:43', 27),
(82, 61, 11, 49, 44, NULL, '村山 香織', '7434161 岩手県浜田市東区山田町杉山2-6-5', '090-3642-7517', 1, '2003-02-20 14:40:51', '2014-12-30 08:44:43', 34),
(83, 78, 71, 61, 12, NULL, '吉本 京助', '5313276 神奈川県木村市西区近藤町村山8-5-2 ハイツ中村101号', '0513-29-2467', 0, '1988-03-20 19:09:08', '2007-07-28 09:38:07', 4),
(84, 46, 71, 96, 20, NULL, '山口 学', '5784535 高知県鈴木市南区田辺町吉本6-1-7', '090-1192-2842', 1, '2012-09-12 13:24:00', '2015-08-25 12:22:19', 38),
(85, 21, 12, 13, 60, NULL, '山田 聡太郎', '1454017 鳥取県山岸市北区藤本町山口2-2-8', '06090-7-6329', 1, '1985-06-12 11:26:18', '2009-05-14 09:49:53', 59),
(86, 61, 58, 71, 4, NULL, '村山 太一', '9243953 滋賀県野村市西区藤本町石田6-4-6 コーポ宮沢101号', '080-0855-5732', 0, '1984-09-23 14:05:15', '1980-10-30 13:44:28', 43),
(87, 22, 11, 88, 70, NULL, '廣川 直子', '7032742 沖縄県山岸市東区山岸町工藤9-6-7', '080-6454-2157', 0, '2009-04-20 22:19:40', '2010-03-10 20:46:25', 29),
(88, 95, 100, 33, 73, NULL, '山岸 美加子', '1702133 高知県宮沢市東区山口町喜嶋7-3-3 コーポ笹田103号', '011-874-1951', 1, '1987-03-05 10:45:50', '1991-06-17 02:11:32', 29),
(89, 40, 61, 42, 13, NULL, '桐山 里佳', '1005669 岐阜県田辺市中央区大垣町高橋8-10-6 ハイツ井上104号', '0970-448-634', 1, '1981-06-13 19:06:28', '1976-01-28 03:09:01', 61),
(90, 50, 85, 6, 32, NULL, '青田 さゆり', '8705268 福岡県加藤市北区村山町若松7-9-2 ハイツ伊藤105号', '097-755-9251', 1, '1988-01-09 10:49:23', '1981-12-18 03:57:26', 57),
(91, 32, 81, 50, 99, NULL, '吉本 裕美子', '6824352 山梨県小泉市南区大垣町伊藤6-2-2 コーポ近藤108号', '0780-681-986', 1, '2014-05-21 22:14:59', '1975-07-03 18:34:54', 15),
(92, 45, 97, 60, 27, NULL, '山岸 香織', '2558881 熊本県原田市南区浜田町高橋9-8-4', '038-872-5077', 0, '1985-08-14 02:39:59', '2002-03-29 02:46:16', 88),
(93, 97, 17, 81, 3, NULL, '喜嶋 康弘', '3728049 青森県鈴木市東区廣川町佐々木2-1-1', '08481-8-2365', 0, '2005-01-16 00:57:11', '2008-10-06 18:09:12', 20),
(94, 92, 65, 50, 77, NULL, '井高 桃子', '9463351 香川県斉藤市中央区中島町山口3-6-4 ハイツ高橋107号', '07-2314-7245', 0, '1977-10-12 15:38:27', '1981-01-31 23:17:54', 12),
(95, 86, 75, 40, 37, NULL, '井上 七夏', '2937134 福井県中島市中央区渚町渚3-4-3', '080-8841-6550', 1, '1977-11-03 05:46:11', '2004-01-11 14:59:54', 35),
(96, 17, 73, 100, 44, NULL, '笹田 幹', '3998572 島根県井高市中央区小林町渚3-9-4 ハイツ吉田101号', '090-7852-1966', 0, '1973-12-27 03:54:17', '1971-11-15 19:54:50', 36),
(97, 71, 73, 39, 64, NULL, '木村 明美', '4148164 宮崎県宮沢市西区山田町江古田2-4-9 コーポ山岸103号', '04-7417-3201', 1, '1997-06-22 13:39:25', '1971-11-16 16:49:10', 29),
(98, 68, 7, 62, 2, NULL, '若松 京助', '3367343 滋賀県江古田市中央区若松町廣川4-7-2', '090-0092-7996', 1, '2004-12-14 04:24:32', '1976-12-12 03:06:33', 8),
(99, 97, 27, 63, 56, NULL, '渚 和也', '5167780 佐賀県笹田市北区小林町杉山1-10-9', '086-354-0306', 1, '1999-08-30 23:09:27', '1981-07-08 11:31:09', 2),
(100, 35, 10, 33, 10, NULL, '佐々木 和也', '7538602 滋賀県喜嶋市東区江古田町桐山2-6-10', '039-278-4395', 0, '1988-08-28 04:22:43', '1986-10-27 20:00:29', 20);
-- --------------------------------------------------------
--
-- 表的结构 `lumpsum_transaction`
--
CREATE TABLE `lumpsum_transaction` (
`lumpsum_transaction_id` int(10) UNSIGNED NOT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
`pay_date` datetime DEFAULT NULL,
`park_id` int(10) UNSIGNED DEFAULT NULL,
`lumpsum_class` int(10) UNSIGNED DEFAULT NULL,
`type_class` int(10) UNSIGNED DEFAULT NULL,
`number` int(10) UNSIGNED DEFAULT NULL,
`deposit_amount` decimal(10,0) DEFAULT NULL,
`repayment` tinyint(1) DEFAULT NULL,
`memo` varchar(255) DEFAULT NULL,
`ope_id` int(10) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
--
-- 转存表中的数据 `lumpsum_transaction`
--
INSERT INTO `lumpsum_transaction` (`lumpsum_transaction_id`, `created_at`, `updated_at`, `pay_date`, `park_id`, `lumpsum_class`, `type_class`, `number`, `deposit_amount`, `repayment`, `memo`, `ope_id`) VALUES
(1, '2005-08-30 10:29:00', '2007-11-27 06:29:36', '1985-07-17 17:44:35', 97, 54, 49, 43, 708, 1, 'memo0', 84),
(2, '1997-05-07 03:53:26', '2018-04-23 07:56:16', '1998-05-18 22:17:13', 96, 12, 57, 32, 978, 0, 'memo1', 45),
(3, '2005-08-31 20:12:38', '1981-04-22 06:55:31', '2011-06-14 23:42:48', 55, 100, 76, 73, 753, 1, 'memo2', 14),
(4, '2013-08-15 16:22:09', '2012-10-17 00:02:15', '1980-01-23 23:26:21', 35, 14, 49, 42, 473, 0, 'memo3', 54),
(5, '1991-10-21 17:35:21', '1978-11-11 10:46:19', '2009-04-03 08:52:47', 23, 50, 100, 59, 697, 1, 'memo4', 7),
(6, '2007-05-19 00:04:39', '2003-04-09 20:35:12', '1981-06-10 03:10:16', 99, 36, 54, 93, 243, 0, 'memo5', 26),
(7, '2004-05-03 07:57:18', '1995-07-05 19:05:33', '1983-03-29 16:55:40', 81, 16, 14, 10, 525, 0, 'memo6', 35),
(8, '1980-11-24 17:19:43', '1983-06-23 12:18:35', '1985-03-16 19:54:50', 53, 82, 48, 23, 623, 0, 'memo7', 60),
(9, '1987-10-27 10:40:50', '2013-04-21 06:50:14', '1993-08-10 19:47:19', 76, 88, 74, 16, 169, 1, 'memo8', 55),
(10, '1983-02-28 16:18:55', '2002-05-26 22:24:26', '1972-02-21 15:02:48', 73, 52, 27, 11, 772, 1, 'memo9', 47),
(11, '1990-07-20 04:58:29', '2010-10-07 10:08:07', '1976-12-23 21:04:11', 18, 70, 95, 21, 854, 0, 'memo10', 29),
(12, '1977-08-02 17:52:20', '1984-07-13 11:04:08', '1982-03-17 20:23:16', 50, 71, 40, 7, 938, 0, 'memo11', 38),
(13, '1981-03-31 03:58:58', '1991-06-04 10:01:15', '2004-04-26 20:36:54', 17, 83, 47, 59, 970, 0, 'memo12', 34),
(14, '1975-02-23 13:06:50', '1990-06-02 12:30:55', '2012-08-11 13:14:24', 99, 82, 43, 78, 166, 0, 'memo13', 93),
(15, '1997-04-01 10:42:58', '1997-04-23 17:06:04', '2002-12-21 14:29:29', 31, 37, 76, 44, 292, 0, 'memo14', 68),
(16, '1979-02-28 16:55:15', '1980-03-21 09:29:31', '1989-08-09 20:44:31', 11, 56, 38, 4, 697, 0, 'memo15', 91),
(17, '2010-12-13 11:14:03', '2017-12-03 15:37:17', '2007-03-02 05:56:52', 31, 54, 18, 44, 178, 0, 'memo16', 79),
(18, '1983-01-18 17:38:21', '1983-08-05 10:47:01', '1977-06-10 19:00:07', 84, 51, 55, 82, 702, 0, 'memo17', 55),
(19, '1970-07-08 13:53:23', '2005-01-16 22:49:35', '1989-12-13 17:48:01', 42, 70, 14, 35, 711, 1, 'memo18', 68),
(20, '2018-01-12 14:11:46', '2015-03-01 17:37:23', '1979-06-25 21:57:05', 57, 88, 73, 38, 348, 0, 'memo19', 26),
(21, '2017-01-24 02:53:33', '1984-03-12 16:37:18', '1996-06-17 03:24:37', 74, 44, 2, 11, 468, 1, 'memo20', 29),
(22, '2017-09-09 16:26:22', '1973-05-02 22:04:15', '1984-05-17 06:23:41', 48, 43, 9, 29, 954, 1, 'memo21', 30),
(23, '2005-05-21 21:05:19', '1993-07-12 14:37:16', '2004-03-03 04:38:05', 40, 43, 10, 55, 128, 1, 'memo22', 23),
(24, '1998-04-22 18:31:12', '2003-12-06 16:24:08', '2017-07-29 01:12:54', 11, 72, 25, 45, 540, 1, 'memo23', 76),
(25, '1990-04-08 09:43:08', '1975-09-12 05:15:28', '1975-01-18 06:31:36', 19, 96, 98, 75, 8, 0, 'memo24', 60),
(26, '1979-10-07 07:25:02', '2005-11-10 00:12:14', '1997-05-24 08:57:18', 20, 43, 47, 92, 521, 1, 'memo25', 31),
(27, '2001-12-26 15:49:40', '1989-01-02 08:31:22', '1982-10-29 01:14:13', 85, 68, 23, 17, 779, 0, 'memo26', 97),
(28, '1993-02-24 10:57:49', '2013-05-06 11:20:36', '1991-10-08 04:25:42', 71, 95, 61, 58, 508, 1, 'memo27', 72),
(29, '1984-05-19 05:44:09', '1995-12-25 03:33:08', '1970-03-23 22:10:22', 59, 40, 49, 26, 323, 1, 'memo28', 29),
(30, '1988-12-13 18:40:42', '1981-02-06 12:00:40', '2015-04-30 14:34:38', 40, 54, 43, 54, 869, 1, 'memo29', 46),
(31, '1971-07-09 09:58:01', '1977-08-02 17:32:16', '1983-01-04 15:08:12', 85, 71, 67, 82, 694, 1, 'memo30', 87),
(32, '2016-04-10 05:44:19', '1983-06-28 05:02:33', '1993-11-04 05:21:50', 58, 54, 21, 63, 828, 0, 'memo31', 9),
(33, '1973-08-20 00:48:27', '1991-09-04 02:04:31', '2000-07-29 16:16:44', 11, 78, 11, 71, 689, 1, 'memo32', 72),
(34, '2000-04-19 06:11:23', '1990-11-10 10:22:37', '1976-03-19 06:17:57', 22, 74, 54, 100, 735, 1, 'memo33', 80),
(35, '1971-05-19 10:37:25', '2006-01-23 08:32:23', '2015-02-02 17:36:17', 16, 63, 77, 90, 639, 0, 'memo34', 48),
(36, '2013-11-13 22:11:29', '1979-02-10 01:58:41', '1987-03-10 15:44:55', 84, 59, 53, 75, 701, 1, 'memo35', 99),
(37, '2005-03-29 18:50:26', '1993-08-30 02:51:40', '1995-03-28 22:32:13', 6, 20, 84, 91, 159, 0, 'memo36', 54),
(38, '2003-01-11 14:02:03', '1998-09-18 00:22:05', '1993-05-22 08:37:59', 54, 54, 98, 35, 621, 1, 'memo37', 17),
(39, '2012-10-12 10:37:09', '2012-12-12 13:42:05', '1974-11-21 02:54:27', 40, 50, 85, 44, 285, 0, 'memo38', 76),
(40, '1989-09-16 12:10:56', '2002-01-24 12:57:50', '1973-10-02 01:58:02', 67, 61, 67, 49, 118, 0, 'memo39', 70),
(41, '2013-05-11 16:56:18', '1979-12-17 05:26:44', '2000-09-16 19:42:46', 32, 39, 14, 62, 225, 1, 'memo40', 73),
(42, '1990-04-14 09:08:33', '2010-01-19 06:35:13', '1985-09-06 15:26:19', 8, 42, 50, 95, 752, 1, 'memo41', 15),
(43, '2003-06-18 10:38:03', '2005-11-05 04:36:20', '1970-05-06 00:21:34', 13, 14, 78, 84, 59, 1, 'memo42', 8),
(44, '2013-06-04 18:14:39', '2007-09-01 14:43:25', '1982-08-15 23:11:41', 29, 31, 19, 89, 368, 1, 'memo43', 42),
(45, '1976-06-11 17:07:33', '1979-11-09 04:58:32', '1979-02-06 20:16:55', 21, 69, 48, 58, 855, 1, 'memo44', 83),
(46, '1978-09-05 16:10:17', '2008-08-29 21:02:12', '2006-01-08 07:20:47', 13, 60, 100, 99, 512, 0, 'memo45', 46),
(47, '2015-05-17 13:44:44', '1982-12-22 07:49:31', '1976-06-07 15:39:59', 81, 84, 84, 21, 88, 1, 'memo46', 100),
(48, '1970-10-24 01:59:54', '2003-10-28 19:22:07', '1996-12-09 14:25:39', 34, 97, 61, 91, 459, 0, 'memo47', 54),
(49, '2016-04-23 18:32:28', '2004-02-04 15:51:04', '1979-07-16 13:56:43', 27, 73, 89, 89, 141, 1, 'memo48', 44),
(50, '1999-02-10 07:46:10', '1983-05-30 09:02:15', '1971-05-18 16:45:29', 18, 4, 31, 34, 639, 0, 'memo49', 11),
(51, '2003-01-03 13:14:26', '1983-06-06 12:35:08', '1978-03-07 22:50:14', 23, 49, 45, 19, 224, 0, 'memo50', 94),
(52, '1977-01-13 21:14:37', '1979-12-16 22:54:48', '1975-07-23 05:22:28', 73, 35, 35, 21, 12, 0, 'memo51', 34),
(53, '1978-03-15 23:35:22', '2010-01-03 17:00:23', '2010-03-28 23:31:58', 98, 98, 64, 93, 314, 1, 'memo52', 80),
(54, '2001-03-12 12:38:59', '1978-09-29 00:10:17', '1976-08-31 06:50:33', 86, 35, 68, 53, 772, 1, 'memo53', 72),
(55, '1975-10-05 08:01:12', '1974-01-20 09:53:16', '1989-05-04 14:25:04', 56, 46, 15, 57, 765, 0, 'memo54', 53),
(56, '1973-09-21 06:32:58', '2015-09-24 13:05:25', '1973-06-06 02:09:15', 80, 39, 58, 53, 686, 0, 'memo55', 65),
(57, '2005-01-14 04:25:11', '1992-05-28 17:23:37', '1979-03-06 03:57:21', 24, 81, 2, 75, 987, 1, 'memo56', 90),
(58, '1984-11-04 01:52:45', '2011-11-21 11:09:57', '1971-11-06 08:03:15', 18, 68, 64, 67, 233, 1, 'memo57', 42),
(59, '1987-01-02 01:43:04', '2018-08-20 19:22:22', '2000-05-09 08:32:23', 12, 44, 9, 7, 777, 0, 'memo58', 27),
(60, '1973-08-07 20:56:32', '2010-01-30 22:02:45', '2010-01-30 09:46:45', 29, 87, 54, 15, 628, 0, 'memo59', 96),
(61, '2012-03-06 04:08:35', '1985-04-10 16:42:07', '2018-10-20 05:39:34', 41, 29, 34, 19, 244, 1, 'memo60', 51),
(62, '2015-05-04 16:24:56', '2001-10-18 23:45:15', '2016-08-19 09:17:09', 32, 49, 41, 89, 67, 0, 'memo61', 26),
(63, '1972-03-30 12:50:07', '2011-04-27 20:48:43', '1994-08-11 22:40:37', 82, 9, 38, 25, 542, 1, 'memo62', 18),
(64, '2005-06-17 02:14:21', '2012-10-28 01:30:14', '2002-02-21 10:24:09', 13, 82, 99, 75, 586, 1, 'memo63', 68),
(65, '2008-10-18 23:33:48', '2014-06-23 21:27:41', '1979-08-04 10:52:06', 50, 9, 11, 14, 12, 0, 'memo64', 53),
(66, '2005-04-15 08:34:23', '2006-10-24 23:00:30', '2016-02-15 11:34:15', 18, 98, 51, 28, 293, 0, 'memo65', 83),
(67, '1970-10-21 13:40:50', '2005-12-10 19:33:44', '2005-07-04 07:46:37', 7, 14, 92, 99, 658, 1, 'memo66', 67),
(68, '1999-07-12 21:30:08', '2011-07-17 15:28:35', '1971-03-04 16:31:18', 5, 33, 39, 1, 424, 0, 'memo67', 34),
(69, '1987-07-22 12:19:06', '1997-10-04 09:56:29', '1970-06-20 12:32:32', 94, 85, 11, 31, 688, 0, 'memo68', 47),
(70, '1971-04-14 01:54:08', '1982-10-21 10:58:42', '1989-05-22 01:10:01', 1, 49, 8, 62, 841, 1, 'memo69', 100),
(71, '2002-12-03 13:14:16', '2001-06-15 19:51:22', '1980-04-04 11:04:53', 93, 21, 60, 78, 228, 0, 'memo70', 22),
(72, '1982-08-07 20:41:43', '2003-05-04 20:06:21', '2002-09-24 04:51:36', 5, 6, 38, 26, 141, 0, 'memo71', 93),
(73, '1997-06-22 16:04:15', '1987-06-01 04:08:55', '1973-08-13 10:33:34', 31, 12, 21, 36, 502, 1, 'memo72', 42),
(74, '1993-08-14 23:43:15', '1970-12-31 09:32:24', '2012-12-18 21:20:05', 51, 3, 43, 15, 573, 1, 'memo73', 26),
(75, '2013-11-16 09:58:38', '1989-10-28 23:29:42', '2004-08-22 21:47:26', 94, 58, 28, 26, 962, 0, 'memo74', 23),
(76, '1970-05-24 12:05:31', '1975-10-13 09:52:37', '2006-12-21 08:37:44', 10, 79, 71, 59, 522, 0, 'memo75', 100),
(77, '1978-07-15 02:23:29', '2008-08-31 03:10:48', '1991-04-20 16:25:42', 42, 58, 56, 16, 395, 1, 'memo76', 31),
(78, '2007-06-19 02:46:55', '1998-08-08 06:55:34', '1998-03-13 02:25:33', 69, 71, 64, 17, 227, 0, 'memo77', 95),
(79, '1981-11-12 05:11:51', '1995-01-22 00:52:15', '1977-10-23 15:19:19', 32, 87, 44, 85, 704, 0, 'memo78', 89),
(80, '2007-08-30 03:39:45', '1977-04-19 02:24:04', '1979-01-23 14:21:45', 12, 48, 7, 94, 577, 1, 'memo79', 31),
(81, '2004-01-30 04:13:33', '2011-02-15 12:10:25', '2010-10-05 01:48:07', 95, 76, 54, 59, 754, 0, 'memo80', 51),
(82, '1976-02-27 00:18:19', '1970-08-31 01:54:46', '1976-06-28 10:06:27', 67, 2, 20, 73, 858, 0, 'memo81', 4),
(83, '2003-08-13 07:35:03', '1995-07-22 11:44:37', '1986-12-16 13:17:26', 11, 80, 43, 26, 954, 1, 'memo82', 49),
(84, '2016-11-13 23:26:35', '2017-08-20 17:45:20', '1998-01-19 09:59:30', 54, 62, 8, 69, 83, 0, 'memo83', 43),
(85, '2012-08-19 06:00:02', '1976-07-10 16:55:59', '2017-04-26 00:30:32', 95, 95, 2, 46, 875, 1, 'memo84', 89),
(86, '1979-12-27 01:17:31', '2012-11-25 18:42:57', '1985-06-27 12:52:40', 46, 41, 48, 89, 599, 0, 'memo85', 48),
(87, '1984-04-22 23:28:37', '1991-01-04 05:17:55', '2007-11-13 04:22:11', 94, 45, 87, 74, 511, 0, 'memo86', 38),
(88, '1978-11-10 20:56:08', '2006-10-10 22:23:19', '1975-08-28 05:54:08', 71, 7, 44, 34, 216, 1, 'memo87', 18),
(89, '1995-08-21 11:08:42', '2004-09-02 06:01:13', '2008-04-18 17:02:41', 47, 61, 7, 68, 48, 1, 'memo88', 49),
(90, '1985-06-30 14:19:33', '2008-08-10 00:54:48', '2010-01-16 20:58:25', 53, 25, 4, 87, 686, 0, 'memo89', 31),
(91, '2009-03-17 01:06:16', '2007-05-09 23:56:13', '2011-11-16 19:46:11', 62, 1, 45, 76, 66, 0, 'memo90', 16),
(92, '1979-05-20 13:40:17', '1999-05-06 00:27:27', '1985-05-04 08:35:59', 27, 17, 96, 3, 588, 0, 'memo91', 12),
(93, '2014-02-27 08:42:47', '2001-11-20 02:22:20', '2011-09-18 08:06:53', 21, 74, 32, 35, 695, 0, 'memo92', 87),
(94, '1984-10-17 01:40:04', '2016-09-29 03:01:21', '2009-04-09 03:03:45', 30, 42, 38, 16, 686, 1, 'memo93', 46),
(95, '2001-09-05 02:07:36', '2007-03-23 16:11:09', '1971-08-25 08:53:43', 83, 11, 92, 72, 317, 0, 'memo94', 68),
(96, '1997-12-18 07:08:57', '2017-07-14 05:14:15', '1973-03-09 09:21:07', 100, 57, 96, 32, 354, 1, 'memo95', 92),
(97, '1972-03-16 12:04:02', '2018-09-07 10:03:18', '1980-03-13 17:40:57', 17, 25, 40, 26, 645, 1, 'memo96', 65),
(98, '2015-08-03 04:49:26', '1990-04-21 05:03:48', '1986-07-28 12:56:01', 89, 16, 26, 92, 550, 1, 'memo97', 28),
(99, '1999-02-09 12:14:47', '1972-06-30 05:51:42', '1982-12-21 14:33:18', 39, 58, 5, 57, 875, 0, 'memo98', 1),
(100, '1985-05-04 03:11:21', '1981-04-21 00:11:57', '2005-04-14 12:52:54', 21, 49, 28, 94, 968, 0, 'memo99', 32);
-- --------------------------------------------------------
--
-- 表的结构 `mail_template`
--
CREATE TABLE `mail_template` (
`mail_template_id` int(10) UNSIGNED NOT NULL,
`pg_id` int(10) UNSIGNED DEFAULT NULL,
`internal_id` int(10) UNSIGNED DEFAULT NULL,
`mgr_cc_flag` tinyint(1) DEFAULT NULL,
`bcc_adrs` varchar(255) DEFAULT NULL,
`use_flag` tinyint(1) DEFAULT NULL,
`memo` varchar(255) DEFAULT NULL,
`subject` varchar(255) DEFAULT NULL,
`text` text DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
`operator_id` int(10) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
--
-- 转存表中的数据 `mail_template`
--
INSERT INTO `mail_template` (`mail_template_id`, `pg_id`, `internal_id`, `mgr_cc_flag`, `bcc_adrs`, `use_flag`, `memo`, `subject`, `text`, `created_at`, `updated_at`, `operator_id`) VALUES
(1, 8, 98, 0, '4707752 埼玉県松本市中央区笹田町藤本2-5-4', 1, '', '津田 篤司', NULL, '1999-04-24 00:57:52', '2017-12-21 16:11:03', 17),
(2, 75, 98, 0, '7204061 香川県村山市中央区原田町中村8-8-10', 1, '聡太郎', '笹田 美加子', NULL, '1976-07-08 23:46:18', '1989-09-21 11:10:53', 30),
(3, 56, 49, 0, '1049234 福井県近藤市西区喜嶋町山田10-4-7 ハイツ若松110号', 0, '美加子', '小林 七夏', NULL, '1985-11-10 19:03:34', '1976-08-27 02:34:21', 45),
(4, 99, 47, 0, '2865479 福井県藤本市西区小林町石田6-2-4', 0, '里佳', '田中 さゆり', NULL, '2011-05-29 08:30:17', '2010-05-15 05:57:46', 78),
(5, 5, 11, 0, '9268116 愛知県田中市東区山本町江古田6-9-2 ハイツ浜田102号', 1, '春香', '田中 さゆり', NULL, '1981-12-10 05:22:05', '2010-12-26 04:34:49', 66),
(6, 43, 36, 0, '4211469 北海道大垣市南区藤本町中島2-7-9', 1, '', '佐々木 あすか', NULL, '2008-07-01 02:19:52', '1991-07-16 11:46:18', 22),
(7, 61, 72, 0, '7493106 宮城県加藤市東区山口町木村3-2-10', 0, '直子', '笹田 美加子', NULL, '1976-10-17 23:59:37', '1985-03-02 00:51:26', 53),
(8, 38, 72, 1, '8252114 千葉県中島市中央区三宅町加納3-8-7 ハイツ津田105号', 0, '', '山本 太郎', NULL, '2008-09-27 00:42:39', '1997-11-25 00:46:02', 45),
(9, 14, 60, 0, '8599994 福島県木村市東区江古田町津田9-3-4 コーポ西之園107号', 0, '', '木村 英樹', NULL, '1993-08-06 02:35:39', '1987-04-08 03:35:38', 67),
(10, 34, 59, 0, '6377217 和歌山県桐山市西区小泉町喜嶋7-3-1', 1, '', '斉藤 真綾', NULL, '2015-12-02 08:19:37', '1972-04-29 04:53:15', 79),
(11, 6, 40, 0, '8158222 大分県村山市東区若松町渡辺3-1-8 コーポ井上104号', 1, '花子', '井高 拓真', NULL, '1988-02-12 03:20:49', '1988-02-15 08:11:41', 88),
(12, 47, 2, 1, '5994934 栃木県藤本市西区津田町山岸7-7-2 コーポ加納104号', 1, '七夏', '井高 あすか', NULL, '1972-02-26 00:25:03', '2000-05-21 16:32:04', 49),
(13, 53, 84, 0, '9984819 愛媛県渚市中央区中村町鈴木5-6-4 ハイツ山口102号', 1, '直子', '井高 陽子', NULL, '1991-07-26 20:54:37', '1983-06-25 14:52:06', 38),
(14, 49, 39, 0, '9242575 新潟県吉田市南区杉山町山岸6-5-1 コーポ伊藤107号', 1, '結衣', '坂本 英樹', NULL, '1988-02-05 22:13:31', '1974-02-24 09:22:20', 86),
(15, 24, 76, 0, '2025404 島根県青山市中央区佐藤町井高8-3-5 コーポ松本104号', 1, '修平', '吉田 翼', NULL, '2000-03-19 19:44:20', '1998-04-21 02:33:08', 40),
(16, 26, 69, 0, '4467066 石川県野村市北区山本町大垣7-8-10 コーポ宇野101号', 1, '', '大垣 修平', NULL, '1999-02-22 00:18:00', '2009-03-10 18:28:40', 74),
(17, 99, 20, 0, '2989385 群馬県田辺市南区西之園町高橋7-9-8', 0, '里佳', '木村 裕美子', NULL, '1982-10-18 01:41:32', '1978-09-23 04:34:30', 43),
(18, 56, 41, 0, '5549201 奈良県桐山市東区加納町大垣9-10-9 コーポ原田105号', 0, 'くみ子', '廣川 美加子', NULL, '1985-11-05 22:11:10', '1991-06-01 23:38:51', 1),
(19, 56, 45, 1, '4877007 滋賀県江古田市南区渡辺町田中5-10-6', 0, '直人', '宇野 千代', NULL, '1995-10-30 19:07:35', '2008-06-16 00:39:23', 19),
(20, 1, 68, 0, '7211391 徳島県青山市西区中津川町渡辺8-3-3', 0, '美加子', '山田 直人', NULL, '1975-05-17 04:34:31', '1981-02-23 00:21:28', 75),
(21, 57, 20, 1, '8861226 岡山県斉藤市南区石田町伊藤5-10-4 コーポ山岸102号', 0, '加奈', '野村 太郎', NULL, '2017-08-24 23:15:17', '1999-06-25 03:52:38', 38),
(22, 69, 42, 1, '6587697 宮城県渡辺市中央区藤本町坂本1-10-5 コーポ渡辺109号', 1, '花子', '佐藤 幹', NULL, '1988-03-28 19:25:00', '1989-09-14 01:34:03', 50),
(23, 14, 59, 0, '2387202 宮城県山口市西区鈴木町加納1-1-4', 0, '', '山田 充', NULL, '1971-01-12 16:23:40', '1993-12-31 13:27:12', 12),
(24, 53, 88, 0, '8305911 東京都杉山市西区田中町加納3-10-9', 1, '篤司', '加納 直樹', NULL, '1995-08-18 05:53:17', '1980-10-15 17:37:57', 33),
(25, 14, 10, 0, '8067906 青森県佐藤市北区笹田町中村8-9-7 コーポ小泉101号', 0, '太一', '笹田 健一', NULL, '1973-02-12 02:05:39', '2011-02-21 00:40:20', 46),
(26, 2, 32, 1, '7238485 栃木県桐山市北区山口町西之園3-1-9', 0, '直子', '喜嶋 香織', NULL, '2006-01-04 19:26:10', '2009-01-06 06:36:21', 40),
(27, 89, 80, 0, '9551099 青森県井高市南区工藤町佐藤9-1-5 ハイツ吉田103号', 1, '', '山本 淳', NULL, '2015-09-05 19:41:41', '1983-02-27 23:21:00', 35),
(28, 40, 26, 1, '1675796 神奈川県山岸市中央区若松町渚7-9-4', 1, '智也', '青山 直子', NULL, '1991-04-12 11:37:04', '1974-11-26 10:31:27', 67),
(29, 27, 7, 1, '7015264 神奈川県西之園市南区中村町笹田2-8-2 ハイツ佐藤104号', 0, '明美', '松本 拓真', NULL, '1973-01-18 20:33:57', '2007-12-25 16:53:02', 39),
(30, 46, 43, 0, '8101472 三重県野村市北区廣川町小林5-2-5 コーポ中津川103号', 0, '', '青田 亮介', NULL, '1992-10-05 19:48:56', '2003-10-24 00:52:08', 8),
(31, 1, 93, 0, '7831573 山口県山田市中央区佐々木町斉藤7-10-10 コーポ中島107号', 0, '直子', '高橋 加奈', NULL, '1979-05-22 07:30:20', '1995-01-25 17:56:16', 63),
(32, 97, 16, 1, '5236226 三重県青山市北区喜嶋町西之園6-2-8', 1, '修平', '小林 里佳', NULL, '1970-09-24 17:15:25', '1983-05-30 06:32:30', 55),
(33, 77, 44, 0, '5469499 静岡県廣川市南区西之園町渚4-9-4 コーポ高橋104号', 0, 'さゆり', '加藤 さゆり', NULL, '1986-03-29 19:34:32', '1992-05-02 04:45:37', 86),
(34, 21, 28, 1, '7259508 岩手県吉本市西区中村町宇野2-7-10 コーポ中島107号', 0, '洋介', '小泉 あすか', NULL, '1992-03-04 21:56:48', '1996-04-21 18:21:16', 11),
(35, 75, 67, 0, '2003389 茨城県桐山市北区青田町山本10-5-5', 1, '直人', '野村 美加子', NULL, '2001-03-03 18:44:02', '1972-11-02 05:14:59', 42),
(36, 5, 22, 0, '2974042 静岡県杉山市南区青田町西之園10-2-6 コーポ浜田104号', 1, '康弘', '江古田 舞', NULL, '1999-05-24 07:13:56', '2009-09-17 16:12:15', 88),
(37, 80, 39, 0, '8656288 長崎県山岸市東区山田町山岸9-3-9', 1, '', '渡辺 結衣', NULL, '2002-02-23 17:55:51', '1978-04-27 00:23:29', 92),
(38, 66, 9, 0, '1132772 埼玉県宮沢市南区若松町鈴木1-1-5 ハイツ小林103号', 1, '', '若松 裕太', NULL, '1971-03-01 08:19:07', '2002-04-12 12:19:14', 6),
(39, 65, 45, 0, '3137205 神奈川県桐山市西区加藤町佐藤4-8-9 ハイツ山田108号', 0, '', '工藤 舞', NULL, '1976-03-05 14:12:58', '2011-09-15 02:39:35', 57),
(40, 58, 84, 0, '9144813 石川県青田市東区浜田町山本2-2-1 ハイツ大垣102号', 1, 'くみ子', '伊藤 知実', NULL, '2007-03-16 11:46:59', '2001-07-30 17:48:47', 45),
(41, 26, 98, 1, '6376398 山形県加藤市南区中島町田辺5-9-2', 1, 'さゆり', '西之園 拓真', NULL, '1970-10-31 08:28:26', '2004-06-24 22:07:31', 41),
(42, 8, 61, 0, '9324844 福井県田中市北区山本町吉田4-4-5 コーポ伊藤108号', 1, '', '村山 美加子', NULL, '2016-04-26 09:38:54', '1978-05-11 03:12:48', 88),
(43, 95, 70, 1, '6978829 富山県高橋市南区中津川町吉本9-7-9 ハイツ野村108号', 0, '陽子', '西之園 修平', NULL, '2002-11-04 01:16:38', '1983-04-27 06:52:01', 81),
(44, 79, 42, 0, '5271009 栃木県坂本市東区宇野町鈴木4-5-2', 0, '健一', '江古田 太一', NULL, '1991-05-24 08:09:03', '2009-11-13 23:20:05', 82),
(45, 39, 78, 1, '2781643 山形県大垣市東区中島町小泉9-2-10', 0, '美加子', '中島 太郎', NULL, '2013-12-06 08:22:05', '2009-03-16 03:55:36', 66),
(46, 92, 48, 1, '8365760 秋田県浜田市東区佐藤町宮沢3-7-10 ハイツ佐々木102号', 1, '直樹', '宮沢 稔', NULL, '1977-07-23 00:49:00', '2015-03-22 00:07:11', 92),
(47, 13, 51, 1, '7622035 高知県浜田市南区加藤町桐山8-9-7 ハイツ若松109号', 0, '加奈', '笹田 治', NULL, '1978-10-03 06:34:38', '1984-04-11 05:55:12', 56),
(48, 50, 14, 1, '7761769 和歌山県山岸市北区吉田町宮沢2-9-2', 0, '春香', '吉田 零', NULL, '1991-09-16 05:04:42', '1992-12-09 17:59:00', 57),
(49, 14, 80, 0, '8117462 神奈川県山田市東区山岸町渚3-2-7 コーポ山口110号', 1, '', '宇野 七夏', NULL, '1971-08-09 07:31:09', '1998-06-05 06:35:27', 12),
(50, 20, 77, 1, '1359294 石川県小泉市北区原田町工藤7-9-6', 0, '明美', '村山 幹', NULL, '1973-05-03 01:37:07', '2000-08-06 16:54:03', 26),
(51, 99, 12, 1, '6823319 鹿児島県山口市北区高橋町伊藤6-3-10', 1, '明美', '近藤 智也', NULL, '1982-04-13 08:58:09', '2011-11-25 15:26:52', 78),
(52, 54, 69, 1, '8032366 福島県佐々木市南区喜嶋町渡辺7-6-1', 0, '拓真', '渚 和也', NULL, '2008-12-24 12:05:09', '1974-01-11 12:57:23', 25),
(53, 49, 39, 0, '8406967 北海道笹田市西区津田町高橋2-9-8', 1, '里佳', '渡辺 裕太', NULL, '2009-06-18 11:23:25', '1981-11-30 15:37:20', 42),
(54, 10, 65, 0, '6879855 岡山県山岸市西区藤本町田辺10-10-7 コーポ斉藤103号', 1, '裕樹', '青田 幹', NULL, '2013-12-24 14:55:17', '2015-09-02 13:53:49', 30),
(55, 19, 65, 0, '5723518 愛知県鈴木市南区青山町吉本5-8-5', 1, '', '斉藤 裕樹', NULL, '1996-03-01 11:45:42', '2015-12-07 03:33:17', 66),
(56, 5, 36, 1, '3565763 熊本県近藤市中央区松本町青山1-8-4 コーポ近藤110号', 0, '修平', '山岸 健一', NULL, '1996-02-28 12:21:58', '2005-12-29 16:23:10', 84),
(57, 54, 68, 1, '3103220 兵庫県西之園市西区宮沢町中島6-10-1', 1, '亮介', '野村 加奈', NULL, '1978-02-28 00:07:30', '1997-10-14 18:24:59', 95),
(58, 100, 10, 1, '2999145 長野県原田市南区宮沢町工藤6-8-10 ハイツ工藤104号', 0, '', '中村 美加子', NULL, '1986-12-29 18:02:04', '1973-01-10 09:12:54', 65),
(59, 37, 100, 1, '5294630 東京都小泉市中央区津田町松本3-8-5 ハイツ江古田102号', 1, 'あすか', '加藤 零', NULL, '2000-06-02 21:13:46', '1986-05-31 17:05:10', 10),
(60, 48, 32, 0, '4846906 香川県伊藤市北区伊藤町吉本5-2-10', 0, '美加子', '宇野 淳', NULL, '1985-12-29 05:01:47', '2005-10-14 06:20:55', 11),
(61, 95, 57, 1, '1581093 静岡県廣川市北区井高町津田2-2-8', 0, '直人', '斉藤 七夏', NULL, '1973-12-07 20:51:51', '2017-02-08 22:47:49', 78),
(62, 27, 86, 1, '6234666 石川県浜田市北区廣川町高橋8-4-4 ハイツ中村109号', 0, '美加子', '吉本 翔太', NULL, '1983-12-19 22:00:53', '2000-06-28 13:12:35', 61),
(63, 30, 54, 0, '9635804 秋田県宮沢市西区青山町坂本5-7-4 ハイツ津田106号', 1, '涼平', '山田 太郎', NULL, '2010-06-19 20:12:52', '2013-03-10 07:42:07', 54),
(64, 22, 96, 1, '5516341 秋田県井上市北区原田町藤本5-1-9 ハイツ藤本101号', 0, '陽子', '吉本 太郎', NULL, '1990-12-21 14:47:48', '2002-04-01 07:21:22', 4),
(65, 52, 38, 1, '7267486 京都府井高市西区田辺町石田2-4-8', 0, '英樹', '江古田 くみ子', NULL, '1995-08-25 12:49:39', '2002-06-03 01:49:55', 47),
(66, 28, 23, 0, '1773086 岡山県西之園市南区井高町佐々木4-2-5 ハイツ山田106号', 0, '', '渡辺 零', NULL, '1994-12-29 23:02:05', '2011-11-28 19:27:47', 9),
(67, 38, 93, 1, '5092029 島根県笹田市中央区杉山町藤本1-7-4 ハイツ宮沢104号', 1, '京助', '原田 幹', NULL, '1988-09-30 09:33:42', '1984-04-17 20:18:41', 68),
(68, 46, 43, 1, '6667032 大分県青山市西区村山町中島4-9-9 コーポ藤本105号', 1, '花子', '斉藤 幹', NULL, '1975-04-24 14:34:03', '1970-09-02 12:35:57', 5),
(69, 32, 47, 1, '7413284 宮城県野村市南区原田町杉山3-1-10', 0, '', '宇野 結衣', NULL, '1986-08-12 12:32:30', '1974-11-07 01:16:30', 83),
(70, 93, 83, 1, '6684777 滋賀県中島市東区原田町宇野5-2-7 ハイツ廣川103号', 0, '里佳', '原田 浩', NULL, '2017-07-30 21:19:44', '1972-01-18 13:27:09', 95),
(71, 46, 85, 0, '8339930 福井県村山市北区西之園町田中9-1-6 ハイツ木村106号', 0, '真綾', '野村 涼平', NULL, '1970-02-19 03:50:29', '1986-11-12 00:48:49', 64),
(72, 52, 68, 1, '2718090 新潟県江古田市西区井高町斉藤5-3-5', 1, '和也', '加納 あすか', NULL, '1977-12-26 23:21:10', '1997-07-19 14:43:16', 6),
(73, 65, 50, 0, '4188996 群馬県工藤市南区若松町桐山7-1-3', 0, '涼平', '原田 直子', NULL, '2013-03-18 06:34:19', '1997-10-26 11:56:01', 45),
(74, 7, 56, 1, '2923412 兵庫県田辺市南区近藤町若松5-9-7', 1, '拓真', '渚 里佳', NULL, '2015-02-14 13:04:20', '1989-01-06 13:59:31', 20),
(75, 76, 44, 1, '7731208 千葉県青山市中央区鈴木町桐山1-2-7 ハイツ斉藤106号', 0, '健一', '杉山 結衣', NULL, '2005-03-25 17:28:53', '1970-02-15 16:07:39', 42),
(76, 38, 69, 1, '8695254 山口県木村市北区石田町廣川8-5-3', 1, '太郎', '小林 修平', NULL, '2005-10-02 22:25:05', '1990-12-24 13:26:43', 61),
(77, 14, 7, 1, '4323700 佐賀県杉山市西区宇野町江古田5-2-9', 0, '', '青田 美加子', NULL, '1996-09-04 02:35:36', '1988-02-15 10:44:41', 3),
(78, 91, 19, 1, '5213857 北海道小泉市西区喜嶋町原田2-4-2 ハイツ若松109号', 0, '陽一', '中村 桃子', NULL, '2003-11-09 12:33:03', '1986-12-08 00:12:37', 22),
(79, 4, 71, 1, '8601268 香川県伊藤市北区山本町渡辺6-9-7 ハイツ廣川101号', 0, '花子', '大垣 花子', NULL, '1996-11-18 22:22:42', '1985-03-02 00:07:58', 28),
(80, 5, 14, 1, '2816142 宮崎県石田市南区加藤町小林10-6-6', 0, '太郎', '藤本 裕樹', NULL, '2004-08-05 20:54:38', '1988-12-08 04:11:17', 1),
(81, 69, 45, 1, '8085623 北海道石田市東区山岸町江古田3-6-5 コーポ松本101号', 1, '裕美子', '木村 修平', NULL, '1997-02-09 06:24:57', '1984-05-10 11:35:54', 57),
(82, 79, 44, 0, '1512761 石川県坂本市東区若松町小泉6-4-7', 0, '加奈', '加藤 拓真', NULL, '2007-11-26 14:58:21', '1990-09-12 02:24:18', 56),
(83, 76, 70, 1, '2765203 福岡県野村市中央区杉山町田辺8-6-7', 0, '桃子', '吉田 裕太', NULL, '1973-07-14 23:21:19', '1994-01-14 08:07:05', 96),
(84, 62, 5, 0, '3546093 和歌山県喜嶋市北区小林町小泉1-6-9', 1, '京助', '中村 英樹', NULL, '2011-06-06 05:25:51', '1973-11-11 14:34:10', 83),
(85, 18, 24, 0, '8853203 宮城県松本市東区山口町藤本8-3-5 ハイツ吉本105号', 1, '', '松本 治', NULL, '1991-01-18 22:13:58', '1989-08-28 12:27:44', 84),
(86, 85, 43, 1, '8292807 石川県宮沢市中央区宇野町山口8-6-1', 0, '', '山口 学', NULL, '2009-06-03 09:44:14', '2007-11-04 02:08:35', 36),
(87, 62, 39, 0, '1034296 宮崎県原田市東区若松町山口3-4-10 ハイツ石田108号', 0, '直人', '坂本 太一', NULL, '1978-06-14 08:04:30', '2013-01-12 17:15:49', 94),
(88, 23, 70, 1, '8362084 京都府青山市中央区青田町伊藤2-5-3 ハイツ高橋103号', 1, '亮介', '宮沢 七夏', NULL, '1974-04-18 01:44:10', '1970-11-14 13:11:14', 35),
(89, 91, 99, 0, '1636793 埼玉県加藤市南区原田町高橋2-5-4', 1, '亮介', '小林 あすか', NULL, '1972-09-26 22:25:15', '1986-02-20 15:12:31', 90),
(90, 47, 24, 1, '5819026 三重県村山市中央区大垣町工藤3-6-5', 1, '', '三宅 知実', NULL, '1972-04-18 14:40:45', '1989-06-27 14:05:27', 13),
(91, 66, 85, 0, '9519010 山口県宇野市南区小泉町吉本5-1-8', 0, '', '浜田 裕樹', NULL, '2000-05-01 17:34:28', '2017-08-22 16:15:55', 31),
(92, 47, 71, 1, '3301612 神奈川県田中市北区小林町鈴木10-6-2 コーポ田辺101号', 0, '', '渡辺 稔', NULL, '1978-07-11 09:00:42', '1998-08-25 06:43:50', 42),
(93, 46, 80, 1, '8202202 岩手県杉山市東区浜田町若松9-1-3', 1, '明美', '坂本 七夏', NULL, '1990-08-17 16:54:13', '2015-01-01 16:00:34', 12),
(94, 90, 1, 1, '6632525 徳島県石田市東区宮沢町坂本4-1-10', 0, '', '渚 陽子', NULL, '2006-03-03 22:59:55', '2012-03-06 01:51:46', 55),
(95, 34, 70, 0, '7285896 栃木県井高市中央区石田町山岸2-6-7', 1, '', '加藤 晃', NULL, '1982-01-02 13:20:40', '1987-08-09 20:32:48', 35),
(96, 55, 58, 1, '1691807 愛知県宮沢市東区吉本町渚4-4-4 コーポ宮沢108号', 1, '加奈', '吉田 結衣', NULL, '2006-09-18 04:38:45', '2006-05-09 04:54:55', 31),
(97, 35, 92, 0, '1979814 香川県笹田市東区喜嶋町小泉2-4-2 ハイツ吉田104号', 1, '明美', '山口 くみ子', NULL, '2002-03-29 00:37:38', '1998-05-13 18:11:58', 59),
(98, 15, 38, 0, '9904274 千葉県井高市南区加納町西之園9-6-7', 0, '美加子', '山本 直人', NULL, '2011-09-07 15:48:26', '1995-05-09 05:48:58', 25),
(99, 80, 49, 1, '9639732 宮崎県渚市東区原田町井上5-3-10', 1, '', '高橋 幹', NULL, '2018-07-28 17:44:28', '1979-06-14 17:00:49', 66),
(100, 40, 23, 1, '8396597 広島県笹田市南区廣川町大垣4-1-8 コーポ山田107号', 0, '陽子', '津田 聡太郎', NULL, '1993-10-22 00:21:58', '1988-01-11 20:50:51', 56);
-- --------------------------------------------------------
--
-- 表的结构 `manager`
--
CREATE TABLE `manager` (
`manager_id` int(10) UNSIGNED NOT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
`manager_name` varchar(255) DEFAULT NULL,
`manager_type` varchar(255) DEFAULT NULL,
`manager_parkid` int(10) UNSIGNED DEFAULT NULL,
`manager_device1` int(10) UNSIGNED DEFAULT NULL,
`manager_device2` int(10) UNSIGNED DEFAULT NULL,
`manager_mail` varchar(255) DEFAULT NULL,
`manager_tel` varchar(255) DEFAULT NULL,
`manager_alert1` tinyint(1) DEFAULT NULL,
`manager_alert2` tinyint(1) DEFAULT NULL,
`manager_quit_flag` tinyint(1) DEFAULT NULL,
`manager_quitday` date DEFAULT NULL,
`operator_id` int(10) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
--
-- 转存表中的数据 `manager`
--
INSERT INTO `manager` (`manager_id`, `created_at`, `updated_at`, `manager_name`, `manager_type`, `manager_parkid`, `manager_device1`, `manager_device2`, `manager_mail`, `manager_tel`, `manager_alert1`, `manager_alert2`, `manager_quit_flag`, `manager_quitday`, `operator_id`) VALUES
(1, '1981-10-25 22:18:56', '1973-06-17 07:06:23', '野村 春香', 'manager_type0', 17, 48, 2, 'manager_mail0', 'manager_tel0', 1, 1, 1, '1977-12-27', 8),
(2, '2001-05-29 14:19:51', '2013-11-28 20:25:30', '原田 結衣', 'manager_type1', 21, 35, 78, 'manager_mail1', 'manager_tel1', 0, 0, 0, '1977-01-31', 12),
(3, '2003-11-22 22:51:50', '1998-01-09 03:00:03', '宮沢 真綾', 'manager_type2', 37, 61, 31, 'manager_mail2', 'manager_tel2', 0, 1, 0, '1976-03-17', 5),
(4, '1988-09-05 12:01:09', '1976-11-27 04:59:42', '坂本 直樹', 'manager_type3', 85, 20, 69, 'manager_mail3', 'manager_tel3', 0, 0, 0, '1972-01-06', 41),
(5, '2007-02-15 19:24:19', '2006-08-13 12:13:27', '石田 里佳', 'manager_type4', 9, 4, 57, 'manager_mail4', 'manager_tel4', 0, 0, 1, '1975-04-22', 66),
(6, '1976-08-11 08:16:51', '2007-04-03 13:33:05', '山本 あすか', 'manager_type5', 97, 78, 82, 'manager_mail5', 'manager_tel5', 1, 0, 1, '2002-07-18', 94),
(7, '1988-10-11 21:34:49', '1983-09-11 14:40:28', '小泉 七夏', 'manager_type6', 84, 18, 85, 'manager_mail6', 'manager_tel6', 0, 1, 0, '1989-01-18', 16),
(8, '1970-11-06 03:29:46', '2004-01-28 15:26:10', '田中 学', 'manager_type7', 4, 100, 95, 'manager_mail7', 'manager_tel7', 1, 0, 0, '2002-11-29', 65),
(9, '2012-05-14 03:19:48', '1977-10-12 04:24:24', '廣川 修平', 'manager_type8', 30, 51, 90, 'manager_mail8', 'manager_tel8', 0, 1, 0, '2018-02-07', 93),
(10, '2010-05-03 17:26:41', '1991-05-02 10:05:57', '井高 加奈', 'manager_type9', 86, 92, 50, 'manager_mail9', 'manager_tel9', 1, 0, 1, '1973-12-14', 27),
(11, '2005-08-25 16:22:48', '1980-01-13 12:39:32', '山田 京助', 'manager_type10', 80, 94, 28, 'manager_mail10', 'manager_tel10', 1, 1, 1, '1973-12-27', 71),
(12, '1992-02-09 20:22:13', '1975-09-26 16:28:39', '井高 くみ子', 'manager_type11', 95, 53, 49, 'manager_mail11', 'manager_tel11', 1, 1, 0, '1980-07-11', 25),
(13, '2005-07-22 11:34:29', '1997-08-03 03:12:32', '青田 康弘', 'manager_type12', 57, 58, 88, 'manager_mail12', 'manager_tel12', 0, 0, 1, '1989-01-17', 60),
(14, '1993-03-20 17:02:20', '2004-11-29 13:53:00', '吉本 亮介', 'manager_type13', 99, 44, 3, 'manager_mail13', 'manager_tel13', 0, 0, 0, '1975-10-09', 80),
(15, '1989-01-23 10:54:53', '2013-02-03 00:02:31', '田辺 明美', 'manager_type14', 28, 9, 39, 'manager_mail14', 'manager_tel14', 1, 1, 1, '1998-12-05', 90),
(16, '1994-11-26 08:07:09', '2017-02-07 15:06:59', '斉藤 加奈', 'manager_type15', 50, 33, 20, 'manager_mail15', 'manager_tel15', 0, 1, 1, '1986-11-12', 66),
(17, '2001-01-09 12:05:54', '2018-10-22 19:57:53', '工藤 花子', 'manager_type16', 64, 20, 89, 'manager_mail16', 'manager_tel16', 1, 1, 1, '1991-03-11', 87),
(18, '1975-11-05 09:43:12', '1980-11-20 18:50:53', '藤本 零', 'manager_type17', 9, 51, 67, 'manager_mail17', 'manager_tel17', 0, 1, 0, '2013-07-10', 65),
(19, '1972-11-18 10:25:12', '1972-01-09 02:05:29', '小泉 結衣', 'manager_type18', 86, 72, 11, 'manager_mail18', 'manager_tel18', 1, 1, 1, '2014-09-26', 39),
(20, '2015-04-24 15:48:48', '2009-04-13 00:42:10', '野村 明美', 'manager_type19', 17, 1, 72, 'manager_mail19', 'manager_tel19', 0, 0, 0, '1987-12-11', 85),
(21, '2016-03-30 10:11:40', '2008-10-27 07:11:58', '山田 くみ子', 'manager_type20', 71, 44, 27, 'manager_mail20', 'manager_tel20', 0, 0, 1, '2002-07-07', 47),
(22, '2005-11-06 20:28:59', '1983-02-06 07:30:21', '木村 稔', 'manager_type21', 69, 11, 60, 'manager_mail21', 'manager_tel21', 1, 0, 1, '1980-04-15', 51),
(23, '2010-06-15 19:33:36', '2011-04-30 00:28:56', '青山 加奈', 'manager_type22', 96, 34, 27, 'manager_mail22', 'manager_tel22', 1, 1, 0, '1975-04-11', 75),
(24, '1980-04-13 01:50:22', '2013-02-25 01:58:39', '西之園 千代', 'manager_type23', 57, 19, 11, 'manager_mail23', 'manager_tel23', 1, 0, 1, '1992-08-05', 100),
(25, '2018-09-17 16:05:10', '2007-06-30 06:34:44', '近藤 翔太', 'manager_type24', 56, 4, 34, 'manager_mail24', 'manager_tel24', 1, 1, 1, '1984-04-04', 42),
(26, '2015-12-24 20:59:21', '1987-04-09 04:44:32', '加藤 太一', 'manager_type25', 56, 19, 83, 'manager_mail25', 'manager_tel25', 0, 0, 1, '2016-04-01', 7),
(27, '1975-06-07 10:32:37', '1981-01-02 09:52:22', '工藤 結衣', 'manager_type26', 71, 91, 92, 'manager_mail26', 'manager_tel26', 1, 0, 0, '2011-10-11', 82),
(28, '1986-11-04 15:10:45', '1985-03-27 01:21:21', '浜田 学', 'manager_type27', 44, 17, 19, 'manager_mail27', 'manager_tel27', 1, 1, 1, '2018-05-17', 66),
(29, '1973-08-03 13:38:46', '1972-11-16 05:42:27', '小泉 健一', 'manager_type28', 25, 39, 90, 'manager_mail28', 'manager_tel28', 1, 0, 1, '2016-10-29', 70),
(30, '1996-11-16 15:21:20', '1981-10-23 01:33:32', '江古田 涼平', 'manager_type29', 8, 7, 22, 'manager_mail29', 'manager_tel29', 0, 0, 0, '2011-01-09', 23),
(31, '2008-08-22 21:49:27', '1973-08-28 10:23:42', '原田 くみ子', 'manager_type30', 56, 64, 73, 'manager_mail30', 'manager_tel30', 1, 0, 1, '1978-09-12', 72),
(32, '1998-06-25 21:09:37', '1973-04-21 23:15:44', '小林 修平', 'manager_type31', 93, 20, 36, 'manager_mail31', 'manager_tel31', 0, 0, 1, '2007-12-27', 88),
(33, '1989-04-24 07:40:27', '1983-12-12 14:54:14', '近藤 直人', 'manager_type32', 84, 42, 77, 'manager_mail32', 'manager_tel32', 1, 1, 1, '2006-06-25', 10),
(34, '2018-10-13 10:36:22', '1990-09-06 07:09:40', '山岸 春香', 'manager_type33', 58, 44, 7, 'manager_mail33', 'manager_tel33', 0, 1, 1, '1993-05-14', 52),
(35, '1970-03-30 08:48:55', '1989-09-27 05:33:28', '松本 七夏', 'manager_type34', 84, 75, 7, 'manager_mail34', 'manager_tel34', 1, 1, 1, '1974-12-04', 3),
(36, '2013-12-02 08:10:04', '2016-07-12 12:54:11', '小泉 陽一', 'manager_type35', 59, 69, 28, 'manager_mail35', 'manager_tel35', 1, 1, 0, '2018-10-01', 47),
(37, '2005-07-16 00:54:40', '1990-10-13 23:25:21', '鈴木 七夏', 'manager_type36', 36, 75, 22, 'manager_mail36', 'manager_tel36', 1, 0, 1, '1978-11-10', 40),
(38, '1997-08-21 00:52:13', '2010-09-17 00:06:27', '三宅 幹', 'manager_type37', 98, 40, 70, 'manager_mail37', 'manager_tel37', 0, 1, 0, '1991-12-10', 88),
(39, '1988-11-09 14:20:10', '1991-03-09 14:58:37', '佐藤 浩', 'manager_type38', 11, 88, 31, 'manager_mail38', 'manager_tel38', 0, 1, 1, '2010-09-14', 23),
(40, '1975-09-15 04:59:18', '2003-03-23 14:50:41', '井上 直子', 'manager_type39', 91, 61, 93, 'manager_mail39', 'manager_tel39', 0, 0, 1, '1989-02-02', 69),
(41, '1979-08-31 15:11:48', '1983-07-03 14:54:07', '桐山 知実', 'manager_type40', 95, 90, 17, 'manager_mail40', 'manager_tel40', 0, 0, 1, '1984-01-24', 59),
(42, '1975-08-24 00:46:07', '2010-08-02 20:28:27', '村山 舞', 'manager_type41', 5, 15, 76, 'manager_mail41', 'manager_tel41', 1, 1, 0, '2015-07-31', 97),
(43, '1984-10-17 02:03:51', '1973-01-12 11:09:35', '井上 稔', 'manager_type42', 79, 5, 5, 'manager_mail42', 'manager_tel42', 1, 1, 1, '1989-12-31', 73),
(44, '2015-10-29 11:54:41', '1996-06-26 03:31:12', '佐々木 太一', 'manager_type43', 55, 38, 91, 'manager_mail43', 'manager_tel43', 1, 1, 0, '1998-11-11', 47),
(45, '1988-08-14 12:21:08', '1989-03-04 20:46:23', '桐山 晃', 'manager_type44', 14, 32, 74, 'manager_mail44', 'manager_tel44', 0, 0, 0, '1974-08-23', 61),
(46, '1973-03-01 04:16:01', '1995-03-22 10:56:31', '原田 篤司', 'manager_type45', 24, 38, 91, 'manager_mail45', 'manager_tel45', 0, 0, 0, '1995-01-23', 14),
(47, '1996-04-02 09:05:31', '2002-07-19 21:58:49', '鈴木 香織', 'manager_type46', 59, 27, 45, 'manager_mail46', 'manager_tel46', 0, 0, 0, '2017-02-01', 85),
(48, '1981-05-27 01:28:04', '2000-01-03 16:28:57', '木村 太郎', 'manager_type47', 80, 86, 35, 'manager_mail47', 'manager_tel47', 1, 1, 1, '1991-10-14', 38),
(49, '2001-01-09 12:33:34', '2015-09-21 04:18:13', '中村 桃子', 'manager_type48', 1, 95, 96, 'manager_mail48', 'manager_tel48', 0, 1, 1, '2007-02-25', 92),
(50, '1980-05-20 05:46:57', '1981-09-25 20:16:21', '吉田 淳', 'manager_type49', 57, 66, 24, 'manager_mail49', 'manager_tel49', 0, 1, 1, '2016-01-18', 27),
(51, '2003-12-18 23:20:21', '1983-12-21 19:11:41', '佐藤 七夏', 'manager_type50', 54, 97, 88, 'manager_mail50', 'manager_tel50', 1, 1, 1, '2012-07-10', 54),
(52, '2003-02-20 09:29:39', '2000-04-29 03:46:20', '桐山 治', 'manager_type51', 93, 10, 31, 'manager_mail51', 'manager_tel51', 1, 1, 1, '1974-02-02', 50),
(53, '2001-06-06 16:58:05', '1993-08-16 12:00:27', '近藤 真綾', 'manager_type52', 39, 96, 30, 'manager_mail52', 'manager_tel52', 1, 0, 1, '1973-08-16', 31),
(54, '2009-01-10 17:21:57', '1973-02-19 23:28:29', '宮沢 舞', 'manager_type53', 16, 64, 24, 'manager_mail53', 'manager_tel53', 0, 0, 0, '1992-10-04', 65),
(55, '1983-10-23 12:43:43', '1995-03-18 18:05:22', '大垣 晃', 'manager_type54', 61, 76, 89, 'manager_mail54', 'manager_tel54', 1, 1, 0, '2008-08-07', 54),
(56, '1977-08-08 11:56:29', '1996-06-04 22:04:11', '小林 あすか', 'manager_type55', 58, 38, 33, 'manager_mail55', 'manager_tel55', 1, 1, 1, '1985-09-18', 25),
(57, '2010-07-12 21:24:16', '2013-07-05 13:37:04', '山口 直子', 'manager_type56', 9, 15, 7, 'manager_mail56', 'manager_tel56', 0, 1, 1, '2015-07-06', 50),
(58, '1991-08-25 14:52:38', '1984-09-30 04:30:59', '吉本 稔', 'manager_type57', 96, 19, 26, 'manager_mail57', 'manager_tel57', 1, 1, 1, '1974-05-07', 71),
(59, '1994-12-25 05:56:34', '2011-05-03 04:10:57', '浜田 直人', 'manager_type58', 23, 99, 36, 'manager_mail58', 'manager_tel58', 1, 0, 0, '1979-01-17', 46),
(60, '1982-10-12 08:49:33', '1970-09-12 00:19:08', '工藤 英樹', 'manager_type59', 5, 94, 73, 'manager_mail59', 'manager_tel59', 1, 1, 1, '1981-06-19', 22),
(61, '2009-06-30 11:20:30', '1989-02-08 07:36:50', '野村 結衣', 'manager_type60', 27, 20, 30, 'manager_mail60', 'manager_tel60', 1, 0, 1, '1980-09-05', 5),
(62, '2009-04-28 16:21:36', '1990-03-10 06:36:46', '青田 陽一', 'manager_type61', 76, 2, 5, 'manager_mail61', 'manager_tel61', 0, 0, 1, '1972-01-29', 28),
(63, '1993-02-26 19:17:29', '2012-04-15 15:50:31', '田辺 香織', 'manager_type62', 51, 85, 24, 'manager_mail62', 'manager_tel62', 0, 0, 0, '2017-01-03', 8),
(64, '1979-10-23 23:52:43', '1999-08-03 18:08:25', '村山 結衣', 'manager_type63', 78, 12, 33, 'manager_mail63', 'manager_tel63', 0, 1, 0, '1973-01-02', 30),
(65, '1988-04-04 14:55:11', '1993-04-03 03:46:18', '吉田 花子', 'manager_type64', 44, 68, 32, 'manager_mail64', 'manager_tel64', 1, 0, 1, '1990-12-12', 5),
(66, '1985-07-18 22:04:35', '2017-02-28 18:32:27', '井高 翔太', 'manager_type65', 44, 75, 68, 'manager_mail65', 'manager_tel65', 0, 1, 0, '1980-09-04', 73),
(67, '2013-02-11 04:53:08', '2012-09-11 11:22:30', '鈴木 千代', 'manager_type66', 38, 81, 66, 'manager_mail66', 'manager_tel66', 1, 0, 0, '2017-12-13', 85),
(68, '1994-02-26 10:09:44', '2009-12-17 22:50:45', '吉田 知実', 'manager_type67', 6, 70, 25, 'manager_mail67', 'manager_tel67', 1, 1, 1, '2003-09-20', 76),
(69, '2017-07-14 13:15:36', '1998-01-27 13:37:43', '小林 春香', 'manager_type68', 19, 63, 64, 'manager_mail68', 'manager_tel68', 1, 1, 0, '2017-02-05', 36),
(70, '1982-06-16 16:13:05', '1977-10-20 01:12:12', '野村 直子', 'manager_type69', 45, 34, 12, 'manager_mail69', 'manager_tel69', 1, 0, 0, '2014-04-16', 23),
(71, '2016-08-06 20:32:30', '1999-12-21 04:01:05', '若松 浩', 'manager_type70', 87, 5, 100, 'manager_mail70', 'manager_tel70', 1, 0, 1, '2003-02-02', 18),
(72, '1985-07-26 00:28:44', '1996-03-31 06:44:59', '杉山 亮介', 'manager_type71', 8, 13, 58, 'manager_mail71', 'manager_tel71', 1, 1, 0, '2015-12-13', 28),
(73, '1998-07-07 06:10:42', '2014-01-27 02:08:26', '佐藤 太一', 'manager_type72', 60, 54, 74, 'manager_mail72', 'manager_tel72', 0, 1, 0, '1981-01-08', 72),
(74, '2000-09-01 03:06:26', '1999-09-17 02:13:50', '若松 結衣', 'manager_type73', 16, 46, 28, 'manager_mail73', 'manager_tel73', 0, 0, 0, '2005-12-22', 76),
(75, '2000-03-23 22:01:42', '2000-05-03 10:05:15', '加藤 千代', 'manager_type74', 19, 48, 57, 'manager_mail74', 'manager_tel74', 0, 1, 0, '1985-05-29', 83),
(76, '2014-03-02 02:34:47', '2005-09-14 15:44:27', '藤本 英樹', 'manager_type75', 10, 73, 52, 'manager_mail75', 'manager_tel75', 0, 0, 0, '1975-05-13', 75),
(77, '1973-05-18 10:07:55', '1990-05-20 14:06:46', '中島 直人', 'manager_type76', 3, 56, 46, 'manager_mail76', 'manager_tel76', 0, 0, 0, '2005-07-26', 52),
(78, '2012-01-10 11:38:46', '2008-12-07 01:42:16', '中島 桃子', 'manager_type77', 46, 20, 81, 'manager_mail77', 'manager_tel77', 1, 1, 0, '2001-11-04', 67),
(79, '1976-06-21 01:48:51', '2003-08-10 00:41:38', '若松 英樹', 'manager_type78', 60, 41, 81, 'manager_mail78', 'manager_tel78', 1, 1, 1, '2010-08-09', 67),
(80, '2011-06-30 04:09:37', '1972-10-30 17:06:37', '杉山 和也', 'manager_type79', 25, 74, 24, 'manager_mail79', 'manager_tel79', 1, 1, 0, '1972-05-17', 75),
(81, '2003-02-18 08:30:25', '1992-02-01 17:08:04', '宮沢 京助', 'manager_type80', 98, 37, 54, 'manager_mail80', 'manager_tel80', 1, 0, 0, '1990-05-07', 69),
(82, '2007-03-23 16:36:07', '2016-11-16 15:56:20', '藤本 春香', 'manager_type81', 1, 53, 95, 'manager_mail81', 'manager_tel81', 0, 0, 1, '1993-03-12', 2),
(83, '2012-09-12 14:56:48', '1982-01-19 15:00:20', '山岸 さゆり', 'manager_type82', 58, 59, 6, 'manager_mail82', 'manager_tel82', 1, 0, 1, '2005-04-05', 75),
(84, '1993-10-07 13:03:57', '1982-06-22 22:28:46', '小泉 聡太郎', 'manager_type83', 88, 91, 58, 'manager_mail83', 'manager_tel83', 1, 0, 1, '1970-02-09', 1),
(85, '2006-01-10 08:59:55', '1986-11-03 04:03:45', '田辺 淳', 'manager_type84', 67, 66, 10, 'manager_mail84', 'manager_tel84', 1, 0, 1, '2013-05-19', 91),
(86, '1974-11-25 05:39:30', '2006-03-28 21:36:54', '吉本 春香', 'manager_type85', 73, 18, 89, 'manager_mail85', 'manager_tel85', 1, 1, 0, '1993-10-12', 87),
(87, '2012-11-06 06:52:34', '1993-12-17 00:05:25', '大垣 涼平', 'manager_type86', 49, 87, 35, 'manager_mail86', 'manager_tel86', 0, 1, 0, '1998-08-06', 14),
(88, '2012-07-27 03:13:05', '2004-04-13 12:10:25', '坂本 千代', 'manager_type87', 50, 24, 47, 'manager_mail87', 'manager_tel87', 1, 1, 0, '1974-05-12', 33),
(89, '1978-01-20 20:27:48', '1973-05-31 20:55:55', '高橋 聡太郎', 'manager_type88', 100, 15, 35, 'manager_mail88', 'manager_tel88', 0, 1, 0, '1978-02-18', 35),
(90, '1997-02-22 13:10:25', '1994-01-17 23:19:53', '廣川 舞', 'manager_type89', 39, 66, 68, 'manager_mail89', 'manager_tel89', 0, 1, 0, '1992-04-13', 59),
(91, '1979-05-30 19:19:14', '1973-02-27 10:46:54', '石田 真綾', 'manager_type90', 18, 68, 78, 'manager_mail90', 'manager_tel90', 1, 1, 1, '1990-01-26', 90),
(92, '1970-09-05 03:30:13', '1989-07-28 14:56:04', '江古田 拓真', 'manager_type91', 19, 79, 87, 'manager_mail91', 'manager_tel91', 0, 0, 1, '1992-10-25', 42),
(93, '1997-09-25 03:37:43', '1986-01-14 08:55:09', '青山 七夏', 'manager_type92', 92, 78, 74, 'manager_mail92', 'manager_tel92', 0, 1, 0, '1978-07-07', 4),
(94, '2017-05-22 21:29:21', '1982-07-29 00:20:24', '小林 明美', 'manager_type93', 11, 88, 47, 'manager_mail93', 'manager_tel93', 1, 1, 1, '1996-07-14', 64),
(95, '1988-08-28 00:02:48', '1993-12-20 09:08:37', '江古田 裕美子', 'manager_type94', 29, 6, 60, 'manager_mail94', 'manager_tel94', 0, 1, 1, '1976-08-13', 46),
(96, '1991-03-16 15:42:44', '1970-10-13 08:28:04', '桐山 英樹', 'manager_type95', 66, 42, 44, 'manager_mail95', 'manager_tel95', 0, 1, 1, '2002-05-16', 53),
(97, '1998-12-15 02:16:30', '1989-02-15 23:18:22', '浜田 治', 'manager_type96', 36, 44, 100, 'manager_mail96', 'manager_tel96', 1, 1, 0, '2007-01-07', 78),
(98, '1994-02-20 16:41:16', '1970-08-09 07:14:54', '井上 陽子', 'manager_type97', 80, 91, 93, 'manager_mail97', 'manager_tel97', 0, 1, 1, '1975-01-04', 60),
(99, '1971-01-05 19:12:11', '1982-10-03 20:06:10', '西之園 充', 'manager_type98', 26, 98, 30, 'manager_mail98', 'manager_tel98', 0, 0, 0, '1994-04-03', 11),
(100, '1977-12-15 02:13:35', '2018-03-19 13:02:42', '大垣 舞', 'manager_type99', 100, 100, 33, 'manager_mail99', 'manager_tel99', 1, 1, 1, '1986-10-07', 94);
-- --------------------------------------------------------
--
-- 表的结构 `migrations`
--
CREATE TABLE `migrations` (
`id` int(10) UNSIGNED NOT NULL,
`migration` varchar(255) NOT NULL,
`batch` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- 转存表中的数据 `migrations`
--
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES
(1, '2025_08_06_164901_create_batch_log_table', 1);
-- --------------------------------------------------------
--
-- 表的结构 `news`
--
CREATE TABLE `news` (
`news_id` int(10) UNSIGNED NOT NULL,
`news` text DEFAULT NULL,
`open_datetime` datetime DEFAULT NULL,
`link_url` varchar(255) DEFAULT NULL,
`image1_filename` varchar(255) DEFAULT NULL,
`image2_filename` varchar(255) DEFAULT NULL,
`mode` tinyint(1) DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
`operator_id` int(10) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
--
-- 转存表中的数据 `news`
--
INSERT INTO `news` (`news_id`, `news`, `open_datetime`, `link_url`, `image1_filename`, `image2_filename`, `mode`, `created_at`, `updated_at`, `operator_id`) VALUES
(1, NULL, '2000-08-05 00:43:54', 'http://www.kondo.jp/alias-quas-est-sint-dolorem-et-laborum', '中島 千代jpg', '充jpg', 0, '1998-09-24 23:03:48', '1975-01-06 12:10:25', 66),
(2, NULL, '1999-12-27 17:02:51', 'http://www.saito.com/expedita-rerum-dolor-vel-et-necessitatibus', '江古田 亮介jpg', '京助jpg', 0, '1995-09-21 08:18:07', '2001-08-03 11:33:37', 76),
(3, NULL, '1978-10-20 17:03:22', 'http://www.yamamoto.jp/', '山本 里佳jpg', '洋介jpg', 1, '1991-05-07 12:50:21', '1991-07-15 09:35:37', 66),
(4, NULL, '1981-04-01 21:20:02', 'https://www.aota.jp/magni-voluptatem-qui-pariatur-quo', '吉田 裕美子jpg', '晃jpg', 0, '2012-10-02 14:59:17', '1988-07-09 01:30:39', 3),
(5, NULL, '1994-03-05 05:14:39', 'http://www.idaka.com/rerum-nulla-optio-eaque-ut-id-laboriosam', '宇野 翼jpg', '里佳jpg', 1, '2015-08-10 07:08:52', '1992-09-04 18:05:19', 40),
(6, NULL, '1986-04-09 06:17:25', 'http://www.kiriyama.biz/alias-ad-et-omnis-rerum-nulla', '浜田 春香jpg', '陽一jpg', 1, '2011-11-22 23:14:34', '2015-12-03 16:32:42', 29),
(7, NULL, '1987-02-25 04:35:01', 'http://www.hirokawa.jp/soluta-tempora-iure-excepturi-consectetur-velit-eum.html', '佐々木 零jpg', '直子jpg', 1, '1985-10-08 00:36:28', '2014-03-10 10:30:48', 74),
(8, NULL, '1971-08-06 07:47:52', 'http://harada.jp/', '桐山 花子jpg', '稔jpg', 1, '1970-06-17 11:06:28', '1981-12-21 23:37:37', 9),
(9, NULL, '2006-02-01 07:18:06', 'http://nakajima.com/sint-rerum-et-dolores-nemo-deleniti-ut.html', '加納 千代jpg', '太郎jpg', 0, '2002-09-20 19:53:49', '1983-12-09 11:39:12', 11),
(10, NULL, '2012-03-07 15:40:03', 'http://wakamatsu.net/quam-et-perspiciatis-labore-enim-est', '若松 千代jpg', '健一jpg', 1, '1971-05-08 07:42:16', '1997-08-26 22:30:44', 14),
(11, NULL, '2008-07-27 03:54:05', 'https://www.ogaki.info/et-neque-ut-ab-vitae-facilis-sit', '鈴木 春香jpg', '英樹jpg', 0, '1996-07-17 13:12:36', '1991-08-22 22:09:01', 65),
(12, NULL, '2006-06-06 10:50:52', 'http://www.sakamoto.com/vero-aut-aut-sapiente-saepe-id-rerum', '渡辺 智也jpg', '幹jpg', 1, '1978-12-13 17:26:00', '1999-02-26 05:04:54', 41),
(13, NULL, '2013-01-04 04:43:25', 'http://matsumoto.net/harum-animi-a-illo', '浜田 明美jpg', '陽子jpg', 1, '1995-07-13 09:25:13', '1973-03-27 00:52:03', 32),
(14, NULL, '1997-09-23 22:47:33', 'http://www.wakamatsu.jp/consequuntur-temporibus-et-et-velit', '宇野 くみ子jpg', '裕太jpg', 0, '2002-10-06 23:13:25', '1970-02-10 12:42:32', 19),
(15, NULL, '2011-01-21 20:28:09', 'http://www.matsumoto.info/saepe-soluta-sed-quibusdam-odio-eos-officiis-at.html', '西之園 あすかjpg', '涼平jpg', 0, '1997-03-12 05:57:04', '2016-03-05 00:06:41', 99),
(16, NULL, '2006-02-03 06:34:32', 'http://sugiyama.com/ea-sed-similique-ratione-quos-et-distinctio', '加納 陽子jpg', '康弘jpg', 0, '1986-09-19 13:52:34', '1983-10-03 13:47:05', 12),
(17, NULL, '1988-06-13 22:00:03', 'http://www.matsumoto.jp/ad-ut-amet-a-natus-debitis', '佐藤 さゆりjpg', '英樹jpg', 0, '2017-06-13 12:41:53', '1980-07-31 22:38:41', 56),
(18, NULL, '2000-02-21 11:46:11', 'http://www.kiriyama.com/quo-consectetur-quas-odio-voluptatem-et.html', '小泉 千代jpg', '幹jpg', 1, '2001-12-10 05:15:28', '1973-01-02 10:39:38', 19),
(19, NULL, '1993-05-11 05:36:32', 'http://miyazawa.com/commodi-cupiditate-voluptas-aperiam-quis.html', '佐々木 京助jpg', '裕太jpg', 0, '1970-02-16 15:41:49', '2000-02-08 22:39:33', 95),
(20, NULL, '2000-05-27 08:09:04', 'http://tanabe.com/voluptatem-praesentium-nesciunt-ipsam', '三宅 舞jpg', '太郎jpg', 1, '2009-08-02 21:28:42', '2011-01-11 22:02:44', 95),
(21, NULL, '2000-12-20 23:26:49', 'http://www.kudo.com/odit-quasi-magni-est-quia-aut.html', '小泉 晃jpg', '京助jpg', 1, '2018-10-11 18:37:05', '1978-09-06 16:29:30', 99),
(22, NULL, '2014-09-24 13:25:04', 'http://www.fujimoto.org/', '原田 里佳jpg', '幹jpg', 0, '2003-05-03 02:47:38', '2005-04-29 09:54:48', 75),
(23, NULL, '1979-04-25 03:54:07', 'http://www.wakamatsu.jp/inventore-sed-voluptates-accusantium-ad-magni-ipsam-repellat.html', '津田 裕太jpg', '太一jpg', 1, '2013-07-27 23:01:31', '2001-04-08 19:44:26', 80),
(24, NULL, '1995-09-23 09:17:20', 'http://sugiyama.jp/laborum-quasi-est-vel-voluptatem-fugiat-quo-veritatis-nesciunt', '若松 稔jpg', '拓真jpg', 0, '1972-08-25 12:49:40', '1991-05-09 13:24:20', 45),
(25, NULL, '1992-12-05 14:25:17', 'http://koizumi.com/at-voluptatem-maxime-optio-fugit-quo-quia-molestias-nesciunt', '宇野 知実jpg', '亮介jpg', 1, '2013-02-08 22:38:58', '1978-08-29 17:15:16', 100),
(26, NULL, '2002-06-25 05:52:36', 'http://nishinosono.org/', '佐々木 さゆりjpg', '太一jpg', 1, '2016-12-18 11:39:52', '1978-03-07 19:39:51', 70),
(27, NULL, '1982-07-04 04:23:28', 'http://yamagishi.com/autem-veritatis-aliquam-dolore-reiciendis-autem-doloribus-expedita', '木村 直樹jpg', '明美jpg', 0, '1971-08-13 20:50:02', '2004-02-16 21:43:18', 84),
(28, NULL, '1984-08-07 17:52:37', 'https://nomura.org/libero-possimus-optio-velit.html', '斉藤 淳jpg', '加奈jpg', 1, '2005-03-11 13:48:22', '1986-03-22 21:15:07', 54),
(29, NULL, '2004-02-25 15:17:49', 'http://nakatsugawa.jp/', '小林 陽一jpg', '裕樹jpg', 1, '1974-10-14 03:26:28', '2005-01-09 21:05:12', 33),
(30, NULL, '2017-03-17 17:00:38', 'http://aota.com/', '近藤 零jpg', '裕太jpg', 1, '1981-04-18 20:57:17', '2007-03-11 13:57:26', 85),
(31, NULL, '1992-01-05 01:59:08', 'https://www.hirokawa.net/qui-voluptate-aut-in-et-dolor-facilis-qui-facere', '杉山 拓真jpg', '七夏jpg', 1, '2014-04-30 17:05:40', '1984-09-04 04:10:59', 62),
(32, NULL, '1980-02-11 12:12:06', 'http://nishinosono.biz/beatae-debitis-ut-porro-et', '藤本 零jpg', '真綾jpg', 0, '2011-02-15 11:55:09', '1982-05-18 20:59:01', 26),
(33, NULL, '2007-11-10 13:37:31', 'http://www.kiriyama.com/et-sequi-et-a-velit-repudiandae', '佐々木 京助jpg', '七夏jpg', 0, '2009-12-26 00:10:50', '2003-09-27 11:32:05', 67),
(34, NULL, '2015-09-22 05:36:07', 'http://www.kobayashi.jp/', '山岸 舞jpg', '涼平jpg', 0, '1994-04-07 07:52:24', '2000-01-13 03:50:46', 19),
(35, NULL, '1982-07-16 14:19:30', 'http://kondo.jp/beatae-sit-ab-culpa-vel.html', '渡辺 洋介jpg', '舞jpg', 0, '1974-04-12 15:01:21', '1998-04-28 10:04:06', 100),
(36, NULL, '1972-12-13 20:33:22', 'http://www.ekoda.biz/amet-fugit-corporis-autem-et-facere-commodi-est', '加藤 太郎jpg', '舞jpg', 1, '2001-11-27 21:44:11', '1976-07-18 14:33:02', 76),
(37, NULL, '2001-06-18 04:07:22', 'http://kijima.biz/', '高橋 加奈jpg', '直子jpg', 1, '1989-05-04 03:50:32', '1992-08-24 21:12:18', 89),
(38, NULL, '2001-11-26 00:33:54', 'https://hirokawa.com/voluptatem-quod-eligendi-sed-aperiam-magni-nobis-adipisci-tempora.html', '廣川 陽子jpg', '結衣jpg', 0, '2003-03-16 17:25:04', '1993-07-14 03:49:11', 33),
(39, NULL, '1972-08-06 01:00:05', 'https://yoshimoto.jp/suscipit-officia-et-ipsum-et-et-nemo-tempora-esse.html', '井上 翔太jpg', '修平jpg', 1, '2012-06-26 23:18:11', '2014-08-05 18:36:50', 39),
(40, NULL, '1997-05-28 09:48:47', 'https://www.nakamura.net/dolor-in-qui-doloribus-qui-nam', '三宅 幹jpg', '春香jpg', 0, '1978-11-17 14:14:10', '1976-02-18 02:17:38', 70),
(41, NULL, '2013-01-15 18:30:03', 'http://www.aota.jp/impedit-quasi-saepe-odio-fuga-iure-nobis.html', '野村 さゆりjpg', '学jpg', 1, '1999-05-18 18:25:40', '1989-12-29 11:07:18', 36),
(42, NULL, '1982-02-23 20:33:03', 'https://ishida.net/adipisci-aut-et-tempore-nemo-non-suscipit.html', '近藤 香織jpg', '美加子jpg', 1, '1981-09-16 03:25:56', '2001-08-29 20:08:32', 90),
(43, NULL, '1982-07-27 23:18:57', 'http://tanaka.info/consectetur-explicabo-est-facere-ut-dolorum.html', '高橋 陽一jpg', '涼平jpg', 1, '1970-01-17 19:49:22', '1996-09-13 23:58:32', 1),
(44, NULL, '1986-12-03 03:41:42', 'https://ekoda.com/voluptatem-at-recusandae-officia-sit-architecto.html', '笹田 零jpg', '零jpg', 0, '1971-09-21 08:13:12', '1974-07-13 09:41:29', 56),
(45, NULL, '1971-04-02 19:09:28', 'http://ishida.jp/laudantium-occaecati-nesciunt-veniam-iste-ipsam-nostrum', '加納 京助jpg', '里佳jpg', 1, '1985-04-12 22:27:02', '1993-03-16 20:43:27', 8),
(46, NULL, '2004-11-25 13:27:28', 'http://www.tsuda.com/sint-commodi-aut-provident-veritatis', '斉藤 裕太jpg', '亮介jpg', 1, '2012-06-05 04:08:49', '1976-02-24 00:10:26', 38),
(47, NULL, '1975-09-10 18:24:21', 'http://www.kimura.jp/qui-natus-tempore-est-necessitatibus-et-autem-enim', '山岸 花子jpg', 'さゆりjpg', 0, '1998-08-23 22:45:28', '1991-03-16 17:48:57', 62),
(48, NULL, '2002-07-05 05:08:46', 'http://www.sasaki.com/fugit-qui-debitis-et-consequatur-aspernatur-cupiditate-sit-doloremque', '津田 治jpg', '舞jpg', 0, '1985-07-28 20:54:30', '1974-02-27 02:50:52', 3),
(49, NULL, '1974-02-04 03:58:44', 'http://www.fujimoto.jp/', '山本 京助jpg', '翔太jpg', 0, '1998-03-04 04:50:29', '2002-11-12 15:13:57', 47),
(50, NULL, '2011-06-21 21:50:52', 'http://hirokawa.jp/excepturi-quaerat-cumque-perspiciatis-et.html', '佐藤 英樹jpg', '充jpg', 1, '2007-11-18 19:12:08', '1999-07-20 15:59:39', 96),
(51, NULL, '2006-09-15 02:42:16', 'http://hirokawa.com/possimus-error-incidunt-ab-explicabo-omnis.html', '田辺 直樹jpg', '京助jpg', 1, '2008-11-21 09:27:35', '1995-04-04 21:18:48', 75),
(52, NULL, '1976-02-11 07:21:06', 'http://ekoda.com/', '三宅 春香jpg', '智也jpg', 0, '2017-11-18 17:47:49', '2004-01-08 02:03:58', 63),
(53, NULL, '2012-03-04 03:16:37', 'http://www.matsumoto.com/sed-vel-totam-illo-ut', '木村 康弘jpg', '直樹jpg', 1, '2000-01-05 10:43:49', '1989-11-18 13:59:50', 9),
(54, NULL, '1988-01-15 03:55:49', 'http://www.takahashi.org/autem-nesciunt-asperiores-nihil-rerum-officiis-aut-et-ut', '加納 直子jpg', '陽子jpg', 1, '2017-03-25 01:16:41', '1971-07-19 19:11:28', 23),
(55, NULL, '2015-04-04 12:01:54', 'https://www.yamaguchi.com/itaque-et-est-dolore', '加納 和也jpg', '舞jpg', 0, '2007-12-06 11:09:09', '1990-11-25 11:53:23', 69),
(56, NULL, '2015-10-02 23:15:01', 'http://www.kudo.biz/laborum-ullam-atque-est-ullam-dolorem-magni', '浜田 あすかjpg', '春香jpg', 1, '1993-01-03 11:47:49', '2012-06-08 21:47:49', 92),
(57, NULL, '1980-11-22 18:59:29', 'http://www.kanou.biz/ipsam-ratione-facilis-sit-et', '笹田 舞jpg', '亮介jpg', 0, '1971-09-10 21:35:20', '1992-04-06 07:24:53', 16),
(58, NULL, '2004-04-30 10:22:43', 'http://tanabe.biz/at-et-necessitatibus-eligendi-tempora-ea-esse', '浜田 舞jpg', '裕太jpg', 0, '1996-11-07 04:26:31', '1981-04-01 21:43:35', 45),
(59, NULL, '2014-12-08 15:19:37', 'https://sato.com/ut-qui-totam-accusamus-nihil-et-sed-totam.html', '佐々木 淳jpg', '陽一jpg', 1, '1985-10-11 20:06:17', '1987-03-03 05:33:56', 7),
(60, NULL, '2009-08-17 23:47:59', 'http://www.nomura.info/', '吉本 裕太jpg', '英樹jpg', 1, '1980-04-02 23:03:58', '1976-09-30 09:16:27', 46),
(61, NULL, '1985-10-19 01:25:53', 'http://wakamatsu.jp/', '山口 知実jpg', '翔太jpg', 1, '2012-03-28 01:25:03', '1991-02-05 00:15:41', 12),
(62, NULL, '1984-04-20 20:18:23', 'http://nagisa.org/odit-ipsa-voluptas-maiores-ut-eius-vero-sit', '佐々木 七夏jpg', '明美jpg', 1, '1997-06-27 04:08:37', '1981-02-06 05:47:46', 23),
(63, NULL, '1980-11-25 12:51:28', 'http://miyake.jp/provident-ut-est-corporis.html', '廣川 幹jpg', '零jpg', 0, '1987-09-12 15:14:20', '1999-12-04 20:30:46', 6),
(64, NULL, '1999-02-07 09:59:44', 'http://nishinosono.com/vel-similique-ullam-voluptatem-et.html', '藤本 里佳jpg', '美加子jpg', 1, '1993-05-03 20:39:59', '1973-11-16 04:12:32', 27),
(65, NULL, '1972-08-19 01:37:36', 'https://yamaguchi.jp/consectetur-modi-rerum-aut-omnis-est-quas.html', '斉藤 浩jpg', '充jpg', 1, '1989-01-03 21:32:44', '1983-02-21 22:50:01', 93),
(66, NULL, '1979-09-23 01:31:44', 'http://aota.net/explicabo-officiis-qui-odio-et-corporis.html', '廣川 あすかjpg', '太一jpg', 1, '1970-03-01 12:15:30', '1972-11-10 00:39:34', 16),
(67, NULL, '1994-06-21 08:51:42', 'http://ogaki.com/distinctio-sunt-sequi-commodi-eum', '渡辺 真綾jpg', '舞jpg', 1, '2003-09-25 10:43:14', '1991-12-19 11:28:06', 79),
(68, NULL, '1990-06-14 06:43:36', 'http://www.idaka.jp/', '佐々木 美加子jpg', '京助jpg', 0, '1990-02-19 07:59:29', '1996-04-17 23:59:46', 62),
(69, NULL, '1994-05-04 06:27:17', 'https://www.yoshimoto.jp/veritatis-maiores-sed-amet-sint-iusto', '鈴木 明美jpg', '翼jpg', 1, '2009-01-10 20:21:24', '1988-05-28 11:40:14', 94),
(70, NULL, '2008-07-01 05:27:18', 'http://www.suzuki.com/deleniti-ut-fugiat-ipsa-expedita-possimus', '鈴木 明美jpg', 'さゆりjpg', 1, '2017-06-09 16:36:17', '2006-06-29 04:05:06', 54),
(71, NULL, '1989-10-13 01:02:48', 'http://yamamoto.jp/sed-sunt-et-nulla-suscipit-distinctio-ipsum-autem', '佐々木 零jpg', '零jpg', 0, '2002-04-29 14:13:39', '1981-06-05 05:33:32', 26),
(72, NULL, '2002-12-04 23:30:49', 'https://www.murayama.jp/rerum-ab-temporibus-ullam-adipisci-impedit', '伊藤 零jpg', '香織jpg', 0, '2002-08-05 05:55:15', '1994-10-01 21:01:46', 98),
(73, NULL, '1978-04-11 21:01:06', 'http://www.ogaki.biz/esse-et-quod-odio-vel-aut-nam-nulla', '津田 裕美子jpg', '知実jpg', 1, '2005-01-13 20:48:20', '2017-08-16 22:27:24', 5),
(74, NULL, '1995-08-28 10:58:56', 'http://matsumoto.jp/officiis-totam-autem-perspiciatis', '山岸 さゆりjpg', '陽一jpg', 1, '1993-12-19 04:09:17', '2009-04-13 22:44:02', 66),
(75, NULL, '1994-04-12 06:46:58', 'https://www.sugiyama.org/et-et-aut-optio-nostrum-ut', '藤本 千代jpg', '香織jpg', 1, '1981-04-25 17:42:22', '2007-10-11 08:38:19', 66),
(76, NULL, '1972-03-11 08:52:44', 'http://www.wakamatsu.jp/recusandae-natus-doloribus-necessitatibus-asperiores-eum-repellendus', '石田 裕樹jpg', '健一jpg', 1, '2013-06-21 01:40:55', '1983-04-05 05:14:54', 63),
(77, NULL, '1995-01-22 22:47:48', 'http://takahashi.com/enim-magni-atque-quia-sit-quaerat-dignissimos', '桐山 零jpg', '裕美子jpg', 1, '2007-02-13 03:41:27', '2009-02-15 13:49:42', 31),
(78, NULL, '1994-11-15 21:43:23', 'https://sakamoto.com/hic-facilis-dolores-debitis-nihil-voluptatem-excepturi.html', '吉田 零jpg', '拓真jpg', 0, '1973-05-21 02:20:54', '2014-11-17 00:22:48', 94),
(79, NULL, '1974-06-17 02:31:17', 'https://hamada.biz/aspernatur-ut-et-et-exercitationem.html', '宮沢 幹jpg', '太郎jpg', 1, '2013-10-01 19:37:02', '1995-05-11 03:53:33', 26),
(80, NULL, '1987-02-13 19:19:19', 'http://nomura.net/voluptatibus-aut-quidem-id-sit-accusamus.html', '田中 直樹jpg', '結衣jpg', 1, '1996-06-16 10:23:24', '2012-03-22 19:33:36', 5),
(81, NULL, '1985-03-24 01:48:55', 'http://www.kimura.com/dolore-architecto-fugiat-nihil-aut-eligendi', '石田 康弘jpg', '智也jpg', 0, '1999-08-25 05:59:45', '2017-04-22 23:07:19', 29),
(82, NULL, '2002-04-05 18:10:11', 'http://www.tanaka.biz/ea-ut-temporibus-ab-eum-ea', '中島 太一jpg', '康弘jpg', 1, '2007-08-17 19:53:52', '1999-04-15 22:13:51', 82),
(83, NULL, '1970-09-21 04:12:04', 'http://yamaguchi.org/ipsam-cum-vero-blanditiis-facere-et-delectus-dolores.html', '宮沢 美加子jpg', '真綾jpg', 0, '1999-01-10 14:31:26', '2011-04-21 04:52:12', 82),
(84, NULL, '2015-07-09 10:49:53', 'https://www.kimura.org/sed-corporis-est-non-vel-facilis', '工藤 治jpg', '結衣jpg', 1, '1978-11-25 21:14:02', '2002-11-16 04:51:40', 6),
(85, NULL, '2007-09-06 10:19:56', 'http://www.sato.net/', '原田 真綾jpg', '香織jpg', 1, '2018-02-15 14:09:10', '1971-09-21 08:10:30', 40),
(86, NULL, '2005-11-02 06:46:21', 'http://www.koizumi.biz/', '廣川 聡太郎jpg', '直樹jpg', 1, '1986-03-27 07:03:50', '2015-09-02 11:49:21', 95),
(87, NULL, '1986-01-04 17:47:47', 'http://kijima.com/at-expedita-voluptatem-aliquid-porro-omnis-voluptas.html', '田辺 香織jpg', '充jpg', 0, '1975-03-22 19:04:57', '1981-08-04 21:08:01', 41),
(88, NULL, '2000-05-31 07:30:50', 'http://fujimoto.biz/laborum-illo-est-omnis-aliquid-voluptates-temporibus.html', '小林 さゆりjpg', '七夏jpg', 0, '1976-11-30 08:32:53', '2003-03-20 18:49:45', 13),
(89, NULL, '1977-02-16 06:34:55', 'http://saito.com/dignissimos-sit-ullam-aliquid-debitis-ut', '宇野 くみ子jpg', '直樹jpg', 0, '1995-06-29 03:19:49', '1983-01-21 09:19:02', 71),
(90, NULL, '1979-12-28 16:40:26', 'https://kondo.org/omnis-maxime-unde-voluptatem.html', '松本 裕太jpg', '充jpg', 0, '2011-08-21 10:34:14', '1970-10-29 16:16:17', 71),
(91, NULL, '1995-03-28 01:22:36', 'http://www.ogaki.jp/ipsam-quos-fugit-qui-dolores-quo-voluptatum-numquam', '中島 亮介jpg', 'あすかjpg', 1, '1970-04-03 08:52:23', '2004-06-02 23:38:06', 72),
(92, NULL, '2005-04-08 02:46:16', 'http://www.tanaka.org/veritatis-facilis-aut-magni.html', '小林 里佳jpg', 'さゆりjpg', 1, '1984-10-29 05:07:52', '2014-04-09 22:48:28', 90),
(93, NULL, '2008-09-12 06:56:46', 'https://yamada.net/itaque-atque-odit-quo-iste.html', '坂本 晃jpg', '七夏jpg', 0, '2012-03-14 16:02:59', '2011-04-15 09:25:07', 93),
(94, NULL, '1989-04-22 05:26:06', 'http://www.harada.jp/dolorem-et-optio-nam-veritatis-esse.html', '佐々木 太郎jpg', '桃子jpg', 1, '1989-05-17 14:17:15', '2015-04-22 17:16:26', 71),
(95, NULL, '1974-04-23 14:48:24', 'https://www.nakajima.jp/dolore-tempore-eos-eos', '宇野 翔太jpg', '直人jpg', 0, '2005-09-03 13:27:00', '1992-01-01 09:48:35', 87),
(96, NULL, '2013-02-19 23:15:46', 'http://www.kijima.info/velit-eos-inventore-ut-aut.html', '吉本 英樹jpg', '陽子jpg', 0, '1981-07-02 07:37:53', '1988-11-15 10:48:36', 64),
(97, NULL, '2011-04-23 16:24:56', 'https://www.tanaka.jp/mollitia-cupiditate-nobis-delectus-nihil-perspiciatis', '廣川 翔太jpg', '結衣jpg', 1, '2010-08-14 15:59:39', '1995-04-08 06:51:18', 36),
(98, NULL, '1994-01-13 00:15:34', 'http://aoyama.jp/', '宮沢 裕美子jpg', '幹jpg', 1, '1980-04-06 00:10:44', '2013-04-29 17:20:03', 16),
(99, NULL, '2018-09-11 22:40:24', 'http://www.harada.biz/', '井高 里佳jpg', '京助jpg', 1, '2001-07-13 12:08:08', '2000-11-27 03:43:13', 28),
(100, NULL, '2000-05-03 14:56:22', 'https://www.nakatsugawa.com/eos-voluptates-voluptatem-fugit-dolores', '村山 千代jpg', 'あすかjpg', 0, '1989-05-19 14:04:32', '2015-02-21 21:23:34', 49);
-- --------------------------------------------------------
--
-- 表的结构 `ope`
--
CREATE TABLE `ope` (
`ope_id` int(10) UNSIGNED NOT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
`ope_belong` varchar(255) DEFAULT NULL,
`login_id` varchar(255) DEFAULT NULL,
`ope_name` varchar(255) DEFAULT NULL,
`ope_pass` varchar(255) DEFAULT NULL,
`ope_type` int(10) UNSIGNED DEFAULT NULL,
`ope_mail` varchar(255) DEFAULT NULL,
`ope_phone` varchar(255) DEFAULT NULL,
`ope_sendalart_que1` tinyint(1) DEFAULT NULL,
`ope_sendalart_que2` tinyint(1) DEFAULT NULL,
`ope_sendalart_que3` tinyint(1) DEFAULT NULL,
`ope_sendalart_que4` tinyint(1) DEFAULT NULL,
`ope_sendalart_que5` tinyint(1) DEFAULT NULL,
`ope_sendalart_que6` tinyint(1) DEFAULT NULL,
`ope_sendalart_que7` tinyint(1) DEFAULT NULL,
`ope_sendalart_que8` int(10) UNSIGNED DEFAULT NULL,
`ope_sendalart_que9` int(10) UNSIGNED DEFAULT NULL,
`ope_sendalart_que10` int(10) UNSIGNED DEFAULT NULL,
`ope_sendalart_que11` int(10) UNSIGNED DEFAULT NULL,
`ope_sendalart_que12` int(10) UNSIGNED DEFAULT NULL,
`ope_sendalart_que13` int(10) UNSIGNED DEFAULT NULL,
`ope_auth1` varchar(255) DEFAULT NULL,
`ope_auth2` varchar(255) DEFAULT NULL,
`ope_auth3` varchar(255) DEFAULT NULL,
`ope_auth4` varchar(255) DEFAULT NULL,
`ope_quit_flag` tinyint(1) DEFAULT NULL,
`ope_quitday` date DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
--
-- 转存表中的数据 `ope`
--
INSERT INTO `ope` (`ope_id`, `created_at`, `updated_at`, `ope_belong`, `login_id`, `ope_name`, `ope_pass`, `ope_type`, `ope_mail`, `ope_phone`, `ope_sendalart_que1`, `ope_sendalart_que2`, `ope_sendalart_que3`, `ope_sendalart_que4`, `ope_sendalart_que5`, `ope_sendalart_que6`, `ope_sendalart_que7`, `ope_sendalart_que8`, `ope_sendalart_que9`, `ope_sendalart_que10`, `ope_sendalart_que11`, `ope_sendalart_que12`, `ope_sendalart_que13`, `ope_auth1`, `ope_auth2`, `ope_auth3`, `ope_auth4`, `ope_quit_flag`, `ope_quitday`) VALUES
(1, '2003-01-20 09:19:23', '2004-07-20 17:52:48', 'ope_belong0', NULL, '笹田 涼平', '$2y$10$q0KBCEuMNwoS3cbmiEXzo.F8Dc09nZZRRBxCf4srrw/77vt9D2nTK', 3, 'fhamada@yahoo.co.jp', '090-6146-3981', 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 'ope_auth10', 'ope_auth20', 'ope_auth30', 'ope_auth40', 1, '1983-04-02'),
(2, '1975-06-24 06:00:28', '1997-08-03 06:15:22', 'ope_belong1', NULL, '三宅 あすか', '$2y$10$qaepeF65bT7sSDBn4b/E..hG1Rx7/TAvumKHpXEy25iiW3Z7SeAEe', 0, 'yasuhiro.kiriyama@yamamoto.biz', '0851-53-1589', 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 1, 0, 'ope_auth11', 'ope_auth21', 'ope_auth31', 'ope_auth41', 1, '1998-11-06'),
(3, '1991-07-10 17:21:06', '2025-07-28 05:04:16', 'ope_belong2', NULL, '坂本 明美', '$2y$12$mUidMmsx64KP2x.raLkJV.tUfl35pAqnhuSp27Tai/bRJNSJAHtse', 1, 'mai02@miyake.com', '0320-202-439', 1, 0, 0, 1, 1, 1, 0, 1, 1, 0, 0, 1, 1, 'ope_auth12', 'ope_auth22', 'ope_auth32', 'ope_auth42', 0, '1988-09-30'),
(4, '2016-06-20 11:07:25', '1994-05-21 03:41:44', 'ope_belong3', NULL, '近藤 千代', '$2y$10$khVLmUPsXBFHhawnlD/7ZORdBrC9apKx6srmpVxSVhdEMSyqpib.a', 2, 'yoshida.shota@kato.com', '082-712-0613', 1, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 0, 'ope_auth13', 'ope_auth23', 'ope_auth33', 'ope_auth43', 1, '2015-04-19'),
(5, '1981-04-29 06:23:52', '1981-07-11 06:20:15', 'ope_belong4', NULL, '中津川 篤司', '$2y$10$KqVfC.JIHTdwvthb5In7Muci90HMng7xsrxEhyGhdZi98mnRjmUJG', 0, 'naoko35@yahoo.co.jp', '01832-3-0038', 1, 0, 1, 1, 0, 1, 0, 1, 1, 0, 1, 0, 0, 'ope_auth14', 'ope_auth24', 'ope_auth34', 'ope_auth44', 1, '1995-03-31'),
(6, '1970-03-18 20:09:39', '2007-08-02 11:10:44', 'ope_belong5', NULL, '中島 結衣', '$2y$10$BTqoXQ8y2StMY8YWjr/L0uEB0.jwQQohyGug0NUd2uxD4zw/Bqy1e', 1, 'lyamagishi@aoyama.org', '0262-02-9070', 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 1, 0, 0, 'ope_auth15', 'ope_auth25', 'ope_auth35', 'ope_auth45', 1, '1973-05-17'),
(7, '2003-01-15 17:38:21', '1989-05-23 02:20:55', 'ope_belong6', NULL, '青田 亮介', '$2y$10$M19B7X4Peow.h6LWvApQ0.sCos7qv0gP.opdjrBjneRWkt6zGgwde', 3, 'takuma95@yamaguchi.jp', '0741-99-7917', 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 1, 0, 'ope_auth16', 'ope_auth26', 'ope_auth36', 'ope_auth46', 1, '1970-06-06'),
(8, '1975-05-14 04:15:18', '1970-08-23 15:40:20', 'ope_belong7', NULL, '渡辺 加奈', '$2y$10$5Rc7nJ2Oa5OboZzg7SkKyuRpxHdfKXDCTDMq445Cww.BUzngY8/Ti', 1, 'yidaka@gmail.com', '04123-5-2136', 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'ope_auth17', 'ope_auth27', 'ope_auth37', 'ope_auth47', 1, '2003-07-27'),
(9, '1973-07-22 03:02:59', '2005-10-17 07:19:28', 'ope_belong8', NULL, '伊藤 あすか', '$2y$10$iSF44HzKJcaTfPrzRjNqQ.oaF62T1qpo1T28314FP5tKavAFwEOX2', 2, 'sato.shuhei@hotmail.co.jp', '080-4391-9140', 1, 1, 0, 0, 1, 1, 1, 0, 1, 1, 1, 0, 1, 'ope_auth18', 'ope_auth28', 'ope_auth38', 'ope_auth48', 0, '2010-10-24'),
(10, '2015-11-15 08:42:29', '2016-12-23 19:12:36', 'ope_belong9', NULL, '井上 真綾', '$2y$10$464EDxavdA/OHJPbprx2Duqp09YgfDLTGPOmwjisVY6wdGbUpuGga', 3, 'ito.yuki@gmail.com', '0514-28-9251', 0, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0, 0, 1, 'ope_auth19', 'ope_auth29', 'ope_auth39', 'ope_auth49', 0, '2000-01-31'),
(11, '1972-08-26 01:37:34', '1979-03-26 23:05:30', 'ope_belong10', NULL, '高橋 香織', '$2y$10$TeRa.3H3hfIDU1mAEqYrRurvz5qaPGFbhz2QD.XCvbnL8GpSeWq5y', 0, 'kondo.mikako@yoshida.com', '03630-0-2534', 0, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 'ope_auth110', 'ope_auth210', 'ope_auth310', 'ope_auth410', 0, '2013-01-17'),
(12, '1989-05-13 07:14:01', '2011-11-13 16:51:41', 'ope_belong11', NULL, '佐藤 太一', '$2y$10$3i0SFouMgPCzXC/485ypOOhUyj1iVhnPmkVVS0Jf1oyhdv9r7X6DO', 3, 'minoru.kato@mail.goo.ne.jp', '01384-6-3351', 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 'ope_auth111', 'ope_auth211', 'ope_auth311', 'ope_auth411', 1, '1985-10-28'),
(13, '2000-03-19 12:17:59', '1972-04-18 05:44:14', 'ope_belong12', NULL, '佐々木 英樹', '$2y$10$2YkNkdr8mRUX1Ke36CwpZuOXaQw7GSD/Nw2UIweTFq/XYJoG98yTG', 3, 'midaka@gmail.com', '022-505-2050', 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 1, 'ope_auth112', 'ope_auth212', 'ope_auth312', 'ope_auth412', 0, '1986-02-25'),
(14, '2004-07-21 20:19:31', '1971-07-19 12:14:57', 'ope_belong13', NULL, '若松 太郎', '$2y$10$2YO8igEXFvi/70GEac6wy.NZsHVR73edhMU/nC4MSsN9dXbfOQSIi', 3, 'kyosuke12@aota.info', '06177-4-4889', 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'ope_auth113', 'ope_auth213', 'ope_auth313', 'ope_auth413', 0, '1990-11-22'),
(15, '1993-09-26 09:06:16', '2005-12-04 15:42:24', 'ope_belong14', NULL, '村山 直子', '$2y$10$v.Hj/6QlqOSBnZ3aOv2LG.qnmvBCdYlHkcGm1TkAKLkzeTks.ze7C', 1, 'hanako97@miyake.com', '06808-8-2213', 1, 1, 0, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 'ope_auth114', 'ope_auth214', 'ope_auth314', 'ope_auth414', 1, '1973-02-21'),
(16, '2018-10-01 19:25:41', '2010-01-26 04:53:32', 'ope_belong15', NULL, '宮沢 充', '$2y$10$0JGJa1KmZAAlDivjkeTpEuf8.jB4EmZDBJC8VSAzzq4I9mEPeHaHi', 2, 'naoto.miyazawa@nakamura.net', '0430-146-263', 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 'ope_auth115', 'ope_auth215', 'ope_auth315', 'ope_auth415', 1, '2003-04-26'),
(17, '1989-10-25 07:33:29', '1980-08-22 07:01:38', 'ope_belong16', NULL, '宮沢 直人', '$2y$10$ppP9GjZlgM/HWMVKmV21ceXGjHb11MVtCc0gjIL/EC1QItGT0.6l.', 1, 'mkimura@ogaki.jp', '080-8725-5716', 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 'ope_auth116', 'ope_auth216', 'ope_auth316', 'ope_auth416', 0, '1989-08-19'),
(18, '2007-04-10 10:53:20', '1972-05-19 03:01:41', 'ope_belong17', NULL, '原田 美加子', '$2y$10$nEnwXpSLhsNCShevFJZVLOjaKdAvdsumfUNVJXfZdE1PDjSoPmNZi', 1, 'mai.matsumoto@miyazawa.com', '094-347-4675', 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 'ope_auth117', 'ope_auth217', 'ope_auth317', 'ope_auth417', 1, '1989-10-30'),
(19, '1976-01-27 19:04:16', '2011-08-18 14:25:49', 'ope_belong18', NULL, '佐々木 香織', '$2y$10$QqB9X10MTSl/rXJnk2pJPeRPswmj535zNlPfmUt16AtX2V5jE4rdm', 2, 'gaoyama@yahoo.co.jp', '0480-920-850', 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 'ope_auth118', 'ope_auth218', 'ope_auth318', 'ope_auth418', 0, '1995-08-28'),
(20, '2010-08-11 17:18:40', '1977-02-18 10:24:24', 'ope_belong19', NULL, '渚 篤司', '$2y$10$.yt7aW65Uglk4R9R//L/6uMYJVv4M2g7d70aDnxi.TEFYaFz7nd2i', 1, 'naoko.nomura@nishinosono.com', '080-5887-7841', 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 'ope_auth119', 'ope_auth219', 'ope_auth319', 'ope_auth419', 1, '1985-02-21'),
(21, '1971-04-26 16:29:48', '1986-03-10 14:38:31', 'ope_belong20', NULL, '吉田 洋介', '$2y$10$s9xG/GpUyqq8i5sfTa5REe6h9bdji9PQ59SgYCZUv8jHJSO3pG9c6', 0, 'akira.yamada@hotmail.co.jp', '0750-899-003', 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'ope_auth120', 'ope_auth220', 'ope_auth320', 'ope_auth420', 1, '1978-12-26'),
(22, '1989-08-18 14:08:11', '1998-12-01 04:45:57', 'ope_belong21', NULL, '中村 修平', '$2y$10$9WH7N3ub5OmC.OHcHi3e6O1sDGnjCchIGOb6ERpXWNuPYOpHEgz7q', 0, 'taichi14@saito.jp', '01-9424-1400', 1, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 0, 1, 'ope_auth121', 'ope_auth221', 'ope_auth321', 'ope_auth421', 0, '1976-11-06'),
(23, '1972-10-31 05:53:29', '2010-11-16 03:58:50', 'ope_belong22', NULL, '木村 涼平', '$2y$10$sjzK1ELs3Zs7vEfHt06b5uHwSCDjGB5OPbmW6TUkNZYcbOzIeIMLy', 2, 'yosuke.sasada@hotmail.co.jp', '09728-6-6678', 0, 1, 0, 0, 1, 1, 1, 1, 1, 0, 1, 0, 1, 'ope_auth122', 'ope_auth222', 'ope_auth322', 'ope_auth422', 0, '1996-06-08'),
(24, '1982-11-09 01:15:22', '2011-06-20 07:16:54', 'ope_belong23', NULL, '坂本 健一', '$2y$10$6S0UswuU498cy7ccKYO.7epD6nDN/MBztzzAhHtl8qU7ept7fmYY.', 2, 'ryosuke.kato@kiriyama.jp', '06768-3-1378', 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 'ope_auth123', 'ope_auth223', 'ope_auth323', 'ope_auth423', 1, '1979-05-21'),
(25, '2004-04-21 18:35:50', '1976-09-01 08:18:39', 'ope_belong24', NULL, '佐々木 直子', '$2y$10$9G/MRyl98Ac2qzdsw.QgTupJ8FgJh6R1PqNoGW8ofdTUXdd9Qm0bS', 2, 'shuhei.koizumi@gmail.com', '027-261-4167', 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 'ope_auth124', 'ope_auth224', 'ope_auth324', 'ope_auth424', 1, '1978-03-23'),
(26, '1970-04-27 09:43:09', '1981-04-10 01:07:31', 'ope_belong25', NULL, '井高 浩', '$2y$10$I05Yyj/NOHkv8IJIMwphouqPhG8De0zIGLcmdBdRLQH4ylX92g2WS', 3, 'momoko95@aota.org', '02962-7-9639', 0, 1, 0, 1, 1, 1, 1, 1, 0, 0, 1, 1, 0, 'ope_auth125', 'ope_auth225', 'ope_auth325', 'ope_auth425', 0, '2002-03-20'),
(27, '1975-10-13 13:31:44', '1972-04-28 04:14:50', 'ope_belong26', NULL, '吉田 加奈', '$2y$10$KqBDM2X1lKpDdkkQ7jy8POPO3pWgq7eYED6s41oruGJmWaaW1POq6', 0, 'osasaki@aoyama.jp', '08-4290-3884', 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 'ope_auth126', 'ope_auth226', 'ope_auth326', 'ope_auth426', 0, '1975-07-18'),
(28, '1995-09-22 14:04:08', '1975-11-06 03:10:05', 'ope_belong27', NULL, '坂本 直子', '$2y$10$fMj2RUBOKc613XGTwGUibOLLPatRRQbU6tDy8f/qyTOMnBSOTxSpK', 3, 'sogaki@gmail.com', '080-8801-0428', 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 'ope_auth127', 'ope_auth227', 'ope_auth327', 'ope_auth427', 1, '2000-12-14'),
(29, '1982-11-29 10:56:42', '1974-10-10 11:25:09', 'ope_belong28', NULL, '若松 直子', '$2y$10$9vrNvJkQF16MG/GAVPWUfuqfqYwqxCIMovzSKSkQgllJe7/Mbc.Tm', 3, 'wakamatsu.tsubasa@uno.biz', '04874-1-5311', 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 0, 1, 'ope_auth128', 'ope_auth228', 'ope_auth328', 'ope_auth428', 0, '1973-11-19'),
(30, '2011-01-28 18:49:02', '1988-11-27 09:05:45', 'ope_belong29', NULL, '渡辺 幹', '$2y$10$UYuIJSQ8Ymo/18JLeAZRGu7sV9WMGbpJFnn9V2PoNUwLOSaX7lbre', 3, 'youichi.kudo@kato.com', '046-541-6131', 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 'ope_auth129', 'ope_auth229', 'ope_auth329', 'ope_auth429', 1, '2012-03-31'),
(31, '1995-02-21 02:22:29', '1987-07-03 17:20:15', 'ope_belong30', NULL, '伊藤 亮介', '$2y$10$AgzA5g0DwLIlDSW4lXkIguthtrcwyiRI99r5kOIGJgp1.vLsddnVe', 1, 'tsuda.jun@gmail.com', '01663-7-7607', 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 'ope_auth130', 'ope_auth230', 'ope_auth330', 'ope_auth430', 0, '1998-08-05'),
(32, '2014-04-18 10:48:24', '1999-09-06 14:09:30', 'ope_belong31', NULL, '中村 太一', '$2y$10$IXCsmDNPpejbhssNhqbCK.Mmt0MQ1oR9Db4dJZZ4gG4f62fiB.N6a', 1, 'kogaki@ito.com', '067-693-6507', 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'ope_auth131', 'ope_auth231', 'ope_auth331', 'ope_auth431', 0, '2003-01-23'),
(33, '1996-07-10 07:48:34', '2004-08-10 19:08:15', 'ope_belong32', NULL, '山田 陽子', '$2y$10$dhS7myIDItrpbB6o6t.qAuUXzczbjy9iZ/tO81n1GpgRCQVqB4ibS', 1, 'didaka@nakajima.org', '080-1020-1812', 1, 1, 1, 1, 1, 1, 1, 0, 1, 0, 1, 1, 1, 'ope_auth132', 'ope_auth232', 'ope_auth332', 'ope_auth432', 0, '2000-08-08'),
(34, '1977-12-21 12:15:08', '2005-12-31 22:32:19', 'ope_belong33', NULL, '原田 あすか', '$2y$10$ySUpFQh8yQYStpCcn5YtxeO5hA4t11KLRNt3nJLW45STagMbKVKGe', 1, 'hito@yahoo.co.jp', '0813-01-4191', 1, 0, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 1, 'ope_auth133', 'ope_auth233', 'ope_auth333', 'ope_auth433', 1, '1971-12-02'),
(35, '1995-05-16 08:03:11', '2009-04-22 13:17:38', 'ope_belong34', NULL, '中島 淳', '$2y$10$dQ9no6Cxq4/4h2nyZqGVdO/Hc0jorpnjP0IUC3H.PIxZzCkd/vyZq', 1, 'nagisa.hiroshi@mail.goo.ne.jp', '090-9881-0023', 1, 0, 1, 0, 1, 0, 0, 1, 1, 0, 1, 1, 0, 'ope_auth134', 'ope_auth234', 'ope_auth334', 'ope_auth434', 0, '1987-05-31'),
(36, '1997-07-27 08:13:59', '1980-11-04 16:27:38', 'ope_belong35', NULL, '渚 智也', '$2y$10$XCx7I3d.SAtR0HPRv1emE.tNOI0/6pUGL//2OcxLd03ALeijv5/sK', 3, 'sugiyama.soutaro@gmail.com', '0557-09-0854', 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 'ope_auth135', 'ope_auth235', 'ope_auth335', 'ope_auth435', 0, '1983-12-28'),
(37, '2006-03-04 06:19:25', '2005-03-09 11:36:27', 'ope_belong36', NULL, '宮沢 直樹', '$2y$10$HTJw9tgbvP4EXwNn4YzHkuxmSR/U3qK00vZ5dkpFsDLmpHaHwFyB6', 1, 'minoru.yamamoto@mail.goo.ne.jp', '0720-746-290', 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 'ope_auth136', 'ope_auth236', 'ope_auth336', 'ope_auth436', 1, '2015-09-16'),
(38, '1985-11-07 19:24:26', '1988-10-20 01:51:44', 'ope_belong37', NULL, '加納 里佳', '$2y$10$VgAe6fnIvWWOAnRvemad1eOR2zbGo5mLtR4zRhWOaONk37kFFdVS.', 1, 'tomoya.nakajima@yahoo.co.jp', '00-9671-1050', 1, 1, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 'ope_auth137', 'ope_auth237', 'ope_auth337', 'ope_auth437', 1, '1981-03-28'),
(39, '2012-03-05 11:54:08', '1978-10-26 15:45:02', 'ope_belong38', NULL, '小泉 幹', '$2y$10$SGusy8oET/CMHy7aNgDcQeQ079Wf63UorkXuDJqmMq9iystBUhoii', 3, 'kanou.kazuya@nakamura.jp', '090-5552-4707', 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 1, 1, 'ope_auth138', 'ope_auth238', 'ope_auth338', 'ope_auth438', 0, '2013-11-29'),
(40, '2009-09-21 06:45:10', '2008-07-23 11:36:22', 'ope_belong39', NULL, '青田 治', '$2y$10$z4lhziefryyL.553VdBbGeg4Bo5.fnoSW97xgBxRYTY4FYvnZUtVS', 0, 'aota.tomoya@yahoo.co.jp', '04-6661-4970', 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'ope_auth139', 'ope_auth239', 'ope_auth339', 'ope_auth439', 0, '1989-09-20'),
(41, '1974-10-20 20:48:36', '2007-05-12 06:48:16', 'ope_belong40', NULL, '野村 和也', '$2y$10$RAkLFLHI8iCgbvPf1PiDse3Y7PSTfkIeQuXa7D1CuYb0gOiHjeWNW', 1, 'yumiko.aoyama@ishida.net', '090-6510-4015', 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 1, 0, 1, 'ope_auth140', 'ope_auth240', 'ope_auth340', 'ope_auth440', 0, '1985-09-27'),
(42, '1983-06-30 08:27:53', '2002-02-23 10:19:49', 'ope_belong41', NULL, '宮沢 真綾', '$2y$10$eiMSgITgCf4JyMy3RaA.wuKLbO8ZqBVlb6wOKhmTPcKK6DgBt0vY6', 0, 'kenichi.kanou@hotmail.co.jp', '080-2923-6394', 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 1, 1, 0, 'ope_auth141', 'ope_auth241', 'ope_auth341', 'ope_auth441', 1, '2009-07-21'),
(43, '1996-06-20 00:52:03', '1972-07-26 17:50:16', 'ope_belong42', NULL, '中津川 稔', '$2y$10$IGYvydGr8P0DIuxwDEMefONo9G2VjsbJkindWL7upancvFPBN7CM.', 3, 'ayoshida@gmail.com', '0673-99-5242', 0, 0, 1, 1, 1, 0, 1, 1, 1, 1, 1, 0, 1, 'ope_auth142', 'ope_auth242', 'ope_auth342', 'ope_auth442', 1, '1982-02-19'),
(44, '2002-11-04 09:07:14', '1991-04-29 22:21:46', 'ope_belong43', NULL, '若松 七夏', '$2y$10$DUMaDTNkoYcL9asJObsqveH2HcCARpBA4Cu8pY3YAcCS1bc3r5JOe', 2, 'ktanabe@nomura.jp', '0540-427-122', 1, 0, 1, 0, 1, 1, 1, 1, 1, 0, 1, 1, 1, 'ope_auth143', 'ope_auth243', 'ope_auth343', 'ope_auth443', 1, '2006-05-11'),
(45, '2010-10-30 20:21:53', '1973-05-12 05:28:40', 'ope_belong44', NULL, '三宅 くみ子', '$2y$10$t39wrLsjBLHAhDDCxMQ2J.SWBeYIolkogXy0AnTvUp7hGf70KsRv6', 1, 'yoko95@kiriyama.biz', '04-3917-9620', 1, 1, 0, 1, 0, 0, 0, 1, 1, 0, 1, 1, 1, 'ope_auth144', 'ope_auth244', 'ope_auth344', 'ope_auth444', 0, '1974-08-19'),
(46, '1972-10-23 09:32:37', '2009-12-24 19:24:30', 'ope_belong45', NULL, '斉藤 修平', '$2y$10$m9lhvt.H9HLxPt0pItaeNOtIGRxLASNK0oNJX6ykUTvh0cgv2DbDu', 2, 'mitsuru.yamagishi@kanou.jp', '0417-60-3020', 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 'ope_auth145', 'ope_auth245', 'ope_auth345', 'ope_auth445', 0, '1979-09-27'),
(47, '1972-06-11 11:34:33', '2017-02-06 01:15:54', 'ope_belong46', NULL, '渚 京助', '$2y$10$39WV3U9yjeJYHb8WYqHZpOM4fLxUSlVNkOP56ITzyFuuPkVGG1A3K', 2, 'dmiyake@hotmail.co.jp', '0470-264-531', 1, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 'ope_auth146', 'ope_auth246', 'ope_auth346', 'ope_auth446', 1, '2012-01-25'),
(48, '1981-09-16 18:52:27', '1982-05-27 04:32:15', 'ope_belong47', NULL, '佐々木 幹', '$2y$10$5QRGePdCh82sqROv8mzOYOIkkI3VMxLD8Xh.eb59rwXIZWCeTPPyK', 0, 'ztanaka@hotmail.co.jp', '0248-85-0386', 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 1, 1, 'ope_auth147', 'ope_auth247', 'ope_auth347', 'ope_auth447', 0, '2017-06-17'),
(49, '2018-05-24 22:11:11', '1994-11-06 17:13:51', 'ope_belong48', NULL, '原田 亮介', '$2y$10$t0tj8pi/nrc3tBLqsUa4suWWHnjL4aTRDYq7v6MMtNvOyZAY1.W26', 2, 'msakamoto@gmail.com', '080-3691-3455', 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 'ope_auth148', 'ope_auth248', 'ope_auth348', 'ope_auth448', 1, '1977-07-07'),
(50, '1981-06-23 08:37:28', '1978-02-18 09:47:30', 'ope_belong49', NULL, '中島 真綾', '$2y$10$Iq6O4ykV8fhumxLmma.syumO7TnaZl7SSIbk6kWP/EQz2D4CyqU7W', 0, 'sayuri39@hotmail.co.jp', '080-8960-3230', 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'ope_auth149', 'ope_auth249', 'ope_auth349', 'ope_auth449', 1, '1994-10-27'),
(51, '2009-03-19 13:49:47', '1974-09-06 18:40:43', 'ope_belong50', NULL, '坂本 里佳', '$2y$10$G3pLGwQ2jK2XElv8YDzSe.XADRMySKY9p8KtF01CGG7chsieVrOLy', 3, 'fhirokawa@gmail.com', '02-9003-0380', 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 'ope_auth150', 'ope_auth250', 'ope_auth350', 'ope_auth450', 1, '2000-04-08'),
(52, '1985-09-16 21:21:07', '2001-03-01 02:58:03', 'ope_belong51', NULL, '山口 和也', '$2y$10$HVus7ycqn81Ocb2ot9WbO.aa8rdOMP1Hx0jUoty2Xto/uwFaT/pqy', 1, 'yamagishi.akira@takahashi.info', '00-2382-2227', 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 'ope_auth151', 'ope_auth251', 'ope_auth351', 'ope_auth451', 0, '1996-10-07'),
(53, '1977-03-01 02:47:21', '1986-12-27 20:38:51', 'ope_belong52', NULL, '青山 浩', '$2y$10$stAEl6k0ZjPezENrsE2sWOAr9/yL4LYtA.wNkMOY01f4hG2X/34Ue', 3, 'shuhei.tsuda@gmail.com', '07-4788-1145', 1, 0, 1, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 'ope_auth152', 'ope_auth252', 'ope_auth352', 'ope_auth452', 1, '1987-11-06'),
(54, '2013-11-11 18:18:42', '1972-01-30 19:50:51', 'ope_belong53', NULL, '浜田 さゆり', '$2y$10$OrLqYjpZ6zwqobt36VcoMusx7Qj/ZWhVoLCyeQic5aK82y3Q9Oo/K', 0, 'yui25@mail.goo.ne.jp', '045-783-3105', 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 1, 'ope_auth153', 'ope_auth253', 'ope_auth353', 'ope_auth453', 1, '1977-03-14'),
(55, '1972-05-19 22:48:34', '2007-07-20 20:34:36', 'ope_belong54', NULL, '廣川 花子', '$2y$10$TszDrqSpaKZccfzWx/PpoOUAYdHhURqU0VWz7xgrtABWL2mOE8se6', 1, 'yamada.yasuhiro@yoshimoto.net', '080-0637-4783', 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 'ope_auth154', 'ope_auth254', 'ope_auth354', 'ope_auth454', 1, '1981-09-28'),
(56, '2003-03-09 16:54:21', '2015-07-09 11:19:27', 'ope_belong55', NULL, '山田 加奈', '$2y$10$1RRCv/jD2d/SuckgvRwVwuUfkC7REM8U6nyBu4h1VXUP4HvKrQcFa', 1, 'naoto28@yahoo.co.jp', '0812-92-4071', 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'ope_auth155', 'ope_auth255', 'ope_auth355', 'ope_auth455', 1, '1972-08-23'),
(57, '2006-08-08 15:20:23', '1985-07-04 22:11:53', 'ope_belong56', NULL, '高橋 あすか', '$2y$10$khey/5aYdkUxS8aLQMqHTuuOdH.ZPNnGxboepUnfo7En4rRoi2hD.', 0, 'nakatsugawa.yumiko@hirokawa.info', '0900-933-911', 1, 0, 1, 1, 0, 0, 1, 1, 0, 1, 1, 1, 0, 'ope_auth156', 'ope_auth256', 'ope_auth356', 'ope_auth456', 1, '2016-07-19'),
(58, '1970-04-16 19:43:48', '1984-07-16 12:42:09', 'ope_belong57', NULL, '西之園 晃', '$2y$10$kkMXkT2/fxUZ3sbUe81AkOm0WcfjeT3.wKsxrXYDxIWquXrRq3mH.', 1, 'jsakamoto@aota.com', '05396-6-2092', 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 'ope_auth157', 'ope_auth257', 'ope_auth357', 'ope_auth457', 0, '2006-12-30'),
(59, '1992-08-12 07:51:33', '2015-12-04 10:09:11', 'ope_belong58', NULL, '青山 翔太', '$2y$10$cuAdRVY.WROGQjguEzUVyu0CSIF9qjmPJQ9jmfdRkHxzvCH6Mvbzq', 3, 'vaoyama@ito.net', '096-971-3500', 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 'ope_auth158', 'ope_auth258', 'ope_auth358', 'ope_auth458', 1, '2011-10-28'),
(60, '1991-10-03 13:50:48', '1970-11-03 13:28:33', 'ope_belong59', NULL, '中村 さゆり', '$2y$10$c0DfRyHFg554eLgBfJLkBeKi0lnMYMjFyfXu5rxL2QRCKTXicqq3i', 3, 'sayuri.fujimoto@yahoo.co.jp', '032-204-0406', 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 'ope_auth159', 'ope_auth259', 'ope_auth359', 'ope_auth459', 1, '1978-11-03'),
(61, '1996-05-20 14:04:44', '2009-12-21 00:08:22', 'ope_belong60', NULL, '伊藤 学', '$2y$10$1/OhRJMU0Cudb1.ydXDrUeIgDqn1zisIWwW032ho1XY3eOjLzqQxG', 3, 'psuzuki@gmail.com', '03-9105-2080', 0, 0, 0, 1, 1, 1, 1, 1, 0, 1, 1, 0, 1, 'ope_auth160', 'ope_auth260', 'ope_auth360', 'ope_auth460', 1, '1982-04-29'),
(62, '2013-12-05 08:46:05', '2007-12-08 22:24:36', 'ope_belong61', NULL, '宇野 淳', '$2y$10$yCeUdIZiH1HpP8z.zK/YHem8yv9GEMOwZtdarofnOUNSr5pLixWOK', 2, 'snakamura@gmail.com', '00-1542-5863', 0, 1, 0, 1, 0, 1, 1, 1, 0, 1, 1, 1, 0, 'ope_auth161', 'ope_auth261', 'ope_auth361', 'ope_auth461', 1, '1973-11-13'),
(63, '2011-06-15 07:04:24', '2016-06-03 01:51:28', 'ope_belong62', NULL, '山口 加奈', '$2y$10$ocTwVzfaearLEBL5VCYl6ue3Au14ho3c/pgzX6OA1Foc6BezINKxu', 3, 'yasuhiro17@yahoo.co.jp', '027-246-4223', 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 'ope_auth162', 'ope_auth262', 'ope_auth362', 'ope_auth462', 0, '1993-05-01'),
(64, '1984-07-02 23:48:42', '1989-02-14 01:38:14', 'ope_belong63', NULL, '小泉 修平', '$2y$10$Y/6s5BXyr.uWlV6Ckb2Gfu9SGu6FLNS8wRRD5Fk0YqF.aP7ImKqkm', 1, 'ekoda.minoru@nagisa.jp', '073-668-1410', 1, 1, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 'ope_auth163', 'ope_auth263', 'ope_auth363', 'ope_auth463', 1, '2004-11-16'),
(65, '2008-05-23 08:23:31', '1970-04-07 12:45:19', 'ope_belong64', NULL, '山岸 くみ子', '$2y$10$W.BHwdxDASsN15XTyK1ICuhekzdzpP0st7dTC2RqoLWIhTYJ1.JGe', 1, 'tsuda.manabu@hotmail.co.jp', '080-9293-6401', 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 1, 'ope_auth164', 'ope_auth264', 'ope_auth364', 'ope_auth464', 0, '2010-07-04'),
(66, '2004-07-08 23:39:34', '1993-02-26 08:02:10', 'ope_belong65', NULL, '坂本 晃', '$2y$10$osA5EVXpXGKnBQHq4DjGuummqBgORMmDqW.NTxXOAcoCqRobUafNe', 2, 'atsushi20@sakamoto.com', '080-8829-1053', 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 'ope_auth165', 'ope_auth265', 'ope_auth365', 'ope_auth465', 1, '2018-10-15'),
(67, '1991-04-20 18:20:05', '2015-12-14 17:34:47', 'ope_belong66', NULL, '高橋 知実', '$2y$10$swPU2XfeBwy8IppY.NUbEeSHZvu5JW6D8oAQTDG4OZTwqSgEjaXD.', 0, 'miyake.youichi@tanabe.biz', '08-4846-3395', 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 'ope_auth166', 'ope_auth266', 'ope_auth366', 'ope_auth466', 0, '1976-01-23'),
(68, '2007-10-27 08:26:48', '1989-01-23 17:10:56', 'ope_belong67', NULL, '西之園 篤司', '$2y$10$XAmY2IP1oAwoTbwFyO0Wp.YEzK9faDB23aR9YOVC4J4zYANfzzw.2', 0, 'yui.kimura@hotmail.co.jp', '0660-807-614', 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 1, 1, 0, 'ope_auth167', 'ope_auth267', 'ope_auth367', 'ope_auth467', 1, '2009-06-15'),
(69, '1994-01-09 18:35:23', '2004-09-11 17:17:52', 'ope_belong68', NULL, '佐々木 零', '$2y$10$PA0f2qEqY78MUC4SeeWk9.nAQnKlPiwuJTOmqOfj8nHa32ay.BiSC', 2, 'hirokawa.yuta@yahoo.co.jp', '0290-025-079', 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'ope_auth168', 'ope_auth268', 'ope_auth368', 'ope_auth468', 0, '1989-04-03'),
(70, '1971-05-30 03:42:19', '1972-04-12 13:42:16', 'ope_belong69', NULL, '小泉 千代', '$2y$10$I.752R.Tw74pHEsgosVRcu6IIijYuez5veLZQUdhi4BDA8YzwOZly', 0, 'lkoizumi@yahoo.co.jp', '02-7256-2805', 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 'ope_auth169', 'ope_auth269', 'ope_auth369', 'ope_auth469', 0, '1970-04-06'),
(71, '1989-07-09 10:40:13', '1997-02-15 09:46:35', 'ope_belong70', NULL, '中村 明美', '$2y$10$83.iQXP60.gNDss7bdWvYuaiisLPMTATNWnFgG5wBbcN9PgROfj/C', 1, 'etanabe@murayama.com', '090-9451-2112', 1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 'ope_auth170', 'ope_auth270', 'ope_auth370', 'ope_auth470', 1, '1995-12-31'),
(72, '1979-05-13 03:05:36', '2007-01-05 00:26:33', 'ope_belong71', NULL, '鈴木 陽一', '$2y$10$VpwsdDyrRvRoQeRnoQKzQepcHZL1vePAZzagh/04AyGyntoWYMZLa', 2, 'pwatanabe@sato.com', '0820-589-757', 0, 1, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 1, 'ope_auth171', 'ope_auth271', 'ope_auth371', 'ope_auth471', 1, '1983-05-22'),
(73, '1995-09-14 08:31:29', '2016-08-30 23:30:07', 'ope_belong72', NULL, '江古田 稔', '$2y$10$j0FVuSoQnOaL4JFSFmKURe47BBHshmbupcibixRNmQ.rhrXm9PTB2', 1, 'fujimoto.akira@yahoo.co.jp', '080-7512-2273', 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 'ope_auth172', 'ope_auth272', 'ope_auth372', 'ope_auth472', 1, '1998-09-10'),
(74, '1973-10-06 23:59:49', '2011-11-03 21:20:46', 'ope_belong73', NULL, '佐々木 春香', '$2y$10$EtIHhCJXWkWGrePOCJuwMun/96kSQX7gZcQH9r0hvf95JK.J06tvq', 0, 'kumiko79@nakajima.net', '01-7908-5776', 1, 1, 1, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 'ope_auth173', 'ope_auth273', 'ope_auth373', 'ope_auth473', 1, '1984-10-07'),
(75, '2008-11-30 15:12:58', '1995-12-27 12:47:37', 'ope_belong74', NULL, '伊藤 修平', '$2y$10$9h0KeytW62E4ZH.oaoh1j./3AvljptfWbu0NgHfS.JKQ2uuoDqA3.', 0, 'rei62@sasaki.org', '04424-5-3781', 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 'ope_auth174', 'ope_auth274', 'ope_auth374', 'ope_auth474', 1, '2017-05-24'),
(76, '1996-11-17 23:25:56', '1997-07-16 22:09:50', 'ope_belong75', NULL, '中島 桃子', '$2y$10$v0QvD80PQUpswmbNqPgDZOn2QjF9bRjDzCnksY5cRGghUb0J2pVpy', 3, 'lsato@kudo.biz', '080-1297-3714', 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 'ope_auth175', 'ope_auth275', 'ope_auth375', 'ope_auth475', 0, '2017-09-24'),
(77, '1984-11-10 14:10:58', '1986-02-24 22:40:42', 'ope_belong76', NULL, '加藤 春香', '$2y$10$CChn1lx6GwrdTGbTubeUPu7ePS2v9LkvwGbdYbUUGFVnL6M0.c5D2', 0, 'okijima@hotmail.co.jp', '0440-080-084', 0, 0, 1, 1, 1, 0, 1, 1, 0, 0, 0, 1, 1, 'ope_auth176', 'ope_auth276', 'ope_auth376', 'ope_auth476', 0, '2012-07-19'),
(78, '2004-02-07 08:54:07', '2004-05-07 05:58:46', 'ope_belong77', NULL, '中津川 和也', '$2y$10$6OXRaFxug66bRyYFA76Vve2/LEFXiFwQOdo5LulPZrijfOwf3P72q', 2, 'taro75@hotmail.co.jp', '07493-0-9290', 1, 1, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 'ope_auth177', 'ope_auth277', 'ope_auth377', 'ope_auth477', 0, '1988-04-06'),
(79, '2016-03-30 22:30:33', '2013-01-22 01:57:00', 'ope_belong78', NULL, '江古田 浩', '$2y$10$caXRIETCvvF383rIlZjUH.TTZ8fUBFxx45w2Azce9MMR2AhCra.DS', 3, 'kondo.naoki@nakamura.net', '0350-992-370', 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 'ope_auth178', 'ope_auth278', 'ope_auth378', 'ope_auth478', 0, '1987-08-11'),
(80, '1979-07-29 09:25:10', '1984-02-22 04:12:09', 'ope_belong79', NULL, '佐々木 直樹', '$2y$10$LYdRmzbTcfPvN4n9kViXMuuesZJUA8G2Bq28M4fRYU9XBVznl1uSG', 3, 'youichi72@nakamura.org', '00393-1-9794', 0, 1, 1, 1, 1, 0, 1, 0, 1, 1, 1, 0, 0, 'ope_auth179', 'ope_auth279', 'ope_auth379', 'ope_auth479', 1, '2011-06-01'),
(81, '1998-11-19 22:22:25', '2017-12-04 08:37:23', 'ope_belong80', NULL, '浜田 篤司', '$2y$10$kIAAZRN8Yu9MP293g0wX3Oebc0m3brJFK4Mp58HfadImIhMYLKwxe', 2, 'nishinosono.maaya@nakatsugawa.biz', '080-7756-0750', 1, 1, 0, 0, 0, 1, 1, 0, 1, 0, 1, 1, 0, 'ope_auth180', 'ope_auth280', 'ope_auth380', 'ope_auth480', 0, '1976-08-04'),
(82, '1993-11-05 01:54:46', '1973-11-15 09:21:45', 'ope_belong81', NULL, '西之園 太一', '$2y$10$9CisE..WpdubaIWYfe5bsenl16fwOa9fgkoC/r7gXVar/4CqQr3mq', 3, 'kato.shuhei@murayama.com', '0964-54-7003', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 'ope_auth181', 'ope_auth281', 'ope_auth381', 'ope_auth481', 1, '2011-11-14'),
(83, '1994-12-13 14:07:48', '1996-03-30 21:56:56', 'ope_belong82', NULL, '原田 くみ子', '$2y$10$coHV0eD.u0hbyWy533c.ket7TWwPRiIIOTbXQJpXYS.4HTUeM4qMy', 1, 'xsakamoto@gmail.com', '0249-31-2987', 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 'ope_auth182', 'ope_auth282', 'ope_auth382', 'ope_auth482', 0, '1974-10-20'),
(84, '1974-07-21 22:53:38', '1996-04-28 20:22:55', 'ope_belong83', NULL, '田中 亮介', '$2y$10$ZjrSpdIuSmiGvvhrbAi3Fub/Jo4w4Jy7pUmQVcOJPnoFvU7sV3Wla', 3, 'anakatsugawa@matsumoto.info', '0930-307-195', 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 'ope_auth183', 'ope_auth283', 'ope_auth383', 'ope_auth483', 1, '1990-04-15'),
(85, '1973-06-30 04:03:42', '2001-01-21 08:00:02', 'ope_belong84', NULL, '小泉 太郎', '$2y$10$o7Taag7PxJ93DeHn0ie9t.hgT9XpVmUsv0hm6B48Fgr/b8uSY03KG', 3, 'yoshida.taro@nakatsugawa.net', '090-6441-5053', 1, 1, 1, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 'ope_auth184', 'ope_auth284', 'ope_auth384', 'ope_auth484', 0, '1972-03-26'),
(86, '1986-01-21 12:56:00', '1972-10-04 23:12:30', 'ope_belong85', NULL, '井高 裕美子', '$2y$10$IdsT2Xtku9ta7V9GbcrBA.nSb6R2OZyjtHmSesHqWiPj5TRFNilCy', 3, 'youichi62@yahoo.co.jp', '090-9885-2256', 1, 1, 1, 1, 1, 0, 1, 1, 0, 0, 1, 0, 1, 'ope_auth185', 'ope_auth285', 'ope_auth385', 'ope_auth485', 1, '1973-01-27'),
(87, '1983-07-07 06:05:37', '1973-11-22 15:46:21', 'ope_belong86', NULL, '廣川 翔太', '$2y$10$kVuFY/.se0DY4Nfy5rU7rucYCs97otd7ZyuW9FLZT6VZPyRJWpvM.', 2, 'satomi30@nakajima.info', '090-7769-5162', 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1, 'ope_auth186', 'ope_auth286', 'ope_auth386', 'ope_auth486', 1, '1971-05-13'),
(88, '1975-04-20 21:43:49', '2009-04-03 10:17:19', 'ope_belong87', NULL, '井高 修平', '$2y$10$JQnaz8thdzJbvq3PyJzWyeTZ0HHoVPpCoKHM/ubJ4zHn/FfPuJndq', 1, 'saito.soutaro@ogaki.com', '080-5570-0875', 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 'ope_auth187', 'ope_auth287', 'ope_auth387', 'ope_auth487', 0, '1987-05-26'),
(89, '2013-12-12 23:15:40', '1997-01-07 10:41:13', 'ope_belong88', NULL, '吉本 翼', '$2y$10$FUhRs/Cn3qn.phbZ2pecd.pyYFWVkzwUOWXbDVdn2O/2tMJfzV5oK', 3, 'rika.yamagishi@hotmail.co.jp', '0844-41-2176', 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 1, 1, 0, 'ope_auth188', 'ope_auth288', 'ope_auth388', 'ope_auth488', 0, '1974-01-14'),
(90, '1971-09-26 18:25:44', '2011-05-22 10:04:18', 'ope_belong89', NULL, '小林 くみ子', '$2y$10$XYuztKpABY6QvF.Zpfb2g.GEfbMAX8lph76gpyxCFaDZPzVOY01rC', 2, 'tsubasa41@gmail.com', '0290-734-009', 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 'ope_auth189', 'ope_auth289', 'ope_auth389', 'ope_auth489', 1, '1981-07-21'),
(91, '1988-08-23 09:28:28', '2003-07-13 02:45:42', 'ope_belong90', NULL, '野村 裕美子', '$2y$10$sCZdvroggnzLggzbS7hp3e9MKTXHczptPDmGRxQqC6IWTo89aS4aO', 2, 'kanou.nanami@tanaka.jp', '0978-27-7687', 1, 1, 1, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 'ope_auth190', 'ope_auth290', 'ope_auth390', 'ope_auth490', 0, '2003-09-17'),
(92, '2009-04-24 07:46:18', '1984-08-12 09:44:04', 'ope_belong91', NULL, '藤本 香織', '$2y$10$/aRfuVMhQVMgGv9QQPUHgOUmdBzPS9dBhXXG1IZUbvc5XZ5.bY/BG', 3, 'satomi81@mail.goo.ne.jp', '07-2295-9311', 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 'ope_auth191', 'ope_auth291', 'ope_auth391', 'ope_auth491', 0, '1995-06-27'),
(93, '1976-09-05 01:01:09', '1980-03-17 20:06:23', 'ope_belong92', NULL, '木村 香織', '$2y$10$oa9HTLg3QbMq9Tola7U0Fue0hQwYOf1hqxuau77lYJsBx9H7cAS2G', 2, 'chiyo90@yahoo.co.jp', '090-2192-8945', 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 'ope_auth192', 'ope_auth292', 'ope_auth392', 'ope_auth492', 1, '1990-02-21'),
(94, '1983-02-25 07:05:08', '1975-01-17 21:25:52', 'ope_belong93', NULL, '笹田 健一', '$2y$10$qJ9mMvhIbZQBHwu5yAZVOuYm6uL.kR.zQtTaCmKQ32o78YthGhRGW', 2, 'suzuki.yuki@hotmail.co.jp', '06745-3-7553', 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 'ope_auth193', 'ope_auth293', 'ope_auth393', 'ope_auth493', 1, '1994-12-04'),
(95, '1975-07-21 21:35:54', '1985-05-03 01:28:57', 'ope_belong94', NULL, '杉山 学', '$2y$10$JeaJwL/DzFa2ugKmPB.xwO602j8WxnSMzJhG9OK.ZQlsJELRnUE/m', 1, 'yumiko57@hotmail.co.jp', '0811-29-4451', 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 'ope_auth194', 'ope_auth294', 'ope_auth394', 'ope_auth494', 0, '1970-10-10'),
(96, '1988-03-30 04:56:19', '2005-01-12 21:12:47', 'ope_belong95', NULL, '山本 香織', '$2y$10$00E603o67yGVqwX.89xWC.13g4mEKdPurDHzeoaG6hpCCWlKvwh7G', 0, 'kazuya.sasaki@harada.net', '06997-1-4202', 0, 1, 0, 1, 1, 1, 1, 0, 1, 0, 1, 1, 0, 'ope_auth195', 'ope_auth295', 'ope_auth395', 'ope_auth495', 0, '1999-08-30'),
(97, '2003-10-07 17:00:12', '2016-05-28 10:49:15', 'ope_belong96', NULL, '田中 幹', '$2y$10$6q07Xh7Vo6y1i0hbUDhm..yyvZ0iw9FoVzNyreB2THkNJQspCL3xW', 1, 'tanabe.akemi@kudo.org', '006-144-4531', 1, 0, 1, 0, 1, 0, 1, 1, 1, 1, 1, 0, 1, 'ope_auth196', 'ope_auth296', 'ope_auth396', 'ope_auth496', 0, '2013-05-04'),
(98, '2012-04-01 12:48:07', '2001-03-26 17:11:05', 'ope_belong97', NULL, '加藤 里佳', '$2y$10$CH5k6VdsTAw6fYn/siaZFeCY./iVLq2tNV0dvVgQFAzIa9sLGaU/q', 1, 'koizumi.naoki@hotmail.co.jp', '0040-613-863', 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 'ope_auth197', 'ope_auth297', 'ope_auth397', 'ope_auth497', 1, '1970-10-22'),
(99, '2009-07-08 21:58:57', '2010-06-26 07:58:48', 'ope_belong98', NULL, '田中 晃', '$2y$10$uBE.2c0plg/kl70diCiGx.G2WHgzkzursS7MoDe8d/Xd6HcAxYGUK', 3, 'gkimura@uno.jp', '04421-0-8689', 1, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 'ope_auth198', 'ope_auth298', 'ope_auth398', 'ope_auth498', 0, '1994-07-06'),
(100, '2000-01-09 12:18:09', '2004-11-11 00:12:18', 'ope_belong99', NULL, '小泉 幹', '$2y$10$JJtT57BfJEtn80JVZwW9P.Q6QvbvpRsZUUix/ZuRWZOuesHJSNfhe', 2, 'akemi.uno@yahoo.co.jp', '090-9770-1748', 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 'ope_auth199', 'ope_auth299', 'ope_auth399', 'ope_auth499', 1, '1986-11-14');
-- --------------------------------------------------------
--
-- 表的结构 `operator_log`
--
CREATE TABLE `operator_log` (
`operator_log_id` int(10) UNSIGNED NOT NULL,
`operator_id` int(10) UNSIGNED DEFAULT NULL,
`remote_ip` varchar(255) DEFAULT NULL,
`browser_user_agent` varchar(255) DEFAULT NULL,
`user_id` int(10) UNSIGNED DEFAULT NULL,
`contract_id` int(10) UNSIGNED DEFAULT NULL,
`operation_code` varchar(255) DEFAULT NULL,
`operation_comment` varchar(255) DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
--
-- 转存表中的数据 `operator_log`
--
INSERT INTO `operator_log` (`operator_log_id`, `operator_id`, `remote_ip`, `browser_user_agent`, `user_id`, `contract_id`, `operation_code`, `operation_comment`, `created_at`, `updated_at`) VALUES
(1, 10, '79.113.96.47', 'browser_user_agent0', 45, 76, 'operation_code0', 'operation_comment0', '1975-10-18 17:30:41', '1996-09-24 09:39:47'),
(2, 67, '60.108.192.222', 'browser_user_agent1', 60, 31, 'operation_code1', 'operation_comment1', '1996-12-11 03:26:24', '1990-05-13 00:45:36'),
(3, 11, '58.80.3.219', 'browser_user_agent2', 98, 32, 'operation_code2', 'operation_comment2', '2002-10-02 20:55:58', '2006-08-23 14:14:00'),
(4, 58, '154.165.43.117', 'browser_user_agent3', 22, 61, 'operation_code3', 'operation_comment3', '2006-10-20 17:43:01', '1981-10-01 12:03:25'),
(5, 70, '206.19.92.4', 'browser_user_agent4', 24, 42, 'operation_code4', 'operation_comment4', '1992-12-31 23:46:01', '2001-05-01 18:39:56'),
(6, 44, '144.128.81.161', 'browser_user_agent5', 63, 28, 'operation_code5', 'operation_comment5', '2016-06-24 13:13:21', '2010-05-07 13:44:43'),
(7, 26, '141.255.10.232', 'browser_user_agent6', 87, 33, 'operation_code6', 'operation_comment6', '1982-09-11 00:15:17', '2005-01-12 09:03:56'),
(8, 22, '117.39.114.253', 'browser_user_agent7', 4, 1, 'operation_code7', 'operation_comment7', '1983-08-03 11:45:59', '1996-10-05 21:40:08'),
(9, 52, '113.36.11.65', 'browser_user_agent8', 82, 74, 'operation_code8', 'operation_comment8', '1971-08-06 10:40:40', '1979-03-29 05:00:10'),
(10, 79, '12.187.103.135', 'browser_user_agent9', 59, 18, 'operation_code9', 'operation_comment9', '2014-09-16 13:49:07', '2007-06-22 21:30:07'),
(11, 43, '152.203.205.8', 'browser_user_agent10', 82, 11, 'operation_code10', 'operation_comment10', '1979-06-15 18:23:26', '1998-05-15 00:30:02'),
(12, 59, '187.32.173.119', 'browser_user_agent11', 33, 30, 'operation_code11', 'operation_comment11', '1972-09-26 04:47:28', '2015-05-22 20:24:07'),
(13, 23, '106.212.104.50', 'browser_user_agent12', 66, 64, 'operation_code12', 'operation_comment12', '2000-03-11 10:10:02', '1984-08-03 03:19:05'),
(14, 91, '163.76.111.169', 'browser_user_agent13', 61, 40, 'operation_code13', 'operation_comment13', '2013-03-26 06:59:20', '2017-03-05 11:19:17'),
(15, 86, '116.157.62.24', 'browser_user_agent14', 17, 55, 'operation_code14', 'operation_comment14', '1999-08-28 12:13:24', '1979-03-09 22:31:10'),
(16, 56, '235.68.165.46', 'browser_user_agent15', 39, 94, 'operation_code15', 'operation_comment15', '2014-04-09 16:40:08', '1970-04-03 13:29:26'),
(17, 36, '175.189.40.144', 'browser_user_agent16', 100, 40, 'operation_code16', 'operation_comment16', '2004-05-02 06:37:37', '2009-03-10 19:46:09'),
(18, 51, '29.100.67.54', 'browser_user_agent17', 45, 59, 'operation_code17', 'operation_comment17', '1988-06-12 04:36:09', '1975-06-13 04:40:17'),
(19, 84, '168.167.45.24', 'browser_user_agent18', 27, 79, 'operation_code18', 'operation_comment18', '1980-03-11 18:09:08', '1978-12-05 14:18:32'),
(20, 91, '227.124.81.33', 'browser_user_agent19', 41, 16, 'operation_code19', 'operation_comment19', '2015-09-20 14:07:48', '2000-10-29 15:42:52'),
(21, 7, '243.144.146.88', 'browser_user_agent20', 29, 9, 'operation_code20', 'operation_comment20', '1998-06-01 16:01:00', '1975-01-16 07:29:51'),
(22, 30, '201.22.23.213', 'browser_user_agent21', 70, 70, 'operation_code21', 'operation_comment21', '2000-06-20 01:37:53', '1999-04-18 19:38:30'),
(23, 33, '107.173.14.57', 'browser_user_agent22', 41, 97, 'operation_code22', 'operation_comment22', '1986-02-21 02:40:31', '1983-04-22 04:35:26'),
(24, 86, '105.43.168.221', 'browser_user_agent23', 18, 59, 'operation_code23', 'operation_comment23', '2013-05-30 11:17:09', '1989-02-16 11:02:32'),
(25, 93, '198.58.64.15', 'browser_user_agent24', 86, 55, 'operation_code24', 'operation_comment24', '1995-11-25 00:15:46', '1981-08-29 20:56:55'),
(26, 50, '13.254.226.92', 'browser_user_agent25', 51, 78, 'operation_code25', 'operation_comment25', '2014-05-18 23:00:38', '2016-12-18 18:29:11'),
(27, 4, '10.244.176.231', 'browser_user_agent26', 41, 38, 'operation_code26', 'operation_comment26', '2008-05-28 06:13:38', '2016-05-27 09:12:45'),
(28, 28, '11.55.150.254', 'browser_user_agent27', 55, 19, 'operation_code27', 'operation_comment27', '2006-06-25 07:11:46', '1984-06-20 18:41:08'),
(29, 3, '169.174.45.18', 'browser_user_agent28', 79, 44, 'operation_code28', 'operation_comment28', '2014-12-16 06:33:37', '2003-03-11 04:41:20'),
(30, 89, '236.82.80.212', 'browser_user_agent29', 11, 89, 'operation_code29', 'operation_comment29', '2009-12-16 16:36:59', '2002-05-02 15:04:06'),
(31, 83, '110.200.103.161', 'browser_user_agent30', 32, 21, 'operation_code30', 'operation_comment30', '1974-04-13 17:42:24', '1972-03-02 17:55:11'),
(32, 3, '216.62.172.99', 'browser_user_agent31', 79, 91, 'operation_code31', 'operation_comment31', '1991-09-07 23:15:33', '2010-08-14 14:14:06'),
(33, 41, '8.179.2.171', 'browser_user_agent32', 20, 35, 'operation_code32', 'operation_comment32', '1993-05-29 10:51:30', '1995-11-05 02:07:30'),
(34, 41, '213.124.126.193', 'browser_user_agent33', 71, 27, 'operation_code33', 'operation_comment33', '1990-12-13 04:17:34', '1995-03-10 13:05:44'),
(35, 36, '246.155.183.194', 'browser_user_agent34', 29, 55, 'operation_code34', 'operation_comment34', '2003-04-14 16:06:36', '1976-01-28 14:06:51'),
(36, 56, '191.133.35.198', 'browser_user_agent35', 18, 72, 'operation_code35', 'operation_comment35', '1988-03-03 13:16:39', '1975-04-21 00:24:38'),
(37, 54, '141.142.121.150', 'browser_user_agent36', 58, 5, 'operation_code36', 'operation_comment36', '1970-01-20 19:52:46', '2010-05-07 03:53:17'),
(38, 42, '116.237.170.82', 'browser_user_agent37', 77, 14, 'operation_code37', 'operation_comment37', '2001-09-29 21:01:31', '1984-02-03 03:40:54'),
(39, 35, '102.252.11.47', 'browser_user_agent38', 77, 81, 'operation_code38', 'operation_comment38', '1978-11-18 22:48:03', '2015-12-18 16:46:49'),
(40, 67, '40.30.240.109', 'browser_user_agent39', 21, 63, 'operation_code39', 'operation_comment39', '1993-08-03 11:47:33', '2013-05-22 08:36:16'),
(41, 2, '214.49.221.239', 'browser_user_agent40', 64, 20, 'operation_code40', 'operation_comment40', '1974-09-06 17:00:08', '2005-02-06 02:41:30'),
(42, 90, '242.96.126.246', 'browser_user_agent41', 39, 69, 'operation_code41', 'operation_comment41', '1985-11-22 00:06:47', '2004-08-07 23:44:05'),
(43, 58, '70.216.173.18', 'browser_user_agent42', 50, 49, 'operation_code42', 'operation_comment42', '1984-09-09 13:48:53', '1973-04-19 13:40:47'),
(44, 99, '87.186.191.190', 'browser_user_agent43', 37, 94, 'operation_code43', 'operation_comment43', '1985-10-30 08:35:30', '1971-09-29 19:10:34'),
(45, 54, '222.129.121.204', 'browser_user_agent44', 68, 74, 'operation_code44', 'operation_comment44', '2005-06-06 02:54:28', '2000-07-30 12:01:31'),
(46, 43, '210.174.150.116', 'browser_user_agent45', 32, 2, 'operation_code45', 'operation_comment45', '1991-11-24 02:56:54', '2000-12-02 23:02:01'),
(47, 89, '231.47.146.2', 'browser_user_agent46', 38, 50, 'operation_code46', 'operation_comment46', '2005-09-16 16:05:11', '2014-06-03 02:02:42'),
(48, 71, '227.71.74.140', 'browser_user_agent47', 16, 54, 'operation_code47', 'operation_comment47', '1978-02-09 03:41:34', '1985-10-12 21:56:10'),
(49, 12, '144.90.209.247', 'browser_user_agent48', 40, 82, 'operation_code48', 'operation_comment48', '2002-08-25 20:16:46', '2010-07-04 21:54:00'),
(50, 10, '117.59.247.150', 'browser_user_agent49', 54, 74, 'operation_code49', 'operation_comment49', '1980-10-01 00:14:25', '1995-06-16 08:41:28'),
(51, 16, '136.235.241.226', 'browser_user_agent50', 35, 33, 'operation_code50', 'operation_comment50', '2005-09-05 05:40:06', '1999-02-15 08:32:50'),
(52, 95, '182.250.44.142', 'browser_user_agent51', 4, 45, 'operation_code51', 'operation_comment51', '1996-04-03 12:15:08', '2000-09-25 02:38:50'),
(53, 87, '56.133.253.141', 'browser_user_agent52', 24, 42, 'operation_code52', 'operation_comment52', '2002-08-19 07:07:14', '2007-03-04 19:42:32'),
(54, 67, '2.193.194.33', 'browser_user_agent53', 89, 95, 'operation_code53', 'operation_comment53', '1998-05-26 12:57:27', '2003-01-19 21:40:42'),
(55, 96, '140.178.254.70', 'browser_user_agent54', 74, 59, 'operation_code54', 'operation_comment54', '1986-01-26 00:32:08', '1975-02-22 06:22:02'),
(56, 28, '255.34.75.27', 'browser_user_agent55', 2, 79, 'operation_code55', 'operation_comment55', '2000-03-17 06:40:25', '1970-10-10 05:24:55'),
(57, 51, '152.28.182.27', 'browser_user_agent56', 34, 63, 'operation_code56', 'operation_comment56', '1974-01-11 15:21:54', '1975-10-16 08:55:09'),
(58, 99, '144.66.17.139', 'browser_user_agent57', 66, 96, 'operation_code57', 'operation_comment57', '1983-12-14 17:35:49', '2008-05-17 21:42:10'),
(59, 60, '255.72.74.107', 'browser_user_agent58', 35, 63, 'operation_code58', 'operation_comment58', '1997-08-07 09:22:50', '2013-11-11 13:10:00'),
(60, 36, '233.123.110.147', 'browser_user_agent59', 79, 23, 'operation_code59', 'operation_comment59', '2017-07-22 02:43:50', '1994-12-08 01:17:19'),
(61, 35, '117.242.119.132', 'browser_user_agent60', 77, 71, 'operation_code60', 'operation_comment60', '1979-11-21 07:15:09', '2003-01-21 04:19:29'),
(62, 2, '65.233.14.247', 'browser_user_agent61', 88, 10, 'operation_code61', 'operation_comment61', '1971-06-29 10:04:43', '2016-04-03 05:20:29'),
(63, 41, '205.119.103.77', 'browser_user_agent62', 5, 31, 'operation_code62', 'operation_comment62', '2014-01-19 03:35:28', '2012-01-04 16:19:51'),
(64, 77, '246.239.238.18', 'browser_user_agent63', 99, 79, 'operation_code63', 'operation_comment63', '2010-05-10 20:00:30', '1988-04-10 16:14:18'),
(65, 91, '116.32.140.129', 'browser_user_agent64', 87, 26, 'operation_code64', 'operation_comment64', '1989-01-16 11:56:07', '1971-01-28 18:05:02'),
(66, 53, '64.25.136.85', 'browser_user_agent65', 30, 56, 'operation_code65', 'operation_comment65', '2010-10-14 02:37:39', '1989-03-03 19:55:04'),
(67, 72, '96.183.79.234', 'browser_user_agent66', 21, 95, 'operation_code66', 'operation_comment66', '1991-03-15 12:11:05', '1992-04-11 14:41:33'),
(68, 63, '32.49.132.112', 'browser_user_agent67', 40, 11, 'operation_code67', 'operation_comment67', '1998-03-12 02:57:00', '1975-02-01 01:27:26'),
(69, 94, '200.17.180.128', 'browser_user_agent68', 27, 16, 'operation_code68', 'operation_comment68', '1997-10-27 05:48:32', '2018-09-27 00:50:11'),
(70, 77, '92.203.124.87', 'browser_user_agent69', 52, 10, 'operation_code69', 'operation_comment69', '2011-02-11 02:12:34', '1993-08-22 13:11:54'),
(71, 5, '235.39.77.6', 'browser_user_agent70', 100, 50, 'operation_code70', 'operation_comment70', '1973-06-26 17:56:12', '2015-05-16 23:01:38'),
(72, 2, '188.128.167.17', 'browser_user_agent71', 48, 45, 'operation_code71', 'operation_comment71', '1991-12-04 15:29:31', '1995-11-03 03:36:07'),
(73, 70, '196.232.209.183', 'browser_user_agent72', 40, 59, 'operation_code72', 'operation_comment72', '1975-12-25 02:58:37', '1976-12-28 02:45:31'),
(74, 81, '2.87.135.106', 'browser_user_agent73', 7, 6, 'operation_code73', 'operation_comment73', '1994-03-13 18:26:08', '1982-11-02 19:00:51'),
(75, 9, '58.186.95.74', 'browser_user_agent74', 43, 99, 'operation_code74', 'operation_comment74', '2006-06-17 12:43:21', '2013-03-09 07:26:29'),
(76, 75, '22.238.23.65', 'browser_user_agent75', 74, 100, 'operation_code75', 'operation_comment75', '1988-03-26 04:49:53', '1978-02-17 10:10:08'),
(77, 88, '177.137.70.158', 'browser_user_agent76', 40, 30, 'operation_code76', 'operation_comment76', '2017-03-23 15:47:47', '1989-06-03 16:29:26'),
(78, 16, '120.82.182.135', 'browser_user_agent77', 16, 47, 'operation_code77', 'operation_comment77', '1998-10-23 00:10:53', '1976-07-12 18:58:20'),
(79, 98, '223.223.224.123', 'browser_user_agent78', 69, 67, 'operation_code78', 'operation_comment78', '1998-01-17 21:15:36', '2001-06-27 17:43:45'),
(80, 22, '228.109.20.136', 'browser_user_agent79', 77, 11, 'operation_code79', 'operation_comment79', '1978-03-07 16:03:01', '1974-08-28 04:06:55'),
(81, 26, '243.189.58.222', 'browser_user_agent80', 8, 47, 'operation_code80', 'operation_comment80', '1989-08-06 02:46:22', '1989-10-07 13:06:02'),
(82, 43, '71.145.138.222', 'browser_user_agent81', 19, 93, 'operation_code81', 'operation_comment81', '1994-10-30 19:05:13', '1972-09-22 14:20:22'),
(83, 67, '73.99.225.232', 'browser_user_agent82', 41, 19, 'operation_code82', 'operation_comment82', '1985-02-12 11:01:13', '2013-12-07 07:17:41'),
(84, 51, '10.99.106.200', 'browser_user_agent83', 98, 3, 'operation_code83', 'operation_comment83', '1981-07-19 06:30:52', '2016-10-22 20:09:32'),
(85, 32, '56.107.252.229', 'browser_user_agent84', 69, 97, 'operation_code84', 'operation_comment84', '2004-11-12 17:01:29', '1977-11-01 03:08:11'),
(86, 57, '54.1.49.47', 'browser_user_agent85', 82, 25, 'operation_code85', 'operation_comment85', '1990-04-16 05:54:46', '2001-11-16 05:53:17'),
(87, 61, '68.252.154.103', 'browser_user_agent86', 99, 78, 'operation_code86', 'operation_comment86', '1971-12-13 23:50:00', '1996-08-08 04:18:34'),
(88, 94, '39.183.187.205', 'browser_user_agent87', 51, 25, 'operation_code87', 'operation_comment87', '1995-02-02 18:34:51', '1979-10-22 11:57:29'),
(89, 39, '7.25.21.77', 'browser_user_agent88', 50, 94, 'operation_code88', 'operation_comment88', '1973-08-11 17:45:30', '2003-08-26 17:40:34'),
(90, 74, '48.118.245.252', 'browser_user_agent89', 7, 10, 'operation_code89', 'operation_comment89', '1987-06-25 16:52:14', '1998-11-01 14:28:10'),
(91, 46, '142.61.234.93', 'browser_user_agent90', 52, 13, 'operation_code90', 'operation_comment90', '1995-08-19 21:02:45', '2010-05-07 21:29:48'),
(92, 68, '79.78.75.251', 'browser_user_agent91', 31, 30, 'operation_code91', 'operation_comment91', '2002-07-31 12:28:20', '1986-11-09 05:32:01'),
(93, 17, '107.171.248.80', 'browser_user_agent92', 94, 81, 'operation_code92', 'operation_comment92', '1983-06-20 01:38:39', '1980-06-18 22:18:58'),
(94, 92, '206.25.185.87', 'browser_user_agent93', 10, 19, 'operation_code93', 'operation_comment93', '2002-11-18 19:19:15', '1996-02-10 08:46:17'),
(95, 74, '205.175.10.148', 'browser_user_agent94', 20, 26, 'operation_code94', 'operation_comment94', '2015-03-02 22:41:44', '1992-12-10 23:29:08'),
(96, 42, '35.160.107.252', 'browser_user_agent95', 93, 22, 'operation_code95', 'operation_comment95', '1992-12-09 11:22:55', '1994-06-30 23:25:02'),
(97, 23, '74.189.0.179', 'browser_user_agent96', 51, 27, 'operation_code96', 'operation_comment96', '2009-01-18 04:28:43', '2017-02-05 09:50:35'),
(98, 3, '14.152.20.142', 'browser_user_agent97', 33, 8, 'operation_code97', 'operation_comment97', '1986-07-30 17:10:17', '2003-05-07 10:49:10'),
(99, 28, '57.65.190.14', 'browser_user_agent98', 26, 78, 'operation_code98', 'operation_comment98', '1972-05-12 07:42:58', '2017-12-02 06:29:58'),
(100, 23, '202.71.53.242', 'browser_user_agent99', 37, 76, 'operation_code99', 'operation_comment99', '1990-09-06 21:30:07', '1988-10-18 18:38:00');
-- --------------------------------------------------------
--
-- 表的结构 `operator_que`
--
CREATE TABLE `operator_que` (
`que_id` int(10) UNSIGNED NOT NULL,
`que_class` int(10) UNSIGNED DEFAULT NULL,
`user_id` int(10) UNSIGNED DEFAULT NULL,
`contract_id` int(10) UNSIGNED DEFAULT NULL,
`park_id` int(10) UNSIGNED DEFAULT NULL,
`que_comment` varchar(255) DEFAULT NULL,
`que_status` int(10) UNSIGNED DEFAULT NULL,
`que_status_comment` varchar(255) DEFAULT NULL,
`work_instructions` varchar(255) DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
`operator_id` int(10) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
--
-- 转存表中的数据 `operator_que`
--
INSERT INTO `operator_que` (`que_id`, `que_class`, `user_id`, `contract_id`, `park_id`, `que_comment`, `que_status`, `que_status_comment`, `work_instructions`, `created_at`, `updated_at`, `operator_id`) VALUES
(1, 2, 35, 78, 67, 'que_comment0', 0, 'que_status_comment0', NULL, '2015-09-14 05:48:27', '1990-02-17 10:12:28', 3),
(2, 7, 97, 92, 3, 'que_comment1', 0, 'que_status_comment1', NULL, '1978-04-30 07:26:54', '1998-08-29 15:03:35', 43),
(3, 8, 82, 90, 84, 'que_comment2', 3, 'que_status_comment2', NULL, '1975-04-15 16:10:06', '1983-10-04 23:54:30', 81),
(4, 9, 42, 86, 33, 'que_comment3', 1, 'que_status_comment3', NULL, '1971-10-11 06:36:53', '2018-07-30 21:40:46', 3),
(5, 7, 95, 68, 82, 'que_comment4', 3, 'que_status_comment4', NULL, '1973-04-26 08:00:54', '1990-08-24 11:04:59', 49),
(6, 3, 77, 13, 94, 'que_comment5', 1, 'que_status_comment5', NULL, '1999-05-19 11:29:02', '2010-02-11 02:21:29', 76),
(7, 10, 96, 63, 44, 'que_comment6', 0, 'que_status_comment6', NULL, '2000-10-13 06:12:38', '2007-06-25 11:16:59', 46),
(8, 0, 31, 68, 10, 'que_comment7', 1, 'que_status_comment7', NULL, '1970-05-07 18:35:52', '1975-12-08 00:07:10', 9),
(9, 0, 42, 26, 46, 'que_comment8', 3, 'que_status_comment8', NULL, '2010-11-22 19:08:09', '2012-10-13 17:22:54', 100),
(10, 11, 93, 57, 94, 'que_comment9', 0, 'que_status_comment9', NULL, '2001-03-17 16:25:44', '2018-02-08 16:53:14', 64),
(11, 2, 94, 3, 72, 'que_comment10', 0, 'que_status_comment10', NULL, '2007-11-24 03:18:14', '1975-11-01 03:44:23', 9),
(12, 12, 64, 20, 26, 'que_comment11', 0, 'que_status_comment11', NULL, '1975-07-11 01:07:04', '1985-03-02 06:08:35', 98),
(13, 0, 83, 52, 54, 'que_comment12', 3, 'que_status_comment12', NULL, '2018-05-13 15:03:49', '1994-11-05 11:45:07', 56),
(14, 5, 73, 66, 18, 'que_comment13', 2, 'que_status_comment13', NULL, '1981-05-06 11:09:02', '1973-02-24 17:19:09', 82),
(15, 7, 78, 8, 71, 'que_comment14', 0, 'que_status_comment14', NULL, '2001-03-04 05:33:46', '1983-02-16 16:22:34', 21),
(16, 2, 5, 25, 29, 'que_comment15', 3, 'que_status_comment15', NULL, '1971-01-12 19:15:51', '2006-05-04 23:37:31', 31),
(17, 2, 6, 76, 28, 'que_comment16', 3, 'que_status_comment16', NULL, '1979-01-01 08:03:21', '2018-08-04 02:24:20', 69),
(18, 3, 23, 29, 9, 'que_comment17', 0, 'que_status_comment17', NULL, '1996-12-23 09:53:30', '1975-04-05 07:58:29', 36),
(19, 8, 55, 46, 21, 'que_comment18', 2, 'que_status_comment18', NULL, '1973-07-31 09:55:33', '1997-10-27 15:52:55', 46),
(20, 3, 66, 65, 69, 'que_comment19', 0, 'que_status_comment19', NULL, '1986-08-26 18:36:01', '1974-01-04 00:04:30', 20),
(21, 11, 43, 61, 17, 'que_comment20', 0, 'que_status_comment20', NULL, '2012-07-12 17:48:23', '1974-08-10 11:45:43', 17),
(22, 5, 48, 44, 28, 'que_comment21', 2, 'que_status_comment21', NULL, '2001-08-24 00:49:54', '2017-12-02 13:43:22', 34),
(23, 1, 8, 99, 1, 'que_comment22', 1, 'que_status_comment22', NULL, '1982-10-21 09:04:24', '2006-08-02 22:45:33', 13),
(24, 10, 77, 38, 41, 'que_comment23', 2, 'que_status_comment23', NULL, '1974-08-04 06:44:36', '1984-08-21 01:06:11', 94),
(25, 10, 70, 96, 36, 'que_comment24', 2, 'que_status_comment24', NULL, '1983-11-23 07:48:23', '2000-07-26 12:13:22', 57),
(26, 4, 7, 46, 38, 'que_comment25', 3, 'que_status_comment25', NULL, '2007-07-28 00:21:04', '1993-11-29 10:05:27', 73),
(27, 3, 76, 75, 67, 'que_comment26', 3, 'que_status_comment26', NULL, '2010-10-02 04:10:48', '1970-05-29 18:08:47', 70),
(28, 6, 89, 56, 26, 'que_comment27', 1, 'que_status_comment27', NULL, '1971-04-18 11:22:21', '1978-04-17 23:52:43', 79),
(29, 10, 93, 46, 79, 'que_comment28', 3, 'que_status_comment28', NULL, '2003-09-15 10:11:01', '2006-10-17 05:48:54', 74),
(30, 0, 66, 5, 75, 'que_comment29', 3, 'que_status_comment29', NULL, '1997-07-29 13:51:16', '2018-06-03 12:40:58', 15),
(31, 8, 59, 31, 79, 'que_comment30', 3, 'que_status_comment30', NULL, '1975-05-24 22:14:03', '1990-08-15 04:50:27', 84),
(32, 12, 35, 13, 100, 'que_comment31', 2, 'que_status_comment31', NULL, '2005-01-06 11:24:07', '1972-02-29 19:04:29', 13),
(33, 6, 72, 37, 63, 'que_comment32', 3, 'que_status_comment32', NULL, '1973-05-01 10:40:50', '2004-06-15 22:04:45', 91),
(34, 10, 83, 41, 97, 'que_comment33', 2, 'que_status_comment33', NULL, '1987-08-10 12:55:05', '1983-11-09 08:19:44', 82),
(35, 7, 37, 84, 95, 'que_comment34', 0, 'que_status_comment34', NULL, '2006-11-17 07:39:59', '2000-03-08 05:00:47', 81),
(36, 1, 72, 91, 92, 'que_comment35', 3, 'que_status_comment35', NULL, '1993-12-03 18:43:33', '2000-06-27 11:16:10', 90),
(37, 6, 77, 60, 68, 'que_comment36', 1, 'que_status_comment36', NULL, '2009-11-19 13:21:15', '1983-05-12 19:53:58', 18),
(38, 3, 68, 66, 8, 'que_comment37', 1, 'que_status_comment37', NULL, '2015-04-21 06:41:22', '1974-08-12 18:06:05', 31),
(39, 12, 66, 78, 7, 'que_comment38', 0, 'que_status_comment38', NULL, '1991-04-14 11:27:48', '1974-08-14 10:30:41', 73),
(40, 3, 28, 7, 18, 'que_comment39', 1, 'que_status_comment39', NULL, '1996-09-18 08:05:45', '1997-08-20 14:35:29', 42),
(41, 6, 31, 32, 73, 'que_comment40', 3, 'que_status_comment40', NULL, '1970-01-21 10:10:05', '1997-12-12 00:20:27', 15),
(42, 6, 17, 74, 60, 'que_comment41', 2, 'que_status_comment41', NULL, '2005-08-28 19:13:32', '2013-06-04 13:40:16', 95),
(43, 6, 82, 77, 62, 'que_comment42', 0, 'que_status_comment42', NULL, '2001-11-18 02:59:58', '1976-01-22 23:22:26', 98),
(44, 10, 98, 40, 35, 'que_comment43', 1, 'que_status_comment43', NULL, '2005-10-08 08:57:56', '2006-04-29 10:10:34', 5),
(45, 3, 5, 26, 2, 'que_comment44', 3, 'que_status_comment44', NULL, '1979-11-05 17:20:21', '1981-09-21 13:13:29', 56),
(46, 12, 31, 72, 11, 'que_comment45', 3, 'que_status_comment45', NULL, '1993-07-21 04:57:20', '1989-04-19 03:13:06', 14),
(47, 5, 32, 37, 31, 'que_comment46', 2, 'que_status_comment46', NULL, '1984-11-24 12:24:19', '1995-04-27 06:40:19', 14),
(48, 4, 59, 68, 91, 'que_comment47', 3, 'que_status_comment47', NULL, '2016-01-03 07:32:58', '1977-01-14 11:48:38', 52),
(49, 4, 25, 71, 14, 'que_comment48', 1, 'que_status_comment48', NULL, '2015-01-16 07:52:25', '2004-12-12 15:43:03', 89),
(50, 5, 1, 34, 82, 'que_comment49', 1, 'que_status_comment49', NULL, '1970-01-21 13:50:31', '1989-08-17 21:25:32', 24),
(51, 2, 3, 56, 29, 'que_comment50', 1, 'que_status_comment50', NULL, '2017-02-21 07:17:09', '1979-02-24 08:41:29', 98),
(52, 0, 30, 69, 52, 'que_comment51', 2, 'que_status_comment51', NULL, '1990-01-18 02:56:32', '1979-04-20 05:44:23', 100),
(53, 10, 59, 24, 51, 'que_comment52', 1, 'que_status_comment52', NULL, '1992-02-21 06:07:38', '2002-03-11 07:55:03', 1),
(54, 10, 37, 78, 72, 'que_comment53', 3, 'que_status_comment53', NULL, '2017-11-27 16:58:09', '2008-10-05 21:04:19', 89),
(55, 10, 13, 7, 2, 'que_comment54', 1, 'que_status_comment54', NULL, '1971-10-24 12:21:14', '1981-01-19 09:38:02', 43),
(56, 0, 90, 95, 57, 'que_comment55', 3, 'que_status_comment55', NULL, '1985-10-23 05:13:03', '1998-01-08 03:53:37', 9),
(57, 9, 10, 1, 49, 'que_comment56', 3, 'que_status_comment56', NULL, '1985-06-28 10:05:32', '2018-06-24 16:41:55', 18),
(58, 3, 8, 61, 69, 'que_comment57', 2, 'que_status_comment57', NULL, '2017-01-20 03:35:02', '1982-05-07 12:19:37', 100),
(59, 11, 19, 16, 73, 'que_comment58', 1, 'que_status_comment58', NULL, '1973-06-02 12:35:15', '1977-10-22 07:03:08', 59),
(60, 5, 74, 75, 10, 'que_comment59', 1, 'que_status_comment59', NULL, '1990-10-16 13:38:32', '1988-08-31 22:13:59', 89),
(61, 2, 79, 64, 73, 'que_comment60', 3, 'que_status_comment60', NULL, '1976-05-15 02:19:20', '2010-09-10 05:09:23', 60),
(62, 12, 41, 5, 65, 'que_comment61', 1, 'que_status_comment61', NULL, '2009-09-15 04:12:57', '2011-05-13 22:06:59', 14),
(63, 4, 56, 96, 7, 'que_comment62', 2, 'que_status_comment62', NULL, '1998-03-15 07:54:34', '2017-01-28 06:20:37', 46),
(64, 2, 31, 43, 83, 'que_comment63', 1, 'que_status_comment63', NULL, '1999-03-18 13:26:14', '1989-06-15 03:24:09', 23),
(65, 2, 94, 32, 1, 'que_comment64', 0, 'que_status_comment64', NULL, '2004-11-11 05:21:46', '2012-06-29 08:04:08', 85),
(66, 0, 74, 80, 84, 'que_comment65', 2, 'que_status_comment65', NULL, '1989-08-07 19:07:48', '1977-05-22 22:06:32', 18),
(67, 0, 20, 13, 36, 'que_comment66', 2, 'que_status_comment66', NULL, '2013-03-05 06:37:54', '1971-06-12 11:14:20', 60),
(68, 8, 94, 79, 54, 'que_comment67', 0, 'que_status_comment67', NULL, '2002-07-15 12:11:36', '1990-03-28 08:18:57', 95),
(69, 10, 37, 32, 92, 'que_comment68', 2, 'que_status_comment68', NULL, '1992-12-27 14:10:29', '2005-03-13 15:08:00', 51),
(70, 8, 3, 33, 35, 'que_comment69', 2, 'que_status_comment69', NULL, '1971-12-29 11:32:52', '1993-08-11 14:52:26', 34),
(71, 10, 40, 59, 49, 'que_comment70', 0, 'que_status_comment70', NULL, '2016-03-29 10:01:52', '1986-08-02 09:33:36', 57),
(72, 0, 83, 68, 36, 'que_comment71', 0, 'que_status_comment71', NULL, '2017-10-14 05:34:10', '2016-04-23 06:18:41', 65),
(73, 0, 86, 93, 23, 'que_comment72', 0, 'que_status_comment72', NULL, '1975-04-21 12:50:43', '1982-05-31 02:04:10', 64),
(74, 8, 52, 77, 89, 'que_comment73', 2, 'que_status_comment73', NULL, '2001-06-01 08:45:00', '1998-01-26 20:26:12', 79),
(75, 5, 49, 55, 94, 'que_comment74', 1, 'que_status_comment74', NULL, '1977-06-10 15:54:45', '1984-09-23 13:24:46', 74),
(76, 5, 29, 16, 61, 'que_comment75', 0, 'que_status_comment75', NULL, '1991-12-29 10:03:07', '1980-09-01 23:37:35', 4),
(77, 9, 56, 6, 25, 'que_comment76', 2, 'que_status_comment76', NULL, '1979-03-15 22:55:28', '1983-10-12 07:40:25', 15),
(78, 8, 71, 64, 50, 'que_comment77', 2, 'que_status_comment77', NULL, '1987-01-08 10:39:45', '1994-06-21 21:22:37', 7),
(79, 10, 57, 69, 11, 'que_comment78', 3, 'que_status_comment78', NULL, '1976-10-21 17:54:00', '1978-12-27 10:06:24', 35),
(80, 6, 10, 52, 60, 'que_comment79', 1, 'que_status_comment79', NULL, '1997-03-11 19:04:36', '1974-07-07 20:28:38', 65),
(81, 10, 6, 92, 55, 'que_comment80', 0, 'que_status_comment80', NULL, '1997-12-21 19:28:13', '1977-02-17 13:09:26', 76),
(82, 10, 73, 85, 43, 'que_comment81', 2, 'que_status_comment81', NULL, '1993-08-24 08:53:15', '1978-11-02 06:19:21', 68),
(83, 5, 82, 13, 91, 'que_comment82', 0, 'que_status_comment82', NULL, '2016-01-05 12:36:36', '2018-10-15 00:26:55', 81),
(84, 10, 83, 82, 21, 'que_comment83', 3, 'que_status_comment83', NULL, '2003-05-13 08:18:36', '1972-04-23 12:40:21', 26),
(85, 8, 14, 33, 75, 'que_comment84', 2, 'que_status_comment84', NULL, '2016-09-23 08:07:02', '2003-06-01 12:47:00', 87),
(86, 4, 98, 88, 50, 'que_comment85', 1, 'que_status_comment85', NULL, '1979-07-29 16:51:31', '2016-03-07 07:36:42', 15),
(87, 6, 34, 15, 55, 'que_comment86', 0, 'que_status_comment86', NULL, '2000-07-03 20:01:02', '1991-11-11 12:09:14', 81),
(88, 2, 78, 81, 47, 'que_comment87', 0, 'que_status_comment87', NULL, '2009-10-12 19:41:22', '1979-09-11 14:23:41', 3),
(89, 8, 79, 62, 33, 'que_comment88', 1, 'que_status_comment88', NULL, '1992-12-27 12:18:59', '1985-10-01 13:01:08', 24),
(90, 9, 37, 19, 29, 'que_comment89', 1, 'que_status_comment89', NULL, '1993-04-19 07:17:54', '2008-04-30 21:25:27', 46),
(91, 12, 45, 25, 22, 'que_comment90', 2, 'que_status_comment90', NULL, '1971-06-04 22:44:00', '1991-04-14 01:03:05', 84),
(92, 0, 48, 61, 42, 'que_comment91', 0, 'que_status_comment91', NULL, '1987-02-07 14:50:00', '1979-08-04 13:49:56', 10),
(93, 0, 48, 45, 51, 'que_comment92', 1, 'que_status_comment92', NULL, '2016-10-20 17:48:49', '1984-01-22 04:13:45', 66),
(94, 11, 82, 35, 52, 'que_comment93', 1, 'que_status_comment93', NULL, '1989-10-08 04:27:59', '2006-02-01 16:36:31', 37),
(95, 1, 83, 10, 25, 'que_comment94', 0, 'que_status_comment94', NULL, '2002-08-14 19:53:37', '1987-12-25 03:04:11', 1),
(96, 0, 82, 10, 84, 'que_comment95', 2, 'que_status_comment95', NULL, '1976-05-10 14:16:19', '2014-08-25 07:54:10', 30),
(97, 8, 82, 45, 11, 'que_comment96', 0, 'que_status_comment96', NULL, '1993-09-04 19:46:48', '1996-01-26 18:27:53', 41),
(98, 0, 54, 83, 79, 'que_comment97', 1, 'que_status_comment97', NULL, '1997-11-02 12:56:37', '1993-06-17 13:33:26', 29),
(99, 3, 52, 81, 20, 'que_comment98', 1, 'que_status_comment98', NULL, '1998-07-10 14:27:59', '1986-08-16 02:45:53', 72),
(100, 3, 44, 90, 25, 'que_comment99', 2, 'que_status_comment99', NULL, '1998-08-25 22:38:54', '2007-08-23 14:26:12', 76);
-- --------------------------------------------------------
--
-- 表的结构 `park`
--
CREATE TABLE `park` (
`park_id` int(10) UNSIGNED NOT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
`city_id` int(10) UNSIGNED DEFAULT NULL,
`park_name` varchar(255) DEFAULT NULL,
`park_ruby` varchar(255) DEFAULT NULL,
`park_syllabary` varchar(2) DEFAULT NULL,
`park_adrs` varchar(255) DEFAULT NULL,
`park_close_flag` tinyint(1) DEFAULT NULL,
`park_day` date DEFAULT NULL,
`alert_flag` tinyint(1) DEFAULT NULL,
`print_number` int(10) UNSIGNED DEFAULT NULL,
`keep_alive` datetime DEFAULT NULL,
`operator_id` int(10) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
--
-- 转存表中的数据 `park`
--
INSERT INTO `park` (`park_id`, `created_at`, `updated_at`, `city_id`, `park_name`, `park_ruby`, `park_syllabary`, `park_adrs`, `park_close_flag`, `park_day`, `alert_flag`, `print_number`, `keep_alive`, `operator_id`) VALUES
(1, '2015-08-03 01:42:49', '1991-03-05 21:17:02', 43, '桐山 七夏', 'pa0', '0', 'park_add0', 1, '1974-10-05', 1, 40, '1976-07-24 17:43:29', 77),
(2, '1988-09-07 14:13:57', '1996-12-08 13:46:51', 93, '三宅 治', 'pa1', '1', 'park_add1', 0, '1984-10-28', 0, 74, '2002-06-11 01:18:04', 17),
(3, '2008-10-03 20:05:12', '2004-08-09 23:24:50', 3, '井上 結衣', 'pa2', '2', 'park_add2', 1, '1973-05-18', 0, 73, '1972-12-19 17:26:18', 14),
(4, '1979-07-06 17:24:29', '1985-04-14 15:09:39', 84, '木村 健一', 'pa3', '3', 'park_add3', 0, '1984-08-16', 1, 48, '1978-03-09 11:39:22', 16),
(5, '2013-06-25 18:39:12', '1995-08-24 21:41:37', 68, '西之園 英樹', 'pa4', '4', 'park_add4', 0, '1986-10-13', 0, 9, '2012-11-19 19:01:25', 5),
(6, '1991-02-21 14:23:49', '2000-12-20 06:09:42', 95, '吉本 涼平', 'pa5', '5', 'park_add5', 1, '1996-08-14', 0, 57, '1992-05-21 05:17:48', 58),
(7, '2002-02-16 03:52:44', '1999-11-10 08:53:46', 91, '杉山 直人', 'pa6', '6', 'park_add6', 1, '1999-09-17', 0, 79, '1972-11-10 10:34:18', 28),
(8, '1975-12-16 01:37:12', '2001-01-19 00:14:21', 78, '廣川 加奈', 'pa7', '7', 'park_add7', 0, '1982-09-01', 1, 43, '1983-11-24 09:26:30', 72),
(9, '2004-03-26 08:07:41', '1985-05-19 11:45:07', 57, '村山 結衣', 'pa8', '8', 'park_add8', 1, '1994-06-26', 0, 78, '2001-11-10 01:39:01', 39),
(10, '2015-02-20 00:04:11', '1993-05-29 14:01:02', 58, '斉藤 陽子', 'pa9', '9', 'park_add9', 0, '2003-01-07', 1, 38, '1984-09-27 19:20:10', 69),
(11, '1985-03-28 01:35:40', '1973-12-31 16:06:34', 14, '中津川 香織', 'pa10', '10', 'park_add10', 0, '2016-03-16', 0, 11, '1983-02-09 23:11:38', 62),
(12, '2025-08-01 01:32:32', '2025-08-01 01:32:32', 55, 'アナログSOCP本町四丁目', 'pa11', '11', 'park_add11', 0, '1992-07-09', 1, 79, '1984-01-07 09:47:10', 94),
(13, '2010-10-12 21:30:19', '1974-11-05 15:41:41', 74, '宇野 拓真', 'pa12', '12', 'park_add12', 0, '2006-11-21', 0, 31, '2007-12-23 15:56:52', 97),
(14, '2016-08-11 09:34:04', '2008-11-01 23:21:06', 77, '佐々木 直樹', 'pa13', '13', 'park_add13', 0, '1996-04-03', 0, 83, '2012-04-05 19:36:14', 59),
(15, '2012-07-22 21:42:37', '2014-06-22 05:50:20', 46, '青田 智也', 'pa14', '14', 'park_add14', 0, '2015-08-21', 1, 99, '1970-07-22 19:21:48', 10),
(16, '1970-04-22 15:09:00', '1972-12-15 18:03:02', 8, '加納 修平', 'pa15', '15', 'park_add15', 1, '1975-10-19', 0, 32, '1979-07-20 10:02:11', 35),
(17, '2004-04-21 06:23:44', '1989-01-30 04:57:53', 26, '宇野 治', 'pa16', '16', 'park_add16', 0, '1976-08-05', 0, 10, '1973-10-27 12:01:35', 68),
(18, '2025-08-01 01:32:32', '2025-08-01 01:32:32', 18, '赤羽駅西口自転車駐車場', 'pa17', '17', 'park_add17', 0, '1973-02-20', 1, 14, '2012-02-21 12:57:14', 65),
(19, '1982-02-28 12:38:24', '1994-05-19 18:10:30', 67, '鈴木 太郎', 'pa18', '18', 'park_add18', 0, '1973-12-01', 1, 21, '2013-08-01 21:44:03', 62),
(20, '1998-11-24 13:54:56', '1989-09-15 23:26:16', 62, '吉本 桃子', 'pa19', '19', 'park_add19', 0, '1987-11-22', 1, 6, '1995-04-07 14:49:04', 24),
(21, '2014-02-12 13:56:05', '1984-09-13 23:11:51', 86, '坂本 浩', 'pa20', '20', 'park_add20', 1, '1978-07-29', 1, 95, '1979-08-24 14:31:57', 83),
(22, '1973-08-04 14:05:22', '1985-02-02 08:30:19', 99, '三宅 充', 'pa21', '21', 'park_add21', 1, '1980-03-17', 0, 28, '2013-03-17 12:13:14', 83),
(23, '1980-03-26 03:46:50', '1997-04-05 19:06:24', 18, '小泉 七夏', 'pa22', '22', 'park_add22', 1, '2006-05-09', 1, 39, '2000-02-18 00:18:42', 9),
(24, '1988-12-12 09:14:01', '2009-01-11 13:25:40', 12, '吉本 晃', 'pa23', '23', 'park_add23', 0, '1994-11-05', 1, 84, '1975-05-26 10:21:23', 86),
(25, '2025-08-01 01:32:32', '2025-08-01 01:32:32', 14, '新田端大橋北自転車駐車場', 'pa24', '24', 'park_add24', 0, '1986-09-29', 1, 20, '1983-03-12 05:11:08', 100),
(26, '1972-12-20 14:02:54', '1980-07-03 01:37:55', 45, '宮沢 七夏', 'pa25', '25', 'park_add25', 1, '1975-03-11', 1, 53, '2003-12-03 13:47:45', 81),
(27, '2014-02-05 08:31:33', '2008-01-20 12:13:50', 73, '藤本 春香', 'pa26', '26', 'park_add26', 1, '1971-01-21', 1, 58, '1990-06-25 00:43:43', 49),
(28, '1980-06-15 18:19:09', '1981-06-17 11:26:18', 62, '小泉 太一', 'pa27', '27', 'park_add27', 0, '1998-09-06', 0, 13, '2015-03-09 08:12:33', 10),
(29, '2013-12-21 19:33:44', '1975-08-01 15:25:18', 20, '渚 里佳', 'pa28', '28', 'park_add28', 1, '1990-09-08', 0, 86, '2018-05-14 19:38:12', 6),
(30, '1984-05-29 19:38:58', '1977-12-19 07:21:31', 30, '廣川 涼平', 'pa29', '29', 'park_add29', 0, '1981-12-07', 0, 1, '1992-06-04 22:07:11', 21),
(31, '2008-01-08 19:30:26', '1986-07-30 22:25:57', 39, '藤本 あすか', 'pa30', '30', 'park_add30', 1, '1996-06-14', 0, 13, '1979-07-04 00:37:45', 67),
(32, '1994-01-31 04:16:02', '2016-07-17 13:21:03', 40, '笹田 聡太郎', 'pa31', '31', 'park_add31', 1, '2001-07-25', 1, 4, '1997-07-29 21:36:08', 87),
(33, '2003-05-23 14:27:55', '2007-09-03 22:06:01', 23, '鈴木 充', 'pa32', '32', 'park_add32', 0, '1985-09-23', 1, 80, '2003-12-27 19:13:49', 83),
(34, '1997-11-16 01:07:58', '1973-07-31 13:35:52', 6, '山本 知実', 'pa33', '33', 'park_add33', 0, '2004-10-01', 1, 35, '1972-12-24 00:52:13', 45),
(35, '2016-04-30 23:28:58', '2001-06-22 15:27:21', 89, '中津川 陽一', 'pa34', '34', 'park_add34', 0, '2009-08-20', 0, 61, '1972-08-23 00:08:45', 91),
(36, '1994-06-10 04:34:02', '2006-07-02 18:45:19', 10, '坂本 英樹', 'pa35', '35', 'park_add35', 0, '1972-09-15', 0, 75, '1990-05-25 10:01:19', 88),
(37, '1992-11-14 12:21:09', '1972-08-23 18:20:11', 1, '笹田 充', 'pa36', '36', 'park_add36', 1, '1982-11-23', 0, 8, '1984-11-22 03:15:11', 74),
(38, '1995-08-13 06:34:44', '1990-06-17 17:39:27', 50, '斉藤 直子', 'pa37', '37', 'park_add37', 1, '1977-09-14', 0, 68, '1974-09-14 18:13:38', 50),
(39, '1996-02-06 04:46:03', '1994-07-03 18:18:54', 4, '廣川 真綾', 'pa38', '38', 'park_add38', 1, '1971-12-10', 0, 82, '1985-06-15 02:53:00', 95),
(40, '1999-02-28 18:13:06', '2004-07-02 07:57:58', 58, '中津川 くみ子', 'pa39', '39', 'park_add39', 0, '2016-04-19', 0, 70, '1996-02-28 10:46:11', 46),
(41, '1991-10-12 11:58:31', '1975-12-27 00:02:02', 19, '西之園 太一', 'pa40', '40', 'park_add40', 0, '1980-02-17', 0, 36, '2005-05-20 19:32:29', 63),
(42, '1984-12-05 20:07:25', '1979-05-27 00:45:49', 26, '中津川 京助', 'pa41', '41', 'park_add41', 0, '2008-04-03', 0, 28, '1987-02-01 11:15:35', 9),
(43, '2006-06-01 05:34:11', '1994-03-13 11:33:29', 88, '西之園 里佳', 'pa42', '42', 'park_add42', 1, '1970-11-22', 0, 64, '1974-11-20 05:43:10', 71),
(44, '1997-12-01 15:34:49', '1982-07-20 14:55:34', 66, '山本 直人', 'pa43', '43', 'park_add43', 1, '2005-11-07', 0, 75, '2008-12-16 18:51:06', 69),
(45, '1983-04-12 14:17:47', '1987-02-05 01:55:39', 64, '若松 舞', 'pa44', '44', 'park_add44', 1, '1978-09-30', 0, 64, '2011-11-23 00:47:41', 46),
(46, '1988-12-05 15:11:40', '1977-10-12 18:03:12', 26, '近藤 明美', 'pa45', '45', 'park_add45', 1, '2007-08-25', 1, 69, '1976-02-19 10:56:34', 96),
(47, '2015-04-18 02:54:14', '2017-08-13 00:48:09', 8, '三宅 結衣', 'pa46', '46', 'park_add46', 1, '2004-03-21', 1, 85, '2002-10-30 16:37:02', 94),
(48, '1976-02-27 04:21:00', '1972-07-16 04:20:39', 41, '佐藤 七夏', 'pa47', '47', 'park_add47', 1, '1984-12-28', 0, 13, '2014-09-10 02:23:38', 45),
(49, '1973-06-14 14:09:58', '2017-02-13 19:47:02', 37, '中村 くみ子', 'pa48', '48', 'park_add48', 0, '2001-10-05', 0, 95, '1981-02-02 03:26:12', 39),
(50, '1985-07-27 04:36:26', '1970-01-15 05:24:42', 95, '青山 智也', 'pa49', '49', 'park_add49', 0, '2009-05-13', 1, 79, '1972-08-05 04:30:25', 12),
(51, '1998-09-10 06:07:17', '1981-11-22 08:51:02', 25, '若松 くみ子', 'pa50', '50', 'park_add50', 0, '2000-10-18', 1, 1, '1989-06-23 17:32:39', 52),
(52, '1980-03-19 10:00:45', '2008-11-04 02:01:55', 43, '小泉 直樹', 'pa51', '51', 'park_add51', 0, '2000-08-15', 1, 50, '2017-10-13 11:46:31', 97),
(53, '2010-07-12 14:38:12', '1980-07-23 10:08:39', 34, '若松 知実', 'pa52', '52', 'park_add52', 0, '2015-03-24', 1, 84, '1972-03-05 09:52:02', 55),
(54, '1977-02-17 00:32:07', '2002-01-17 04:38:10', 34, '加納 智也', 'pa53', '53', 'park_add53', 1, '1988-12-27', 1, 72, '1978-05-29 06:52:50', 84),
(55, '1996-11-19 23:01:40', '1980-02-08 21:50:42', 83, '藤本 翼', 'pa54', '54', 'park_add54', 0, '1997-07-10', 0, 61, '2015-12-19 02:22:12', 64),
(56, '1994-12-01 18:09:45', '1992-06-25 14:43:20', 1, '山口 里佳', 'pa55', '55', 'park_add55', 1, '1989-06-08', 1, 33, '1994-11-29 07:59:42', 15),
(57, '2012-12-06 17:27:01', '1980-12-03 13:10:23', 91, '杉山 洋介', 'pa56', '56', 'park_add56', 0, '2001-04-16', 1, 83, '1987-03-28 05:06:11', 44),
(58, '1992-01-07 08:02:55', '2015-01-03 06:50:39', 86, '宇野 幹', 'pa57', '57', 'park_add57', 1, '2012-11-12', 1, 39, '2005-03-20 02:46:53', 68),
(59, '1990-04-05 04:34:32', '1974-07-11 13:16:38', 60, '若松 裕太', 'pa58', '58', 'park_add58', 0, '2013-09-13', 1, 6, '2008-05-26 23:16:46', 82),
(60, '2002-04-24 06:40:53', '2011-05-06 09:20:49', 1, '田中 学', 'pa59', '59', 'park_add59', 1, '1983-10-29', 0, 44, '1981-08-09 09:01:17', 2),
(61, '1994-10-26 06:35:37', '2015-04-28 11:51:36', 48, '坂本 亮介', 'pa60', '60', 'park_add60', 1, '1999-07-30', 1, 94, '1988-12-06 21:53:27', 93),
(62, '1984-12-13 02:42:50', '1991-11-16 17:28:50', 36, '山岸 真綾', 'pa61', '61', 'park_add61', 1, '1995-10-04', 0, 12, '1994-12-27 05:15:09', 97),
(63, '2008-04-25 05:29:42', '1993-06-18 23:13:27', 49, '山岸 桃子', 'pa62', '62', 'park_add62', 1, '2012-10-26', 1, 54, '1981-05-16 09:47:55', 99),
(64, '2007-10-26 14:30:22', '1993-10-27 06:24:06', 96, '村山 直樹', 'pa63', '63', 'park_add63', 1, '2000-07-09', 0, 34, '2004-10-13 20:20:19', 48),
(65, '1998-07-13 15:08:16', '2007-02-21 07:59:18', 58, '若松 さゆり', 'pa64', '64', 'park_add64', 0, '1986-12-05', 0, 35, '2005-04-08 02:10:47', 99),
(66, '2011-04-29 12:29:46', '1998-02-24 07:01:15', 53, '喜嶋 七夏', 'pa65', '65', 'park_add65', 1, '2011-09-18', 0, 98, '1976-11-26 15:08:20', 29),
(67, '1995-05-19 13:47:38', '2008-12-05 08:31:03', 22, '小林 晃', 'pa66', '66', 'park_add66', 0, '1984-02-01', 0, 73, '2018-10-21 20:51:54', 73),
(68, '1983-02-04 11:41:17', '1987-08-01 13:23:39', 57, '吉本 結衣', 'pa67', '67', 'park_add67', 0, '1976-08-27', 0, 92, '2006-04-21 17:03:38', 56),
(69, '1980-11-17 17:37:17', '1985-03-20 01:38:33', 79, '小林 太一', 'pa68', '68', 'park_add68', 1, '1989-08-23', 1, 60, '1971-08-12 09:16:13', 60),
(70, '1977-11-26 23:58:12', '2002-06-25 05:13:49', 64, '喜嶋 稔', 'pa69', '69', 'park_add69', 1, '1994-02-08', 0, 14, '2005-02-04 21:00:08', 74),
(71, '1986-06-25 14:36:07', '1991-11-13 13:20:25', 57, '渚 陽一', 'pa70', '70', 'park_add70', 1, '1976-10-17', 1, 86, '1987-09-09 23:18:34', 83),
(72, '1970-07-28 18:43:10', '1977-11-10 15:46:23', 68, '宮沢 零', 'pa71', '71', 'park_add71', 1, '1996-12-21', 0, 47, '1977-11-21 13:23:37', 65),
(73, '1979-02-23 15:58:04', '1981-07-02 14:12:06', 68, '三宅 里佳', 'pa72', '72', 'park_add72', 1, '2004-02-16', 1, 2, '2002-08-14 22:16:37', 34),
(74, '1979-08-25 06:15:47', '2010-07-16 23:05:41', 17, '井高 健一', 'pa73', '73', 'park_add73', 1, '2014-02-26', 0, 10, '1974-12-16 09:36:53', 27),
(75, '2008-06-12 02:48:41', '2014-01-28 06:20:36', 55, '斉藤 裕美子', 'pa74', '74', 'park_add74', 0, '2013-01-20', 1, 59, '1972-07-22 07:33:54', 30),
(76, '2007-10-02 15:31:30', '1996-10-15 03:40:19', 7, '野村 康弘', 'pa75', '75', 'park_add75', 0, '2014-05-12', 1, 5, '1979-05-20 19:06:42', 31),
(77, '2014-03-23 06:35:25', '1975-12-19 16:32:03', 63, '佐々木 充', 'pa76', '76', 'park_add76', 1, '1997-02-08', 0, 94, '2008-10-29 14:35:27', 86),
(78, '2003-09-28 00:01:54', '2003-02-11 06:08:44', 94, '渡辺 陽子', 'pa77', '77', 'park_add77', 0, '1970-03-09', 1, 42, '2009-02-27 00:24:27', 78),
(79, '1971-03-20 02:21:02', '1972-03-04 22:42:48', 96, '伊藤 拓真', 'pa78', '78', 'park_add78', 0, '2011-05-22', 0, 13, '2007-07-09 10:42:57', 32),
(80, '1983-06-13 14:46:25', '1999-01-27 01:20:01', 100, '宮沢 太郎', 'pa79', '79', 'park_add79', 0, '1973-03-15', 1, 91, '1982-10-10 02:52:57', 63),
(81, '2007-02-23 08:43:20', '1974-04-28 20:03:27', 53, '吉本 聡太郎', 'pa80', '80', 'park_add80', 0, '2006-09-06', 0, 98, '2007-12-27 21:59:30', 22),
(82, '2012-11-09 18:43:31', '2015-07-07 23:11:42', 67, '青田 陽一', 'pa81', '81', 'park_add81', 1, '1980-11-13', 1, 41, '2013-07-23 06:24:38', 75),
(83, '1992-12-20 15:06:56', '1973-01-21 09:03:37', 27, '田中 知実', 'pa82', '82', 'park_add82', 1, '2018-02-20', 1, 9, '1986-06-16 06:26:31', 76),
(84, '2013-10-14 08:25:55', '1978-12-18 11:34:40', 6, '青田 花子', 'pa83', '83', 'park_add83', 1, '1989-07-23', 1, 87, '1998-03-29 03:40:58', 40),
(85, '2017-09-29 02:22:56', '2013-10-04 21:44:26', 83, '渡辺 明美', 'pa84', '84', 'park_add84', 0, '1995-05-05', 0, 1, '1996-11-10 18:49:31', 49),
(86, '1980-03-10 10:51:21', '2006-10-28 07:21:04', 44, '井高 結衣', 'pa85', '85', 'park_add85', 0, '2006-10-14', 0, 89, '1976-08-02 00:20:58', 41),
(87, '1997-10-01 18:23:17', '1992-11-04 02:58:50', 12, '中津川 聡太郎', 'pa86', '86', 'park_add86', 0, '1985-02-11', 1, 32, '2014-12-02 12:51:16', 48),
(88, '1981-09-20 20:46:15', '2003-09-05 00:13:42', 23, '山本 稔', 'pa87', '87', 'park_add87', 0, '1995-02-19', 0, 1, '2011-12-30 06:47:35', 9),
(89, '1988-11-23 06:37:56', '2015-09-14 21:36:57', 77, '吉田 真綾', 'pa88', '88', 'park_add88', 0, '2014-01-22', 0, 24, '1970-08-31 03:21:04', 36),
(90, '1971-11-26 21:00:52', '1996-06-27 18:12:44', 73, '松本 舞', 'pa89', '89', 'park_add89', 0, '2004-06-22', 1, 43, '1980-11-14 20:00:49', 45),
(91, '1973-08-23 20:19:32', '2015-08-20 23:34:45', 55, '佐々木 涼平', 'pa90', '90', 'park_add90', 1, '2010-07-24', 0, 29, '2000-01-26 01:25:45', 47),
(92, '2000-11-25 21:41:09', '2014-07-10 23:01:40', 79, '廣川 結衣', 'pa91', '91', 'park_add91', 1, '1994-05-21', 0, 41, '1997-10-11 08:38:09', 1),
(93, '2004-09-22 22:38:11', '2015-12-21 11:52:22', 39, '井上 桃子', 'pa92', '92', 'park_add92', 0, '1992-06-25', 0, 22, '1989-03-09 23:13:17', 63),
(94, '2017-09-11 19:40:28', '1978-09-28 04:05:43', 18, '坂本 千代', 'pa93', '93', 'park_add93', 0, '1978-12-03', 1, 62, '2001-04-28 11:42:45', 13),
(95, '2015-04-13 08:15:56', '1988-11-28 05:33:47', 87, '佐々木 晃', 'pa94', '94', 'park_add94', 0, '1987-12-23', 1, 47, '1980-03-26 14:23:20', 19),
(96, '1981-01-12 02:37:19', '1987-08-26 11:03:51', 27, '小泉 美加子', 'pa95', '95', 'park_add95', 1, '1977-01-16', 1, 18, '1970-07-05 14:55:14', 100),
(97, '1979-01-04 01:50:35', '1991-01-20 14:40:21', 69, '桐山 明美', 'pa96', '96', 'park_add96', 0, '1978-09-22', 0, 76, '1972-12-26 19:18:18', 46),
(98, '2009-03-21 17:57:52', '2003-03-27 19:22:50', 25, '青山 花子', 'pa97', '97', 'park_add97', 1, '1983-09-14', 1, 40, '1975-02-10 21:03:26', 60),
(99, '2004-12-21 01:59:45', '2003-02-25 04:28:27', 6, '佐藤 直人', 'pa98', '98', 'park_add98', 1, '2016-08-20', 1, 97, '2001-06-09 06:58:48', 27),
(100, '1983-06-24 17:23:04', '2017-11-26 14:45:27', 79, '佐藤 幹', 'pa99', '99', 'park_add99', 0, '1983-02-07', 0, 63, '1971-11-07 02:17:51', 15);
-- --------------------------------------------------------
--
-- 表的结构 `park_number`
--
CREATE TABLE `park_number` (
`number_parkplaceid` int(11) NOT NULL,
`park_id` int(10) UNSIGNED DEFAULT NULL,
`psection_id` int(10) UNSIGNED DEFAULT NULL,
`ptype_id` int(10) UNSIGNED DEFAULT NULL,
`park_number` int(10) UNSIGNED DEFAULT NULL,
`park_standard` int(10) UNSIGNED DEFAULT NULL,
`park_limit` int(10) UNSIGNED DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
`operator_id` int(10) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
--
-- 转存表中的数据 `park_number`
--
INSERT INTO `park_number` (`number_parkplaceid`, `park_id`, `psection_id`, `ptype_id`, `park_number`, `park_standard`, `park_limit`, `created_at`, `updated_at`, `operator_id`) VALUES
(1, 56, 13, 92, 31, 63, 1, '2001-09-12 06:50:24', '1981-05-30 23:25:48', 80),
(2, 3, 92, 38, 51, 44, 1, '1975-06-22 18:43:04', '2006-07-22 12:55:16', 87),
(3, 94, 74, 65, 100, 100, 1, '2003-02-19 03:29:53', '1973-07-14 01:07:04', 29),
(4, 62, 21, 93, 88, 31, 1, '1971-02-16 18:47:26', '1974-06-14 23:36:41', 16),
(5, 13, 91, 93, 42, 80, 0, '1982-02-28 18:52:45', '2008-10-09 07:14:17', 54),
(6, 100, 41, 75, 24, 19, 0, '1975-12-11 21:35:58', '1978-02-01 20:15:43', 58),
(7, 24, 23, 66, 97, 15, 0, '1982-06-01 18:48:05', '1980-06-27 02:10:21', 16),
(8, 93, 79, 47, 67, 4, 0, '2008-11-27 22:44:16', '2013-06-22 09:00:39', 77),
(9, 55, 17, 92, 33, 12, 1, '1999-05-26 00:06:25', '2016-09-13 04:37:09', 10),
(10, 92, 64, 11, 85, 49, 0, '1999-02-10 12:26:21', '1974-01-22 03:35:17', 2),
(11, 58, 40, 85, 84, 47, 1, '2010-07-29 23:40:41', '2005-02-09 14:06:41', 71),
(12, 85, 16, 23, 50, 55, 1, '2005-10-07 21:19:06', '2005-02-22 00:25:35', 63),
(13, 52, 45, 39, 32, 2, 0, '1971-12-10 13:37:30', '2002-06-15 20:21:49', 5),
(14, 92, 69, 62, 35, 88, 1, '1978-04-17 22:41:36', '1982-06-14 23:01:07', 1),
(15, 59, 30, 60, 88, 85, 1, '1987-09-03 17:59:27', '2008-10-22 08:11:06', 34),
(16, 91, 63, 94, 15, 66, 1, '1984-09-29 17:06:23', '2018-06-24 18:46:55', 48),
(17, 11, 39, 67, 64, 9, 0, '2000-09-23 06:14:34', '1990-06-13 20:43:32', 53),
(18, 96, 18, 55, 96, 33, 0, '2010-02-06 01:44:44', '1970-07-05 23:41:38', 45),
(19, 63, 84, 9, 56, 79, 1, '2000-06-14 18:55:22', '2015-04-14 10:56:03', 21),
(20, 15, 73, 72, 32, 42, 1, '1981-04-13 01:05:54', '1983-01-11 01:40:35', 12),
(21, 77, 31, 72, 28, 57, 0, '1972-11-01 13:12:56', '1978-04-18 18:01:31', 75),
(22, 26, 71, 90, 90, 42, 0, '2016-11-21 06:01:27', '1985-12-17 06:46:17', 27),
(23, 84, 35, 85, 24, 63, 1, '1992-01-05 02:13:30', '2006-10-25 15:37:13', 43),
(24, 47, 68, 81, 24, 74, 0, '2018-04-06 00:17:14', '1988-11-06 02:19:13', 96),
(25, 19, 62, 81, 66, 38, 0, '1990-02-19 01:45:33', '1991-01-02 22:04:31', 19),
(26, 61, 87, 14, 56, 91, 1, '2011-07-13 22:54:20', '1973-04-24 04:31:20', 24),
(27, 82, 57, 58, 16, 91, 1, '1991-05-18 14:24:12', '2011-10-22 12:04:48', 76),
(28, 7, 40, 48, 23, 96, 1, '1978-05-11 10:06:44', '2011-08-25 09:24:09', 61),
(29, 37, 79, 58, 77, 96, 1, '1993-04-02 01:52:09', '1973-10-11 11:56:28', 90),
(30, 21, 40, 47, 83, 60, 1, '1982-09-04 21:26:40', '1980-04-06 00:13:32', 42),
(31, 29, 21, 60, 10, 39, 0, '1993-12-19 08:12:00', '2018-06-08 05:53:54', 68),
(32, 31, 12, 23, 60, 23, 1, '2018-10-02 21:00:05', '2008-04-28 01:20:35', 100),
(33, 22, 14, 72, 25, 69, 0, '1985-05-20 23:51:03', '1978-05-10 10:35:34', 86),
(34, 93, 7, 26, 39, 69, 0, '2005-01-10 03:52:01', '2001-04-01 10:09:11', 55),
(35, 46, 47, 84, 86, 96, 1, '2006-05-06 13:00:08', '1997-08-29 21:18:29', 27),
(36, 47, 56, 3, 55, 2, 0, '1985-10-28 03:02:28', '2016-04-12 20:11:51', 59),
(37, 91, 90, 4, 21, 92, 1, '1989-01-26 00:45:05', '2015-11-17 09:22:07', 75),
(38, 81, 1, 56, 67, 59, 0, '1970-09-05 03:57:07', '1990-05-11 05:37:38', 25),
(39, 12, 89, 63, 87, 88, 1, '1973-03-27 08:02:39', '1997-02-11 16:41:08', 49),
(40, 97, 35, 64, 23, 11, 0, '2013-02-27 14:33:21', '1999-12-22 05:22:56', 63),
(41, 3, 78, 13, 92, 88, 0, '2005-01-01 14:55:23', '2008-02-11 04:27:58', 97),
(42, 57, 89, 69, 60, 33, 1, '2013-02-05 16:31:34', '2009-01-20 11:27:51', 78),
(43, 75, 36, 9, 66, 33, 0, '1984-07-17 21:38:17', '1973-07-26 20:34:48', 96),
(44, 88, 76, 32, 45, 87, 1, '2018-01-02 04:09:46', '2008-01-05 17:18:50', 92),
(45, 62, 24, 76, 62, 22, 1, '1999-05-13 16:15:40', '1983-05-01 09:38:51', 91),
(46, 19, 93, 33, 35, 31, 0, '1991-12-26 01:58:12', '1973-11-13 00:04:21', 43),
(47, 68, 79, 26, 12, 39, 1, '1984-11-28 00:12:34', '1996-01-23 11:21:12', 19),
(48, 84, 88, 83, 73, 40, 1, '2010-10-15 04:59:50', '2015-10-03 23:44:45', 44),
(49, 46, 59, 97, 41, 29, 0, '1971-12-06 09:50:36', '2016-07-27 15:30:00', 7),
(50, 84, 82, 4, 18, 63, 1, '1997-06-05 18:29:07', '1995-05-29 05:30:32', 21),
(51, 23, 97, 8, 47, 92, 0, '1990-10-30 18:02:39', '2005-09-02 18:18:14', 71),
(52, 45, 58, 55, 97, 78, 0, '1982-05-11 06:10:18', '1979-08-07 15:52:49', 91),
(53, 42, 82, 72, 69, 9, 0, '1977-07-29 15:49:32', '1971-11-10 10:28:03', 85),
(54, 13, 57, 79, 9, 92, 0, '2001-04-24 06:26:31', '1998-07-21 11:59:44', 23),
(55, 57, 83, 72, 83, 27, 0, '2015-03-10 15:43:52', '1987-04-28 05:47:46', 82),
(56, 81, 34, 83, 12, 57, 0, '1976-10-11 11:12:38', '2013-09-26 09:54:37', 55),
(57, 60, 9, 29, 2, 38, 0, '1980-12-03 13:17:26', '2017-01-18 07:11:58', 79),
(58, 46, 29, 71, 44, 63, 0, '1979-11-15 07:08:10', '1988-09-18 02:24:07', 90),
(59, 93, 19, 89, 75, 90, 1, '1998-01-02 12:33:55', '1993-09-13 13:08:56', 2),
(60, 24, 67, 31, 78, 79, 0, '2011-05-18 01:39:37', '2013-09-10 08:18:08', 10),
(61, 77, 23, 83, 98, 45, 1, '2008-09-04 05:37:56', '2001-02-03 08:38:48', 90),
(62, 57, 88, 97, 23, 87, 1, '1990-07-09 15:14:57', '2011-04-21 10:06:43', 90),
(63, 78, 10, 21, 88, 28, 0, '1980-04-13 11:52:28', '1986-08-27 21:58:22', 90),
(64, 8, 37, 12, 75, 70, 1, '2002-07-24 08:58:56', '1971-08-10 05:16:55', 67),
(65, 57, 16, 86, 20, 31, 0, '1985-07-06 05:19:51', '1989-08-23 11:44:08', 42),
(66, 52, 73, 75, 39, 30, 0, '1982-07-23 09:26:27', '2016-07-31 02:59:06', 81),
(67, 18, 77, 23, 5, 62, 1, '1996-03-23 17:37:08', '1995-01-26 21:05:34', 3),
(68, 24, 69, 58, 77, 11, 1, '2008-04-27 19:20:45', '2016-12-05 04:14:12', 79),
(69, 51, 79, 28, 48, 45, 0, '2000-01-07 23:20:07', '2006-07-04 04:56:06', 74),
(70, 53, 43, 47, 58, 44, 1, '1989-06-28 23:35:34', '1986-03-16 15:01:43', 60),
(71, 58, 5, 55, 85, 87, 0, '1990-07-13 02:57:24', '1977-04-01 03:51:20', 63),
(72, 83, 22, 56, 34, 95, 1, '1997-08-03 14:21:12', '1986-02-24 23:40:47', 42),
(73, 27, 6, 99, 54, 67, 0, '2001-12-30 07:02:22', '1976-10-12 12:32:35', 69),
(74, 48, 19, 45, 53, 22, 1, '1976-01-22 20:29:31', '1991-03-09 08:55:00', 61),
(75, 72, 54, 99, 28, 33, 1, '1995-12-17 05:53:38', '1977-11-24 00:55:09', 60),
(76, 67, 96, 50, 5, 78, 1, '1997-09-03 20:44:30', '2013-06-21 13:32:35', 1),
(77, 96, 69, 2, 93, 4, 0, '1975-06-22 06:07:41', '2002-01-24 11:40:07', 11),
(78, 60, 58, 38, 50, 24, 1, '1994-04-23 22:21:24', '1987-04-03 13:12:29', 82),
(79, 15, 43, 54, 61, 88, 1, '2016-11-25 08:18:33', '2002-01-18 06:30:23', 88),
(80, 82, 69, 54, 36, 62, 0, '2000-03-13 07:45:37', '2013-09-04 12:03:22', 6),
(81, 87, 36, 82, 68, 38, 0, '1994-07-21 16:40:04', '1980-01-12 07:08:55', 36),
(82, 29, 44, 33, 62, 50, 0, '1979-10-05 17:08:25', '1975-02-16 20:50:42', 91),
(83, 88, 85, 54, 84, 44, 1, '1989-02-17 20:30:20', '1986-09-14 00:53:15', 86),
(84, 99, 12, 26, 15, 31, 0, '1984-10-17 16:53:34', '2017-07-22 16:51:50', 100),
(85, 35, 29, 59, 6, 86, 0, '1975-09-03 19:21:50', '1984-09-14 03:36:30', 58),
(86, 66, 76, 30, 40, 100, 0, '1985-10-29 22:23:19', '1980-09-07 21:25:00', 22),
(87, 49, 68, 56, 25, 27, 0, '2003-02-27 10:35:15', '2014-03-21 23:33:19', 15),
(88, 35, 17, 27, 45, 1, 1, '1983-06-17 15:53:52', '2001-07-16 02:17:54', 37),
(89, 3, 21, 86, 47, 91, 1, '1974-12-05 15:23:23', '1987-07-27 04:31:30', 17),
(90, 47, 42, 63, 24, 13, 0, '1994-08-17 15:31:16', '2018-09-23 03:03:57', 17),
(91, 29, 7, 60, 18, 92, 1, '2007-09-02 17:55:30', '1992-05-07 09:30:13', 99),
(92, 65, 55, 56, 45, 81, 1, '1992-03-20 05:33:22', '2017-11-25 21:10:42', 29),
(93, 72, 19, 9, 66, 7, 0, '1982-08-10 11:41:53', '2013-12-20 06:23:02', 18),
(94, 63, 65, 89, 42, 42, 0, '2016-08-25 02:11:18', '2001-02-15 05:44:22', 51),
(95, 52, 53, 62, 5, 67, 0, '2010-08-01 21:42:30', '1972-03-12 06:46:21', 20),
(96, 39, 15, 24, 59, 34, 0, '1996-10-01 13:36:16', '2018-04-13 06:24:47', 88),
(97, 95, 88, 80, 43, 78, 1, '2014-10-06 22:33:38', '1977-03-06 21:51:34', 28),
(98, 56, 2, 71, 51, 88, 0, '2017-11-30 18:39:16', '1987-07-21 22:21:28', 53),
(99, 18, 97, 45, 84, 74, 0, '2014-04-26 03:23:12', '1975-12-03 20:09:14', 95),
(100, 97, 94, 50, 98, 90, 0, '1981-07-25 10:59:20', '1978-02-02 17:35:11', 60);
-- --------------------------------------------------------
--
-- 表的结构 `password_reset_tokens`
--
CREATE TABLE `password_reset_tokens` (
`email` varchar(255) NOT NULL,
`token` varchar(255) NOT NULL,
`created_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- 表的结构 `payment`
--
CREATE TABLE `payment` (
`payment_id` int(10) UNSIGNED NOT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
`payment_companyname` varchar(255) DEFAULT NULL,
`payment_add` varchar(255) DEFAULT NULL,
`payment_detail` varchar(255) DEFAULT NULL,
`payment_space1` varchar(255) DEFAULT NULL,
`payment_space2` varchar(255) DEFAULT NULL,
`payment_title` varchar(255) DEFAULT NULL,
`payment_guide` varchar(255) DEFAULT NULL,
`payment_inquiryname` varchar(255) DEFAULT NULL,
`payment_inquirytel` varchar(255) DEFAULT NULL,
`payment_time` varchar(255) DEFAULT NULL,
`operator_id` int(10) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
--
-- 转存表中的数据 `payment`
--
INSERT INTO `payment` (`payment_id`, `created_at`, `updated_at`, `payment_companyname`, `payment_add`, `payment_detail`, `payment_space1`, `payment_space2`, `payment_title`, `payment_guide`, `payment_inquiryname`, `payment_inquirytel`, `payment_time`, `operator_id`) VALUES
(1, '1997-12-19 11:42:26', '2012-10-02 17:12:51', '藤本 翼', 'payment_add0', 'payment_detail0', 'payment_space10', 'payment_space20', 'payment_title0', 'payment_guide0', 'payment_inquiryname0', 'payment_inquirytel0', 'payment_time0', 64),
(2, '1980-08-26 05:55:22', '2010-07-11 00:09:06', '鈴木 加奈', 'payment_add1', 'payment_detail1', 'payment_space11', 'payment_space21', 'payment_title1', 'payment_guide1', 'payment_inquiryname1', 'payment_inquirytel1', 'payment_time1', 76),
(3, '1974-01-31 05:28:35', '2010-12-08 18:55:05', '藤本 太一', 'payment_add2', 'payment_detail2', 'payment_space12', 'payment_space22', 'payment_title2', 'payment_guide2', 'payment_inquiryname2', 'payment_inquirytel2', 'payment_time2', 14),
(4, '2013-03-17 19:56:18', '1979-08-13 13:16:46', '坂本 真綾', 'payment_add3', 'payment_detail3', 'payment_space13', 'payment_space23', 'payment_title3', 'payment_guide3', 'payment_inquiryname3', 'payment_inquirytel3', 'payment_time3', 68),
(5, '2000-11-12 22:45:31', '1981-11-20 09:03:22', '佐藤 翔太', 'payment_add4', 'payment_detail4', 'payment_space14', 'payment_space24', 'payment_title4', 'payment_guide4', 'payment_inquiryname4', 'payment_inquirytel4', 'payment_time4', 27),
(6, '1990-01-13 02:06:16', '1986-02-26 16:41:46', '井高 知実', 'payment_add5', 'payment_detail5', 'payment_space15', 'payment_space25', 'payment_title5', 'payment_guide5', 'payment_inquiryname5', 'payment_inquirytel5', 'payment_time5', 3),
(7, '2011-06-23 13:52:16', '1971-01-02 17:15:01', '青田 美加子', 'payment_add6', 'payment_detail6', 'payment_space16', 'payment_space26', 'payment_title6', 'payment_guide6', 'payment_inquiryname6', 'payment_inquirytel6', 'payment_time6', 74),
(8, '1976-07-01 15:22:46', '2009-12-17 20:53:07', '村山 稔', 'payment_add7', 'payment_detail7', 'payment_space17', 'payment_space27', 'payment_title7', 'payment_guide7', 'payment_inquiryname7', 'payment_inquirytel7', 'payment_time7', 51),
(9, '1999-02-12 19:45:48', '2016-06-01 01:32:34', '渡辺 智也', 'payment_add8', 'payment_detail8', 'payment_space18', 'payment_space28', 'payment_title8', 'payment_guide8', 'payment_inquiryname8', 'payment_inquirytel8', 'payment_time8', 88),
(10, '1982-06-07 18:48:20', '1990-12-10 21:25:58', '廣川 充', 'payment_add9', 'payment_detail9', 'payment_space19', 'payment_space29', 'payment_title9', 'payment_guide9', 'payment_inquiryname9', 'payment_inquirytel9', 'payment_time9', 42),
(11, '2000-06-22 12:22:04', '2000-09-18 18:40:57', '中村 七夏', 'payment_add10', 'payment_detail10', 'payment_space110', 'payment_space210', 'payment_title10', 'payment_guide10', 'payment_inquiryname10', 'payment_inquirytel10', 'payment_time10', 76),
(12, '1975-07-24 12:04:59', '2011-01-06 14:50:42', '宮沢 裕樹', 'payment_add11', 'payment_detail11', 'payment_space111', 'payment_space211', 'payment_title11', 'payment_guide11', 'payment_inquiryname11', 'payment_inquirytel11', 'payment_time11', 12),
(13, '2017-05-02 00:55:10', '1989-05-03 02:08:39', '藤本 真綾', 'payment_add12', 'payment_detail12', 'payment_space112', 'payment_space212', 'payment_title12', 'payment_guide12', 'payment_inquiryname12', 'payment_inquirytel12', 'payment_time12', 95),
(14, '1990-10-30 14:23:20', '1994-06-06 15:41:26', '伊藤 亮介', 'payment_add13', 'payment_detail13', 'payment_space113', 'payment_space213', 'payment_title13', 'payment_guide13', 'payment_inquiryname13', 'payment_inquirytel13', 'payment_time13', 60),
(15, '2005-08-15 12:47:17', '1984-02-12 03:22:42', '佐藤 真綾', 'payment_add14', 'payment_detail14', 'payment_space114', 'payment_space214', 'payment_title14', 'payment_guide14', 'payment_inquiryname14', 'payment_inquirytel14', 'payment_time14', 9),
(16, '1984-09-12 06:26:06', '1991-07-12 20:01:33', '斉藤 くみ子', 'payment_add15', 'payment_detail15', 'payment_space115', 'payment_space215', 'payment_title15', 'payment_guide15', 'payment_inquiryname15', 'payment_inquirytel15', 'payment_time15', 41),
(17, '1992-03-08 02:02:50', '1976-03-20 22:08:39', '加納 直人', 'payment_add16', 'payment_detail16', 'payment_space116', 'payment_space216', 'payment_title16', 'payment_guide16', 'payment_inquiryname16', 'payment_inquirytel16', 'payment_time16', 81),
(18, '1996-11-17 00:34:07', '2016-10-11 17:29:29', '石田 淳', 'payment_add17', 'payment_detail17', 'payment_space117', 'payment_space217', 'payment_title17', 'payment_guide17', 'payment_inquiryname17', 'payment_inquirytel17', 'payment_time17', 20),
(19, '1993-09-05 00:24:19', '1989-11-11 12:29:50', '廣川 結衣', 'payment_add18', 'payment_detail18', 'payment_space118', 'payment_space218', 'payment_title18', 'payment_guide18', 'payment_inquiryname18', 'payment_inquirytel18', 'payment_time18', 70),
(20, '2007-12-18 07:35:23', '1993-03-15 13:36:50', '斉藤 稔', 'payment_add19', 'payment_detail19', 'payment_space119', 'payment_space219', 'payment_title19', 'payment_guide19', 'payment_inquiryname19', 'payment_inquirytel19', 'payment_time19', 90),
(21, '2005-11-30 05:32:23', '2004-06-01 05:25:06', '藤本 くみ子', 'payment_add20', 'payment_detail20', 'payment_space120', 'payment_space220', 'payment_title20', 'payment_guide20', 'payment_inquiryname20', 'payment_inquirytel20', 'payment_time20', 66),
(22, '1999-10-07 13:57:46', '2013-06-11 03:17:49', '江古田 桃子', 'payment_add21', 'payment_detail21', 'payment_space121', 'payment_space221', 'payment_title21', 'payment_guide21', 'payment_inquiryname21', 'payment_inquirytel21', 'payment_time21', 86),
(23, '1976-01-03 07:03:33', '1985-05-10 08:07:49', '山口 知実', 'payment_add22', 'payment_detail22', 'payment_space122', 'payment_space222', 'payment_title22', 'payment_guide22', 'payment_inquiryname22', 'payment_inquirytel22', 'payment_time22', 50),
(24, '1978-08-21 12:14:57', '1994-09-28 08:35:11', '田辺 舞', 'payment_add23', 'payment_detail23', 'payment_space123', 'payment_space223', 'payment_title23', 'payment_guide23', 'payment_inquiryname23', 'payment_inquirytel23', 'payment_time23', 19),
(25, '1993-01-13 23:25:35', '1980-10-30 02:29:29', '木村 京助', 'payment_add24', 'payment_detail24', 'payment_space124', 'payment_space224', 'payment_title24', 'payment_guide24', 'payment_inquiryname24', 'payment_inquirytel24', 'payment_time24', 13),
(26, '2015-04-11 07:51:15', '2010-11-22 01:13:16', '佐々木 英樹', 'payment_add25', 'payment_detail25', 'payment_space125', 'payment_space225', 'payment_title25', 'payment_guide25', 'payment_inquiryname25', 'payment_inquirytel25', 'payment_time25', 80),
(27, '1985-02-05 11:39:07', '1974-08-02 16:28:38', '宮沢 直人', 'payment_add26', 'payment_detail26', 'payment_space126', 'payment_space226', 'payment_title26', 'payment_guide26', 'payment_inquiryname26', 'payment_inquirytel26', 'payment_time26', 27),
(28, '2009-08-05 06:55:41', '1990-03-14 21:30:03', '渚 京助', 'payment_add27', 'payment_detail27', 'payment_space127', 'payment_space227', 'payment_title27', 'payment_guide27', 'payment_inquiryname27', 'payment_inquirytel27', 'payment_time27', 88),
(29, '2000-05-03 10:45:07', '2017-04-11 11:41:48', '宇野 千代', 'payment_add28', 'payment_detail28', 'payment_space128', 'payment_space228', 'payment_title28', 'payment_guide28', 'payment_inquiryname28', 'payment_inquirytel28', 'payment_time28', 15),
(30, '2009-11-09 14:43:04', '2012-02-01 12:52:53', '田辺 稔', 'payment_add29', 'payment_detail29', 'payment_space129', 'payment_space229', 'payment_title29', 'payment_guide29', 'payment_inquiryname29', 'payment_inquirytel29', 'payment_time29', 52),
(31, '1970-05-27 14:13:26', '2000-10-29 13:13:56', '近藤 陽一', 'payment_add30', 'payment_detail30', 'payment_space130', 'payment_space230', 'payment_title30', 'payment_guide30', 'payment_inquiryname30', 'payment_inquirytel30', 'payment_time30', 8),
(32, '1971-08-11 03:48:58', '1996-03-10 10:00:24', '渡辺 舞', 'payment_add31', 'payment_detail31', 'payment_space131', 'payment_space231', 'payment_title31', 'payment_guide31', 'payment_inquiryname31', 'payment_inquirytel31', 'payment_time31', 86),
(33, '2006-02-27 13:07:22', '1997-03-19 12:36:14', '山本 加奈', 'payment_add32', 'payment_detail32', 'payment_space132', 'payment_space232', 'payment_title32', 'payment_guide32', 'payment_inquiryname32', 'payment_inquirytel32', 'payment_time32', 69),
(34, '1971-12-17 14:16:57', '1992-10-28 13:19:22', '石田 充', 'payment_add33', 'payment_detail33', 'payment_space133', 'payment_space233', 'payment_title33', 'payment_guide33', 'payment_inquiryname33', 'payment_inquirytel33', 'payment_time33', 77),
(35, '1970-12-11 13:45:22', '1988-04-30 18:16:53', '山田 知実', 'payment_add34', 'payment_detail34', 'payment_space134', 'payment_space234', 'payment_title34', 'payment_guide34', 'payment_inquiryname34', 'payment_inquirytel34', 'payment_time34', 90),
(36, '1981-08-08 12:09:44', '1976-06-01 06:18:31', '井上 くみ子', 'payment_add35', 'payment_detail35', 'payment_space135', 'payment_space235', 'payment_title35', 'payment_guide35', 'payment_inquiryname35', 'payment_inquirytel35', 'payment_time35', 31),
(37, '1971-03-12 17:14:34', '2003-02-22 00:30:09', '青山 明美', 'payment_add36', 'payment_detail36', 'payment_space136', 'payment_space236', 'payment_title36', 'payment_guide36', 'payment_inquiryname36', 'payment_inquirytel36', 'payment_time36', 28),
(38, '2009-03-25 03:48:15', '1998-01-30 10:17:40', '山本 裕美子', 'payment_add37', 'payment_detail37', 'payment_space137', 'payment_space237', 'payment_title37', 'payment_guide37', 'payment_inquiryname37', 'payment_inquirytel37', 'payment_time37', 10),
(39, '1978-04-12 04:32:31', '1991-01-06 19:31:52', '西之園 篤司', 'payment_add38', 'payment_detail38', 'payment_space138', 'payment_space238', 'payment_title38', 'payment_guide38', 'payment_inquiryname38', 'payment_inquirytel38', 'payment_time38', 9),
(40, '1974-11-11 14:35:33', '2001-02-04 20:48:17', '喜嶋 和也', 'payment_add39', 'payment_detail39', 'payment_space139', 'payment_space239', 'payment_title39', 'payment_guide39', 'payment_inquiryname39', 'payment_inquirytel39', 'payment_time39', 44),
(41, '2012-10-27 21:26:16', '2012-09-08 21:02:50', '渚 浩', 'payment_add40', 'payment_detail40', 'payment_space140', 'payment_space240', 'payment_title40', 'payment_guide40', 'payment_inquiryname40', 'payment_inquirytel40', 'payment_time40', 14),
(42, '1984-10-08 14:12:00', '1994-11-15 13:48:20', '浜田 裕樹', 'payment_add41', 'payment_detail41', 'payment_space141', 'payment_space241', 'payment_title41', 'payment_guide41', 'payment_inquiryname41', 'payment_inquirytel41', 'payment_time41', 78),
(43, '2017-11-06 14:12:15', '1981-05-02 00:50:05', '津田 明美', 'payment_add42', 'payment_detail42', 'payment_space142', 'payment_space242', 'payment_title42', 'payment_guide42', 'payment_inquiryname42', 'payment_inquirytel42', 'payment_time42', 14),
(44, '1996-09-03 00:57:01', '2002-06-08 07:11:17', '吉田 あすか', 'payment_add43', 'payment_detail43', 'payment_space143', 'payment_space243', 'payment_title43', 'payment_guide43', 'payment_inquiryname43', 'payment_inquirytel43', 'payment_time43', 77),
(45, '2014-12-05 01:23:16', '1994-11-07 18:57:21', '井高 真綾', 'payment_add44', 'payment_detail44', 'payment_space144', 'payment_space244', 'payment_title44', 'payment_guide44', 'payment_inquiryname44', 'payment_inquirytel44', 'payment_time44', 79),
(46, '1974-08-21 17:48:43', '1999-12-20 11:41:21', '小泉 千代', 'payment_add45', 'payment_detail45', 'payment_space145', 'payment_space245', 'payment_title45', 'payment_guide45', 'payment_inquiryname45', 'payment_inquirytel45', 'payment_time45', 92),
(47, '1985-11-22 21:07:12', '2018-07-02 16:58:03', '杉山 千代', 'payment_add46', 'payment_detail46', 'payment_space146', 'payment_space246', 'payment_title46', 'payment_guide46', 'payment_inquiryname46', 'payment_inquirytel46', 'payment_time46', 30),
(48, '2004-12-04 15:29:01', '1979-09-08 04:23:55', '松本 香織', 'payment_add47', 'payment_detail47', 'payment_space147', 'payment_space247', 'payment_title47', 'payment_guide47', 'payment_inquiryname47', 'payment_inquirytel47', 'payment_time47', 47),
(49, '2011-05-18 15:46:30', '1995-05-23 04:26:24', '鈴木 結衣', 'payment_add48', 'payment_detail48', 'payment_space148', 'payment_space248', 'payment_title48', 'payment_guide48', 'payment_inquiryname48', 'payment_inquirytel48', 'payment_time48', 15),
(50, '1974-05-23 21:47:24', '1975-05-15 14:50:15', '工藤 真綾', 'payment_add49', 'payment_detail49', 'payment_space149', 'payment_space249', 'payment_title49', 'payment_guide49', 'payment_inquiryname49', 'payment_inquirytel49', 'payment_time49', 54),
(51, '1993-07-06 10:44:39', '2003-07-06 11:42:03', '村山 太一', 'payment_add50', 'payment_detail50', 'payment_space150', 'payment_space250', 'payment_title50', 'payment_guide50', 'payment_inquiryname50', 'payment_inquirytel50', 'payment_time50', 22),
(52, '1996-08-03 08:30:46', '1980-01-29 05:45:45', '小林 修平', 'payment_add51', 'payment_detail51', 'payment_space151', 'payment_space251', 'payment_title51', 'payment_guide51', 'payment_inquiryname51', 'payment_inquirytel51', 'payment_time51', 7),
(53, '1970-09-11 13:59:47', '1981-09-13 10:11:51', '田辺 淳', 'payment_add52', 'payment_detail52', 'payment_space152', 'payment_space252', 'payment_title52', 'payment_guide52', 'payment_inquiryname52', 'payment_inquirytel52', 'payment_time52', 51),
(54, '1999-01-10 00:14:26', '1986-06-28 05:51:48', '浜田 零', 'payment_add53', 'payment_detail53', 'payment_space153', 'payment_space253', 'payment_title53', 'payment_guide53', 'payment_inquiryname53', 'payment_inquirytel53', 'payment_time53', 96),
(55, '2014-06-22 12:34:37', '2012-04-02 06:05:32', '浜田 くみ子', 'payment_add54', 'payment_detail54', 'payment_space154', 'payment_space254', 'payment_title54', 'payment_guide54', 'payment_inquiryname54', 'payment_inquirytel54', 'payment_time54', 34),
(56, '2008-11-14 10:33:25', '1974-07-01 08:12:03', '杉山 真綾', 'payment_add55', 'payment_detail55', 'payment_space155', 'payment_space255', 'payment_title55', 'payment_guide55', 'payment_inquiryname55', 'payment_inquirytel55', 'payment_time55', 45),
(57, '2001-02-24 16:12:03', '2016-02-03 22:40:53', '渚 千代', 'payment_add56', 'payment_detail56', 'payment_space156', 'payment_space256', 'payment_title56', 'payment_guide56', 'payment_inquiryname56', 'payment_inquirytel56', 'payment_time56', 33),
(58, '1976-09-25 11:36:18', '2002-06-27 13:32:44', '井高 晃', 'payment_add57', 'payment_detail57', 'payment_space157', 'payment_space257', 'payment_title57', 'payment_guide57', 'payment_inquiryname57', 'payment_inquirytel57', 'payment_time57', 19),
(59, '1995-11-26 01:29:57', '1970-06-13 07:17:53', '山岸 健一', 'payment_add58', 'payment_detail58', 'payment_space158', 'payment_space258', 'payment_title58', 'payment_guide58', 'payment_inquiryname58', 'payment_inquirytel58', 'payment_time58', 22),
(60, '2000-03-13 23:26:19', '1972-08-18 00:58:41', '浜田 康弘', 'payment_add59', 'payment_detail59', 'payment_space159', 'payment_space259', 'payment_title59', 'payment_guide59', 'payment_inquiryname59', 'payment_inquirytel59', 'payment_time59', 86),
(61, '2009-01-27 00:04:58', '1988-04-21 22:49:25', '若松 美加子', 'payment_add60', 'payment_detail60', 'payment_space160', 'payment_space260', 'payment_title60', 'payment_guide60', 'payment_inquiryname60', 'payment_inquirytel60', 'payment_time60', 77),
(62, '2011-02-05 12:15:45', '2016-03-25 07:18:20', '野村 直子', 'payment_add61', 'payment_detail61', 'payment_space161', 'payment_space261', 'payment_title61', 'payment_guide61', 'payment_inquiryname61', 'payment_inquirytel61', 'payment_time61', 81),
(63, '1996-05-27 01:42:34', '2012-02-29 20:37:28', '田中 淳', 'payment_add62', 'payment_detail62', 'payment_space162', 'payment_space262', 'payment_title62', 'payment_guide62', 'payment_inquiryname62', 'payment_inquirytel62', 'payment_time62', 2),
(64, '1983-01-17 17:39:42', '1990-11-25 06:47:21', '青田 健一', 'payment_add63', 'payment_detail63', 'payment_space163', 'payment_space263', 'payment_title63', 'payment_guide63', 'payment_inquiryname63', 'payment_inquirytel63', 'payment_time63', 88),
(65, '2018-08-06 11:54:04', '2008-02-02 09:27:16', '吉田 直樹', 'payment_add64', 'payment_detail64', 'payment_space164', 'payment_space264', 'payment_title64', 'payment_guide64', 'payment_inquiryname64', 'payment_inquirytel64', 'payment_time64', 10),
(66, '2006-10-16 03:34:28', '1975-03-14 03:12:59', '野村 裕太', 'payment_add65', 'payment_detail65', 'payment_space165', 'payment_space265', 'payment_title65', 'payment_guide65', 'payment_inquiryname65', 'payment_inquirytel65', 'payment_time65', 47),
(67, '2008-09-29 16:11:28', '1996-04-01 10:15:20', '木村 知実', 'payment_add66', 'payment_detail66', 'payment_space166', 'payment_space266', 'payment_title66', 'payment_guide66', 'payment_inquiryname66', 'payment_inquirytel66', 'payment_time66', 56),
(68, '2015-08-27 01:05:33', '2001-01-12 18:52:03', '大垣 花子', 'payment_add67', 'payment_detail67', 'payment_space167', 'payment_space267', 'payment_title67', 'payment_guide67', 'payment_inquiryname67', 'payment_inquirytel67', 'payment_time67', 82),
(69, '2003-08-10 07:26:54', '2008-02-24 07:36:30', '青山 千代', 'payment_add68', 'payment_detail68', 'payment_space168', 'payment_space268', 'payment_title68', 'payment_guide68', 'payment_inquiryname68', 'payment_inquirytel68', 'payment_time68', 42),
(70, '2011-01-18 13:29:08', '1975-07-03 16:01:18', '石田 幹', 'payment_add69', 'payment_detail69', 'payment_space169', 'payment_space269', 'payment_title69', 'payment_guide69', 'payment_inquiryname69', 'payment_inquirytel69', 'payment_time69', 9),
(71, '2012-01-27 03:12:09', '2011-12-03 09:37:02', '山本 あすか', 'payment_add70', 'payment_detail70', 'payment_space170', 'payment_space270', 'payment_title70', 'payment_guide70', 'payment_inquiryname70', 'payment_inquirytel70', 'payment_time70', 65),
(72, '1999-05-19 13:50:40', '2007-07-23 14:18:35', '佐藤 くみ子', 'payment_add71', 'payment_detail71', 'payment_space171', 'payment_space271', 'payment_title71', 'payment_guide71', 'payment_inquiryname71', 'payment_inquirytel71', 'payment_time71', 75),
(73, '1982-12-10 09:52:22', '2007-10-14 05:48:45', '小泉 晃', 'payment_add72', 'payment_detail72', 'payment_space172', 'payment_space272', 'payment_title72', 'payment_guide72', 'payment_inquiryname72', 'payment_inquirytel72', 'payment_time72', 8),
(74, '1976-10-08 20:29:38', '1999-03-15 16:07:34', '大垣 和也', 'payment_add73', 'payment_detail73', 'payment_space173', 'payment_space273', 'payment_title73', 'payment_guide73', 'payment_inquiryname73', 'payment_inquirytel73', 'payment_time73', 86),
(75, '1982-08-03 13:18:09', '2008-07-09 04:17:39', '伊藤 香織', 'payment_add74', 'payment_detail74', 'payment_space174', 'payment_space274', 'payment_title74', 'payment_guide74', 'payment_inquiryname74', 'payment_inquirytel74', 'payment_time74', 40),
(76, '2011-04-07 12:35:50', '1989-01-10 03:01:01', '井上 真綾', 'payment_add75', 'payment_detail75', 'payment_space175', 'payment_space275', 'payment_title75', 'payment_guide75', 'payment_inquiryname75', 'payment_inquirytel75', 'payment_time75', 51),
(77, '2002-08-23 11:40:39', '1978-10-21 22:09:18', '江古田 香織', 'payment_add76', 'payment_detail76', 'payment_space176', 'payment_space276', 'payment_title76', 'payment_guide76', 'payment_inquiryname76', 'payment_inquirytel76', 'payment_time76', 37),
(78, '2018-10-18 14:36:10', '1996-09-09 01:32:18', '山田 健一', 'payment_add77', 'payment_detail77', 'payment_space177', 'payment_space277', 'payment_title77', 'payment_guide77', 'payment_inquiryname77', 'payment_inquirytel77', 'payment_time77', 3),
(79, '1989-03-16 00:44:01', '1982-09-17 06:07:15', '浜田 さゆり', 'payment_add78', 'payment_detail78', 'payment_space178', 'payment_space278', 'payment_title78', 'payment_guide78', 'payment_inquiryname78', 'payment_inquirytel78', 'payment_time78', 36),
(80, '1997-12-23 14:06:03', '1986-07-14 13:20:32', '村山 充', 'payment_add79', 'payment_detail79', 'payment_space179', 'payment_space279', 'payment_title79', 'payment_guide79', 'payment_inquiryname79', 'payment_inquirytel79', 'payment_time79', 55),
(81, '2016-12-14 18:04:43', '1982-01-22 19:22:20', '浜田 修平', 'payment_add80', 'payment_detail80', 'payment_space180', 'payment_space280', 'payment_title80', 'payment_guide80', 'payment_inquiryname80', 'payment_inquirytel80', 'payment_time80', 82),
(82, '2003-04-16 21:59:22', '2008-03-22 06:17:14', '廣川 篤司', 'payment_add81', 'payment_detail81', 'payment_space181', 'payment_space281', 'payment_title81', 'payment_guide81', 'payment_inquiryname81', 'payment_inquirytel81', 'payment_time81', 27),
(83, '2014-08-22 16:33:52', '1997-06-10 12:40:18', '喜嶋 知実', 'payment_add82', 'payment_detail82', 'payment_space182', 'payment_space282', 'payment_title82', 'payment_guide82', 'payment_inquiryname82', 'payment_inquirytel82', 'payment_time82', 66),
(84, '2011-01-17 18:06:09', '1974-02-05 16:44:06', '杉山 聡太郎', 'payment_add83', 'payment_detail83', 'payment_space183', 'payment_space283', 'payment_title83', 'payment_guide83', 'payment_inquiryname83', 'payment_inquirytel83', 'payment_time83', 52),
(85, '2017-11-18 19:17:32', '2014-04-03 01:50:22', '田中 幹', 'payment_add84', 'payment_detail84', 'payment_space184', 'payment_space284', 'payment_title84', 'payment_guide84', 'payment_inquiryname84', 'payment_inquirytel84', 'payment_time84', 73),
(86, '2015-05-13 03:50:13', '2002-04-04 23:48:59', '青山 春香', 'payment_add85', 'payment_detail85', 'payment_space185', 'payment_space285', 'payment_title85', 'payment_guide85', 'payment_inquiryname85', 'payment_inquirytel85', 'payment_time85', 64),
(87, '1998-10-04 04:54:18', '1990-10-17 02:52:33', '田中 淳', 'payment_add86', 'payment_detail86', 'payment_space186', 'payment_space286', 'payment_title86', 'payment_guide86', 'payment_inquiryname86', 'payment_inquirytel86', 'payment_time86', 63),
(88, '1981-07-26 03:21:41', '1973-11-01 21:52:02', '青田 結衣', 'payment_add87', 'payment_detail87', 'payment_space187', 'payment_space287', 'payment_title87', 'payment_guide87', 'payment_inquiryname87', 'payment_inquirytel87', 'payment_time87', 75),
(89, '1980-04-22 01:53:21', '2007-09-22 04:54:28', '中津川 香織', 'payment_add88', 'payment_detail88', 'payment_space188', 'payment_space288', 'payment_title88', 'payment_guide88', 'payment_inquiryname88', 'payment_inquirytel88', 'payment_time88', 68),
(90, '1980-05-31 18:29:00', '1970-12-30 08:39:57', '津田 太郎', 'payment_add89', 'payment_detail89', 'payment_space189', 'payment_space289', 'payment_title89', 'payment_guide89', 'payment_inquiryname89', 'payment_inquirytel89', 'payment_time89', 12),
(91, '2005-06-16 12:48:13', '1980-09-11 03:43:30', '青田 真綾', 'payment_add90', 'payment_detail90', 'payment_space190', 'payment_space290', 'payment_title90', 'payment_guide90', 'payment_inquiryname90', 'payment_inquirytel90', 'payment_time90', 100),
(92, '2013-12-11 06:50:48', '1993-10-03 02:44:24', '斉藤 幹', 'payment_add91', 'payment_detail91', 'payment_space191', 'payment_space291', 'payment_title91', 'payment_guide91', 'payment_inquiryname91', 'payment_inquirytel91', 'payment_time91', 86),
(93, '1990-08-03 14:54:43', '1985-04-30 20:07:29', '近藤 修平', 'payment_add92', 'payment_detail92', 'payment_space192', 'payment_space292', 'payment_title92', 'payment_guide92', 'payment_inquiryname92', 'payment_inquirytel92', 'payment_time92', 92),
(94, '2014-11-15 19:43:52', '2000-05-08 11:23:36', '伊藤 七夏', 'payment_add93', 'payment_detail93', 'payment_space193', 'payment_space293', 'payment_title93', 'payment_guide93', 'payment_inquiryname93', 'payment_inquirytel93', 'payment_time93', 35),
(95, '1979-05-27 05:02:14', '1981-09-26 12:51:35', '佐々木 聡太郎', 'payment_add94', 'payment_detail94', 'payment_space194', 'payment_space294', 'payment_title94', 'payment_guide94', 'payment_inquiryname94', 'payment_inquirytel94', 'payment_time94', 88),
(96, '1988-08-22 16:02:03', '1998-06-18 12:46:44', '廣川 直樹', 'payment_add95', 'payment_detail95', 'payment_space195', 'payment_space295', 'payment_title95', 'payment_guide95', 'payment_inquiryname95', 'payment_inquirytel95', 'payment_time95', 56),
(97, '2014-02-23 21:28:24', '1991-10-22 17:37:39', '藤本 太郎', 'payment_add96', 'payment_detail96', 'payment_space196', 'payment_space296', 'payment_title96', 'payment_guide96', 'payment_inquiryname96', 'payment_inquirytel96', 'payment_time96', 96),
(98, '2016-08-11 06:25:16', '2017-04-17 04:04:34', '工藤 裕樹', 'payment_add97', 'payment_detail97', 'payment_space197', 'payment_space297', 'payment_title97', 'payment_guide97', 'payment_inquiryname97', 'payment_inquirytel97', 'payment_time97', 71),
(99, '2012-06-22 13:48:33', '1998-06-14 23:42:44', '山岸 英樹', 'payment_add98', 'payment_detail98', 'payment_space198', 'payment_space298', 'payment_title98', 'payment_guide98', 'payment_inquiryname98', 'payment_inquirytel98', 'payment_time98', 27),
(100, '1981-01-28 08:39:53', '1993-04-15 13:20:16', '中津川 治', 'payment_add99', 'payment_detail99', 'payment_space199', 'payment_space299', 'payment_title99', 'payment_guide99', 'payment_inquiryname99', 'payment_inquirytel99', 'payment_time99', 43);
-- --------------------------------------------------------
--
-- 表的结构 `pplace`
--
CREATE TABLE `pplace` (
`pplace_id` int(10) UNSIGNED NOT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
`pplace_number` varchar(255) DEFAULT NULL,
`pplace_remarks` varchar(255) DEFAULT NULL,
`operator_id` int(10) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
--
-- 转存表中的数据 `pplace`
--
INSERT INTO `pplace` (`pplace_id`, `created_at`, `updated_at`, `pplace_number`, `pplace_remarks`, `operator_id`) VALUES
(1, '2003-05-10 19:00:36', '2008-05-07 12:35:55', 'pplace_number0', 'pplace_remarks0', 75),
(2, '1975-04-14 02:46:45', '1977-05-17 13:41:16', 'pplace_number1', 'pplace_remarks1', 6),
(3, '1990-03-12 10:39:59', '1977-04-16 19:33:03', 'pplace_number2', 'pplace_remarks2', 87),
(4, '1982-05-21 22:16:29', '1995-07-29 22:12:49', 'pplace_number3', 'pplace_remarks3', 39),
(5, '2011-07-18 04:51:06', '1994-08-10 02:43:19', 'pplace_number4', 'pplace_remarks4', 21),
(6, '1997-07-14 22:00:08', '1987-04-13 11:55:53', 'pplace_number5', 'pplace_remarks5', 65),
(7, '1973-11-19 15:39:20', '1992-10-19 21:22:03', 'pplace_number6', 'pplace_remarks6', 94),
(8, '1998-08-08 04:46:00', '2012-01-14 17:21:00', 'pplace_number7', 'pplace_remarks7', 7),
(9, '2017-08-03 00:47:47', '2013-05-10 16:11:44', 'pplace_number8', 'pplace_remarks8', 45),
(10, '2008-03-30 14:56:47', '1981-02-09 19:02:05', 'pplace_number9', 'pplace_remarks9', 86),
(11, '2003-10-03 00:37:15', '1991-03-23 18:07:04', 'pplace_number10', 'pplace_remarks10', 68),
(12, '1995-12-28 05:12:08', '1978-11-17 23:13:46', 'pplace_number11', 'pplace_remarks11', 51),
(13, '1997-05-10 11:48:38', '1975-10-23 01:18:09', 'pplace_number12', 'pplace_remarks12', 47),
(14, '1991-12-25 23:16:29', '1998-11-16 13:56:29', 'pplace_number13', 'pplace_remarks13', 61),
(15, '2013-06-15 04:01:53', '1981-03-28 11:53:44', 'pplace_number14', 'pplace_remarks14', 67),
(16, '1979-11-28 12:32:17', '1984-04-23 20:45:23', 'pplace_number15', 'pplace_remarks15', 93),
(17, '1978-09-09 08:28:40', '2012-08-03 05:51:11', 'pplace_number16', 'pplace_remarks16', 30),
(18, '2007-08-04 04:58:35', '2015-12-28 10:47:52', 'pplace_number17', 'pplace_remarks17', 22),
(19, '1985-06-08 12:20:56', '2002-04-07 07:55:53', 'pplace_number18', 'pplace_remarks18', 63),
(20, '2015-08-21 06:05:55', '1986-08-04 20:54:28', 'pplace_number19', 'pplace_remarks19', 42),
(21, '1985-02-02 22:53:00', '2014-06-17 13:13:38', 'pplace_number20', 'pplace_remarks20', 38),
(22, '1982-02-27 03:33:32', '1994-09-11 03:07:11', 'pplace_number21', 'pplace_remarks21', 74),
(23, '2001-10-31 19:21:05', '1992-04-12 20:07:32', 'pplace_number22', 'pplace_remarks22', 42),
(24, '1985-01-29 16:41:38', '1971-11-28 06:16:40', 'pplace_number23', 'pplace_remarks23', 37),
(25, '1994-01-17 00:03:26', '1988-08-05 14:00:47', 'pplace_number24', 'pplace_remarks24', 76),
(26, '2000-04-19 23:51:27', '1981-07-16 03:57:56', 'pplace_number25', 'pplace_remarks25', 37),
(27, '1970-05-29 09:55:06', '1974-01-13 05:18:44', 'pplace_number26', 'pplace_remarks26', 67),
(28, '1975-12-09 22:52:59', '2003-02-28 19:30:49', 'pplace_number27', 'pplace_remarks27', 83),
(29, '2016-09-08 06:57:16', '2018-04-10 09:50:01', 'pplace_number28', 'pplace_remarks28', 2),
(30, '2009-06-29 02:47:18', '2017-06-08 09:18:50', 'pplace_number29', 'pplace_remarks29', 37),
(31, '2002-09-14 18:34:41', '1982-04-27 04:32:08', 'pplace_number30', 'pplace_remarks30', 44),
(32, '1978-08-30 12:06:25', '2018-10-02 09:22:54', 'pplace_number31', 'pplace_remarks31', 75),
(33, '1994-01-08 13:01:08', '1981-10-12 07:52:04', 'pplace_number32', 'pplace_remarks32', 69),
(34, '1979-10-07 02:37:45', '1990-05-28 14:54:48', 'pplace_number33', 'pplace_remarks33', 30),
(35, '1982-07-31 09:07:55', '2015-02-01 20:20:29', 'pplace_number34', 'pplace_remarks34', 68),
(36, '1973-06-27 08:42:17', '1971-08-09 23:47:14', 'pplace_number35', 'pplace_remarks35', 89),
(37, '2009-11-27 13:27:52', '2010-07-08 00:16:15', 'pplace_number36', 'pplace_remarks36', 48),
(38, '1992-06-29 18:43:17', '1991-02-26 00:35:10', 'pplace_number37', 'pplace_remarks37', 54),
(39, '1997-03-27 22:22:12', '1979-09-07 02:48:05', 'pplace_number38', 'pplace_remarks38', 83),
(40, '2015-02-18 08:38:59', '1990-08-17 06:24:57', 'pplace_number39', 'pplace_remarks39', 57),
(41, '1984-11-07 08:50:49', '2000-06-09 19:37:06', 'pplace_number40', 'pplace_remarks40', 45),
(42, '1994-04-17 19:38:19', '1985-09-09 07:52:56', 'pplace_number41', 'pplace_remarks41', 97),
(43, '1979-09-24 14:33:35', '2008-08-14 02:54:09', 'pplace_number42', 'pplace_remarks42', 74),
(44, '1984-12-07 19:01:50', '1978-11-25 20:05:10', 'pplace_number43', 'pplace_remarks43', 41),
(45, '1982-06-09 13:10:31', '2013-11-16 02:12:47', 'pplace_number44', 'pplace_remarks44', 11),
(46, '1999-03-17 19:37:55', '2013-05-08 04:19:16', 'pplace_number45', 'pplace_remarks45', 18),
(47, '1988-06-13 14:38:14', '1972-03-01 11:52:22', 'pplace_number46', 'pplace_remarks46', 82),
(48, '1993-01-15 18:07:22', '2005-12-31 11:06:32', 'pplace_number47', 'pplace_remarks47', 54),
(49, '1970-02-15 12:18:56', '1981-02-09 10:44:07', 'pplace_number48', 'pplace_remarks48', 39),
(50, '2005-09-15 14:06:43', '1986-02-17 09:48:16', 'pplace_number49', 'pplace_remarks49', 64),
(51, '1971-05-01 14:51:19', '1982-05-10 13:58:30', 'pplace_number50', 'pplace_remarks50', 47),
(52, '1986-11-18 17:08:45', '1994-09-23 08:03:58', 'pplace_number51', 'pplace_remarks51', 55),
(53, '1974-10-22 19:51:52', '1998-02-02 04:53:34', 'pplace_number52', 'pplace_remarks52', 85),
(54, '1977-02-03 16:40:34', '1998-06-01 07:06:37', 'pplace_number53', 'pplace_remarks53', 96),
(55, '1989-12-31 02:12:59', '1973-11-14 02:25:08', 'pplace_number54', 'pplace_remarks54', 14),
(56, '1974-06-09 10:24:29', '1992-06-23 03:22:14', 'pplace_number55', 'pplace_remarks55', 59),
(57, '1989-10-21 21:23:21', '2004-11-14 12:30:05', 'pplace_number56', 'pplace_remarks56', 8),
(58, '2018-02-05 12:48:40', '1994-12-21 07:47:30', 'pplace_number57', 'pplace_remarks57', 4),
(59, '1996-02-13 22:07:36', '1992-10-01 00:29:18', 'pplace_number58', 'pplace_remarks58', 8),
(60, '1994-11-23 17:56:34', '1973-02-28 12:48:57', 'pplace_number59', 'pplace_remarks59', 51),
(61, '1991-03-22 12:25:38', '1978-09-26 13:11:26', 'pplace_number60', 'pplace_remarks60', 43),
(62, '1977-10-25 18:42:04', '2016-07-29 08:30:18', 'pplace_number61', 'pplace_remarks61', 19),
(63, '2012-06-21 04:10:09', '1984-08-20 23:56:42', 'pplace_number62', 'pplace_remarks62', 89),
(64, '1984-04-30 03:48:12', '1987-12-15 11:20:07', 'pplace_number63', 'pplace_remarks63', 60),
(65, '1983-06-24 03:35:11', '1988-01-12 01:30:20', 'pplace_number64', 'pplace_remarks64', 97),
(66, '2006-11-08 20:17:07', '1991-09-14 11:55:52', 'pplace_number65', 'pplace_remarks65', 51),
(67, '1978-06-19 09:31:16', '1974-01-11 15:35:05', 'pplace_number66', 'pplace_remarks66', 71),
(68, '1974-04-18 06:43:55', '1979-01-26 00:58:00', 'pplace_number67', 'pplace_remarks67', 68),
(69, '1977-06-15 06:58:24', '2000-01-16 00:55:59', 'pplace_number68', 'pplace_remarks68', 37),
(70, '2009-04-13 22:38:42', '2009-02-08 20:34:36', 'pplace_number69', 'pplace_remarks69', 55),
(71, '1987-02-23 03:10:30', '2003-08-28 03:31:27', 'pplace_number70', 'pplace_remarks70', 44),
(72, '1995-02-18 09:51:58', '1990-05-14 15:15:33', 'pplace_number71', 'pplace_remarks71', 81),
(73, '2005-06-24 11:26:30', '1998-03-05 06:11:40', 'pplace_number72', 'pplace_remarks72', 58),
(74, '1990-04-15 19:40:03', '1976-05-03 21:48:09', 'pplace_number73', 'pplace_remarks73', 29),
(75, '1974-12-03 09:04:13', '1994-08-03 08:15:47', 'pplace_number74', 'pplace_remarks74', 7),
(76, '1982-02-23 19:53:44', '1970-04-08 23:06:28', 'pplace_number75', 'pplace_remarks75', 54),
(77, '1990-08-11 18:37:22', '2008-11-25 08:32:59', 'pplace_number76', 'pplace_remarks76', 24),
(78, '2007-02-25 07:26:09', '2016-03-06 08:24:45', 'pplace_number77', 'pplace_remarks77', 48),
(79, '2001-05-01 08:09:51', '1989-10-29 13:11:24', 'pplace_number78', 'pplace_remarks78', 90),
(80, '1998-06-28 10:51:34', '1974-11-13 00:08:17', 'pplace_number79', 'pplace_remarks79', 73),
(81, '1991-12-09 13:57:01', '2008-10-07 20:42:28', 'pplace_number80', 'pplace_remarks80', 86),
(82, '1995-04-03 09:15:58', '1987-05-20 22:09:02', 'pplace_number81', 'pplace_remarks81', 64),
(83, '1977-10-02 22:44:59', '1990-06-22 22:54:59', 'pplace_number82', 'pplace_remarks82', 73),
(84, '1975-09-25 19:31:42', '2002-07-29 04:20:45', 'pplace_number83', 'pplace_remarks83', 30),
(85, '1982-09-30 02:50:47', '2006-01-27 11:42:20', 'pplace_number84', 'pplace_remarks84', 93),
(86, '2018-04-23 10:25:38', '2002-04-04 23:44:01', 'pplace_number85', 'pplace_remarks85', 91),
(87, '1981-12-19 01:33:32', '1982-12-17 07:07:02', 'pplace_number86', 'pplace_remarks86', 31),
(88, '1973-07-13 09:23:29', '2008-11-11 09:30:54', 'pplace_number87', 'pplace_remarks87', 47),
(89, '1970-03-05 06:48:41', '1992-10-18 15:25:11', 'pplace_number88', 'pplace_remarks88', 37),
(90, '1987-04-27 08:34:29', '1985-06-09 15:11:58', 'pplace_number89', 'pplace_remarks89', 47),
(91, '1980-06-08 13:00:08', '2011-08-09 06:08:42', 'pplace_number90', 'pplace_remarks90', 74),
(92, '1981-10-20 11:16:56', '1976-06-24 05:30:26', 'pplace_number91', 'pplace_remarks91', 13),
(93, '2005-03-04 14:48:36', '2001-03-13 17:10:15', 'pplace_number92', 'pplace_remarks92', 38),
(94, '2015-11-01 01:31:40', '2008-09-17 12:54:50', 'pplace_number93', 'pplace_remarks93', 72),
(95, '1998-09-05 09:18:44', '1980-04-02 21:42:48', 'pplace_number94', 'pplace_remarks94', 20),
(96, '2013-10-01 05:55:45', '2008-10-19 07:44:15', 'pplace_number95', 'pplace_remarks95', 85),
(97, '2015-05-11 15:54:11', '2002-06-22 08:39:52', 'pplace_number96', 'pplace_remarks96', 68),
(98, '2009-05-04 19:23:24', '1988-09-03 22:54:08', 'pplace_number97', 'pplace_remarks97', 62),
(99, '1986-11-02 20:03:17', '1981-07-22 05:25:43', 'pplace_number98', 'pplace_remarks98', 11),
(100, '1989-07-17 04:15:36', '1993-01-04 14:33:50', 'pplace_number99', 'pplace_remarks99', 89);
-- --------------------------------------------------------
--
-- 表的结构 `price`
--
CREATE TABLE `price` (
`price_parkplaceid` int(10) UNSIGNED NOT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
`prine_name` varchar(255) DEFAULT NULL,
`price_month` int(10) UNSIGNED DEFAULT NULL,
`park_id` int(10) UNSIGNED DEFAULT NULL,
`psection_id` int(10) UNSIGNED DEFAULT NULL,
`price_ptypeid` int(10) UNSIGNED DEFAULT NULL,
`user_categoryid` int(10) UNSIGNED DEFAULT NULL,
`pplace_id` int(10) UNSIGNED DEFAULT NULL,
`park_number` int(10) UNSIGNED DEFAULT NULL,
`park_standard` int(10) UNSIGNED DEFAULT NULL,
`park_limit` int(10) UNSIGNED DEFAULT NULL,
`price` decimal(10,0) UNSIGNED DEFAULT NULL,
`operator_id` int(10) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
--
-- 转存表中的数据 `price`
--
INSERT INTO `price` (`price_parkplaceid`, `created_at`, `updated_at`, `prine_name`, `price_month`, `park_id`, `psection_id`, `price_ptypeid`, `user_categoryid`, `pplace_id`, `park_number`, `park_standard`, `park_limit`, `price`, `operator_id`) VALUES
(1, '1983-11-22 22:14:13', '1987-05-31 10:23:51', '鈴木', 3, 90, 7, 25, 100, 54, 8, 71, 87, 178, 10),
(5, '2002-02-25 13:59:34', '1987-06-13 20:14:41', '藤本', 5, 50, 26, 38, 2, 46, 84, 64, 73, 134, 43),
(6, '1988-02-27 03:25:31', '1998-07-27 09:22:27', '喜嶋', 8, 62, 1, 94, 100, 65, 55, 63, 71, 512, 15),
(7, '1988-10-05 11:49:10', '1973-10-01 07:25:17', '中島', 8, 71, 76, 20, 13, 11, 9, 63, 1, 402, 37),
(8, '2003-06-08 02:58:42', '2017-08-20 14:41:53', '山本', 5, 31, 49, 19, 31, 81, 62, 9, 8, 360, 30),
(9, '2003-06-19 22:03:58', '2006-07-18 15:06:33', '木村', 3, 78, 66, 31, 70, 70, 46, 64, 12, 257, 70),
(10, '2004-09-25 15:10:56', '1986-02-21 06:57:37', '山本', 2, 95, 76, 40, 95, 26, 47, 39, 6, 852, 83),
(11, '1979-01-05 19:00:57', '2008-04-03 03:54:10', '加藤', 7, 28, 76, 26, 19, 86, 94, 64, 83, 679, 97),
(12, '1970-01-20 13:34:10', '2015-02-13 21:41:31', '井高', 6, 52, 54, 67, 4, 80, 38, 22, 85, 286, 38),
(13, '2007-01-10 12:14:25', '1981-10-09 07:19:09', '浜田', 11, 20, 38, 89, 25, 38, 4, 60, 84, 932, 43),
(14, '1980-06-24 13:16:55', '2006-07-26 15:05:27', '加納', 1, 36, 67, 82, 35, 4, 54, 74, 40, 928, 90),
(15, '2008-10-18 12:56:20', '2012-10-08 18:06:36', '津田', 12, 52, 79, 11, 33, 11, 97, 35, 46, 354, 87),
(16, '1995-02-05 19:44:54', '1989-01-01 08:53:59', '杉山', 1, 97, 11, 41, 90, 18, 19, 86, 92, 382, 42),
(17, '1984-07-18 09:40:13', '1984-09-09 10:34:05', '松本', 4, 2, 82, 67, 81, 21, 83, 33, 78, 357, 57),
(18, '2014-07-22 15:45:50', '2017-01-29 08:46:42', '津田', 1, 62, 32, 70, 6, 18, 73, 66, 68, 912, 11),
(19, '1976-03-24 21:57:01', '2016-03-23 02:27:01', '小泉', 6, 86, 21, 47, 99, 53, 15, 47, 79, 315, 82),
(20, '2014-04-13 00:57:33', '2007-10-10 06:58:55', '石田', 12, 22, 6, 14, 88, 72, 23, 27, 63, 880, 59),
(21, '2010-05-28 19:25:02', '1971-12-20 13:09:22', '鈴木', 12, 71, 38, 97, 47, 34, 8, 89, 23, 478, 6),
(22, '1999-01-07 20:21:31', '1996-10-31 14:47:58', '', 11, 46, 57, 33, 13, 100, 38, 89, 25, 961, 1),
(23, '1997-04-24 16:52:36', '2017-03-16 13:44:16', '小林', 4, 72, 18, 25, 78, 56, 88, 29, 16, 227, 21),
(24, '1974-10-15 23:51:28', '2002-01-31 22:40:40', '笹田', 10, 52, 25, 23, 11, 9, 2, 58, 58, 969, 46),
(25, '1979-08-03 20:30:49', '1999-04-26 11:21:52', '吉田', 3, 67, 44, 26, 29, 32, 18, 96, 90, 774, 9),
(26, '2010-09-26 08:24:01', '1975-01-18 04:48:19', '田中', 5, 14, 7, 89, 34, 63, 24, 25, 90, 417, 80),
(27, '2011-10-04 22:22:09', '2015-12-17 03:54:08', '松本', 10, 73, 79, 70, 78, 50, 96, 47, 96, 447, 40),
(28, '1998-01-07 02:35:42', '1994-09-30 13:57:37', '廣川', 4, 21, 34, 23, 49, 62, 7, 68, 68, 318, 37),
(29, '2012-10-10 04:16:31', '1988-08-14 16:40:43', '井上', 10, 80, 41, 66, 78, 1, 36, 71, 23, 405, 32),
(30, '1970-10-14 19:31:40', '1984-11-23 10:20:06', '喜嶋', 4, 46, 92, 79, 8, 94, 2, 7, 2, 149, 53),
(31, '1978-01-17 07:07:09', '1980-05-25 20:13:39', '西之園', 5, 12, 22, 96, 18, 56, 34, 22, 32, 134, 52),
(32, '1978-05-18 08:13:51', '1986-01-24 16:34:14', '桐山', 9, 95, 46, 44, 72, 75, 79, 28, 44, 731, 90),
(33, '1985-06-03 05:30:24', '1983-04-25 08:06:07', '津田', 3, 3, 11, 50, 76, 17, 96, 31, 84, 610, 46),
(34, '2000-09-03 01:47:55', '1984-12-03 23:39:44', '笹田', 4, 13, 56, 29, 64, 80, 60, 50, 22, 300, 79),
(35, '1975-12-01 05:08:07', '1977-11-15 23:39:12', '中島', 3, 62, 70, 95, 54, 69, 50, 70, 33, 336, 32),
(36, '1975-02-06 16:32:27', '1978-06-17 08:17:44', '宮沢', 6, 16, 61, 13, 99, 31, 19, 47, 44, 261, 52),
(37, '2016-05-01 10:26:06', '1972-06-09 02:26:44', '渡辺', 4, 56, 17, 64, 79, 62, 34, 18, 20, 644, 40),
(38, '1976-11-14 13:33:57', '2010-10-08 20:28:38', '山口', 9, 12, 68, 37, 53, 79, 72, 94, 26, 953, 10),
(39, '1974-07-09 21:59:29', '1974-07-15 00:56:52', '山岸', 10, 96, 54, 1, 32, 11, 2, 75, 24, 90, 100),
(40, '1988-10-06 19:32:25', '2015-05-06 12:52:41', '三宅', 2, 88, 9, 6, 21, 62, 29, 45, 93, 901, 59),
(41, '1998-12-20 18:07:22', '2014-11-17 08:39:12', '小林', 10, 24, 93, 65, 71, 43, 91, 7, 53, 753, 94),
(42, '2000-07-11 18:17:24', '1973-10-25 06:52:55', '藤本', 10, 52, 47, 39, 63, 28, 7, 55, 93, 204, 15),
(43, '2015-08-16 19:32:11', '2000-11-16 20:39:18', '吉本', 4, 24, 18, 11, 99, 72, 82, 30, 17, 479, 41),
(44, '1975-11-11 19:44:29', '2008-11-26 20:42:30', '斉藤', 3, 99, 16, 50, 84, 67, 32, 26, 30, 61, 87),
(45, '1993-03-07 13:28:42', '2007-08-13 09:52:35', '宇野', 6, 14, 95, 8, 100, 29, 25, 37, 44, 68, 67),
(46, '2010-11-11 00:37:01', '1997-03-28 05:58:55', '桐山', 6, 96, 76, 8, 73, 49, 77, 20, 48, 306, 27),
(47, '1983-11-13 22:10:43', '1973-12-27 10:27:06', '大垣', 11, 10, 76, 12, 15, 38, 58, 68, 42, 95, 24),
(48, '1987-08-19 07:35:32', '2002-05-26 03:21:26', '伊藤', 8, 1, 58, 95, 79, 41, 58, 75, 63, 652, 61),
(49, '2000-03-01 03:51:21', '2009-11-13 21:02:58', '青田', 5, 2, 66, 6, 3, 26, 18, 6, 11, 577, 97),
(50, '1973-06-15 05:56:33', '1978-04-08 21:13:08', '杉山', 7, 36, 63, 75, 86, 50, 24, 97, 46, 89, 44),
(51, '2010-01-12 03:43:16', '2011-10-29 04:21:42', '原田', 3, 3, 48, 7, 75, 76, 8, 59, 67, 362, 7),
(52, '1982-09-27 02:37:52', '2009-04-10 23:48:20', '喜嶋', 7, 19, 51, 2, 78, 98, 65, 56, 77, 321, 91),
(53, '2013-08-07 04:17:11', '1983-11-04 22:54:17', '中島', 7, 68, 69, 27, 77, 27, 77, 30, 65, 764, 44),
(54, '1986-02-03 14:16:16', '1992-10-06 13:25:51', '田中', 6, 53, 80, 87, 12, 95, 54, 65, 23, 35, 73),
(55, '2013-08-25 14:08:28', '1997-06-12 02:49:57', '三宅', 5, 38, 43, 48, 53, 96, 36, 3, 97, 175, 78),
(56, '2003-02-09 13:18:39', '1997-05-26 06:13:53', '青山', 1, 12, 79, 13, 98, 22, 64, 63, 89, 25, 16),
(57, '2001-06-07 12:26:54', '2011-08-05 05:29:34', '吉本', 3, 45, 64, 2, 65, 71, 75, 7, 4, 13, 66),
(58, '1995-10-30 18:02:05', '1983-08-28 22:45:43', '山口', 4, 77, 35, 52, 88, 70, 2, 13, 97, 106, 71),
(59, '1998-05-27 04:46:05', '2001-09-25 00:18:07', '佐々木', 2, 88, 72, 62, 66, 3, 65, 33, 87, 668, 33),
(60, '1987-07-27 19:36:56', '1978-02-18 08:51:00', '原田', 6, 5, 15, 62, 96, 82, 6, 76, 92, 999, 74),
(61, '2005-05-14 09:14:48', '2008-07-30 10:05:13', '吉本', 12, 80, 51, 51, 67, 85, 50, 62, 27, 532, 16),
(62, '1984-10-13 04:23:18', '2005-02-11 20:26:03', '喜嶋', 4, 80, 21, 72, 28, 32, 72, 22, 17, 559, 45),
(63, '2000-05-27 09:07:39', '1988-04-01 15:37:29', '坂本', 7, 37, 20, 2, 61, 91, 52, 58, 54, 956, 85),
(64, '1994-08-30 21:12:55', '1975-02-08 12:41:52', '鈴木', 10, 48, 80, 1, 50, 81, 5, 87, 68, 390, 44),
(65, '2004-06-30 04:44:05', '1983-05-30 00:12:41', '', 9, 45, 30, 2, 53, 32, 98, 58, 78, 312, 44),
(66, '1991-03-30 01:29:24', '2001-11-25 11:57:13', '廣川', 10, 86, 8, 16, 10, 7, 69, 81, 33, 551, 81),
(67, '2011-03-03 19:18:27', '2006-08-19 13:55:04', '高橋', 5, 56, 55, 88, 76, 2, 62, 65, 3, 136, 98),
(68, '1995-03-13 20:35:30', '1981-02-26 08:27:49', '佐藤', 9, 38, 11, 25, 56, 63, 22, 89, 77, 392, 15),
(69, '1993-01-12 02:24:38', '1990-05-02 15:30:39', '喜嶋', 11, 7, 25, 3, 11, 67, 19, 76, 59, 176, 27),
(70, '1998-08-29 09:22:52', '1997-06-01 01:03:55', '山田', 9, 68, 8, 31, 29, 90, 72, 99, 16, 753, 11),
(71, '1985-11-30 17:17:37', '1978-07-03 09:59:03', '若松', 4, 74, 83, 89, 56, 60, 93, 42, 94, 797, 70),
(72, '1994-12-18 08:22:37', '1987-11-13 07:48:19', '山口', 5, 6, 31, 27, 52, 74, 5, 19, 52, 367, 76),
(73, '1979-07-30 08:24:17', '1981-10-08 12:38:15', '野村', 8, 91, 1, 30, 44, 77, 46, 59, 96, 720, 98),
(74, '1982-12-07 06:54:17', '1979-12-30 22:06:34', '喜嶋', 3, 97, 60, 22, 59, 22, 45, 93, 74, 137, 79),
(75, '1981-01-16 02:01:22', '2013-09-30 22:42:00', '大垣', 8, 85, 43, 5, 3, 63, 4, 62, 83, 259, 70),
(76, '1988-02-27 07:05:14', '1993-09-18 00:37:05', '石田', 2, 61, 70, 3, 43, 1, 22, 65, 72, 313, 14),
(77, '1976-01-13 10:26:44', '1993-07-12 00:20:05', '田辺', 7, 72, 17, 50, 22, 11, 49, 12, 80, 373, 14),
(78, '1977-07-07 23:19:59', '2017-12-12 02:24:13', '藤本', 7, 80, 10, 41, 12, 50, 69, 72, 8, 143, 55),
(79, '1975-08-09 08:00:21', '2005-12-02 08:07:32', '山田', 4, 1, 97, 86, 70, 98, 17, 87, 11, 496, 61),
(80, '1993-10-18 18:52:43', '2016-10-31 16:15:53', '木村', 3, 8, 43, 3, 40, 96, 35, 30, 26, 924, 79),
(81, '1984-01-15 13:39:59', '1977-02-21 06:29:10', '井高', 3, 32, 68, 95, 72, 1, 80, 97, 58, 507, 50),
(82, '2012-04-30 17:38:52', '2016-06-21 05:25:18', '吉本', 9, 20, 71, 69, 90, 100, 79, 41, 48, 430, 50),
(83, '1989-03-23 13:18:52', '2015-03-10 14:07:46', '青山', 8, 34, 72, 35, 75, 76, 69, 38, 60, 188, 81),
(84, '2016-02-22 21:47:59', '1995-03-19 07:27:28', '佐藤', 9, 95, 11, 91, 87, 69, 35, 11, 12, 782, 98),
(85, '1994-01-07 09:58:38', '2013-05-18 01:46:20', '宮沢', 7, 54, 3, 99, 31, 2, 93, 16, 53, 328, 46),
(86, '1997-04-08 04:17:07', '1993-03-05 22:57:59', '廣川', 9, 28, 6, 51, 10, 61, 27, 80, 73, 19, 23),
(87, '1997-03-11 10:21:45', '1975-05-05 09:07:53', '中島', 5, 14, 20, 45, 82, 36, 13, 41, 94, 113, 33),
(88, '2003-04-12 21:22:07', '2004-11-24 06:02:41', '山本', 3, 36, 91, 23, 94, 68, 7, 39, 47, 987, 26),
(89, '2007-02-22 23:51:43', '2018-06-19 16:37:55', '三宅', 11, 86, 6, 64, 52, 31, 32, 30, 27, 271, 88),
(90, '2009-01-15 05:49:40', '1970-06-07 17:01:23', '近藤', 5, 51, 76, 57, 28, 55, 26, 43, 33, 379, 77),
(91, '1987-07-12 20:19:31', '1984-03-08 21:00:53', '加藤', 9, 23, 23, 52, 7, 72, 99, 71, 74, 317, 16),
(92, '1974-02-05 19:08:28', '2006-06-07 10:33:15', '笹田', 1, 39, 8, 91, 54, 8, 11, 33, 85, 293, 95),
(93, '1970-12-15 16:41:43', '2002-12-07 19:41:48', '西之園', 9, 67, 77, 66, 63, 56, 98, 47, 1, 161, 41),
(94, '1985-03-09 01:36:29', '1977-02-25 21:25:52', '廣川', 12, 47, 32, 9, 25, 78, 38, 59, 36, 675, 44),
(95, '1987-02-15 20:49:16', '1970-06-13 08:00:26', '喜嶋', 5, 14, 82, 91, 99, 8, 1, 6, 31, 194, 12),
(96, '1974-09-13 21:39:12', '2002-10-17 00:39:27', '井上', 11, 28, 85, 66, 97, 89, 39, 50, 36, 374, 5),
(97, '1973-06-07 04:09:53', '2011-12-05 16:35:55', '坂本', 12, 97, 89, 7, 30, 40, 14, 88, 44, 617, 20),
(98, '1970-03-01 01:52:09', '1991-10-14 15:13:48', '喜嶋', 7, 26, 72, 82, 77, 38, 65, 76, 68, 371, 52),
(99, '1991-12-01 17:40:02', '2006-02-15 02:01:09', '斉藤', 11, 48, 1, 76, 34, 78, 79, 98, 69, 555, 7),
(100, '1997-10-30 22:59:56', '2005-02-09 07:15:57', '佐藤', 5, 21, 32, 34, 70, 99, 21, 88, 87, 989, 50);
-- --------------------------------------------------------
--
-- 表的结构 `price_a`
--
CREATE TABLE `price_a` (
`price_parkplaceid` int(10) UNSIGNED NOT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
`prine_name` varchar(255) DEFAULT NULL,
`price_month` int(10) UNSIGNED DEFAULT NULL,
`park_id` int(10) UNSIGNED DEFAULT NULL,
`psection_id` int(10) UNSIGNED DEFAULT NULL,
`price_ptypeid` int(10) UNSIGNED DEFAULT NULL,
`user_categoryid` int(10) UNSIGNED DEFAULT NULL,
`pplace_id` int(10) UNSIGNED DEFAULT NULL,
`price` decimal(10,0) UNSIGNED DEFAULT NULL,
`operator_id` int(10) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
--
-- 转存表中的数据 `price_a`
--
INSERT INTO `price_a` (`price_parkplaceid`, `created_at`, `updated_at`, `prine_name`, `price_month`, `park_id`, `psection_id`, `price_ptypeid`, `user_categoryid`, `pplace_id`, `price`, `operator_id`) VALUES
(1, '1987-09-12 11:14:06', '2010-05-03 11:30:33', '山田', 3, 59, 44, 72, 11, 5, 798, 51),
(2, '1974-12-26 03:39:53', '2008-01-21 01:42:53', '石田', 3, 4, 29, 97, 32, 49, 500, 29),
(3, '1996-08-24 23:33:35', '2012-02-06 18:41:34', '青山', 2, 76, 82, 5, 74, 23, 581, 90),
(4, '2014-11-12 17:29:18', '1991-02-24 21:26:36', '近藤', 4, 75, 73, 64, 33, 8, 725, 23),
(5, '1971-08-04 13:03:16', '1996-05-24 07:47:50', '青山', 3, 9, 99, 77, 25, 87, 668, 6),
(6, '2000-03-15 05:54:22', '1995-10-14 07:10:27', '村山', 5, 26, 44, 48, 39, 1, 255, 60),
(7, '1972-03-22 14:34:44', '2018-05-23 21:51:26', '山口', 2, 54, 86, 37, 31, 35, 295, 40),
(8, '1982-03-05 17:30:57', '1998-05-17 17:58:51', '宮沢', 1, 2, 76, 49, 4, 97, 752, 6),
(9, '1991-01-12 11:01:36', '2002-09-25 15:26:54', '吉本', 1, 34, 35, 34, 15, 42, 10, 82),
(10, '1994-09-25 11:36:02', '2007-11-27 08:04:24', '中津川', 4, 22, 50, 32, 10, 64, 358, 86),
(11, '1975-06-30 01:16:27', '2010-07-25 13:35:02', '小林', 3, 63, 90, 93, 5, 23, 753, 30),
(12, '2018-07-18 19:52:32', '1994-04-14 12:12:46', '桐山', 2, 81, 93, 56, 31, 30, 158, 72),
(13, '2016-02-12 05:44:39', '1974-03-04 11:02:38', '田辺', 3, 16, 28, 2, 99, 84, 603, 17),
(14, '2009-09-14 00:22:07', '1999-01-12 01:01:33', '藤本', 4, 85, 23, 28, 35, 64, 259, 36),
(15, '1971-10-01 09:28:58', '2010-12-29 03:34:14', '吉田', 1, 56, 80, 10, 97, 21, 900, 25),
(16, '1982-12-02 02:44:34', '1982-08-15 22:45:38', '原田', 2, 44, 90, 23, 66, 35, 461, 79),
(17, '1979-08-15 22:03:54', '1971-09-09 23:07:44', '青山', 2, 58, 42, 28, 97, 26, 257, 15),
(18, '1972-06-19 20:10:14', '2012-01-27 00:31:34', '斉藤', 4, 2, 61, 37, 59, 25, 335, 54),
(19, '1990-11-19 13:25:12', '1974-10-16 19:01:51', '伊藤', 1, 77, 45, 95, 32, 46, 29, 16),
(20, '1987-03-01 21:59:52', '1977-12-28 08:36:26', '木村', 3, 54, 27, 98, 63, 52, 181, 28),
(21, '2016-02-20 09:24:16', '2013-09-19 15:50:09', '笹田', 4, 15, 87, 28, 87, 14, 917, 76),
(22, '2006-05-03 18:53:23', '1974-04-10 06:07:11', '江古田', 4, 65, 3, 25, 89, 85, 104, 56),
(23, '1981-08-05 21:04:07', '1982-06-30 17:45:26', '木村', 2, 27, 46, 63, 66, 12, 96, 66),
(24, '1977-03-21 00:18:19', '2017-04-30 21:47:24', '廣川', 5, 79, 90, 5, 90, 31, 433, 53),
(25, '1971-06-03 03:38:34', '2013-08-05 17:22:25', '野村', 2, 65, 13, 91, 23, 69, 452, 76),
(26, '2008-09-07 10:30:39', '2001-09-24 21:54:27', '工藤', 1, 76, 99, 71, 72, 85, 569, 88),
(27, '1995-03-26 08:10:17', '1993-03-01 21:20:48', '木村', 3, 1, 65, 56, 44, 42, 272, 92),
(28, '1996-02-09 00:00:06', '1982-12-07 19:15:52', '田辺', 4, 26, 58, 52, 23, 88, 889, 87),
(29, '2000-07-24 02:58:49', '1999-08-17 02:57:23', '木村', 4, 58, 82, 14, 25, 93, 349, 76),
(30, '1995-05-09 02:08:19', '1973-01-23 21:42:08', '田辺', 4, 97, 78, 56, 47, 95, 258, 80),
(31, '1971-03-30 14:48:28', '1995-10-23 11:17:00', '小泉', 3, 30, 63, 34, 57, 100, 644, 46),
(32, '1972-04-20 20:47:30', '1978-01-06 18:20:46', '井上', 4, 16, 71, 22, 82, 2, 58, 100),
(33, '2018-10-18 21:34:04', '2013-08-20 18:25:32', '山岸', 2, 93, 6, 91, 59, 91, 195, 74),
(34, '2018-10-16 20:54:46', '1991-08-01 14:21:08', '高橋', 1, 20, 11, 45, 73, 60, 428, 31),
(35, '1997-11-10 20:54:41', '2009-12-25 01:34:46', '坂本', 2, 6, 15, 93, 5, 12, 801, 78),
(36, '2006-08-31 19:02:22', '2012-08-10 03:50:43', '鈴木', 3, 42, 4, 49, 25, 39, 24, 52),
(37, '1974-10-04 20:28:24', '1998-06-26 04:21:20', '近藤', 3, 29, 40, 25, 37, 90, 206, 68),
(38, '2016-09-15 12:12:57', '2013-08-15 02:33:07', '原田', 1, 60, 40, 95, 55, 30, 476, 89),
(39, '1977-12-27 23:23:42', '1972-11-26 19:42:03', '中村', 2, 16, 75, 89, 19, 99, 2, 17),
(40, '1988-10-27 00:09:26', '1974-12-11 07:46:18', '加藤', 5, 89, 10, 26, 28, 44, 350, 67),
(41, '1986-09-29 23:00:50', '2008-10-20 09:59:32', '山岸', 3, 4, 10, 39, 55, 74, 159, 28),
(42, '2011-10-04 20:15:08', '1995-04-07 23:14:36', '石田', 2, 18, 77, 34, 41, 38, 820, 58),
(43, '1996-07-24 13:06:21', '2001-05-03 03:39:55', '井高', 4, 43, 93, 80, 24, 13, 863, 12),
(44, '1987-12-09 08:54:07', '1990-02-09 22:59:18', '佐々木', 3, 25, 68, 76, 8, 2, 729, 52),
(45, '1991-05-08 20:07:01', '1994-10-22 00:26:28', '高橋', 1, 18, 94, 20, 60, 10, 675, 39),
(46, '1980-12-06 05:20:07', '1978-08-02 07:50:27', '', 1, 58, 94, 89, 50, 57, 304, 30),
(47, '1975-12-05 07:43:29', '1994-06-10 20:15:30', '鈴木', 3, 82, 3, 40, 29, 76, 323, 37),
(48, '1987-10-18 04:02:24', '1978-05-19 11:16:13', '村山', 4, 41, 31, 99, 32, 100, 711, 78),
(49, '2014-02-19 04:39:36', '2011-09-14 12:01:30', '藤本', 3, 52, 5, 45, 96, 38, 515, 77),
(50, '1985-08-09 17:28:59', '2008-01-25 15:05:44', '山岸', 4, 2, 7, 30, 61, 14, 497, 27),
(51, '2008-05-27 20:11:40', '1998-11-26 22:58:23', '廣川', 2, 78, 85, 15, 96, 54, 665, 43),
(52, '2009-10-30 05:07:31', '1998-04-28 22:39:31', '木村', 1, 92, 6, 73, 20, 25, 134, 82),
(53, '1975-07-23 09:12:52', '2003-09-29 23:41:48', '加藤', 5, 64, 18, 40, 49, 63, 975, 5),
(54, '1993-12-15 17:31:16', '1989-08-24 03:38:14', '江古田', 4, 80, 65, 63, 6, 65, 715, 22),
(55, '2017-07-17 17:22:40', '1976-12-16 02:45:37', '藤本', 1, 53, 39, 62, 87, 31, 340, 26),
(56, '2013-05-22 16:33:14', '1984-10-09 06:58:43', '鈴木', 4, 26, 21, 26, 92, 78, 31, 24),
(57, '1979-01-18 08:03:04', '1979-03-25 03:58:58', '青田', 3, 22, 30, 46, 37, 30, 357, 77),
(58, '1989-06-15 05:27:27', '2005-07-18 13:33:20', '佐々木', 5, 37, 60, 76, 76, 15, 559, 89),
(59, '1984-08-25 08:53:01', '1994-06-03 21:37:37', '宇野', 4, 36, 35, 15, 7, 88, 849, 12),
(60, '2012-07-16 21:36:04', '1985-06-22 10:29:41', '笹田', 5, 99, 19, 98, 6, 25, 998, 49),
(61, '1993-02-04 09:42:48', '2003-01-18 02:24:38', '近藤', 2, 8, 55, 22, 60, 85, 479, 89),
(62, '2004-09-12 15:01:24', '1997-02-28 01:49:41', '小泉', 2, 72, 57, 56, 13, 79, 17, 40),
(63, '1991-01-10 15:34:37', '1978-05-13 10:41:57', '村山', 5, 8, 52, 35, 14, 33, 809, 82),
(64, '1984-09-07 18:16:12', '1993-06-22 00:49:53', '鈴木', 4, 82, 79, 3, 36, 90, 768, 25),
(65, '1983-10-24 14:48:37', '1995-12-26 15:32:06', '佐々木', 5, 65, 95, 44, 83, 2, 220, 94),
(66, '1993-09-03 02:52:00', '1989-12-25 01:45:17', '藤本', 3, 13, 53, 45, 42, 37, 533, 92),
(67, '1985-07-03 05:03:13', '2002-02-28 17:34:47', '杉山', 3, 73, 3, 83, 9, 68, 479, 44),
(68, '2008-02-09 01:50:05', '2010-07-06 15:39:55', '浜田', 5, 43, 28, 45, 25, 62, 640, 93),
(69, '2005-12-26 06:19:12', '1975-01-09 18:12:06', '中島', 2, 20, 66, 60, 62, 91, 817, 16),
(70, '1990-04-27 13:05:05', '1993-09-29 20:36:36', '中村', 1, 23, 100, 90, 46, 92, 127, 55),
(71, '1991-10-02 21:10:19', '2008-08-31 00:03:56', '野村', 2, 7, 54, 100, 61, 77, 531, 15),
(72, '1975-08-19 15:44:30', '2009-02-04 11:20:37', '桐山', 2, 75, 90, 41, 30, 18, 343, 26),
(73, '2002-10-23 21:22:22', '1985-11-19 08:53:19', '山岸', 3, 56, 56, 96, 85, 60, 745, 12),
(74, '2010-01-14 08:58:03', '2001-12-23 12:31:01', '中島', 3, 38, 20, 99, 59, 72, 186, 32),
(75, '1973-06-10 20:50:42', '1979-06-22 16:35:28', '近藤', 5, 27, 90, 51, 62, 57, 84, 50),
(76, '1987-10-01 12:31:08', '1988-07-30 20:12:31', '喜嶋', 2, 25, 98, 93, 24, 29, 365, 19),
(77, '1992-03-14 03:14:35', '2012-03-30 00:13:27', '小林', 5, 15, 58, 4, 54, 59, 863, 92),
(78, '1983-07-26 12:53:24', '1980-11-12 11:53:28', '桐山', 1, 37, 16, 43, 1, 32, 137, 86),
(79, '1977-04-25 14:51:11', '1998-08-26 22:13:41', '青田', 1, 80, 24, 96, 28, 82, 473, 74),
(80, '2010-07-20 09:08:06', '2016-06-20 03:20:15', '中村', 4, 7, 93, 37, 94, 69, 835, 10),
(81, '2002-09-04 19:34:30', '2018-08-31 06:17:11', '鈴木', 2, 41, 97, 19, 29, 7, 271, 92),
(82, '1983-08-12 15:03:15', '2000-07-17 07:12:47', '藤本', 4, 71, 88, 28, 50, 33, 188, 50),
(83, '1980-08-26 07:06:59', '2002-05-31 04:35:18', '中村', 5, 11, 75, 95, 38, 41, 272, 17),
(84, '1977-07-21 07:06:46', '1998-06-29 06:10:50', '工藤', 4, 13, 100, 71, 14, 15, 647, 47),
(85, '2001-03-03 18:06:44', '1979-09-14 20:17:08', '大垣', 2, 48, 88, 1, 67, 88, 558, 32),
(86, '2007-05-01 12:10:10', '2016-02-11 03:35:25', '桐山', 2, 36, 27, 11, 5, 59, 19, 53),
(87, '1988-05-03 05:38:04', '2014-08-18 15:35:22', '桐山', 2, 93, 22, 81, 19, 72, 498, 46),
(88, '2006-08-31 04:16:42', '1998-10-10 15:20:40', '三宅', 2, 62, 61, 11, 27, 51, 537, 21),
(89, '2005-05-27 04:58:25', '2018-02-23 13:32:12', '鈴木', 2, 38, 71, 20, 21, 77, 789, 50),
(90, '2008-04-03 21:16:31', '1990-06-10 23:28:26', '近藤', 3, 8, 70, 91, 89, 60, 209, 40),
(91, '2004-10-09 19:30:16', '1996-09-25 02:37:53', '坂本', 5, 15, 70, 91, 55, 10, 60, 1),
(92, '1978-01-12 18:08:55', '2001-08-15 17:07:54', '加納', 3, 60, 13, 46, 26, 83, 881, 44),
(93, '2016-08-16 04:25:01', '2016-05-01 05:31:18', '宇野', 1, 72, 92, 4, 14, 29, 142, 16),
(94, '1991-07-24 19:17:46', '2016-02-09 01:07:20', '喜嶋', 2, 99, 61, 69, 91, 35, 193, 61),
(95, '2005-05-31 14:21:31', '2010-08-01 06:06:40', '吉本', 2, 94, 4, 92, 10, 85, 839, 70),
(96, '1991-10-06 12:53:11', '1985-07-09 19:58:23', '小泉', 5, 65, 67, 43, 8, 35, 977, 20),
(97, '1986-06-04 04:28:17', '2009-12-25 11:36:04', '渡辺', 1, 49, 71, 57, 57, 28, 45, 92),
(98, '2008-01-03 08:22:17', '2014-06-04 23:53:31', '小泉', 3, 85, 67, 38, 45, 100, 912, 46),
(99, '1991-04-22 03:01:35', '1980-05-25 02:56:51', '', 4, 68, 60, 39, 44, 69, 566, 16),
(100, '1990-01-20 09:56:58', '1975-09-02 16:12:38', '加藤', 5, 3, 99, 73, 76, 43, 761, 85);
-- --------------------------------------------------------
--
-- 表的结构 `price_b`
--
CREATE TABLE `price_b` (
`price_parkplaceid` int(10) UNSIGNED NOT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
`prine_name` varchar(255) DEFAULT NULL,
`price_month` int(10) UNSIGNED DEFAULT NULL,
`park_id` int(10) UNSIGNED DEFAULT NULL,
`psection_id` int(10) UNSIGNED DEFAULT NULL,
`price_ptypeid` int(10) UNSIGNED DEFAULT NULL,
`user_categoryid` int(10) UNSIGNED DEFAULT NULL,
`pplace_id` int(10) UNSIGNED DEFAULT NULL,
`park_number` int(10) UNSIGNED DEFAULT NULL,
`park_standard` int(10) UNSIGNED DEFAULT NULL,
`park_limit` int(10) UNSIGNED DEFAULT NULL,
`price` decimal(10,0) UNSIGNED DEFAULT NULL,
`operator_id` int(10) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
--
-- 转存表中的数据 `price_b`
--
INSERT INTO `price_b` (`price_parkplaceid`, `created_at`, `updated_at`, `prine_name`, `price_month`, `park_id`, `psection_id`, `price_ptypeid`, `user_categoryid`, `pplace_id`, `park_number`, `park_standard`, `park_limit`, `price`, `operator_id`) VALUES
(1, '2016-11-29 02:51:10', '1996-05-23 12:39:47', '杉山', 1, 97, 52, 89, 17, 64, 61, 7, 71, 422, 33),
(2, '1992-04-07 14:11:59', '2014-07-02 08:33:33', '山口', 4, 30, 40, 52, 87, 45, 87, 25, 94, 760, 8),
(3, '1974-06-04 15:07:43', '2013-03-03 02:33:33', '青田', 5, 26, 86, 58, 89, 94, 90, 74, 44, 482, 42),
(4, '1994-01-25 12:03:11', '2006-07-02 17:38:11', '藤本', 5, 72, 51, 83, 99, 23, 83, 83, 13, 599, 23),
(5, '1985-01-29 04:53:03', '1983-01-18 05:56:52', '大垣', 1, 20, 2, 75, 87, 64, 31, 24, 5, 504, 3),
(6, '2016-11-22 20:26:40', '2012-08-31 02:49:35', '石田', 2, 82, 63, 45, 6, 37, 68, 96, 13, 82, 77),
(7, '2012-03-29 11:30:36', '1983-12-21 09:11:23', '加納', 1, 88, 100, 21, 40, 25, 50, 19, 38, 953, 86),
(8, '1998-12-28 10:33:39', '2001-10-03 02:20:59', '宮沢', 3, 44, 69, 18, 78, 21, 27, 31, 76, 221, 74),
(9, '2016-07-26 05:22:40', '1991-07-17 05:06:47', '小泉', 2, 98, 31, 83, 50, 21, 99, 30, 24, 281, 75),
(10, '1979-01-12 18:51:30', '1990-01-03 00:27:54', '青山', 5, 57, 81, 85, 42, 95, 66, 23, 57, 342, 38),
(11, '1971-06-17 18:45:33', '2002-09-26 05:49:28', '', 2, 78, 71, 26, 85, 20, 64, 81, 64, 329, 32),
(12, '1999-06-15 14:55:30', '1982-11-26 02:04:05', '野村', 5, 44, 19, 85, 8, 82, 6, 9, 33, 692, 100),
(13, '1974-10-27 13:57:40', '1989-01-18 13:52:28', '三宅', 1, 56, 28, 10, 68, 70, 30, 6, 63, 738, 20),
(14, '1991-07-10 23:11:02', '1986-05-27 08:45:04', '宮沢', 4, 80, 13, 40, 75, 86, 48, 31, 63, 235, 31),
(15, '2002-03-25 22:00:18', '1971-12-28 10:41:06', '斉藤', 5, 46, 99, 82, 18, 25, 38, 70, 21, 447, 65),
(16, '1985-03-29 23:05:59', '1970-11-01 09:02:54', '田中', 4, 90, 12, 51, 9, 75, 30, 50, 62, 766, 85),
(17, '1998-12-10 11:13:53', '1994-04-30 15:34:49', '工藤', 3, 74, 88, 12, 50, 27, 38, 38, 97, 149, 64),
(18, '2007-11-27 11:23:48', '1992-08-20 03:49:40', '山口', 4, 47, 86, 2, 76, 47, 31, 63, 41, 602, 4),
(19, '1987-03-30 10:20:32', '1994-12-10 08:10:38', '山本', 1, 6, 41, 62, 50, 12, 28, 94, 40, 829, 49),
(20, '1986-06-20 01:09:59', '2015-08-13 18:51:28', '山岸', 1, 56, 69, 4, 8, 53, 57, 96, 28, 303, 100),
(21, '2016-01-18 01:26:44', '2015-04-18 02:21:24', '佐藤', 5, 35, 82, 70, 63, 46, 79, 82, 95, 393, 23),
(22, '2011-06-21 10:34:02', '1997-06-03 05:35:17', '石田', 4, 91, 16, 8, 3, 74, 61, 30, 39, 541, 55),
(23, '2006-08-27 05:03:19', '2009-11-13 20:50:17', '村山', 4, 20, 12, 44, 100, 21, 80, 73, 45, 126, 50),
(24, '2000-11-01 13:43:03', '1984-06-19 15:11:37', '大垣', 1, 56, 91, 56, 28, 100, 21, 75, 87, 576, 10),
(25, '1995-08-09 03:56:13', '1982-02-24 08:22:09', '青田', 3, 61, 98, 49, 21, 86, 82, 64, 24, 884, 16),
(26, '1970-05-11 21:50:39', '2001-06-10 14:59:23', '', 3, 51, 63, 61, 78, 19, 21, 89, 89, 937, 54),
(27, '2015-04-10 07:09:54', '1972-12-23 21:45:15', '山田', 5, 99, 80, 63, 77, 61, 52, 38, 79, 675, 60),
(28, '1992-12-22 20:41:20', '1971-10-17 09:20:35', '中村', 3, 48, 90, 55, 57, 49, 7, 47, 93, 729, 87),
(29, '1981-09-11 22:32:12', '1973-06-21 23:52:07', '山岸', 5, 30, 61, 91, 33, 1, 49, 20, 7, 240, 98),
(30, '1974-02-10 00:17:47', '2001-03-02 06:51:07', '青田', 3, 39, 51, 36, 100, 52, 96, 39, 13, 962, 52),
(31, '2008-03-31 02:54:14', '1975-03-07 01:26:57', '', 2, 81, 22, 2, 7, 13, 82, 89, 77, 307, 16),
(32, '1973-05-19 19:43:19', '1975-08-29 22:08:28', '山口', 3, 18, 85, 20, 95, 25, 72, 48, 63, 35, 1),
(33, '1991-03-15 09:57:33', '1985-10-07 08:31:28', '大垣', 2, 1, 75, 26, 92, 49, 32, 8, 22, 472, 74),
(34, '2005-05-24 08:13:29', '1978-09-12 04:09:41', '', 1, 14, 3, 49, 5, 61, 39, 77, 91, 712, 75),
(35, '1973-10-19 05:55:54', '1996-06-05 11:57:25', '中島', 3, 98, 55, 94, 71, 5, 2, 27, 67, 765, 89),
(36, '1988-04-27 04:04:27', '1978-05-08 01:06:50', '吉田', 1, 68, 50, 77, 79, 64, 85, 2, 38, 904, 80),
(37, '1975-10-02 22:07:33', '1991-12-25 09:45:37', '伊藤', 2, 83, 34, 62, 48, 43, 45, 90, 96, 5, 69),
(38, '1974-02-17 08:52:31', '1995-12-06 16:34:29', '高橋', 5, 16, 83, 14, 58, 96, 99, 52, 81, 862, 15),
(39, '1991-07-09 12:00:08', '2015-09-09 12:50:04', '松本', 5, 30, 79, 34, 38, 22, 31, 100, 36, 954, 22),
(40, '2012-08-16 22:33:06', '1989-12-06 11:02:59', '中島', 1, 30, 66, 66, 77, 28, 15, 26, 4, 603, 65),
(41, '1989-11-21 16:10:54', '1985-07-26 21:40:43', '加納', 3, 50, 90, 92, 39, 12, 96, 16, 20, 824, 49),
(42, '2011-02-09 08:56:24', '1995-12-25 12:47:18', '原田', 4, 96, 55, 90, 85, 14, 64, 76, 12, 339, 97),
(43, '1981-10-20 20:52:26', '1985-12-15 06:33:56', '吉田', 3, 49, 24, 40, 85, 50, 55, 22, 76, 569, 29),
(44, '1991-01-05 22:07:39', '2009-04-04 10:00:03', '山本', 1, 75, 79, 31, 97, 17, 39, 36, 44, 254, 46),
(45, '1991-07-11 19:12:44', '1995-05-05 23:05:22', '宇野', 4, 17, 9, 92, 4, 100, 77, 43, 23, 449, 50),
(46, '1991-10-01 10:08:40', '1982-03-29 20:59:43', '中島', 2, 17, 29, 19, 82, 3, 14, 31, 60, 290, 81),
(47, '2018-03-17 12:57:47', '1995-04-04 02:48:20', '喜嶋', 1, 34, 71, 61, 58, 79, 43, 2, 35, 24, 69),
(48, '2017-04-07 05:43:52', '2012-04-20 06:32:41', '渡辺', 1, 85, 7, 37, 71, 34, 100, 70, 49, 678, 60),
(49, '1980-07-24 23:22:11', '2011-11-21 14:59:45', '中島', 1, 77, 55, 61, 73, 39, 6, 85, 9, 504, 89),
(50, '2013-10-03 00:18:38', '1977-10-07 13:33:08', '加藤', 4, 92, 27, 22, 35, 79, 47, 55, 32, 458, 47),
(51, '1984-12-23 12:38:16', '1993-06-29 15:56:21', '加藤', 4, 62, 84, 58, 64, 100, 75, 14, 30, 82, 13),
(52, '1974-01-17 09:50:52', '1986-10-19 07:11:55', '喜嶋', 2, 72, 8, 81, 8, 98, 40, 11, 91, 438, 94),
(53, '1993-10-22 05:50:01', '1977-10-23 19:22:49', '中津川', 4, 56, 21, 77, 40, 50, 7, 76, 54, 570, 17),
(54, '2000-07-13 13:25:38', '1981-08-03 02:44:57', '伊藤', 3, 8, 34, 74, 52, 14, 59, 57, 28, 412, 17),
(55, '1980-04-30 07:49:40', '1972-11-13 07:55:15', '山口', 4, 41, 26, 15, 66, 43, 77, 73, 36, 110, 97),
(56, '2004-10-09 21:12:48', '1987-01-31 04:07:04', '三宅', 1, 7, 93, 36, 24, 62, 71, 50, 6, 760, 85),
(57, '2005-08-17 03:35:59', '2016-08-16 03:19:58', '宇野', 5, 73, 59, 70, 79, 57, 78, 38, 97, 416, 89),
(58, '2018-09-15 02:52:03', '1998-10-26 02:37:18', '井上', 5, 69, 70, 42, 87, 49, 33, 53, 19, 761, 16),
(59, '2005-03-31 04:05:06', '1988-02-05 10:57:55', '野村', 4, 40, 98, 64, 34, 78, 77, 49, 83, 191, 65),
(60, '1994-10-03 20:32:14', '2017-12-16 10:16:06', '山岸', 5, 86, 67, 90, 25, 29, 65, 66, 59, 657, 46),
(61, '2015-03-12 19:35:52', '1985-08-12 21:24:07', '山口', 3, 27, 97, 11, 27, 2, 35, 70, 86, 692, 49),
(62, '1976-01-29 01:55:05', '2007-11-08 19:46:13', '藤本', 1, 30, 18, 18, 32, 63, 41, 45, 38, 418, 32),
(63, '1993-05-04 17:53:33', '1979-09-01 21:56:20', '工藤', 3, 50, 44, 80, 46, 63, 31, 37, 98, 876, 40),
(64, '1988-10-30 15:39:50', '2012-06-10 03:28:34', '山田', 2, 95, 81, 1, 44, 68, 4, 73, 81, 479, 55),
(65, '1994-03-31 14:15:18', '1979-01-18 22:40:35', '', 2, 100, 87, 13, 41, 5, 36, 84, 57, 717, 78),
(66, '1983-11-15 08:29:29', '1973-02-11 09:23:36', '山本', 5, 3, 49, 1, 97, 49, 35, 90, 59, 852, 68),
(67, '1993-04-23 07:48:18', '1986-09-17 09:29:10', '宇野', 4, 96, 85, 96, 16, 31, 87, 20, 54, 339, 12),
(68, '1989-08-22 16:23:55', '2006-06-06 01:48:35', '小泉', 1, 82, 54, 100, 38, 25, 91, 80, 21, 221, 39),
(69, '1979-01-27 04:01:42', '2002-10-03 07:49:25', '', 2, 3, 36, 6, 76, 38, 74, 90, 37, 895, 1),
(70, '1988-09-08 19:31:52', '1970-06-11 17:41:53', '高橋', 1, 91, 47, 32, 97, 56, 86, 70, 29, 574, 65),
(71, '1987-12-09 11:36:01', '2016-04-28 09:11:09', '石田', 1, 76, 39, 17, 11, 45, 95, 64, 72, 270, 29),
(72, '2016-03-30 12:16:27', '1995-09-14 09:49:35', '藤本', 1, 6, 78, 1, 50, 52, 39, 50, 23, 218, 71),
(73, '1970-07-30 08:26:18', '1991-04-09 11:33:49', '三宅', 5, 91, 89, 97, 93, 62, 51, 92, 98, 807, 47),
(74, '2004-02-25 19:44:12', '1971-08-19 02:07:26', '高橋', 2, 63, 29, 66, 90, 65, 57, 5, 38, 376, 50),
(75, '1990-03-17 10:50:12', '1985-05-01 08:02:41', '松本', 5, 53, 91, 34, 3, 39, 75, 86, 10, 201, 57),
(76, '1988-04-14 10:08:41', '1993-03-28 20:51:25', '江古田', 5, 29, 16, 79, 72, 46, 48, 64, 47, 973, 18),
(77, '1984-07-10 15:20:33', '2003-05-27 08:21:56', '喜嶋', 1, 69, 36, 67, 59, 24, 56, 53, 64, 972, 13),
(78, '1972-08-22 21:38:09', '1986-10-06 21:42:31', '工藤', 4, 6, 53, 88, 71, 84, 62, 34, 25, 566, 24),
(79, '1985-02-16 06:02:57', '1982-10-26 11:27:27', '青山', 1, 82, 93, 7, 74, 26, 54, 48, 5, 806, 37),
(80, '1981-04-22 17:12:52', '2013-07-17 10:14:40', '伊藤', 1, 96, 50, 22, 38, 64, 27, 47, 68, 476, 27),
(81, '1983-07-03 22:41:29', '1997-05-01 05:57:41', '小泉', 1, 79, 35, 63, 37, 79, 23, 65, 69, 105, 57),
(82, '2009-03-02 11:38:29', '1988-04-06 23:52:53', '斉藤', 3, 98, 43, 96, 81, 34, 67, 73, 22, 336, 77),
(83, '2014-03-06 15:25:14', '1978-03-09 00:51:58', '吉田', 5, 30, 58, 75, 16, 62, 5, 48, 79, 291, 60),
(84, '1975-11-23 09:40:40', '2003-07-15 22:56:05', '大垣', 4, 92, 97, 78, 5, 5, 41, 61, 19, 424, 4),
(85, '1978-12-07 18:47:55', '2000-01-09 14:19:21', '工藤', 4, 49, 42, 9, 49, 66, 99, 61, 21, 40, 6),
(86, '1976-12-26 04:36:02', '1980-10-14 16:38:07', '吉田', 1, 24, 8, 3, 21, 34, 46, 50, 38, 62, 98),
(87, '1990-02-22 18:35:14', '1995-10-12 13:28:24', '西之園', 2, 66, 42, 57, 43, 70, 84, 37, 99, 533, 16),
(88, '2014-01-29 07:52:58', '1997-12-22 07:04:46', '三宅', 3, 67, 35, 5, 64, 15, 91, 31, 41, 932, 85),
(89, '1995-08-05 13:41:57', '2002-05-16 18:57:17', '高橋', 1, 86, 100, 24, 57, 91, 71, 65, 10, 109, 22),
(90, '2008-04-14 19:00:19', '1997-05-28 07:39:45', '野村', 1, 3, 20, 58, 62, 64, 33, 40, 23, 336, 74),
(91, '1993-12-15 14:44:32', '1975-07-03 13:02:50', '大垣', 3, 72, 58, 69, 5, 26, 4, 53, 2, 45, 23),
(92, '1995-07-11 13:24:59', '1998-07-10 16:53:56', '津田', 4, 81, 81, 85, 81, 51, 14, 23, 100, 455, 14),
(93, '2016-07-28 21:48:49', '2011-02-26 13:51:09', '浜田', 4, 42, 35, 96, 72, 54, 86, 66, 47, 244, 19),
(94, '1973-04-21 04:58:35', '1999-12-06 22:20:53', '斉藤', 2, 37, 84, 50, 35, 7, 58, 24, 15, 219, 55),
(95, '1989-04-24 11:00:17', '2011-06-01 07:02:01', '原田', 4, 30, 33, 65, 81, 80, 96, 48, 65, 662, 56),
(96, '2014-07-05 15:47:27', '1998-04-15 07:31:34', '中島', 3, 76, 2, 34, 87, 2, 6, 37, 75, 829, 78),
(97, '2015-12-31 16:07:43', '2007-10-28 02:03:24', '中島', 3, 35, 51, 91, 3, 26, 88, 17, 60, 59, 98),
(98, '1976-09-03 14:35:34', '1980-03-17 19:42:33', '佐々木', 1, 54, 35, 85, 31, 6, 33, 59, 15, 30, 68),
(99, '1993-07-27 18:51:32', '2003-10-19 06:58:52', '佐々木', 5, 100, 29, 12, 37, 49, 20, 60, 98, 504, 37),
(100, '2015-08-25 16:09:04', '1979-05-20 19:06:01', '田辺', 1, 51, 96, 33, 24, 8, 91, 100, 91, 750, 11);
-- --------------------------------------------------------
--
-- 表的结构 `print_area`
--
CREATE TABLE `print_area` (
`print_area_id` int(11) UNSIGNED NOT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
`print_area_name` varchar(255) DEFAULT NULL,
`park_id` int(10) UNSIGNED DEFAULT NULL,
`operator_id` int(10) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
--
-- 转存表中的数据 `print_area`
--
INSERT INTO `print_area` (`print_area_id`, `created_at`, `updated_at`, `print_area_name`, `park_id`, `operator_id`) VALUES
(1, '1976-12-20 06:15:23', '2018-04-27 14:42:19', '中島 陽子', 14, 66),
(2, '1975-04-23 13:28:01', '1980-09-17 09:15:23', '田辺 くみ子', 84, 98),
(3, '1988-04-13 21:22:14', '1986-07-12 20:30:54', '村山 桃子', 95, 83),
(4, '1984-09-29 18:18:13', '2010-09-25 14:12:15', '石田 桃子', 2, 82),
(5, '1983-05-03 16:06:13', '2006-12-21 20:04:42', '松本 七夏', 22, 22),
(6, '1990-01-27 06:25:21', '1975-04-14 06:51:57', '江古田 治', 76, 66),
(7, '1978-05-10 21:38:33', '1987-10-14 12:02:26', '山田 明美', 57, 32),
(8, '1971-01-14 13:43:40', '1973-07-25 06:26:10', '村山 涼平', 45, 78),
(9, '1995-02-02 14:42:48', '1973-07-11 11:28:03', '田中 明美', 93, 9),
(10, '1976-12-14 03:36:50', '2015-02-08 14:37:26', '吉本 治', 99, 63),
(11, '1973-06-06 07:21:20', '2003-02-05 13:50:06', '斉藤 幹', 55, 87),
(12, '1972-07-06 00:54:39', '1982-12-29 10:04:41', '工藤 稔', 82, 26),
(13, '2018-07-27 03:34:47', '1993-11-06 19:59:22', '中村 智也', 15, 6),
(14, '2015-02-03 00:26:18', '2005-09-05 20:18:55', '青田 花子', 6, 20),
(15, '2011-01-22 17:31:40', '2015-12-11 04:07:01', '江古田 舞', 56, 100),
(16, '1989-03-05 10:02:24', '2016-02-05 16:51:29', '浜田 太一', 7, 5),
(17, '1999-03-09 20:37:00', '1979-12-23 06:54:29', '中村 涼平', 69, 8),
(18, '1981-11-03 07:26:29', '2013-03-30 15:56:10', '江古田 幹', 85, 32),
(19, '2014-01-16 16:40:23', '2005-05-20 12:51:18', '野村 知実', 10, 17),
(20, '1987-07-11 05:11:01', '1993-01-24 22:28:23', '渡辺 里佳', 48, 80),
(21, '1977-01-28 19:48:29', '1977-06-01 08:04:34', '青山 結衣', 79, 37),
(22, '2002-06-12 16:59:49', '1995-05-11 14:27:37', '田辺 あすか', 37, 55),
(23, '1972-11-03 14:35:50', '2006-11-06 06:38:43', '佐々木 七夏', 23, 78),
(24, '2002-08-29 09:45:54', '1991-12-24 15:09:05', '田辺 直樹', 19, 61),
(25, '1998-09-13 07:48:12', '1994-01-30 15:42:52', '伊藤 加奈', 1, 69),
(26, '2003-09-13 11:25:58', '1995-12-20 02:02:11', '山本 太郎', 61, 98),
(27, '2012-08-18 07:29:32', '1998-11-28 17:37:09', '山岸 明美', 41, 40),
(28, '2014-10-24 11:35:19', '2017-11-29 18:14:20', '宮沢 聡太郎', 8, 90),
(29, '1981-08-09 01:42:01', '2008-11-22 20:06:04', '木村 充', 15, 26),
(30, '1970-12-17 17:46:45', '1992-08-17 04:38:38', '伊藤 聡太郎', 90, 58),
(31, '1991-01-27 11:47:12', '2001-03-06 17:38:26', '山本 淳', 81, 75),
(32, '1984-07-04 10:57:23', '2003-02-12 17:45:55', '加藤 舞', 28, 99),
(33, '1988-04-30 23:38:09', '1996-06-20 22:34:15', '加納 和也', 85, 11),
(34, '1986-03-25 23:14:27', '2010-02-02 07:40:03', '大垣 直子', 46, 61),
(35, '1976-01-29 06:27:47', '2017-10-06 21:22:46', '山本 結衣', 34, 16),
(36, '2013-07-20 20:08:43', '2002-08-30 06:05:36', '野村 裕太', 18, 54),
(37, '2003-09-26 21:39:45', '1977-04-06 06:22:04', '加藤 花子', 59, 61),
(38, '2011-07-22 11:30:17', '2001-03-04 03:49:51', '佐々木 智也', 62, 53),
(39, '2014-10-31 23:41:12', '1994-03-23 21:32:52', '山口 香織', 74, 21),
(40, '1986-07-18 14:51:48', '1998-02-06 00:19:18', '渡辺 裕樹', 26, 77),
(41, '2012-01-16 07:09:04', '1993-11-01 21:16:16', '原田 康弘', 31, 78),
(42, '1997-07-04 12:17:51', '1982-12-15 09:41:59', '吉田 学', 34, 49),
(43, '1973-09-13 03:30:25', '1982-12-12 08:24:38', '小泉 拓真', 38, 91),
(44, '1993-08-23 04:14:15', '2001-12-24 15:31:00', '鈴木 翼', 24, 39),
(45, '2012-06-16 12:51:04', '1982-06-25 21:08:23', '喜嶋 翼', 62, 86),
(46, '2012-03-07 03:36:33', '2018-01-10 12:16:48', '伊藤 太郎', 32, 59),
(47, '1978-11-27 19:12:46', '2006-08-01 03:43:33', '伊藤 明美', 8, 24),
(48, '2001-10-30 01:38:53', '2014-06-24 08:59:17', '井高 里佳', 63, 18),
(49, '1974-06-22 10:39:41', '2000-03-03 12:14:55', '坂本 英樹', 41, 95),
(50, '2010-06-15 04:56:12', '1998-06-17 00:10:25', '田辺 和也', 75, 72),
(51, '1974-12-03 14:48:07', '1983-05-14 09:33:49', '井上 太郎', 26, 1),
(52, '1974-04-26 17:04:00', '2016-07-26 17:42:42', '中村 聡太郎', 87, 51),
(53, '1970-03-02 02:20:33', '2010-06-24 17:13:46', '西之園 裕美子', 65, 74),
(54, '2000-07-20 19:03:49', '2001-05-28 20:41:18', '小泉 花子', 34, 77),
(55, '1983-12-13 07:55:16', '1981-02-06 23:30:56', '原田 和也', 71, 3),
(56, '1980-10-27 15:05:11', '2017-01-29 01:46:38', '佐藤 篤司', 75, 30),
(57, '2004-01-25 00:26:36', '2011-09-19 18:14:44', '津田 篤司', 26, 61),
(58, '2010-10-04 12:27:55', '2001-01-18 10:07:37', '鈴木 翼', 95, 35),
(59, '1997-04-10 10:03:16', '2009-09-22 00:36:02', '近藤 康弘', 43, 3),
(60, '2008-01-03 12:59:31', '1970-01-14 16:18:13', '笹田 亮介', 64, 50),
(61, '1980-10-05 01:32:56', '1996-05-18 16:45:54', '坂本 康弘', 60, 16),
(62, '2008-01-26 12:28:58', '2014-02-26 22:28:47', '藤本 美加子', 73, 72),
(63, '1976-09-30 10:27:34', '1990-05-29 18:30:13', '渚 真綾', 48, 18),
(64, '1973-08-13 21:09:59', '2004-08-28 06:36:18', '廣川 修平', 12, 60),
(65, '2006-11-17 15:34:03', '2009-11-20 08:09:40', '佐藤 晃', 77, 2),
(66, '1973-11-11 05:08:23', '1987-05-31 12:22:06', '喜嶋 浩', 28, 9),
(67, '2014-12-31 03:15:25', '1970-03-11 19:08:09', '青田 陽一', 33, 76),
(68, '1990-05-05 22:06:52', '1983-05-29 02:54:51', '廣川 健一', 36, 25),
(69, '2018-02-10 16:16:42', '2005-10-12 04:11:44', '工藤 裕太', 96, 50),
(70, '1986-03-01 00:45:00', '1983-08-25 14:56:13', '中村 和也', 81, 75),
(71, '2004-11-12 13:08:03', '1976-12-14 16:26:36', '加藤 美加子', 4, 53),
(72, '1971-08-01 09:47:18', '1972-07-17 21:02:27', '笹田 修平', 72, 81),
(73, '1985-11-12 13:01:56', '1985-12-11 02:20:19', '青田 翼', 32, 37),
(74, '2013-08-13 15:52:20', '2001-02-14 05:40:07', '渡辺 拓真', 53, 21),
(75, '1995-12-04 09:10:42', '1998-09-01 16:47:41', '中津川 七夏', 96, 90),
(76, '1994-07-23 14:01:57', '1988-08-09 01:41:18', '江古田 太郎', 9, 44),
(77, '1982-04-13 19:16:06', '2003-09-05 14:25:39', '渚 裕美子', 51, 38),
(78, '1984-03-15 11:59:02', '2000-11-17 06:56:31', '田中 加奈', 34, 55),
(79, '1986-01-17 18:28:25', '2008-06-03 00:34:07', '山田 和也', 30, 73),
(80, '1984-09-27 05:31:43', '1980-08-08 21:41:02', '青田 拓真', 1, 84),
(81, '2015-05-15 23:15:07', '1988-03-03 16:42:07', '廣川 治', 84, 26),
(82, '2013-08-14 00:47:43', '1975-12-11 15:06:11', '廣川 英樹', 10, 97),
(83, '1999-10-23 02:40:32', '1975-09-29 17:35:49', '若松 七夏', 45, 92),
(84, '1982-05-16 02:01:34', '1999-10-10 10:12:02', '山岸 康弘', 10, 7),
(85, '1997-12-11 20:44:24', '2003-04-16 19:51:21', '加藤 零', 14, 35),
(86, '1975-12-08 16:25:02', '2000-01-15 20:51:06', '渡辺 拓真', 89, 42),
(87, '1975-08-10 11:11:01', '1989-10-06 08:23:26', '小泉 くみ子', 89, 72),
(88, '2015-03-07 10:34:09', '1978-09-10 15:32:48', '斉藤 美加子', 85, 70),
(89, '2007-05-09 22:06:12', '2007-04-19 04:12:30', '浜田 くみ子', 15, 16),
(90, '1986-06-02 07:44:50', '1989-08-13 18:36:48', '大垣 浩', 15, 73),
(91, '2007-03-05 06:25:10', '1979-01-17 07:39:03', '加納 舞', 76, 66),
(92, '1996-01-29 12:29:14', '2004-12-18 22:38:46', '大垣 直人', 59, 96),
(93, '2006-04-17 15:18:56', '1981-06-23 21:40:33', '加藤 太郎', 73, 97),
(94, '1988-05-29 05:18:46', '1983-01-14 10:56:38', '吉田 春香', 92, 6),
(95, '1997-05-01 22:29:52', '1986-05-06 20:18:38', '吉田 修平', 71, 49),
(96, '2007-08-23 16:40:16', '2018-08-11 06:33:45', '田中 あすか', 88, 53),
(97, '1994-08-04 02:31:35', '1984-06-05 14:15:45', '原田 篤司', 61, 73),
(98, '1987-04-13 05:16:04', '1976-10-23 09:13:17', '原田 京助', 92, 31),
(99, '1990-01-23 16:33:57', '2018-04-28 18:08:02', '斉藤 浩', 72, 33),
(100, '1996-10-15 10:21:56', '1980-04-28 00:21:13', '加藤 里佳', 12, 67);
-- --------------------------------------------------------
--
-- 表的结构 `print_job_log`
--
CREATE TABLE `print_job_log` (
`job_log_id` int(10) UNSIGNED NOT NULL,
`park_id` int(10) UNSIGNED DEFAULT NULL,
`user_id` int(10) UNSIGNED DEFAULT NULL,
`contract_id` int(10) UNSIGNED DEFAULT NULL,
`process_name` varchar(255) DEFAULT NULL,
`job_name` varchar(255) DEFAULT NULL,
`status` varchar(255) DEFAULT NULL,
`error_code` int(10) UNSIGNED DEFAULT NULL,
`status_comment` varchar(255) DEFAULT NULL,
`created_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
--
-- 转存表中的数据 `print_job_log`
--
INSERT INTO `print_job_log` (`job_log_id`, `park_id`, `user_id`, `contract_id`, `process_name`, `job_name`, `status`, `error_code`, `status_comment`, `created_at`) VALUES
(1, 49, 61, 74, '', '井上 加奈', '佐々木', 25, '中村', '1986-08-17 06:46:28'),
(2, 87, 51, 14, '', '坂本 和也', '村山', 77, '小林', '2007-03-26 19:38:43'),
(3, 64, 97, 50, '', '浜田 京助', '吉田', 15, '山本', '1970-06-16 06:32:47'),
(4, 18, 58, 15, '', '西之園 陽子', '工藤', 90, '大垣', '2016-07-25 21:45:01'),
(5, 35, 31, 76, '裕太', '渚 太一', '若松', 83, '宇野', '2018-10-26 16:12:51'),
(6, 30, 93, 100, '', '松本 結衣', '木村', 31, '伊藤', '2011-10-26 22:28:01'),
(7, 37, 22, 25, '花子', '桐山 康弘', '木村', 44, '村山', '1971-01-13 21:14:58'),
(8, 17, 15, 34, '桃子', '松本 浩', '井高', 80, '三宅', '1989-04-04 19:10:39'),
(9, 7, 59, 43, '知実', '渡辺 陽子', '山岸', 96, '杉山', '1978-09-30 22:25:05'),
(10, 93, 64, 37, '千代', '伊藤 真綾', '村山', 59, '田辺', '2012-12-10 13:26:08'),
(11, 25, 71, 43, '春香', '江古田 くみ子', '近藤', 21, '', '1995-09-23 05:55:36'),
(12, 59, 54, 84, '桃子', '加藤 陽一', '鈴木', 88, '杉山', '1971-07-29 02:03:35'),
(13, 34, 44, 75, 'くみ子', '工藤 香織', '井高', 47, '松本', '2001-08-14 06:30:15'),
(14, 52, 24, 52, '千代', '石田 稔', '青田', 74, '木村', '2003-07-20 23:17:17'),
(15, 72, 47, 21, '陽子', '廣川 明美', '井上', 56, '工藤', '1998-11-28 19:39:26'),
(16, 78, 4, 25, '七夏', '井上 翔太', '近藤', 29, '佐々木', '1989-04-08 13:46:04'),
(17, 21, 36, 94, '直子', '喜嶋 真綾', '渡辺', 97, '笹田', '1973-08-05 15:56:13'),
(18, 41, 20, 55, '修平', '坂本 幹', '', 13, '青田', '1975-01-05 01:33:16'),
(19, 6, 81, 5, '裕太', '喜嶋 翼', '鈴木', 89, '山本', '2000-12-05 10:14:20'),
(20, 76, 13, 12, '涼平', '吉本 裕樹', '鈴木', 63, '廣川', '1979-04-29 20:44:12'),
(21, 54, 47, 5, '花子', '中島 涼平', '中津川', 96, '中島', '1982-05-16 04:28:22'),
(22, 93, 84, 50, '春香', '田中 翔太', '渡辺', 67, '石田', '2010-03-25 01:08:37'),
(23, 54, 31, 74, '裕太', '若松 学', '宇野', 30, '田辺', '1990-03-25 16:50:22'),
(24, 77, 63, 81, '亮介', '津田 千代', '鈴木', 18, '宇野', '1997-05-27 13:33:53'),
(25, 17, 18, 93, '陽子', '松本 七夏', '津田', 59, '木村', '1989-08-22 17:27:05'),
(26, 77, 26, 97, 'あすか', '山田 明美', '三宅', 44, '小林', '1974-03-02 12:56:55'),
(27, 22, 7, 93, '翔太', '桐山 真綾', '原田', 20, '桐山', '1986-10-24 07:50:46'),
(28, 38, 46, 16, '洋介', '伊藤 翼', '西之園', 4, '山口', '1985-11-15 08:59:21'),
(29, 78, 95, 90, '', '大垣 明美', '野村', 11, '宮沢', '2018-09-21 15:18:46'),
(30, 83, 8, 90, '智也', '小泉 春香', '山田', 12, '笹田', '1995-05-15 05:34:49'),
(31, 41, 61, 49, '篤司', '工藤 陽子', '松本', 25, '田中', '1980-06-23 13:12:47'),
(32, 74, 10, 20, '涼平', '藤本 裕美子', '宇野', 84, '井上', '1996-03-05 11:50:29'),
(33, 66, 69, 39, '', '渚 加奈', '宇野', 71, '田中', '2006-10-25 15:15:21'),
(34, 23, 99, 87, '', '西之園 直子', '中島', 12, '野村', '1989-04-07 23:38:44'),
(35, 23, 19, 77, '翔太', '廣川 千代', '中村', 50, '小林', '1994-06-28 02:36:17'),
(36, 86, 86, 81, '春香', '大垣 くみ子', '青田', 2, '佐々木', '2018-08-03 04:57:49'),
(37, 9, 85, 98, '', '西之園 真綾', '坂本', 5, '青山', '2009-05-20 05:19:13'),
(38, 59, 43, 77, '直子', '高橋 智也', '田辺', 87, '田中', '1973-10-18 05:26:37'),
(39, 55, 60, 77, 'さゆり', '山岸 拓真', '江古田', 36, '吉本', '1972-09-01 05:05:35'),
(40, 95, 95, 64, '千代', '江古田 くみ子', '井高', 62, '吉本', '2003-05-28 09:57:29'),
(41, 50, 37, 20, '亮介', '桐山 直子', '津田', 70, '松本', '2018-10-25 20:14:03'),
(42, 20, 96, 85, '太一', '中村 幹', '坂本', 86, '吉本', '2006-04-13 20:09:22'),
(43, 70, 45, 68, '聡太郎', '加藤 学', '山田', 94, '宇野', '1996-12-23 03:07:20'),
(44, 56, 62, 46, 'あすか', '坂本 亮介', '近藤', 90, '桐山', '1972-02-21 11:14:00'),
(45, 72, 66, 98, '', '中島 涼平', '', 17, '三宅', '1975-08-28 16:59:23'),
(46, 45, 14, 8, '明美', '吉本 結衣', '鈴木', 40, '工藤', '2003-06-12 17:15:57'),
(47, 11, 1, 16, '春香', '藤本 修平', '藤本', 29, '青田', '1995-11-02 12:52:37'),
(48, 2, 65, 21, '', '加藤 稔', '宮沢', 13, '田中', '1972-04-26 02:03:00'),
(49, 38, 56, 65, '桃子', '工藤 美加子', '吉田', 67, '加藤', '1979-09-21 11:15:04'),
(50, 47, 50, 47, '陽子', '小泉 和也', '鈴木', 95, '田中', '1975-05-20 21:23:18'),
(51, 90, 36, 85, '涼平', '石田 美加子', '石田', 43, '青山', '2008-02-16 18:52:35'),
(52, 16, 38, 49, '香織', '加藤 智也', '廣川', 23, '吉本', '1974-01-25 11:14:00'),
(53, 87, 24, 3, '涼平', '渚 春香', '佐藤', 46, '小林', '2017-04-28 00:55:26'),
(54, 19, 62, 85, '', '高橋 あすか', '井高', 86, '吉本', '1971-11-08 22:56:52'),
(55, 38, 71, 70, '聡太郎', '江古田 翼', '加藤', 70, '吉本', '1984-07-03 08:26:01'),
(56, 89, 96, 82, 'あすか', '伊藤 真綾', '三宅', 22, '伊藤', '2015-09-11 18:34:13'),
(57, 3, 63, 4, '裕美子', '中津川 陽子', '村山', 57, '井高', '1970-04-06 09:29:47'),
(58, 92, 32, 74, '美加子', '村山 桃子', '杉山', 20, '笹田', '1977-02-09 05:49:10'),
(59, 3, 25, 98, '修平', '原田 裕美子', '廣川', 81, '山口', '1984-09-26 19:43:33'),
(60, 9, 26, 94, 'さゆり', '加納 稔', '吉田', 94, '中島', '2003-08-28 01:52:09'),
(61, 69, 20, 45, '和也', '吉田 亮介', '田辺', 68, '坂本', '2007-11-20 19:12:27'),
(62, 82, 74, 97, '', '喜嶋 健一', '宇野', 19, '小林', '1974-08-10 07:03:13'),
(63, 41, 52, 14, '美加子', '山田 千代', '浜田', 67, '佐藤', '1994-07-15 14:43:37'),
(64, 86, 47, 93, '', '大垣 桃子', '渡辺', 32, '木村', '1990-12-27 09:25:53'),
(65, 53, 62, 20, '桃子', '津田 桃子', '若松', 71, '喜嶋', '1987-01-16 20:44:40'),
(66, 31, 33, 97, '直子', '高橋 幹', '坂本', 53, '中島', '1997-03-23 13:21:48'),
(67, 95, 49, 40, '', '坂本 裕美子', '田中', 69, '', '2018-05-22 09:31:37'),
(68, 49, 46, 3, '直樹', '山田 真綾', '伊藤', 100, '浜田', '2004-11-13 18:58:26'),
(69, 56, 11, 82, '修平', '野村 裕美子', '宮沢', 84, '廣川', '2004-09-15 15:00:26'),
(70, 82, 10, 44, '洋介', '野村 香織', '三宅', 55, '', '1999-05-26 15:50:35'),
(71, 43, 75, 36, '涼平', '廣川 太一', '中津川', 53, '工藤', '1998-03-22 02:06:41'),
(72, 71, 2, 26, '洋介', '吉本 千代', '三宅', 19, '佐々木', '1975-09-13 04:51:08'),
(73, 74, 2, 32, '', '中津川 香織', '山本', 15, '', '1999-02-22 23:09:32'),
(74, 34, 78, 63, '太郎', '中島 香織', '井上', 36, '西之園', '1986-03-15 18:38:58'),
(75, 77, 65, 16, '七夏', '加納 拓真', '村山', 90, '原田', '1986-05-24 00:32:16'),
(76, 77, 57, 90, '明美', '小泉 直人', '中村', 68, '宇野', '1983-04-16 04:20:04'),
(77, 38, 87, 41, '康弘', '小林 千代', '宮沢', 79, '山田', '1983-04-25 22:40:59'),
(78, 70, 46, 5, '', '藤本 幹', '中津川', 89, '吉田', '2018-05-27 14:39:23'),
(79, 98, 62, 8, '', '山田 裕美子', '小林', 34, '吉田', '2011-03-16 01:00:38'),
(80, 46, 20, 50, '', '廣川 桃子', '藤本', 67, '西之園', '1986-03-31 22:30:17'),
(81, 56, 6, 15, '', '鈴木 くみ子', '加藤', 75, '佐々木', '1971-04-02 20:57:46'),
(82, 99, 44, 51, '直子', '小林 結衣', '吉田', 57, '山田', '1995-11-12 22:25:50'),
(83, 38, 81, 58, '直子', '吉本 充', '井上', 26, '加藤', '2016-12-06 20:38:51'),
(84, 59, 23, 73, '', '渚 修平', '伊藤', 91, '工藤', '2001-04-29 22:28:49'),
(85, 4, 16, 41, '直人', '吉本 康弘', '山岸', 98, '田中', '2002-08-13 12:15:40'),
(86, 64, 96, 95, '香織', '松本 七夏', '渡辺', 83, '石田', '1970-11-26 10:35:00'),
(87, 57, 55, 75, '', '木村 千代', '小泉', 52, '野村', '2001-06-26 15:54:52'),
(88, 10, 44, 10, '', '西之園 英樹', '山口', 58, '山本', '2013-01-14 10:38:36'),
(89, 93, 91, 39, '桃子', '三宅 裕樹', '青山', 57, '', '1974-02-25 00:33:12'),
(90, 16, 39, 98, '知実', '小泉 さゆり', '杉山', 21, '坂本', '2007-12-13 20:04:47'),
(91, 59, 10, 76, 'あすか', '小林 直樹', '坂本', 62, '宇野', '1971-11-30 04:09:33'),
(92, 67, 78, 66, '太一', '原田 涼平', '井高', 30, '津田', '1973-05-01 13:53:06'),
(93, 83, 31, 98, '智也', '松本 香織', '宇野', 42, '桐山', '2008-02-08 11:04:02'),
(94, 76, 1, 24, '陽一', '小泉 直人', '石田', 18, '', '1971-06-04 06:43:57'),
(95, 10, 36, 15, '美加子', '鈴木 美加子', '坂本', 40, '小泉', '1989-09-29 05:25:28'),
(96, 54, 16, 46, '明美', '宇野 英樹', '津田', 79, '中島', '2006-11-13 18:41:07'),
(97, 96, 26, 14, '桃子', '高橋 裕美子', '廣川', 61, '中島', '2014-09-13 04:56:27'),
(98, 57, 95, 3, '加奈', '江古田 学', '廣川', 52, '石田', '1984-10-04 08:07:55'),
(99, 5, 70, 68, '', '原田 さゆり', '井高', 100, '松本', '1987-04-05 10:21:00'),
(100, 38, 23, 35, '', '吉本 京助', '', 90, '木村', '2000-03-27 17:05:25');
-- --------------------------------------------------------
--
-- 表的结构 `psection`
--
CREATE TABLE `psection` (
`psection_id` int(10) UNSIGNED NOT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
`psection_subject` varchar(255) DEFAULT NULL,
`operator_id` int(10) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
--
-- 转存表中的数据 `psection`
--
INSERT INTO `psection` (`psection_id`, `created_at`, `updated_at`, `psection_subject`, `operator_id`) VALUES
(1, '2007-10-02 19:16:16', '2011-07-06 08:42:18', 'psection_subject0', 98),
(2, '1979-08-07 06:35:00', '2011-06-09 18:53:00', 'psection_subject1', 42),
(3, '1995-08-29 08:41:12', '2009-09-07 06:13:59', 'psection_subject2', 97),
(4, '1997-03-05 01:50:12', '1986-11-23 05:45:22', 'psection_subject3', 83),
(5, '2015-10-08 21:37:25', '1985-02-16 03:20:48', 'psection_subject4', 61),
(6, '1998-05-25 20:58:50', '1989-06-05 16:35:50', 'psection_subject5', 88),
(7, '2009-08-21 06:10:27', '1981-06-10 15:39:58', 'psection_subject6', 95),
(8, '2011-11-02 23:23:58', '2015-03-24 06:29:26', 'psection_subject7', 26),
(9, '2014-06-08 01:28:41', '2000-05-06 11:04:23', 'psection_subject8', 83),
(10, '1984-02-12 20:50:42', '2018-01-25 18:33:15', 'psection_subject9', 97),
(11, '1993-11-24 00:31:42', '1993-12-01 09:57:22', 'psection_subject10', 31),
(12, '1991-10-26 14:09:59', '1976-03-20 10:38:36', 'psection_subject11', 76),
(13, '1989-11-24 03:29:56', '1974-04-07 00:34:25', 'psection_subject12', 97),
(14, '2016-03-04 03:16:45', '1999-04-02 19:19:51', 'psection_subject13', 35),
(15, '2012-05-29 12:26:13', '1985-12-27 15:46:51', 'psection_subject14', 12),
(16, '1987-11-08 06:43:53', '2004-06-08 06:29:07', 'psection_subject15', 73),
(17, '2017-02-27 16:43:48', '1996-09-02 14:35:39', 'psection_subject16', 50),
(18, '2006-05-02 16:05:06', '2006-07-23 23:48:23', 'psection_subject17', 35),
(19, '1986-11-02 14:44:03', '1970-05-08 07:14:08', 'psection_subject18', 98),
(20, '1970-01-17 12:03:57', '1990-07-27 10:24:12', 'psection_subject19', 2),
(21, '1983-07-10 21:53:31', '2017-11-09 05:35:59', 'psection_subject20', 28),
(22, '2007-05-20 09:34:55', '1978-08-14 21:19:31', 'psection_subject21', 42),
(23, '2011-02-22 11:44:46', '1990-12-12 05:46:09', 'psection_subject22', 29),
(24, '1972-03-01 11:28:57', '1998-07-13 19:21:53', 'psection_subject23', 95),
(25, '2010-07-22 06:36:21', '1985-10-26 17:16:26', 'psection_subject24', 67),
(26, '1992-06-17 20:26:05', '1996-03-22 21:57:10', 'psection_subject25', 85),
(27, '1980-10-18 17:49:44', '2001-03-06 00:23:45', 'psection_subject26', 12),
(28, '1988-11-26 10:53:00', '1997-11-22 16:33:27', 'psection_subject27', 69),
(29, '1990-02-01 17:35:03', '1987-07-12 12:59:59', 'psection_subject28', 87),
(30, '1977-10-07 22:22:01', '2011-10-22 04:11:53', 'psection_subject29', 39),
(31, '1983-02-28 08:43:31', '1989-10-26 02:21:42', 'psection_subject30', 85),
(32, '1994-08-25 16:24:45', '1985-10-02 22:08:43', 'psection_subject31', 64),
(33, '1970-09-26 13:38:48', '1984-12-03 04:54:59', 'psection_subject32', 13),
(34, '1973-09-28 17:41:23', '1979-04-17 09:28:17', 'psection_subject33', 23),
(35, '1985-06-11 14:01:58', '1997-07-31 08:16:31', 'psection_subject34', 21),
(36, '2017-02-09 16:41:03', '1980-07-06 15:48:03', 'psection_subject35', 43),
(37, '1982-05-09 01:14:10', '2016-02-19 01:03:51', 'psection_subject36', 12),
(38, '1997-03-19 21:27:15', '1986-07-06 14:31:07', 'psection_subject37', 79),
(39, '2012-08-04 06:41:14', '2018-02-04 15:04:41', 'psection_subject38', 31),
(40, '1974-05-23 22:17:19', '1970-04-19 05:25:37', 'psection_subject39', 32),
(41, '2012-01-23 12:58:03', '1981-10-06 05:29:05', 'psection_subject40', 33),
(42, '2001-12-25 08:20:49', '1972-02-04 14:35:34', 'psection_subject41', 1),
(43, '1981-08-24 08:38:03', '1976-07-14 09:15:29', 'psection_subject42', 59),
(44, '1986-04-04 12:30:36', '2006-06-27 16:49:01', 'psection_subject43', 93),
(45, '1989-03-04 02:52:49', '1973-06-29 00:31:06', 'psection_subject44', 32),
(46, '2008-07-17 02:47:33', '2000-10-04 01:18:45', 'psection_subject45', 86),
(47, '1983-02-03 15:17:08', '1974-09-19 22:23:27', 'psection_subject46', 98),
(48, '1984-06-24 04:37:07', '1975-08-30 14:07:55', 'psection_subject47', 49),
(49, '2009-05-29 11:57:44', '2001-06-21 18:40:35', 'psection_subject48', 17),
(50, '1986-03-14 17:25:21', '1983-08-27 09:01:39', 'psection_subject49', 25),
(51, '1978-12-25 20:49:47', '1992-04-07 12:57:46', 'psection_subject50', 72),
(52, '2007-07-24 07:43:56', '2018-06-26 19:59:46', 'psection_subject51', 86),
(53, '1974-05-26 08:11:58', '2013-01-17 00:57:09', 'psection_subject52', 100),
(54, '1983-04-25 08:59:44', '2004-02-02 20:42:06', 'psection_subject53', 72),
(55, '1985-06-22 09:21:18', '2016-12-22 05:06:43', 'psection_subject54', 10),
(56, '1992-12-19 00:12:26', '2001-11-11 00:16:49', 'psection_subject55', 85),
(57, '2004-04-26 13:32:02', '2017-05-08 19:43:17', 'psection_subject56', 85),
(58, '1998-02-18 08:08:03', '1975-05-30 03:50:06', 'psection_subject57', 99),
(59, '1998-08-09 03:06:23', '2008-05-22 04:59:50', 'psection_subject58', 6),
(60, '1994-06-16 19:07:23', '2012-03-20 11:47:10', 'psection_subject59', 5),
(61, '1973-03-11 17:34:24', '1997-02-11 08:05:14', 'psection_subject60', 18),
(62, '1994-05-02 23:49:36', '2005-05-11 22:40:54', 'psection_subject61', 30),
(63, '2003-01-10 12:45:07', '1976-04-10 21:08:22', 'psection_subject62', 19),
(64, '2014-12-16 03:03:05', '2007-07-16 03:51:05', 'psection_subject63', 86),
(65, '1973-12-26 02:34:33', '2016-07-19 16:10:04', 'psection_subject64', 66),
(66, '2012-02-09 02:04:16', '2007-08-12 09:10:20', 'psection_subject65', 75),
(67, '1987-07-16 15:29:06', '2011-08-28 23:29:45', 'psection_subject66', 100),
(68, '2001-02-14 20:16:20', '2012-11-05 08:13:05', 'psection_subject67', 27),
(69, '1989-03-09 20:43:57', '2005-04-21 05:56:33', 'psection_subject68', 49),
(70, '1973-01-08 01:05:06', '2003-03-10 17:31:21', 'psection_subject69', 37),
(71, '1992-06-19 06:09:19', '1991-11-06 15:47:56', 'psection_subject70', 39),
(72, '1974-10-08 20:44:08', '1993-06-19 14:33:27', 'psection_subject71', 6),
(73, '2003-12-20 00:12:10', '1973-09-03 04:22:22', 'psection_subject72', 54),
(74, '2004-07-17 09:57:51', '1973-06-28 21:22:35', 'psection_subject73', 69),
(75, '2010-06-30 06:22:43', '1974-04-11 05:05:31', 'psection_subject74', 79),
(76, '2017-04-30 11:45:31', '1999-02-02 04:32:33', 'psection_subject75', 5),
(77, '1979-03-27 11:34:54', '1972-12-06 23:43:02', 'psection_subject76', 28),
(78, '1982-01-12 15:36:00', '1993-01-15 15:26:47', 'psection_subject77', 82),
(79, '2016-09-25 05:55:11', '1988-07-15 17:11:18', 'psection_subject78', 14),
(80, '2002-02-05 18:28:46', '2010-03-30 16:51:39', 'psection_subject79', 77),
(81, '2015-09-24 19:27:53', '1973-01-20 06:53:53', 'psection_subject80', 2),
(82, '2003-10-01 07:06:29', '1973-06-20 04:49:07', 'psection_subject81', 71),
(83, '2004-11-30 09:37:21', '1990-05-11 12:08:43', 'psection_subject82', 68),
(84, '1970-04-24 00:12:47', '1990-01-25 23:16:34', 'psection_subject83', 15),
(85, '1973-11-19 18:39:35', '1972-10-08 00:38:42', 'psection_subject84', 46),
(86, '2001-03-30 22:29:22', '2015-11-11 04:27:19', 'psection_subject85', 100),
(87, '2013-04-23 04:20:05', '2009-01-29 23:38:16', 'psection_subject86', 23),
(88, '1979-06-07 12:12:26', '2001-02-17 17:04:08', 'psection_subject87', 17),
(89, '1998-10-20 15:11:49', '2007-08-08 13:57:32', 'psection_subject88', 83),
(90, '2004-08-04 02:35:42', '2013-03-20 02:55:18', 'psection_subject89', 41),
(91, '1980-05-14 02:58:54', '1971-02-06 03:55:11', 'psection_subject90', 84),
(92, '2009-04-05 22:05:55', '2017-10-23 13:13:00', 'psection_subject91', 74),
(93, '1995-04-19 06:09:12', '2013-01-17 09:14:49', 'psection_subject92', 56),
(94, '1995-10-07 23:15:31', '2006-09-11 17:01:22', 'psection_subject93', 92),
(95, '1999-10-23 18:43:36', '1987-04-19 20:48:45', 'psection_subject94', 1),
(96, '1983-03-05 01:21:22', '1971-09-27 08:33:31', 'psection_subject95', 37),
(97, '2002-10-31 15:45:02', '2004-06-21 23:37:04', 'psection_subject96', 91),
(98, '2017-12-04 23:00:08', '2014-02-27 20:43:01', 'psection_subject97', 11),
(99, '2000-07-06 00:45:04', '1995-02-19 02:40:47', 'psection_subject98', 25),
(100, '2014-08-15 00:01:26', '1983-04-07 01:21:44', 'psection_subject99', 23);
-- --------------------------------------------------------
--
-- 表的结构 `ptype`
--
CREATE TABLE `ptype` (
`ptype_id` int(10) UNSIGNED NOT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
`ptype_subject` varchar(255) DEFAULT NULL,
`ptype_remarks` varchar(255) DEFAULT NULL,
`operator_id` int(10) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
--
-- 转存表中的数据 `ptype`
--
INSERT INTO `ptype` (`ptype_id`, `created_at`, `updated_at`, `ptype_subject`, `ptype_remarks`, `operator_id`) VALUES
(1, '2025-08-01 01:32:32', '2025-08-01 01:32:32', '自転車', 'ptype_remarks0', 67),
(2, '2025-08-01 01:32:32', '2025-08-01 01:32:32', '原付', 'ptype_remarks1', 70),
(3, '2025-08-01 01:32:32', '2025-08-01 01:32:32', 'その他', 'ptype_remarks2', 70),
(4, '1989-01-05 09:25:30', '1978-11-18 07:16:01', 'psection_subject3', 'ptype_remarks3', 17),
(5, '1992-07-31 06:38:57', '2001-09-17 02:01:00', 'psection_subject4', 'ptype_remarks4', 14),
(6, '1975-09-12 09:51:14', '2015-09-18 08:35:07', 'psection_subject5', 'ptype_remarks5', 42),
(7, '2012-09-26 00:33:59', '2017-04-15 22:33:41', 'psection_subject6', 'ptype_remarks6', 40),
(8, '2016-01-22 07:39:34', '1994-11-05 20:47:09', 'psection_subject7', 'ptype_remarks7', 25),
(9, '1993-09-10 09:19:35', '1989-09-16 07:19:17', 'psection_subject8', 'ptype_remarks8', 77),
(10, '1981-07-18 20:03:11', '1972-08-09 23:46:08', 'psection_subject9', 'ptype_remarks9', 11),
(11, '1989-05-03 20:51:42', '2002-09-28 21:54:07', 'psection_subject10', 'ptype_remarks10', 77),
(12, '2006-02-02 02:36:04', '1998-09-29 19:12:37', 'psection_subject11', 'ptype_remarks11', 37),
(13, '2018-09-26 10:56:36', '1973-04-18 02:57:31', 'psection_subject12', 'ptype_remarks12', 43),
(14, '2008-10-05 07:09:15', '2002-04-06 23:32:50', 'psection_subject13', 'ptype_remarks13', 57),
(15, '1988-06-20 04:46:16', '2002-09-21 12:41:55', 'psection_subject14', 'ptype_remarks14', 29),
(16, '2015-09-29 10:52:28', '1974-05-29 20:11:55', 'psection_subject15', 'ptype_remarks15', 71),
(17, '1971-03-01 17:42:50', '1980-11-23 21:50:09', 'psection_subject16', 'ptype_remarks16', 38),
(18, '2016-08-25 20:07:14', '1990-09-04 07:15:39', 'psection_subject17', 'ptype_remarks17', 29),
(19, '1988-03-01 17:58:39', '1970-12-13 02:13:38', 'psection_subject18', 'ptype_remarks18', 24),
(20, '2010-05-06 06:35:22', '1991-07-07 10:24:31', 'psection_subject19', 'ptype_remarks19', 79),
(21, '2005-04-17 18:11:56', '1975-03-16 03:30:30', 'psection_subject20', 'ptype_remarks20', 30),
(22, '2003-07-28 03:40:17', '1973-07-20 04:27:03', 'psection_subject21', 'ptype_remarks21', 15),
(23, '1986-08-28 06:50:51', '1971-04-02 12:17:11', 'psection_subject22', 'ptype_remarks22', 15),
(24, '2000-12-02 02:28:48', '2010-10-25 09:04:57', 'psection_subject23', 'ptype_remarks23', 66),
(25, '2002-10-12 15:00:00', '1975-12-30 02:39:10', 'psection_subject24', 'ptype_remarks24', 100),
(26, '1994-08-21 06:52:37', '2004-08-15 07:43:42', 'psection_subject25', 'ptype_remarks25', 100),
(27, '1996-07-01 19:03:07', '1977-05-15 04:37:34', 'psection_subject26', 'ptype_remarks26', 67),
(28, '2017-07-25 15:28:59', '1992-10-29 00:04:49', 'psection_subject27', 'ptype_remarks27', 82),
(29, '2009-06-27 13:09:43', '1978-12-02 12:21:35', 'psection_subject28', 'ptype_remarks28', 99),
(30, '1984-08-28 12:41:48', '2001-06-30 20:37:52', 'psection_subject29', 'ptype_remarks29', 76),
(31, '2014-03-09 20:06:57', '1973-04-18 11:30:24', 'psection_subject30', 'ptype_remarks30', 67),
(32, '1973-03-09 12:14:42', '2010-08-18 01:00:18', 'psection_subject31', 'ptype_remarks31', 39),
(33, '1995-09-24 03:37:44', '1976-03-05 06:12:29', 'psection_subject32', 'ptype_remarks32', 91),
(34, '2003-09-12 21:33:31', '2008-11-07 19:56:46', 'psection_subject33', 'ptype_remarks33', 66),
(35, '1973-11-18 15:19:17', '2013-11-28 02:38:08', 'psection_subject34', 'ptype_remarks34', 99),
(36, '1970-06-10 22:03:55', '2009-10-28 20:00:06', 'psection_subject35', 'ptype_remarks35', 44),
(37, '2016-10-26 22:03:05', '2002-04-27 05:36:42', 'psection_subject36', 'ptype_remarks36', 39),
(38, '1987-10-03 16:41:01', '1970-05-08 13:22:09', 'psection_subject37', 'ptype_remarks37', 99),
(39, '1982-02-27 17:54:28', '1997-03-01 16:33:59', 'psection_subject38', 'ptype_remarks38', 66),
(40, '2013-10-31 05:48:14', '2008-02-22 03:40:27', 'psection_subject39', 'ptype_remarks39', 94),
(41, '1989-09-25 23:30:24', '1992-03-17 21:53:10', 'psection_subject40', 'ptype_remarks40', 61),
(42, '1972-04-10 23:42:12', '1993-08-14 11:55:52', 'psection_subject41', 'ptype_remarks41', 81),
(43, '2007-05-21 01:04:30', '1989-12-16 02:28:40', 'psection_subject42', 'ptype_remarks42', 25),
(44, '2002-05-05 10:23:45', '1993-09-23 01:56:29', 'psection_subject43', 'ptype_remarks43', 99),
(45, '1995-06-02 16:06:59', '1993-04-06 09:49:47', 'psection_subject44', 'ptype_remarks44', 73),
(46, '2004-06-07 14:07:36', '2009-10-03 11:33:35', 'psection_subject45', 'ptype_remarks45', 42),
(47, '2000-09-02 13:36:57', '1996-04-25 05:22:45', 'psection_subject46', 'ptype_remarks46', 10),
(48, '2001-12-04 21:31:26', '1999-08-17 21:21:46', 'psection_subject47', 'ptype_remarks47', 96),
(49, '1985-07-27 06:11:26', '1993-04-29 18:09:03', 'psection_subject48', 'ptype_remarks48', 61),
(50, '1999-04-25 03:52:15', '1970-04-28 16:58:50', 'psection_subject49', 'ptype_remarks49', 30),
(51, '2011-11-17 23:06:07', '2010-03-03 09:02:26', 'psection_subject50', 'ptype_remarks50', 8),
(52, '1974-01-17 08:46:06', '1991-08-11 09:47:16', 'psection_subject51', 'ptype_remarks51', 43),
(53, '1973-04-16 08:43:30', '2010-07-08 19:41:45', 'psection_subject52', 'ptype_remarks52', 52),
(54, '2004-04-09 10:25:04', '2015-10-06 06:19:11', 'psection_subject53', 'ptype_remarks53', 52),
(55, '1988-11-18 12:04:45', '2016-05-22 08:51:33', 'psection_subject54', 'ptype_remarks54', 40),
(56, '1976-08-02 14:32:37', '1984-12-04 12:01:11', 'psection_subject55', 'ptype_remarks55', 83),
(57, '1999-09-16 05:03:17', '2009-05-11 07:33:51', 'psection_subject56', 'ptype_remarks56', 44),
(58, '2016-01-23 04:53:44', '1980-10-13 12:04:29', 'psection_subject57', 'ptype_remarks57', 96),
(59, '1978-10-11 07:14:32', '1998-11-08 02:15:15', 'psection_subject58', 'ptype_remarks58', 44),
(60, '1985-07-10 15:35:18', '1987-07-10 09:04:42', 'psection_subject59', 'ptype_remarks59', 16),
(61, '1981-12-05 03:05:22', '1986-05-06 04:37:16', 'psection_subject60', 'ptype_remarks60', 25),
(62, '1983-02-02 07:44:11', '1971-02-20 22:01:48', 'psection_subject61', 'ptype_remarks61', 90),
(63, '2000-03-03 20:51:45', '1970-07-01 16:11:51', 'psection_subject62', 'ptype_remarks62', 24),
(64, '2015-11-02 08:50:40', '1985-05-07 13:06:06', 'psection_subject63', 'ptype_remarks63', 82),
(65, '2000-05-06 00:44:06', '1995-12-01 16:06:26', 'psection_subject64', 'ptype_remarks64', 100),
(66, '2000-05-31 08:24:28', '2001-04-19 16:39:44', 'psection_subject65', 'ptype_remarks65', 39),
(67, '1990-10-15 21:47:14', '1997-10-30 01:46:46', 'psection_subject66', 'ptype_remarks66', 46),
(68, '2016-01-26 19:11:37', '2009-10-02 22:02:41', 'psection_subject67', 'ptype_remarks67', 55),
(69, '1995-03-17 20:11:54', '2010-05-24 11:34:40', 'psection_subject68', 'ptype_remarks68', 58),
(70, '1985-11-14 02:05:42', '1988-04-22 02:24:23', 'psection_subject69', 'ptype_remarks69', 10),
(71, '1972-02-11 10:20:21', '2013-12-14 03:25:46', 'psection_subject70', 'ptype_remarks70', 81),
(72, '1975-02-24 23:14:16', '2013-07-05 23:51:56', 'psection_subject71', 'ptype_remarks71', 19),
(73, '1992-10-06 04:19:14', '1993-03-18 07:47:12', 'psection_subject72', 'ptype_remarks72', 91),
(74, '2009-01-06 18:33:16', '1986-05-08 18:18:59', 'psection_subject73', 'ptype_remarks73', 1),
(75, '2017-01-01 14:51:18', '2009-03-26 18:27:35', 'psection_subject74', 'ptype_remarks74', 30),
(76, '2002-08-30 04:59:51', '2016-04-03 10:14:49', 'psection_subject75', 'ptype_remarks75', 6),
(77, '1971-06-30 06:50:09', '1976-12-22 09:58:57', 'psection_subject76', 'ptype_remarks76', 58),
(78, '1984-08-09 19:38:28', '1983-01-30 19:29:50', 'psection_subject77', 'ptype_remarks77', 71),
(79, '1996-10-13 07:18:05', '1991-08-04 20:28:19', 'psection_subject78', 'ptype_remarks78', 78),
(80, '1989-08-22 20:53:43', '1972-07-04 18:00:54', 'psection_subject79', 'ptype_remarks79', 16),
(81, '1997-10-05 05:57:22', '1983-07-21 11:59:59', 'psection_subject80', 'ptype_remarks80', 98),
(82, '2004-01-05 20:24:50', '2001-07-16 23:24:10', 'psection_subject81', 'ptype_remarks81', 97),
(83, '2012-12-21 20:34:36', '1990-02-15 00:22:05', 'psection_subject82', 'ptype_remarks82', 91),
(84, '1974-01-06 16:33:14', '1973-09-20 09:34:39', 'psection_subject83', 'ptype_remarks83', 63),
(85, '1989-01-13 06:21:19', '2013-11-27 14:30:40', 'psection_subject84', 'ptype_remarks84', 9),
(86, '1974-02-18 14:19:24', '1990-08-27 05:46:08', 'psection_subject85', 'ptype_remarks85', 86),
(87, '1989-08-03 01:51:09', '1976-07-15 00:30:12', 'psection_subject86', 'ptype_remarks86', 60),
(88, '1979-01-27 02:44:28', '1977-06-25 18:54:54', 'psection_subject87', 'ptype_remarks87', 28),
(89, '2015-12-17 15:28:13', '2005-11-06 16:27:01', 'psection_subject88', 'ptype_remarks88', 56),
(90, '1971-01-20 21:50:35', '2017-09-22 01:42:38', 'psection_subject89', 'ptype_remarks89', 93),
(91, '1984-08-31 22:48:22', '1979-08-23 09:16:24', 'psection_subject90', 'ptype_remarks90', 46),
(92, '1999-08-26 08:49:13', '2017-12-19 20:01:16', 'psection_subject91', 'ptype_remarks91', 66),
(93, '2005-10-25 15:24:23', '2016-12-08 07:38:16', 'psection_subject92', 'ptype_remarks92', 67),
(94, '2009-07-06 16:42:40', '2001-06-19 21:52:44', 'psection_subject93', 'ptype_remarks93', 30),
(95, '2013-03-05 09:45:35', '1996-03-29 14:47:24', 'psection_subject94', 'ptype_remarks94', 41),
(96, '1986-06-15 23:56:44', '1985-08-16 18:03:24', 'psection_subject95', 'ptype_remarks95', 67),
(97, '1997-06-24 10:47:50', '2003-05-08 21:51:50', 'psection_subject96', 'ptype_remarks96', 74),
(98, '1995-02-10 03:39:36', '1973-11-21 16:03:00', 'psection_subject97', 'ptype_remarks97', 80),
(99, '1982-10-23 05:18:31', '1974-04-10 08:53:28', 'psection_subject98', 'ptype_remarks98', 40),
(100, '1982-07-20 22:13:36', '1988-05-27 19:58:34', 'psection_subject99', 'ptype_remarks99', 57);
-- --------------------------------------------------------
--
-- 表的结构 `regular_contract`
--
CREATE TABLE `regular_contract` (
`contract_id` int(10) UNSIGNED NOT NULL,
`contract_qr_id` varchar(255) DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
`user_id` int(10) UNSIGNED DEFAULT NULL,
`user_categoryid` int(10) UNSIGNED DEFAULT NULL,
`reserve_id` int(10) UNSIGNED DEFAULT NULL,
`park_id` int(10) UNSIGNED DEFAULT NULL,
`price_parkplaceid` int(10) UNSIGNED DEFAULT NULL,
`user_securitynum` varchar(255) DEFAULT NULL,
`reserve_date` datetime DEFAULT NULL,
`contract_reserve` varchar(255) DEFAULT NULL,
`contract_created_at` datetime DEFAULT NULL,
`contract_updated_at` date DEFAULT NULL,
`contract_cancelday` datetime DEFAULT NULL,
`contract_reduction` varchar(255) DEFAULT NULL,
`contract_periods` date DEFAULT NULL,
`contract_periode` date DEFAULT NULL,
`enable_months` int(10) UNSIGNED DEFAULT NULL,
`printable_date` date DEFAULT NULL,
`contract_taxid` varchar(255) DEFAULT NULL,
`billing_amount` decimal(10,0) DEFAULT NULL,
`contract_payment_day` datetime DEFAULT NULL,
`contract_money` decimal(10,0) DEFAULT NULL,
`refunds` decimal(10,0) DEFAULT NULL,
`refunds_comment` varchar(255) DEFAULT NULL,
`repayment_at` varchar(255) DEFAULT NULL,
`contact_guid` varchar(20) DEFAULT NULL,
`contact_shop_code` varchar(10) DEFAULT NULL,
`contract_cvs_class` varchar(5) DEFAULT NULL,
`contract_flag` tinyint(1) DEFAULT NULL,
`settlement_transaction_id` int(11) UNSIGNED DEFAULT NULL,
`contract_seal_issue` int(11) UNSIGNED DEFAULT NULL,
`seal_reissue_request` tinyint(1) DEFAULT NULL,
`update_flag` tinyint(1) DEFAULT NULL,
`contract_permission` tinyint(1) DEFAULT NULL,
`contract_cancel_flag` tinyint(1) DEFAULT NULL,
`800m_flag` tinyint(1) DEFAULT NULL,
`tag_qr_flag` tinyint(1) DEFAULT NULL,
`tag_change_flag` tinyint(1) DEFAULT NULL,
`park_position` varchar(255) DEFAULT NULL,
`ope_id` int(10) UNSIGNED DEFAULT NULL,
`contract_manual` varchar(255) DEFAULT NULL,
`contract_notice` varchar(255) DEFAULT NULL,
`contract_payment_number` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
--
-- 转存表中的数据 `regular_contract`
--
INSERT INTO `regular_contract` (`contract_id`, `contract_qr_id`, `created_at`, `updated_at`, `user_id`, `user_categoryid`, `reserve_id`, `park_id`, `price_parkplaceid`, `user_securitynum`, `reserve_date`, `contract_reserve`, `contract_created_at`, `contract_updated_at`, `contract_cancelday`, `contract_reduction`, `contract_periods`, `contract_periode`, `enable_months`, `printable_date`, `contract_taxid`, `billing_amount`, `contract_payment_day`, `contract_money`, `refunds`, `refunds_comment`, `repayment_at`, `contact_guid`, `contact_shop_code`, `contract_cvs_class`, `contract_flag`, `settlement_transaction_id`, `contract_seal_issue`, `seal_reissue_request`, `update_flag`, `contract_permission`, `contract_cancel_flag`, `800m_flag`, `tag_qr_flag`, `tag_change_flag`, `park_position`, `ope_id`, `contract_manual`, `contract_notice`, `contract_payment_number`) VALUES
(1, '藤本', '1983-06-25 14:55:32', '2005-07-07 20:53:40', 9, 98, 32, 61, 86, 'user_securitynum0', '2001-06-29 16:16:23', 'contract_reserve0', '1994-06-04 17:43:35', '1979-02-10', '1974-11-05 23:27:51', 'contract_reduction0', '2015-01-03', '1987-03-24', 28, '2012-09-08', 'contract_taxid0', 63, '2007-04-28 18:06:13', 4, 44, 'refunds_comment0', '1995-05-28 11:29:02', 'guid0', 'tact0', 'c0', 1, 40, 54, 0, 0, 0, 0, 1, 0, 1, 'park_position0', 41, 'contract_manual0', 'contract_notice0', 'contract_payment_number0'),
(2, '加納', '1998-09-03 08:49:30', '1972-06-01 13:45:45', 5, 55, 96, 23, 90, 'user_securitynum1', '2009-03-29 18:05:18', 'contract_reserve1', '1978-02-20 04:09:55', '1990-07-11', '1984-04-21 01:27:07', 'contract_reduction1', '1981-09-09', '2016-11-29', 43, '1983-08-13', 'contract_taxid1', 49, '2006-08-15 15:54:36', 64, 60, 'refunds_comment1', '1984-11-07 14:28:26', 'guid1', 'tact1', 'c1', 0, 29, 20, 1, 0, 1, 0, 0, 0, 0, 'park_position1', 4, 'contract_manual1', 'contract_notice1', 'contract_payment_number1'),
(3, '山口', '1975-08-22 14:27:22', '2014-10-26 16:44:15', 8, 34, 28, 7, 5, 'user_securitynum2', '2006-10-24 05:38:41', 'contract_reserve2', '1985-07-23 03:10:36', '1974-10-22', '1991-01-26 05:58:48', 'contract_reduction2', '1976-03-26', '2009-05-05', 36, '1979-11-16', 'contract_taxid2', 99, '2011-08-06 17:38:24', 92, 48, 'refunds_comment2', '1981-10-12 07:41:40', 'guid2', 'tact2', 'c2', 1, 14, 18, 0, 1, 0, 1, 1, 1, 1, 'park_position2', 21, 'contract_manual2', 'contract_notice2', 'contract_payment_number2'),
(4, '田中', '2001-10-27 13:07:29', '1970-10-19 19:50:57', 7, 20, 98, 95, 57, 'user_securitynum3', '2007-08-13 14:32:20', 'contract_reserve3', '1971-04-06 19:02:23', '1999-12-01', '2017-01-26 23:08:45', 'contract_reduction3', '2002-07-29', '2016-12-23', 97, '1993-08-18', 'contract_taxid3', 85, '1992-02-03 08:37:21', 53, 60, 'refunds_comment3', '1970-01-13 04:22:37', 'guid3', 'tact3', 'c3', 0, 77, 62, 1, 0, 0, 0, 1, 0, 1, 'park_position3', 57, 'contract_manual3', 'contract_notice3', 'contract_payment_number3'),
(5, '宇野', '1994-12-12 08:00:01', '1995-08-23 09:40:20', 9, 53, 82, 75, 75, 'user_securitynum4', '2013-03-12 07:42:42', 'contract_reserve4', '1976-01-07 11:26:11', '1996-02-11', '1987-10-19 23:47:42', 'contract_reduction4', '1977-09-22', '2001-07-04', 7, '1977-07-03', 'contract_taxid4', 2, '1986-10-03 03:55:10', 48, 25, 'refunds_comment4', '2008-05-29 06:30:21', 'guid4', 'tact4', 'c4', 0, 58, 25, 1, 1, 1, 0, 1, 1, 0, 'park_position4', 6, 'contract_manual4', 'contract_notice4', 'contract_payment_number4'),
(6, '佐々木', '1989-04-23 15:36:57', '1971-08-05 01:37:41', 3, 73, 3, 37, 42, 'user_securitynum5', '2006-03-20 21:49:11', 'contract_reserve5', '1970-05-02 06:05:22', '2001-01-10', '1975-03-31 20:07:41', 'contract_reduction5', '2007-02-13', '1986-11-13', 42, '1995-12-20', 'contract_taxid5', 22, '1978-03-06 00:24:29', 5, 50, 'refunds_comment5', '1974-04-06 06:27:01', 'guid5', 'tact5', 'c5', 0, 95, 77, 1, 0, 0, 0, 0, 1, 0, 'park_position5', 16, 'contract_manual5', 'contract_notice5', 'contract_payment_number5'),
(7, '', '1988-11-09 18:18:57', '1981-08-05 03:39:55', 6, 47, 19, 45, 29, 'user_securitynum6', '1989-05-31 14:38:02', 'contract_reserve6', '1986-09-15 22:38:44', '1980-07-09', '1975-06-22 13:22:04', 'contract_reduction6', '1987-01-14', '1991-11-03', 73, '1975-08-13', 'contract_taxid6', 31, '2008-01-28 09:58:05', 89, 99, 'refunds_comment6', '1984-04-10 02:28:38', 'guid6', 'tact6', 'c6', 0, 36, 24, 1, 1, 0, 1, 1, 0, 0, 'park_position6', 93, 'contract_manual6', 'contract_notice6', 'contract_payment_number6'),
(8, '藤本', '2011-11-13 02:13:11', '1990-10-18 05:04:24', 9, 88, 73, 55, 20, 'user_securitynum7', '1973-06-01 06:26:14', 'contract_reserve7', '1976-11-04 10:54:40', '2002-04-17', '1991-12-29 11:52:09', 'contract_reduction7', '2002-06-09', '1999-01-20', 18, '2001-01-27', 'contract_taxid7', 14, '2009-12-16 15:50:20', 84, 12, 'refunds_comment7', '1996-03-31 00:05:10', 'guid7', 'tact7', 'c7', 0, 33, 98, 1, 0, 0, 0, 0, 1, 1, 'park_position7', 6, 'contract_manual7', 'contract_notice7', 'contract_payment_number7'),
(9, '宇野', '2015-06-17 12:24:29', '1990-05-05 06:58:14', 2, 84, 34, 14, 62, 'user_securitynum8', '1975-08-05 09:13:11', 'contract_reserve8', '2004-04-28 01:52:27', '2000-04-16', '1971-07-14 05:57:12', 'contract_reduction8', '2008-05-28', '1977-01-19', 97, '1974-07-16', 'contract_taxid8', 20, '1985-08-07 23:37:14', 8, 71, 'refunds_comment8', '1997-07-06 21:20:20', 'guid8', 'tact8', 'c8', 0, 15, 98, 1, 0, 1, 0, 1, 1, 1, 'park_position8', 13, 'contract_manual8', 'contract_notice8', 'contract_payment_number8'),
(10, '江古田', '1989-10-19 07:54:03', '1971-07-02 02:57:12', 8, 38, 83, 47, 61, 'user_securitynum9', '1978-08-15 15:18:20', 'contract_reserve9', '2015-07-18 21:16:43', '1992-02-02', '2012-02-06 06:08:06', 'contract_reduction9', '2018-07-29', '1986-05-11', 28, '1983-11-05', 'contract_taxid9', 86, '1971-02-07 00:54:55', 41, 59, 'refunds_comment9', '1985-03-14 20:16:45', 'guid9', 'tact9', 'c9', 0, 100, 31, 1, 0, 1, 0, 1, 1, 0, 'park_position9', 77, 'contract_manual9', 'contract_notice9', 'contract_payment_number9'),
(11, '廣川', '2011-04-14 13:20:20', '1998-10-29 05:30:21', 2, 90, 2, 53, 15, 'user_securitynum10', '2001-09-29 13:07:44', 'contract_reserve10', '1999-05-09 13:56:30', '1998-10-15', '2004-06-28 06:26:03', 'contract_reduction10', '2007-11-13', '1978-12-17', 53, '1997-01-30', 'contract_taxid10', 76, '1991-07-01 21:45:53', 64, 20, 'refunds_comment10', '1970-01-14 13:52:37', 'guid10', 'tact10', 'c10', 0, 56, 79, 0, 1, 1, 0, 1, 1, 1, 'park_position10', 10, 'contract_manual10', 'contract_notice10', 'contract_payment_number10'),
(12, '浜田', '1986-03-09 20:37:38', '1998-01-08 03:43:42', 7, 53, 74, 45, 32, 'user_securitynum11', '2016-01-15 21:55:33', 'contract_reserve11', '1973-06-21 22:54:10', '1991-11-05', '2016-09-17 09:07:06', 'contract_reduction11', '1990-04-05', '2005-11-14', 72, '1991-03-28', 'contract_taxid11', 57, '2012-12-21 07:15:47', 54, 80, 'refunds_comment11', '2011-04-04 19:34:40', 'guid11', 'tact11', 'c11', 0, 48, 51, 0, 0, 1, 1, 0, 0, 0, 'park_position11', 69, 'contract_manual11', 'contract_notice11', 'contract_payment_number11'),
(13, '田中', '2000-03-30 01:28:57', '2011-01-31 20:03:11', 8, 81, 42, 29, 11, 'user_securitynum12', '1986-03-14 07:54:42', 'contract_reserve12', '2006-05-07 13:06:32', '2009-09-07', '2004-08-08 14:59:51', 'contract_reduction12', '2015-02-07', '1986-07-14', 55, '1974-04-29', 'contract_taxid12', 20, '1992-05-17 20:14:20', 10, 81, 'refunds_comment12', '2017-02-15 08:12:06', 'guid12', 'tact12', 'c12', 0, 73, 32, 0, 0, 0, 1, 0, 0, 0, 'park_position12', 73, 'contract_manual12', 'contract_notice12', 'contract_payment_number12'),
(14, '若松', '2006-04-28 14:28:28', '1999-01-15 22:18:24', 10, 46, 12, 44, 31, 'user_securitynum13', '1979-03-06 21:04:33', 'contract_reserve13', '1998-11-17 00:31:27', '2001-08-11', '1980-10-01 01:06:17', 'contract_reduction13', '2016-12-30', '2013-10-13', 94, '2002-10-18', 'contract_taxid13', 97, '1974-06-22 05:21:09', 71, 73, 'refunds_comment13', '1978-10-12 00:16:42', 'guid13', 'tact13', 'c13', 0, 33, 71, 0, 0, 1, 0, 1, 1, 1, 'park_position13', 2, 'contract_manual13', 'contract_notice13', 'contract_payment_number13'),
(15, '松本', '2001-06-07 06:55:51', '2013-05-07 15:44:21', 10, 1, 52, 34, 21, 'user_securitynum14', '1996-02-08 14:11:38', 'contract_reserve14', '1991-01-18 11:12:38', '1981-06-04', '1973-06-22 05:42:03', 'contract_reduction14', '1994-07-09', '1980-08-26', 33, '1979-02-12', 'contract_taxid14', 17, '1991-02-12 22:14:15', 27, 19, 'refunds_comment14', '1980-04-15 03:47:39', 'guid14', 'tact14', 'c14', 1, 30, 98, 0, 1, 1, 1, 0, 0, 1, 'park_position14', 28, 'contract_manual14', 'contract_notice14', 'contract_payment_number14'),
(16, '', '1975-10-24 03:48:59', '1991-02-09 09:12:01', 4, 79, 59, 96, 1, 'user_securitynum15', '1998-07-29 01:04:04', 'contract_reserve15', '1994-08-04 06:16:11', '2001-12-17', '2011-03-15 11:35:02', 'contract_reduction15', '1975-03-26', '2012-04-18', 51, '1977-07-15', 'contract_taxid15', 5, '2010-09-04 07:22:35', 83, 93, 'refunds_comment15', '1992-06-17 16:09:04', 'guid15', 'tact15', 'c15', 1, 84, 39, 1, 0, 1, 1, 1, 0, 0, 'park_position15', 86, 'contract_manual15', 'contract_notice15', 'contract_payment_number15'),
(17, '原田', '2013-10-17 09:26:06', '1972-12-25 16:17:16', 4, 68, 14, 7, 96, 'user_securitynum16', '1995-01-09 07:50:46', 'contract_reserve16', '2016-05-06 19:04:24', '1996-09-30', '1983-01-24 22:08:07', 'contract_reduction16', '1981-07-19', '2003-11-18', 43, '1998-08-16', 'contract_taxid16', 24, '1988-01-08 13:46:34', 75, 10, 'refunds_comment16', '1973-07-16 14:56:02', 'guid16', 'tact16', 'c16', 0, 85, 100, 0, 0, 0, 0, 0, 1, 1, 'park_position16', 20, 'contract_manual16', 'contract_notice16', 'contract_payment_number16'),
(18, '高橋', '2013-02-16 13:09:33', '1984-03-07 14:37:43', 3, 91, 98, 11, 3, 'user_securitynum17', '2011-06-13 12:36:05', 'contract_reserve17', '2007-10-16 13:52:30', '1987-09-23', '1992-12-29 12:50:12', 'contract_reduction17', '1972-08-30', '1995-12-16', 14, '1981-10-25', 'contract_taxid17', 43, '1983-05-16 08:08:07', 27, 12, 'refunds_comment17', '2007-01-03 17:35:38', 'guid17', 'tact17', 'c17', 1, 77, 62, 1, 1, 1, 1, 0, 0, 0, 'park_position17', 85, 'contract_manual17', 'contract_notice17', 'contract_payment_number17'),
(19, '山岸', '1979-05-02 04:54:12', '1992-05-21 23:33:01', 1, 95, 5, 47, 66, 'user_securitynum18', '2002-12-02 00:28:23', 'contract_reserve18', '2010-06-14 01:02:16', '2004-07-07', '1999-08-30 06:29:16', 'contract_reduction18', '1972-12-19', '1972-02-13', 49, '2018-09-01', 'contract_taxid18', 42, '2013-06-28 03:14:23', 3, 99, 'refunds_comment18', '1970-01-15 05:39:00', 'guid18', 'tact18', 'c18', 0, 62, 14, 0, 1, 1, 1, 0, 1, 1, 'park_position18', 2, 'contract_manual18', 'contract_notice18', 'contract_payment_number18'),
(20, '山口', '1994-11-27 15:35:43', '1998-11-26 20:01:23', 8, 51, 32, 51, 94, 'user_securitynum19', '1981-06-04 06:19:44', 'contract_reserve19', '2006-04-19 07:43:51', '2015-03-01', '1981-02-10 12:06:43', 'contract_reduction19', '1985-11-27', '1995-07-05', 58, '1977-11-08', 'contract_taxid19', 45, '1975-03-16 11:51:55', 35, 98, 'refunds_comment19', '1999-01-18 15:00:06', 'guid19', 'tact19', 'c19', 0, 100, 85, 1, 0, 0, 0, 0, 0, 1, 'park_position19', 12, 'contract_manual19', 'contract_notice19', 'contract_payment_number19'),
(21, '西之園', '1990-10-11 16:42:50', '2001-05-26 13:47:12', 3, 15, 21, 18, 79, 'user_securitynum20', '2013-01-28 04:17:25', 'contract_reserve20', '1990-02-12 07:16:38', '1970-08-06', '1978-05-19 00:41:01', 'contract_reduction20', '2011-05-30', '2016-01-07', 42, '1984-09-16', 'contract_taxid20', 71, '2001-09-26 09:52:45', 10, 3, 'refunds_comment20', '2012-02-03 14:30:51', 'guid20', 'tact20', 'c20', 1, 18, 25, 0, 0, 0, 0, 0, 0, 0, 'park_position20', 31, 'contract_manual20', 'contract_notice20', 'contract_payment_number20'),
(22, '坂本', '1974-05-04 12:40:14', '1997-03-18 02:13:31', 10, 51, 24, 91, 78, 'user_securitynum21', '1999-09-16 04:08:22', 'contract_reserve21', '1983-02-02 18:24:10', '1999-07-29', '1977-09-05 19:54:02', 'contract_reduction21', '1979-09-22', '2007-10-10', 65, '2001-08-05', 'contract_taxid21', 69, '1992-02-28 14:08:50', 79, 22, 'refunds_comment21', '1985-08-07 09:55:28', 'guid21', 'tact21', 'c21', 1, 20, 80, 1, 0, 0, 0, 0, 0, 1, 'park_position21', 31, 'contract_manual21', 'contract_notice21', 'contract_payment_number21'),
(23, '斉藤', '2015-08-23 11:34:22', '1977-12-19 12:49:34', 9, 65, 21, 78, 57, 'user_securitynum22', '1992-09-23 01:59:34', 'contract_reserve22', '2001-06-08 12:05:53', '2000-09-01', '1983-09-17 12:05:56', 'contract_reduction22', '1976-05-09', '1999-04-20', 47, '2015-07-03', 'contract_taxid22', 29, '2010-06-17 03:37:00', 20, 86, 'refunds_comment22', '1985-11-24 10:40:12', 'guid22', 'tact22', 'c22', 0, 6, 93, 1, 1, 0, 1, 0, 1, 0, 'park_position22', 17, 'contract_manual22', 'contract_notice22', 'contract_payment_number22'),
(24, '木村', '1992-11-19 18:50:19', '1998-03-06 08:02:08', 7, 56, 97, 84, 87, 'user_securitynum23', '1975-09-24 13:58:57', 'contract_reserve23', '2009-01-18 01:34:35', '1973-10-31', '1975-12-11 10:40:29', 'contract_reduction23', '1996-02-24', '1986-03-29', 8, '1979-11-10', 'contract_taxid23', 98, '1972-07-06 16:02:32', 92, 42, 'refunds_comment23', '2005-06-14 19:52:26', 'guid23', 'tact23', 'c23', 0, 34, 27, 0, 0, 0, 0, 1, 1, 1, 'park_position23', 64, 'contract_manual23', 'contract_notice23', 'contract_payment_number23'),
(25, '山本', '1980-05-01 20:40:25', '1990-11-21 19:42:38', 8, 43, 59, 86, 32, 'user_securitynum24', '2017-04-28 10:14:58', 'contract_reserve24', '1998-06-11 10:33:45', '1988-12-03', '1989-12-04 18:41:46', 'contract_reduction24', '1991-06-12', '2001-12-10', 26, '2013-07-08', 'contract_taxid24', 79, '2009-08-01 12:07:55', 46, 81, 'refunds_comment24', '2018-05-09 21:50:50', 'guid24', 'tact24', 'c24', 0, 52, 69, 0, 1, 0, 1, 0, 1, 0, 'park_position24', 76, 'contract_manual24', 'contract_notice24', 'contract_payment_number24'),
(26, '坂本', '1970-03-29 22:19:16', '1973-09-10 11:49:41', 5, 44, 14, 89, 58, 'user_securitynum25', '1984-02-17 22:39:55', 'contract_reserve25', '2001-06-11 14:24:04', '2000-12-10', '1979-02-16 16:33:19', 'contract_reduction25', '2012-11-14', '2015-08-12', 30, '1984-02-23', 'contract_taxid25', 12, '2012-12-18 12:38:04', 48, 64, 'refunds_comment25', '2002-02-12 02:38:16', 'guid25', 'tact25', 'c25', 1, 55, 90, 1, 1, 0, 0, 0, 1, 0, 'park_position25', 77, 'contract_manual25', 'contract_notice25', 'contract_payment_number25'),
(27, '斉藤', '1974-06-22 11:59:31', '1982-08-07 05:42:42', 6, 14, 67, 40, 41, 'user_securitynum26', '2017-03-29 20:37:58', 'contract_reserve26', '2011-05-23 09:39:52', '1986-07-22', '2006-11-03 03:22:22', 'contract_reduction26', '1990-01-16', '2011-05-25', 81, '1980-11-24', 'contract_taxid26', 45, '1981-06-02 22:25:21', 35, 100, 'refunds_comment26', '1987-11-13 21:02:04', 'guid26', 'tact26', 'c26', 1, 75, 26, 1, 0, 1, 1, 1, 0, 1, 'park_position26', 82, 'contract_manual26', 'contract_notice26', 'contract_payment_number26'),
(28, '山岸', '2003-11-30 19:17:27', '1982-06-23 12:50:46', 10, 76, 3, 72, 80, 'user_securitynum27', '1973-10-26 04:30:29', 'contract_reserve27', '1988-10-22 19:31:26', '1971-02-23', '1972-01-13 03:13:28', 'contract_reduction27', '1989-10-16', '1973-11-19', 88, '1987-10-12', 'contract_taxid27', 48, '2005-05-06 05:50:35', 69, 74, 'refunds_comment27', '1972-10-06 21:03:47', 'guid27', 'tact27', 'c27', 1, 83, 57, 0, 1, 1, 1, 1, 1, 0, 'park_position27', 76, 'contract_manual27', 'contract_notice27', 'contract_payment_number27'),
(29, '松本', '1989-12-03 23:28:31', '1987-02-17 02:15:59', 7, 98, 52, 98, 6, 'user_securitynum28', '1999-03-17 14:08:05', 'contract_reserve28', '2013-06-20 17:52:32', '2002-06-05', '2005-07-07 23:31:50', 'contract_reduction28', '1976-03-08', '1990-04-23', 18, '2014-06-23', 'contract_taxid28', 32, '2009-12-24 00:10:00', 17, 88, 'refunds_comment28', '2001-05-27 19:37:00', 'guid28', 'tact28', 'c28', 1, 19, 81, 1, 0, 1, 1, 1, 1, 0, 'park_position28', 84, 'contract_manual28', 'contract_notice28', 'contract_payment_number28'),
(30, '野村', '2011-08-30 05:57:04', '1984-05-23 20:06:30', 10, 14, 23, 93, 89, 'user_securitynum29', '1983-05-01 10:52:42', 'contract_reserve29', '2010-04-25 04:18:31', '1983-08-23', '2012-10-16 18:21:44', 'contract_reduction29', '1981-11-15', '2002-02-22', 75, '2007-07-30', 'contract_taxid29', 30, '1993-01-16 18:04:37', 11, 74, 'refunds_comment29', '1997-03-28 09:03:46', 'guid29', 'tact29', 'c29', 1, 66, 9, 1, 1, 0, 1, 0, 0, 1, 'park_position29', 76, 'contract_manual29', 'contract_notice29', 'contract_payment_number29'),
(31, '', '1984-09-25 09:23:26', '2013-05-28 11:20:05', 5, 66, 89, 8, 72, 'user_securitynum30', '1971-05-29 13:45:06', 'contract_reserve30', '1995-12-13 20:52:28', '1994-02-04', '1988-07-01 01:44:26', 'contract_reduction30', '1996-09-16', '1980-09-09', 92, '2015-07-25', 'contract_taxid30', 84, '2010-01-01 20:52:16', 17, 98, 'refunds_comment30', '2013-08-10 05:52:49', 'guid30', 'tact30', 'c30', 0, 50, 92, 0, 0, 0, 0, 0, 1, 0, 'park_position30', 34, 'contract_manual30', 'contract_notice30', 'contract_payment_number30'),
(32, '大垣', '1981-06-13 01:27:51', '2011-12-23 23:30:41', 2, 25, 83, 9, 42, 'user_securitynum31', '2017-09-13 20:41:13', 'contract_reserve31', '2007-03-11 14:44:27', '2008-09-23', '2000-10-18 22:03:56', 'contract_reduction31', '1984-03-02', '1988-01-25', 1, '2002-11-20', 'contract_taxid31', 12, '1990-05-17 06:22:47', 61, 23, 'refunds_comment31', '2015-12-01 16:26:38', 'guid31', 'tact31', 'c31', 1, 25, 85, 1, 0, 1, 0, 0, 0, 0, 'park_position31', 52, 'contract_manual31', 'contract_notice31', 'contract_payment_number31'),
(33, '小泉', '1985-12-02 21:15:08', '2007-11-22 11:12:01', 6, 2, 74, 29, 58, 'user_securitynum32', '1973-04-11 17:44:42', 'contract_reserve32', '1975-06-26 18:22:21', '1997-10-14', '2004-03-19 05:52:01', 'contract_reduction32', '1995-11-09', '1982-04-22', 52, '1996-06-25', 'contract_taxid32', 52, '1983-10-11 01:10:15', 32, 9, 'refunds_comment32', '2011-06-14 06:40:56', 'guid32', 'tact32', 'c32', 0, 95, 48, 1, 1, 0, 1, 1, 0, 1, 'park_position32', 63, 'contract_manual32', 'contract_notice32', 'contract_payment_number32'),
(34, '西之園', '2005-08-15 21:16:00', '2011-12-30 05:52:46', 7, 92, 79, 55, 29, 'user_securitynum33', '1985-08-17 13:27:45', 'contract_reserve33', '1986-06-05 04:09:06', '1997-07-22', '1997-06-17 07:18:56', 'contract_reduction33', '1971-09-04', '2006-09-17', 53, '1971-09-29', 'contract_taxid33', 7, '1975-08-21 11:31:29', 3, 17, 'refunds_comment33', '1974-08-02 04:23:04', 'guid33', 'tact33', 'c33', 0, 7, 49, 0, 0, 1, 1, 1, 0, 0, 'park_position33', 80, 'contract_manual33', 'contract_notice33', 'contract_payment_number33'),
(35, '吉田', '2008-09-09 15:19:17', '1970-03-26 16:08:24', 6, 97, 36, 36, 84, 'user_securitynum34', '2001-08-11 22:45:25', 'contract_reserve34', '1985-09-13 20:34:45', '2013-06-30', '1996-10-12 15:46:08', 'contract_reduction34', '1975-01-16', '1974-10-11', 73, '1980-03-16', 'contract_taxid34', 20, '2013-10-03 05:13:58', 33, 75, 'refunds_comment34', '1987-05-05 08:38:12', 'guid34', 'tact34', 'c34', 0, 50, 93, 1, 0, 1, 0, 1, 0, 0, 'park_position34', 49, 'contract_manual34', 'contract_notice34', 'contract_payment_number34'),
(36, '山田', '1992-07-25 19:23:56', '1976-07-04 02:08:50', 3, 85, 58, 27, 43, 'user_securitynum35', '2006-10-01 05:39:34', 'contract_reserve35', '1993-02-12 08:53:57', '2009-05-07', '1994-08-24 19:48:36', 'contract_reduction35', '2001-08-16', '1979-03-21', 73, '2001-07-22', 'contract_taxid35', 68, '1997-08-28 10:02:57', 2, 27, 'refunds_comment35', '2003-04-04 08:39:57', 'guid35', 'tact35', 'c35', 1, 74, 91, 1, 0, 1, 1, 0, 0, 1, 'park_position35', 98, 'contract_manual35', 'contract_notice35', 'contract_payment_number35'),
(37, '井上', '2015-01-19 05:47:08', '1973-04-22 01:20:12', 5, 99, 52, 61, 37, 'user_securitynum36', '1975-08-19 13:32:24', 'contract_reserve36', '1978-06-10 16:18:24', '2003-05-25', '1993-09-06 15:08:14', 'contract_reduction36', '1973-06-28', '1982-02-26', 36, '2003-11-23', 'contract_taxid36', 67, '2014-04-27 07:53:34', 15, 15, 'refunds_comment36', '1981-03-16 09:38:44', 'guid36', 'tact36', 'c36', 1, 69, 9, 1, 0, 1, 0, 1, 0, 1, 'park_position36', 82, 'contract_manual36', 'contract_notice36', 'contract_payment_number36'),
(38, '杉山', '2000-11-22 12:50:03', '2017-05-29 00:41:47', 2, 80, 53, 7, 33, 'user_securitynum37', '1976-10-04 18:26:31', 'contract_reserve37', '2007-03-19 12:44:25', '2014-12-10', '1988-01-12 04:42:18', 'contract_reduction37', '2005-01-25', '1977-09-06', 47, '1971-06-30', 'contract_taxid37', 82, '2008-08-11 08:01:06', 45, 71, 'refunds_comment37', '1997-09-14 22:44:20', 'guid37', 'tact37', 'c37', 1, 2, 24, 1, 1, 1, 1, 0, 0, 1, 'park_position37', 6, 'contract_manual37', 'contract_notice37', 'contract_payment_number37'),
(39, '津田', '1996-04-05 14:02:49', '1996-11-04 00:50:12', 9, 61, 78, 38, 29, 'user_securitynum38', '1996-12-05 07:59:45', 'contract_reserve38', '2005-01-16 10:23:55', '2011-01-04', '2002-01-30 02:38:32', 'contract_reduction38', '2005-04-08', '1986-11-05', 75, '1981-09-01', 'contract_taxid38', 13, '1995-01-07 15:16:12', 75, 46, 'refunds_comment38', '1976-08-13 12:49:29', 'guid38', 'tact38', 'c38', 1, 86, 55, 1, 1, 1, 1, 1, 1, 1, 'park_position38', 1, 'contract_manual38', 'contract_notice38', 'contract_payment_number38'),
(40, '山岸', '1999-11-21 14:04:39', '1991-05-16 00:50:37', 5, 51, 70, 86, 8, 'user_securitynum39', '1987-05-30 16:04:19', 'contract_reserve39', '1972-07-30 06:39:10', '2005-04-14', '2015-04-16 19:10:21', 'contract_reduction39', '2009-08-05', '1994-10-23', 55, '2011-02-14', 'contract_taxid39', 17, '1984-12-08 20:25:12', 56, 73, 'refunds_comment39', '1975-06-02 23:39:32', 'guid39', 'tact39', 'c39', 1, 93, 32, 1, 0, 0, 0, 0, 0, 0, 'park_position39', 97, 'contract_manual39', 'contract_notice39', 'contract_payment_number39'),
(41, '笹田', '2006-10-03 00:00:56', '2014-05-31 01:18:15', 7, 49, 8, 69, 100, 'user_securitynum40', '1973-10-17 02:11:40', 'contract_reserve40', '2004-05-31 02:32:12', '2018-01-11', '1994-12-04 18:20:04', 'contract_reduction40', '2013-07-24', '1985-07-04', 16, '1989-04-07', 'contract_taxid40', 3, '2009-01-02 16:35:48', 46, 30, 'refunds_comment40', '1988-11-01 07:26:18', 'guid40', 'tact40', 'c40', 0, 9, 41, 0, 1, 0, 1, 0, 1, 1, 'park_position40', 90, 'contract_manual40', 'contract_notice40', 'contract_payment_number40'),
(42, '工藤', '2014-05-27 17:59:39', '2004-07-10 04:10:22', 5, 50, 10, 98, 25, 'user_securitynum41', '1988-09-09 15:48:48', 'contract_reserve41', '1978-05-25 07:52:12', '1985-05-12', '1995-11-09 08:15:09', 'contract_reduction41', '1999-03-30', '1994-05-27', 64, '2007-02-05', 'contract_taxid41', 78, '1986-10-25 04:12:48', 68, 60, 'refunds_comment41', '1979-07-14 10:52:38', 'guid41', 'tact41', 'c41', 0, 56, 12, 0, 1, 0, 0, 0, 1, 0, 'park_position41', 49, 'contract_manual41', 'contract_notice41', 'contract_payment_number41'),
(43, '青田', '1988-11-13 18:48:45', '2001-05-24 17:11:50', 6, 10, 26, 65, 27, 'user_securitynum42', '1990-06-19 16:24:03', 'contract_reserve42', '1999-02-15 14:57:15', '1993-01-25', '1975-06-26 13:21:54', 'contract_reduction42', '1989-12-09', '1972-06-26', 79, '1972-02-09', 'contract_taxid42', 47, '1988-10-10 08:14:54', 68, 39, 'refunds_comment42', '1977-04-02 12:56:39', 'guid42', 'tact42', 'c42', 0, 31, 39, 1, 0, 1, 0, 0, 0, 0, 'park_position42', 3, 'contract_manual42', 'contract_notice42', 'contract_payment_number42'),
(44, '青山', '1996-04-17 02:57:03', '2000-01-18 17:53:44', 6, 53, 25, 88, 44, 'user_securitynum43', '1995-02-27 18:31:17', 'contract_reserve43', '1993-07-31 18:39:30', '2016-06-08', '1972-03-21 04:11:35', 'contract_reduction43', '2015-05-26', '1971-11-14', 45, '1975-09-19', 'contract_taxid43', 1, '2007-08-21 05:58:13', 35, 16, 'refunds_comment43', '1982-10-19 12:56:36', 'guid43', 'tact43', 'c43', 0, 14, 28, 0, 0, 0, 1, 1, 1, 0, 'park_position43', 55, 'contract_manual43', 'contract_notice43', 'contract_payment_number43'),
(45, '山岸', '1989-04-10 21:00:35', '1990-03-02 21:08:24', 5, 60, 98, 65, 35, 'user_securitynum44', '2004-02-20 15:08:14', 'contract_reserve44', '1984-07-19 12:09:46', '1989-10-09', '2000-06-10 02:18:22', 'contract_reduction44', '1978-11-25', '1976-09-04', 43, '1976-02-21', 'contract_taxid44', 74, '1989-11-04 21:06:48', 22, 53, 'refunds_comment44', '1996-05-11 01:46:01', 'guid44', 'tact44', 'c44', 0, 28, 25, 0, 1, 1, 0, 0, 0, 1, 'park_position44', 35, 'contract_manual44', 'contract_notice44', 'contract_payment_number44'),
(46, '杉山', '2017-03-27 12:26:14', '1985-12-18 07:05:59', 2, 11, 71, 41, 39, 'user_securitynum45', '2003-09-08 18:50:27', 'contract_reserve45', '1995-07-13 16:22:46', '2004-06-25', '1979-09-29 01:44:11', 'contract_reduction45', '2014-06-04', '2015-11-09', 3, '2003-09-07', 'contract_taxid45', 18, '2015-05-23 05:56:00', 87, 41, 'refunds_comment45', '1973-08-28 21:53:50', 'guid45', 'tact45', 'c45', 0, 56, 68, 1, 1, 1, 1, 0, 0, 1, 'park_position45', 73, 'contract_manual45', 'contract_notice45', 'contract_payment_number45'),
(47, '', '2008-01-08 12:41:45', '1988-04-27 04:05:41', 5, 5, 30, 90, 4, 'user_securitynum46', '2008-01-02 07:15:51', 'contract_reserve46', '2012-09-23 06:21:15', '2016-11-16', '1971-01-07 07:53:41', 'contract_reduction46', '2016-05-07', '1996-10-30', 6, '1980-07-11', 'contract_taxid46', 92, '1989-03-19 08:32:45', 88, 33, 'refunds_comment46', '2010-09-17 10:54:59', 'guid46', 'tact46', 'c46', 0, 68, 46, 1, 0, 1, 1, 0, 1, 1, 'park_position46', 94, 'contract_manual46', 'contract_notice46', 'contract_payment_number46'),
(48, '三宅', '2010-11-28 16:30:20', '2009-02-06 17:04:36', 1, 58, 9, 30, 15, 'user_securitynum47', '1971-11-03 09:59:22', 'contract_reserve47', '2007-02-05 08:17:08', '2008-12-01', '1975-09-03 00:08:28', 'contract_reduction47', '1997-04-09', '2006-10-24', 73, '2017-06-20', 'contract_taxid47', 1, '1983-06-04 01:58:55', 27, 26, 'refunds_comment47', '2013-09-15 13:37:00', 'guid47', 'tact47', 'c47', 0, 20, 96, 0, 1, 1, 1, 0, 0, 1, 'park_position47', 49, 'contract_manual47', 'contract_notice47', 'contract_payment_number47'),
(49, '村山', '1974-06-14 13:25:35', '2014-04-13 07:52:40', 4, 4, 18, 62, 88, 'user_securitynum48', '2014-11-09 21:39:28', 'contract_reserve48', '2007-05-25 16:45:09', '1972-10-13', '1986-08-27 03:47:12', 'contract_reduction48', '1997-06-04', '1988-01-31', 32, '1978-04-23', 'contract_taxid48', 87, '1993-11-03 14:33:12', 68, 57, 'refunds_comment48', '2002-12-25 01:02:31', 'guid48', 'tact48', 'c48', 1, 88, 98, 0, 0, 1, 0, 0, 0, 0, 'park_position48', 36, 'contract_manual48', 'contract_notice48', 'contract_payment_number48'),
(50, '宮沢', '1992-10-16 16:48:09', '2012-11-16 21:42:18', 4, 8, 92, 22, 87, 'user_securitynum49', '2010-11-19 18:10:34', 'contract_reserve49', '1988-12-26 22:47:55', '1979-11-08', '1993-02-24 08:11:48', 'contract_reduction49', '2016-11-20', '1981-08-03', 26, '1980-10-23', 'contract_taxid49', 21, '1993-09-05 12:56:33', 25, 35, 'refunds_comment49', '1987-08-11 14:22:46', 'guid49', 'tact49', 'c49', 0, 37, 79, 1, 0, 1, 0, 1, 0, 0, 'park_position49', 1, 'contract_manual49', 'contract_notice49', 'contract_payment_number49'),
(51, '中島', '2013-09-05 23:23:44', '1994-04-08 19:06:01', 3, 65, 72, 63, 8, 'user_securitynum50', '2007-06-19 22:32:34', 'contract_reserve50', '2001-01-06 07:02:32', '2000-03-06', '2009-11-19 16:30:27', 'contract_reduction50', '2013-11-20', '1985-03-23', 50, '2010-08-22', 'contract_taxid50', 70, '1988-08-27 16:47:59', 68, 66, 'refunds_comment50', '1972-10-08 04:19:06', 'guid50', 'tact50', 'c50', 1, 45, 57, 0, 1, 0, 1, 0, 0, 0, 'park_position50', 18, 'contract_manual50', 'contract_notice50', 'contract_payment_number50'),
(52, '高橋', '1970-02-19 04:27:20', '1997-04-02 06:09:41', 9, 55, 17, 56, 35, 'user_securitynum51', '2017-06-23 15:56:09', 'contract_reserve51', '2014-04-05 19:18:56', '1973-02-22', '2007-01-11 00:44:16', 'contract_reduction51', '2005-10-02', '2006-02-05', 96, '1975-04-21', 'contract_taxid51', 84, '1989-01-08 11:06:09', 34, 2, 'refunds_comment51', '1993-04-21 12:46:12', 'guid51', 'tact51', 'c51', 0, 95, 72, 1, 1, 0, 0, 0, 1, 0, 'park_position51', 43, 'contract_manual51', 'contract_notice51', 'contract_payment_number51'),
(53, '田辺', '1996-03-15 16:18:35', '1984-09-05 17:24:31', 9, 93, 49, 76, 44, 'user_securitynum52', '1985-08-31 03:48:56', 'contract_reserve52', '2016-06-15 17:00:45', '2014-08-17', '2017-09-20 22:21:47', 'contract_reduction52', '1979-05-03', '1973-06-02', 38, '2001-12-16', 'contract_taxid52', 100, '1974-07-02 09:25:23', 23, 63, 'refunds_comment52', '2009-05-19 10:39:37', 'guid52', 'tact52', 'c52', 0, 61, 6, 0, 0, 0, 1, 1, 1, 0, 'park_position52', 64, 'contract_manual52', 'contract_notice52', 'contract_payment_number52'),
(54, '笹田', '1982-12-01 01:10:28', '1991-09-17 19:08:03', 2, 23, 37, 78, 81, 'user_securitynum53', '1982-07-01 22:53:09', 'contract_reserve53', '2003-01-14 22:07:29', '2000-07-09', '1990-05-24 11:17:01', 'contract_reduction53', '1987-01-27', '1986-12-03', 54, '2011-01-18', 'contract_taxid53', 98, '1984-03-25 08:47:27', 46, 31, 'refunds_comment53', '2002-10-05 18:08:24', 'guid53', 'tact53', 'c53', 0, 17, 47, 0, 0, 0, 1, 1, 1, 1, 'park_position53', 82, 'contract_manual53', 'contract_notice53', 'contract_payment_number53'),
(55, '吉田', '1997-06-01 17:13:17', '2007-03-20 04:45:16', 7, 55, 83, 86, 69, 'user_securitynum54', '2013-02-01 08:47:42', 'contract_reserve54', '2002-07-25 22:00:00', '1999-10-01', '2009-08-11 15:03:20', 'contract_reduction54', '2003-01-19', '2015-03-09', 22, '1989-10-14', 'contract_taxid54', 17, '2005-01-19 04:51:45', 74, 97, 'refunds_comment54', '1986-06-17 17:17:30', 'guid54', 'tact54', 'c54', 0, 8, 1, 1, 0, 0, 1, 1, 0, 0, 'park_position54', 65, 'contract_manual54', 'contract_notice54', 'contract_payment_number54'),
(56, '', '1977-11-30 12:02:46', '2008-03-31 22:10:21', 9, 8, 63, 79, 58, 'user_securitynum55', '1985-10-05 17:10:09', 'contract_reserve55', '1997-02-19 03:55:54', '1995-06-01', '1994-05-23 23:32:04', 'contract_reduction55', '2007-08-11', '2012-09-09', 86, '1972-03-11', 'contract_taxid55', 6, '1995-03-23 03:07:58', 50, 99, 'refunds_comment55', '1979-08-19 03:54:29', 'guid55', 'tact55', 'c55', 1, 39, 28, 1, 0, 1, 0, 1, 0, 1, 'park_position55', 84, 'contract_manual55', 'contract_notice55', 'contract_payment_number55'),
(57, '浜田', '2016-10-20 04:33:22', '1979-06-27 10:20:28', 1, 98, 73, 75, 62, 'user_securitynum56', '2002-01-13 03:24:50', 'contract_reserve56', '1993-02-04 11:15:43', '2017-03-16', '2010-02-20 05:04:50', 'contract_reduction56', '1987-01-13', '1989-12-19', 98, '1990-05-14', 'contract_taxid56', 21, '1984-06-06 20:01:28', 26, 63, 'refunds_comment56', '1971-06-25 19:50:34', 'guid56', 'tact56', 'c56', 1, 25, 44, 1, 1, 0, 0, 0, 0, 0, 'park_position56', 60, 'contract_manual56', 'contract_notice56', 'contract_payment_number56'),
(58, '田中', '2009-05-13 13:32:48', '1979-08-04 10:29:18', 3, 22, 52, 58, 100, 'user_securitynum57', '1999-07-14 21:06:05', 'contract_reserve57', '2003-05-22 15:43:43', '1972-01-10', '1988-03-07 19:10:44', 'contract_reduction57', '2014-12-14', '1998-07-11', 84, '2013-12-07', 'contract_taxid57', 30, '1990-12-19 10:11:03', 26, 32, 'refunds_comment57', '1982-06-24 05:07:52', 'guid57', 'tact57', 'c57', 1, 38, 73, 0, 1, 1, 1, 0, 0, 0, 'park_position57', 32, 'contract_manual57', 'contract_notice57', 'contract_payment_number57'),
(59, '小泉', '1993-04-12 17:35:11', '2013-05-23 07:00:49', 4, 27, 38, 96, 98, 'user_securitynum58', '2002-06-26 22:48:24', 'contract_reserve58', '2005-07-19 05:02:27', '2016-04-10', '1996-06-03 04:45:56', 'contract_reduction58', '2002-01-01', '1996-12-29', 11, '1977-06-26', 'contract_taxid58', 14, '1975-12-08 23:23:27', 64, 68, 'refunds_comment58', '1991-12-12 03:09:37', 'guid58', 'tact58', 'c58', 1, 24, 80, 0, 1, 1, 0, 1, 0, 0, 'park_position58', 97, 'contract_manual58', 'contract_notice58', 'contract_payment_number58'),
(60, '野村', '2015-07-29 03:35:02', '1992-05-10 03:49:49', 9, 66, 10, 95, 94, 'user_securitynum59', '1982-04-03 01:41:01', 'contract_reserve59', '1985-01-01 22:02:27', '1977-07-20', '1992-09-01 23:07:51', 'contract_reduction59', '2016-10-15', '2005-11-05', 32, '1982-11-07', 'contract_taxid59', 26, '1992-06-23 17:22:24', 28, 76, 'refunds_comment59', '2001-12-04 18:52:49', 'guid59', 'tact59', 'c59', 0, 36, 38, 0, 0, 1, 0, 1, 1, 1, 'park_position59', 91, 'contract_manual59', 'contract_notice59', 'contract_payment_number59'),
(61, '松本', '1978-03-15 04:36:24', '1976-03-07 15:30:32', 1, 2, 61, 3, 85, 'user_securitynum60', '1989-08-09 10:52:31', 'contract_reserve60', '1985-02-03 19:07:40', '1978-05-19', '1998-10-23 20:32:49', 'contract_reduction60', '1993-09-19', '1996-09-22', 95, '2002-10-22', 'contract_taxid60', 58, '2007-02-14 02:34:55', 14, 10, 'refunds_comment60', '1979-10-02 18:11:03', 'guid60', 'tact60', 'c60', 1, 63, 64, 1, 1, 0, 1, 0, 1, 1, 'park_position60', 100, 'contract_manual60', 'contract_notice60', 'contract_payment_number60'),
(62, '高橋', '1986-05-17 05:20:13', '1983-01-20 02:04:23', 1, 43, 74, 28, 16, 'user_securitynum61', '2015-03-20 12:44:09', 'contract_reserve61', '1994-01-09 02:51:21', '2012-01-14', '1977-08-08 16:42:26', 'contract_reduction61', '1988-09-22', '2018-08-30', 59, '1971-03-14', 'contract_taxid61', 1, '2010-08-11 09:00:41', 56, 50, 'refunds_comment61', '1993-06-17 13:34:02', 'guid61', 'tact61', 'c61', 0, 82, 53, 0, 0, 1, 1, 1, 0, 1, 'park_position61', 97, 'contract_manual61', 'contract_notice61', 'contract_payment_number61'),
(63, '青田', '2006-07-23 12:43:13', '1985-05-22 11:10:30', 4, 29, 82, 7, 97, 'user_securitynum62', '1999-06-27 09:03:45', 'contract_reserve62', '1996-04-24 14:39:00', '2008-05-20', '1980-09-14 18:29:50', 'contract_reduction62', '2011-09-01', '1999-04-12', 8, '1986-09-27', 'contract_taxid62', 54, '1981-04-21 06:34:25', 25, 64, 'refunds_comment62', '2011-02-02 10:47:08', 'guid62', 'tact62', 'c62', 1, 34, 78, 1, 0, 0, 0, 1, 1, 1, 'park_position62', 50, 'contract_manual62', 'contract_notice62', 'contract_payment_number62'),
(64, '原田', '2003-03-07 02:52:10', '1993-02-24 15:34:54', 5, 52, 34, 56, 30, 'user_securitynum63', '1988-09-22 21:52:35', 'contract_reserve63', '1998-03-09 21:54:44', '2004-11-23', '1997-10-26 05:51:14', 'contract_reduction63', '2003-12-03', '2010-10-25', 88, '2006-11-20', 'contract_taxid63', 61, '1991-09-24 08:30:50', 73, 13, 'refunds_comment63', '2007-12-06 23:34:15', 'guid63', 'tact63', 'c63', 1, 5, 3, 1, 0, 0, 1, 0, 1, 1, 'park_position63', 43, 'contract_manual63', 'contract_notice63', 'contract_payment_number63'),
(65, '鈴木', '2005-12-31 13:17:07', '1975-03-26 02:09:49', 1, 74, 78, 44, 93, 'user_securitynum64', '2006-07-27 11:13:57', 'contract_reserve64', '1982-03-09 05:26:44', '2001-04-13', '1994-08-16 05:47:03', 'contract_reduction64', '2010-01-06', '1979-06-23', 55, '1993-06-01', 'contract_taxid64', 99, '2003-05-18 04:09:51', 59, 45, 'refunds_comment64', '1973-11-28 17:16:41', 'guid64', 'tact64', 'c64', 1, 15, 54, 0, 1, 1, 1, 1, 1, 1, 'park_position64', 69, 'contract_manual64', 'contract_notice64', 'contract_payment_number64'),
(66, '原田', '2010-01-08 04:28:01', '2016-01-14 06:20:36', 10, 5, 94, 85, 14, 'user_securitynum65', '1992-04-06 02:14:48', 'contract_reserve65', '1974-05-16 11:39:09', '1982-01-04', '2004-08-21 13:28:16', 'contract_reduction65', '1975-10-02', '2012-09-23', 56, '2010-06-14', 'contract_taxid65', 49, '2003-09-08 06:06:02', 46, 5, 'refunds_comment65', '1986-04-17 08:31:48', 'guid65', 'tact65', 'c65', 0, 74, 63, 1, 0, 1, 1, 0, 0, 0, 'park_position65', 69, 'contract_manual65', 'contract_notice65', 'contract_payment_number65'),
(67, '吉本', '2005-04-17 02:32:11', '1979-10-25 01:11:22', 4, 36, 69, 18, 10, 'user_securitynum66', '2002-10-03 23:41:11', 'contract_reserve66', '1987-07-29 00:04:33', '2011-06-19', '2000-02-05 01:06:17', 'contract_reduction66', '1987-10-16', '2016-04-11', 49, '1998-06-24', 'contract_taxid66', 40, '2015-02-09 16:30:47', 92, 99, 'refunds_comment66', '1990-04-25 10:18:11', 'guid66', 'tact66', 'c66', 0, 93, 18, 1, 1, 1, 0, 0, 1, 0, 'park_position66', 35, 'contract_manual66', 'contract_notice66', 'contract_payment_number66'),
(68, '井上', '1980-01-04 02:33:44', '1999-03-15 06:43:23', 3, 96, 17, 24, 61, 'user_securitynum67', '2001-12-29 23:51:41', 'contract_reserve67', '1975-05-13 18:26:00', '1990-08-13', '2002-03-31 05:09:48', 'contract_reduction67', '1986-06-15', '2008-09-27', 21, '1999-11-01', 'contract_taxid67', 68, '1977-08-28 09:52:23', 85, 94, 'refunds_comment67', '1988-11-16 07:26:56', 'guid67', 'tact67', 'c67', 1, 49, 97, 0, 0, 1, 1, 0, 1, 1, 'park_position67', 96, 'contract_manual67', 'contract_notice67', 'contract_payment_number67'),
(69, '桐山', '2011-08-22 07:05:20', '1990-01-23 02:47:08', 1, 24, 84, 18, 2, 'user_securitynum68', '1990-01-27 00:17:59', 'contract_reserve68', '1971-03-19 06:19:44', '1988-08-08', '1975-06-18 02:56:37', 'contract_reduction68', '1985-04-08', '1971-04-19', 22, '2002-07-29', 'contract_taxid68', 24, '2004-12-01 17:25:30', 78, 22, 'refunds_comment68', '2012-06-05 20:57:03', 'guid68', 'tact68', 'c68', 1, 36, 56, 1, 1, 1, 1, 0, 0, 1, 'park_position68', 98, 'contract_manual68', 'contract_notice68', 'contract_payment_number68'),
(70, '宮沢', '2001-03-22 02:05:42', '1991-10-29 16:24:48', 3, 36, 49, 99, 29, 'user_securitynum69', '2003-09-29 01:56:53', 'contract_reserve69', '1981-02-20 13:14:28', '1985-08-30', '1972-03-30 22:57:21', 'contract_reduction69', '1989-09-13', '2007-12-29', 21, '1995-02-04', 'contract_taxid69', 3, '1980-10-28 04:58:24', 65, 68, 'refunds_comment69', '1974-09-19 11:20:00', 'guid69', 'tact69', 'c69', 0, 82, 14, 1, 1, 0, 1, 0, 0, 0, 'park_position69', 65, 'contract_manual69', 'contract_notice69', 'contract_payment_number69'),
(71, '石田', '2008-08-02 12:28:39', '1982-09-08 23:08:26', 3, 16, 6, 37, 65, 'user_securitynum70', '2018-02-16 02:14:59', 'contract_reserve70', '1997-04-17 09:13:06', '1977-11-29', '2012-08-14 14:48:04', 'contract_reduction70', '1976-11-01', '1975-04-06', 92, '2005-12-20', 'contract_taxid70', 92, '2015-05-01 04:00:54', 80, 95, 'refunds_comment70', '1973-07-12 14:47:30', 'guid70', 'tact70', 'c70', 0, 35, 96, 0, 0, 1, 1, 0, 1, 1, 'park_position70', 79, 'contract_manual70', 'contract_notice70', 'contract_payment_number70'),
(72, '若松', '1980-07-30 22:55:32', '1973-05-15 13:44:00', 4, 75, 94, 96, 56, 'user_securitynum71', '1993-01-13 00:33:50', 'contract_reserve71', '1981-07-16 09:43:58', '1973-02-18', '2018-04-21 04:19:29', 'contract_reduction71', '2011-07-06', '1983-01-26', 98, '2004-01-20', 'contract_taxid71', 10, '1971-07-25 03:32:04', 20, 59, 'refunds_comment71', '2013-12-10 00:47:02', 'guid71', 'tact71', 'c71', 1, 62, 77, 0, 0, 0, 1, 0, 0, 1, 'park_position71', 26, 'contract_manual71', 'contract_notice71', 'contract_payment_number71'),
(73, '桐山', '1998-11-27 13:04:48', '2017-10-01 15:57:34', 3, 99, 38, 94, 94, 'user_securitynum72', '1992-10-23 01:41:15', 'contract_reserve72', '2011-11-21 13:52:36', '1970-05-07', '1976-10-29 21:18:34', 'contract_reduction72', '1972-04-19', '1991-02-02', 50, '1972-09-01', 'contract_taxid72', 54, '1995-04-25 23:13:52', 51, 10, 'refunds_comment72', '1974-11-03 01:15:59', 'guid72', 'tact72', 'c72', 0, 98, 58, 1, 1, 1, 1, 1, 1, 1, 'park_position72', 46, 'contract_manual72', 'contract_notice72', 'contract_payment_number72'),
(74, '小泉', '1996-08-16 23:07:42', '1987-08-14 13:35:03', 7, 82, 16, 1, 4, 'user_securitynum73', '1987-09-27 08:24:05', 'contract_reserve73', '1975-07-02 16:15:27', '1970-12-27', '1992-02-19 05:12:36', 'contract_reduction73', '2003-08-31', '1973-06-02', 59, '1991-11-06', 'contract_taxid73', 67, '1989-08-04 07:50:50', 86, 93, 'refunds_comment73', '2007-09-28 22:35:22', 'guid73', 'tact73', 'c73', 0, 74, 8, 1, 0, 1, 1, 1, 1, 0, 'park_position73', 6, 'contract_manual73', 'contract_notice73', 'contract_payment_number73'),
(75, '若松', '1976-03-18 19:42:27', '1992-12-28 01:24:03', 2, 61, 19, 1, 10, 'user_securitynum74', '2000-04-24 01:16:55', 'contract_reserve74', '1999-05-31 11:40:04', '1977-04-13', '1996-01-19 12:58:48', 'contract_reduction74', '1971-10-05', '2017-01-03', 5, '2007-05-21', 'contract_taxid74', 12, '2015-05-06 16:46:10', 89, 60, 'refunds_comment74', '2002-02-11 01:41:22', 'guid74', 'tact74', 'c74', 0, 76, 39, 1, 0, 0, 0, 0, 1, 1, 'park_position74', 88, 'contract_manual74', 'contract_notice74', 'contract_payment_number74'),
(76, '杉山', '2009-11-11 12:31:24', '1994-08-29 17:27:46', 2, 26, 92, 43, 11, 'user_securitynum75', '2017-06-15 09:50:57', 'contract_reserve75', '1999-04-30 20:01:59', '2001-04-28', '2004-08-25 13:34:36', 'contract_reduction75', '2017-02-22', '1973-05-25', 40, '1979-06-17', 'contract_taxid75', 42, '2012-04-23 14:08:12', 20, 41, 'refunds_comment75', '1980-10-29 16:04:38', 'guid75', 'tact75', 'c75', 1, 95, 12, 0, 1, 1, 0, 0, 0, 0, 'park_position75', 39, 'contract_manual75', 'contract_notice75', 'contract_payment_number75'),
(77, '松本', '1980-02-07 03:26:29', '1995-04-15 12:02:39', 10, 45, 76, 3, 45, 'user_securitynum76', '2013-07-19 06:47:48', 'contract_reserve76', '2018-08-23 05:43:33', '1983-12-03', '1970-08-01 11:46:59', 'contract_reduction76', '1981-03-21', '1977-02-23', 87, '1989-06-20', 'contract_taxid76', 44, '2000-05-15 10:11:11', 23, 35, 'refunds_comment76', '1989-03-29 15:21:18', 'guid76', 'tact76', 'c76', 0, 100, 38, 0, 1, 1, 0, 1, 0, 0, 'park_position76', 26, 'contract_manual76', 'contract_notice76', 'contract_payment_number76'),
(78, '渡辺', '1987-07-27 16:30:47', '1975-05-11 05:02:21', 6, 12, 61, 80, 94, 'user_securitynum77', '2017-04-26 18:59:45', 'contract_reserve77', '1976-05-06 20:21:51', '1970-11-26', '1972-02-13 05:47:56', 'contract_reduction77', '2003-12-10', '1991-07-08', 55, '2017-06-22', 'contract_taxid77', 65, '1986-01-22 16:25:35', 46, 34, 'refunds_comment77', '2000-04-30 10:28:33', 'guid77', 'tact77', 'c77', 1, 10, 37, 0, 0, 1, 0, 0, 1, 0, 'park_position77', 51, 'contract_manual77', 'contract_notice77', 'contract_payment_number77'),
(79, '佐々木', '1989-02-06 11:23:37', '1982-10-21 14:01:28', 10, 77, 63, 33, 75, 'user_securitynum78', '1992-02-04 10:12:46', 'contract_reserve78', '2002-08-08 06:14:00', '2010-04-21', '1971-11-29 18:19:01', 'contract_reduction78', '2010-10-26', '2002-08-15', 51, '1992-12-06', 'contract_taxid78', 8, '2014-12-02 14:27:47', 15, 2, 'refunds_comment78', '1976-06-26 01:58:57', 'guid78', 'tact78', 'c78', 0, 32, 75, 0, 1, 0, 0, 1, 1, 0, 'park_position78', 52, 'contract_manual78', 'contract_notice78', 'contract_payment_number78'),
(80, '宇野', '1973-10-07 14:12:10', '2008-10-23 14:30:27', 6, 10, 55, 38, 92, 'user_securitynum79', '1989-04-26 00:46:06', 'contract_reserve79', '1972-07-21 20:36:49', '1994-06-23', '1996-04-12 13:57:31', 'contract_reduction79', '1972-04-19', '2002-04-27', 62, '2016-12-18', 'contract_taxid79', 14, '1980-06-22 00:27:59', 25, 2, 'refunds_comment79', '1979-08-18 04:23:19', 'guid79', 'tact79', 'c79', 1, 63, 33, 0, 0, 1, 1, 0, 0, 0, 'park_position79', 91, 'contract_manual79', 'contract_notice79', 'contract_payment_number79'),
(81, '吉本', '1994-07-20 08:53:07', '1998-03-15 17:44:58', 7, 38, 74, 61, 43, 'user_securitynum80', '2017-10-13 11:56:35', 'contract_reserve80', '2013-08-13 02:28:28', '1996-01-14', '1981-10-21 14:33:11', 'contract_reduction80', '2000-10-25', '1988-06-15', 90, '2009-04-12', 'contract_taxid80', 43, '1986-08-16 20:30:32', 22, 41, 'refunds_comment80', '1997-03-23 10:38:24', 'guid80', 'tact80', 'c80', 1, 78, 71, 0, 1, 0, 0, 0, 0, 0, 'park_position80', 24, 'contract_manual80', 'contract_notice80', 'contract_payment_number80'),
(82, '西之園', '1973-09-24 18:04:10', '2013-08-20 10:06:28', 6, 49, 52, 97, 92, 'user_securitynum81', '1970-07-02 02:14:59', 'contract_reserve81', '2012-07-02 00:00:20', '1979-07-02', '1987-12-28 21:36:30', 'contract_reduction81', '1999-04-14', '1972-03-29', 64, '1980-02-07', 'contract_taxid81', 46, '1996-01-26 14:00:52', 14, 22, 'refunds_comment81', '2002-08-16 03:15:49', 'guid81', 'tact81', 'c81', 1, 9, 6, 1, 1, 1, 1, 0, 1, 0, 'park_position81', 1, 'contract_manual81', 'contract_notice81', 'contract_payment_number81'),
(83, '田中', '2013-11-14 21:02:12', '1987-09-27 10:27:05', 3, 24, 42, 47, 29, 'user_securitynum82', '1999-12-16 22:44:36', 'contract_reserve82', '2008-09-08 07:50:36', '1981-03-25', '2004-09-07 07:20:20', 'contract_reduction82', '1985-07-01', '1978-11-13', 53, '2017-12-17', 'contract_taxid82', 21, '1992-06-30 21:10:20', 15, 42, 'refunds_comment82', '1974-10-26 09:38:22', 'guid82', 'tact82', 'c82', 1, 27, 48, 1, 0, 0, 0, 1, 1, 0, 'park_position82', 49, 'contract_manual82', 'contract_notice82', 'contract_payment_number82'),
(84, '山田', '2008-06-21 16:18:18', '1995-05-02 06:30:08', 5, 41, 81, 92, 16, 'user_securitynum83', '2014-08-06 09:45:43', 'contract_reserve83', '1980-10-29 11:45:09', '2008-11-05', '2004-04-06 22:35:06', 'contract_reduction83', '1973-07-14', '1993-08-08', 10, '1995-05-05', 'contract_taxid83', 50, '2015-11-03 19:51:11', 84, 46, 'refunds_comment83', '1976-02-03 22:06:51', 'guid83', 'tact83', 'c83', 1, 5, 71, 0, 1, 0, 0, 1, 1, 1, 'park_position83', 67, 'contract_manual83', 'contract_notice83', 'contract_payment_number83'),
(85, '佐藤', '2008-11-08 14:34:01', '2009-10-29 20:46:45', 2, 77, 13, 3, 8, 'user_securitynum84', '1988-06-30 02:57:33', 'contract_reserve84', '1998-10-31 17:27:20', '1980-08-31', '1986-03-23 14:40:31', 'contract_reduction84', '1972-12-25', '2007-08-05', 10, '1977-08-02', 'contract_taxid84', 7, '1983-07-31 22:50:04', 5, 8, 'refunds_comment84', '1996-06-09 11:27:41', 'guid84', 'tact84', 'c84', 0, 32, 22, 0, 1, 0, 0, 1, 0, 1, 'park_position84', 5, 'contract_manual84', 'contract_notice84', 'contract_payment_number84'),
(86, '山口', '1990-06-16 08:55:21', '1978-08-09 01:24:08', 9, 45, 81, 1, 93, 'user_securitynum85', '1995-09-19 19:42:43', 'contract_reserve85', '2005-04-25 10:30:02', '2003-12-12', '1974-03-14 23:15:56', 'contract_reduction85', '2012-07-05', '2010-11-27', 5, '2001-07-23', 'contract_taxid85', 28, '1986-08-21 19:57:56', 4, 15, 'refunds_comment85', '1971-04-27 08:55:13', 'guid85', 'tact85', 'c85', 1, 40, 14, 0, 1, 1, 0, 1, 1, 0, 'park_position85', 64, 'contract_manual85', 'contract_notice85', 'contract_payment_number85'),
(87, '三宅', '2014-05-11 05:56:02', '2009-06-30 00:15:49', 1, 14, 77, 31, 76, 'user_securitynum86', '1980-01-26 01:09:19', 'contract_reserve86', '1971-02-07 05:59:01', '1996-02-04', '1992-05-02 21:50:52', 'contract_reduction86', '1992-10-02', '1995-08-18', 10, '1973-10-19', 'contract_taxid86', 100, '2010-12-26 20:25:11', 3, 2, 'refunds_comment86', '1991-10-18 05:50:57', 'guid86', 'tact86', 'c86', 1, 69, 53, 1, 0, 0, 1, 1, 0, 0, 'park_position86', 7, 'contract_manual86', 'contract_notice86', 'contract_payment_number86'),
(88, '田中', '2003-10-13 16:26:31', '2010-07-27 19:34:07', 8, 51, 61, 91, 33, 'user_securitynum87', '2008-01-05 02:46:47', 'contract_reserve87', '2005-12-20 09:37:41', '2008-02-19', '2007-07-01 08:07:56', 'contract_reduction87', '2014-07-02', '2000-09-03', 26, '1990-01-26', 'contract_taxid87', 50, '1987-06-12 17:46:18', 8, 44, 'refunds_comment87', '2011-09-17 09:35:42', 'guid87', 'tact87', 'c87', 1, 6, 33, 1, 0, 1, 1, 0, 1, 1, 'park_position87', 18, 'contract_manual87', 'contract_notice87', 'contract_payment_number87'),
(89, '近藤', '1997-07-06 06:00:59', '2003-01-22 06:32:38', 9, 21, 45, 81, 60, 'user_securitynum88', '1977-05-18 13:26:52', 'contract_reserve88', '2009-12-21 20:16:49', '2002-03-07', '2015-12-23 06:16:56', 'contract_reduction88', '2002-01-13', '1999-01-25', 62, '1981-10-05', 'contract_taxid88', 81, '1980-04-16 08:34:09', 49, 70, 'refunds_comment88', '1979-07-06 03:32:10', 'guid88', 'tact88', 'c88', 1, 84, 62, 0, 1, 1, 1, 0, 0, 0, 'park_position88', 99, 'contract_manual88', 'contract_notice88', 'contract_payment_number88'),
(90, '大垣', '1998-04-21 21:54:04', '1975-10-28 00:28:03', 2, 39, 69, 69, 24, 'user_securitynum89', '2012-12-27 19:29:56', 'contract_reserve89', '1989-11-19 17:12:41', '2016-04-14', '1972-09-01 23:33:49', 'contract_reduction89', '1990-11-03', '1991-04-12', 54, '1985-03-03', 'contract_taxid89', 2, '2011-05-06 09:31:28', 70, 57, 'refunds_comment89', '1999-11-04 18:43:54', 'guid89', 'tact89', 'c89', 0, 3, 82, 1, 1, 0, 0, 1, 1, 0, 'park_position89', 6, 'contract_manual89', 'contract_notice89', 'contract_payment_number89'),
(91, '小泉', '1983-12-05 14:20:16', '1977-02-02 12:51:41', 7, 81, 4, 78, 20, 'user_securitynum90', '1978-02-12 03:18:46', 'contract_reserve90', '1979-03-21 20:13:18', '1980-10-16', '2000-04-22 19:12:34', 'contract_reduction90', '1971-02-25', '2018-05-24', 34, '1997-02-18', 'contract_taxid90', 96, '1993-02-21 07:39:02', 81, 49, 'refunds_comment90', '1975-01-07 05:48:05', 'guid90', 'tact90', 'c90', 1, 10, 36, 1, 1, 0, 0, 0, 0, 1, 'park_position90', 66, 'contract_manual90', 'contract_notice90', 'contract_payment_number90'),
(92, '野村', '1983-03-30 21:08:46', '2006-09-22 09:43:07', 5, 27, 94, 94, 74, 'user_securitynum91', '1974-01-22 06:40:31', 'contract_reserve91', '2000-09-26 15:00:49', '1975-02-06', '1972-01-13 21:52:28', 'contract_reduction91', '1988-10-18', '2003-08-21', 82, '2010-05-27', 'contract_taxid91', 41, '1980-01-30 11:34:33', 50, 100, 'refunds_comment91', '1976-04-02 09:41:09', 'guid91', 'tact91', 'c91', 1, 65, 64, 1, 1, 0, 1, 0, 1, 0, 'park_position91', 91, 'contract_manual91', 'contract_notice91', 'contract_payment_number91'),
(93, '加納', '2006-08-30 18:11:33', '2009-03-10 15:56:45', 5, 85, 82, 33, 71, 'user_securitynum92', '1990-11-11 01:01:01', 'contract_reserve92', '1977-06-02 16:01:31', '1970-07-15', '1972-02-22 17:48:37', 'contract_reduction92', '2009-11-24', '2013-01-02', 11, '1981-07-28', 'contract_taxid92', 23, '2011-06-14 16:07:48', 75, 92, 'refunds_comment92', '2016-02-02 16:12:56', 'guid92', 'tact92', 'c92', 0, 6, 78, 1, 0, 0, 1, 1, 1, 1, 'park_position92', 97, 'contract_manual92', 'contract_notice92', 'contract_payment_number92'),
(94, '斉藤', '1973-06-17 01:05:02', '1997-06-02 10:15:16', 7, 19, 50, 59, 9, 'user_securitynum93', '1973-09-16 08:19:45', 'contract_reserve93', '1986-01-02 16:50:47', '1990-10-25', '2009-05-07 19:53:56', 'contract_reduction93', '2014-10-05', '2007-07-28', 54, '1971-01-01', 'contract_taxid93', 5, '1981-01-26 21:33:03', 4, 85, 'refunds_comment93', '2003-01-11 20:44:37', 'guid93', 'tact93', 'c93', 1, 32, 23, 0, 0, 0, 0, 0, 0, 1, 'park_position93', 73, 'contract_manual93', 'contract_notice93', 'contract_payment_number93');
INSERT INTO `regular_contract` (`contract_id`, `contract_qr_id`, `created_at`, `updated_at`, `user_id`, `user_categoryid`, `reserve_id`, `park_id`, `price_parkplaceid`, `user_securitynum`, `reserve_date`, `contract_reserve`, `contract_created_at`, `contract_updated_at`, `contract_cancelday`, `contract_reduction`, `contract_periods`, `contract_periode`, `enable_months`, `printable_date`, `contract_taxid`, `billing_amount`, `contract_payment_day`, `contract_money`, `refunds`, `refunds_comment`, `repayment_at`, `contact_guid`, `contact_shop_code`, `contract_cvs_class`, `contract_flag`, `settlement_transaction_id`, `contract_seal_issue`, `seal_reissue_request`, `update_flag`, `contract_permission`, `contract_cancel_flag`, `800m_flag`, `tag_qr_flag`, `tag_change_flag`, `park_position`, `ope_id`, `contract_manual`, `contract_notice`, `contract_payment_number`) VALUES
(95, '廣川', '1970-11-11 10:57:55', '2012-09-11 03:20:15', 5, 29, 96, 32, 32, 'user_securitynum94', '1992-06-23 01:18:00', 'contract_reserve94', '1981-09-18 09:35:49', '1982-04-19', '2005-04-22 00:09:39', 'contract_reduction94', '2002-12-10', '2016-10-29', 26, '1993-12-13', 'contract_taxid94', 89, '2006-04-29 22:38:04', 10, 47, 'refunds_comment94', '1993-03-16 04:47:23', 'guid94', 'tact94', 'c94', 0, 65, 61, 0, 1, 1, 1, 0, 0, 0, 'park_position94', 67, 'contract_manual94', 'contract_notice94', 'contract_payment_number94'),
(96, '村山', '1972-04-05 23:25:06', '1990-03-15 11:42:02', 1, 50, 30, 91, 41, 'user_securitynum95', '1991-04-03 09:08:08', 'contract_reserve95', '1984-01-18 07:49:58', '1974-08-15', '1977-11-13 01:49:03', 'contract_reduction95', '1996-11-03', '1977-01-09', 64, '1976-10-08', 'contract_taxid95', 53, '2001-02-10 03:37:50', 65, 74, 'refunds_comment95', '1980-11-12 00:58:18', 'guid95', 'tact95', 'c95', 1, 58, 93, 0, 1, 0, 0, 1, 0, 0, 'park_position95', 22, 'contract_manual95', 'contract_notice95', 'contract_payment_number95'),
(97, '吉本', '1983-02-17 14:46:39', '1995-07-17 17:58:49', 7, 62, 88, 73, 77, 'user_securitynum96', '1972-06-29 18:17:37', 'contract_reserve96', '2011-05-27 16:05:57', '2010-06-23', '1975-06-21 07:49:34', 'contract_reduction96', '1994-06-23', '1986-01-31', 46, '2002-09-29', 'contract_taxid96', 3, '2017-07-22 17:36:59', 24, 88, 'refunds_comment96', '1985-01-16 15:07:54', 'guid96', 'tact96', 'c96', 1, 92, 72, 0, 1, 0, 1, 0, 1, 1, 'park_position96', 44, 'contract_manual96', 'contract_notice96', 'contract_payment_number96'),
(98, '大垣', '1986-02-05 21:12:20', '1982-06-28 11:58:32', 5, 2, 87, 40, 43, 'user_securitynum97', '2003-12-08 22:46:24', 'contract_reserve97', '1971-04-21 16:57:47', '1985-03-20', '2016-09-14 06:27:29', 'contract_reduction97', '1992-12-24', '1971-12-18', 29, '2012-07-25', 'contract_taxid97', 23, '2012-11-08 11:37:05', 55, 31, 'refunds_comment97', '2001-05-19 17:27:00', 'guid97', 'tact97', 'c97', 1, 21, 75, 1, 0, 0, 1, 0, 1, 0, 'park_position97', 97, 'contract_manual97', 'contract_notice97', 'contract_payment_number97'),
(99, '大垣', '1992-06-23 23:27:30', '1974-08-13 20:41:01', 1, 33, 60, 46, 90, 'user_securitynum98', '1971-01-22 16:40:23', 'contract_reserve98', '2000-05-31 00:22:39', '1996-07-11', '2000-07-18 22:47:32', 'contract_reduction98', '2005-06-28', '1992-05-26', 50, '2002-07-04', 'contract_taxid98', 22, '1983-07-18 02:21:13', 62, 68, 'refunds_comment98', '2004-12-16 05:21:59', 'guid98', 'tact98', 'c98', 0, 71, 8, 1, 0, 0, 1, 0, 1, 0, 'park_position98', 38, 'contract_manual98', 'contract_notice98', 'contract_payment_number98'),
(100, '山本', '1993-02-25 18:58:14', '1983-03-24 22:22:14', 2, 57, 45, 65, 77, 'user_securitynum99', '2004-08-10 09:55:26', 'contract_reserve99', '1973-02-13 05:11:37', '1971-06-26', '1991-03-27 06:33:55', 'contract_reduction99', '1999-10-10', '1981-10-18', 41, '2012-12-20', 'contract_taxid99', 80, '2007-03-04 13:03:21', 45, 24, 'refunds_comment99', '2009-01-17 09:23:42', 'guid99', 'tact99', 'c99', 1, 26, 82, 1, 1, 0, 1, 0, 1, 1, 'park_position99', 23, 'contract_manual99', 'contract_notice99', 'contract_payment_number99');
-- --------------------------------------------------------
--
-- 表的结构 `regular_type`
--
CREATE TABLE `regular_type` (
`regular_type_id` int(10) UNSIGNED NOT NULL,
`city_id` int(10) UNSIGNED DEFAULT NULL,
`regular_class_1` tinyint(1) DEFAULT NULL,
`regular_class_2` tinyint(1) DEFAULT NULL,
`regular_class_3` tinyint(1) DEFAULT NULL,
`regular_class_6` tinyint(1) DEFAULT NULL,
`regular_class_12` tinyint(1) DEFAULT NULL,
`memo` varchar(255) DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
`operator_id` int(10) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
--
-- 转存表中的数据 `regular_type`
--
INSERT INTO `regular_type` (`regular_type_id`, `city_id`, `regular_class_1`, `regular_class_2`, `regular_class_3`, `regular_class_6`, `regular_class_12`, `memo`, `created_at`, `updated_at`, `operator_id`) VALUES
(1, 20, 1, 1, 1, 1, 1, 'memo0', '1980-06-10 16:13:22', '2005-03-28 01:27:50', 13),
(2, 16, 0, 1, 1, 0, 0, 'memo1', '2008-04-17 10:21:09', '1997-07-19 01:40:56', 46),
(3, 38, 0, 1, 1, 1, 1, 'memo2', '1976-05-08 14:47:09', '2005-07-14 09:31:18', 5),
(4, 18, 1, 0, 0, 0, 1, 'memo3', '1990-01-09 12:46:08', '2003-03-02 16:53:52', 91),
(5, 5, 1, 0, 1, 0, 1, 'memo4', '2012-12-24 02:00:09', '1991-06-21 01:43:54', 30),
(6, 18, 1, 1, 1, 0, 1, 'memo5', '2001-07-29 11:18:31', '1985-11-25 23:13:20', 59),
(7, 10, 1, 0, 1, 0, 0, 'memo6', '2016-01-17 08:47:15', '1972-11-26 18:37:30', 1),
(8, 22, 1, 1, 0, 1, 1, 'memo7', '1982-07-07 23:16:15', '2011-08-14 08:18:57', 48),
(9, 6, 0, 1, 1, 1, 1, 'memo8', '1997-05-03 03:25:08', '1987-08-31 12:28:04', 95),
(10, 15, 0, 1, 1, 1, 1, 'memo9', '2005-09-26 05:24:47', '2012-05-22 22:28:15', 57),
(11, 43, 0, 1, 0, 1, 0, 'memo10', '1984-07-05 23:27:47', '2004-06-22 18:54:38', 64),
(12, 7, 0, 1, 0, 1, 0, 'memo11', '1987-04-07 07:29:24', '2018-09-21 04:47:22', 95),
(13, 19, 0, 1, 1, 0, 0, 'memo12', '2006-03-07 04:50:11', '1984-03-06 20:03:31', 35),
(14, 40, 1, 1, 0, 1, 0, 'memo13', '2014-02-20 03:32:18', '1981-11-30 22:38:42', 75),
(15, 38, 0, 1, 0, 1, 0, 'memo14', '2011-12-15 06:27:37', '1973-05-27 23:33:15', 59),
(16, 40, 1, 1, 1, 1, 0, 'memo15', '1979-07-20 03:28:52', '1970-01-26 09:20:55', 11),
(17, 34, 0, 1, 1, 0, 1, 'memo16', '1978-02-01 13:15:08', '1974-12-26 14:01:24', 69),
(18, 7, 1, 1, 0, 1, 1, 'memo17', '2016-06-26 07:41:18', '1993-10-09 04:22:25', 44),
(19, 24, 1, 1, 1, 0, 0, 'memo18', '1992-03-17 04:13:15', '1981-01-22 02:35:48', 86),
(20, 13, 1, 1, 1, 1, 0, 'memo19', '2003-03-16 19:26:08', '2005-09-02 18:07:48', 58),
(21, 13, 1, 1, 0, 1, 0, 'memo20', '2001-10-10 06:40:43', '1984-10-16 03:15:23', 89),
(22, 23, 0, 1, 0, 0, 0, 'memo21', '2017-10-24 00:18:31', '2007-09-25 21:47:54', 7),
(23, 2, 1, 0, 1, 0, 1, 'memo22', '2016-04-11 18:05:24', '1996-08-15 05:15:36', 34),
(24, 32, 0, 1, 1, 1, 1, 'memo23', '1971-06-29 23:32:07', '1971-08-25 21:04:00', 76),
(25, 47, 0, 0, 0, 1, 1, 'memo24', '1993-12-24 23:05:50', '1974-12-18 15:54:02', 47),
(26, 46, 0, 0, 0, 1, 1, 'memo25', '1982-11-14 01:10:55', '1974-07-26 08:43:47', 98),
(27, 14, 1, 0, 1, 0, 1, 'memo26', '2000-03-17 10:16:53', '2012-07-26 11:00:57', 61),
(28, 46, 0, 1, 1, 1, 0, 'memo27', '2008-03-23 04:25:55', '2002-09-27 22:43:08', 69),
(29, 39, 0, 1, 0, 1, 0, 'memo28', '2004-12-05 22:49:08', '1977-05-10 21:19:43', 37),
(30, 5, 1, 0, 0, 0, 1, 'memo29', '1989-05-01 19:03:15', '1976-02-09 04:15:03', 33),
(31, 36, 0, 0, 1, 1, 1, 'memo30', '1996-08-03 22:01:50', '2018-07-04 16:31:56', 76),
(32, 7, 1, 1, 0, 0, 0, 'memo31', '2006-09-13 06:42:59', '2006-01-29 15:30:47', 44),
(33, 29, 0, 0, 1, 1, 1, 'memo32', '1982-03-31 13:20:33', '2014-04-19 10:53:16', 54),
(34, 47, 0, 1, 0, 0, 1, 'memo33', '1984-10-07 08:26:07', '2017-02-11 06:58:02', 94),
(35, 33, 0, 1, 0, 0, 0, 'memo34', '1975-05-27 10:28:35', '1976-11-11 10:49:17', 86),
(36, 4, 1, 1, 1, 0, 0, 'memo35', '1990-02-04 22:24:16', '1986-07-15 22:31:24', 93),
(37, 33, 0, 0, 1, 1, 0, 'memo36', '2012-09-29 00:28:18', '2006-11-18 08:56:12', 8),
(38, 14, 0, 1, 1, 1, 1, 'memo37', '1975-05-04 22:00:52', '2006-05-11 21:07:46', 13),
(39, 25, 0, 1, 1, 1, 1, 'memo38', '2001-05-26 08:26:59', '2006-10-19 15:21:44', 8),
(40, 34, 0, 1, 0, 1, 0, 'memo39', '1977-12-21 07:18:10', '1999-10-04 22:04:21', 58),
(41, 15, 0, 0, 1, 0, 1, 'memo40', '2003-12-11 00:45:42', '1972-02-20 11:51:44', 33),
(42, 22, 0, 1, 1, 1, 1, 'memo41', '1973-10-28 11:16:53', '1973-01-31 05:44:47', 31),
(43, 2, 0, 1, 0, 0, 0, 'memo42', '1981-05-23 21:54:18', '2001-10-25 18:22:44', 32),
(44, 43, 0, 0, 1, 0, 0, 'memo43', '1982-02-01 00:46:16', '2001-03-31 07:28:22', 12),
(45, 11, 1, 1, 0, 1, 1, 'memo44', '1983-06-10 02:37:35', '1972-03-05 16:05:51', 49),
(46, 1, 1, 1, 1, 1, 0, 'memo45', '1995-07-20 00:52:06', '1984-09-19 06:59:02', 34),
(47, 2, 0, 1, 0, 0, 1, 'memo46', '1994-02-27 18:41:07', '1983-03-11 20:00:36', 66),
(48, 30, 0, 1, 0, 1, 1, 'memo47', '2015-12-26 05:50:00', '2013-10-22 07:26:26', 77),
(49, 45, 0, 0, 0, 0, 0, 'memo48', '1993-12-29 00:20:02', '1975-07-19 18:10:09', 50),
(50, 15, 0, 0, 1, 0, 1, 'memo49', '2001-09-09 22:46:43', '1986-10-27 16:50:58', 19),
(51, 4, 0, 1, 1, 0, 0, 'memo50', '2015-02-13 00:00:03', '2006-12-30 12:55:18', 8),
(52, 20, 1, 1, 1, 0, 1, 'memo51', '1995-01-19 18:46:23', '1978-02-12 01:09:55', 84),
(53, 38, 0, 1, 0, 1, 0, 'memo52', '1999-07-17 14:46:31', '2016-10-29 17:15:14', 45),
(54, 11, 0, 0, 1, 0, 1, 'memo53', '1995-08-20 13:47:14', '1971-10-18 20:46:41', 35),
(55, 5, 0, 0, 1, 0, 0, 'memo54', '2015-12-12 15:15:44', '1973-09-12 11:57:07', 10),
(56, 29, 0, 0, 1, 0, 0, 'memo55', '1991-03-27 18:34:36', '2016-07-27 05:56:35', 39),
(57, 47, 1, 1, 0, 0, 0, 'memo56', '1978-10-25 00:39:53', '1990-07-02 16:00:40', 44),
(58, 41, 1, 1, 0, 1, 1, 'memo57', '1975-01-29 22:34:00', '1979-08-21 11:40:45', 21),
(59, 15, 1, 0, 0, 0, 0, 'memo58', '1970-10-20 09:02:59', '1982-08-24 04:41:11', 5),
(60, 40, 1, 1, 1, 1, 1, 'memo59', '2005-10-10 22:28:26', '1995-10-09 15:06:47', 77),
(61, 46, 0, 1, 0, 0, 0, 'memo60', '2006-01-30 09:48:37', '2014-05-20 07:37:05', 27),
(62, 41, 0, 0, 1, 0, 1, 'memo61', '1986-11-14 19:49:53', '1971-05-11 13:52:37', 53),
(63, 12, 0, 1, 0, 0, 1, 'memo62', '1979-12-14 14:55:39', '1995-07-01 12:33:52', 40),
(64, 30, 0, 1, 0, 0, 1, 'memo63', '1988-03-19 04:48:51', '1976-03-07 11:39:26', 64),
(65, 37, 1, 0, 1, 0, 0, 'memo64', '2002-07-05 04:50:32', '1988-05-20 20:33:36', 44),
(66, 32, 0, 0, 1, 0, 1, 'memo65', '2016-07-30 22:23:19', '2017-07-05 07:34:30', 55),
(67, 38, 0, 1, 0, 1, 0, 'memo66', '1993-01-26 08:38:43', '2012-01-15 22:14:13', 42),
(68, 2, 1, 0, 0, 0, 1, 'memo67', '2018-03-24 05:59:23', '2011-04-20 18:17:30', 44),
(69, 3, 0, 1, 1, 1, 0, 'memo68', '1989-11-19 03:35:12', '1981-10-12 05:31:29', 27),
(70, 47, 0, 1, 1, 1, 1, 'memo69', '2007-10-08 01:46:20', '1992-05-14 05:44:23', 75),
(71, 15, 1, 1, 1, 0, 1, 'memo70', '1990-05-06 04:34:10', '2017-05-15 02:45:14', 10),
(72, 33, 0, 1, 1, 1, 1, 'memo71', '1991-02-25 10:05:32', '1981-11-25 23:35:17', 31),
(73, 34, 0, 0, 0, 0, 0, 'memo72', '1992-01-17 11:04:36', '2000-11-04 10:42:16', 58),
(74, 19, 1, 0, 0, 1, 1, 'memo73', '2009-10-19 17:32:04', '1974-08-15 01:12:33', 70),
(75, 48, 1, 0, 1, 1, 0, 'memo74', '1970-04-18 00:48:59', '2018-10-27 15:27:17', 96),
(76, 28, 0, 1, 0, 1, 0, 'memo75', '2015-12-16 06:55:29', '2006-11-17 02:52:19', 14),
(77, 35, 1, 1, 1, 0, 1, 'memo76', '2011-02-19 14:59:22', '1991-08-18 01:34:37', 74),
(78, 4, 0, 1, 0, 0, 1, 'memo77', '1991-05-06 23:45:08', '1991-04-26 13:25:50', 18),
(79, 4, 1, 1, 0, 0, 1, 'memo78', '1983-09-08 04:06:11', '1976-12-04 08:17:55', 48),
(80, 9, 1, 0, 0, 1, 0, 'memo79', '1986-10-26 17:54:14', '1970-04-07 14:59:42', 84),
(81, 30, 1, 1, 1, 0, 1, 'memo80', '2009-10-30 19:55:05', '1999-09-14 22:57:02', 23),
(82, 46, 0, 0, 1, 1, 0, 'memo81', '1997-03-03 03:17:41', '2008-11-17 10:03:03', 2),
(83, 42, 0, 0, 1, 1, 0, 'memo82', '2003-03-29 19:54:58', '1986-06-23 11:15:43', 37),
(84, 24, 1, 0, 0, 0, 0, 'memo83', '2008-09-04 01:29:12', '2002-05-03 04:50:09', 73),
(85, 3, 0, 0, 0, 1, 1, 'memo84', '2000-08-14 14:09:10', '2002-11-20 13:36:23', 30),
(86, 29, 0, 0, 1, 1, 0, 'memo85', '2013-11-11 14:16:47', '1984-11-24 15:17:51', 76),
(87, 25, 0, 0, 0, 0, 0, 'memo86', '1987-11-13 03:37:26', '1999-03-03 21:30:56', 97),
(88, 37, 1, 1, 1, 0, 0, 'memo87', '2015-02-03 11:14:16', '1970-08-31 05:53:46', 9),
(89, 48, 1, 0, 1, 1, 1, 'memo88', '2009-01-05 21:28:00', '2009-10-08 22:23:03', 95),
(90, 26, 0, 0, 0, 1, 1, 'memo89', '1979-03-30 19:30:08', '1975-05-28 19:41:53', 53),
(91, 13, 0, 1, 1, 0, 1, 'memo90', '1970-12-24 03:41:21', '1971-05-04 16:15:07', 88),
(92, 20, 1, 1, 1, 0, 0, 'memo91', '2014-06-04 08:32:38', '2018-09-12 23:52:48', 3),
(93, 40, 0, 0, 0, 0, 0, 'memo92', '1981-07-27 11:07:43', '1999-06-30 10:25:35', 78),
(94, 6, 1, 0, 1, 0, 0, 'memo93', '1976-09-11 05:15:22', '1996-11-07 17:32:35', 81),
(95, 38, 0, 0, 1, 1, 1, 'memo94', '1999-12-28 11:28:14', '1981-01-27 18:13:59', 11),
(96, 48, 0, 0, 1, 1, 1, 'memo95', '1974-11-18 06:26:32', '1976-09-14 20:12:42', 79),
(97, 39, 1, 1, 0, 1, 0, 'memo96', '2012-10-23 07:56:47', '2000-08-16 19:28:04', 7),
(98, 42, 1, 1, 1, 1, 0, 'memo97', '2006-08-23 05:10:43', '1975-03-30 16:00:48', 80),
(99, 40, 0, 1, 1, 0, 0, 'memo98', '1979-10-25 18:11:43', '1998-02-09 01:15:05', 73),
(100, 15, 0, 1, 0, 1, 0, 'memo99', '2003-11-09 03:37:44', '1989-10-22 15:39:39', 52);
-- --------------------------------------------------------
--
-- 表的结构 `reserve`
--
CREATE TABLE `reserve` (
`reserve_id` int(10) UNSIGNED NOT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
`contract_id` int(10) UNSIGNED DEFAULT NULL,
`user_categoryid` int(10) UNSIGNED DEFAULT NULL,
`user_id` int(10) UNSIGNED DEFAULT NULL,
`park_id` int(10) UNSIGNED DEFAULT NULL,
`price_parkplaceid` int(10) UNSIGNED DEFAULT NULL,
`psection_id` int(10) UNSIGNED DEFAULT NULL,
`reserve_date` datetime DEFAULT NULL,
`reserve_start` date DEFAULT NULL,
`reserve_end` date DEFAULT NULL,
`reserve_reduction` varchar(255) DEFAULT NULL,
`reserve_auto_remind` date DEFAULT NULL,
`reserve_manual_remind` date DEFAULT NULL,
`800m_flag` tinyint(1) DEFAULT NULL,
`reserve_cancelday` date DEFAULT NULL,
`valid_flag` tinyint(1) DEFAULT NULL,
`ope_id` int(10) UNSIGNED DEFAULT NULL,
`reserve_manual` tinyint(1) DEFAULT NULL,
`reserve_notice` varchar(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
--
-- 转存表中的数据 `reserve`
--
INSERT INTO `reserve` (`reserve_id`, `created_at`, `updated_at`, `contract_id`, `user_categoryid`, `user_id`, `park_id`, `price_parkplaceid`, `psection_id`, `reserve_date`, `reserve_start`, `reserve_end`, `reserve_reduction`, `reserve_auto_remind`, `reserve_manual_remind`, `800m_flag`, `reserve_cancelday`, `valid_flag`, `ope_id`, `reserve_manual`, `reserve_notice`) VALUES
(1, '2003-09-28 03:55:56', '1993-10-06 17:20:03', 96, 6, 90, 94, 5, 31, '1982-02-15 11:56:06', '1985-05-10', '2016-11-18', 'reserve_reduction0', '1989-09-01', '2001-02-12', 1, '2018-03-29', 0, 81, 92, 'reserve0'),
(2, '2018-01-21 20:54:30', '2007-10-27 23:10:40', 11, 51, 51, 27, 64, 92, '1980-06-25 16:57:52', '1995-09-29', '1983-06-26', 'reserve_reduction1', '1996-06-08', '1998-09-10', 1, '1976-07-31', 1, 5, 89, 'reserve1'),
(3, '1990-11-06 14:06:44', '2004-09-13 12:13:47', 29, 9, 65, 14, 87, 26, '1975-04-26 18:12:20', '1970-08-04', '1970-04-11', 'reserve_reduction2', '1976-12-11', '1994-01-19', 0, '1990-02-28', 0, 33, 58, 'reserve2'),
(4, '1998-04-05 15:04:45', '2006-05-18 14:59:31', 77, 26, 73, 14, 7, 69, '1981-02-23 11:51:52', '1987-01-18', '1999-04-02', 'reserve_reduction3', '1989-09-10', '2018-09-05', 0, '1971-08-02', 1, 49, 53, 'reserve3'),
(5, '1987-09-23 02:37:06', '1971-05-29 05:56:34', 75, 95, 18, 9, 97, 41, '2013-12-09 00:44:02', '1982-07-03', '2005-11-02', 'reserve_reduction4', '2002-03-05', '1996-03-21', 0, '1981-04-09', 0, 22, 8, 'reserve4'),
(6, '1985-11-14 07:35:22', '2013-06-16 12:05:40', 27, 75, 30, 74, 91, 12, '1993-11-08 19:01:05', '2016-09-05', '1974-10-12', 'reserve_reduction5', '2010-05-21', '2009-06-28', 0, '1988-02-02', 0, 81, 24, 'reserve5'),
(7, '2018-01-23 19:57:50', '1978-04-27 00:19:17', 100, 8, 22, 5, 6, 17, '1979-06-24 20:51:40', '1980-07-17', '2007-06-23', 'reserve_reduction6', '1987-03-21', '1983-02-19', 1, '2006-05-04', 0, 48, 44, 'reserve6'),
(8, '1979-01-06 04:05:43', '1972-09-26 16:35:01', 7, 52, 97, 46, 100, 75, '1981-07-31 02:05:29', '1997-02-28', '2003-02-15', 'reserve_reduction7', '1974-01-17', '1977-01-09', 0, '1993-01-17', 0, 15, 55, 'reserve7'),
(9, '2011-08-06 09:03:00', '1991-07-28 23:02:34', 58, 5, 81, 28, 56, 28, '1978-01-21 22:16:29', '1973-11-20', '1986-07-20', 'reserve_reduction8', '1972-09-18', '2002-07-15', 1, '1985-04-08', 1, 72, 55, 'reserve8'),
(10, '1995-04-09 23:57:42', '1991-09-29 08:21:13', 25, 5, 67, 82, 58, 42, '2015-12-27 06:50:06', '1976-04-09', '2012-03-01', 'reserve_reduction9', '1980-04-17', '1980-05-19', 0, '2003-03-24', 0, 41, 51, 'reserve9'),
(11, '2004-07-19 14:32:56', '1990-02-26 14:58:21', 90, 29, 41, 47, 38, 81, '1988-12-09 23:58:09', '1975-07-07', '1992-09-17', 'reserve_reduction10', '1991-07-25', '2003-10-02', 1, '1978-04-04', 1, 23, 68, 'reserve10'),
(12, '2003-10-15 08:12:57', '2001-01-28 23:57:44', 27, 13, 57, 69, 3, 55, '1971-05-04 20:06:03', '2009-07-18', '2016-08-14', 'reserve_reduction11', '2012-07-25', '1992-01-29', 0, '1995-05-25', 1, 21, 47, 'reserve11'),
(13, '2015-06-09 10:38:52', '2013-11-24 17:43:59', 56, 85, 79, 14, 83, 69, '1970-11-15 19:01:22', '2012-10-01', '2011-04-24', 'reserve_reduction12', '2005-10-24', '2013-05-30', 1, '2015-02-07', 0, 60, 94, 'reserve12'),
(14, '1991-05-24 19:23:20', '1970-06-18 10:42:02', 50, 28, 32, 95, 7, 65, '1990-03-05 09:45:07', '1980-02-29', '1989-08-17', 'reserve_reduction13', '2012-07-22', '1993-03-10', 0, '1990-01-03', 0, 55, 44, 'reserve13'),
(15, '1993-03-18 23:54:34', '1982-12-28 05:20:33', 56, 98, 86, 15, 51, 62, '1976-08-18 01:39:03', '1996-03-11', '1996-02-02', 'reserve_reduction14', '1970-10-04', '1994-03-17', 1, '1972-09-02', 1, 33, 86, 'reserve14'),
(16, '2004-05-23 06:51:07', '1972-10-22 13:47:06', 39, 77, 19, 91, 7, 90, '1973-06-29 23:22:29', '1982-10-27', '1975-07-07', 'reserve_reduction15', '2018-09-10', '2013-01-15', 1, '1972-06-22', 1, 30, 71, 'reserve15'),
(17, '1988-01-19 12:24:57', '1972-07-27 22:21:03', 1, 67, 78, 4, 18, 21, '2009-08-29 13:14:26', '2000-10-09', '2001-10-06', 'reserve_reduction16', '1979-06-10', '2011-10-15', 0, '1989-05-22', 1, 79, 53, 'reserve16'),
(18, '1971-09-17 15:59:08', '1972-02-07 23:14:03', 20, 16, 3, 55, 50, 61, '2004-02-02 12:36:27', '2008-02-13', '2013-08-30', 'reserve_reduction17', '1985-10-05', '2017-09-30', 1, '2011-11-04', 1, 8, 2, 'reserve17'),
(19, '1976-08-04 07:21:08', '1996-06-30 20:01:56', 88, 14, 32, 46, 54, 1, '1976-12-12 16:11:10', '1972-11-22', '2002-10-14', 'reserve_reduction18', '2001-09-02', '1979-07-04', 1, '2014-07-04', 0, 66, 89, 'reserve18'),
(20, '1970-02-21 07:05:24', '1986-01-16 08:29:24', 54, 31, 87, 47, 93, 61, '1999-04-09 04:54:41', '1987-08-29', '1977-03-06', 'reserve_reduction19', '1997-08-31', '1982-11-15', 0, '1984-07-28', 1, 18, 28, 'reserve19'),
(21, '2007-04-06 12:31:06', '1976-04-22 19:04:45', 34, 93, 89, 8, 77, 93, '1973-06-22 18:21:28', '2007-08-10', '1991-02-02', 'reserve_reduction20', '1998-12-16', '1996-11-17', 1, '2009-09-08', 1, 23, 21, 'reserve20'),
(22, '2010-11-28 12:51:13', '2006-07-28 08:07:41', 56, 10, 35, 74, 5, 47, '1992-09-22 03:23:04', '1971-12-31', '2017-07-18', 'reserve_reduction21', '2003-01-07', '2004-04-05', 0, '1972-12-18', 1, 15, 46, 'reserve21'),
(23, '2012-08-13 18:37:27', '2013-10-15 10:02:02', 99, 38, 2, 98, 4, 9, '1996-11-26 13:28:20', '2014-10-31', '1988-11-27', 'reserve_reduction22', '1992-02-18', '1978-04-13', 0, '2007-08-22', 1, 43, 21, 'reserve22'),
(24, '1985-09-27 11:35:31', '1994-06-06 17:26:09', 23, 6, 65, 92, 32, 88, '1998-11-14 15:20:28', '1970-06-18', '2003-12-29', 'reserve_reduction23', '1976-01-30', '2002-08-03', 1, '1986-08-03', 0, 53, 33, 'reserve23'),
(25, '1972-12-18 23:53:01', '1982-09-02 02:03:37', 43, 62, 51, 96, 93, 49, '1980-08-05 12:29:37', '1994-10-12', '1981-02-08', 'reserve_reduction24', '2005-10-25', '1981-10-19', 0, '1996-03-05', 1, 28, 12, 'reserve24'),
(26, '2016-09-14 17:04:28', '2018-03-04 01:49:01', 60, 2, 19, 71, 90, 43, '2007-06-30 10:57:11', '2010-08-08', '2003-07-01', 'reserve_reduction25', '2016-11-09', '2007-10-15', 0, '1977-01-09', 1, 82, 98, 'reserve25'),
(27, '2002-09-16 04:14:17', '1997-08-11 01:08:27', 68, 75, 7, 34, 73, 55, '1980-11-21 15:37:24', '1972-01-22', '1995-06-21', 'reserve_reduction26', '1975-01-13', '1973-03-17', 0, '2017-06-03', 0, 43, 7, 'reserve26'),
(28, '1974-09-28 01:52:54', '2002-08-23 22:57:36', 80, 75, 54, 96, 10, 95, '2014-11-30 17:10:39', '1993-04-15', '2016-12-17', 'reserve_reduction27', '1987-10-16', '1991-09-12', 0, '1992-06-19', 0, 38, 68, 'reserve27'),
(29, '2002-08-20 08:01:51', '1976-09-03 13:37:27', 21, 92, 3, 78, 94, 91, '1991-06-12 20:32:10', '1983-07-12', '1991-06-14', 'reserve_reduction28', '2006-12-29', '1994-05-09', 1, '2008-11-14', 0, 83, 38, 'reserve28'),
(30, '1976-10-24 17:22:10', '2003-07-10 12:21:20', 48, 34, 75, 77, 16, 48, '2001-02-16 13:57:43', '1975-01-17', '2007-04-13', 'reserve_reduction29', '1995-05-02', '1983-07-27', 1, '2006-12-30', 1, 16, 21, 'reserve29'),
(31, '2015-08-05 12:01:40', '2006-12-12 23:19:02', 50, 56, 31, 42, 78, 43, '1995-03-01 12:30:03', '1996-04-24', '1979-03-21', 'reserve_reduction30', '1989-03-27', '1994-07-19', 0, '1981-12-24', 0, 27, 11, 'reserve30'),
(32, '1970-12-14 08:32:08', '2018-07-03 14:05:17', 15, 91, 77, 95, 72, 43, '1974-05-07 22:57:28', '1974-02-13', '2001-01-23', 'reserve_reduction31', '2012-03-25', '2012-11-12', 0, '2018-01-01', 0, 11, 80, 'reserve31'),
(33, '2012-02-22 19:58:55', '2017-11-22 06:22:10', 33, 65, 29, 28, 44, 11, '1999-11-26 18:18:28', '2001-07-11', '1994-04-27', 'reserve_reduction32', '2003-01-07', '1971-03-26', 1, '1981-01-21', 0, 59, 59, 'reserve32'),
(34, '1971-06-04 11:57:19', '1996-09-03 08:42:39', 13, 93, 3, 48, 67, 59, '1997-09-26 01:43:58', '2008-10-03', '1988-02-24', 'reserve_reduction33', '2015-04-27', '1996-05-17', 0, '2013-06-16', 0, 52, 23, 'reserve33'),
(35, '2005-08-23 22:01:12', '2008-03-31 07:11:36', 13, 94, 100, 24, 88, 93, '1979-01-14 10:01:04', '1997-12-05', '1987-03-13', 'reserve_reduction34', '1996-09-23', '1971-10-20', 0, '2002-11-11', 0, 31, 10, 'reserve34'),
(36, '1993-04-09 02:47:15', '2011-07-23 16:39:31', 40, 87, 73, 11, 37, 3, '1970-02-25 23:53:47', '2002-08-05', '1975-09-15', 'reserve_reduction35', '1987-01-25', '2012-06-26', 0, '2008-01-26', 1, 3, 96, 'reserve35'),
(37, '2013-08-15 20:05:18', '2001-09-21 10:19:16', 5, 45, 82, 87, 81, 81, '2000-02-09 18:25:43', '2001-05-08', '1980-11-02', 'reserve_reduction36', '1978-05-12', '1987-07-14', 1, '1975-06-25', 0, 28, 14, 'reserve36'),
(38, '1973-12-20 11:06:17', '2017-05-19 13:42:04', 22, 53, 72, 34, 52, 70, '2014-10-10 01:33:40', '1984-07-13', '1998-09-26', 'reserve_reduction37', '1972-08-06', '1973-04-25', 1, '2010-07-13', 1, 13, 58, 'reserve37'),
(39, '2001-01-06 08:42:29', '2003-04-09 14:56:23', 91, 84, 13, 78, 49, 13, '2007-06-15 22:32:42', '1978-07-21', '2013-12-15', 'reserve_reduction38', '1996-12-05', '2016-06-06', 1, '2017-06-04', 0, 43, 8, 'reserve38'),
(40, '1989-12-02 19:07:12', '1987-03-21 17:27:32', 50, 13, 37, 78, 92, 52, '1977-11-29 15:53:22', '1972-03-23', '1977-11-16', 'reserve_reduction39', '1971-08-02', '2000-05-06', 1, '2007-11-27', 1, 47, 45, 'reserve39'),
(41, '1977-10-18 01:02:56', '2008-03-03 16:48:29', 14, 74, 90, 96, 30, 55, '2003-12-29 20:42:55', '2007-02-16', '2014-09-09', 'reserve_reduction40', '2000-09-03', '1986-07-14', 0, '1980-09-19', 0, 85, 91, 'reserve40'),
(42, '1973-05-05 13:38:46', '1977-08-07 19:16:57', 56, 14, 17, 81, 14, 39, '1991-04-11 21:12:53', '1971-09-12', '2010-08-02', 'reserve_reduction41', '1983-11-30', '1986-02-21', 1, '2010-11-02', 1, 53, 74, 'reserve41'),
(43, '1984-04-25 02:26:34', '2004-06-23 18:23:51', 94, 61, 71, 4, 25, 46, '2017-08-18 06:02:15', '2005-01-29', '2006-09-19', 'reserve_reduction42', '1994-08-27', '1980-12-29', 1, '1998-02-02', 1, 22, 26, 'reserve42'),
(44, '1971-05-05 20:54:50', '1975-10-28 15:17:34', 59, 35, 99, 57, 47, 65, '1974-10-05 03:58:44', '2007-02-20', '1984-12-29', 'reserve_reduction43', '1973-01-14', '1986-12-15', 1, '2006-01-07', 1, 54, 30, 'reserve43'),
(45, '1983-12-12 19:09:07', '1993-07-11 06:12:48', 55, 67, 83, 14, 38, 44, '2000-06-25 13:31:16', '1990-12-23', '1979-11-21', 'reserve_reduction44', '1970-04-08', '1996-07-23', 1, '1985-10-10', 0, 48, 27, 'reserve44'),
(46, '2013-11-05 00:33:29', '1992-06-18 00:16:40', 68, 48, 20, 10, 12, 2, '2010-11-29 09:48:40', '2017-01-21', '1992-05-31', 'reserve_reduction45', '2013-10-31', '2017-11-02', 0, '1973-07-15', 1, 74, 40, 'reserve45'),
(47, '2013-10-11 17:10:54', '2002-03-19 04:16:07', 67, 19, 88, 7, 48, 35, '2004-06-26 09:53:32', '1975-06-30', '2011-07-25', 'reserve_reduction46', '1986-07-09', '1987-11-26', 0, '1995-03-26', 0, 27, 47, 'reserve46'),
(48, '1974-05-30 04:17:01', '1999-01-29 06:14:50', 29, 61, 14, 60, 25, 85, '1997-06-29 02:46:22', '1970-06-01', '1998-12-31', 'reserve_reduction47', '2011-10-27', '2004-01-03', 0, '2008-10-04', 1, 55, 70, 'reserve47'),
(49, '1974-02-22 23:58:42', '2009-06-21 00:11:04', 69, 38, 87, 2, 12, 23, '1983-10-10 15:57:25', '1994-02-27', '1977-03-12', 'reserve_reduction48', '1991-11-28', '1989-09-10', 0, '1976-08-19', 1, 49, 64, 'reserve48'),
(50, '2008-09-25 18:19:23', '2006-12-29 01:53:27', 65, 51, 4, 23, 24, 51, '2014-06-18 11:51:43', '1977-05-10', '1986-08-01', 'reserve_reduction49', '1982-10-08', '2012-08-23', 0, '2017-05-28', 0, 54, 92, 'reserve49'),
(51, '2018-08-03 22:10:23', '2015-12-25 05:29:56', 53, 4, 68, 91, 78, 69, '1973-02-21 21:11:48', '2011-10-06', '2005-09-22', 'reserve_reduction50', '1995-10-13', '1975-03-06', 0, '2007-08-27', 0, 33, 29, 'reserve50'),
(52, '1980-02-29 17:51:13', '1997-05-15 00:00:19', 13, 7, 86, 56, 43, 20, '1978-04-14 00:17:16', '1987-09-06', '2006-01-31', 'reserve_reduction51', '2016-04-16', '1989-03-29', 0, '1986-12-22', 1, 54, 54, 'reserve51'),
(53, '1997-09-05 09:34:27', '2002-01-19 02:52:04', 67, 75, 14, 24, 85, 78, '1993-12-21 07:07:01', '1980-05-01', '2001-06-06', 'reserve_reduction52', '1977-04-28', '1975-01-24', 1, '1997-03-10', 1, 11, 5, 'reserve52'),
(54, '2017-08-24 22:00:01', '1974-06-01 16:46:51', 84, 37, 79, 88, 98, 55, '2014-11-02 18:44:22', '2012-10-06', '1999-10-13', 'reserve_reduction53', '1982-02-01', '2013-10-02', 0, '1993-03-15', 1, 67, 97, 'reserve53'),
(55, '1982-06-21 01:06:50', '1982-09-10 19:43:15', 36, 44, 40, 2, 52, 62, '1975-05-05 19:24:06', '1994-11-18', '1972-01-08', 'reserve_reduction54', '2014-02-10', '2005-09-02', 1, '1986-03-07', 1, 22, 45, 'reserve54'),
(56, '1986-07-08 15:28:38', '1976-02-12 01:30:58', 55, 8, 4, 88, 42, 6, '1970-04-30 07:31:08', '2004-01-09', '1991-07-25', 'reserve_reduction55', '2008-02-04', '1979-08-30', 0, '1982-06-02', 0, 53, 10, 'reserve55'),
(57, '2017-01-03 20:15:21', '2000-02-02 20:37:24', 99, 100, 43, 40, 51, 66, '1976-08-08 08:31:48', '2002-01-16', '1991-01-19', 'reserve_reduction56', '1979-06-08', '2005-09-25', 0, '1985-08-21', 0, 4, 41, 'reserve56'),
(58, '1982-04-29 02:13:50', '1995-01-28 02:53:29', 7, 44, 24, 34, 56, 51, '2004-07-06 10:17:00', '2008-01-22', '1990-11-17', 'reserve_reduction57', '1984-10-02', '2000-09-01', 0, '1980-02-26', 1, 61, 3, 'reserve57'),
(59, '1976-01-05 08:21:36', '1971-03-19 04:55:36', 68, 100, 56, 45, 30, 93, '1986-05-14 11:23:02', '2016-04-02', '1990-05-31', 'reserve_reduction58', '1999-03-29', '2000-05-03', 1, '2005-11-13', 1, 90, 21, 'reserve58'),
(60, '1981-12-01 23:15:18', '1976-06-24 01:05:19', 3, 59, 32, 1, 46, 51, '2003-07-19 16:33:11', '1989-03-30', '1998-08-14', 'reserve_reduction59', '1973-01-12', '2012-09-19', 1, '2002-05-31', 1, 10, 15, 'reserve59'),
(61, '2011-05-03 19:56:05', '1971-11-21 00:53:06', 17, 15, 16, 80, 59, 19, '1995-01-02 04:49:56', '2003-07-27', '1987-11-11', 'reserve_reduction60', '1990-10-05', '1988-11-10', 1, '2008-03-04', 1, 88, 33, 'reserve60'),
(62, '1971-01-04 08:06:14', '2008-07-27 22:50:33', 11, 40, 99, 25, 78, 80, '1990-06-03 14:32:28', '1986-02-20', '1995-03-01', 'reserve_reduction61', '1973-05-16', '2012-03-04', 1, '2018-06-04', 0, 72, 27, 'reserve61'),
(63, '1972-02-06 06:36:00', '1971-01-29 04:00:30', 69, 89, 66, 33, 18, 85, '1974-06-21 19:48:33', '1996-05-20', '1979-10-23', 'reserve_reduction62', '1980-02-09', '1986-07-14', 1, '1983-01-23', 1, 13, 20, 'reserve62'),
(64, '2011-04-07 03:31:32', '1980-12-17 10:19:18', 44, 86, 25, 23, 29, 67, '1973-11-30 16:40:14', '1987-09-04', '1990-06-19', 'reserve_reduction63', '2006-08-24', '1993-11-11', 1, '1970-02-09', 1, 14, 37, 'reserve63'),
(65, '2016-09-15 01:12:50', '2008-08-27 13:06:28', 70, 95, 36, 26, 11, 100, '1985-03-12 17:03:20', '1983-03-14', '1972-07-06', 'reserve_reduction64', '1976-11-08', '2014-10-01', 0, '2014-10-03', 1, 94, 9, 'reserve64'),
(66, '1994-06-21 02:24:20', '1993-09-11 07:13:18', 90, 17, 97, 26, 17, 40, '2016-01-10 05:53:47', '1977-08-06', '2015-07-27', 'reserve_reduction65', '1980-11-11', '1989-07-06', 1, '1973-06-26', 0, 30, 43, 'reserve65'),
(67, '1996-07-06 18:17:08', '1992-08-19 16:48:55', 18, 36, 67, 98, 71, 28, '2003-09-09 01:27:30', '2014-06-25', '2006-12-20', 'reserve_reduction66', '1998-03-15', '1971-12-07', 0, '2018-10-25', 0, 3, 69, 'reserve66'),
(68, '1987-07-23 15:14:11', '1982-07-10 06:00:14', 34, 64, 3, 33, 7, 66, '1976-02-16 07:07:29', '1983-10-03', '2004-11-19', 'reserve_reduction67', '2007-09-29', '1977-09-17', 1, '1977-11-15', 1, 54, 43, 'reserve67'),
(69, '1977-06-11 07:54:56', '2009-08-28 15:46:37', 61, 26, 92, 6, 49, 1, '1987-05-01 13:13:00', '2017-11-07', '2016-10-31', 'reserve_reduction68', '1991-12-27', '1999-09-16', 1, '1970-09-27', 0, 60, 95, 'reserve68'),
(70, '1986-04-29 04:12:37', '1979-09-05 23:37:19', 54, 60, 52, 75, 5, 15, '2009-04-27 18:32:54', '1998-03-10', '2006-01-25', 'reserve_reduction69', '1993-09-02', '1994-12-09', 0, '1980-08-06', 1, 92, 83, 'reserve69'),
(71, '2013-06-14 14:58:34', '1983-05-10 10:13:20', 44, 68, 63, 21, 85, 1, '2007-03-18 20:23:48', '1976-03-23', '2005-07-10', 'reserve_reduction70', '2017-08-23', '1980-08-17', 0, '1991-08-27', 1, 90, 73, 'reserve70'),
(72, '1977-09-27 19:23:15', '2002-12-07 00:34:45', 54, 76, 95, 6, 58, 1, '1971-04-09 23:57:58', '1985-07-26', '2010-02-18', 'reserve_reduction71', '1973-11-15', '1972-03-03', 0, '1984-07-20', 0, 34, 96, 'reserve71'),
(73, '2013-11-01 02:30:55', '2014-05-12 01:18:22', 56, 75, 82, 77, 53, 52, '1983-06-18 09:16:43', '1996-03-17', '1995-01-14', 'reserve_reduction72', '1988-11-07', '1993-08-27', 1, '2011-08-24', 0, 54, 61, 'reserve72'),
(74, '1992-10-05 12:45:11', '2008-10-02 01:34:44', 69, 99, 71, 80, 49, 15, '1999-10-10 06:24:04', '2017-02-09', '2003-02-24', 'reserve_reduction73', '2013-03-30', '1971-11-07', 0, '1999-01-04', 0, 11, 52, 'reserve73'),
(75, '1972-03-05 14:34:23', '2018-09-01 19:31:42', 3, 58, 49, 18, 24, 2, '2005-06-13 18:01:04', '2016-12-09', '1999-09-11', 'reserve_reduction74', '1992-03-29', '2018-09-22', 0, '1988-05-23', 0, 94, 63, 'reserve74'),
(76, '1983-07-18 16:57:21', '1981-10-27 21:29:50', 68, 1, 53, 34, 71, 37, '1986-03-01 01:27:28', '2002-06-18', '1986-04-14', 'reserve_reduction75', '1999-08-28', '1992-08-19', 1, '1978-01-04', 0, 22, 17, 'reserve75'),
(77, '2016-05-06 21:50:44', '2000-10-31 12:27:02', 66, 35, 95, 12, 19, 26, '2010-12-30 00:23:29', '1976-12-26', '1972-12-22', 'reserve_reduction76', '1970-12-13', '1984-06-23', 0, '1971-11-06', 0, 72, 88, 'reserve76'),
(78, '2006-09-11 16:56:15', '1979-03-03 05:10:12', 81, 50, 6, 25, 95, 43, '2006-09-05 08:44:43', '2009-01-24', '1978-11-05', 'reserve_reduction77', '2014-01-21', '1995-04-10', 1, '2000-04-16', 1, 64, 51, 'reserve77'),
(79, '2015-10-20 16:29:31', '1993-10-03 10:50:19', 52, 43, 63, 46, 77, 3, '1984-01-24 04:13:04', '1970-03-15', '1986-10-20', 'reserve_reduction78', '2017-04-29', '1984-12-29', 0, '1970-03-13', 1, 50, 68, 'reserve78'),
(80, '1971-01-02 09:05:41', '1982-10-02 22:46:11', 73, 87, 20, 44, 97, 42, '1973-09-30 02:29:39', '2012-08-25', '2010-11-21', 'reserve_reduction79', '1993-07-12', '2000-12-19', 1, '2010-12-22', 0, 69, 31, 'reserve79'),
(81, '1975-06-05 20:29:28', '1971-09-03 06:14:55', 61, 100, 23, 38, 12, 14, '1979-05-03 21:44:20', '2008-10-16', '2003-12-14', 'reserve_reduction80', '1992-12-26', '2004-12-26', 1, '1988-12-23', 1, 28, 61, 'reserve80'),
(82, '1984-01-27 15:42:09', '2010-04-09 08:33:33', 46, 79, 54, 89, 22, 83, '1976-09-25 02:38:14', '2003-08-26', '1988-08-22', 'reserve_reduction81', '1979-03-16', '2007-09-17', 1, '1974-10-05', 1, 47, 22, 'reserve81'),
(83, '2010-12-23 17:17:38', '1997-11-17 09:30:11', 96, 15, 76, 96, 3, 19, '1988-05-16 06:23:45', '1994-01-23', '2015-06-18', 'reserve_reduction82', '2017-12-28', '2017-08-20', 1, '1977-08-18', 0, 33, 81, 'reserve82'),
(84, '1980-05-10 19:18:35', '2005-07-26 14:35:39', 25, 43, 21, 90, 96, 74, '1980-05-06 00:29:36', '2008-06-07', '1972-10-08', 'reserve_reduction83', '1993-08-02', '1971-10-31', 1, '2015-11-27', 0, 42, 29, 'reserve83'),
(85, '1981-12-28 10:47:59', '1975-12-18 09:00:35', 72, 91, 80, 85, 34, 63, '2016-02-24 11:07:51', '1996-10-22', '2015-06-17', 'reserve_reduction84', '2017-01-05', '1982-06-21', 1, '1974-12-08', 0, 21, 22, 'reserve84'),
(86, '1993-01-21 00:20:18', '1991-03-06 09:47:50', 69, 12, 4, 61, 78, 19, '1984-03-14 09:12:41', '2004-02-28', '1978-08-21', 'reserve_reduction85', '1984-07-20', '2005-08-12', 1, '1970-10-03', 1, 46, 67, 'reserve85'),
(87, '1988-11-28 16:24:32', '2004-11-27 21:46:57', 18, 5, 14, 50, 94, 27, '1989-07-30 11:13:24', '1970-03-29', '2004-03-22', 'reserve_reduction86', '1970-07-08', '1985-12-28', 1, '1974-02-12', 0, 37, 51, 'reserve86'),
(88, '2005-04-01 14:31:05', '1974-02-15 00:43:40', 62, 48, 86, 37, 67, 7, '2000-12-22 09:09:29', '1984-04-12', '1988-09-02', 'reserve_reduction87', '1973-10-30', '1989-05-26', 1, '1986-02-23', 0, 81, 25, 'reserve87'),
(89, '2001-06-09 13:11:42', '1993-04-26 17:02:29', 14, 25, 82, 100, 27, 47, '2008-05-16 19:34:27', '1990-03-10', '1991-05-30', 'reserve_reduction88', '2016-04-26', '1996-12-15', 1, '2005-08-11', 1, 46, 49, 'reserve88'),
(90, '1987-06-15 21:41:11', '1983-06-20 16:47:22', 67, 88, 83, 13, 19, 82, '1986-05-11 07:22:58', '2016-06-02', '2015-04-17', 'reserve_reduction89', '2008-09-22', '1974-04-16', 0, '2004-12-03', 0, 19, 29, 'reserve89'),
(91, '2009-01-23 11:18:09', '1986-06-23 22:08:57', 45, 34, 97, 38, 7, 71, '2002-03-29 02:50:55', '1994-07-10', '1982-05-23', 'reserve_reduction90', '2004-10-01', '2015-05-18', 1, '1980-10-05', 1, 47, 17, 'reserve90'),
(92, '1986-10-28 12:55:20', '1991-07-02 14:57:58', 96, 53, 34, 29, 34, 63, '1980-11-11 16:35:47', '2001-04-12', '2010-08-03', 'reserve_reduction91', '1983-09-06', '2009-07-30', 1, '1984-10-17', 1, 3, 44, 'reserve91'),
(93, '2008-10-03 05:30:20', '2004-12-09 09:38:58', 50, 40, 76, 3, 1, 99, '2010-05-20 14:12:29', '1984-04-20', '1999-05-28', 'reserve_reduction92', '1990-12-21', '2006-06-06', 0, '1982-03-14', 0, 60, 3, 'reserve92'),
(94, '2009-01-15 21:23:52', '1990-05-12 13:46:02', 14, 61, 85, 40, 56, 45, '1979-12-14 15:46:43', '2013-12-23', '1988-01-17', 'reserve_reduction93', '1982-06-24', '2011-10-16', 1, '1996-08-11', 0, 33, 41, 'reserve93'),
(95, '1975-11-29 02:16:48', '1987-07-16 13:57:47', 40, 95, 59, 16, 12, 56, '1971-05-15 08:13:42', '1978-05-31', '1987-09-10', 'reserve_reduction94', '2001-11-22', '2012-10-03', 1, '2015-06-10', 1, 10, 38, 'reserve94'),
(96, '2005-01-11 09:11:30', '1975-04-13 12:43:28', 26, 59, 100, 90, 48, 81, '1988-12-09 06:01:49', '2004-09-03', '2000-05-09', 'reserve_reduction95', '2003-02-07', '1986-08-20', 0, '2004-12-18', 1, 15, 3, 'reserve95'),
(97, '2015-05-06 05:21:28', '2008-11-07 23:03:18', 5, 13, 11, 95, 53, 9, '2007-12-10 22:03:12', '2008-08-05', '2014-01-28', 'reserve_reduction96', '2011-08-10', '1974-08-29', 0, '1980-09-17', 1, 8, 93, 'reserve96'),
(98, '2012-06-18 02:09:36', '1985-07-08 04:34:36', 86, 95, 73, 13, 60, 39, '1985-07-20 07:40:36', '1975-08-06', '1974-09-01', 'reserve_reduction97', '1990-02-11', '1970-07-16', 1, '1974-03-01', 1, 3, 16, 'reserve97'),
(99, '2017-01-14 04:04:41', '1971-05-31 01:36:23', 97, 11, 25, 25, 77, 36, '1979-10-26 14:25:44', '1990-06-22', '2017-02-02', 'reserve_reduction98', '2013-12-08', '1984-11-14', 0, '2014-09-13', 0, 23, 30, 'reserve98'),
(100, '1981-07-15 22:37:42', '1988-04-14 20:29:23', 47, 58, 99, 39, 61, 5, '2004-04-05 18:45:18', '1990-05-07', '2018-07-12', 'reserve_reduction99', '1971-11-01', '1973-10-25', 1, '2004-05-04', 1, 56, 75, 'reserve99');
-- --------------------------------------------------------
--
-- 表的结构 `seal`
--
CREATE TABLE `seal` (
`seal_issueid` int(11) NOT NULL,
`park_id` int(10) UNSIGNED DEFAULT NULL,
`contract_id` int(10) UNSIGNED DEFAULT NULL,
`psection_id` int(10) UNSIGNED DEFAULT NULL,
`seal_day` date DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
`contract_seal_issue` int(10) UNSIGNED DEFAULT NULL,
`seal_reason` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
--
-- 转存表中的数据 `seal`
--
INSERT INTO `seal` (`seal_issueid`, `park_id`, `contract_id`, `psection_id`, `seal_day`, `created_at`, `updated_at`, `contract_seal_issue`, `seal_reason`) VALUES
(1, 87, 5, NULL, '2017-06-18', '2012-03-12 04:15:46', '1993-07-20 14:31:55', 32, 'seal_reason0'),
(2, 97, 52, NULL, '2016-08-12', '1995-09-16 06:56:30', '1997-10-03 23:06:44', 25, 'seal_reason1'),
(3, 94, 67, NULL, '1984-08-04', '1998-04-06 20:59:03', '2011-10-25 12:18:45', 26, 'seal_reason2'),
(4, 37, 43, NULL, '2008-05-26', '2015-06-16 22:14:21', '2006-09-05 03:11:42', 82, 'seal_reason3'),
(5, 24, 82, NULL, '1981-03-17', '1978-06-01 04:12:59', '1990-08-24 01:28:08', 73, 'seal_reason4'),
(6, 15, 69, NULL, '1998-01-01', '2015-12-21 09:03:48', '2002-12-23 17:46:59', 7, 'seal_reason5'),
(7, 55, 24, NULL, '1978-08-22', '1970-11-29 06:43:12', '1989-01-08 18:15:32', 71, 'seal_reason6'),
(8, 29, 38, NULL, '2013-11-27', '1993-11-14 17:03:12', '1989-05-12 12:06:33', 72, 'seal_reason7'),
(9, 56, 86, NULL, '1972-05-13', '1973-12-22 15:26:46', '1972-01-23 12:08:19', 56, 'seal_reason8'),
(10, 76, 18, NULL, '2008-04-09', '1977-05-24 01:34:51', '2000-03-01 21:24:30', 99, 'seal_reason9'),
(11, 79, 73, NULL, '2000-06-13', '2007-08-28 00:53:14', '1976-05-17 11:24:32', 63, 'seal_reason10'),
(12, 55, 68, NULL, '2003-09-13', '2000-03-29 20:43:35', '2000-11-05 20:15:06', 14, 'seal_reason11'),
(13, 16, 17, NULL, '1982-08-14', '1990-09-26 21:39:18', '1974-11-13 23:06:37', 86, 'seal_reason12'),
(14, 6, 54, NULL, '2007-10-31', '1992-07-29 23:20:04', '1999-09-04 08:16:51', 62, 'seal_reason13'),
(15, 67, 26, NULL, '2014-11-22', '1976-07-31 08:18:54', '1983-01-24 12:22:25', 96, 'seal_reason14'),
(16, 3, 21, NULL, '1982-04-30', '2010-04-14 22:25:08', '1977-06-24 20:52:18', 46, 'seal_reason15'),
(17, 50, 61, NULL, '1995-02-25', '2011-10-04 08:34:55', '1994-09-09 07:59:23', 38, 'seal_reason16'),
(18, 62, 17, NULL, '1992-04-01', '1992-10-17 00:23:48', '1988-03-05 07:47:23', 88, 'seal_reason17'),
(19, 19, 9, NULL, '1995-08-10', '1997-02-24 13:44:37', '1990-02-25 11:50:20', 80, 'seal_reason18'),
(20, 43, 56, NULL, '1970-01-30', '1990-10-12 01:13:55', '1975-02-11 07:21:29', 82, 'seal_reason19'),
(21, 8, 76, NULL, '2003-09-24', '1984-10-03 03:40:24', '1975-06-15 05:32:36', 93, 'seal_reason20'),
(22, 15, 48, NULL, '1983-11-08', '1987-07-01 01:55:30', '1972-07-19 21:47:19', 7, 'seal_reason21'),
(23, 12, 62, NULL, '2008-06-05', '2002-03-26 17:28:02', '2015-03-27 06:34:25', 23, 'seal_reason22'),
(24, 12, 17, NULL, '2014-03-08', '1979-12-23 02:01:43', '2015-06-05 07:50:59', 65, 'seal_reason23'),
(25, 47, 53, NULL, '1978-07-28', '1976-03-28 01:39:25', '1973-02-25 16:08:15', 5, 'seal_reason24'),
(26, 99, 66, NULL, '2012-02-12', '1994-09-04 21:09:28', '2002-04-19 03:26:14', 83, 'seal_reason25'),
(27, 86, 78, NULL, '1994-05-24', '2006-09-24 07:31:22', '1998-10-04 08:53:08', 46, 'seal_reason26'),
(28, 79, 29, NULL, '2011-05-08', '2011-09-13 19:36:03', '1998-07-11 12:32:40', 15, 'seal_reason27'),
(29, 82, 25, NULL, '1980-03-18', '1998-03-02 22:49:43', '2000-11-11 22:37:46', 44, 'seal_reason28'),
(30, 1, 90, NULL, '1990-08-17', '1988-08-09 17:29:20', '1975-02-01 14:19:35', 51, 'seal_reason29'),
(31, 86, 15, NULL, '1988-09-08', '1988-03-26 20:55:57', '2008-12-25 06:25:13', 13, 'seal_reason30'),
(32, 38, 82, NULL, '2003-11-26', '1977-08-31 20:49:16', '2002-09-28 23:59:54', 24, 'seal_reason31'),
(33, 22, 72, NULL, '1971-12-23', '2009-01-09 12:33:50', '1978-09-24 03:14:31', 74, 'seal_reason32'),
(34, 97, 63, NULL, '1970-12-24', '2009-10-21 12:32:13', '2016-11-16 11:00:01', 1, 'seal_reason33'),
(35, 73, 23, NULL, '1985-08-19', '1992-09-17 23:07:41', '2006-02-05 12:10:09', 70, 'seal_reason34'),
(36, 49, 36, NULL, '1970-12-31', '1978-08-02 12:18:19', '2000-03-08 09:10:37', 69, 'seal_reason35'),
(37, 35, 70, NULL, '1996-03-16', '2003-04-11 22:42:21', '2000-04-17 03:40:28', 64, 'seal_reason36'),
(38, 48, 11, NULL, '2001-04-05', '1996-07-18 13:46:49', '2008-05-04 19:46:07', 83, 'seal_reason37'),
(39, 7, 26, NULL, '2000-07-15', '2002-07-28 18:51:14', '1991-08-01 07:13:49', 13, 'seal_reason38'),
(40, 53, 27, NULL, '2015-02-06', '1976-01-06 05:04:01', '1971-08-01 15:49:00', 57, 'seal_reason39'),
(41, 54, 64, NULL, '2010-09-07', '2005-02-22 03:37:54', '2000-09-19 11:26:59', 71, 'seal_reason40'),
(42, 90, 90, NULL, '1981-11-25', '1996-05-30 05:43:08', '1992-02-25 15:20:37', 95, 'seal_reason41'),
(43, 96, 26, NULL, '1989-12-28', '1973-07-21 16:57:42', '2012-04-27 09:47:46', 33, 'seal_reason42'),
(44, 100, 41, NULL, '2003-02-09', '2007-12-23 16:35:08', '1981-07-16 21:47:12', 11, 'seal_reason43'),
(45, 69, 62, NULL, '2015-08-22', '1996-07-08 14:26:30', '2015-10-08 18:26:45', 57, 'seal_reason44'),
(46, 13, 74, NULL, '1978-12-06', '1996-05-15 12:37:24', '1977-12-02 19:44:48', 47, 'seal_reason45'),
(47, 32, 85, NULL, '1974-02-11', '1997-10-09 19:19:56', '2008-04-26 13:28:28', 50, 'seal_reason46'),
(48, 11, 85, NULL, '1990-05-29', '2013-05-22 09:46:43', '1977-06-30 13:53:36', 99, 'seal_reason47'),
(49, 46, 40, NULL, '1973-03-30', '1991-11-04 19:11:39', '1971-03-26 19:16:15', 49, 'seal_reason48'),
(50, 34, 40, NULL, '2002-06-01', '1995-02-16 20:33:56', '1998-04-10 12:38:16', 70, 'seal_reason49'),
(51, 82, 45, NULL, '1972-09-28', '1998-03-12 05:55:36', '2013-03-09 07:51:55', 51, 'seal_reason50'),
(52, 35, 87, NULL, '1972-07-30', '1980-08-22 15:56:12', '2007-05-20 06:10:06', 38, 'seal_reason51'),
(53, 69, 34, NULL, '2003-03-24', '1976-10-19 12:49:39', '1986-01-02 00:32:47', 39, 'seal_reason52'),
(54, 48, 96, NULL, '1975-01-23', '1976-12-26 06:30:46', '2004-05-31 13:32:08', 17, 'seal_reason53'),
(55, 72, 22, NULL, '1982-01-04', '2011-07-14 19:42:31', '2004-02-02 18:32:12', 6, 'seal_reason54'),
(56, 27, 44, NULL, '2002-12-24', '2016-05-11 06:46:04', '1984-07-08 17:53:17', 24, 'seal_reason55'),
(57, 65, 97, NULL, '2008-02-10', '1977-12-26 02:33:05', '1987-03-26 08:50:37', 83, 'seal_reason56'),
(58, 18, 38, NULL, '1996-12-11', '2014-03-11 02:22:50', '2004-05-07 18:59:14', 24, 'seal_reason57'),
(59, 89, 79, NULL, '2005-09-22', '1987-10-14 13:33:21', '1974-11-19 19:58:34', 71, 'seal_reason58'),
(60, 28, 33, NULL, '1999-04-15', '2013-01-23 03:18:46', '1995-05-10 22:35:01', 17, 'seal_reason59'),
(61, 53, 96, NULL, '1977-10-09', '1994-09-01 14:18:46', '1992-12-09 05:23:29', 59, 'seal_reason60'),
(62, 63, 84, NULL, '2000-02-14', '1983-09-29 18:10:33', '1972-07-28 06:59:09', 84, 'seal_reason61'),
(63, 23, 28, NULL, '2014-10-19', '1974-05-25 08:24:33', '2013-12-26 12:34:01', 15, 'seal_reason62'),
(64, 3, 10, NULL, '2007-04-17', '1974-05-01 15:17:27', '1996-03-04 21:49:20', 24, 'seal_reason63'),
(65, 20, 96, NULL, '2007-04-02', '2003-09-10 14:38:05', '2017-02-06 23:03:35', 42, 'seal_reason64'),
(66, 2, 66, NULL, '1974-07-21', '1998-09-21 17:25:16', '2012-09-02 03:53:13', 57, 'seal_reason65'),
(67, 12, 10, NULL, '2004-01-19', '1980-07-03 04:18:36', '1973-01-13 04:26:22', 79, 'seal_reason66'),
(68, 93, 75, NULL, '2002-05-14', '1970-06-05 11:24:59', '1991-02-01 01:46:57', 17, 'seal_reason67'),
(69, 82, 86, NULL, '1991-04-28', '2002-09-24 21:57:36', '1992-11-08 05:58:06', 78, 'seal_reason68'),
(70, 47, 52, NULL, '2007-12-19', '1978-08-24 22:48:08', '1984-12-17 17:34:14', 66, 'seal_reason69'),
(71, 43, 100, NULL, '1977-01-24', '1992-02-19 19:32:10', '2014-01-15 09:03:48', 55, 'seal_reason70'),
(72, 72, 80, NULL, '1977-07-01', '1973-07-15 07:52:12', '1985-12-04 08:34:00', 77, 'seal_reason71'),
(73, 30, 86, NULL, '1986-09-11', '1999-10-25 14:54:33', '1973-04-08 14:31:45', 88, 'seal_reason72'),
(74, 49, 64, NULL, '2014-09-25', '1972-03-25 12:10:28', '1984-08-18 14:07:27', 25, 'seal_reason73'),
(75, 49, 33, NULL, '1983-12-09', '1973-05-26 11:44:23', '1998-08-02 07:27:40', 19, 'seal_reason74'),
(76, 100, 11, NULL, '1997-08-18', '1979-02-03 00:00:59', '1987-04-17 04:36:40', 55, 'seal_reason75'),
(77, 9, 58, NULL, '1979-07-19', '1979-01-25 12:06:53', '1978-07-18 10:36:51', 4, 'seal_reason76'),
(78, 64, 64, NULL, '1971-02-04', '2006-03-04 13:51:46', '1972-02-28 17:56:01', 6, 'seal_reason77'),
(79, 100, 70, NULL, '1970-02-14', '1973-04-12 20:23:01', '1976-08-30 12:59:43', 7, 'seal_reason78'),
(80, 51, 12, NULL, '1983-10-28', '1997-04-20 19:07:07', '2008-04-14 00:03:33', 89, 'seal_reason79'),
(81, 59, 54, NULL, '1989-10-08', '1998-09-23 11:45:53', '1970-07-09 20:43:39', 92, 'seal_reason80'),
(82, 5, 72, NULL, '1997-05-22', '2011-07-26 23:37:47', '1991-07-24 03:18:36', 77, 'seal_reason81'),
(83, 11, 26, NULL, '1988-10-01', '1982-09-08 02:48:23', '1977-07-03 21:27:34', 92, 'seal_reason82'),
(84, 48, 80, NULL, '1973-10-18', '2014-07-19 05:40:12', '2002-12-25 06:17:12', 13, 'seal_reason83'),
(85, 5, 87, NULL, '2000-03-20', '1977-05-12 21:15:22', '1988-01-09 11:36:12', 67, 'seal_reason84'),
(86, 33, 94, NULL, '2000-05-18', '1997-05-26 00:10:46', '1971-07-13 13:04:45', 65, 'seal_reason85'),
(87, 23, 60, NULL, '1986-02-16', '1994-08-30 23:46:49', '2015-01-14 21:28:43', 81, 'seal_reason86'),
(88, 86, 69, NULL, '1996-07-19', '1970-07-15 01:26:11', '1994-01-18 10:25:54', 89, 'seal_reason87'),
(89, 41, 28, NULL, '2010-08-24', '2012-05-16 13:30:03', '2013-03-30 02:42:46', 40, 'seal_reason88'),
(90, 50, 26, NULL, '1981-08-31', '1993-10-31 15:27:21', '2010-08-28 17:52:04', 30, 'seal_reason89'),
(91, 45, 51, NULL, '2004-05-17', '2007-06-03 04:11:31', '2016-11-24 23:45:36', 37, 'seal_reason90'),
(92, 14, 93, NULL, '2012-07-03', '2004-05-11 23:57:34', '1995-12-30 21:56:59', 53, 'seal_reason91'),
(93, 94, 6, NULL, '1976-06-26', '1977-08-13 01:12:06', '1970-07-20 09:30:57', 56, 'seal_reason92'),
(94, 64, 30, NULL, '2003-03-30', '1991-10-05 18:30:29', '2008-08-26 00:33:12', 71, 'seal_reason93'),
(95, 61, 69, NULL, '2007-02-11', '1978-12-30 10:15:20', '1997-12-11 18:18:14', 11, 'seal_reason94'),
(96, 10, 51, NULL, '1983-03-28', '2005-07-21 23:25:57', '2015-01-16 21:52:13', 35, 'seal_reason95'),
(97, 44, 48, NULL, '1976-08-04', '1980-12-21 00:36:10', '1980-11-30 04:41:51', 39, 'seal_reason96'),
(98, 16, 69, NULL, '2015-10-25', '1999-12-13 16:09:22', '1970-10-24 03:08:10', 21, 'seal_reason97'),
(99, 77, 61, NULL, '1975-07-29', '2011-03-03 23:54:40', '2006-01-29 12:28:43', 91, 'seal_reason98'),
(100, 68, 89, NULL, '1980-02-01', '2005-09-11 02:50:19', '1978-09-20 21:09:40', 11, 'seal_reason99');
-- --------------------------------------------------------
--
-- 表的结构 `sessions`
--
CREATE TABLE `sessions` (
`id` varchar(255) NOT NULL,
`user_id` bigint(20) UNSIGNED DEFAULT NULL,
`ip_address` varchar(45) DEFAULT NULL,
`user_agent` text DEFAULT NULL,
`payload` longtext NOT NULL,
`last_activity` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- 转存表中的数据 `sessions`
--
INSERT INTO `sessions` (`id`, `user_id`, `ip_address`, `user_agent`, `payload`, `last_activity`) VALUES
('9tE0sbe9POy2y5wxAfesXvYJPb7nxUu72buV4boP', 3, '::1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36', 'YTo1OntzOjY6Il90b2tlbiI7czo0MDoiRzJBaUlNalByUUtwTTljWEpxbEpwNUdvOWlGcXBqN09JcDFWalJoWCI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6NDA6Imh0dHA6Ly9zb21hbmFnZXItYWRtaW4ubG9jYWxob3N0OjgxL2hvbWUiO31zOjY6Il9mbGFzaCI7YToyOntzOjM6Im9sZCI7YTowOnt9czozOiJuZXciO2E6MDp7fX1zOjM6InVybCI7YTowOnt9czo1MDoibG9naW5fd2ViXzU5YmEzNmFkZGMyYjJmOTQwMTU4MGYwMTRjN2Y1OGVhNGUzMDk4OWQiO2k6Mzt9', 1753926034),
('DrbIU4zzPRMGaiGm0ZwObdc7IWpRNuy8N9p8Oq6O', 3, '::1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36', 'YTo0OntzOjY6Il90b2tlbiI7czo0MDoiY05va1B1SDdVU3hsREprbEVJYzNhZDJla0xJTTllY2N3WXNaV0Q0biI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6NDA6Imh0dHA6Ly9zb21hbmFnZXItYWRtaW4ubG9jYWxob3N0OjgxL2hvbWUiO31zOjY6Il9mbGFzaCI7YToyOntzOjM6Im9sZCI7YTowOnt9czozOiJuZXciO2E6MDp7fX1zOjUwOiJsb2dpbl93ZWJfNTliYTM2YWRkYzJiMmY5NDAxNTgwZjAxNGM3ZjU4ZWE0ZTMwOTg5ZCI7aTozO30=', 1753681222),
('dZR0AbnQYhjqKKZr1C4UTCtCXAjLkqmjkttPEdA1', NULL, '::1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36', 'YTozOntzOjY6Il90b2tlbiI7czo0MDoiamlFQVI4cUpTWkVIa3FPQU45VDZkWktXQk5icUFmUmVEaWdROFJYMyI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6NDE6Imh0dHA6Ly9zb21hbmFnZXItYWRtaW4ubG9jYWxob3N0OjgxL2xvZ2luIjt9czo2OiJfZmxhc2giO2E6Mjp7czozOiJvbGQiO2E6MDp7fXM6MzoibmV3IjthOjA6e319fQ==', 1753701874),
('GyCKVmcutJrbqNsBOZdif2gMshlEmSslIJtSaX3N', 3, '::1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36', 'YTo1OntzOjY6Il90b2tlbiI7czo0MDoiYmVaWmxNMnFGTWJvTDN4ZGxhbElkSm5INFQwQTJDMXBUaURkVk5pSyI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6NDA6Imh0dHA6Ly9zb21hbmFnZXItYWRtaW4ubG9jYWxob3N0OjgxL2hvbWUiO31zOjY6Il9mbGFzaCI7YToyOntzOjM6Im9sZCI7YTowOnt9czozOiJuZXciO2E6MDp7fX1zOjM6InVybCI7YTowOnt9czo1MDoibG9naW5fd2ViXzU5YmEzNmFkZGMyYjJmOTQwMTU4MGYwMTRjN2Y1OGVhNGUzMDk4OWQiO2k6Mzt9', 1754496798),
('jkxw2YKcVBUvBxBcQm70LIA3D90C71TzDYynrFpH', NULL, '::1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36', 'YTo0OntzOjY6Il90b2tlbiI7czo0MDoibWhKRGZFSk9UMzlhdXFPTFdqUnJPSjZqTzZMZUZZVklYNDFSeVVtYiI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6NDE6Imh0dHA6Ly9zb21hbmFnZXItYWRtaW4ubG9jYWxob3N0OjgxL2xvZ2luIjt9czo2OiJfZmxhc2giO2E6Mjp7czozOiJvbGQiO2E6MDp7fXM6MzoibmV3IjthOjA6e319czozOiJ1cmwiO2E6MTp7czo4OiJpbnRlbmRlZCI7czo0MDoiaHR0cDovL3NvbWFuYWdlci1hZG1pbi5sb2NhbGhvc3Q6ODEvaG9tZSI7fX0=', 1753701855),
('rTiGB5mOK6CwJCTrmc99VXhOz1AEnJ87wyRURN7E', 3, '::1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36', 'YTo1OntzOjY6Il90b2tlbiI7czo0MDoid0RpbVl4QXVySUVxcmJyM3loRDFORXRyUzJweWRvR2RjV2Z6NUZpTCI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6NDA6Imh0dHA6Ly9zb21hbmFnZXItYWRtaW4ubG9jYWxob3N0OjgxL2hvbWUiO31zOjY6Il9mbGFzaCI7YToyOntzOjM6Im9sZCI7YTowOnt9czozOiJuZXciO2E6MDp7fX1zOjM6InVybCI7YTowOnt9czo1MDoibG9naW5fd2ViXzU5YmEzNmFkZGMyYjJmOTQwMTU4MGYwMTRjN2Y1OGVhNGUzMDk4OWQiO2k6Mzt9', 1753689895),
('zsDbkXJFyTsW6wSbqVsgu3qMTdJ1Z8uIRUvQTWHs', 3, '::1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36', 'YTo1OntzOjY6Il90b2tlbiI7czo0MDoiTnJHMzNLUGxETmtROHY0ajF2MVVBeTBiZnBQWjNTZXdQelFqdjl0dSI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6NDg6Imh0dHA6Ly9zb21hbmFnZXItYWRtaW4ubG9jYWxob3N0OjgxL3VzaW5nX3N0YXR1cyI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fXM6MzoidXJsIjthOjA6e31zOjUwOiJsb2dpbl93ZWJfNTliYTM2YWRkYzJiMmY5NDAxNTgwZjAxNGM3ZjU4ZWE0ZTMwOTg5ZCI7aTozO30=', 1754014113);
-- --------------------------------------------------------
--
-- 表的结构 `setting`
--
CREATE TABLE `setting` (
`setting_id` int(10) UNSIGNED NOT NULL,
`edit_master` varchar(255) DEFAULT NULL,
`web_master` varchar(255) DEFAULT NULL,
`auto_change_date` datetime DEFAULT NULL,
`auto_chage_master` varchar(255) DEFAULT NULL,
`re-issue_alert_number` int(10) UNSIGNED DEFAULT NULL,
`image_base_url1` varchar(255) DEFAULT NULL,
`image_base_url2` varchar(255) DEFAULT NULL,
`printable_alert_flag` tinyint(1) DEFAULT NULL,
`printable_number` int(10) UNSIGNED DEFAULT NULL,
`printable_alert_number` int(10) UNSIGNED DEFAULT NULL,
`printer_keep_alive` int(10) UNSIGNED DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
`operator_id` int(10) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
--
-- 转存表中的数据 `setting`
--
INSERT INTO `setting` (`setting_id`, `edit_master`, `web_master`, `auto_change_date`, `auto_chage_master`, `re-issue_alert_number`, `image_base_url1`, `image_base_url2`, `printable_alert_flag`, `printable_number`, `printable_alert_number`, `printer_keep_alive`, `created_at`, `updated_at`, `operator_id`) VALUES
(1, 'edit_master0', 'web_master0', '1970-12-21 03:23:15', 'auto_chage_master0', 43, 'edit_master0', 'web_master0', 1, 0, 1, 0, '1977-03-25 21:07:35', '1978-08-08 10:00:20', 24),
(2, 'edit_master1', 'web_master1', '1998-02-28 11:29:51', 'auto_chage_master1', 9, 'edit_master1', 'web_master1', 1, 1, 0, 0, '1993-05-02 10:09:57', '1991-01-06 05:51:35', 66),
(3, 'edit_master2', 'web_master2', '1970-03-30 22:28:25', 'auto_chage_master2', 64, 'edit_master2', 'web_master2', 1, 0, 1, 1, '1989-01-04 23:03:35', '1993-01-09 06:42:53', 86),
(4, 'edit_master3', 'web_master3', '2003-05-09 17:42:28', 'auto_chage_master3', 73, 'edit_master3', 'web_master3', 1, 1, 0, 0, '2011-01-17 00:47:11', '2008-03-26 12:25:36', 31),
(5, 'edit_master4', 'web_master4', '2008-11-23 05:21:36', 'auto_chage_master4', 55, 'edit_master4', 'web_master4', 1, 1, 0, 0, '2006-04-28 13:27:07', '2013-06-01 19:43:43', 19),
(6, 'edit_master5', 'web_master5', '2003-09-28 14:42:47', 'auto_chage_master5', 4, 'edit_master5', 'web_master5', 1, 1, 1, 0, '1980-03-23 03:21:51', '1999-01-15 15:31:04', 91),
(7, 'edit_master6', 'web_master6', '1981-01-03 12:19:04', 'auto_chage_master6', 73, 'edit_master6', 'web_master6', 0, 0, 0, 1, '1976-09-22 08:48:41', '2005-03-11 07:41:27', 74),
(8, 'edit_master7', 'web_master7', '2015-06-07 15:07:52', 'auto_chage_master7', 64, 'edit_master7', 'web_master7', 1, 1, 0, 0, '1976-05-09 02:35:22', '1994-05-05 03:42:50', 8),
(9, 'edit_master8', 'web_master8', '1971-07-29 10:43:00', 'auto_chage_master8', 50, 'edit_master8', 'web_master8', 1, 0, 1, 0, '2009-01-26 00:29:42', '2000-08-23 11:50:11', 78),
(10, 'edit_master9', 'web_master9', '2010-04-10 00:29:22', 'auto_chage_master9', 13, 'edit_master9', 'web_master9', 0, 0, 1, 0, '1982-09-02 00:56:35', '2014-10-02 13:23:09', 49),
(11, 'edit_master10', 'web_master10', '1982-08-06 06:30:46', 'auto_chage_master10', 81, 'edit_master10', 'web_master10', 0, 0, 0, 0, '2005-01-20 20:37:12', '2008-08-22 21:53:45', 9),
(12, 'edit_master11', 'web_master11', '1985-09-10 09:44:44', 'auto_chage_master11', 29, 'edit_master11', 'web_master11', 1, 1, 1, 0, '1987-08-12 22:35:22', '1979-10-27 17:55:51', 99),
(13, 'edit_master12', 'web_master12', '2018-07-06 14:26:47', 'auto_chage_master12', 46, 'edit_master12', 'web_master12', 1, 0, 1, 1, '1980-06-23 14:55:43', '2004-03-15 10:23:29', 45),
(14, 'edit_master13', 'web_master13', '1995-06-23 20:05:00', 'auto_chage_master13', 15, 'edit_master13', 'web_master13', 1, 1, 0, 1, '1979-11-28 05:31:19', '1980-05-26 22:40:24', 94),
(15, 'edit_master14', 'web_master14', '1989-01-18 01:06:17', 'auto_chage_master14', 57, 'edit_master14', 'web_master14', 0, 0, 1, 1, '1973-06-09 07:45:39', '2010-05-11 17:34:22', 82),
(16, 'edit_master15', 'web_master15', '2018-03-17 14:55:57', 'auto_chage_master15', 87, 'edit_master15', 'web_master15', 0, 1, 0, 0, '2005-03-21 14:14:22', '1979-08-21 06:09:31', 60),
(17, 'edit_master16', 'web_master16', '1993-02-14 09:42:03', 'auto_chage_master16', 17, 'edit_master16', 'web_master16', 1, 1, 1, 0, '1995-04-04 16:46:01', '1999-08-15 20:39:55', 18),
(18, 'edit_master17', 'web_master17', '1996-04-03 13:36:16', 'auto_chage_master17', 33, 'edit_master17', 'web_master17', 0, 0, 0, 1, '2018-01-24 21:27:18', '2017-10-07 22:36:21', 84),
(19, 'edit_master18', 'web_master18', '1977-02-22 11:13:04', 'auto_chage_master18', 28, 'edit_master18', 'web_master18', 0, 1, 0, 1, '1983-08-30 05:14:17', '1995-12-27 22:22:12', 43),
(20, 'edit_master19', 'web_master19', '2004-05-31 12:03:54', 'auto_chage_master19', 22, 'edit_master19', 'web_master19', 1, 0, 0, 1, '2008-06-07 14:26:02', '1980-03-31 21:36:42', 42),
(21, 'edit_master20', 'web_master20', '2015-03-20 00:40:11', 'auto_chage_master20', 39, 'edit_master20', 'web_master20', 1, 0, 1, 0, '2004-12-29 22:06:02', '1996-01-27 06:58:51', 75),
(22, 'edit_master21', 'web_master21', '2007-03-24 13:13:46', 'auto_chage_master21', 25, 'edit_master21', 'web_master21', 1, 1, 1, 0, '1975-09-11 00:35:07', '1976-04-18 00:30:22', 55),
(23, 'edit_master22', 'web_master22', '2018-07-15 15:49:09', 'auto_chage_master22', 7, 'edit_master22', 'web_master22', 1, 0, 0, 1, '2013-04-20 17:06:37', '1970-02-23 00:16:46', 88),
(24, 'edit_master23', 'web_master23', '2009-02-18 08:52:49', 'auto_chage_master23', 56, 'edit_master23', 'web_master23', 0, 0, 1, 0, '1977-03-13 09:17:28', '1994-08-15 02:52:38', 16),
(25, 'edit_master24', 'web_master24', '1992-02-15 23:23:42', 'auto_chage_master24', 73, 'edit_master24', 'web_master24', 1, 0, 0, 0, '1972-12-04 09:11:00', '2013-11-21 23:14:38', 26),
(26, 'edit_master25', 'web_master25', '2000-08-21 05:41:06', 'auto_chage_master25', 96, 'edit_master25', 'web_master25', 0, 1, 0, 0, '2000-02-26 19:45:34', '1979-12-09 04:25:44', 93),
(27, 'edit_master26', 'web_master26', '2000-06-04 12:35:28', 'auto_chage_master26', 49, 'edit_master26', 'web_master26', 0, 1, 0, 0, '1997-05-25 18:52:58', '1986-01-20 15:36:27', 71),
(28, 'edit_master27', 'web_master27', '1984-10-01 19:02:43', 'auto_chage_master27', 73, 'edit_master27', 'web_master27', 1, 0, 0, 1, '1971-05-18 03:07:06', '2004-06-01 15:40:50', 76),
(29, 'edit_master28', 'web_master28', '1983-06-28 13:19:28', 'auto_chage_master28', 26, 'edit_master28', 'web_master28', 0, 1, 1, 1, '2000-08-29 00:46:49', '1990-03-08 05:39:32', 25),
(30, 'edit_master29', 'web_master29', '2002-10-25 16:18:11', 'auto_chage_master29', 95, 'edit_master29', 'web_master29', 0, 0, 1, 1, '1992-02-17 17:11:30', '1974-08-31 19:24:18', 99),
(31, 'edit_master30', 'web_master30', '1994-05-23 08:15:02', 'auto_chage_master30', 75, 'edit_master30', 'web_master30', 1, 1, 0, 1, '1988-08-24 21:35:46', '2011-05-07 22:53:27', 1),
(32, 'edit_master31', 'web_master31', '1980-01-20 06:52:12', 'auto_chage_master31', 53, 'edit_master31', 'web_master31', 1, 1, 0, 1, '2003-06-22 20:54:05', '1996-05-02 19:33:00', 13),
(33, 'edit_master32', 'web_master32', '2007-05-09 05:33:36', 'auto_chage_master32', 48, 'edit_master32', 'web_master32', 1, 1, 0, 0, '2013-02-13 13:29:23', '1995-10-01 01:49:38', 52),
(34, 'edit_master33', 'web_master33', '1985-06-28 06:31:09', 'auto_chage_master33', 88, 'edit_master33', 'web_master33', 1, 1, 0, 0, '1999-02-13 11:19:19', '2012-01-06 23:06:34', 55),
(35, 'edit_master34', 'web_master34', '1973-10-13 03:35:20', 'auto_chage_master34', 3, 'edit_master34', 'web_master34', 0, 0, 0, 1, '2008-12-31 03:09:20', '1998-01-11 19:45:30', 32),
(36, 'edit_master35', 'web_master35', '1997-06-24 16:33:40', 'auto_chage_master35', 58, 'edit_master35', 'web_master35', 0, 0, 0, 1, '2004-03-20 18:10:38', '1995-09-20 00:00:17', 54),
(37, 'edit_master36', 'web_master36', '2003-04-24 22:27:17', 'auto_chage_master36', 34, 'edit_master36', 'web_master36', 1, 0, 0, 1, '1990-05-19 15:24:14', '1992-08-22 01:28:43', 74),
(38, 'edit_master37', 'web_master37', '2006-06-10 18:56:32', 'auto_chage_master37', 58, 'edit_master37', 'web_master37', 0, 0, 0, 0, '1998-02-14 09:15:44', '1990-05-16 03:43:50', 4),
(39, 'edit_master38', 'web_master38', '2018-10-13 10:26:15', 'auto_chage_master38', 61, 'edit_master38', 'web_master38', 1, 1, 0, 1, '1978-07-23 16:54:00', '1993-11-04 00:17:20', 37),
(40, 'edit_master39', 'web_master39', '1991-03-06 23:02:02', 'auto_chage_master39', 78, 'edit_master39', 'web_master39', 0, 0, 0, 0, '1999-07-17 20:38:31', '2000-05-09 10:23:48', 69),
(41, 'edit_master40', 'web_master40', '1987-03-06 20:29:04', 'auto_chage_master40', 63, 'edit_master40', 'web_master40', 0, 0, 1, 0, '1988-11-16 11:34:25', '2006-06-21 23:41:32', 1),
(42, 'edit_master41', 'web_master41', '2017-11-07 05:43:15', 'auto_chage_master41', 29, 'edit_master41', 'web_master41', 0, 1, 0, 0, '1989-12-12 09:31:27', '1986-06-12 22:45:43', 60),
(43, 'edit_master42', 'web_master42', '1977-04-21 01:30:39', 'auto_chage_master42', 25, 'edit_master42', 'web_master42', 1, 1, 1, 1, '2002-08-21 20:21:24', '1994-10-12 11:12:18', 93),
(44, 'edit_master43', 'web_master43', '1979-05-31 00:10:29', 'auto_chage_master43', 97, 'edit_master43', 'web_master43', 0, 1, 1, 1, '1992-09-03 18:22:20', '1994-04-30 02:51:33', 1),
(45, 'edit_master44', 'web_master44', '2009-10-14 14:38:49', 'auto_chage_master44', 69, 'edit_master44', 'web_master44', 0, 0, 0, 1, '2013-12-02 04:37:30', '2000-09-30 14:38:01', 3),
(46, 'edit_master45', 'web_master45', '1998-12-01 07:12:03', 'auto_chage_master45', 62, 'edit_master45', 'web_master45', 0, 1, 1, 0, '2000-01-20 17:23:13', '2008-09-02 05:12:48', 92),
(47, 'edit_master46', 'web_master46', '1984-12-14 10:57:53', 'auto_chage_master46', 24, 'edit_master46', 'web_master46', 1, 1, 1, 0, '1998-01-19 05:28:10', '1992-12-15 22:49:48', 93),
(48, 'edit_master47', 'web_master47', '2009-08-13 12:17:39', 'auto_chage_master47', 12, 'edit_master47', 'web_master47', 1, 0, 1, 1, '1970-12-01 20:33:59', '2003-12-26 20:15:45', 38),
(49, 'edit_master48', 'web_master48', '1978-06-19 01:31:33', 'auto_chage_master48', 99, 'edit_master48', 'web_master48', 0, 1, 0, 0, '1987-07-20 04:06:39', '2011-01-16 20:03:42', 50),
(50, 'edit_master49', 'web_master49', '2017-04-20 00:39:45', 'auto_chage_master49', 78, 'edit_master49', 'web_master49', 0, 1, 0, 0, '2017-10-07 23:26:06', '2016-02-02 05:47:51', 27),
(51, 'edit_master50', 'web_master50', '2008-09-18 14:02:07', 'auto_chage_master50', 19, 'edit_master50', 'web_master50', 0, 0, 1, 1, '1994-06-13 12:37:28', '2017-08-15 00:21:24', 29),
(52, 'edit_master51', 'web_master51', '1975-03-10 07:51:58', 'auto_chage_master51', 32, 'edit_master51', 'web_master51', 1, 0, 0, 0, '1991-03-04 16:54:28', '1975-10-01 17:04:27', 91),
(53, 'edit_master52', 'web_master52', '1982-09-23 17:26:47', 'auto_chage_master52', 61, 'edit_master52', 'web_master52', 1, 1, 0, 0, '1975-02-23 15:21:35', '1973-07-28 02:16:09', 78),
(54, 'edit_master53', 'web_master53', '2009-09-28 07:38:18', 'auto_chage_master53', 74, 'edit_master53', 'web_master53', 0, 0, 0, 0, '1979-03-01 11:42:35', '1991-04-04 01:45:44', 9),
(55, 'edit_master54', 'web_master54', '1985-11-17 22:54:48', 'auto_chage_master54', 62, 'edit_master54', 'web_master54', 1, 1, 1, 1, '1973-06-08 11:09:25', '2006-06-02 00:37:28', 83),
(56, 'edit_master55', 'web_master55', '1994-10-03 12:48:31', 'auto_chage_master55', 20, 'edit_master55', 'web_master55', 0, 0, 1, 0, '2016-09-03 00:17:59', '2014-11-15 21:05:31', 16),
(57, 'edit_master56', 'web_master56', '2012-04-06 10:01:11', 'auto_chage_master56', 27, 'edit_master56', 'web_master56', 1, 0, 1, 1, '1985-10-12 09:32:46', '1981-11-30 07:07:49', 70),
(58, 'edit_master57', 'web_master57', '1997-03-05 06:17:40', 'auto_chage_master57', 14, 'edit_master57', 'web_master57', 1, 1, 1, 1, '1982-07-05 13:21:16', '2016-11-11 05:59:33', 15),
(59, 'edit_master58', 'web_master58', '1999-11-08 15:40:52', 'auto_chage_master58', 40, 'edit_master58', 'web_master58', 1, 0, 0, 1, '1994-07-09 11:17:33', '1985-07-01 07:02:10', 70),
(60, 'edit_master59', 'web_master59', '2003-11-06 19:43:14', 'auto_chage_master59', 89, 'edit_master59', 'web_master59', 1, 0, 0, 0, '2008-01-05 20:48:23', '1985-06-23 22:49:33', 34),
(61, 'edit_master60', 'web_master60', '1970-10-30 13:25:21', 'auto_chage_master60', 42, 'edit_master60', 'web_master60', 0, 1, 0, 0, '1980-01-23 10:54:47', '1994-05-10 04:53:11', 2),
(62, 'edit_master61', 'web_master61', '1994-05-31 01:50:07', 'auto_chage_master61', 48, 'edit_master61', 'web_master61', 1, 0, 1, 0, '1993-07-07 13:01:26', '2006-06-15 10:14:31', 17),
(63, 'edit_master62', 'web_master62', '2011-07-20 10:50:50', 'auto_chage_master62', 14, 'edit_master62', 'web_master62', 1, 0, 1, 0, '2009-12-28 23:51:17', '1996-06-28 09:58:26', 95),
(64, 'edit_master63', 'web_master63', '1986-01-28 05:05:52', 'auto_chage_master63', 20, 'edit_master63', 'web_master63', 1, 1, 1, 1, '1996-05-20 07:12:34', '1971-01-20 09:11:19', 30),
(65, 'edit_master64', 'web_master64', '2014-02-17 09:27:09', 'auto_chage_master64', 45, 'edit_master64', 'web_master64', 1, 1, 0, 1, '1995-11-26 04:44:47', '2005-09-27 17:56:37', 73),
(66, 'edit_master65', 'web_master65', '1985-10-18 10:33:00', 'auto_chage_master65', 56, 'edit_master65', 'web_master65', 1, 1, 0, 0, '1972-06-15 15:41:54', '1991-03-24 16:57:03', 88),
(67, 'edit_master66', 'web_master66', '2008-11-04 15:24:36', 'auto_chage_master66', 28, 'edit_master66', 'web_master66', 0, 0, 0, 1, '1971-01-17 16:31:10', '2010-10-16 06:52:47', 78),
(68, 'edit_master67', 'web_master67', '2007-05-17 05:12:30', 'auto_chage_master67', 99, 'edit_master67', 'web_master67', 0, 1, 1, 1, '1983-03-28 04:06:37', '1979-09-01 18:54:12', 48),
(69, 'edit_master68', 'web_master68', '2008-09-19 01:22:18', 'auto_chage_master68', 38, 'edit_master68', 'web_master68', 1, 1, 1, 0, '2002-01-21 13:44:20', '2006-02-17 16:26:39', 3),
(70, 'edit_master69', 'web_master69', '2000-08-12 06:58:48', 'auto_chage_master69', 67, 'edit_master69', 'web_master69', 0, 0, 1, 1, '2001-12-01 01:48:02', '1979-11-16 22:47:17', 72),
(71, 'edit_master70', 'web_master70', '2015-05-27 16:23:58', 'auto_chage_master70', 76, 'edit_master70', 'web_master70', 1, 1, 1, 0, '2016-05-15 19:51:24', '2001-07-29 00:41:56', 67),
(72, 'edit_master71', 'web_master71', '1972-11-22 09:28:22', 'auto_chage_master71', 87, 'edit_master71', 'web_master71', 0, 1, 1, 0, '2015-05-12 08:19:05', '1986-04-10 11:59:18', 65),
(73, 'edit_master72', 'web_master72', '1997-03-15 19:18:56', 'auto_chage_master72', 66, 'edit_master72', 'web_master72', 1, 0, 1, 0, '1987-05-24 03:18:46', '2001-07-17 02:56:48', 1),
(74, 'edit_master73', 'web_master73', '1992-12-16 18:18:20', 'auto_chage_master73', 67, 'edit_master73', 'web_master73', 1, 1, 0, 0, '1985-03-14 13:40:07', '1999-08-12 15:22:31', 39),
(75, 'edit_master74', 'web_master74', '2011-10-18 21:24:43', 'auto_chage_master74', 56, 'edit_master74', 'web_master74', 1, 0, 0, 0, '2012-09-24 21:06:39', '2002-11-19 08:49:18', 79),
(76, 'edit_master75', 'web_master75', '1993-10-10 17:09:52', 'auto_chage_master75', 13, 'edit_master75', 'web_master75', 1, 0, 0, 0, '2017-04-28 13:37:37', '2017-10-03 02:21:47', 29),
(77, 'edit_master76', 'web_master76', '2005-10-01 00:13:26', 'auto_chage_master76', 49, 'edit_master76', 'web_master76', 1, 0, 0, 0, '1971-04-06 14:21:25', '1973-03-09 14:42:39', 100),
(78, 'edit_master77', 'web_master77', '2007-05-23 13:10:52', 'auto_chage_master77', 100, 'edit_master77', 'web_master77', 0, 0, 0, 0, '1998-06-07 20:38:59', '2005-07-21 22:31:49', 67),
(79, 'edit_master78', 'web_master78', '2015-11-07 00:14:23', 'auto_chage_master78', 21, 'edit_master78', 'web_master78', 0, 1, 0, 1, '2017-03-07 11:01:07', '1972-04-08 17:07:20', 74),
(80, 'edit_master79', 'web_master79', '1987-01-28 15:39:33', 'auto_chage_master79', 97, 'edit_master79', 'web_master79', 1, 0, 1, 1, '1971-08-31 02:08:38', '1998-05-15 06:03:39', 26),
(81, 'edit_master80', 'web_master80', '1993-12-09 05:45:20', 'auto_chage_master80', 100, 'edit_master80', 'web_master80', 0, 0, 1, 1, '1990-03-12 21:20:47', '1975-01-25 10:45:04', 90),
(82, 'edit_master81', 'web_master81', '1979-02-06 17:47:48', 'auto_chage_master81', 26, 'edit_master81', 'web_master81', 0, 0, 0, 0, '1996-01-18 17:45:16', '2010-03-15 12:24:58', 48),
(83, 'edit_master82', 'web_master82', '2011-12-31 07:15:29', 'auto_chage_master82', 73, 'edit_master82', 'web_master82', 1, 0, 1, 0, '2002-10-14 19:28:06', '1978-09-25 13:33:27', 38),
(84, 'edit_master83', 'web_master83', '1985-06-11 20:09:45', 'auto_chage_master83', 15, 'edit_master83', 'web_master83', 0, 1, 0, 0, '2003-10-12 20:28:01', '2009-07-18 14:08:01', 59),
(85, 'edit_master84', 'web_master84', '2003-09-10 21:11:06', 'auto_chage_master84', 40, 'edit_master84', 'web_master84', 0, 0, 1, 1, '1987-01-29 00:24:05', '2001-02-18 11:04:56', 96),
(86, 'edit_master85', 'web_master85', '1970-11-12 15:35:37', 'auto_chage_master85', 22, 'edit_master85', 'web_master85', 1, 1, 0, 0, '2008-06-24 02:29:27', '1994-09-29 04:51:52', 67),
(87, 'edit_master86', 'web_master86', '2001-11-26 19:52:48', 'auto_chage_master86', 83, 'edit_master86', 'web_master86', 0, 0, 0, 1, '2010-04-15 12:32:20', '2009-12-01 08:58:58', 24),
(88, 'edit_master87', 'web_master87', '2009-04-10 11:54:55', 'auto_chage_master87', 50, 'edit_master87', 'web_master87', 0, 1, 0, 1, '1977-08-25 10:23:28', '1985-01-28 20:15:53', 2),
(89, 'edit_master88', 'web_master88', '1974-09-28 05:02:53', 'auto_chage_master88', 39, 'edit_master88', 'web_master88', 0, 1, 0, 0, '2000-06-10 17:07:43', '2008-08-06 03:43:53', 52),
(90, 'edit_master89', 'web_master89', '1984-10-06 16:26:49', 'auto_chage_master89', 59, 'edit_master89', 'web_master89', 1, 1, 0, 1, '1982-04-28 02:47:59', '1993-05-13 18:06:06', 33),
(91, 'edit_master90', 'web_master90', '1997-01-20 17:56:32', 'auto_chage_master90', 26, 'edit_master90', 'web_master90', 1, 1, 0, 1, '1972-06-07 11:16:58', '2004-11-25 18:27:20', 72),
(92, 'edit_master91', 'web_master91', '1985-03-04 07:30:44', 'auto_chage_master91', 97, 'edit_master91', 'web_master91', 1, 0, 1, 0, '2003-12-17 05:39:44', '1985-10-13 11:32:31', 10),
(93, 'edit_master92', 'web_master92', '1984-06-12 23:32:06', 'auto_chage_master92', 16, 'edit_master92', 'web_master92', 1, 0, 1, 1, '2014-12-28 13:24:49', '2011-02-16 18:32:20', 20),
(94, 'edit_master93', 'web_master93', '2000-11-26 03:57:23', 'auto_chage_master93', 4, 'edit_master93', 'web_master93', 0, 1, 1, 1, '1992-05-02 19:14:45', '1976-07-10 12:34:09', 93),
(95, 'edit_master94', 'web_master94', '1995-08-05 01:23:27', 'auto_chage_master94', 32, 'edit_master94', 'web_master94', 0, 1, 1, 1, '2013-03-29 14:03:05', '2006-12-18 03:45:16', 77),
(96, 'edit_master95', 'web_master95', '2013-06-22 18:55:42', 'auto_chage_master95', 76, 'edit_master95', 'web_master95', 0, 0, 1, 1, '1979-11-21 22:28:57', '1982-06-10 04:18:44', 69),
(97, 'edit_master96', 'web_master96', '2012-12-21 21:57:18', 'auto_chage_master96', 59, 'edit_master96', 'web_master96', 1, 0, 1, 1, '2018-09-17 23:46:16', '2015-07-17 02:06:04', 94),
(98, 'edit_master97', 'web_master97', '1975-04-27 18:07:41', 'auto_chage_master97', 31, 'edit_master97', 'web_master97', 1, 1, 1, 0, '2005-08-17 14:00:10', '1990-09-21 00:45:15', 32),
(99, 'edit_master98', 'web_master98', '1988-03-14 01:32:38', 'auto_chage_master98', 29, 'edit_master98', 'web_master98', 1, 0, 0, 1, '1976-07-17 16:48:30', '2004-08-30 01:45:22', 91),
(100, 'edit_master99', 'web_master99', '1980-09-08 11:49:05', 'auto_chage_master99', 60, 'edit_master99', 'web_master99', 0, 1, 0, 1, '1974-10-20 05:04:49', '1987-04-09 14:48:38', 23);
-- --------------------------------------------------------
--
-- 表的结构 `settlement_transaction`
--
CREATE TABLE `settlement_transaction` (
`settlement_transaction_id` int(10) UNSIGNED NOT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
`contract_id` int(10) UNSIGNED DEFAULT NULL,
`status` varchar(255) DEFAULT NULL,
`pay_code` varchar(255) DEFAULT NULL,
`contract_payment_number` varchar(255) DEFAULT NULL,
`corp_code` varchar(255) DEFAULT NULL,
`mms_date` varchar(255) DEFAULT NULL,
`cvs_code` varchar(255) DEFAULT NULL,
`shop_code` varchar(255) DEFAULT NULL,
`pay_date` datetime DEFAULT NULL,
`settlement_amount` decimal(10,0) DEFAULT NULL,
`stamp_flag` varchar(255) DEFAULT NULL,
`md5_string` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
--
-- 转存表中的数据 `settlement_transaction`
--
INSERT INTO `settlement_transaction` (`settlement_transaction_id`, `created_at`, `updated_at`, `contract_id`, `status`, `pay_code`, `contract_payment_number`, `corp_code`, `mms_date`, `cvs_code`, `shop_code`, `pay_date`, `settlement_amount`, `stamp_flag`, `md5_string`) VALUES
(1, '1995-05-16 01:44:47', '1979-07-18 04:09:29', 33, 'status0', 'pay_code0', 'contract_payment_number0', 'corp_code0', 'mms_date0', 'cvs_code0', 'shop_code0', '1985-03-14 17:09:48', 565, 'stamp_flag0', 'md5_string0'),
(2, '1977-12-27 04:39:08', '2007-04-20 02:51:27', 61, 'status1', 'pay_code1', 'contract_payment_number1', 'corp_code1', 'mms_date1', 'cvs_code1', 'shop_code1', '1991-01-02 17:52:07', 449, 'stamp_flag1', 'md5_string1'),
(3, '2000-01-25 21:33:55', '1993-02-17 23:04:17', 82, 'status2', 'pay_code2', 'contract_payment_number2', 'corp_code2', 'mms_date2', 'cvs_code2', 'shop_code2', '1993-04-25 03:58:29', 681, 'stamp_flag2', 'md5_string2'),
(4, '2018-02-17 22:44:42', '1987-09-22 16:36:53', 47, 'status3', 'pay_code3', 'contract_payment_number3', 'corp_code3', 'mms_date3', 'cvs_code3', 'shop_code3', '1975-10-11 16:02:09', 926, 'stamp_flag3', 'md5_string3'),
(5, '2009-01-17 12:21:48', '1997-08-29 18:55:37', 33, 'status4', 'pay_code4', 'contract_payment_number4', 'corp_code4', 'mms_date4', 'cvs_code4', 'shop_code4', '2016-04-20 17:45:30', 433, 'stamp_flag4', 'md5_string4'),
(6, '2000-01-17 03:44:13', '2015-12-04 05:50:38', 94, 'status5', 'pay_code5', 'contract_payment_number5', 'corp_code5', 'mms_date5', 'cvs_code5', 'shop_code5', '1974-12-26 01:50:29', 910, 'stamp_flag5', 'md5_string5'),
(7, '1971-08-14 20:58:46', '2017-12-02 04:50:42', 95, 'status6', 'pay_code6', 'contract_payment_number6', 'corp_code6', 'mms_date6', 'cvs_code6', 'shop_code6', '1987-07-04 23:02:02', 157, 'stamp_flag6', 'md5_string6'),
(8, '2005-09-18 12:06:56', '2003-09-08 01:02:49', 87, 'status7', 'pay_code7', 'contract_payment_number7', 'corp_code7', 'mms_date7', 'cvs_code7', 'shop_code7', '1977-04-02 02:52:13', 120, 'stamp_flag7', 'md5_string7'),
(9, '2000-02-27 04:12:03', '1983-04-25 03:44:53', 24, 'status8', 'pay_code8', 'contract_payment_number8', 'corp_code8', 'mms_date8', 'cvs_code8', 'shop_code8', '1990-11-01 13:40:02', 48, 'stamp_flag8', 'md5_string8'),
(10, '1996-06-02 14:47:59', '2018-07-14 11:27:09', 18, 'status9', 'pay_code9', 'contract_payment_number9', 'corp_code9', 'mms_date9', 'cvs_code9', 'shop_code9', '2017-08-28 22:43:10', 799, 'stamp_flag9', 'md5_string9'),
(11, '1982-09-21 00:05:30', '1974-07-14 20:36:09', 12, 'status10', 'pay_code10', 'contract_payment_number10', 'corp_code10', 'mms_date10', 'cvs_code10', 'shop_code10', '1993-03-04 03:16:42', 347, 'stamp_flag10', 'md5_string10'),
(12, '1985-01-10 20:58:36', '2010-02-07 06:06:21', 17, 'status11', 'pay_code11', 'contract_payment_number11', 'corp_code11', 'mms_date11', 'cvs_code11', 'shop_code11', '1974-04-21 17:59:53', 56, 'stamp_flag11', 'md5_string11'),
(13, '1985-06-15 17:19:58', '2009-08-21 14:24:12', 81, 'status12', 'pay_code12', 'contract_payment_number12', 'corp_code12', 'mms_date12', 'cvs_code12', 'shop_code12', '1974-04-20 23:53:14', 756, 'stamp_flag12', 'md5_string12'),
(14, '1994-12-28 23:41:40', '1977-03-20 15:31:35', 23, 'status13', 'pay_code13', 'contract_payment_number13', 'corp_code13', 'mms_date13', 'cvs_code13', 'shop_code13', '2003-11-10 22:21:17', 244, 'stamp_flag13', 'md5_string13'),
(15, '1998-03-16 16:17:42', '2013-11-03 04:27:19', 81, 'status14', 'pay_code14', 'contract_payment_number14', 'corp_code14', 'mms_date14', 'cvs_code14', 'shop_code14', '1998-09-16 10:41:57', 276, 'stamp_flag14', 'md5_string14'),
(16, '2014-10-20 10:06:45', '1984-06-18 16:07:39', 57, 'status15', 'pay_code15', 'contract_payment_number15', 'corp_code15', 'mms_date15', 'cvs_code15', 'shop_code15', '2004-11-05 19:36:45', 754, 'stamp_flag15', 'md5_string15'),
(17, '1984-03-29 03:11:49', '2009-10-13 20:37:41', 71, 'status16', 'pay_code16', 'contract_payment_number16', 'corp_code16', 'mms_date16', 'cvs_code16', 'shop_code16', '1997-09-18 05:44:05', 854, 'stamp_flag16', 'md5_string16'),
(18, '1995-05-22 15:54:12', '1984-03-16 16:33:20', 4, 'status17', 'pay_code17', 'contract_payment_number17', 'corp_code17', 'mms_date17', 'cvs_code17', 'shop_code17', '1987-05-08 17:27:13', 250, 'stamp_flag17', 'md5_string17'),
(19, '2000-03-05 15:41:54', '1999-01-21 15:52:57', 69, 'status18', 'pay_code18', 'contract_payment_number18', 'corp_code18', 'mms_date18', 'cvs_code18', 'shop_code18', '1982-02-08 22:23:10', 639, 'stamp_flag18', 'md5_string18'),
(20, '1999-10-26 11:59:27', '2016-12-17 16:05:41', 32, 'status19', 'pay_code19', 'contract_payment_number19', 'corp_code19', 'mms_date19', 'cvs_code19', 'shop_code19', '2002-09-01 19:03:45', 851, 'stamp_flag19', 'md5_string19'),
(21, '1988-09-09 17:51:39', '2011-07-04 01:36:52', 10, 'status20', 'pay_code20', 'contract_payment_number20', 'corp_code20', 'mms_date20', 'cvs_code20', 'shop_code20', '1988-06-21 02:58:22', 759, 'stamp_flag20', 'md5_string20'),
(22, '2013-05-22 21:25:23', '2009-07-11 19:58:20', 94, 'status21', 'pay_code21', 'contract_payment_number21', 'corp_code21', 'mms_date21', 'cvs_code21', 'shop_code21', '1977-12-28 20:44:04', 456, 'stamp_flag21', 'md5_string21'),
(23, '1988-08-17 21:53:30', '1972-05-02 13:27:02', 64, 'status22', 'pay_code22', 'contract_payment_number22', 'corp_code22', 'mms_date22', 'cvs_code22', 'shop_code22', '1977-02-26 19:35:57', 412, 'stamp_flag22', 'md5_string22'),
(24, '1995-09-28 12:41:02', '1988-01-22 23:44:54', 41, 'status23', 'pay_code23', 'contract_payment_number23', 'corp_code23', 'mms_date23', 'cvs_code23', 'shop_code23', '1996-06-28 20:59:34', 744, 'stamp_flag23', 'md5_string23'),
(25, '1976-10-16 02:43:49', '1975-07-19 10:15:55', 68, 'status24', 'pay_code24', 'contract_payment_number24', 'corp_code24', 'mms_date24', 'cvs_code24', 'shop_code24', '1996-02-06 08:26:41', 474, 'stamp_flag24', 'md5_string24'),
(26, '1978-05-15 16:04:46', '1985-09-28 16:59:24', 72, 'status25', 'pay_code25', 'contract_payment_number25', 'corp_code25', 'mms_date25', 'cvs_code25', 'shop_code25', '1977-05-10 02:23:13', 994, 'stamp_flag25', 'md5_string25'),
(27, '1996-04-07 04:38:19', '1973-11-27 09:17:28', 57, 'status26', 'pay_code26', 'contract_payment_number26', 'corp_code26', 'mms_date26', 'cvs_code26', 'shop_code26', '2006-09-12 21:53:41', 993, 'stamp_flag26', 'md5_string26'),
(28, '2016-02-15 20:24:37', '1973-07-24 14:17:41', 39, 'status27', 'pay_code27', 'contract_payment_number27', 'corp_code27', 'mms_date27', 'cvs_code27', 'shop_code27', '1976-02-22 08:14:35', 99, 'stamp_flag27', 'md5_string27'),
(29, '1978-01-16 01:45:52', '2008-09-01 10:40:13', 21, 'status28', 'pay_code28', 'contract_payment_number28', 'corp_code28', 'mms_date28', 'cvs_code28', 'shop_code28', '1976-07-24 13:20:05', 89, 'stamp_flag28', 'md5_string28'),
(30, '2010-01-16 12:17:07', '1989-06-06 04:27:14', 51, 'status29', 'pay_code29', 'contract_payment_number29', 'corp_code29', 'mms_date29', 'cvs_code29', 'shop_code29', '1980-10-07 10:53:43', 614, 'stamp_flag29', 'md5_string29'),
(31, '1983-01-09 08:38:50', '1981-05-31 11:00:22', 81, 'status30', 'pay_code30', 'contract_payment_number30', 'corp_code30', 'mms_date30', 'cvs_code30', 'shop_code30', '2010-06-07 22:54:02', 961, 'stamp_flag30', 'md5_string30'),
(32, '2015-12-29 15:26:32', '1976-12-26 10:52:23', 42, 'status31', 'pay_code31', 'contract_payment_number31', 'corp_code31', 'mms_date31', 'cvs_code31', 'shop_code31', '2007-06-22 11:54:14', 52, 'stamp_flag31', 'md5_string31'),
(33, '2013-04-21 18:49:02', '1993-08-07 03:27:27', 3, 'status32', 'pay_code32', 'contract_payment_number32', 'corp_code32', 'mms_date32', 'cvs_code32', 'shop_code32', '1999-02-06 21:46:52', 630, 'stamp_flag32', 'md5_string32'),
(34, '1997-05-30 22:34:35', '2014-08-06 19:30:49', 40, 'status33', 'pay_code33', 'contract_payment_number33', 'corp_code33', 'mms_date33', 'cvs_code33', 'shop_code33', '2002-03-04 09:59:30', 722, 'stamp_flag33', 'md5_string33'),
(35, '2016-10-27 08:55:59', '1980-11-29 08:03:54', 75, 'status34', 'pay_code34', 'contract_payment_number34', 'corp_code34', 'mms_date34', 'cvs_code34', 'shop_code34', '1990-11-18 21:47:39', 242, 'stamp_flag34', 'md5_string34'),
(36, '1999-06-03 10:06:00', '1978-02-22 19:20:41', 49, 'status35', 'pay_code35', 'contract_payment_number35', 'corp_code35', 'mms_date35', 'cvs_code35', 'shop_code35', '2009-09-27 06:36:56', 138, 'stamp_flag35', 'md5_string35'),
(37, '1976-07-31 00:24:02', '2012-06-08 02:58:06', 26, 'status36', 'pay_code36', 'contract_payment_number36', 'corp_code36', 'mms_date36', 'cvs_code36', 'shop_code36', '1971-06-03 11:54:39', 878, 'stamp_flag36', 'md5_string36'),
(38, '1981-04-20 09:22:30', '1973-04-18 01:15:56', 70, 'status37', 'pay_code37', 'contract_payment_number37', 'corp_code37', 'mms_date37', 'cvs_code37', 'shop_code37', '2009-04-10 17:08:41', 352, 'stamp_flag37', 'md5_string37'),
(39, '2010-06-21 10:53:12', '2018-04-19 13:35:46', 10, 'status38', 'pay_code38', 'contract_payment_number38', 'corp_code38', 'mms_date38', 'cvs_code38', 'shop_code38', '1975-01-08 21:38:03', 933, 'stamp_flag38', 'md5_string38'),
(40, '1990-02-28 09:27:38', '2002-06-09 08:22:05', 10, 'status39', 'pay_code39', 'contract_payment_number39', 'corp_code39', 'mms_date39', 'cvs_code39', 'shop_code39', '1980-07-12 10:12:16', 438, 'stamp_flag39', 'md5_string39'),
(41, '1984-09-02 06:44:03', '2017-05-25 09:14:36', 32, 'status40', 'pay_code40', 'contract_payment_number40', 'corp_code40', 'mms_date40', 'cvs_code40', 'shop_code40', '1979-07-26 17:40:54', 310, 'stamp_flag40', 'md5_string40'),
(42, '2018-01-24 08:08:31', '1982-03-18 14:54:36', 71, 'status41', 'pay_code41', 'contract_payment_number41', 'corp_code41', 'mms_date41', 'cvs_code41', 'shop_code41', '1998-01-14 23:06:13', 75, 'stamp_flag41', 'md5_string41'),
(43, '2000-02-25 13:05:35', '1987-10-27 20:54:51', 25, 'status42', 'pay_code42', 'contract_payment_number42', 'corp_code42', 'mms_date42', 'cvs_code42', 'shop_code42', '2015-01-18 18:54:51', 42, 'stamp_flag42', 'md5_string42'),
(44, '2003-05-05 08:25:22', '1978-05-16 15:52:29', 37, 'status43', 'pay_code43', 'contract_payment_number43', 'corp_code43', 'mms_date43', 'cvs_code43', 'shop_code43', '1985-07-22 21:11:42', 129, 'stamp_flag43', 'md5_string43'),
(45, '1993-05-11 20:55:00', '2018-01-07 17:16:49', 63, 'status44', 'pay_code44', 'contract_payment_number44', 'corp_code44', 'mms_date44', 'cvs_code44', 'shop_code44', '2013-10-17 18:49:58', 677, 'stamp_flag44', 'md5_string44'),
(46, '1994-01-12 09:26:17', '1972-06-25 00:21:56', 79, 'status45', 'pay_code45', 'contract_payment_number45', 'corp_code45', 'mms_date45', 'cvs_code45', 'shop_code45', '2003-05-05 03:22:42', 972, 'stamp_flag45', 'md5_string45'),
(47, '2005-03-10 11:30:28', '2017-08-25 00:46:19', 71, 'status46', 'pay_code46', 'contract_payment_number46', 'corp_code46', 'mms_date46', 'cvs_code46', 'shop_code46', '2017-08-12 03:11:50', 343, 'stamp_flag46', 'md5_string46'),
(48, '1981-11-30 04:05:18', '1993-09-06 07:04:53', 27, 'status47', 'pay_code47', 'contract_payment_number47', 'corp_code47', 'mms_date47', 'cvs_code47', 'shop_code47', '2007-07-26 08:17:09', 754, 'stamp_flag47', 'md5_string47'),
(49, '2017-11-28 22:36:39', '2002-06-07 04:17:30', 50, 'status48', 'pay_code48', 'contract_payment_number48', 'corp_code48', 'mms_date48', 'cvs_code48', 'shop_code48', '2001-04-22 17:21:18', 806, 'stamp_flag48', 'md5_string48'),
(50, '1986-07-19 13:12:33', '2006-01-16 13:19:19', 18, 'status49', 'pay_code49', 'contract_payment_number49', 'corp_code49', 'mms_date49', 'cvs_code49', 'shop_code49', '2013-09-20 07:48:55', 560, 'stamp_flag49', 'md5_string49'),
(51, '1983-12-09 02:00:58', '1996-12-09 03:26:26', 49, 'status50', 'pay_code50', 'contract_payment_number50', 'corp_code50', 'mms_date50', 'cvs_code50', 'shop_code50', '1990-09-02 10:49:33', 839, 'stamp_flag50', 'md5_string50'),
(52, '2016-10-04 22:48:40', '1995-04-21 03:33:34', 28, 'status51', 'pay_code51', 'contract_payment_number51', 'corp_code51', 'mms_date51', 'cvs_code51', 'shop_code51', '1982-03-17 21:13:06', 262, 'stamp_flag51', 'md5_string51'),
(53, '1981-08-09 16:15:14', '1971-06-09 16:15:41', 27, 'status52', 'pay_code52', 'contract_payment_number52', 'corp_code52', 'mms_date52', 'cvs_code52', 'shop_code52', '2012-12-28 01:51:48', 728, 'stamp_flag52', 'md5_string52'),
(54, '1995-09-10 12:33:41', '1970-12-12 17:29:40', 40, 'status53', 'pay_code53', 'contract_payment_number53', 'corp_code53', 'mms_date53', 'cvs_code53', 'shop_code53', '1985-09-16 02:14:15', 406, 'stamp_flag53', 'md5_string53'),
(55, '1980-01-21 06:18:27', '1995-11-15 07:57:48', 47, 'status54', 'pay_code54', 'contract_payment_number54', 'corp_code54', 'mms_date54', 'cvs_code54', 'shop_code54', '1974-10-25 03:18:11', 240, 'stamp_flag54', 'md5_string54'),
(56, '2010-12-18 07:29:07', '1991-04-28 11:42:09', 78, 'status55', 'pay_code55', 'contract_payment_number55', 'corp_code55', 'mms_date55', 'cvs_code55', 'shop_code55', '1980-02-27 22:06:13', 835, 'stamp_flag55', 'md5_string55'),
(57, '2015-07-31 07:34:35', '2014-06-03 11:40:05', 13, 'status56', 'pay_code56', 'contract_payment_number56', 'corp_code56', 'mms_date56', 'cvs_code56', 'shop_code56', '2015-08-31 14:45:20', 93, 'stamp_flag56', 'md5_string56'),
(58, '1970-07-16 19:40:04', '2016-04-13 00:38:29', 39, 'status57', 'pay_code57', 'contract_payment_number57', 'corp_code57', 'mms_date57', 'cvs_code57', 'shop_code57', '2006-11-26 06:06:11', 701, 'stamp_flag57', 'md5_string57'),
(59, '1973-02-14 02:50:11', '2005-08-20 14:57:53', 51, 'status58', 'pay_code58', 'contract_payment_number58', 'corp_code58', 'mms_date58', 'cvs_code58', 'shop_code58', '1995-03-16 05:32:32', 767, 'stamp_flag58', 'md5_string58'),
(60, '2011-02-23 05:34:27', '1976-05-24 08:06:23', 49, 'status59', 'pay_code59', 'contract_payment_number59', 'corp_code59', 'mms_date59', 'cvs_code59', 'shop_code59', '1994-04-18 04:37:05', 138, 'stamp_flag59', 'md5_string59'),
(61, '1998-06-23 07:44:34', '1989-10-23 04:56:24', 61, 'status60', 'pay_code60', 'contract_payment_number60', 'corp_code60', 'mms_date60', 'cvs_code60', 'shop_code60', '2007-09-24 00:33:16', 809, 'stamp_flag60', 'md5_string60'),
(62, '1991-07-31 05:01:33', '1972-02-04 09:32:09', 69, 'status61', 'pay_code61', 'contract_payment_number61', 'corp_code61', 'mms_date61', 'cvs_code61', 'shop_code61', '1982-07-17 23:29:38', 354, 'stamp_flag61', 'md5_string61'),
(63, '1982-04-04 09:11:04', '1980-05-08 10:38:00', 13, 'status62', 'pay_code62', 'contract_payment_number62', 'corp_code62', 'mms_date62', 'cvs_code62', 'shop_code62', '2016-03-15 23:50:07', 578, 'stamp_flag62', 'md5_string62'),
(64, '1990-05-16 17:51:20', '1986-08-03 00:23:54', 69, 'status63', 'pay_code63', 'contract_payment_number63', 'corp_code63', 'mms_date63', 'cvs_code63', 'shop_code63', '1993-11-02 01:42:17', 645, 'stamp_flag63', 'md5_string63'),
(65, '2018-07-31 06:17:56', '1989-10-11 12:03:08', 37, 'status64', 'pay_code64', 'contract_payment_number64', 'corp_code64', 'mms_date64', 'cvs_code64', 'shop_code64', '1990-12-07 13:52:18', 624, 'stamp_flag64', 'md5_string64'),
(66, '1987-07-23 10:08:01', '1989-09-15 19:51:59', 50, 'status65', 'pay_code65', 'contract_payment_number65', 'corp_code65', 'mms_date65', 'cvs_code65', 'shop_code65', '1988-07-08 19:41:22', 295, 'stamp_flag65', 'md5_string65'),
(67, '1994-05-31 22:08:42', '1984-10-31 05:04:31', 48, 'status66', 'pay_code66', 'contract_payment_number66', 'corp_code66', 'mms_date66', 'cvs_code66', 'shop_code66', '1994-03-05 19:39:28', 501, 'stamp_flag66', 'md5_string66'),
(68, '2002-09-15 14:33:53', '1977-03-02 05:26:40', 10, 'status67', 'pay_code67', 'contract_payment_number67', 'corp_code67', 'mms_date67', 'cvs_code67', 'shop_code67', '2015-08-06 16:14:11', 354, 'stamp_flag67', 'md5_string67'),
(69, '1992-07-27 20:36:30', '1973-07-24 09:23:13', 47, 'status68', 'pay_code68', 'contract_payment_number68', 'corp_code68', 'mms_date68', 'cvs_code68', 'shop_code68', '1979-06-01 17:38:45', 71, 'stamp_flag68', 'md5_string68'),
(70, '1984-09-24 00:03:05', '1997-06-19 13:51:53', 2, 'status69', 'pay_code69', 'contract_payment_number69', 'corp_code69', 'mms_date69', 'cvs_code69', 'shop_code69', '1981-03-25 06:45:03', 949, 'stamp_flag69', 'md5_string69'),
(71, '1977-02-14 11:31:03', '1986-10-07 21:49:37', 69, 'status70', 'pay_code70', 'contract_payment_number70', 'corp_code70', 'mms_date70', 'cvs_code70', 'shop_code70', '1984-08-15 09:20:27', 98, 'stamp_flag70', 'md5_string70'),
(72, '1971-09-30 10:37:25', '1984-08-16 20:07:35', 38, 'status71', 'pay_code71', 'contract_payment_number71', 'corp_code71', 'mms_date71', 'cvs_code71', 'shop_code71', '1981-01-02 09:41:01', 442, 'stamp_flag71', 'md5_string71'),
(73, '1974-02-01 06:42:30', '2009-05-07 05:12:14', 10, 'status72', 'pay_code72', 'contract_payment_number72', 'corp_code72', 'mms_date72', 'cvs_code72', 'shop_code72', '1985-04-12 18:14:07', 40, 'stamp_flag72', 'md5_string72'),
(74, '1982-12-04 22:04:19', '1989-06-20 22:43:24', 91, 'status73', 'pay_code73', 'contract_payment_number73', 'corp_code73', 'mms_date73', 'cvs_code73', 'shop_code73', '1977-02-16 15:16:22', 528, 'stamp_flag73', 'md5_string73'),
(75, '1997-10-10 11:43:28', '1999-08-13 07:01:37', 59, 'status74', 'pay_code74', 'contract_payment_number74', 'corp_code74', 'mms_date74', 'cvs_code74', 'shop_code74', '1984-11-21 19:30:24', 749, 'stamp_flag74', 'md5_string74'),
(76, '1970-02-22 23:48:56', '2008-03-31 07:38:20', 81, 'status75', 'pay_code75', 'contract_payment_number75', 'corp_code75', 'mms_date75', 'cvs_code75', 'shop_code75', '1987-04-06 13:15:50', 493, 'stamp_flag75', 'md5_string75'),
(77, '1975-07-08 20:43:31', '2007-01-24 14:23:19', 63, 'status76', 'pay_code76', 'contract_payment_number76', 'corp_code76', 'mms_date76', 'cvs_code76', 'shop_code76', '1993-04-09 06:07:00', 2, 'stamp_flag76', 'md5_string76'),
(78, '1981-07-31 19:49:07', '1980-02-23 11:11:35', 97, 'status77', 'pay_code77', 'contract_payment_number77', 'corp_code77', 'mms_date77', 'cvs_code77', 'shop_code77', '1974-05-01 02:01:56', 105, 'stamp_flag77', 'md5_string77'),
(79, '1992-03-19 14:35:59', '1971-03-09 15:23:15', 99, 'status78', 'pay_code78', 'contract_payment_number78', 'corp_code78', 'mms_date78', 'cvs_code78', 'shop_code78', '1973-07-09 21:38:53', 622, 'stamp_flag78', 'md5_string78'),
(80, '1992-03-09 21:37:31', '1970-04-28 04:02:40', 15, 'status79', 'pay_code79', 'contract_payment_number79', 'corp_code79', 'mms_date79', 'cvs_code79', 'shop_code79', '2000-12-08 15:44:09', 269, 'stamp_flag79', 'md5_string79'),
(81, '1989-06-03 22:49:03', '1976-06-02 15:31:00', 81, 'status80', 'pay_code80', 'contract_payment_number80', 'corp_code80', 'mms_date80', 'cvs_code80', 'shop_code80', '2009-09-16 07:07:57', 739, 'stamp_flag80', 'md5_string80'),
(82, '1973-02-04 13:57:32', '2009-06-30 00:59:33', 21, 'status81', 'pay_code81', 'contract_payment_number81', 'corp_code81', 'mms_date81', 'cvs_code81', 'shop_code81', '1970-11-13 06:48:29', 111, 'stamp_flag81', 'md5_string81'),
(83, '2012-06-30 16:33:41', '1994-02-04 02:04:02', 2, 'status82', 'pay_code82', 'contract_payment_number82', 'corp_code82', 'mms_date82', 'cvs_code82', 'shop_code82', '1996-11-17 23:23:13', 252, 'stamp_flag82', 'md5_string82'),
(84, '1991-11-19 03:36:32', '1994-04-09 08:58:15', 73, 'status83', 'pay_code83', 'contract_payment_number83', 'corp_code83', 'mms_date83', 'cvs_code83', 'shop_code83', '2009-08-07 02:45:57', 893, 'stamp_flag83', 'md5_string83'),
(85, '1977-05-15 05:00:07', '1989-05-21 18:52:57', 95, 'status84', 'pay_code84', 'contract_payment_number84', 'corp_code84', 'mms_date84', 'cvs_code84', 'shop_code84', '2000-09-13 11:50:39', 311, 'stamp_flag84', 'md5_string84'),
(86, '2004-05-25 13:41:46', '1980-05-31 00:23:49', 67, 'status85', 'pay_code85', 'contract_payment_number85', 'corp_code85', 'mms_date85', 'cvs_code85', 'shop_code85', '2009-03-09 16:02:24', 356, 'stamp_flag85', 'md5_string85'),
(87, '1970-06-29 04:37:10', '1983-09-08 00:00:17', 49, 'status86', 'pay_code86', 'contract_payment_number86', 'corp_code86', 'mms_date86', 'cvs_code86', 'shop_code86', '1992-05-16 21:52:16', 878, 'stamp_flag86', 'md5_string86'),
(88, '1988-03-02 05:36:24', '2016-08-15 19:57:59', 30, 'status87', 'pay_code87', 'contract_payment_number87', 'corp_code87', 'mms_date87', 'cvs_code87', 'shop_code87', '1980-09-29 09:55:02', 767, 'stamp_flag87', 'md5_string87'),
(89, '1991-10-23 21:58:47', '1975-04-19 22:17:10', 26, 'status88', 'pay_code88', 'contract_payment_number88', 'corp_code88', 'mms_date88', 'cvs_code88', 'shop_code88', '2003-01-19 02:04:28', 257, 'stamp_flag88', 'md5_string88'),
(90, '1973-05-07 20:33:14', '2016-07-21 08:14:47', 40, 'status89', 'pay_code89', 'contract_payment_number89', 'corp_code89', 'mms_date89', 'cvs_code89', 'shop_code89', '2014-08-22 22:14:46', 887, 'stamp_flag89', 'md5_string89'),
(91, '1995-09-28 06:32:26', '1980-05-01 18:56:14', 3, 'status90', 'pay_code90', 'contract_payment_number90', 'corp_code90', 'mms_date90', 'cvs_code90', 'shop_code90', '1977-11-04 14:12:19', 953, 'stamp_flag90', 'md5_string90'),
(92, '1990-04-20 09:04:49', '1985-01-09 14:34:00', 92, 'status91', 'pay_code91', 'contract_payment_number91', 'corp_code91', 'mms_date91', 'cvs_code91', 'shop_code91', '1972-09-10 18:16:28', 49, 'stamp_flag91', 'md5_string91'),
(93, '1997-05-14 23:24:50', '2010-03-13 01:17:07', 52, 'status92', 'pay_code92', 'contract_payment_number92', 'corp_code92', 'mms_date92', 'cvs_code92', 'shop_code92', '1979-10-16 19:24:07', 921, 'stamp_flag92', 'md5_string92'),
(94, '1996-03-05 20:00:11', '2009-03-26 09:33:07', 46, 'status93', 'pay_code93', 'contract_payment_number93', 'corp_code93', 'mms_date93', 'cvs_code93', 'shop_code93', '2013-01-15 14:51:44', 927, 'stamp_flag93', 'md5_string93'),
(95, '1983-07-19 14:17:00', '2014-06-09 08:21:47', 37, 'status94', 'pay_code94', 'contract_payment_number94', 'corp_code94', 'mms_date94', 'cvs_code94', 'shop_code94', '2016-07-12 09:00:07', 797, 'stamp_flag94', 'md5_string94'),
(96, '1986-07-26 22:17:57', '2012-05-23 15:41:29', 61, 'status95', 'pay_code95', 'contract_payment_number95', 'corp_code95', 'mms_date95', 'cvs_code95', 'shop_code95', '1995-11-15 10:55:20', 772, 'stamp_flag95', 'md5_string95'),
(97, '2011-02-20 17:31:31', '2008-10-02 08:50:26', 10, 'status96', 'pay_code96', 'contract_payment_number96', 'corp_code96', 'mms_date96', 'cvs_code96', 'shop_code96', '1978-10-06 08:18:44', 148, 'stamp_flag96', 'md5_string96'),
(98, '1985-04-20 16:50:57', '1983-04-12 23:26:52', 73, 'status97', 'pay_code97', 'contract_payment_number97', 'corp_code97', 'mms_date97', 'cvs_code97', 'shop_code97', '2002-11-25 10:36:04', 473, 'stamp_flag97', 'md5_string97'),
(99, '1996-11-15 19:07:53', '1970-06-25 06:18:52', 64, 'status98', 'pay_code98', 'contract_payment_number98', 'corp_code98', 'mms_date98', 'cvs_code98', 'shop_code98', '1982-11-16 08:40:36', 623, 'stamp_flag98', 'md5_string98'),
(100, '1987-08-23 19:47:04', '1993-03-27 00:30:35', 86, 'status99', 'pay_code99', 'contract_payment_number99', 'corp_code99', 'mms_date99', 'cvs_code99', 'shop_code99', '2011-04-26 06:32:34', 214, 'stamp_flag99', 'md5_string99');
-- --------------------------------------------------------
--
-- 表的结构 `station`
--
CREATE TABLE `station` (
`station_id` int(10) UNSIGNED NOT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
`park_id` int(10) UNSIGNED DEFAULT NULL,
`station_neighbor_station` varchar(255) DEFAULT NULL,
`station_name_ruby` varchar(255) DEFAULT NULL,
`station_route_name` varchar(255) DEFAULT NULL,
`operator_id` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
--
-- 转存表中的数据 `station`
--
INSERT INTO `station` (`station_id`, `created_at`, `updated_at`, `park_id`, `station_neighbor_station`, `station_name_ruby`, `station_route_name`, `operator_id`) VALUES
(1, '1998-03-30 11:09:13', '1994-04-09 07:39:46', 44, 'station_neighbor_station0', 'station_name_ruby0', 'station_route_name0', 5),
(2, '1999-12-27 02:37:08', '2016-11-25 17:13:19', 84, 'station_neighbor_station1', 'station_name_ruby1', 'station_route_name1', 89),
(3, '1972-01-24 23:43:36', '1972-11-13 22:54:43', 51, 'station_neighbor_station2', 'station_name_ruby2', 'station_route_name2', 16),
(4, '1984-01-28 21:27:53', '2004-03-25 23:47:59', 63, 'station_neighbor_station3', 'station_name_ruby3', 'station_route_name3', 16),
(5, '1984-09-16 18:54:42', '2015-12-19 21:17:21', 63, 'station_neighbor_station4', 'station_name_ruby4', 'station_route_name4', 24),
(6, '1971-11-11 15:06:58', '2009-11-07 22:27:54', 11, 'station_neighbor_station5', 'station_name_ruby5', 'station_route_name5', 47),
(7, '1971-01-30 16:26:51', '2014-04-27 06:29:01', 45, 'station_neighbor_station6', 'station_name_ruby6', 'station_route_name6', 66),
(8, '2018-07-11 03:11:10', '1976-07-01 04:02:54', 95, 'station_neighbor_station7', 'station_name_ruby7', 'station_route_name7', 49),
(9, '1984-08-10 07:00:40', '1970-04-06 02:41:52', 38, 'station_neighbor_station8', 'station_name_ruby8', 'station_route_name8', 72),
(10, '1970-12-06 20:14:03', '1976-10-24 10:50:54', 100, 'station_neighbor_station9', 'station_name_ruby9', 'station_route_name9', 7),
(11, '1992-08-17 11:03:37', '2010-09-17 16:09:02', 61, 'station_neighbor_station10', 'station_name_ruby10', 'station_route_name10', 100),
(12, '1977-05-08 03:00:09', '1970-07-10 08:53:23', 21, 'station_neighbor_station11', 'station_name_ruby11', 'station_route_name11', 92),
(13, '1979-11-07 09:15:59', '1976-03-29 18:52:25', 24, 'station_neighbor_station12', 'station_name_ruby12', 'station_route_name12', 71),
(14, '1980-12-29 01:57:41', '1981-11-05 09:46:53', 90, 'station_neighbor_station13', 'station_name_ruby13', 'station_route_name13', 16),
(15, '2008-09-20 06:57:56', '2009-08-29 23:31:24', 94, 'station_neighbor_station14', 'station_name_ruby14', 'station_route_name14', 51),
(16, '1973-08-29 14:40:31', '1985-05-27 13:44:49', 77, 'station_neighbor_station15', 'station_name_ruby15', 'station_route_name15', 90),
(17, '2005-11-22 06:28:17', '2004-08-05 15:58:44', 30, 'station_neighbor_station16', 'station_name_ruby16', 'station_route_name16', 100),
(18, '2016-10-11 00:00:18', '2012-08-16 04:19:31', 55, 'station_neighbor_station17', 'station_name_ruby17', 'station_route_name17', 20),
(19, '1979-02-17 14:29:46', '2010-09-27 04:55:53', 77, 'station_neighbor_station18', 'station_name_ruby18', 'station_route_name18', 32),
(20, '1989-02-18 17:08:40', '1977-08-26 11:12:19', 99, 'station_neighbor_station19', 'station_name_ruby19', 'station_route_name19', 99),
(21, '2016-12-27 02:14:27', '1992-10-12 00:40:58', 60, 'station_neighbor_station20', 'station_name_ruby20', 'station_route_name20', 66),
(22, '1980-05-20 09:33:14', '2000-04-12 18:27:56', 85, 'station_neighbor_station21', 'station_name_ruby21', 'station_route_name21', 76),
(23, '1974-01-22 01:08:33', '2010-11-01 18:25:54', 5, 'station_neighbor_station22', 'station_name_ruby22', 'station_route_name22', 23),
(24, '1980-06-24 01:36:12', '1972-07-28 23:29:23', 61, 'station_neighbor_station23', 'station_name_ruby23', 'station_route_name23', 24),
(25, '2003-12-22 11:24:30', '1974-11-26 15:39:45', 1, 'station_neighbor_station24', 'station_name_ruby24', 'station_route_name24', 78),
(26, '1970-07-03 11:15:12', '2005-01-08 18:31:22', 98, 'station_neighbor_station25', 'station_name_ruby25', 'station_route_name25', 93),
(27, '2001-09-25 03:54:26', '1974-11-18 17:42:47', 42, 'station_neighbor_station26', 'station_name_ruby26', 'station_route_name26', 28),
(28, '1985-12-14 14:29:41', '1972-11-03 23:03:52', 46, 'station_neighbor_station27', 'station_name_ruby27', 'station_route_name27', 75),
(29, '1987-09-14 17:13:29', '1978-09-14 17:53:43', 34, 'station_neighbor_station28', 'station_name_ruby28', 'station_route_name28', 44),
(30, '2005-05-09 18:10:19', '2008-04-05 05:58:17', 69, 'station_neighbor_station29', 'station_name_ruby29', 'station_route_name29', 17),
(31, '1978-12-09 07:56:55', '1984-12-11 00:45:26', 85, 'station_neighbor_station30', 'station_name_ruby30', 'station_route_name30', 77),
(32, '1999-06-08 05:08:28', '2013-11-18 19:53:35', 12, 'station_neighbor_station31', 'station_name_ruby31', 'station_route_name31', 63),
(33, '2013-10-24 20:52:34', '2002-10-04 16:39:14', 62, 'station_neighbor_station32', 'station_name_ruby32', 'station_route_name32', 24),
(34, '1971-07-20 21:17:08', '2010-06-19 10:46:38', 40, 'station_neighbor_station33', 'station_name_ruby33', 'station_route_name33', 26),
(35, '1975-12-29 15:11:02', '1986-01-20 03:01:02', 63, 'station_neighbor_station34', 'station_name_ruby34', 'station_route_name34', 16),
(36, '2005-11-27 11:31:59', '1991-03-24 12:43:21', 8, 'station_neighbor_station35', 'station_name_ruby35', 'station_route_name35', 52),
(37, '2013-08-31 07:00:53', '2015-05-18 03:28:49', 93, 'station_neighbor_station36', 'station_name_ruby36', 'station_route_name36', 82),
(38, '1976-06-30 23:16:44', '1978-06-02 21:06:22', 22, 'station_neighbor_station37', 'station_name_ruby37', 'station_route_name37', 3),
(39, '1985-11-04 01:50:44', '1996-11-13 16:11:38', 38, 'station_neighbor_station38', 'station_name_ruby38', 'station_route_name38', 18),
(40, '2004-01-20 23:28:05', '1976-12-19 11:36:06', 37, 'station_neighbor_station39', 'station_name_ruby39', 'station_route_name39', 16),
(41, '2010-02-05 02:00:35', '2010-05-22 13:40:36', 13, 'station_neighbor_station40', 'station_name_ruby40', 'station_route_name40', 62),
(42, '2018-07-15 15:14:26', '1999-12-24 21:30:39', 40, 'station_neighbor_station41', 'station_name_ruby41', 'station_route_name41', 75),
(43, '1994-03-05 02:34:17', '1976-07-22 20:23:31', 85, 'station_neighbor_station42', 'station_name_ruby42', 'station_route_name42', 94),
(44, '2014-10-03 21:50:17', '2005-05-28 06:15:09', 32, 'station_neighbor_station43', 'station_name_ruby43', 'station_route_name43', 25),
(45, '1991-11-18 06:07:04', '1994-01-11 03:59:35', 86, 'station_neighbor_station44', 'station_name_ruby44', 'station_route_name44', 51),
(46, '1977-06-24 20:03:53', '2004-01-15 10:11:13', 91, 'station_neighbor_station45', 'station_name_ruby45', 'station_route_name45', 26),
(47, '2009-04-04 22:24:49', '2012-09-07 00:16:34', 19, 'station_neighbor_station46', 'station_name_ruby46', 'station_route_name46', 35),
(48, '2016-05-27 21:39:24', '1975-01-26 13:49:28', 76, 'station_neighbor_station47', 'station_name_ruby47', 'station_route_name47', 94),
(49, '2017-06-28 01:29:22', '2011-04-02 08:32:25', 6, 'station_neighbor_station48', 'station_name_ruby48', 'station_route_name48', 88),
(50, '1997-10-08 16:52:38', '1981-04-04 04:59:50', 46, 'station_neighbor_station49', 'station_name_ruby49', 'station_route_name49', 37),
(51, '1989-05-22 01:05:28', '2005-02-20 01:14:26', 98, 'station_neighbor_station50', 'station_name_ruby50', 'station_route_name50', 3),
(52, '2001-09-19 04:07:41', '1971-10-01 17:11:08', 2, 'station_neighbor_station51', 'station_name_ruby51', 'station_route_name51', 48),
(53, '2011-04-17 17:14:59', '2006-02-11 21:33:46', 59, 'station_neighbor_station52', 'station_name_ruby52', 'station_route_name52', 89),
(54, '1991-02-05 09:22:29', '2008-08-30 05:20:00', 27, 'station_neighbor_station53', 'station_name_ruby53', 'station_route_name53', 4),
(55, '1984-11-14 04:48:10', '2000-03-09 08:01:19', 12, 'station_neighbor_station54', 'station_name_ruby54', 'station_route_name54', 9),
(56, '1992-09-11 08:15:24', '1997-04-24 11:59:51', 78, 'station_neighbor_station55', 'station_name_ruby55', 'station_route_name55', 67),
(57, '1991-05-23 03:15:03', '1994-03-12 21:10:26', 8, 'station_neighbor_station56', 'station_name_ruby56', 'station_route_name56', 91),
(58, '1994-11-25 13:32:34', '1998-03-11 15:40:20', 30, 'station_neighbor_station57', 'station_name_ruby57', 'station_route_name57', 20),
(59, '2010-07-21 23:25:38', '2018-09-20 19:12:08', 17, 'station_neighbor_station58', 'station_name_ruby58', 'station_route_name58', 66),
(60, '2000-01-25 11:15:43', '1978-08-05 22:18:14', 58, 'station_neighbor_station59', 'station_name_ruby59', 'station_route_name59', 21),
(61, '1998-03-04 01:26:28', '2007-04-10 08:36:18', 68, 'station_neighbor_station60', 'station_name_ruby60', 'station_route_name60', 57),
(62, '1981-06-08 09:17:56', '1998-10-29 03:10:43', 45, 'station_neighbor_station61', 'station_name_ruby61', 'station_route_name61', 74),
(63, '2017-02-03 02:28:59', '1982-07-20 17:00:40', 4, 'station_neighbor_station62', 'station_name_ruby62', 'station_route_name62', 39),
(64, '1991-09-16 22:27:45', '1992-09-14 20:34:06', 23, 'station_neighbor_station63', 'station_name_ruby63', 'station_route_name63', 39),
(65, '2012-11-04 07:36:09', '2016-02-04 14:53:36', 52, 'station_neighbor_station64', 'station_name_ruby64', 'station_route_name64', 13),
(66, '1992-08-11 13:45:09', '2011-07-29 08:05:24', 92, 'station_neighbor_station65', 'station_name_ruby65', 'station_route_name65', 40),
(67, '1985-02-17 16:24:31', '1986-09-12 01:00:28', 1, 'station_neighbor_station66', 'station_name_ruby66', 'station_route_name66', 83),
(68, '2010-10-27 18:17:34', '1986-05-31 03:10:26', 30, 'station_neighbor_station67', 'station_name_ruby67', 'station_route_name67', 47),
(69, '2009-03-05 15:02:23', '2010-04-20 20:50:11', 71, 'station_neighbor_station68', 'station_name_ruby68', 'station_route_name68', 10),
(70, '1992-10-11 06:28:43', '1983-03-08 01:42:20', 40, 'station_neighbor_station69', 'station_name_ruby69', 'station_route_name69', 88),
(71, '1987-06-26 18:07:37', '1993-12-15 11:03:16', 98, 'station_neighbor_station70', 'station_name_ruby70', 'station_route_name70', 44),
(72, '1980-10-13 20:00:14', '2014-05-11 01:02:16', 60, 'station_neighbor_station71', 'station_name_ruby71', 'station_route_name71', 87),
(73, '1991-01-24 06:33:08', '2002-05-24 09:00:26', 22, 'station_neighbor_station72', 'station_name_ruby72', 'station_route_name72', 57),
(74, '1978-05-08 08:31:45', '1986-07-03 13:32:18', 43, 'station_neighbor_station73', 'station_name_ruby73', 'station_route_name73', 35),
(75, '2015-05-09 09:36:25', '1996-06-30 20:19:35', 75, 'station_neighbor_station74', 'station_name_ruby74', 'station_route_name74', 50),
(76, '2016-07-28 01:38:25', '1986-12-31 06:40:37', 11, 'station_neighbor_station75', 'station_name_ruby75', 'station_route_name75', 56),
(77, '2007-02-19 04:44:56', '1984-03-10 23:07:04', 39, 'station_neighbor_station76', 'station_name_ruby76', 'station_route_name76', 27),
(78, '1980-08-17 11:27:32', '2002-11-20 12:55:33', 42, 'station_neighbor_station77', 'station_name_ruby77', 'station_route_name77', 2),
(79, '1975-01-31 12:59:59', '2018-09-08 14:00:53', 78, 'station_neighbor_station78', 'station_name_ruby78', 'station_route_name78', 98),
(80, '2017-09-28 21:24:38', '2012-09-23 06:45:40', 8, 'station_neighbor_station79', 'station_name_ruby79', 'station_route_name79', 80),
(81, '1972-02-22 21:54:48', '1983-08-28 15:22:13', 73, 'station_neighbor_station80', 'station_name_ruby80', 'station_route_name80', 87),
(82, '1982-09-01 21:58:04', '1981-06-21 07:46:34', 87, 'station_neighbor_station81', 'station_name_ruby81', 'station_route_name81', 71),
(83, '1976-01-10 17:35:40', '1991-11-25 15:20:27', 53, 'station_neighbor_station82', 'station_name_ruby82', 'station_route_name82', 84),
(84, '1985-11-03 21:38:23', '2005-06-26 00:19:02', 30, 'station_neighbor_station83', 'station_name_ruby83', 'station_route_name83', 70),
(85, '1978-05-07 10:12:38', '1981-02-03 19:43:45', 18, 'station_neighbor_station84', 'station_name_ruby84', 'station_route_name84', 38),
(86, '2012-07-15 02:08:08', '1980-04-03 14:14:54', 81, 'station_neighbor_station85', 'station_name_ruby85', 'station_route_name85', 19),
(87, '1982-06-15 22:15:05', '1986-02-25 04:52:38', 72, 'station_neighbor_station86', 'station_name_ruby86', 'station_route_name86', 78),
(88, '2001-04-17 14:46:19', '1976-12-20 14:34:47', 96, 'station_neighbor_station87', 'station_name_ruby87', 'station_route_name87', 29),
(89, '2010-03-23 04:53:25', '1973-05-09 15:55:05', 19, 'station_neighbor_station88', 'station_name_ruby88', 'station_route_name88', 91),
(90, '1985-11-08 16:05:30', '1973-04-15 18:55:03', 68, 'station_neighbor_station89', 'station_name_ruby89', 'station_route_name89', 26),
(91, '2000-04-01 00:21:14', '1970-09-22 18:18:55', 58, 'station_neighbor_station90', 'station_name_ruby90', 'station_route_name90', 15),
(92, '1985-06-29 19:56:16', '1981-01-02 14:10:21', 69, 'station_neighbor_station91', 'station_name_ruby91', 'station_route_name91', 99),
(93, '1992-02-09 12:08:32', '1970-08-10 16:09:19', 74, 'station_neighbor_station92', 'station_name_ruby92', 'station_route_name92', 20),
(94, '2017-08-23 10:07:39', '1975-09-18 03:47:02', 11, 'station_neighbor_station93', 'station_name_ruby93', 'station_route_name93', 86),
(95, '1977-04-24 00:13:29', '1992-03-01 21:51:47', 4, 'station_neighbor_station94', 'station_name_ruby94', 'station_route_name94', 68),
(96, '1973-06-20 14:26:14', '1996-02-19 16:09:55', 82, 'station_neighbor_station95', 'station_name_ruby95', 'station_route_name95', 62),
(97, '1987-02-15 21:45:28', '2011-04-17 08:53:48', 91, 'station_neighbor_station96', 'station_name_ruby96', 'station_route_name96', 12),
(98, '2014-02-07 21:45:58', '2009-06-10 00:40:54', 66, 'station_neighbor_station97', 'station_name_ruby97', 'station_route_name97', 69),
(99, '2011-11-05 09:45:33', '1993-03-11 12:51:26', 58, 'station_neighbor_station98', 'station_name_ruby98', 'station_route_name98', 70),
(100, '2007-01-12 01:51:58', '1973-08-16 04:08:36', 82, 'station_neighbor_station99', 'station_name_ruby99', 'station_route_name99', 97);
-- --------------------------------------------------------
--
-- 表的结构 `tax`
--
CREATE TABLE `tax` (
`tax_id` int(10) UNSIGNED NOT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
`tax_percent` varchar(255) DEFAULT NULL,
`tax_day` date DEFAULT NULL,
`operator_id` int(10) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
--
-- 转存表中的数据 `tax`
--
INSERT INTO `tax` (`tax_id`, `created_at`, `updated_at`, `tax_percent`, `tax_day`, `operator_id`) VALUES
(1, '1983-03-21 15:32:34', '2008-06-28 10:37:47', 'tax_percent0', '2000-04-21', 81),
(2, '1994-09-26 14:27:42', '2004-11-18 07:47:14', 'tax_percent1', '2006-05-15', 98),
(3, '1976-07-25 12:00:36', '1999-06-30 12:42:30', 'tax_percent2', '1988-08-28', 9),
(4, '1992-02-25 08:39:29', '2010-04-08 19:38:20', 'tax_percent3', '2014-07-19', 13),
(5, '2011-12-11 04:06:19', '2012-10-08 05:40:30', 'tax_percent4', '1978-10-25', 35),
(6, '1999-05-16 16:33:02', '1982-07-17 06:34:39', 'tax_percent5', '2002-05-31', 57),
(7, '1993-03-17 12:57:57', '1981-02-18 20:01:53', 'tax_percent6', '1981-03-01', 44),
(8, '2001-06-24 12:03:33', '2009-03-30 22:23:45', 'tax_percent7', '1974-04-24', 31),
(9, '1999-12-17 23:23:00', '2006-08-07 13:22:09', 'tax_percent8', '2007-05-28', 85),
(10, '1973-01-25 02:39:27', '2002-06-23 06:56:24', 'tax_percent9', '1975-03-08', 86),
(11, '2010-04-11 09:22:41', '2014-07-24 04:36:44', 'tax_percent10', '1992-11-05', 1),
(12, '1989-11-10 03:59:57', '2008-08-23 21:56:29', 'tax_percent11', '1972-08-14', 24),
(13, '1982-01-12 17:11:13', '2012-07-27 13:42:13', 'tax_percent12', '1991-01-23', 33),
(14, '2001-04-02 07:51:49', '1986-07-08 19:38:52', 'tax_percent13', '1988-10-03', 27),
(15, '2004-09-01 04:37:48', '1984-11-13 20:05:38', 'tax_percent14', '1995-11-06', 42),
(16, '1990-09-01 13:43:23', '1986-08-18 06:42:17', 'tax_percent15', '2005-08-01', 11),
(17, '2003-01-07 01:24:17', '2005-04-19 01:43:06', 'tax_percent16', '2018-09-30', 15),
(18, '1989-06-08 21:47:56', '2005-09-05 22:59:42', 'tax_percent17', '1986-08-31', 100),
(19, '2004-04-08 02:50:39', '1973-09-29 13:14:23', 'tax_percent18', '1981-01-03', 4),
(20, '2007-11-08 17:57:14', '1996-06-30 03:30:07', 'tax_percent19', '1992-12-13', 44),
(21, '2009-09-24 05:20:43', '2007-02-13 20:33:57', 'tax_percent20', '1979-01-21', 17),
(22, '2016-06-18 11:54:25', '1995-02-28 11:14:47', 'tax_percent21', '1993-05-04', 33),
(23, '2005-10-27 00:05:42', '2003-10-01 20:36:49', 'tax_percent22', '1994-02-09', 16),
(24, '1994-02-21 08:15:48', '1974-09-16 20:45:39', 'tax_percent23', '1979-11-16', 84),
(25, '2011-11-14 01:42:42', '2001-08-01 20:43:07', 'tax_percent24', '2002-04-03', 48),
(26, '1971-08-10 20:33:28', '2018-04-02 12:00:18', 'tax_percent25', '1976-12-02', 19),
(27, '1979-06-04 07:47:37', '2000-12-09 18:18:21', 'tax_percent26', '1983-01-02', 80),
(28, '2016-09-19 10:41:04', '2012-06-05 19:25:32', 'tax_percent27', '1991-07-21', 15),
(29, '2002-12-22 23:17:18', '2011-11-04 09:01:29', 'tax_percent28', '1976-02-01', 43),
(30, '2009-01-26 04:56:51', '2014-08-29 12:46:47', 'tax_percent29', '2012-11-08', 79),
(31, '2006-01-09 04:33:17', '1992-11-16 18:12:54', 'tax_percent30', '1994-04-12', 35),
(32, '1972-06-18 16:12:23', '2006-05-01 13:44:30', 'tax_percent31', '2002-11-22', 74),
(33, '1973-06-06 13:55:07', '2013-08-12 22:26:59', 'tax_percent32', '2003-03-22', 96),
(34, '1982-02-23 12:29:20', '2001-05-19 17:59:45', 'tax_percent33', '2012-01-14', 48),
(35, '2017-07-06 20:40:15', '2006-02-26 22:58:10', 'tax_percent34', '2000-12-15', 15),
(36, '2003-12-19 00:07:39', '2009-02-05 06:53:39', 'tax_percent35', '1983-08-30', 83),
(37, '1991-07-03 10:26:33', '2010-04-15 08:44:08', 'tax_percent36', '2018-09-22', 28),
(38, '1992-11-06 19:48:39', '2001-02-19 04:51:02', 'tax_percent37', '1993-07-05', 22),
(39, '2008-12-17 19:53:27', '1996-07-26 23:11:03', 'tax_percent38', '1972-07-16', 32),
(40, '1977-09-30 13:56:27', '2014-02-27 10:10:18', 'tax_percent39', '1995-09-28', 76),
(41, '1994-03-03 02:53:44', '1973-05-10 19:12:31', 'tax_percent40', '2005-12-01', 24),
(42, '1997-01-14 05:51:18', '2003-08-26 19:11:01', 'tax_percent41', '1999-09-19', 14),
(43, '1989-12-18 03:10:04', '1977-06-28 16:09:35', 'tax_percent42', '2011-07-20', 46),
(44, '1991-05-05 18:55:46', '2015-03-25 12:18:51', 'tax_percent43', '2005-01-30', 96),
(45, '2013-09-12 18:00:49', '1985-08-28 00:02:20', 'tax_percent44', '2002-10-31', 91),
(46, '1976-04-25 05:00:39', '2010-09-09 20:39:07', 'tax_percent45', '2013-05-08', 51),
(47, '2016-01-30 01:32:35', '2013-02-21 13:23:06', 'tax_percent46', '1975-04-06', 88),
(48, '1987-07-12 22:08:07', '2010-04-24 03:14:40', 'tax_percent47', '1976-10-09', 15),
(49, '2002-10-31 19:30:59', '1980-01-24 12:03:37', 'tax_percent48', '1981-11-18', 26),
(50, '1975-06-01 05:51:24', '1997-08-28 15:05:48', 'tax_percent49', '1998-02-04', 21),
(51, '2002-08-14 08:41:08', '2007-07-28 18:40:33', 'tax_percent50', '1982-12-16', 77),
(52, '1987-12-02 01:48:54', '1982-03-01 17:08:38', 'tax_percent51', '2006-04-01', 63),
(53, '2010-06-05 10:36:03', '2015-03-20 16:34:17', 'tax_percent52', '2003-08-11', 71),
(54, '2005-01-11 13:45:14', '1977-05-23 04:11:31', 'tax_percent53', '1996-12-01', 91),
(55, '1991-12-01 21:53:05', '2015-06-30 17:31:52', 'tax_percent54', '2008-10-26', 84),
(56, '1980-08-27 21:30:13', '2013-03-24 03:44:10', 'tax_percent55', '1974-11-29', 60),
(57, '1990-03-28 13:26:56', '1986-01-14 00:27:59', 'tax_percent56', '2000-05-26', 34),
(58, '1978-06-21 08:05:29', '1986-08-19 19:25:26', 'tax_percent57', '1982-01-20', 62),
(59, '2016-12-31 00:28:27', '2005-12-17 19:50:55', 'tax_percent58', '2012-11-27', 52),
(60, '1999-02-04 08:36:07', '1996-09-10 10:31:21', 'tax_percent59', '1987-12-13', 21),
(61, '2006-11-12 02:12:40', '1988-01-05 22:49:16', 'tax_percent60', '1987-01-05', 95),
(62, '1974-02-11 21:15:02', '2017-03-18 22:45:21', 'tax_percent61', '1999-04-26', 71),
(63, '1978-07-22 18:47:11', '2006-04-25 20:38:35', 'tax_percent62', '1978-04-17', 2),
(64, '1988-05-20 15:39:32', '2018-10-03 18:54:13', 'tax_percent63', '1971-06-20', 63),
(65, '2012-03-02 15:08:00', '2010-07-23 07:55:00', 'tax_percent64', '1986-07-11', 82),
(66, '1981-11-25 23:42:39', '2018-07-09 01:50:58', 'tax_percent65', '1977-06-18', 97),
(67, '2014-02-24 08:19:34', '2011-08-24 02:06:34', 'tax_percent66', '1990-04-08', 27),
(68, '1993-07-18 05:06:41', '2004-08-18 13:44:19', 'tax_percent67', '1979-01-16', 11),
(69, '2005-12-29 19:04:51', '1975-09-30 09:31:41', 'tax_percent68', '1992-08-23', 80),
(70, '1995-10-04 01:04:04', '1997-09-09 22:37:02', 'tax_percent69', '1981-09-24', 86),
(71, '1985-08-03 05:48:54', '1992-08-27 14:17:50', 'tax_percent70', '2018-01-06', 50),
(72, '2016-02-24 10:07:50', '1999-12-24 17:04:54', 'tax_percent71', '1997-05-22', 66),
(73, '1994-11-25 07:01:40', '1972-06-11 23:33:16', 'tax_percent72', '2010-04-16', 26),
(74, '1995-10-31 22:27:10', '1994-09-03 08:30:45', 'tax_percent73', '2011-12-23', 53),
(75, '1999-01-21 20:23:28', '1981-04-01 16:11:43', 'tax_percent74', '1970-09-30', 66),
(76, '2018-04-24 16:34:30', '1996-06-03 19:03:55', 'tax_percent75', '1973-09-03', 72),
(77, '2013-02-22 01:20:09', '2008-04-06 12:23:18', 'tax_percent76', '2015-10-15', 21),
(78, '1979-11-10 17:41:04', '2018-10-05 16:49:16', 'tax_percent77', '1976-02-06', 79),
(79, '1971-12-31 03:24:05', '1996-09-02 10:56:41', 'tax_percent78', '1971-04-08', 64),
(80, '1993-12-18 20:53:36', '1988-10-20 07:06:06', 'tax_percent79', '1995-11-16', 25),
(81, '2000-02-23 12:10:06', '1997-11-22 07:54:17', 'tax_percent80', '2014-11-10', 44),
(82, '1999-11-04 04:47:05', '1982-12-12 09:13:23', 'tax_percent81', '2016-08-08', 41),
(83, '2010-11-13 05:38:53', '1970-10-04 07:15:40', 'tax_percent82', '2016-12-25', 25),
(84, '1985-01-28 23:55:22', '2000-10-01 05:15:06', 'tax_percent83', '1992-04-18', 59),
(85, '2000-09-19 04:12:07', '1995-12-29 20:57:05', 'tax_percent84', '2016-01-30', 97),
(86, '2007-01-17 05:51:59', '1982-08-08 17:26:11', 'tax_percent85', '1982-09-23', 12),
(87, '1990-12-15 16:28:31', '1994-02-04 14:37:24', 'tax_percent86', '1980-01-08', 38),
(88, '2011-02-28 16:31:03', '1974-05-07 14:45:56', 'tax_percent87', '1987-08-23', 82),
(89, '1978-09-04 23:42:49', '2016-10-15 04:33:03', 'tax_percent88', '1991-01-07', 28),
(90, '1994-08-04 16:51:03', '2012-10-01 12:12:20', 'tax_percent89', '2003-04-04', 8),
(91, '1999-05-18 13:05:16', '2001-01-31 07:43:00', 'tax_percent90', '1975-01-05', 46),
(92, '1988-04-12 03:08:50', '2013-04-21 08:14:21', 'tax_percent91', '1994-04-23', 95),
(93, '2013-12-11 16:24:20', '2010-01-20 00:22:36', 'tax_percent92', '1975-03-21', 60),
(94, '2010-03-27 17:33:37', '1972-01-19 22:42:17', 'tax_percent93', '1978-03-07', 75),
(95, '1973-12-17 07:15:43', '2011-02-25 22:24:47', 'tax_percent94', '2005-02-07', 14),
(96, '1998-09-30 10:28:21', '2013-10-21 16:34:20', 'tax_percent95', '1991-03-29', 57),
(97, '1975-04-01 00:12:05', '2000-07-17 16:11:26', 'tax_percent96', '2004-03-01', 66),
(98, '2017-08-17 00:25:49', '1998-08-10 19:14:32', 'tax_percent97', '1995-03-02', 39),
(99, '2018-08-06 17:11:24', '1979-05-29 01:12:01', 'tax_percent98', '2002-12-20', 22),
(100, '1987-05-30 00:58:50', '2004-10-21 15:59:38', 'tax_percent99', '2008-01-23', 30);
-- --------------------------------------------------------
--
-- 表的结构 `terms`
--
CREATE TABLE `terms` (
`terms_id` int(10) UNSIGNED NOT NULL,
`city_id` int(10) UNSIGNED DEFAULT NULL,
`use_flag` tinyint(1) DEFAULT NULL,
`terms_revision` varchar(255) DEFAULT NULL,
`terms_text` text DEFAULT NULL,
`memo` varchar(255) DEFAULT NULL,
`start_date` date DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
`operator_id` int(10) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
--
-- 转存表中的数据 `terms`
--
INSERT INTO `terms` (`terms_id`, `city_id`, `use_flag`, `terms_revision`, `terms_text`, `memo`, `start_date`, `created_at`, `updated_at`, `operator_id`) VALUES
(1, 82, 1, '原田 智也', NULL, '工藤', '2011-07-22', '1983-08-06 12:19:37', '1987-11-08 17:44:27', 11),
(2, 72, 1, '杉山 治', NULL, '宮沢', '1983-11-21', '1985-10-16 19:34:28', '1974-02-04 16:37:56', 92),
(3, 55, 0, '桐山 健一', NULL, '小泉', '1983-02-22', '2013-03-28 11:17:51', '1994-03-18 15:08:22', 12),
(4, 35, 1, '田辺 あすか', NULL, '山岸', '1970-02-02', '2001-11-07 04:40:23', '1997-03-15 21:43:58', 95),
(5, 21, 1, '浜田 篤司', NULL, '高橋', '1992-02-14', '1970-04-10 18:06:53', '1974-06-05 11:47:21', 22),
(6, 25, 0, '佐藤 結衣', NULL, '小泉', '1989-03-14', '2016-12-01 02:51:25', '1982-08-28 03:02:15', 1),
(7, 4, 0, '野村 桃子', NULL, '佐々木', '2007-10-14', '2012-05-28 14:10:35', '1999-07-07 19:40:29', 89),
(8, 65, 0, '松本 春香', NULL, '宇野', '1995-06-14', '1993-06-26 01:02:00', '1996-01-17 02:30:12', 46),
(9, 88, 0, '原田 千代', NULL, '高橋', '1995-02-01', '1999-05-15 10:23:45', '2010-07-26 17:53:51', 61),
(10, 58, 0, '小泉 翔太', NULL, '佐藤', '1994-03-15', '1981-10-19 16:41:29', '2018-08-03 12:13:39', 10),
(11, 45, 0, '田中 さゆり', NULL, '坂本', '1986-08-14', '1998-04-08 11:00:37', '1978-11-27 18:33:07', 54),
(12, 26, 0, '山田 和也', NULL, '宇野', '2018-01-16', '1995-08-28 13:33:10', '2011-03-24 23:16:31', 81),
(13, 48, 0, '田中 英樹', NULL, '浜田', '1982-02-15', '1975-03-23 17:39:35', '2008-12-08 17:40:47', 82),
(14, 60, 1, '廣川 結衣', NULL, '原田', '1990-09-21', '1990-10-26 03:21:23', '1974-09-25 08:04:43', 14),
(15, 13, 1, '田中 直人', NULL, '松本', '2016-01-14', '1977-05-26 10:08:32', '1985-01-29 21:38:50', 87),
(16, 34, 0, '佐々木 知実', NULL, '', '2018-07-30', '1979-07-13 09:49:04', '2013-05-22 14:04:14', 38),
(17, 31, 0, '小泉 翔太', NULL, '佐藤', '2002-12-05', '2002-03-28 02:57:44', '1977-11-11 04:09:34', 57),
(18, 4, 1, '山田 拓真', NULL, '斉藤', '1988-04-16', '1977-02-17 13:48:30', '1990-10-07 00:39:02', 77),
(19, 74, 1, '小泉 直子', NULL, '若松', '1975-05-20', '1972-12-05 23:17:20', '1976-06-22 16:11:14', 73),
(20, 58, 0, '野村 幹', NULL, '中村', '2015-04-30', '1976-11-04 08:18:49', '1995-11-07 19:42:49', 85),
(21, 23, 1, '坂本 拓真', NULL, '青田', '1988-09-06', '2002-01-21 17:10:44', '1975-02-18 17:40:36', 98),
(22, 13, 1, '原田 洋介', NULL, '鈴木', '1988-08-30', '1997-04-25 04:13:42', '2015-03-17 19:11:38', 20),
(23, 59, 0, '藤本 里佳', NULL, '小林', '1974-05-14', '1989-03-10 15:43:33', '1976-01-20 03:36:23', 66),
(24, 92, 0, '大垣 稔', NULL, '斉藤', '1974-11-04', '1997-09-16 01:27:45', '1987-06-01 03:59:15', 47),
(25, 98, 0, '村山 さゆり', NULL, '吉本', '2012-04-04', '1999-12-06 17:23:57', '2018-10-15 20:36:57', 3),
(26, 89, 1, '佐藤 充', NULL, '中島', '2016-12-05', '1986-12-25 18:09:59', '1994-11-26 04:22:34', 73),
(27, 28, 1, '井高 亮介', NULL, '浜田', '2018-09-11', '1994-09-08 03:30:47', '2005-10-10 23:47:56', 26),
(28, 58, 1, '中島 智也', NULL, '山本', '1970-12-31', '2013-12-10 16:27:36', '2006-11-02 02:27:49', 65),
(29, 80, 0, '佐藤 結衣', NULL, '渡辺', '1970-03-08', '1972-01-15 07:29:38', '1995-01-15 02:21:53', 61),
(30, 69, 1, '松本 真綾', NULL, '若松', '2002-09-09', '1991-02-09 19:14:17', '1993-10-09 20:19:33', 90),
(31, 21, 1, '佐藤 直樹', NULL, '井上', '1981-08-25', '1977-12-16 09:36:33', '1994-10-21 08:05:34', 42),
(32, 25, 1, '中島 篤司', NULL, '鈴木', '1993-03-28', '2012-08-02 05:16:49', '1981-08-31 15:31:11', 82),
(33, 85, 1, '中島 くみ子', NULL, '喜嶋', '1980-10-08', '2017-08-29 20:48:14', '1983-09-28 09:33:29', 35),
(34, 43, 1, '渚 稔', NULL, '鈴木', '1983-08-16', '1970-08-23 04:22:00', '1995-03-07 22:58:52', 7),
(35, 10, 0, '加藤 陽一', NULL, '桐山', '2018-01-17', '1983-02-08 12:34:05', '2006-04-17 23:17:21', 47),
(36, 1, 1, '原田 拓真', NULL, '青山', '1998-02-23', '2017-04-11 09:42:32', '2009-01-07 23:22:11', 74),
(37, 17, 1, '佐々木 直樹', NULL, '中村', '2001-04-06', '2011-09-01 19:50:10', '1971-01-13 00:05:26', 7),
(38, 49, 0, '小泉 太郎', NULL, '西之園', '2008-11-18', '1978-08-19 02:46:42', '2000-04-30 05:25:23', 51),
(39, 36, 0, '吉田 篤司', NULL, '村山', '1978-02-06', '1995-06-10 08:52:40', '1976-07-19 06:39:29', 88),
(40, 87, 1, '山本 篤司', NULL, '田中', '1970-01-17', '1992-10-26 08:47:44', '2007-09-21 09:12:44', 71),
(41, 74, 1, '野村 稔', NULL, '若松', '1990-12-29', '2010-08-25 05:17:50', '2012-05-02 08:10:14', 97),
(42, 99, 1, '宮沢 裕樹', NULL, '木村', '2004-12-25', '1999-12-12 22:38:21', '1994-09-04 00:53:31', 6),
(43, 3, 0, '大垣 千代', NULL, '井高', '2014-12-02', '1990-12-31 18:08:32', '2005-11-10 02:32:12', 63),
(44, 8, 1, '木村 智也', NULL, '村山', '2004-02-23', '1971-01-06 23:43:50', '2001-12-30 12:22:04', 18),
(45, 3, 0, '藤本 和也', NULL, '山岸', '1992-08-14', '1983-08-31 10:59:30', '1971-10-20 06:12:57', 79),
(46, 27, 0, '伊藤 拓真', NULL, '小林', '1997-05-06', '1970-11-11 17:07:54', '2001-02-23 03:51:05', 5),
(47, 10, 0, '浜田 稔', NULL, '', '1982-05-18', '2015-12-18 17:24:51', '2010-07-10 11:49:40', 79),
(48, 74, 1, '宮沢 翔太', NULL, '浜田', '2003-08-14', '1998-07-05 12:25:30', '2017-08-24 14:23:06', 20),
(49, 82, 1, '高橋 太郎', NULL, '藤本', '2016-07-02', '2013-01-16 00:59:14', '2009-11-18 03:17:46', 15),
(50, 100, 1, '若松 美加子', NULL, '江古田', '1978-08-23', '1976-07-14 19:27:08', '1974-12-07 08:52:17', 20),
(51, 12, 0, '廣川 晃', NULL, '小泉', '2000-09-10', '1989-01-14 13:03:08', '1987-08-16 06:21:49', 61),
(52, 65, 1, '坂本 千代', NULL, '小泉', '2001-05-29', '1990-07-19 01:47:15', '1996-12-22 05:12:48', 42),
(53, 56, 1, '高橋 亮介', NULL, '木村', '1985-09-09', '2000-05-30 03:12:18', '1991-09-30 08:59:18', 11),
(54, 14, 0, '桐山 英樹', NULL, '原田', '1995-12-31', '2017-09-25 09:03:01', '2008-05-24 23:20:33', 64),
(55, 90, 0, '田中 直樹', NULL, '大垣', '2013-01-13', '2005-05-26 06:22:21', '1982-12-21 07:34:39', 46),
(56, 41, 1, '渡辺 淳', NULL, '中島', '1984-10-21', '1983-09-09 14:08:27', '1974-12-13 05:03:34', 10),
(57, 36, 1, '山口 舞', NULL, '原田', '1992-02-07', '1986-06-15 13:53:58', '2018-03-02 14:39:05', 66),
(58, 88, 1, '津田 和也', NULL, '笹田', '1992-03-21', '1996-02-24 13:19:21', '1970-11-18 18:53:05', 4),
(59, 4, 0, '鈴木 裕美子', NULL, '加納', '1985-11-10', '1980-06-04 16:14:47', '1979-12-23 23:28:06', 26),
(60, 73, 0, '田辺 さゆり', NULL, '宮沢', '1982-04-20', '2011-11-10 12:14:07', '2001-09-24 01:21:55', 66),
(61, 23, 0, '工藤 香織', NULL, '山本', '1989-08-11', '1979-09-09 07:40:33', '1981-09-25 07:30:14', 51),
(62, 55, 1, '村山 零', NULL, '三宅', '1983-10-17', '2016-07-27 04:57:05', '1999-08-08 08:36:38', 65),
(63, 91, 0, '青山 健一', NULL, '小泉', '1994-12-01', '1991-10-14 21:16:59', '2001-06-17 10:29:03', 32),
(64, 49, 1, '吉本 幹', NULL, '', '2002-03-31', '2009-12-02 02:05:42', '1996-12-18 13:04:41', 64),
(65, 44, 1, '中津川 健一', NULL, '宮沢', '1988-03-11', '1989-08-19 05:26:02', '1987-10-22 06:52:01', 49),
(66, 29, 0, '加藤 零', NULL, '青田', '2014-09-29', '1979-06-12 01:26:20', '2013-07-30 17:59:16', 92),
(67, 15, 0, '渡辺 淳', NULL, '工藤', '1989-01-20', '2010-08-29 13:09:21', '1997-03-21 20:59:22', 80),
(68, 40, 1, '井上 涼平', NULL, '宮沢', '1995-01-22', '1991-11-01 19:50:55', '1992-04-18 23:33:47', 65),
(69, 12, 0, '井高 桃子', NULL, '中島', '1986-05-08', '2001-02-17 14:29:11', '2000-10-10 20:09:23', 27),
(70, 41, 0, '高橋 治', NULL, '山口', '1978-01-07', '1994-08-25 21:37:28', '1983-06-18 23:27:25', 78),
(71, 65, 1, '佐々木 英樹', NULL, '井上', '1997-04-17', '2001-11-15 02:56:16', '1970-11-19 14:38:31', 29),
(72, 70, 0, '加藤 康弘', NULL, '小林', '1974-09-17', '2000-10-17 02:27:51', '2009-09-28 14:54:00', 100),
(73, 26, 1, '中島 淳', NULL, '野村', '2008-01-26', '1992-11-20 08:35:38', '1989-09-28 01:39:46', 45),
(74, 55, 1, '吉田 篤司', NULL, '青山', '1987-02-05', '2013-10-22 07:24:56', '1976-09-14 09:25:49', 19),
(75, 66, 1, '中村 修平', NULL, '中島', '2017-09-05', '2015-03-06 08:10:28', '2006-04-24 02:30:00', 29),
(76, 52, 1, '吉田 充', NULL, '斉藤', '1970-04-28', '1987-01-31 13:59:11', '1992-03-21 13:29:07', 8),
(77, 85, 1, '江古田 京助', NULL, '田辺', '2018-06-18', '1976-10-23 12:34:19', '1996-05-15 18:55:14', 90),
(78, 14, 0, '高橋 浩', NULL, '廣川', '1979-11-02', '2015-05-14 13:11:59', '2003-01-01 23:00:24', 92),
(79, 56, 1, '中島 裕樹', NULL, '伊藤', '1985-06-17', '1973-06-16 00:30:57', '1985-06-08 09:27:16', 38),
(80, 2, 1, '若松 京助', NULL, '浜田', '2000-08-30', '1995-10-30 13:12:18', '1976-04-18 07:01:09', 52),
(81, 18, 0, '原田 翼', NULL, '渡辺', '1982-01-01', '2001-07-05 03:59:51', '2003-02-07 12:32:32', 22),
(82, 32, 1, '坂本 真綾', NULL, '山口', '1973-05-17', '1987-02-12 18:30:20', '2008-12-12 21:29:07', 13),
(83, 60, 0, '山口 聡太郎', NULL, '坂本', '1998-07-13', '2008-08-16 00:30:34', '2011-12-30 14:54:26', 17),
(84, 40, 0, '山田 聡太郎', NULL, '田中', '2010-01-22', '1982-01-06 20:08:46', '1988-01-12 18:14:57', 56),
(85, 23, 0, '斉藤 太一', NULL, '高橋', '1977-02-25', '1974-12-08 16:37:10', '1980-03-08 07:32:01', 58),
(86, 15, 1, '山口 知実', NULL, '石田', '2005-09-15', '2013-12-13 07:19:41', '2012-02-23 12:17:07', 80),
(87, 77, 0, '伊藤 浩', NULL, '藤本', '1986-07-09', '1995-08-21 09:54:33', '2017-05-21 08:11:12', 56),
(88, 16, 1, '田辺 稔', NULL, '中島', '1983-10-09', '2000-06-17 02:22:10', '1978-10-06 09:42:38', 31),
(89, 84, 1, '木村 学', NULL, '青田', '2002-05-26', '2005-07-25 03:19:11', '2005-09-18 17:55:02', 89),
(90, 87, 1, '村山 直樹', NULL, '井上', '2015-09-07', '2017-01-28 01:05:19', '2003-06-30 23:08:02', 6),
(91, 11, 1, '青田 直樹', NULL, '鈴木', '1974-11-18', '2014-02-14 17:56:20', '2017-09-08 05:10:00', 94),
(92, 46, 1, '江古田 里佳', NULL, '宇野', '2015-11-02', '1988-05-30 14:07:54', '1981-06-18 20:47:39', 10),
(93, 85, 1, '青山 智也', NULL, '吉本', '2014-08-13', '1980-06-17 06:35:00', '1993-12-09 18:02:41', 53),
(94, 57, 1, '宮沢 聡太郎', NULL, '笹田', '1993-05-27', '1982-05-04 12:08:03', '1991-07-29 04:00:41', 100),
(95, 25, 0, '江古田 英樹', NULL, '津田', '1976-08-11', '1994-03-23 22:33:30', '2002-07-14 15:09:36', 20),
(96, 67, 0, '小林 健一', NULL, '山本', '2000-10-03', '1990-01-14 08:49:24', '1992-07-24 07:59:41', 13),
(97, 77, 0, '三宅 七夏', NULL, '江古田', '2009-11-10', '2005-06-24 12:58:05', '1977-04-15 16:40:20', 43),
(98, 1, 0, '笹田 陽一', NULL, '杉山', '2009-10-22', '1985-10-22 17:06:05', '1981-06-19 06:07:22', 35),
(99, 80, 0, '宮沢 あすか', NULL, '坂本', '2018-10-12', '2011-03-30 23:07:38', '1987-04-24 07:57:59', 4),
(100, 14, 1, '田中 治', NULL, '井高', '2015-02-10', '2013-09-24 21:06:07', '2014-02-07 16:48:38', 92);
-- --------------------------------------------------------
--
-- 表的结构 `user`
--
CREATE TABLE `user` (
`user_seq` int(10) UNSIGNED NOT NULL,
`user_id` int(11) UNSIGNED DEFAULT NULL,
`member_id` varchar(255) DEFAULT NULL,
`user_pass` varchar(255) DEFAULT NULL,
`user_manual_regist_flag` tinyint(1) DEFAULT NULL,
`user_mailing_flag` tinyint(1) DEFAULT NULL,
`contract_number` varchar(255) DEFAULT NULL,
`user_tag_serial` varchar(255) DEFAULT NULL,
`user_tag_serial_64` varchar(255) DEFAULT NULL,
`qr_code` varchar(255) DEFAULT NULL,
`tag_qr_flag` int(10) UNSIGNED DEFAULT NULL,
`user_aid` int(10) UNSIGNED DEFAULT NULL,
`user_park_number` varchar(255) DEFAULT NULL,
`user_place_qrid` varchar(255) DEFAULT NULL,
`user_categoryid` int(10) UNSIGNED DEFAULT NULL,
`user_name` varchar(255) DEFAULT NULL,
`user_phonetic` varchar(255) DEFAULT NULL,
`user_gender` varchar(20) DEFAULT NULL,
`user_birthdate` date DEFAULT NULL,
`user_age` int(11) DEFAULT NULL,
`user_mobile` varchar(255) DEFAULT NULL,
`user_homephone` varchar(255) DEFAULT NULL,
`user_primemail` varchar(255) DEFAULT NULL,
`user_submail` varchar(255) DEFAULT NULL,
`user_regident_zip` varchar(255) DEFAULT NULL,
`user_regident_pre` varchar(255) DEFAULT NULL,
`user_regident_city` varchar(255) DEFAULT NULL,
`user_regident_add` varchar(255) DEFAULT NULL,
`user_relate_zip` varchar(255) DEFAULT NULL,
`user_relate_pre` varchar(255) DEFAULT NULL,
`user_relate_city` varchar(255) DEFAULT NULL,
`user_relate_add` varchar(255) DEFAULT NULL,
`ward_residents` int(10) UNSIGNED DEFAULT NULL,
`user_workplace` varchar(255) DEFAULT NULL,
`user_school` varchar(255) DEFAULT NULL,
`user_graduate` varchar(255) DEFAULT NULL,
`user_reduction` varchar(255) DEFAULT NULL,
`user_idcard` varchar(255) DEFAULT NULL,
`user_idcard_chk_flag` tinyint(1) DEFAULT NULL,
`user_chk_day` datetime DEFAULT NULL,
`user_chk_opeid` varchar(255) DEFAULT NULL,
`user_tag_issue` varchar(255) DEFAULT NULL,
`issue_permission` tinyint(1) DEFAULT NULL,
`user_quit_flag` tinyint(1) DEFAULT NULL,
`user_quitday` date DEFAULT NULL,
`black_list` tinyint(1) DEFAULT NULL,
`user_remarks` varchar(255) DEFAULT NULL,
`photo_filename1` varchar(255) DEFAULT NULL,
`photo_filename2` varchar(255) DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
`ope_id` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
--
-- 转存表中的数据 `user`
--
INSERT INTO `user` (`user_seq`, `user_id`, `member_id`, `user_pass`, `user_manual_regist_flag`, `user_mailing_flag`, `contract_number`, `user_tag_serial`, `user_tag_serial_64`, `qr_code`, `tag_qr_flag`, `user_aid`, `user_park_number`, `user_place_qrid`, `user_categoryid`, `user_name`, `user_phonetic`, `user_gender`, `user_birthdate`, `user_age`, `user_mobile`, `user_homephone`, `user_primemail`, `user_submail`, `user_regident_zip`, `user_regident_pre`, `user_regident_city`, `user_regident_add`, `user_relate_zip`, `user_relate_pre`, `user_relate_city`, `user_relate_add`, `ward_residents`, `user_workplace`, `user_school`, `user_graduate`, `user_reduction`, `user_idcard`, `user_idcard_chk_flag`, `user_chk_day`, `user_chk_opeid`, `user_tag_issue`, `issue_permission`, `user_quit_flag`, `user_quitday`, `black_list`, `user_remarks`, `photo_filename1`, `photo_filename2`, `created_at`, `updated_at`, `ope_id`) VALUES
(1, 123456, 'annguyen@smartnetvn.com', '$2y$10$k1vRkixHqqmSF2vsyUUxce2.20BGxqDeuhpUcBeWpBXYJ5UyCJHMW', 1, 1, '0123456789', '0123456789', '工藤 零', '0123456789', 1, 1, '0123456789', '0123456789', 1, '杉山 太郎', '0123456789', '男性', '1990-03-28', 46, '08864-4-9700', '06993-2-7725', 'mkudo@yamagishi.biz', 'yoshida.yasuhiro@suzuki.com', 'yamaguchi.miki@mail.goo.ne.jp', 'yasuhiro70@yahoo.co.jp', '喜嶋市', '大垣市', '吉本市', '小泉市', '渡辺市', '佐藤市', 0, '村山市', '原田市', '1123', '津田市', '中津川市', 1, '2012-03-11 00:00:00', '12345', '12345', 1, 1, '2015-03-31', 1, '佐藤 真綾', 'filename1_1.jpg', 'filename2_1.jpg', '1996-01-18 00:00:00', '2012-09-12 00:00:00', 12345),
(2, 841469, 'mai.suzuki@yamagishi.com', '$2y$10$JWFWh0TwTWxrue8hqKjiS.1hva3NH95FMFw.6rZYiWHkhRYu9oBIi', 1, 1, '467423', '244513', '吉田 里佳', '228900', 1, 0, '190535', '495291', 61, '近藤 学', '776812', '男性', '1982-06-02', 27, '090-0692-6731', '06-3201-0561', 'sasada.yasuhiro@hotmail.co.jp', 'yoko63@watanabe.jp', 'nnagisa@fujimoto.com', 'tomoya48@hotmail.co.jp', '松本市', '加藤市', '原田市', '渚市', '中村市', '渚市', 1, '野村市', '木村市', '1123', '佐々木市', '三宅市', 2, '1989-05-09 00:00:00', '26', '614122', 1, 1, '1979-01-17', 0, '山口 翼', 'filename1_2.jpg', 'filename2_2.jpg', '1991-09-11 00:00:00', '1983-07-13 00:00:00', 12),
(3, 483312, 'yoshida.yumiko@yahoo.co.jp', '$2y$10$mVDzgxKrZitt8UnfCsyRAe8uYpx1t9DcAJIU9MUWdT8CkbA6wz53.', 0, 0, '291163', '873174', '西之園 くみ子', '601103', 1, 1, '710707', '555762', 14, '青山 浩', '441394', '男性', '2016-02-11', 38, '090-6360-8796', '01664-0-8409', 'nanami.kanou@sugiyama.net', 'tanabe.jun@mail.goo.ne.jp', 'kenichi.sasaki@nomura.com', 'saito.shuhei@gmail.com', '西之園市', '井上市', '渡辺市', '江古田市', '渚市', '田中市', 1, '桐山市', '若松市', '1123', '加藤市', '西之園市', 0, '1988-03-23 00:00:00', '54', '720173', 0, 0, '1978-01-25', 0, '中島 太一', 'filename1_3.jpg', 'filename2_3.jpg', '1981-06-29 00:00:00', '2010-04-15 00:00:00', 29),
(4, 679084, 'nakamura.naoki@mail.goo.ne.jp', '$2y$10$iBxtSmkTxE6BIpHXR7Gx1u0kucnezyTFLyZoDk9udBpQczT9usChe', 1, 1, '898077', '911960', '吉田 和也', '249050', 0, 1, '846655', '128770', 6, '小林 春香', '218513', '男性', '2012-05-26', 28, '02063-8-4880', '03833-7-0368', 'yoko.kondo@sato.jp', 'soutaro.nagisa@yamada.org', 'mikako67@mail.goo.ne.jp', 'zaoyama@nishinosono.jp', '青山市', '松本市', '中村市', '小林市', '高橋市', '工藤市', 1, '宇野市', '佐々木市', '1123', '杉山市', '山田市', 0, '1976-06-14 00:00:00', '53', '456999', 0, 1, '1990-12-05', 1, '渡辺 晃', 'filename1_4.jpg', 'filename2_4.jpg', '1995-04-15 00:00:00', '1991-11-02 00:00:00', 73),
(5, 986216, 'kondo.rei@ishida.com', '$2y$10$KgdnXCFluuhKDysPrB2eMexkTS31AYGURKgpXKs6PO/bZHIvJ4oHy', 0, 0, '700373', '190527', '吉本 篤司', '336285', 0, 0, '728872', '202116', 10, '桐山 直子', '937554', '男性', '1979-02-27', 60, '090-2249-1822', '090-2953-2018', 'ckijima@hotmail.co.jp', 'osamu50@sugiyama.com', 'kaori01@mail.goo.ne.jp', 'miki75@yamada.jp', '工藤市', '宇野市', '津田市', '田辺市', '小林市', '加納市', 0, '小泉市', '笹田市', '1123', '山田市', '山岸市', 0, '1991-12-15 00:00:00', '83', '404748', 1, 1, '2000-01-14', 0, '小泉 春香', 'filename1_5.jpg', 'filename2_5.jpg', '2018-04-27 00:00:00', '1976-02-22 00:00:00', 60),
(6, 807016, 'kato.youichi@yahoo.co.jp', '$2y$10$ZvkBXV.sthDEbtRF61LmC.gFiIaSO8GjjdbJ9ymCjWU4KVPMbIEi2', 1, 1, '989526', '844246', '井高 篤司', '204047', 1, 0, '757219', '289026', 10, '青山 拓真', '812380', '男性', '1973-01-16', 33, '0800-399-036', '0770-910-187', 'tsubasa90@mail.goo.ne.jp', 'chamada@nomura.info', 'tekoda@yahoo.co.jp', 'haruka.ito@kijima.com', '吉本市', '若松市', '渡辺市', '村山市', '山田市', '高橋市', 0, '斉藤市', '小泉市', '1123', '若松市', '井上市', 2, '1970-07-31 00:00:00', '3', '739001', 0, 0, '2002-10-10', 0, '渚 あすか', 'filename1_6.jpg', 'filename2_6.jpg', '1980-10-29 00:00:00', '2013-09-15 00:00:00', 94),
(7, 392409, 'momoko.sasada@gmail.com', '$2y$10$OEjMMPQbB6sTtMXT/fPmjOGfUF2TwJi5.7/613.PwlaPuIbC0hxUy', 0, 0, '436393', '654536', '中津川 直人', '777180', 0, 1, '237813', '614658', 87, '浜田 拓真', '211986', '女性', '1998-11-30', 22, '090-3317-2788', '09-3314-2265', 'ryosuke.kanou@mail.goo.ne.jp', 'mnakajima@kijima.com', 'hideki35@sato.com', 'minoru76@mail.goo.ne.jp', '加納市', '原田市', '中津川市', '中村市', '西之園市', '中島市', 0, '笹田市', '木村市', '1123', '中島市', '浜田市', 1, '2009-08-07 00:00:00', '74', '804290', 0, 0, '1987-07-27', 0, '三宅 健一', 'filename1_7.jpg', 'filename2_7.jpg', '1974-06-20 00:00:00', '1997-11-24 00:00:00', 90),
(8, 235176, 'syamamoto@miyazawa.com', '$2y$10$L.qH1Cm3y6QoTjEAXSPSYuEmbyhVg1gmLhWcJ2IY2BYfEyuJQvkpK', 0, 0, '258829', '692784', '加納 美加子', '687697', 0, 0, '667488', '324794', 52, '西之園 太一', '308278', '女性', '1989-09-23', 49, '080-0695-2785', '090-9892-6146', 'yui.watanabe@ito.jp', 'yamada.ryosuke@kudo.com', 'haruka75@miyake.org', 'tsuda.kana@gmail.com', '大垣市', '野村市', '宮沢市', '井上市', '高橋市', '斉藤市', 0, '廣川市', '若松市', '1123', '原田市', '山岸市', 0, '1973-08-07 00:00:00', '38', '262319', 0, 0, '2006-03-06', 0, '坂本 充', 'filename1_8.jpg', 'filename2_8.jpg', '1988-12-22 00:00:00', '2010-07-27 00:00:00', 30),
(9, 251074, 'qfujimoto@hotmail.co.jp', '$2y$10$NlfYeDV.cHIdGMnl4TlqXuZBAAaHvdb6T9N4qxTOzx.Cm8guDfTN.', 1, 0, '558522', '765503', '佐々木 さゆり', '673273', 1, 1, '623549', '534809', 60, '加納 あすか', '910084', '男性', '2017-02-12', 68, '080-3323-8652', '090-8337-7668', 'youichi.nomura@aota.com', 'soutaro.miyake@hotmail.co.jp', 'xsasada@hotmail.co.jp', 'miki.yoshida@gmail.com', '中村市', '村山市', '吉本市', '田辺市', '田中市', '井高市', 0, '野村市', '浜田市', '1123', '藤本市', '中村市', 1, '1994-11-29 00:00:00', '22', '862208', 1, 1, '2012-12-24', 0, '吉本 結衣', 'filename1_9.jpg', 'filename2_9.jpg', '1985-03-18 00:00:00', '1991-10-23 00:00:00', 67),
(10, 293193, 'shuhei95@idaka.com', '$2y$10$bV9vE7j4ublK47NVOqIn6uOneyiQEd1FY.6gvq4l7Dqm6tKUxuT7a', 0, 0, '417506', '869239', '藤本 零', '601429', 1, 1, '546223', '844230', 44, '津田 洋介', '548473', '女性', '1981-06-09', 42, '0400-353-216', '00991-2-8158', 'eyamamoto@tsuda.com', 'chiyo73@mail.goo.ne.jp', 'kaori.ogaki@gmail.com', 'qsaito@hotmail.co.jp', '宮沢市', '伊藤市', '高橋市', '佐々木市', '佐々木市', '江古田市', 1, '三宅市', '浜田市', '1123', '村山市', '佐々木市', 1, '1978-09-03 00:00:00', '41', '839137', 0, 0, '2017-09-29', 1, '村山 陽子', 'filename1_10.jpg', 'filename2_10.jpg', '2013-02-13 00:00:00', '1990-03-27 00:00:00', 25),
(11, 906152, 'osakamoto@mail.goo.ne.jp', '$2y$10$BufZQNVpn.cah.wg1klv.O2J.1ul5oCW9bz51QwBEdhPiAuNHmeNO', 1, 0, '465779', '171955', '田中 美加子', '441954', 0, 0, '560191', '900755', 35, '伊藤 翼', '563718', '女性', '1985-12-13', 68, '0340-642-316', '03-6977-7659', 'yuki.kato@yahoo.co.jp', 'yui.aota@kobayashi.com', 'enagisa@mail.goo.ne.jp', 'kyosuke24@yoshimoto.jp', '桐山市', '青山市', '山田市', '吉田市', '山田市', '藤本市', 1, '小泉市', '中津川市', '1123', '松本市', '高橋市', 2, '2006-08-23 00:00:00', '96', '996467', 1, 1, '2014-09-14', 1, '西之園 涼平', 'filename1_11.jpg', 'filename2_11.jpg', '2009-11-09 00:00:00', '1999-11-01 00:00:00', 1),
(12, 758076, 'kana07@hotmail.co.jp', '$2y$10$.YUzzDVW2TSjZyIcs9Ab9uDnaT.Grf9.pcx5Wc/i6mXDN6BnYBGTO', 0, 1, '311794', '477392', '野村 修平', '904132', 1, 0, '214698', '435786', 51, '大垣 美加子', '634698', '男性', '1985-09-28', 58, '0751-68-3729', '059-399-1637', 'haruka04@gmail.com', 'naoko.fujimoto@hamada.com', 'chiyo.hirokawa@kondo.info', 'ekoda.manabu@fujimoto.com', '井上市', '吉本市', '江古田市', '松本市', '坂本市', '田辺市', 1, '中島市', '廣川市', '1123', '中島市', '坂本市', 1, '1975-07-18 00:00:00', '87', '660336', 0, 0, '2015-02-20', 1, '吉本 直子', 'filename1_12.jpg', 'filename2_12.jpg', '1984-04-15 00:00:00', '1988-11-24 00:00:00', 85),
(13, 311832, 'hanako08@kimura.jp', '$2y$10$/lhJcY0bXZfGkgxSRP5AWuXIZRlTuPNJxIDyZwHwhH6we8FhVSq0q', 0, 0, '475808', '862608', '宮沢 春香', '926716', 0, 0, '347515', '761189', 99, '小林 太一', '676300', '男性', '1990-03-21', 53, '0577-99-8243', '03376-1-8119', 'ekanou@yahoo.co.jp', 'yamagishi.tsubasa@miyazawa.jp', 'takuma.kijima@mail.goo.ne.jp', 'iyamaguchi@mail.goo.ne.jp', '田辺市', '浜田市', '加藤市', '井上市', '渡辺市', '鈴木市', 0, '加納市', '伊藤市', '1123', '原田市', '藤本市', 2, '2007-05-08 00:00:00', '25', '660477', 1, 0, '1991-05-27', 1, '笹田 聡太郎', 'filename1_13.jpg', 'filename2_13.jpg', '1996-03-01 00:00:00', '2009-09-10 00:00:00', 82),
(14, 315137, 'hiroshi32@mail.goo.ne.jp', '$2y$10$cC7b/6KBEWqiHjE/KXN55OJLo2mWWbXpLVbgjyFB2sWkImXT1IsPC', 1, 1, '707763', '513820', '木村 淳', '392509', 1, 1, '333589', '510675', 50, '吉本 加奈', '778732', '男性', '2005-07-03', 54, '0350-682-215', '0906-11-9948', 'asuka63@yahoo.co.jp', 'vekoda@yoshimoto.org', 'gnagisa@ogaki.com', 'youichi.ekoda@gmail.com', '江古田市', '山岸市', '加納市', '浜田市', '斉藤市', '宇野市', 1, '佐々木市', '佐藤市', '1123', '大垣市', '石田市', 2, '2008-03-17 00:00:00', '50', '843347', 0, 0, '2000-12-05', 0, '加藤 里佳', 'filename1_14.jpg', 'filename2_14.jpg', '1980-03-12 00:00:00', '1970-11-25 00:00:00', 37),
(15, 227712, 'nanami04@uno.biz', '$2y$10$XtO57.9HxjjMZyLanPjucefSCQfWiAb/Dtj05PN59u0VtTy/Uegj.', 1, 0, '385985', '215759', '杉山 篤司', '305460', 1, 0, '952528', '486137', 9, '高橋 花子', '477416', '男性', '2009-03-26', 20, '042-792-5936', '090-5271-8018', 'nanami83@yahoo.co.jp', 'jsaito@mail.goo.ne.jp', 'fsasaki@gmail.com', 'miyazawa.tsubasa@kudo.com', '井高市', '宇野市', '石田市', '井上市', '工藤市', '大垣市', 0, '坂本市', '伊藤市', '1123', '伊藤市', '小林市', 2, '1978-06-02 00:00:00', '18', '531019', 0, 0, '2006-11-09', 1, '渡辺 充', 'filename1_15.jpg', 'filename2_15.jpg', '1970-06-30 00:00:00', '1998-06-30 00:00:00', 47),
(16, 829911, 'aota.akemi@yahoo.co.jp', '$2y$10$2za21GP6OEAF1YYkrpAmf..L2tvuiIs5OIz/pCF0b/09vzKLvmI8C', 1, 0, '603145', '394529', '松本 涼平', '137828', 0, 0, '313794', '559223', 81, '三宅 直樹', '735222', '女性', '2016-02-09', 69, '0850-353-931', '02-0900-3065', 'yamamoto.asuka@ogaki.jp', 'naoto60@yahoo.co.jp', 'kijima.mikako@hotmail.co.jp', 'aota.haruka@hamada.org', '近藤市', '原田市', '津田市', '佐々木市', '喜嶋市', '渚市', 1, '宇野市', '浜田市', '1123', '西之園市', '藤本市', 0, '2005-01-14 00:00:00', '43', '835198', 0, 1, '2010-03-03', 0, '津田 花子', 'filename1_16.jpg', 'filename2_16.jpg', '2013-09-12 00:00:00', '1992-09-25 00:00:00', 24),
(17, 436702, 'ryosuke.ekoda@hirokawa.biz', '$2y$10$DQRkAGHlFpEbUxPQzTmtcu7ve.ba29smgD52ET1u3ZeZkk63hnWku', 0, 0, '708195', '120643', '浜田 聡太郎', '526990', 0, 0, '531415', '401336', 66, '山岸 結衣', '155024', '男性', '1974-07-31', 37, '0579-90-5924', '04-4307-9091', 'miki.sakamoto@mail.goo.ne.jp', 'tyoshida@hotmail.co.jp', 'takuma89@yahoo.co.jp', 'miyazawa.kaori@idaka.jp', '山本市', '加藤市', '江古田市', '田辺市', '中島市', '佐藤市', 1, '浜田市', '小林市', '1123', '加藤市', '加藤市', 0, '2001-01-12 00:00:00', '48', '114434', 0, 0, '1995-03-20', 1, '青山 春香', 'filename1_17.jpg', 'filename2_17.jpg', '2009-07-03 00:00:00', '2009-03-29 00:00:00', 8),
(18, 783433, 'kumiko86@nomura.jp', '$2y$10$EtEJFPPV4PtTdXy1DAiLEOKqfQtG6UFFzkzlulRY0Y42vWjA83Ct2', 0, 0, '272025', '435429', '桐山 涼平', '900050', 0, 1, '520978', '874160', 84, '近藤 治', '943180', '女性', '1994-06-06', 54, '03-9585-5703', '090-1248-8601', 'hkato@harada.com', 'nakamura.tomoya@hotmail.co.jp', 'taro53@fujimoto.info', 'tomoya.nagisa@yahoo.co.jp', '山本市', '高橋市', '伊藤市', '浜田市', '桐山市', '高橋市', 1, '西之園市', '若松市', '1123', '井高市', '工藤市', 1, '1989-03-16 00:00:00', '30', '565446', 1, 1, '1983-07-01', 1, '山田 聡太郎', 'filename1_18.jpg', 'filename2_18.jpg', '1985-08-25 00:00:00', '2013-01-14 00:00:00', 79),
(19, 955277, 'yasuhiro.harada@yahoo.co.jp', '$2y$10$PCzbQY29MDdluRLF7edBPOkFcNOf8rfTEasCFgl2TU8SQKG4tk0va', 0, 0, '208525', '889798', '中津川 裕美子', '798541', 1, 0, '503098', '557058', 15, '小林 修平', '219096', '男性', '1972-08-04', 37, '0790-895-396', '08-2770-5900', 'haruka49@sasaki.info', 'kogaki@kudo.jp', 'kumiko.miyake@sakamoto.com', 'saito.rei@hotmail.co.jp', '山口市', '藤本市', '西之園市', '原田市', '坂本市', '吉本市', 0, '山本市', '吉田市', '1123', '伊藤市', '江古田市', 2, '1982-01-09 00:00:00', '3', '353634', 1, 0, '2000-06-01', 1, '山田 さゆり', 'filename1_19.jpg', 'filename2_19.jpg', '2017-07-26 00:00:00', '2009-03-29 00:00:00', 43),
(20, 974499, 'akira.matsumoto@sato.jp', '$2y$10$.Y9CxPUHc7VOf991nTIIjO6tJx.fX8IX3ZZ8vdEfzuZ16zpLvZ.Wi', 0, 1, '696125', '242274', '渡辺 翔太', '438097', 0, 1, '554755', '859459', 39, '杉山 晃', '536846', '男性', '1985-01-10', 32, '0548-84-3286', '0563-46-5846', 'sasaki.mitsuru@hotmail.co.jp', 'sasada.youichi@gmail.com', 'nakajima.rei@yamamoto.net', 'taichi63@hotmail.co.jp', '田中市', '笹田市', '加藤市', '若松市', '野村市', '佐藤市', 0, '近藤市', '三宅市', '1123', '工藤市', '加藤市', 0, '2010-08-23 00:00:00', '71', '365366', 0, 0, '1974-08-29', 0, '木村 美加子', 'filename1_20.jpg', 'filename2_20.jpg', '1998-04-23 00:00:00', '1999-07-08 00:00:00', 85),
(21, 246897, 'khamada@yahoo.co.jp', '$2y$10$H3cxK3jYzusR896c25HEXeHO97XD78O4TQkZ5CZdjDHzgQTebFsre', 1, 1, '732849', '993159', '工藤 篤司', '681359', 1, 0, '373998', '258842', 46, '三宅 裕太', '355144', '女性', '2000-11-02', 66, '053-686-8591', '0000-199-455', 'yasuhiro.yamaguchi@harada.net', 'atsushi.aoyama@aoyama.biz', 'nakatsugawa.hiroshi@kimura.org', 'wmiyazawa@gmail.com', '吉田市', '伊藤市', '中津川市', '吉本市', '小泉市', '桐山市', 1, '杉山市', '近藤市', '1123', '西之園市', '青山市', 2, '2012-01-07 00:00:00', '91', '974655', 1, 0, '2007-03-25', 1, '吉田 京助', 'filename1_21.jpg', 'filename2_21.jpg', '2010-12-07 00:00:00', '2016-12-14 00:00:00', 99),
(22, 641911, 'yamada.ryosuke@mail.goo.ne.jp', '$2y$10$BM07/ESRIsdLqRmnBEwuPeivZ5arCLvcCCw/DIiNeerdq3Myq.8ge', 1, 0, '998198', '407110', '小林 篤司', '930894', 0, 1, '644127', '426659', 13, '中村 知実', '627710', '男性', '1989-03-22', 48, '0940-390-290', '01-3527-7864', 'gsato@hotmail.co.jp', 'yui64@yahoo.co.jp', 'tyamamoto@nagisa.com', 'satomi70@yahoo.co.jp', '津田市', '中島市', '田中市', '加藤市', '中村市', '斉藤市', 1, '野村市', '渚市', '1123', '斉藤市', '田中市', 2, '1972-10-01 00:00:00', '2', '428444', 1, 0, '1997-06-23', 1, '加藤 知実', 'filename1_22.jpg', 'filename2_22.jpg', '2003-02-23 00:00:00', '1976-02-14 00:00:00', 22),
(23, 616853, 'mitsuru69@yahoo.co.jp', '$2y$10$P5GRD4T5SejNVfa8ijoiQOh4YpXOzzWlb63RAi7jWz8FQTZiNDvbK', 0, 1, '710700', '312975', '高橋 香織', '141312', 1, 1, '442667', '472771', 33, '笹田 陽子', '224337', '女性', '1978-12-15', 44, '08-7875-0530', '02149-0-2295', 'tmiyake@gmail.com', 'yumiko42@yoshida.jp', 'akemi66@yahoo.co.jp', 'lekoda@tanaka.com', '宮沢市', '西之園市', '青山市', '松本市', '吉本市', '浜田市', 1, '井上市', '石田市', '1123', '工藤市', '宮沢市', 0, '1983-01-06 00:00:00', '95', '587574', 1, 0, '2017-01-08', 0, '渡辺 太一', 'filename1_23.jpg', 'filename2_23.jpg', '1986-04-11 00:00:00', '1977-11-09 00:00:00', 2),
(24, 684713, 'nanami.yamaguchi@yamada.biz', '$2y$10$7hyqbK1G4Z1UnLDofGm7SuJFLTovPFYClnGGJjR4Y71C6rfzPWbVm', 1, 0, '789250', '806707', '中津川 花子', '462840', 1, 1, '631326', '375418', 84, '笹田 花子', '453033', '男性', '1972-12-29', 61, '080-1008-5253', '0160-590-781', 'yoko98@yahoo.co.jp', 'hhirokawa@mail.goo.ne.jp', 'tanaka.tsubasa@mail.goo.ne.jp', 'youichi.nakamura@mail.goo.ne.jp', '中津川市', '木村市', '渡辺市', '山本市', '井上市', '山岸市', 0, '斉藤市', '吉本市', '1123', '山岸市', '加藤市', 0, '1993-09-13 00:00:00', '61', '287690', 0, 0, '2001-01-17', 0, '渚 七夏', 'filename1_24.jpg', 'filename2_24.jpg', '2015-02-09 00:00:00', '2013-03-04 00:00:00', 59),
(25, 836807, 'sato.satomi@miyazawa.jp', '$2y$10$o.igxpM3bsLjhvF8mfQUzuMS8LKIxZKhXvfGFGDineiRaAdNvY7Fm', 1, 1, '999238', '698181', '原田 結衣', '841577', 0, 0, '889207', '139573', 3, '大垣 裕太', '913591', '男性', '1984-07-19', 20, '05-4371-0554', '090-1453-6475', 'koizumi.hanako@miyazawa.jp', 'rika76@nakajima.jp', 'xishida@nakatsugawa.jp', 'ryohei56@watanabe.org', '井高市', '山口市', '山田市', '渚市', '山本市', '桐山市', 0, '佐々木市', '大垣市', '1123', '加藤市', '津田市', 1, '1978-06-03 00:00:00', '36', '249123', 1, 1, '2011-09-25', 0, '吉本 智也', 'filename1_25.jpg', 'filename2_25.jpg', '1988-05-15 00:00:00', '2016-12-19 00:00:00', 7),
(26, 115110, 'satomi.takahashi@kiriyama.biz', '$2y$10$paxXcrllDJVisycQ66tuOOQqgpx2B/DFmnflXLBIlJI78xzo15312', 0, 0, '543094', '454516', '井上 洋介', '572602', 1, 0, '467415', '229138', 37, '藤本 美加子', '176997', '女性', '2006-11-15', 42, '06-6229-5427', '080-469-2817', 'rei70@suzuki.com', 'tsubasa17@kimura.jp', 'soutaro.nakatsugawa@idaka.net', 'momoko82@aoyama.jp', '西之園市', '吉田市', '笹田市', '山田市', '山岸市', '坂本市', 1, '松本市', '井上市', '1123', '三宅市', '杉山市', 0, '1982-12-31 00:00:00', '77', '476711', 1, 1, '2009-01-09', 0, '佐藤 あすか', 'filename1_26.jpg', 'filename2_26.jpg', '2014-04-09 00:00:00', '2003-06-05 00:00:00', 34),
(27, 430820, 'kondo.naoto@yahoo.co.jp', '$2y$10$tFiX7.OvU2KIIw4rIs0D/uWvFAJJApp1/JHgfC9CIgt1QD8vu3lDK', 1, 1, '191672', '837639', '小林 晃', '644449', 1, 0, '408413', '659957', 72, '高橋 裕美子', '880705', '男性', '2002-09-26', 65, '0650-751-461', '0953-59-3389', 'vidaka@miyazawa.com', 'naoko.kimura@yahoo.co.jp', 'kazuya.koizumi@murayama.com', 'kkanou@miyazawa.com', '山岸市', '野村市', '山岸市', '井上市', '笹田市', '杉山市', 0, '廣川市', '西之園市', '1123', '浜田市', '井高市', 2, '2003-10-06 00:00:00', '92', '697321', 1, 1, '1980-12-28', 1, '浜田 篤司', 'filename1_27.jpg', 'filename2_27.jpg', '1982-09-18 00:00:00', '2006-01-02 00:00:00', 65),
(28, 888015, 'atsushi50@sato.info', '$2y$10$vMKQyGMZMvIgasbQlUBYzOixrLmQnZDbGxqb16IhG7GEW1/Vm8oEq', 0, 1, '499282', '461104', '中村 直子', '351046', 0, 0, '396426', '342554', 54, '宮沢 結衣', '240909', '女性', '2001-12-15', 69, '093-501-3200', '02-2125-6336', 'pidaka@saito.com', 'ishida.atsushi@gmail.com', 'yui03@yahoo.co.jp', 'kyosuke35@takahashi.jp', '田辺市', '近藤市', '喜嶋市', '松本市', '村山市', '桐山市', 0, '喜嶋市', '江古田市', '1123', '村山市', '宇野市', 0, '2003-06-03 00:00:00', '71', '530394', 0, 0, '2014-01-22', 0, '渚 美加子', 'filename1_28.jpg', 'filename2_28.jpg', '1975-01-16 00:00:00', '1985-09-27 00:00:00', 40),
(29, 262352, 'cnakatsugawa@yahoo.co.jp', '$2y$10$saSZd2JhDYCW2v9LzMTEmOS2m37fk5wKJUHOl18EnAdSppmF35KrS', 0, 0, '642536', '909725', '高橋 知実', '618196', 1, 0, '105402', '572474', 51, '西之園 裕樹', '850151', '女性', '1994-02-16', 28, '02629-9-8238', '06-5552-7790', 'yamagishi.maaya@mail.goo.ne.jp', 'akemi.nakajima@yoshida.com', 'youichi.kijima@saito.com', 'yumiko.yamada@yamagishi.org', '喜嶋市', '吉本市', '山田市', '山田市', '村山市', '佐藤市', 0, '中島市', '江古田市', '1123', '中津川市', '廣川市', 2, '2009-12-30 00:00:00', '3', '446494', 1, 1, '2008-04-28', 0, '山田 治', 'filename1_29.jpg', 'filename2_29.jpg', '1984-05-15 00:00:00', '2016-07-20 00:00:00', 21),
(30, 487705, 'nakatsugawa.miki@wakamatsu.net', '$2y$10$EVfuBFRZrCb/HLWou7CYqeDUXsu0wsZQg3Dwc3MpakcmlJ31MO232', 1, 0, '898106', '496842', '吉田 修平', '784336', 1, 0, '522356', '640946', 73, '伊藤 健一', '857766', '男性', '2014-12-26', 58, '07907-8-9302', '0924-71-2778', 'hamada.rei@miyake.jp', 'kumiko73@mail.goo.ne.jp', 'kijima.asuka@mail.goo.ne.jp', 'hito@yahoo.co.jp', '廣川市', '山田市', '近藤市', '江古田市', '高橋市', '井上市', 0, '山本市', '江古田市', '1123', '西之園市', '喜嶋市', 0, '2007-04-28 00:00:00', '10', '130193', 1, 0, '2001-12-14', 1, '佐々木 花子', 'filename1_30.jpg', 'filename2_30.jpg', '2008-11-09 00:00:00', '1998-08-11 00:00:00', 2),
(31, 936361, 'akato@hotmail.co.jp', '$2y$10$9TnH5rtAZkqm/f1b1mueN.ojmtusJYHx2vAuYUcEhwMp0Aa2AHC6q', 1, 1, '549105', '154545', '三宅 結衣', '449349', 1, 1, '379341', '405073', 17, '野村 太郎', '603239', '男性', '1985-07-18', 61, '0640-963-305', '0379-12-9247', 'kmurayama@yoshimoto.com', 'hiroshi.suzuki@yahoo.co.jp', 'minoru.sato@mail.goo.ne.jp', 'kobayashi.asuka@yahoo.co.jp', '小林市', '木村市', '大垣市', '青山市', '宇野市', '青山市', 0, '廣川市', '渚市', '1123', '山岸市', '吉本市', 2, '2012-09-16 00:00:00', '5', '721339', 1, 0, '1998-11-21', 0, '加納 洋介', 'filename1_31.jpg', 'filename2_31.jpg', '2016-04-16 00:00:00', '1980-10-23 00:00:00', 10),
(32, 633726, 'asasaki@gmail.com', '$2y$10$B1hX3ES2lJgic1.PL5aqaOYFwkKv1JVIhIcRRvFsQtco6iVWqRtMm', 0, 1, '186770', '675367', '中島 京助', '563789', 1, 0, '281886', '720737', 78, '伊藤 香織', '417847', '男性', '2000-11-23', 36, '080-6627-7783', '080-6693-4490', 'minoru40@mail.goo.ne.jp', 'nakajima.naoko@yahoo.co.jp', 'miyazawa.chiyo@matsumoto.net', 'tomoya27@gmail.com', '坂本市', '小泉市', '喜嶋市', '喜嶋市', '山本市', '青山市', 1, '若松市', '西之園市', '1123', '大垣市', '井高市', 2, '1989-08-02 00:00:00', '74', '593182', 1, 0, '2005-04-26', 0, '若松 修平', 'filename1_32.jpg', 'filename2_32.jpg', '2018-08-04 00:00:00', '2010-06-05 00:00:00', 41),
(33, 296669, 'yasuhiro.kimura@uno.jp', '$2y$10$c/RVoyCqSE2KDcJ9Mh8tKuRNa6ElqcXBWu8hBq72n7Jlgvmqo/L.O', 1, 1, '906199', '376007', '杉山 裕太', '758280', 0, 1, '938855', '395178', 17, '青田 真綾', '667386', '女性', '1995-10-24', 43, '07-2292-9133', '002-490-3747', 'hamada.hiroshi@ogaki.jp', 'kondo.asuka@uno.jp', 'takuma28@tsuda.org', 'yoko36@hamada.org', '鈴木市', '斉藤市', '佐藤市', '木村市', '工藤市', '吉本市', 0, '山岸市', '杉山市', '1123', '田辺市', '石田市', 2, '2003-09-03 00:00:00', '48', '370185', 0, 1, '1979-07-03', 0, '加納 春香', 'filename1_33.jpg', 'filename2_33.jpg', '1971-04-17 00:00:00', '2015-07-20 00:00:00', 67),
(34, 497743, 'suzuki.atsushi@nagisa.net', '$2y$10$10GEGsj2DGI9OariTsdSgOsTrQeUXrbXjIRb3dofDScCNYPZIJyeK', 0, 0, '999949', '652759', '杉山 篤司', '126742', 1, 0, '404880', '717924', 17, '喜嶋 七夏', '329770', '男性', '2010-12-18', 58, '02-0517-4976', '06-8869-2148', 'youichi.ekoda@nakajima.com', 'rei07@ekoda.biz', 'miki.uno@idaka.biz', 'yumiko.ekoda@mail.goo.ne.jp', '宇野市', '斉藤市', '中島市', '小林市', '小泉市', '喜嶋市', 1, '斉藤市', '山口市', '1123', '佐藤市', '吉田市', 1, '2009-10-14 00:00:00', '43', '840125', 1, 1, '2006-02-21', 1, '中村 幹', 'filename1_34.jpg', 'filename2_34.jpg', '2015-01-29 00:00:00', '2000-07-27 00:00:00', 90),
(35, 776066, 'akira.yamamoto@ogaki.net', '$2y$10$/h9IIQtTKm2AnKtq.md0AuQShNQWXMjyH0ye4i/TcJ1SUOhwKBTbW', 0, 0, '757721', '722941', '大垣 美加子', '461508', 1, 0, '870870', '331103', 47, '中村 治', '249939', '男性', '1997-02-25', 28, '090-4111-7947', '02-2514-8956', 'mitsuru97@yahoo.co.jp', 'qharada@mail.goo.ne.jp', 'jun.sasada@nakajima.net', 'akemi45@kiriyama.info', '渚市', '野村市', '加藤市', '工藤市', '佐々木市', '小林市', 0, '宮沢市', '三宅市', '1123', '井上市', '中津川市', 1, '2001-09-13 00:00:00', '79', '751558', 1, 1, '1972-04-11', 1, '野村 里佳', 'filename1_35.jpg', 'filename2_35.jpg', '1985-04-05 00:00:00', '1974-06-14 00:00:00', 47),
(36, 788471, 'uyoshimoto@wakamatsu.org', '$2y$10$to0u9Hpu7N1fDaSE1m6nU..DM133UWAHwqzQ1CNUwJsEISrwC8OYy', 1, 1, '484146', '585947', '佐藤 加奈', '109836', 1, 0, '581176', '462760', 33, '宇野 美加子', '720883', '女性', '1991-05-24', 55, '08722-2-9065', '0050-485-982', 'kaori.kato@yoshimoto.org', 'kanou.maaya@mail.goo.ne.jp', 'satomi.ishida@koizumi.com', 'nhirokawa@hotmail.co.jp', '野村市', '加納市', '若松市', '笹田市', '伊藤市', '若松市', 0, '若松市', '山口市', '1123', '江古田市', '吉本市', 2, '2000-04-01 00:00:00', '87', '354503', 1, 1, '1984-10-08', 1, '加納 京助', 'filename1_36.jpg', 'filename2_36.jpg', '1988-07-11 00:00:00', '1992-07-14 00:00:00', 54),
(37, 906190, 'satomi.sato@yamaguchi.org', '$2y$10$zQd2gKAfj/VnQBcBEeM5T.GSGyGDeeLKrksFUlFdRpXxtMpZKQQda', 1, 0, '164856', '762289', '笹田 美加子', '137306', 0, 1, '854928', '453783', 14, '宇野 康弘', '141420', '女性', '1974-08-25', 40, '00-0942-5854', '09404-1-2897', 'kiriyama.youichi@hotmail.co.jp', 'yoko55@yamamoto.com', 'momoko89@gmail.com', 'naoto83@yahoo.co.jp', '青田市', '三宅市', '木村市', '小泉市', '中津川市', '若松市', 0, '小泉市', '高橋市', '1123', '青田市', '山口市', 1, '2009-07-03 00:00:00', '60', '195423', 0, 1, '1975-05-19', 0, '井高 舞', 'filename1_37.jpg', 'filename2_37.jpg', '2004-10-08 00:00:00', '1982-02-04 00:00:00', 29),
(38, 181899, 'yoshida.taichi@hotmail.co.jp', '$2y$10$Hy9AIH/tSnFre2sSqYfu9edzs0tHuZEvaSXUhdubM9ZV9AYop422W', 0, 1, '974373', '852645', '廣川 春香', '517608', 1, 0, '582519', '390346', 70, '西之園 太一', '297760', '男性', '1976-07-19', 22, '09-9373-2899', '0550-160-068', 'esuzuki@hotmail.co.jp', 'jkiriyama@yahoo.co.jp', 'maaya.ishida@mail.goo.ne.jp', 'mikako.saito@gmail.com', '佐々木市', '田中市', '高橋市', '小泉市', '加納市', '若松市', 1, '若松市', '加納市', '1123', '山岸市', '三宅市', 1, '2010-11-12 00:00:00', '9', '548123', 1, 1, '2006-01-04', 0, '中島 治', 'filename1_38.jpg', 'filename2_38.jpg', '1996-08-01 00:00:00', '2011-02-18 00:00:00', 39),
(39, 270096, 'shuhei02@nomura.net', '$2y$10$t.L2.C3.eCh2.KaXMILfWeo.E8jIf8F7inoZlmhumEnUd9cWOJ3kq', 0, 1, '742550', '306902', '加納 直子', '337439', 1, 0, '329780', '203180', 59, '小林 裕樹', '685620', '男性', '1988-08-21', 31, '00-2855-8543', '0610-252-134', 'tanabe.tomoya@yahoo.co.jp', 'lwatanabe@gmail.com', 'cnakajima@yamada.org', 'sasaki.mitsuru@yahoo.co.jp', '江古田市', '喜嶋市', '原田市', '加藤市', '渡辺市', '伊藤市', 0, '中島市', '山岸市', '1123', '斉藤市', '高橋市', 1, '2010-02-20 00:00:00', '92', '830178', 1, 1, '1983-06-18', 0, '田中 香織', 'filename1_39.jpg', 'filename2_39.jpg', '2002-10-20 00:00:00', '2008-01-27 00:00:00', 30),
(40, 923273, 'tanabe.ryosuke@mail.goo.ne.jp', '$2y$10$LhSQcqwSgfeZWOxyEK1UiOAP34uSWoJruWSuQXySYQKs4lvEcaSr6', 1, 1, '132594', '481662', '桐山 陽子', '768174', 0, 0, '237759', '907216', 63, '廣川 英樹', '178166', '男性', '1987-02-17', 22, '002-503-1939', '090-5015-2374', 'hirokawa.miki@tanabe.info', 'satomi.miyazawa@gmail.com', 'emurayama@koizumi.jp', 'zsasaki@hotmail.co.jp', '斉藤市', '山岸市', '松本市', '井高市', '藤本市', '宮沢市', 1, '吉本市', '喜嶋市', '1123', '宇野市', '佐々木市', 0, '2011-06-13 00:00:00', '94', '262518', 0, 0, '2009-07-20', 0, '杉山 治', 'filename1_40.jpg', 'filename2_40.jpg', '2018-10-15 00:00:00', '2014-07-27 00:00:00', 77),
(41, 624447, 'hamada.shuhei@gmail.com', '$2y$10$ojxHFjuQpPfcW5cm96B1PumFOdOO6XDhX2avz5IDx53Bl2SQCm976', 0, 0, '276416', '136901', '佐藤 零', '631890', 0, 0, '947742', '818154', 14, '木村 真綾', '349299', '男性', '2015-08-16', 30, '06960-7-7166', '07330-4-4974', 'harada.yasuhiro@ito.info', 'hsaito@yoshimoto.com', 'jaoyama@fujimoto.jp', 'yoshimoto.naoto@koizumi.com', '喜嶋市', '青田市', '近藤市', '杉山市', '坂本市', '佐藤市', 1, '大垣市', '桐山市', '1123', '渚市', '坂本市', 1, '2007-09-30 00:00:00', '25', '785386', 1, 1, '2001-08-02', 0, '藤本 英樹', 'filename1_41.jpg', 'filename2_41.jpg', '1971-01-03 00:00:00', '2004-01-08 00:00:00', 7),
(42, 376055, 'hsuzuki@gmail.com', '$2y$10$CvmQJlKhXW/f.9dIYRiHvuHXi0lGxiDo66ZY1tZqUgyWe6NpHKcxy', 1, 0, '604036', '924724', '佐々木 陽一', '729243', 1, 0, '701937', '276059', 12, '中島 さゆり', '819205', '女性', '1984-04-23', 28, '080-1145-3399', '090-5641-9930', 'swatanabe@hotmail.co.jp', 'psasada@ishida.com', 'kazuya.kobayashi@hotmail.co.jp', 'ynishinosono@gmail.com', '喜嶋市', '井上市', '渡辺市', '佐々木市', '青山市', '青田市', 0, '江古田市', '鈴木市', '1123', '小泉市', '宮沢市', 1, '1989-09-26 00:00:00', '33', '130327', 0, 1, '1990-01-05', 0, '山口 香織', 'filename1_42.jpg', 'filename2_42.jpg', '1994-05-05 00:00:00', '2018-07-10 00:00:00', 22),
(43, 879355, 'kato.kana@hotmail.co.jp', '$2y$10$jZDMhVBOuvv5QVxPl7pUQuechrPJcrItZW0J8UX2CpaPrp1GuxYSi', 0, 1, '831838', '713101', '田辺 洋介', '464755', 0, 0, '187589', '247434', 49, '原田 太一', '454291', '男性', '1989-05-02', 57, '090-9459-0101', '049-654-6610', 'momoko00@suzuki.com', 'rika.harada@hotmail.co.jp', 'yoko24@yahoo.co.jp', 'taro48@kiriyama.com', '原田市', '木村市', '小林市', '田中市', '吉田市', '中津川市', 1, '坂本市', '渚市', '1123', '鈴木市', '工藤市', 1, '1980-01-13 00:00:00', '42', '421857', 0, 0, '1986-12-22', 1, '吉田 直子', 'filename1_43.jpg', 'filename2_43.jpg', '1982-06-14 00:00:00', '2000-05-17 00:00:00', 52),
(44, 339983, 'taichi.sakamoto@yahoo.co.jp', '$2y$10$1afz0dCgkMq18RUKBTyVJePBSqjSmKUoIwjFfz1/k6nQdGV/SVWtq', 1, 0, '627894', '189750', '宮沢 舞', '608467', 1, 1, '430331', '953928', 25, '佐藤 直子', '515893', '女性', '1997-01-04', 22, '0418-18-5003', '01671-3-7659', 'tomoya30@sasada.com', 'kana68@yahoo.co.jp', 'rtanaka@yahoo.co.jp', 'taichi28@mail.goo.ne.jp', '笹田市', '工藤市', '小林市', '伊藤市', '大垣市', '宇野市', 1, '渡辺市', '江古田市', '1123', '青田市', '加藤市', 1, '2009-08-10 00:00:00', '40', '336398', 1, 1, '1973-06-08', 1, '佐藤 裕太', 'filename1_44.jpg', 'filename2_44.jpg', '1998-03-12 00:00:00', '1992-02-15 00:00:00', 91),
(45, 613152, 'xtakahashi@aota.net', '$2y$10$tnok0jatdmbfhAgDJ/s/wOGofYGaypNzDJ4/zmJjVPNGglddI60GK', 0, 0, '120415', '913432', '笹田 翼', '565295', 1, 0, '779634', '846073', 14, '原田 翼', '308441', '男性', '1994-08-20', 26, '03-3008-4999', '07-6193-0930', 'qtanaka@mail.goo.ne.jp', 'harada.hideki@hotmail.co.jp', 'taro69@idaka.net', 'dnakajima@mail.goo.ne.jp', '山田市', '山本市', '伊藤市', '松本市', '三宅市', '佐々木市', 0, '山本市', '山岸市', '1123', '近藤市', '三宅市', 0, '2002-10-05 00:00:00', '13', '616371', 1, 0, '2015-01-05', 1, '吉本 晃', 'filename1_45.jpg', 'filename2_45.jpg', '2008-10-10 00:00:00', '1978-05-29 00:00:00', 5),
(46, 809934, 'ryohei.kijima@hotmail.co.jp', '$2y$10$zNZVOTMHbzpAMo4Iv674NOdAfdJ9QhM00mBGp34tb4sOzABSspvxa', 0, 1, '808528', '967189', '廣川 香織', '372117', 0, 1, '723567', '865970', 56, '山口 里佳', '797485', '男性', '1971-01-10', 44, '0140-180-978', '080-5038-8665', 'miki41@nomura.net', 'maaya.kondo@gmail.com', 'ishida.takuma@gmail.com', 'kana02@yahoo.co.jp', '野村市', '江古田市', '松本市', '渡辺市', '小林市', '三宅市', 0, '伊藤市', '松本市', '1123', '佐藤市', '山口市', 1, '1986-04-20 00:00:00', '98', '192645', 1, 1, '2001-07-01', 0, '伊藤 知実', 'filename1_46.jpg', 'filename2_46.jpg', '2010-10-04 00:00:00', '1980-06-08 00:00:00', 64),
(47, 128820, 'yuta06@yahoo.co.jp', '$2y$10$fJYsSBj4HKamhuwpUivGguN.fchQFfNceWPny6IOVYKeLqfUr8WmS', 1, 1, '252701', '454736', '高橋 亮介', '557797', 1, 1, '306578', '530330', 93, '喜嶋 結衣', '138485', '女性', '1974-06-21', 31, '05-8020-0858', '0762-41-5040', 'yuta55@sakamoto.jp', 'jun59@kudo.jp', 'hirokawa.mai@gmail.com', 'sasada.kana@yahoo.co.jp', '中村市', '中島市', '津田市', '松本市', '三宅市', '廣川市', 1, '小泉市', '青山市', '1123', '江古田市', '木村市', 1, '1997-07-18 00:00:00', '35', '334627', 0, 1, '2016-09-02', 0, '小泉 真綾', 'filename1_47.jpg', 'filename2_47.jpg', '1983-06-29 00:00:00', '2006-06-17 00:00:00', 66),
(48, 169826, 'etanaka@gmail.com', '$2y$10$mqOwlQ46lV0ZK7l/5N9ZDuLtZ6pwiFGi7reRPgUgg3A/9lHgEHKwO', 1, 0, '462125', '468733', '津田 幹', '727756', 1, 1, '146267', '559909', 98, '藤本 陽子', '160412', '女性', '2011-04-19', 44, '090-5093-2888', '0102-18-2213', 'sayuri83@nomura.org', 'asuka.kato@yahoo.co.jp', 'naoki35@kijima.org', 'naoki.kudo@yahoo.co.jp', '鈴木市', '杉山市', '杉山市', '高橋市', '木村市', '藤本市', 0, '高橋市', '井上市', '1123', '中島市', '渚市', 0, '1986-12-22 00:00:00', '37', '709513', 1, 0, '2006-12-21', 0, '渡辺 零', 'filename1_48.jpg', 'filename2_48.jpg', '1987-02-07 00:00:00', '2004-06-06 00:00:00', 46),
(49, 739906, 'watanabe.soutaro@idaka.biz', '$2y$10$mRkIl/z5uoaa9Y2wH3bx.eCl4JjcczkW.7jEtBokYQ2l.YzmXMP02', 1, 0, '206357', '208852', '小泉 裕太', '715663', 0, 1, '537418', '414535', 89, '小泉 さゆり', '102861', '女性', '1975-08-10', 49, '080-6280-9933', '047-027-3069', 'yamamoto.taro@hotmail.co.jp', 'satomi.sato@aoyama.net', 'akira.takahashi@nakatsugawa.info', 'ryohei.sugiyama@hotmail.co.jp', '小林市', '井上市', '杉山市', '青山市', '加納市', '吉本市', 0, '浜田市', '廣川市', '1123', '鈴木市', '宇野市', 1, '1973-09-17 00:00:00', '46', '169086', 1, 1, '2011-05-28', 0, '若松 淳', 'filename1_49.jpg', 'filename2_49.jpg', '2001-01-27 00:00:00', '1975-02-13 00:00:00', 14),
(50, 871614, 'kenichi.saito@gmail.com', '$2y$10$Y0FPdF/Xa3S0T6JO1Ymq3OENGBKcBozXXBLmR1xd0KICTY7Uu5Aum', 1, 1, '712294', '406723', '小泉 さゆり', '879621', 0, 0, '270421', '484105', 75, '三宅 洋介', '591573', '女性', '2000-03-05', 20, '080-4332-4682', '05-7665-2646', 'soutaro72@tanabe.biz', 'soutaro35@yoshimoto.com', 'kaori32@mail.goo.ne.jp', 'nishinosono.minoru@kobayashi.biz', '加納市', '廣川市', '佐々木市', '工藤市', '井上市', '近藤市', 0, '山口市', '井高市', '1123', '加藤市', '桐山市', 2, '1992-08-02 00:00:00', '11', '302958', 1, 0, '2014-02-19', 0, '宮沢 学', 'filename1_50.jpg', 'filename2_50.jpg', '2009-01-15 00:00:00', '1995-04-23 00:00:00', 56),
(51, 929962, 'taichi.sato@yahoo.co.jp', '$2y$10$olcNlRiweo7f0qQcrFQS3ulN9HgZSmCe6MDy.mqk2DdSXHBY0diWe', 1, 1, '187958', '638469', '廣川 くみ子', '228269', 0, 0, '255723', '678700', 26, '中島 健一', '885169', '男性', '2010-07-15', 57, '0980-641-697', '0540-907-062', 'rharada@yamaguchi.org', 'satomi.koizumi@miyazawa.net', 'kaoyama@ito.info', 'kudo.minoru@kiriyama.org', '加納市', '近藤市', '三宅市', '吉田市', '村山市', '中津川市', 1, '近藤市', '佐々木市', '1123', '渡辺市', '佐藤市', 1, '2014-07-28 00:00:00', '74', '180389', 1, 1, '2004-02-18', 1, '杉山 洋介', 'filename1_51.jpg', 'filename2_51.jpg', '1975-09-08 00:00:00', '2013-08-01 00:00:00', 93),
(52, 608156, 'akira.nagisa@watanabe.info', '$2y$10$/KNc6PciVZGqY2pla8vl5uZ4b3Ium1rRjL3.fmAtl/BwFwEtLfQUO', 0, 1, '248506', '628204', '近藤 英樹', '568885', 1, 1, '688216', '850459', 88, '田中 七夏', '907686', '女性', '1993-07-05', 65, '0284-17-7377', '090-1310-8435', 'haruka65@mail.goo.ne.jp', 'matsumoto.taro@nakamura.com', 'inakajima@gmail.com', 'wekoda@aota.org', '佐藤市', '井上市', '井高市', '田中市', '廣川市', '山岸市', 0, '中村市', '江古田市', '1123', '佐藤市', '江古田市', 0, '1979-10-25 00:00:00', '63', '755199', 1, 0, '1991-03-31', 1, '山岸 亮介', 'filename1_52.jpg', 'filename2_52.jpg', '1974-08-13 00:00:00', '1991-04-21 00:00:00', 12),
(53, 188294, 'nanami.saito@tanabe.jp', '$2y$10$ZbSQVQEiC8vc4zekRaNqGOom0Dv6e0/z7mYC/sVnDnbHMLGwitZ7O', 1, 0, '939281', '485546', '中津川 陽子', '225397', 1, 1, '171835', '108800', 70, '加藤 篤司', '883432', '女性', '1984-06-26', 47, '000-469-5597', '010-920-8127', 'yoko35@hotmail.co.jp', 'ukiriyama@nomura.jp', 'kana92@tanaka.jp', 'yumiko46@yahoo.co.jp', '青田市', '西之園市', '西之園市', '桐山市', '井高市', '小泉市', 0, '加納市', '山本市', '1123', '加藤市', '斉藤市', 1, '1970-06-10 00:00:00', '77', '665605', 1, 0, '2010-08-31', 1, '津田 陽一', 'filename1_53.jpg', 'filename2_53.jpg', '1974-10-22 00:00:00', '1999-02-23 00:00:00', 10),
(54, 512586, 'rika.koizumi@ito.biz', '$2y$10$fHNXNG2maW0sguL94jO.jehsRITjkW0saoaM5Tm0Nh4taeb/sQLS.', 1, 1, '952335', '676126', '近藤 千代', '152390', 0, 0, '457493', '506738', 54, '青田 英樹', '866124', '男性', '2004-09-17', 20, '080-1910-3799', '080-9958-5310', 'ksaito@nagisa.com', 'haruka00@hotmail.co.jp', 'soutaro74@sasaki.jp', 'wkijima@suzuki.com', '井上市', '桐山市', '中村市', '田辺市', '杉山市', '村山市', 0, '青山市', '浜田市', '1123', '吉本市', '杉山市', 2, '1994-06-05 00:00:00', '65', '341793', 0, 1, '2006-10-20', 0, '野村 智也', 'filename1_54.jpg', 'filename2_54.jpg', '1972-04-10 00:00:00', '1994-05-08 00:00:00', 27),
(55, 283877, 'wito@gmail.com', '$2y$10$eKFQNiyqDH2kkgOTs5t4Oesxv5QnokF87nFe9VnGLKjFC4fHze526', 1, 0, '796756', '961182', '山岸 美加子', '315136', 1, 1, '140740', '544543', 72, '若松 香織', '190342', '女性', '1995-10-23', 23, '0620-412-147', '0810-287-144', 'koizumi.maaya@hirokawa.com', 'mito@yoshida.jp', 'satomi.murayama@mail.goo.ne.jp', 'qyoshida@gmail.com', '中津川市', '坂本市', '田中市', '小泉市', '吉田市', '田辺市', 1, '坂本市', '中村市', '1123', '鈴木市', '松本市', 2, '2007-05-14 00:00:00', '12', '822477', 1, 1, '2016-03-07', 0, '佐藤 桃子', 'filename1_55.jpg', 'filename2_55.jpg', '1995-03-12 00:00:00', '1990-03-29 00:00:00', 40),
(56, 789834, 'qyoshida@yahoo.co.jp', '$2y$10$uxHG8S4.JKnmT7CZ4roc2.HxFhNPU5HS67pCjU1aiXTDuH4vDXDtq', 1, 0, '567992', '587442', '山岸 浩', '607597', 0, 1, '711479', '793611', 96, '山岸 裕美子', '342521', '女性', '1986-07-06', 48, '080-7379-6606', '080-9708-3957', 'yui12@kiriyama.jp', 'wfujimoto@hotmail.co.jp', 'ryosuke91@sasada.biz', 'jsuzuki@yahoo.co.jp', '廣川市', '坂本市', '高橋市', '井上市', '浜田市', '鈴木市', 0, '三宅市', '加納市', '1123', '田中市', '松本市', 2, '2000-01-02 00:00:00', '41', '915455', 1, 1, '1975-05-06', 1, '津田 裕太', 'filename1_56.jpg', 'filename2_56.jpg', '2009-10-05 00:00:00', '1977-05-24 00:00:00', 17),
(57, 927485, 'xkobayashi@mail.goo.ne.jp', '$2y$10$ykHZBPexJ1zzHTbGBBmmouBN4PZGq0eIE4sHpOY1zD2qBWGFl8JrO', 1, 0, '611319', '622718', '中島 直子', '289311', 1, 1, '374457', '674070', 56, '藤本 香織', '964007', '男性', '1999-05-25', 47, '0895-42-2240', '05882-6-4319', 'aoyama.minoru@hotmail.co.jp', 'yosuke51@tsuda.info', 'wogaki@uno.info', 'tanabe.taichi@kato.net', '山岸市', '山口市', '加藤市', '桐山市', '中村市', '斉藤市', 1, '佐藤市', '青山市', '1123', '西之園市', '山岸市', 0, '1973-04-07 00:00:00', '63', '866082', 0, 0, '1980-08-22', 1, '浜田 洋介', 'filename1_57.jpg', 'filename2_57.jpg', '1992-10-31 00:00:00', '2016-08-02 00:00:00', 18),
(58, 504012, 'yosuke91@yoshimoto.jp', '$2y$10$Kav6t0tLQDgsLh/8CsXGAuq5lpWo0GuAR7rYP9sugCQSCRvu4fcw2', 0, 0, '838143', '863269', '青田 陽子', '945487', 1, 1, '113245', '800404', 81, '山田 明美', '581047', '男性', '2014-04-26', 23, '031-273-2628', '0410-781-749', 'nakamura.kana@sugiyama.com', 'takuma46@miyazawa.org', 'youichi.matsumoto@gmail.com', 'haruka.nakatsugawa@gmail.com', '桐山市', '高橋市', '中村市', '村山市', '佐藤市', '加納市', 0, '杉山市', '若松市', '1123', '斉藤市', '山田市', 0, '2003-02-22 00:00:00', '51', '277269', 0, 0, '1975-04-27', 1, '村山 香織', 'filename1_58.jpg', 'filename2_58.jpg', '2005-05-12 00:00:00', '1973-05-16 00:00:00', 44),
(59, 937525, 'mogaki@mail.goo.ne.jp', '$2y$10$SY4oknwFYGX.brDAjGghg.y4r1NIH6t9CeRrKZVShqx.V8o5.jGTu', 0, 1, '611407', '831523', '笹田 修平', '420001', 0, 1, '597598', '447972', 51, '坂本 舞', '321525', '男性', '2013-03-18', 38, '049-588-3819', '090-0604-4677', 'naoki33@aota.net', 'hirokawa.minoru@yahoo.co.jp', 'taichi.sugiyama@yahoo.co.jp', 'kiriyama.mai@nishinosono.com', '大垣市', '三宅市', '小泉市', '加藤市', '藤本市', '桐山市', 0, '加藤市', '宮沢市', '1123', '佐藤市', '杉山市', 2, '1979-09-16 00:00:00', '72', '822742', 1, 1, '2000-04-11', 1, '伊藤 真綾', 'filename1_59.jpg', 'filename2_59.jpg', '1999-12-06 00:00:00', '2005-12-19 00:00:00', 100),
(60, 143544, 'yui.matsumoto@gmail.com', '$2y$10$d5GTGkyzgJvL0AVckBksGuuPWWNsZd5V2UA7olys1TyU9PvnaHbOW', 0, 1, '441910', '300867', '桐山 翔太', '688629', 1, 0, '758567', '598016', 29, '原田 太一', '553876', '男性', '2003-06-11', 64, '02-4823-3431', '080-2329-3357', 'jun32@mail.goo.ne.jp', 'akemi75@yahoo.co.jp', 'yumiko03@suzuki.com', 'asuka05@mail.goo.ne.jp', '三宅市', '青田市', '山本市', '山口市', '西之園市', '鈴木市', 0, '加藤市', '江古田市', '1123', '山口市', '喜嶋市', 2, '1993-12-01 00:00:00', '34', '622814', 0, 0, '2010-02-16', 0, '高橋 翼', 'filename1_60.jpg', 'filename2_60.jpg', '1973-12-04 00:00:00', '1980-01-14 00:00:00', 72),
(61, 934376, 'rika68@yahoo.co.jp', '$2y$10$wVxLAdyxrcERNzNISX/c6.UM.dabRBvbJH4pbnpQTX2VygpxOjlRG', 1, 1, '727963', '478406', '高橋 浩', '628339', 1, 1, '659240', '499224', 57, '浜田 舞', '634908', '女性', '2016-09-08', 65, '042-510-0079', '090-7807-5142', 'dkudo@yahoo.co.jp', 'fujimoto.miki@hotmail.co.jp', 'osamu.kimura@yahoo.co.jp', 'idaka.kumiko@nakajima.jp', '加藤市', '浜田市', '高橋市', '加藤市', '井上市', '石田市', 1, '若松市', '加藤市', '1123', '山岸市', '渚市', 1, '1995-11-04 00:00:00', '22', '958349', 0, 0, '1992-05-05', 1, '佐藤 修平', 'filename1_61.jpg', 'filename2_61.jpg', '1993-12-16 00:00:00', '1999-05-07 00:00:00', 19),
(62, 913326, 'atsushi57@gmail.com', '$2y$10$7fhF8Y.Ww1VK4E8iZlvSce7Nb6SNoEfqi233dlu7/cQCLpuFqHrZ.', 0, 1, '711633', '994997', '木村 聡太郎', '356326', 0, 1, '939691', '300757', 96, '小林 桃子', '174108', '男性', '2008-09-04', 68, '0137-26-7533', '060-269-5675', 'akemi47@nakamura.jp', 'akemi.sato@murayama.jp', 'nakajima.mai@miyake.net', 'momoko.watanabe@matsumoto.net', '中村市', '青田市', '三宅市', '若松市', '伊藤市', '中津川市', 1, '佐々木市', '三宅市', '1123', '中津川市', '三宅市', 1, '1981-06-19 00:00:00', '56', '816879', 1, 1, '2007-06-17', 1, '藤本 和也', 'filename1_62.jpg', 'filename2_62.jpg', '2003-03-01 00:00:00', '2003-08-11 00:00:00', 20),
(63, 474791, 'gkanou@nakajima.net', '$2y$10$afehEsPjPSL2uXHt.Io47.upPv9N.UhlTk1Ze5TPvOwYd/yLldcyC', 0, 1, '724547', '817216', '石田 裕樹', '188892', 1, 1, '239155', '930452', 17, '笹田 さゆり', '736966', '男性', '1983-08-14', 46, '080-8972-7464', '04-1306-9323', 'yamada.taro@watanabe.jp', 'gnakatsugawa@yamaguchi.com', 'rei23@nakatsugawa.org', 'sayuri.kato@miyake.jp', '小泉市', '中村市', '野村市', '渡辺市', '加納市', '松本市', 1, '高橋市', '佐藤市', '1123', '坂本市', '村山市', 0, '2010-11-26 00:00:00', '58', '849852', 1, 0, '1979-03-24', 1, '井高 和也', 'filename1_63.jpg', 'filename2_63.jpg', '1991-03-29 00:00:00', '1999-04-07 00:00:00', 73),
(64, 914603, 'tomoya.watanabe@mail.goo.ne.jp', '$2y$10$6Rjo3BICIBe2d7MbYLhoyeHAtt6pB90zLvOqBPBL.EMP/5EC.g/cW', 0, 1, '491607', '702885', '伊藤 春香', '988495', 1, 0, '439763', '249549', 87, '高橋 陽一', '189111', '男性', '2000-08-28', 24, '090-7491-0842', '00-9017-1256', 'maaya.nakatsugawa@gmail.com', 'vsugiyama@hotmail.co.jp', 'jun59@gmail.com', 'mkoizumi@gmail.com', '近藤市', '青山市', '廣川市', '斉藤市', '桐山市', '近藤市', 1, '渡辺市', '西之園市', '1123', '原田市', '山岸市', 2, '1981-01-03 00:00:00', '55', '269837', 1, 0, '2002-07-29', 0, '宮沢 里佳', 'filename1_64.jpg', 'filename2_64.jpg', '1990-11-26 00:00:00', '2009-08-25 00:00:00', 48),
(65, 646419, 'kaori.yamaguchi@nakatsugawa.info', '$2y$10$qK5Gx2JuoYhL25RDxZcdXeyqui2MoWu4CfOlb5vGkZfZ94hEIN5u6', 0, 0, '415160', '620387', '津田 裕美子', '227280', 0, 1, '790268', '442853', 18, '工藤 美加子', '480457', '男性', '2006-02-21', 35, '01-4967-8372', '05-0426-1512', 'minoru.uno@gmail.com', 'jun.yamagishi@gmail.com', 'hkimura@yahoo.co.jp', 'ogaki.youichi@hotmail.co.jp', '渚市', '津田市', '石田市', '山岸市', '中津川市', '小林市', 1, '杉山市', '田中市', '1123', '田中市', '三宅市', 2, '1995-04-03 00:00:00', '7', '954187', 0, 1, '1994-11-15', 1, '山岸 あすか', 'filename1_65.jpg', 'filename2_65.jpg', '1987-08-29 00:00:00', '1980-09-21 00:00:00', 62),
(66, 127726, 'taichi90@yahoo.co.jp', '$2y$10$dWYtq.AIrIaJy0qU8TjQf.M5sPoug8ZfU0jpsJJWDUOzxeZilXaa2', 0, 1, '150217', '902226', '坂本 稔', '721715', 0, 1, '570156', '337435', 29, '高橋 舞', '510657', '女性', '2001-08-09', 53, '022-658-5927', '06-8311-7395', 'qfujimoto@sato.com', 'isato@sasada.jp', 'wakamatsu.mitsuru@mail.goo.ne.jp', 'shirokawa@hotmail.co.jp', '斉藤市', '伊藤市', '大垣市', '青田市', '山岸市', '青田市', 0, '斉藤市', '大垣市', '1123', '青田市', '加藤市', 0, '2005-01-23 00:00:00', '16', '195513', 0, 1, '1995-10-14', 0, '杉山 陽子', 'filename1_66.jpg', 'filename2_66.jpg', '2000-05-18 00:00:00', '1986-01-21 00:00:00', 82),
(67, 749028, 'gishida@mail.goo.ne.jp', '$2y$10$n6h8gKIqucaDw9U6A9QyZOBP0Ek.AkeEEYPLX/86uW2RrdX3MK9xG', 0, 0, '130130', '645392', '松本 結衣', '492265', 0, 0, '233589', '502496', 88, '渚 直樹', '304051', '女性', '1996-10-07', 44, '0870-708-643', '0512-62-5589', 'kimura.takuma@yahoo.co.jp', 'pyoshimoto@hotmail.co.jp', 'taro13@yahoo.co.jp', 'maaya85@sasaki.com', '井上市', '原田市', '三宅市', '西之園市', '廣川市', '近藤市', 1, '江古田市', '吉本市', '1123', '吉本市', '喜嶋市', 2, '1991-04-04 00:00:00', '9', '969942', 1, 1, '2003-12-12', 1, '工藤 淳', 'filename1_67.jpg', 'filename2_67.jpg', '2007-11-01 00:00:00', '1971-05-03 00:00:00', 77),
(68, 577915, 'shuhei.watanabe@wakamatsu.info', '$2y$10$gFQgJa8/0kyoIk/7E2t8uOh8zaZ6coBrv4JNN8lZxyo12Y2.BVqXO', 0, 0, '441318', '930111', '野村 浩', '353528', 0, 1, '834754', '151929', 55, '近藤 知実', '571087', '男性', '2004-03-31', 43, '080-7656-0330', '0380-930-441', 'kenichi18@nomura.org', 'kyosuke.kijima@yahoo.co.jp', 'miyake.kenichi@miyake.info', 'asuka.kato@sato.biz', '石田市', '大垣市', '佐々木市', '野村市', '木村市', '廣川市', 1, '斉藤市', '坂本市', '1123', '井高市', '渚市', 2, '2010-06-18 00:00:00', '43', '880059', 0, 1, '1987-08-31', 1, '石田 康弘', 'filename1_68.jpg', 'filename2_68.jpg', '2000-10-01 00:00:00', '1972-05-08 00:00:00', 40),
(69, 470870, 'mai72@hotmail.co.jp', '$2y$10$AfWO7tLeI7MH5wCZKrQtKOeF9KLmQEPwq/XIpMV..ZZ2imkCqRkRu', 0, 0, '334751', '790276', '杉山 加奈', '100235', 1, 1, '221297', '357588', 24, '山岸 あすか', '429672', '男性', '1991-03-07', 56, '0250-273-285', '090-8026-5642', 'naoko.kato@kobayashi.jp', 'tomoya.yamagishi@yahoo.co.jp', 'murayama.atsushi@nakamura.jp', 'ryosuke.nakajima@yahoo.co.jp', '藤本市', '三宅市', '三宅市', '山本市', '高橋市', '木村市', 1, '渡辺市', '津田市', '1123', '喜嶋市', '吉田市', 2, '1988-11-28 00:00:00', '8', '934369', 0, 0, '1984-04-12', 1, '宮沢 舞', 'filename1_69.jpg', 'filename2_69.jpg', '2009-01-22 00:00:00', '1978-03-19 00:00:00', 73),
(70, 580711, 'sugiyama.yosuke@tanaka.com', '$2y$10$pakhyu5Dgn6yNcmrNFTq4.O.uKdrveHNrVrqcR2NfiSg.1YIXo3Gy', 1, 1, '179180', '609374', '西之園 加奈', '630059', 0, 0, '892567', '492252', 9, '中村 あすか', '202260', '男性', '2009-01-01', 57, '0428-11-0259', '0590-261-224', 'enishinosono@idaka.org', 'kyosuke38@mail.goo.ne.jp', 'watanabe.akemi@kijima.com', 'sasaki.tsubasa@hotmail.co.jp', '浜田市', '宮沢市', '廣川市', '坂本市', '青田市', '山田市', 1, '田中市', '野村市', '1123', '青田市', '西之園市', 2, '1983-09-03 00:00:00', '93', '848165', 1, 1, '1999-08-31', 0, '藤本 涼平', 'filename1_70.jpg', 'filename2_70.jpg', '1971-11-17 00:00:00', '1979-07-05 00:00:00', 29),
(71, 234253, 'momoko64@gmail.com', '$2y$10$KUWiiczfOL4EKCKgLTnrc.cSCQdGxM/aFjyA7aJ3CBGggKpH1qVvW', 0, 1, '735046', '461926', '渡辺 直樹', '609387', 1, 1, '128933', '273746', 78, '小林 英樹', '495850', '男性', '2010-06-01', 46, '0960-074-912', '0082-46-0313', 'dkanou@ishida.com', 'enagisa@yahoo.co.jp', 'rnagisa@mail.goo.ne.jp', 'chiyo72@yahoo.co.jp', '吉本市', '廣川市', '佐藤市', '吉本市', '石田市', '杉山市', 0, '江古田市', '笹田市', '1123', '山口市', '原田市', 2, '2008-10-25 00:00:00', '80', '192887', 0, 1, '1993-11-30', 0, '斉藤 淳', 'filename1_71.jpg', 'filename2_71.jpg', '1983-04-20 00:00:00', '2004-12-24 00:00:00', 36),
(72, 203190, 'haruka55@mail.goo.ne.jp', '$2y$10$73GBRjAKl89s7QBkC4lqe.y3L6uSKzTGPNbYUybXsYgFQlnKtAS3m', 1, 1, '746917', '714636', '工藤 淳', '511283', 0, 0, '656111', '593891', 67, '田中 舞', '951669', '女性', '1993-09-16', 64, '0330-904-720', '06-8273-2616', 'mitsuru69@sasada.biz', 'tsubasa.matsumoto@kijima.jp', 'ryohei.kondo@yahoo.co.jp', 'tsuda.haruka@nishinosono.info', '近藤市', '坂本市', '杉山市', '小泉市', '小泉市', '近藤市', 0, '山本市', '加藤市', '1123', '青山市', '鈴木市', 2, '1996-07-27 00:00:00', '67', '842856', 0, 1, '1980-01-17', 0, '山田 浩', 'filename1_72.jpg', 'filename2_72.jpg', '1984-10-24 00:00:00', '1998-06-06 00:00:00', 34),
(73, 954435, 'hirokawa.rei@mail.goo.ne.jp', '$2y$10$rz0UZ/gopPWCu7CJmTDvXujx0hHmUFzyVf1begnt/mgCF5RpggxIm', 1, 1, '378169', '368361', '宇野 翔太', '159566', 0, 1, '424913', '304715', 38, '西之園 学', '735641', '男性', '1990-04-26', 51, '090-1633-5808', '080-4750-4534', 'kkato@mail.goo.ne.jp', 'kaori.watanabe@yoshimoto.biz', 'wtanabe@yahoo.co.jp', 'funo@gmail.com', '廣川市', '村山市', '中村市', '鈴木市', '木村市', '渚市', 0, '吉本市', '山本市', '1123', '藤本市', '井高市', 0, '1996-02-19 00:00:00', '2', '563861', 0, 0, '1990-10-14', 0, '山口 太郎', 'filename1_73.jpg', 'filename2_73.jpg', '1987-08-11 00:00:00', '1998-05-31 00:00:00', 22),
(74, 915674, 'manabu85@yahoo.co.jp', '$2y$10$Gjomuu1o4kuBDfgop7M/DO57HMMKjPcsAj2XNzJG66LGervcRGiQm', 1, 0, '776011', '206618', '松本 美加子', '476903', 1, 1, '160453', '246793', 8, '渡辺 裕美子', '172979', '女性', '2017-05-04', 21, '080-2066-5741', '031-023-2334', 'sasaki.kenichi@suzuki.jp', 'nishinosono.satomi@sasada.com', 'hiroshi.hirokawa@murayama.info', 'tnakajima@hotmail.co.jp', '山本市', '浜田市', '佐藤市', '津田市', '大垣市', '石田市', 1, '田辺市', '宇野市', '1123', '工藤市', '笹田市', 2, '1975-08-25 00:00:00', '68', '712235', 0, 1, '1994-06-18', 1, '若松 拓真', 'filename1_74.jpg', 'filename2_74.jpg', '1991-07-08 00:00:00', '1972-07-26 00:00:00', 92),
(75, 529329, 'takahashi.kaori@kanou.jp', '$2y$10$ZlrySxfSQlNn8Y/cyAr7aOQwkWHRQc6wyjo6vLqnzNDxPrux1yqF6', 1, 0, '630843', '235905', '石田 陽子', '684485', 0, 0, '749141', '995617', 4, '廣川 康弘', '124745', '男性', '1971-11-15', 57, '05227-1-9980', '01-7653-9322', 'yosuke.nakajima@sato.biz', 'ynishinosono@ito.com', 'hiroshi02@hotmail.co.jp', 'sugiyama.hanako@miyake.jp', '渚市', '井高市', '青田市', '桐山市', '斉藤市', '笹田市', 1, '中村市', '斉藤市', '1123', '小泉市', '青田市', 2, '1998-02-23 00:00:00', '81', '470674', 1, 1, '1971-01-03', 1, '渡辺 明美', 'filename1_75.jpg', 'filename2_75.jpg', '1996-11-11 00:00:00', '1987-02-12 00:00:00', 35),
(76, 362287, 'rmiyake@sato.biz', '$2y$10$wKOtkWZsCOtSk0Yt1JQeBelg3mbapKk5MiYZTlW7sKVjCppdNTkKe', 0, 1, '957302', '485597', '中島 翼', '205753', 0, 1, '211086', '887315', 68, '若松 和也', '777673', '女性', '1989-02-13', 32, '080-4578-9896', '06-4974-1025', 'kudo.hideki@gmail.com', 'mitsuru.aoyama@kijima.jp', 'takahashi.yasuhiro@gmail.com', 'kimura.kyosuke@yahoo.co.jp', '浜田市', '笹田市', '佐々木市', '野村市', '渚市', '鈴木市', 0, '笹田市', '田辺市', '1123', '津田市', '斉藤市', 0, '1994-01-14 00:00:00', '57', '800804', 1, 0, '2012-01-22', 0, '渚 太郎', 'filename1_76.jpg', 'filename2_76.jpg', '1997-04-08 00:00:00', '2009-10-26 00:00:00', 97),
(77, 801004, 'ktanaka@gmail.com', '$2y$10$AHXkIVvrMgfUrniVZReN/eHs2S8u9Qs7mXryLG2VgdFifTidQLklC', 0, 1, '848066', '271591', '山田 直子', '287716', 1, 1, '274578', '901098', 52, '若松 修平', '807626', '女性', '1974-01-22', 53, '0930-38-9153', '0190-264-704', 'yosuke.yamaguchi@yoshimoto.jp', 'soutaro.ekoda@nakajima.jp', 'rika17@yahoo.co.jp', 'ryosuke.nagisa@hotmail.co.jp', '廣川市', '宇野市', '宮沢市', '吉本市', '高橋市', '松本市', 1, '斉藤市', '宇野市', '1123', '吉田市', '加納市', 1, '1997-09-23 00:00:00', '96', '815661', 1, 0, '2011-11-24', 0, '津田 千代', 'filename1_77.jpg', 'filename2_77.jpg', '1991-10-03 00:00:00', '1989-03-17 00:00:00', 68),
(78, 920498, 'awakamatsu@nakajima.info', '$2y$10$FaQgWV3Le.iTg3UBg3o9ZuPzWJuQJmZYXKCa3d.XCTCtFnx27kNom', 0, 0, '551427', '175028', '津田 京助', '228909', 1, 1, '825527', '233075', 70, '田辺 和也', '614857', '男性', '1977-01-23', 20, '0559-30-9428', '04-7292-2484', 'fujimoto.minoru@tanaka.biz', 'kato.yumiko@yahoo.co.jp', 'mikako.kimura@kobayashi.com', 'yumiko.ekoda@gmail.com', '青山市', '渚市', '山田市', '工藤市', '江古田市', '渚市', 0, '野村市', '渡辺市', '1123', '村山市', '渚市', 0, '1976-03-08 00:00:00', '44', '508661', 0, 0, '1995-06-16', 0, '工藤 拓真', 'filename1_78.jpg', 'filename2_78.jpg', '2007-03-18 00:00:00', '1987-05-05 00:00:00', 67),
(79, 997724, 'akemi.murayama@wakamatsu.jp', '$2y$10$UEUpTNJlkxnaVUKLT74Ed.ufalgF5qvbmwzhYbBqDp8FIGibOU19O', 0, 0, '828725', '239051', '村山 舞', '161417', 1, 0, '394331', '570685', 100, '渡辺 洋介', '241318', '女性', '2011-12-09', 46, '056-139-3135', '0030-603-763', 'kenichi.sakamoto@gmail.com', 'ikato@mail.goo.ne.jp', 'yui.idaka@aota.jp', 'yasuhiro.nakatsugawa@kudo.biz', '桐山市', '若松市', '藤本市', '山本市', '坂本市', '村山市', 1, '工藤市', '山岸市', '1123', '鈴木市', '青田市', 2, '2013-03-13 00:00:00', '93', '224087', 0, 1, '2003-06-05', 1, '青山 真綾', 'filename1_79.jpg', 'filename2_79.jpg', '2010-05-15 00:00:00', '1982-12-21 00:00:00', 58),
(80, 731617, 'tanabe.taro@hotmail.co.jp', '$2y$10$9dNHCyThJ2h.LWpGtTgYmOtwmTYWEjDIEMlJr1ruTx.Ao5aVbI9fO', 1, 0, '279174', '350601', '原田 篤司', '844979', 0, 1, '787724', '970594', 80, '工藤 美加子', '778478', '男性', '1987-06-18', 62, '07-6369-6371', '080-0230-9267', 'minoru.ito@yoshida.biz', 'vsasada@kiriyama.biz', 'nomura.yuta@suzuki.com', 'manabu28@sugiyama.jp', '中津川市', '井高市', '山岸市', '佐々木市', '吉本市', '吉本市', 1, '井高市', '石田市', '1123', '渚市', '加納市', 2, '2008-11-12 00:00:00', '7', '383967', 1, 1, '1986-07-14', 0, '浜田 結衣', 'filename1_80.jpg', 'filename2_80.jpg', '1984-05-09 00:00:00', '1976-12-29 00:00:00', 42),
(81, 557728, 'lmiyazawa@kiriyama.com', '$2y$10$RaDE4KbafmN7wyGu5hN0suk9WLhuJebLqXc2tg6ia6fWNOscNEqB.', 1, 1, '727215', '192574', '加納 幹', '833656', 1, 1, '810044', '708316', 61, '西之園 陽子', '638791', '男性', '2011-10-21', 46, '080-3060-4652', '0281-64-3552', 'gyoshida@mail.goo.ne.jp', 'yamamoto.rika@ishida.org', 'aota.taro@yamaguchi.com', 'yumiko45@yamagishi.com', '三宅市', '伊藤市', '山口市', '佐々木市', '伊藤市', '工藤市', 0, '宮沢市', '桐山市', '1123', '山本市', '浜田市', 0, '1981-05-10 00:00:00', '29', '396511', 1, 1, '1998-01-24', 1, '田中 裕樹', 'filename1_81.jpg', 'filename2_81.jpg', '1979-12-11 00:00:00', '1972-08-13 00:00:00', 68);
INSERT INTO `user` (`user_seq`, `user_id`, `member_id`, `user_pass`, `user_manual_regist_flag`, `user_mailing_flag`, `contract_number`, `user_tag_serial`, `user_tag_serial_64`, `qr_code`, `tag_qr_flag`, `user_aid`, `user_park_number`, `user_place_qrid`, `user_categoryid`, `user_name`, `user_phonetic`, `user_gender`, `user_birthdate`, `user_age`, `user_mobile`, `user_homephone`, `user_primemail`, `user_submail`, `user_regident_zip`, `user_regident_pre`, `user_regident_city`, `user_regident_add`, `user_relate_zip`, `user_relate_pre`, `user_relate_city`, `user_relate_add`, `ward_residents`, `user_workplace`, `user_school`, `user_graduate`, `user_reduction`, `user_idcard`, `user_idcard_chk_flag`, `user_chk_day`, `user_chk_opeid`, `user_tag_issue`, `issue_permission`, `user_quit_flag`, `user_quitday`, `black_list`, `user_remarks`, `photo_filename1`, `photo_filename2`, `created_at`, `updated_at`, `ope_id`) VALUES
(82, 959673, 'sakamoto.yumiko@gmail.com', '$2y$10$COUWE.U6HkOwTx89/2C4SeBzNYJLeUB4V3/t/FhHkh3e4WX5MxkPy', 0, 1, '768075', '412760', '三宅 裕樹', '703959', 1, 1, '567517', '417857', 81, '廣川 康弘', '453689', '女性', '1997-12-28', 39, '080-9956-5135', '014-398-4058', 'vhamada@kobayashi.com', 'soutaro.kobayashi@gmail.com', 'yuta88@yamada.jp', 'akemi24@hotmail.co.jp', '田辺市', '宮沢市', '坂本市', '井上市', '山岸市', '松本市', 1, '吉田市', '山本市', '1123', '高橋市', '渚市', 2, '2008-07-18 00:00:00', '70', '702453', 0, 0, '1977-05-21', 1, '鈴木 太郎', 'filename1_82.jpg', 'filename2_82.jpg', '1971-10-30 00:00:00', '1976-06-21 00:00:00', 6),
(83, 144642, 'taro.murayama@yamamoto.biz', '$2y$10$xLvj4FNmDjF2eGR0Ysd11.324SNHN/X1zN.7RVx97.TZXhLN4AnYu', 0, 1, '479986', '777323', '坂本 七夏', '644975', 1, 1, '664033', '946321', 72, '山口 里佳', '758171', '男性', '1977-01-25', 45, '090-3142-0873', '0502-05-2460', 'miyazawa.jun@hotmail.co.jp', 'wakamatsu.mikako@yahoo.co.jp', 'soutaro.yamada@mail.goo.ne.jp', 'hanako09@ishida.info', '原田市', '江古田市', '廣川市', '中津川市', '野村市', '西之園市', 0, '村山市', '江古田市', '1123', '山田市', '山本市', 1, '1973-03-27 00:00:00', '87', '134333', 1, 0, '1991-10-31', 1, '山岸 花子', 'filename1_83.jpg', 'filename2_83.jpg', '1977-03-03 00:00:00', '2008-12-22 00:00:00', 93),
(84, 801645, 'fujimoto.chiyo@yahoo.co.jp', '$2y$10$E4WeKYB9pNQ.n9J/.7SLqe0iE/D0l.u8G1WdVOOZbqx45OTKBI3B2', 0, 0, '861460', '740680', '野村 康弘', '539845', 0, 1, '341716', '957133', 2, '木村 裕太', '864381', '女性', '1994-08-02', 31, '01-4738-7343', '05-5652-4803', 'youichi.uno@yahoo.co.jp', 'kobayashi.shota@sato.com', 'rei31@kato.com', 'taro.nakamura@nakajima.jp', '宮沢市', '大垣市', '喜嶋市', '中村市', '井上市', '中島市', 0, '宮沢市', '若松市', '1123', '井高市', '山岸市', 1, '1999-06-02 00:00:00', '45', '873323', 0, 0, '1993-03-13', 0, '高橋 春香', 'filename1_84.jpg', 'filename2_84.jpg', '1997-12-14 00:00:00', '1996-12-22 00:00:00', 47),
(85, 869186, 'mikako06@kijima.jp', '$2y$10$T5FRgy25DP1Tm3BfmFZ5u.7smAt3rrowSQG9yBjn2Rt/lzBlC.Dti', 0, 1, '308006', '863437', '山岸 篤司', '867580', 0, 1, '840726', '400215', 71, '木村 智也', '345533', '女性', '2008-10-29', 29, '05-9514-2253', '0969-85-2483', 'satomi04@gmail.com', 'sato.minoru@suzuki.jp', 'aoyama.manabu@miyazawa.jp', 'mitsuru14@hotmail.co.jp', '山田市', '山本市', '山口市', '西之園市', '井高市', '杉山市', 0, '江古田市', '井高市', '1123', '桐山市', '吉田市', 2, '1986-08-24 00:00:00', '18', '399302', 0, 1, '2016-01-05', 0, '加納 智也', 'filename1_85.jpg', 'filename2_85.jpg', '2000-11-27 00:00:00', '2004-05-03 00:00:00', 47),
(86, 168247, 'kudo.haruka@yamada.jp', '$2y$10$acvKe.wqBcq4KiNTRGIGIOiWKNYUOGPFu9lCjl29KG/TOTMd4c1lK', 1, 1, '703930', '948781', '原田 翔太', '569167', 0, 0, '783776', '873642', 92, '井上 智也', '862536', '女性', '1983-03-28', 60, '06-5380-8241', '05864-5-1839', 'saito.tsubasa@miyake.info', 'yoko73@aota.info', 'manabu53@yamamoto.biz', 'lmiyazawa@yoshida.biz', '廣川市', '青山市', '三宅市', '渡辺市', '伊藤市', '山本市', 0, '伊藤市', '廣川市', '1123', '桐山市', '高橋市', 0, '1990-06-05 00:00:00', '15', '883546', 0, 0, '2011-03-20', 0, '桐山 加奈', 'filename1_86.jpg', 'filename2_86.jpg', '1973-04-07 00:00:00', '1992-10-26 00:00:00', 83),
(87, 220487, 'naoki42@hotmail.co.jp', '$2y$10$1vS7UEbSAo/zCHia6/9RNe95RgLIRREyvTNWkP5q5827LTDzXb1t6', 0, 1, '271356', '419907', '中島 英樹', '830472', 1, 0, '692821', '782885', 52, '桐山 太一', '470860', '男性', '1981-09-24', 43, '01991-9-5460', '01-9665-8512', 'naoko.watanabe@mail.goo.ne.jp', 'sayuri39@hotmail.co.jp', 'mkimura@yoshimoto.jp', 'hiroshi.yamaguchi@gmail.com', '山田市', '斉藤市', '田辺市', '津田市', '廣川市', '浜田市', 0, '佐藤市', '佐々木市', '1123', '高橋市', '宇野市', 2, '1983-11-12 00:00:00', '31', '592224', 1, 1, '1992-02-11', 0, '工藤 零', 'filename1_87.jpg', 'filename2_87.jpg', '2015-07-14 00:00:00', '2010-03-22 00:00:00', 33),
(88, 553198, 'yoko80@kato.com', '$2y$10$3RJAZacXjUuHLYver30F5OiE9FXom5VuyaItKt6F.ww1jOnRyeHvG', 0, 1, '681100', '451918', '中村 さゆり', '553680', 1, 0, '276650', '463131', 38, '山田 聡太郎', '153624', '女性', '1982-05-05', 54, '05-8973-1646', '0052-06-4648', 'ryohei23@takahashi.info', 'sayuri29@gmail.com', 'yuta07@uno.jp', 'lnakamura@hotmail.co.jp', '津田市', '三宅市', '廣川市', '村山市', '鈴木市', '津田市', 0, '原田市', '高橋市', '1123', '高橋市', '工藤市', 2, '1992-01-18 00:00:00', '5', '809775', 1, 1, '1986-08-16', 0, '中村 舞', 'filename1_88.jpg', 'filename2_88.jpg', '1984-07-12 00:00:00', '1999-02-05 00:00:00', 18),
(89, 170574, 'hideki91@nakatsugawa.org', '$2y$10$mynWqVjrVUw9PwZe8nQ47OdI4RpbPo3zhfjrz3drq8h5l/z1VBUYO', 1, 1, '418803', '127219', '中島 陽子', '548011', 1, 0, '853780', '544553', 13, '村山 あすか', '954899', '男性', '1970-12-27', 32, '0110-470-038', '080-9452-1965', 'kyosuke83@gmail.com', 'yoko.ekoda@harada.com', 'nakamura.kana@hotmail.co.jp', 'minoru76@yahoo.co.jp', '杉山市', '工藤市', '伊藤市', '田中市', '中島市', '山田市', 0, '廣川市', '田辺市', '1123', '小泉市', '伊藤市', 2, '2010-11-30 00:00:00', '78', '831026', 0, 0, '1985-02-22', 1, '中島 太郎', 'filename1_89.jpg', 'filename2_89.jpg', '2009-06-20 00:00:00', '1982-05-11 00:00:00', 69),
(90, 721726, 'maaya59@mail.goo.ne.jp', '$2y$10$kFGh5kcMiHzC6mezDmujDufa.89aFr2yA.64OU77XEEkW/Y1WBkAG', 1, 1, '100149', '122571', '吉本 陽一', '830059', 0, 0, '785053', '479593', 83, '青山 幹', '248751', '女性', '1987-09-15', 63, '06-2107-0038', '0089-42-5187', 'miyake.rei@gmail.com', 'hyamaguchi@uno.org', 'yasuhiro43@aota.org', 'asuka06@mail.goo.ne.jp', '山本市', '桐山市', '若松市', '青山市', '松本市', '中津川市', 0, '浜田市', '石田市', '1123', '宇野市', '伊藤市', 0, '1976-08-17 00:00:00', '1', '155338', 0, 1, '1971-09-25', 0, '小泉 あすか', 'filename1_90.jpg', 'filename2_90.jpg', '1991-11-20 00:00:00', '1980-01-30 00:00:00', 62),
(91, 174086, 'saito.minoru@watanabe.com', '$2y$10$rAOYO4uVfCDxnfkOgaUl0uYk6JZQdjYdACU09tSfVyd3W4Ju6UydW', 0, 1, '652853', '757753', '佐々木 治', '806331', 0, 1, '877180', '340732', 95, '田中 加奈', '949264', '女性', '2008-11-06', 26, '090-7911-4919', '0582-67-3201', 'uaota@hotmail.co.jp', 'chiyo92@yahoo.co.jp', 'naoto02@gmail.com', 'nomura.kaori@yahoo.co.jp', '近藤市', '宇野市', '吉本市', '渚市', '山口市', '伊藤市', 0, '佐藤市', '喜嶋市', '1123', '野村市', '笹田市', 0, '1994-02-23 00:00:00', '34', '814639', 1, 1, '2008-04-30', 0, '山口 拓真', 'filename1_91.jpg', 'filename2_91.jpg', '1996-01-17 00:00:00', '1981-09-14 00:00:00', 38),
(92, 660770, 'byoshida@aoyama.com', '$2y$10$e1q8FfM1nVFP.KMeKFAYheugLsnU.4.Elt7c775ciRQ4HtpW2hF2y', 0, 0, '630476', '989967', '中津川 幹', '467461', 0, 1, '841394', '254090', 46, '西之園 太一', '254686', '女性', '2015-10-05', 69, '06323-2-2225', '090-9568-1320', 'hamada.hideki@suzuki.biz', 'kaori57@yamada.info', 'togaki@hamada.jp', 'yasuhiro.yamaguchi@yamamoto.biz', '津田市', '青田市', '斉藤市', '村山市', '高橋市', '宮沢市', 0, '佐藤市', '村山市', '1123', '桐山市', '松本市', 2, '1984-05-25 00:00:00', '74', '440485', 0, 0, '2008-03-10', 1, '津田 春香', 'filename1_92.jpg', 'filename2_92.jpg', '2009-07-29 00:00:00', '1982-07-10 00:00:00', 55),
(93, 567757, 'vkanou@mail.goo.ne.jp', '$2y$10$GN1lP5HYtR/kFVh8Xa6fHed3/2SBCHMh4QXgyJ/F8ZWjAmcAENDwa', 0, 0, '349869', '122356', '田辺 さゆり', '178003', 1, 0, '378745', '588549', 93, '廣川 亮介', '970774', '男性', '2012-05-06', 34, '04909-8-8865', '0316-91-9171', 'aota.miki@kudo.jp', 'lkanou@tanabe.org', 'ykobayashi@tsuda.com', 'akemi38@mail.goo.ne.jp', '井上市', '佐藤市', '近藤市', '工藤市', '吉田市', '坂本市', 1, '小林市', '野村市', '1123', '藤本市', '笹田市', 0, '1972-10-24 00:00:00', '12', '142221', 1, 0, '1986-04-06', 1, '高橋 裕美子', 'filename1_93.jpg', 'filename2_93.jpg', '1981-08-02 00:00:00', '2005-04-11 00:00:00', 74),
(94, 617616, 'dtanabe@kobayashi.org', '$2y$10$z1BliTj/KjzkuBGFk2maku/SVZ77/Yq4lTB/8QHbfLk.RZUCFHOl.', 0, 1, '246703', '916979', '渚 晃', '161851', 0, 0, '469409', '459413', 42, '渚 裕美子', '721334', '女性', '1977-11-23', 67, '0212-74-2084', '0717-56-9639', 'minoru.ogaki@mail.goo.ne.jp', 'hanako.yoshimoto@mail.goo.ne.jp', 'cishida@sakamoto.com', 'naoko52@aoyama.com', '鈴木市', '廣川市', '青山市', '桐山市', '鈴木市', '工藤市', 0, '渡辺市', '喜嶋市', '1123', '山田市', '西之園市', 0, '1980-10-11 00:00:00', '70', '884190', 0, 0, '2003-08-13', 0, '宮沢 直子', 'filename1_94.jpg', 'filename2_94.jpg', '1970-12-22 00:00:00', '1997-03-25 00:00:00', 21),
(95, 567656, 'xnagisa@hotmail.co.jp', '$2y$10$ejI3ml0SIUC30CtIv3a7auOw5nCximF67DvAGLxK5Vm8/zvpM0zqS', 1, 0, '934912', '940811', '木村 幹', '830954', 1, 0, '493411', '359414', 91, '渚 英樹', '410716', '女性', '2009-08-23', 32, '080-4703-7755', '080-1101-7203', 'taro62@hotmail.co.jp', 'atsushi.takahashi@suzuki.info', 'kimura.taro@ekoda.com', 'yoshimoto.minoru@miyazawa.net', '坂本市', '渚市', '吉田市', '吉田市', '石田市', '吉田市', 1, '木村市', '山田市', '1123', '津田市', '井上市', 0, '2010-03-15 00:00:00', '31', '135839', 0, 1, '1984-02-17', 1, '浜田 裕美子', 'filename1_95.jpg', 'filename2_95.jpg', '1978-09-07 00:00:00', '1987-09-03 00:00:00', 43),
(96, 136875, 'miki.harada@yamamoto.net', '$2y$10$H62ivzWCJkegB73eJCzTDuDlgfXG/ZpLZuPePdb8rxODYG03fD.Wq', 0, 0, '436904', '912998', '佐々木 亮介', '339173', 1, 1, '857441', '917763', 28, '鈴木 裕太', '116954', '女性', '2014-01-07', 51, '064-984-0941', '08769-3-8279', 'dnishinosono@uno.com', 'ryosuke86@mail.goo.ne.jp', 'kyosuke34@kimura.com', 'yasuhiro38@hotmail.co.jp', '工藤市', '井上市', '渚市', '廣川市', '山口市', '藤本市', 1, '青山市', '宇野市', '1123', '笹田市', '津田市', 2, '1972-09-16 00:00:00', '27', '537583', 1, 1, '1970-07-27', 0, '工藤 太郎', 'filename1_96.jpg', 'filename2_96.jpg', '2017-03-07 00:00:00', '2016-07-03 00:00:00', 66),
(97, 836847, 'gsugiyama@ogaki.jp', '$2y$10$yqZ4HL3Fpl7xPabsljCHqe8DPt/m/mfRfGAJ7sLkatKO.TG1Y8mN6', 0, 0, '606922', '755100', '中村 直子', '830992', 0, 0, '738310', '476361', 3, '中島 淳', '774348', '男性', '2010-08-09', 57, '01-6356-6833', '0167-00-6336', 'ekoda.shuhei@yahoo.co.jp', 'maaya93@ito.jp', 'qkijima@gmail.com', 'kyosuke.koizumi@suzuki.net', '井上市', '桐山市', '近藤市', '藤本市', '井高市', '木村市', 0, '佐々木市', '渚市', '1123', '佐藤市', '浜田市', 1, '2008-11-25 00:00:00', '21', '845288', 0, 0, '2001-01-04', 0, '渚 くみ子', 'filename1_97.jpg', 'filename2_97.jpg', '2012-02-26 00:00:00', '1977-01-26 00:00:00', 81),
(98, 219790, 'wwakamatsu@gmail.com', '$2y$10$riu1yuyVndTNY72Ux//.Vu9fPfQ13Q2iAcMD0vX7qb2KclsdCjyMC', 1, 0, '165009', '974567', '浜田 直子', '373476', 1, 1, '601087', '337776', 30, '高橋 太一', '113382', '女性', '2007-08-15', 66, '0360-233-556', '0231-85-0865', 'shota.saito@gmail.com', 'nishinosono.rika@saito.org', 'mai98@yahoo.co.jp', 'mikako.aoyama@yamaguchi.com', '山口市', '廣川市', '喜嶋市', '浜田市', '宇野市', '杉山市', 1, '桐山市', '青田市', '1123', '中津川市', '野村市', 0, '1979-06-10 00:00:00', '29', '244120', 1, 0, '1991-03-06', 0, '廣川 結衣', 'filename1_98.jpg', 'filename2_98.jpg', '1972-05-09 00:00:00', '2012-04-13 00:00:00', 80),
(99, 177574, 'hiroshi.aoyama@koizumi.biz', '$2y$10$c2g735YxbKd9xNZVdQkHKutRVQ/2TfSW78Xdek40NDXsHZr1i0kpq', 0, 1, '457714', '382853', '山岸 晃', '476747', 0, 1, '339930', '904824', 35, '原田 舞', '752089', '女性', '1979-10-25', 37, '080-1060-6041', '0599-00-2717', 'fsakamoto@wakamatsu.jp', 'chiyo51@yahoo.co.jp', 'osamu.nakamura@gmail.com', 'hiroshi.yamamoto@ekoda.com', '渡辺市', '吉本市', '斉藤市', '石田市', '松本市', '渡辺市', 1, '近藤市', '鈴木市', '1123', '藤本市', '井高市', 2, '1980-08-12 00:00:00', '83', '790445', 1, 1, '2009-11-29', 1, '田中 幹', 'filename1_99.jpg', 'filename2_99.jpg', '2014-01-27 00:00:00', '2006-07-19 00:00:00', 60),
(100, 869081, 'atsushi.ito@mail.goo.ne.jp', '$2y$10$wGemDSAdQM7KClEcg.XEJekD7MyUOylPmYzazkBI41HPbV1IZFLTe', 1, 1, '687087', '840457', '藤本 美加子', '697669', 0, 1, '788078', '993139', 95, '山岸 七夏', '162048', '女性', '1995-09-19', 38, '00128-2-2718', '03639-2-8039', 'mai61@yahoo.co.jp', 'wakamatsu.yuki@yoshida.com', 'naoto.koizumi@hotmail.co.jp', 'shuhei.kanou@mail.goo.ne.jp', '青山市', '三宅市', '村山市', '伊藤市', '井上市', '加納市', 0, '渡辺市', '加藤市', '1123', '山口市', '廣川市', 1, '1993-02-01 00:00:00', '96', '512467', 1, 1, '1997-02-03', 0, '江古田 聡太郎', 'filename1_100.jpg', 'filename2_100.jpg', '2013-06-29 00:00:00', '1996-05-27 00:00:00', 37);
-- --------------------------------------------------------
--
-- 表的结构 `users`
--
CREATE TABLE `users` (
`id` bigint(20) UNSIGNED NOT NULL,
`name` varchar(255) NOT NULL,
`email` varchar(255) NOT NULL,
`email_verified_at` timestamp NULL DEFAULT NULL,
`password` varchar(255) NOT NULL,
`remember_token` varchar(100) DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- 表的结构 `usertype`
--
CREATE TABLE `usertype` (
`user_categoryid` int(10) UNSIGNED NOT NULL,
`created_at` date DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
`sort_order` int(10) UNSIGNED DEFAULT NULL,
`usertype_subject1` varchar(255) DEFAULT NULL,
`usertype_subject2` varchar(255) DEFAULT NULL,
`usertype_subject3` varchar(255) DEFAULT NULL,
`print_name` varchar(255) DEFAULT NULL,
`usertype_money` varchar(255) DEFAULT NULL,
`usertype_remarks` varchar(255) DEFAULT NULL,
`operator_id` int(10) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
--
-- 转存表中的数据 `usertype`
--
INSERT INTO `usertype` (`user_categoryid`, `created_at`, `updated_at`, `sort_order`, `usertype_subject1`, `usertype_subject2`, `usertype_subject3`, `print_name`, `usertype_money`, `usertype_remarks`, `operator_id`) VALUES
(1, '1986-06-03', '1997-10-03 06:44:32', 28, 'usertype_subject1_0', 'usertype_subject2_0', 'usertype_subject3_0', 'print_name0', 'usertype_money0', 'usertype_remarks0', 28),
(2, '2005-05-08', '2005-09-08 21:07:22', 8, 'usertype_subject1_1', 'usertype_subject2_1', 'usertype_subject3_1', 'print_name1', 'usertype_money1', 'usertype_remarks1', 77),
(3, '1983-07-25', '1973-09-14 07:47:45', 32, 'usertype_subject1_2', 'usertype_subject2_2', 'usertype_subject3_2', 'print_name2', 'usertype_money2', 'usertype_remarks2', 38),
(4, '2010-12-12', '2000-06-01 13:25:41', 93, 'usertype_subject1_3', 'usertype_subject2_3', 'usertype_subject3_3', 'print_name3', 'usertype_money3', 'usertype_remarks3', 35),
(5, '2017-04-06', '2003-02-02 19:05:44', 36, 'usertype_subject1_4', 'usertype_subject2_4', 'usertype_subject3_4', 'print_name4', 'usertype_money4', 'usertype_remarks4', 93),
(6, '2013-05-25', '1991-06-24 04:26:16', 9, 'usertype_subject1_5', 'usertype_subject2_5', 'usertype_subject3_5', 'print_name5', 'usertype_money5', 'usertype_remarks5', 65),
(7, '1975-07-22', '2004-06-12 07:28:04', 66, 'usertype_subject1_6', 'usertype_subject2_6', 'usertype_subject3_6', 'print_name6', 'usertype_money6', 'usertype_remarks6', 75),
(8, '2004-10-23', '1981-05-16 09:57:44', 16, 'usertype_subject1_7', 'usertype_subject2_7', 'usertype_subject3_7', 'print_name7', 'usertype_money7', 'usertype_remarks7', 1),
(9, '2001-09-07', '2004-03-23 00:21:27', 21, 'usertype_subject1_8', 'usertype_subject2_8', 'usertype_subject3_8', 'print_name8', 'usertype_money8', 'usertype_remarks8', 7),
(10, '2007-05-17', '2001-04-05 21:34:09', 24, 'usertype_subject1_9', 'usertype_subject2_9', 'usertype_subject3_9', 'print_name9', 'usertype_money9', 'usertype_remarks9', 71),
(11, '1972-07-03', '2002-02-06 09:34:47', 53, 'usertype_subject1_10', 'usertype_subject2_10', 'usertype_subject3_10', 'print_name10', 'usertype_money10', 'usertype_remarks10', 92),
(12, '1972-04-10', '2017-01-15 22:04:26', 45, 'usertype_subject1_11', 'usertype_subject2_11', 'usertype_subject3_11', 'print_name11', 'usertype_money11', 'usertype_remarks11', 75),
(13, '1976-02-15', '1989-05-23 08:06:38', 55, 'usertype_subject1_12', 'usertype_subject2_12', 'usertype_subject3_12', 'print_name12', 'usertype_money12', 'usertype_remarks12', 55),
(14, '1994-08-28', '1995-04-23 09:46:25', 25, 'usertype_subject1_13', 'usertype_subject2_13', 'usertype_subject3_13', 'print_name13', 'usertype_money13', 'usertype_remarks13', 89),
(15, '2004-04-14', '1984-10-01 16:35:05', 10, 'usertype_subject1_14', 'usertype_subject2_14', 'usertype_subject3_14', 'print_name14', 'usertype_money14', 'usertype_remarks14', 94),
(16, '1977-12-23', '1987-05-15 10:50:02', 2, 'usertype_subject1_15', 'usertype_subject2_15', 'usertype_subject3_15', 'print_name15', 'usertype_money15', 'usertype_remarks15', 95),
(17, '1984-06-30', '1978-05-12 04:37:12', 13, 'usertype_subject1_16', 'usertype_subject2_16', 'usertype_subject3_16', 'print_name16', 'usertype_money16', 'usertype_remarks16', 92),
(18, '2014-11-09', '1999-07-01 14:59:46', 100, 'usertype_subject1_17', 'usertype_subject2_17', 'usertype_subject3_17', 'print_name17', 'usertype_money17', 'usertype_remarks17', 92),
(19, '1978-10-05', '2002-01-08 11:10:43', 11, 'usertype_subject1_18', 'usertype_subject2_18', 'usertype_subject3_18', 'print_name18', 'usertype_money18', 'usertype_remarks18', 40),
(20, '1981-01-30', '2005-04-30 06:43:03', 37, 'usertype_subject1_19', 'usertype_subject2_19', 'usertype_subject3_19', 'print_name19', 'usertype_money19', 'usertype_remarks19', 95),
(21, '1977-08-06', '1970-05-05 05:35:50', 27, 'usertype_subject1_20', 'usertype_subject2_20', 'usertype_subject3_20', 'print_name20', 'usertype_money20', 'usertype_remarks20', 13),
(22, '1971-12-31', '1978-12-23 04:20:31', 54, 'usertype_subject1_21', 'usertype_subject2_21', 'usertype_subject3_21', 'print_name21', 'usertype_money21', 'usertype_remarks21', 80),
(23, '2011-01-24', '1987-10-05 16:46:09', 94, 'usertype_subject1_22', 'usertype_subject2_22', 'usertype_subject3_22', 'print_name22', 'usertype_money22', 'usertype_remarks22', 96),
(24, '1988-07-22', '2016-08-08 08:41:40', 20, 'usertype_subject1_23', 'usertype_subject2_23', 'usertype_subject3_23', 'print_name23', 'usertype_money23', 'usertype_remarks23', 76),
(25, '1973-10-14', '1979-06-13 10:30:28', 99, 'usertype_subject1_24', 'usertype_subject2_24', 'usertype_subject3_24', 'print_name24', 'usertype_money24', 'usertype_remarks24', 37),
(26, '1992-01-02', '2008-05-05 13:00:39', 13, 'usertype_subject1_25', 'usertype_subject2_25', 'usertype_subject3_25', 'print_name25', 'usertype_money25', 'usertype_remarks25', 12),
(27, '2008-07-15', '1989-09-12 02:48:44', 66, 'usertype_subject1_26', 'usertype_subject2_26', 'usertype_subject3_26', 'print_name26', 'usertype_money26', 'usertype_remarks26', 71),
(28, '2012-09-01', '2013-07-29 12:43:09', 37, 'usertype_subject1_27', 'usertype_subject2_27', 'usertype_subject3_27', 'print_name27', 'usertype_money27', 'usertype_remarks27', 57),
(29, '1973-11-29', '1981-05-24 12:07:33', 62, 'usertype_subject1_28', 'usertype_subject2_28', 'usertype_subject3_28', 'print_name28', 'usertype_money28', 'usertype_remarks28', 75),
(30, '2014-01-09', '2003-07-22 15:16:13', 90, 'usertype_subject1_29', 'usertype_subject2_29', 'usertype_subject3_29', 'print_name29', 'usertype_money29', 'usertype_remarks29', 74),
(31, '1998-10-12', '1993-05-04 08:08:50', 65, 'usertype_subject1_30', 'usertype_subject2_30', 'usertype_subject3_30', 'print_name30', 'usertype_money30', 'usertype_remarks30', 7),
(32, '1980-01-11', '1984-09-02 23:53:46', 66, 'usertype_subject1_31', 'usertype_subject2_31', 'usertype_subject3_31', 'print_name31', 'usertype_money31', 'usertype_remarks31', 97),
(33, '2013-04-01', '2008-10-10 01:10:46', 80, 'usertype_subject1_32', 'usertype_subject2_32', 'usertype_subject3_32', 'print_name32', 'usertype_money32', 'usertype_remarks32', 21),
(34, '2016-10-23', '1978-10-12 08:02:45', 80, 'usertype_subject1_33', 'usertype_subject2_33', 'usertype_subject3_33', 'print_name33', 'usertype_money33', 'usertype_remarks33', 20),
(35, '1997-01-20', '2000-09-08 11:41:14', 38, 'usertype_subject1_34', 'usertype_subject2_34', 'usertype_subject3_34', 'print_name34', 'usertype_money34', 'usertype_remarks34', 78),
(36, '2013-02-02', '1999-09-04 12:03:03', 32, 'usertype_subject1_35', 'usertype_subject2_35', 'usertype_subject3_35', 'print_name35', 'usertype_money35', 'usertype_remarks35', 71),
(37, '1982-01-28', '1973-08-13 00:01:53', 29, 'usertype_subject1_36', 'usertype_subject2_36', 'usertype_subject3_36', 'print_name36', 'usertype_money36', 'usertype_remarks36', 18),
(38, '2014-08-16', '1997-04-13 05:47:30', 10, 'usertype_subject1_37', 'usertype_subject2_37', 'usertype_subject3_37', 'print_name37', 'usertype_money37', 'usertype_remarks37', 17),
(39, '1978-05-20', '1989-05-23 15:31:34', 6, 'usertype_subject1_38', 'usertype_subject2_38', 'usertype_subject3_38', 'print_name38', 'usertype_money38', 'usertype_remarks38', 43),
(40, '1980-07-11', '1979-05-22 17:57:03', 47, 'usertype_subject1_39', 'usertype_subject2_39', 'usertype_subject3_39', 'print_name39', 'usertype_money39', 'usertype_remarks39', 85),
(41, '1982-08-26', '2009-04-28 03:01:58', 43, 'usertype_subject1_40', 'usertype_subject2_40', 'usertype_subject3_40', 'print_name40', 'usertype_money40', 'usertype_remarks40', 86),
(42, '1995-07-02', '2010-04-02 22:27:02', 41, 'usertype_subject1_41', 'usertype_subject2_41', 'usertype_subject3_41', 'print_name41', 'usertype_money41', 'usertype_remarks41', 30),
(43, '1972-03-28', '1976-11-06 08:59:36', 48, 'usertype_subject1_42', 'usertype_subject2_42', 'usertype_subject3_42', 'print_name42', 'usertype_money42', 'usertype_remarks42', 3),
(44, '2000-10-05', '2010-02-02 11:53:56', 51, 'usertype_subject1_43', 'usertype_subject2_43', 'usertype_subject3_43', 'print_name43', 'usertype_money43', 'usertype_remarks43', 88),
(45, '1988-03-26', '1979-05-11 07:23:43', 21, 'usertype_subject1_44', 'usertype_subject2_44', 'usertype_subject3_44', 'print_name44', 'usertype_money44', 'usertype_remarks44', 71),
(46, '2001-01-31', '2001-10-13 05:35:13', 53, 'usertype_subject1_45', 'usertype_subject2_45', 'usertype_subject3_45', 'print_name45', 'usertype_money45', 'usertype_remarks45', 77),
(47, '1999-11-22', '2002-04-13 10:05:30', 38, 'usertype_subject1_46', 'usertype_subject2_46', 'usertype_subject3_46', 'print_name46', 'usertype_money46', 'usertype_remarks46', 70),
(48, '2014-07-11', '1973-03-02 12:21:20', 48, 'usertype_subject1_47', 'usertype_subject2_47', 'usertype_subject3_47', 'print_name47', 'usertype_money47', 'usertype_remarks47', 22),
(49, '2010-12-27', '1985-01-30 07:16:28', 64, 'usertype_subject1_48', 'usertype_subject2_48', 'usertype_subject3_48', 'print_name48', 'usertype_money48', 'usertype_remarks48', 70),
(50, '2008-11-16', '1984-12-11 05:52:55', 27, 'usertype_subject1_49', 'usertype_subject2_49', 'usertype_subject3_49', 'print_name49', 'usertype_money49', 'usertype_remarks49', 31),
(51, '1972-10-19', '2008-07-15 04:12:17', 38, 'usertype_subject1_50', 'usertype_subject2_50', 'usertype_subject3_50', 'print_name50', 'usertype_money50', 'usertype_remarks50', 78),
(52, '2014-08-16', '2016-02-02 09:58:22', 66, 'usertype_subject1_51', 'usertype_subject2_51', 'usertype_subject3_51', 'print_name51', 'usertype_money51', 'usertype_remarks51', 52),
(53, '1989-11-08', '1991-10-20 23:23:33', 63, 'usertype_subject1_52', 'usertype_subject2_52', 'usertype_subject3_52', 'print_name52', 'usertype_money52', 'usertype_remarks52', 20),
(54, '2018-06-27', '1971-12-18 01:21:18', 76, 'usertype_subject1_53', 'usertype_subject2_53', 'usertype_subject3_53', 'print_name53', 'usertype_money53', 'usertype_remarks53', 87),
(55, '1995-08-01', '2006-09-26 22:35:08', 52, 'usertype_subject1_54', 'usertype_subject2_54', 'usertype_subject3_54', 'print_name54', 'usertype_money54', 'usertype_remarks54', 45),
(56, '1997-01-04', '2006-03-26 01:47:27', 82, 'usertype_subject1_55', 'usertype_subject2_55', 'usertype_subject3_55', 'print_name55', 'usertype_money55', 'usertype_remarks55', 80),
(57, '1997-06-20', '1975-02-25 08:09:55', 65, 'usertype_subject1_56', 'usertype_subject2_56', 'usertype_subject3_56', 'print_name56', 'usertype_money56', 'usertype_remarks56', 91),
(58, '1985-05-19', '1972-12-15 06:27:28', 6, 'usertype_subject1_57', 'usertype_subject2_57', 'usertype_subject3_57', 'print_name57', 'usertype_money57', 'usertype_remarks57', 14),
(59, '1987-06-28', '1983-07-07 12:05:48', 69, 'usertype_subject1_58', 'usertype_subject2_58', 'usertype_subject3_58', 'print_name58', 'usertype_money58', 'usertype_remarks58', 40),
(60, '1996-06-22', '1973-03-08 01:13:45', 89, 'usertype_subject1_59', 'usertype_subject2_59', 'usertype_subject3_59', 'print_name59', 'usertype_money59', 'usertype_remarks59', 59),
(61, '1980-11-26', '1977-04-30 06:55:52', 33, 'usertype_subject1_60', 'usertype_subject2_60', 'usertype_subject3_60', 'print_name60', 'usertype_money60', 'usertype_remarks60', 74),
(62, '1992-08-26', '1998-06-17 09:31:18', 41, 'usertype_subject1_61', 'usertype_subject2_61', 'usertype_subject3_61', 'print_name61', 'usertype_money61', 'usertype_remarks61', 80),
(63, '1996-06-06', '1994-08-24 13:51:44', 49, 'usertype_subject1_62', 'usertype_subject2_62', 'usertype_subject3_62', 'print_name62', 'usertype_money62', 'usertype_remarks62', 59),
(64, '2006-12-09', '1970-03-12 14:12:30', 36, 'usertype_subject1_63', 'usertype_subject2_63', 'usertype_subject3_63', 'print_name63', 'usertype_money63', 'usertype_remarks63', 47),
(65, '2013-05-16', '1986-07-07 02:03:59', 79, 'usertype_subject1_64', 'usertype_subject2_64', 'usertype_subject3_64', 'print_name64', 'usertype_money64', 'usertype_remarks64', 51),
(66, '2016-10-28', '1996-08-21 03:00:59', 52, 'usertype_subject1_65', 'usertype_subject2_65', 'usertype_subject3_65', 'print_name65', 'usertype_money65', 'usertype_remarks65', 54),
(67, '1981-07-16', '2009-08-15 19:39:56', 18, 'usertype_subject1_66', 'usertype_subject2_66', 'usertype_subject3_66', 'print_name66', 'usertype_money66', 'usertype_remarks66', 91),
(68, '1991-04-06', '1977-01-05 03:02:20', 97, 'usertype_subject1_67', 'usertype_subject2_67', 'usertype_subject3_67', 'print_name67', 'usertype_money67', 'usertype_remarks67', 35),
(69, '1987-06-06', '1992-01-24 01:31:55', 97, 'usertype_subject1_68', 'usertype_subject2_68', 'usertype_subject3_68', 'print_name68', 'usertype_money68', 'usertype_remarks68', 4),
(70, '1998-02-07', '2004-06-26 22:46:34', 32, 'usertype_subject1_69', 'usertype_subject2_69', 'usertype_subject3_69', 'print_name69', 'usertype_money69', 'usertype_remarks69', 53),
(71, '1991-08-06', '1979-09-17 05:20:23', 15, 'usertype_subject1_70', 'usertype_subject2_70', 'usertype_subject3_70', 'print_name70', 'usertype_money70', 'usertype_remarks70', 100),
(72, '1981-03-24', '1971-05-10 15:10:16', 97, 'usertype_subject1_71', 'usertype_subject2_71', 'usertype_subject3_71', 'print_name71', 'usertype_money71', 'usertype_remarks71', 55),
(73, '1999-06-10', '1994-10-04 05:16:33', 37, 'usertype_subject1_72', 'usertype_subject2_72', 'usertype_subject3_72', 'print_name72', 'usertype_money72', 'usertype_remarks72', 27),
(74, '2005-08-20', '1986-03-31 22:00:03', 50, 'usertype_subject1_73', 'usertype_subject2_73', 'usertype_subject3_73', 'print_name73', 'usertype_money73', 'usertype_remarks73', 97),
(75, '1978-07-06', '2001-12-25 15:07:04', 82, 'usertype_subject1_74', 'usertype_subject2_74', 'usertype_subject3_74', 'print_name74', 'usertype_money74', 'usertype_remarks74', 46),
(76, '2014-03-15', '1977-04-24 23:09:47', 50, 'usertype_subject1_75', 'usertype_subject2_75', 'usertype_subject3_75', 'print_name75', 'usertype_money75', 'usertype_remarks75', 21),
(77, '1979-03-06', '2009-06-04 08:30:24', 76, 'usertype_subject1_76', 'usertype_subject2_76', 'usertype_subject3_76', 'print_name76', 'usertype_money76', 'usertype_remarks76', 32),
(78, '2016-12-25', '1972-11-13 06:04:38', 80, 'usertype_subject1_77', 'usertype_subject2_77', 'usertype_subject3_77', 'print_name77', 'usertype_money77', 'usertype_remarks77', 98),
(79, '2009-05-11', '2004-03-19 17:20:28', 89, 'usertype_subject1_78', 'usertype_subject2_78', 'usertype_subject3_78', 'print_name78', 'usertype_money78', 'usertype_remarks78', 99),
(80, '2007-05-08', '1983-05-29 00:25:20', 96, 'usertype_subject1_79', 'usertype_subject2_79', 'usertype_subject3_79', 'print_name79', 'usertype_money79', 'usertype_remarks79', 74),
(81, '2005-08-09', '1993-02-27 06:19:50', 4, 'usertype_subject1_80', 'usertype_subject2_80', 'usertype_subject3_80', 'print_name80', 'usertype_money80', 'usertype_remarks80', 55),
(82, '1974-02-07', '2004-05-26 16:49:08', 38, 'usertype_subject1_81', 'usertype_subject2_81', 'usertype_subject3_81', 'print_name81', 'usertype_money81', 'usertype_remarks81', 29),
(83, '2008-05-05', '1995-02-18 06:28:36', 67, 'usertype_subject1_82', 'usertype_subject2_82', 'usertype_subject3_82', 'print_name82', 'usertype_money82', 'usertype_remarks82', 27),
(84, '1987-01-27', '1992-12-25 02:49:43', 89, 'usertype_subject1_83', 'usertype_subject2_83', 'usertype_subject3_83', 'print_name83', 'usertype_money83', 'usertype_remarks83', 28),
(85, '2006-01-13', '2011-03-13 06:06:06', 28, 'usertype_subject1_84', 'usertype_subject2_84', 'usertype_subject3_84', 'print_name84', 'usertype_money84', 'usertype_remarks84', 86),
(86, '2003-10-09', '1978-02-26 19:17:01', 80, 'usertype_subject1_85', 'usertype_subject2_85', 'usertype_subject3_85', 'print_name85', 'usertype_money85', 'usertype_remarks85', 76),
(87, '1990-05-10', '2013-02-24 11:25:37', 82, 'usertype_subject1_86', 'usertype_subject2_86', 'usertype_subject3_86', 'print_name86', 'usertype_money86', 'usertype_remarks86', 19),
(88, '1978-04-04', '1995-02-04 15:48:19', 34, 'usertype_subject1_87', 'usertype_subject2_87', 'usertype_subject3_87', 'print_name87', 'usertype_money87', 'usertype_remarks87', 10),
(89, '1977-08-10', '1981-04-27 02:12:14', 31, 'usertype_subject1_88', 'usertype_subject2_88', 'usertype_subject3_88', 'print_name88', 'usertype_money88', 'usertype_remarks88', 66),
(90, '1992-10-12', '1998-03-04 23:13:01', 2, 'usertype_subject1_89', 'usertype_subject2_89', 'usertype_subject3_89', 'print_name89', 'usertype_money89', 'usertype_remarks89', 83),
(91, '1974-03-28', '2011-05-08 07:35:15', 85, 'usertype_subject1_90', 'usertype_subject2_90', 'usertype_subject3_90', 'print_name90', 'usertype_money90', 'usertype_remarks90', 80),
(92, '1996-07-31', '1998-02-16 12:16:23', 37, 'usertype_subject1_91', 'usertype_subject2_91', 'usertype_subject3_91', 'print_name91', 'usertype_money91', 'usertype_remarks91', 7),
(93, '1993-08-06', '1974-07-23 04:50:41', 86, 'usertype_subject1_92', 'usertype_subject2_92', 'usertype_subject3_92', 'print_name92', 'usertype_money92', 'usertype_remarks92', 17),
(94, '1983-10-13', '2011-10-28 04:44:28', 32, 'usertype_subject1_93', 'usertype_subject2_93', 'usertype_subject3_93', 'print_name93', 'usertype_money93', 'usertype_remarks93', 14),
(95, '2000-06-12', '2003-07-13 08:11:22', 54, 'usertype_subject1_94', 'usertype_subject2_94', 'usertype_subject3_94', 'print_name94', 'usertype_money94', 'usertype_remarks94', 78),
(96, '2011-09-10', '1972-05-10 07:52:59', 86, 'usertype_subject1_95', 'usertype_subject2_95', 'usertype_subject3_95', 'print_name95', 'usertype_money95', 'usertype_remarks95', 50),
(97, '1993-08-16', '1983-07-26 15:08:07', 74, 'usertype_subject1_96', 'usertype_subject2_96', 'usertype_subject3_96', 'print_name96', 'usertype_money96', 'usertype_remarks96', 47),
(98, '2014-09-27', '1970-08-05 08:05:46', 7, 'usertype_subject1_97', 'usertype_subject2_97', 'usertype_subject3_97', 'print_name97', 'usertype_money97', 'usertype_remarks97', 32),
(99, '2016-08-12', '1972-01-20 10:53:02', 26, 'usertype_subject1_98', 'usertype_subject2_98', 'usertype_subject3_98', 'print_name98', 'usertype_money98', 'usertype_remarks98', 84),
(100, '2001-07-31', '2014-08-10 04:27:18', 63, 'usertype_subject1_99', 'usertype_subject2_99', 'usertype_subject3_99', 'print_name99', 'usertype_money99', 'usertype_remarks99', 41);
--
-- 转储表的索引
--
--
-- 表的索引 `batch_log`
--
ALTER TABLE `batch_log`
ADD PRIMARY KEY (`id`),
ADD KEY `batch_log_process_name_status_index` (`process_name`,`status`),
ADD KEY `batch_log_start_time_index` (`start_time`),
ADD KEY `batch_log_status_index` (`status`);
--
-- 表的索引 `bat_job_log`
--
ALTER TABLE `bat_job_log`
ADD PRIMARY KEY (`job_log_id`);
--
-- 表的索引 `cache`
--
ALTER TABLE `cache`
ADD PRIMARY KEY (`key`);
--
-- 表的索引 `cache_locks`
--
ALTER TABLE `cache_locks`
ADD PRIMARY KEY (`key`);
--
-- 表的索引 `chain`
--
ALTER TABLE `chain`
ADD PRIMARY KEY (`chain_id`);
--
-- 表的索引 `city`
--
ALTER TABLE `city`
ADD PRIMARY KEY (`city_id`);
--
-- 表的索引 `contract_allowable_city`
--
ALTER TABLE `contract_allowable_city`
ADD PRIMARY KEY (`contract_allowable_city_id`);
--
-- 表的索引 `device`
--
ALTER TABLE `device`
ADD PRIMARY KEY (`device_id`);
--
-- 表的索引 `earnings_summary`
--
ALTER TABLE `earnings_summary`
ADD PRIMARY KEY (`earnings_summary_id`);
--
-- 表的索引 `hardware_check_log`
--
ALTER TABLE `hardware_check_log`
ADD PRIMARY KEY (`hardware_check_log_id`);
--
-- 表的索引 `jurisdiction_parking`
--
ALTER TABLE `jurisdiction_parking`
ADD PRIMARY KEY (`jurisdiction_parking_id`);
--
-- 表的索引 `lock_support`
--
ALTER TABLE `lock_support`
ADD PRIMARY KEY (`lock_support_id`);
--
-- 表的索引 `lumpsum_transaction`
--
ALTER TABLE `lumpsum_transaction`
ADD PRIMARY KEY (`lumpsum_transaction_id`);
--
-- 表的索引 `mail_template`
--
ALTER TABLE `mail_template`
ADD PRIMARY KEY (`mail_template_id`);
--
-- 表的索引 `manager`
--
ALTER TABLE `manager`
ADD PRIMARY KEY (`manager_id`);
--
-- 表的索引 `migrations`
--
ALTER TABLE `migrations`
ADD PRIMARY KEY (`id`);
--
-- 表的索引 `news`
--
ALTER TABLE `news`
ADD PRIMARY KEY (`news_id`);
--
-- 表的索引 `ope`
--
ALTER TABLE `ope`
ADD PRIMARY KEY (`ope_id`);
--
-- 表的索引 `operator_log`
--
ALTER TABLE `operator_log`
ADD PRIMARY KEY (`operator_log_id`);
--
-- 表的索引 `operator_que`
--
ALTER TABLE `operator_que`
ADD PRIMARY KEY (`que_id`);
--
-- 表的索引 `park`
--
ALTER TABLE `park`
ADD PRIMARY KEY (`park_id`);
--
-- 表的索引 `park_number`
--
ALTER TABLE `park_number`
ADD PRIMARY KEY (`number_parkplaceid`);
--
-- 表的索引 `password_reset_tokens`
--
ALTER TABLE `password_reset_tokens`
ADD PRIMARY KEY (`email`);
--
-- 表的索引 `payment`
--
ALTER TABLE `payment`
ADD PRIMARY KEY (`payment_id`);
--
-- 表的索引 `pplace`
--
ALTER TABLE `pplace`
ADD PRIMARY KEY (`pplace_id`);
--
-- 表的索引 `price`
--
ALTER TABLE `price`
ADD PRIMARY KEY (`price_parkplaceid`);
--
-- 表的索引 `price_a`
--
ALTER TABLE `price_a`
ADD PRIMARY KEY (`price_parkplaceid`);
--
-- 表的索引 `price_b`
--
ALTER TABLE `price_b`
ADD PRIMARY KEY (`price_parkplaceid`);
--
-- 表的索引 `print_area`
--
ALTER TABLE `print_area`
ADD PRIMARY KEY (`print_area_id`);
--
-- 表的索引 `print_job_log`
--
ALTER TABLE `print_job_log`
ADD PRIMARY KEY (`job_log_id`);
--
-- 表的索引 `psection`
--
ALTER TABLE `psection`
ADD PRIMARY KEY (`psection_id`);
--
-- 表的索引 `ptype`
--
ALTER TABLE `ptype`
ADD PRIMARY KEY (`ptype_id`);
--
-- 表的索引 `regular_contract`
--
ALTER TABLE `regular_contract`
ADD PRIMARY KEY (`contract_id`);
--
-- 表的索引 `regular_type`
--
ALTER TABLE `regular_type`
ADD PRIMARY KEY (`regular_type_id`);
--
-- 表的索引 `reserve`
--
ALTER TABLE `reserve`
ADD PRIMARY KEY (`reserve_id`);
--
-- 表的索引 `seal`
--
ALTER TABLE `seal`
ADD PRIMARY KEY (`seal_issueid`);
--
-- 表的索引 `sessions`
--
ALTER TABLE `sessions`
ADD PRIMARY KEY (`id`),
ADD KEY `sessions_user_id_index` (`user_id`),
ADD KEY `sessions_last_activity_index` (`last_activity`);
--
-- 表的索引 `setting`
--
ALTER TABLE `setting`
ADD PRIMARY KEY (`setting_id`);
--
-- 表的索引 `settlement_transaction`
--
ALTER TABLE `settlement_transaction`
ADD PRIMARY KEY (`settlement_transaction_id`);
--
-- 表的索引 `station`
--
ALTER TABLE `station`
ADD PRIMARY KEY (`station_id`);
--
-- 表的索引 `tax`
--
ALTER TABLE `tax`
ADD PRIMARY KEY (`tax_id`);
--
-- 表的索引 `terms`
--
ALTER TABLE `terms`
ADD PRIMARY KEY (`terms_id`);
--
-- 表的索引 `user`
--
ALTER TABLE `user`
ADD PRIMARY KEY (`user_seq`);
--
-- 表的索引 `users`
--
ALTER TABLE `users`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `users_email_unique` (`email`);
--
-- 表的索引 `usertype`
--
ALTER TABLE `usertype`
ADD PRIMARY KEY (`user_categoryid`);
--
-- 在导出的表使用AUTO_INCREMENT
--
--
-- 使用表AUTO_INCREMENT `batch_log`
--
ALTER TABLE `batch_log`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- 使用表AUTO_INCREMENT `bat_job_log`
--
ALTER TABLE `bat_job_log`
MODIFY `job_log_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=101;
--
-- 使用表AUTO_INCREMENT `chain`
--
ALTER TABLE `chain`
MODIFY `chain_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=101;
--
-- 使用表AUTO_INCREMENT `city`
--
ALTER TABLE `city`
MODIFY `city_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=49;
--
-- 使用表AUTO_INCREMENT `contract_allowable_city`
--
ALTER TABLE `contract_allowable_city`
MODIFY `contract_allowable_city_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=101;
--
-- 使用表AUTO_INCREMENT `device`
--
ALTER TABLE `device`
MODIFY `device_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=101;
--
-- 使用表AUTO_INCREMENT `earnings_summary`
--
ALTER TABLE `earnings_summary`
MODIFY `earnings_summary_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=101;
--
-- 使用表AUTO_INCREMENT `hardware_check_log`
--
ALTER TABLE `hardware_check_log`
MODIFY `hardware_check_log_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=101;
--
-- 使用表AUTO_INCREMENT `jurisdiction_parking`
--
ALTER TABLE `jurisdiction_parking`
MODIFY `jurisdiction_parking_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=101;
--
-- 使用表AUTO_INCREMENT `lock_support`
--
ALTER TABLE `lock_support`
MODIFY `lock_support_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=101;
--
-- 使用表AUTO_INCREMENT `lumpsum_transaction`
--
ALTER TABLE `lumpsum_transaction`
MODIFY `lumpsum_transaction_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=101;
--
-- 使用表AUTO_INCREMENT `mail_template`
--
ALTER TABLE `mail_template`
MODIFY `mail_template_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=101;
--
-- 使用表AUTO_INCREMENT `manager`
--
ALTER TABLE `manager`
MODIFY `manager_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=101;
--
-- 使用表AUTO_INCREMENT `migrations`
--
ALTER TABLE `migrations`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- 使用表AUTO_INCREMENT `news`
--
ALTER TABLE `news`
MODIFY `news_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=101;
--
-- 使用表AUTO_INCREMENT `ope`
--
ALTER TABLE `ope`
MODIFY `ope_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=101;
--
-- 使用表AUTO_INCREMENT `operator_log`
--
ALTER TABLE `operator_log`
MODIFY `operator_log_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=101;
--
-- 使用表AUTO_INCREMENT `operator_que`
--
ALTER TABLE `operator_que`
MODIFY `que_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=101;
--
-- 使用表AUTO_INCREMENT `park`
--
ALTER TABLE `park`
MODIFY `park_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=101;
--
-- 使用表AUTO_INCREMENT `park_number`
--
ALTER TABLE `park_number`
MODIFY `number_parkplaceid` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=101;
--
-- 使用表AUTO_INCREMENT `payment`
--
ALTER TABLE `payment`
MODIFY `payment_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=101;
--
-- 使用表AUTO_INCREMENT `pplace`
--
ALTER TABLE `pplace`
MODIFY `pplace_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=101;
--
-- 使用表AUTO_INCREMENT `price`
--
ALTER TABLE `price`
MODIFY `price_parkplaceid` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=101;
--
-- 使用表AUTO_INCREMENT `price_a`
--
ALTER TABLE `price_a`
MODIFY `price_parkplaceid` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=101;
--
-- 使用表AUTO_INCREMENT `price_b`
--
ALTER TABLE `price_b`
MODIFY `price_parkplaceid` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=101;
--
-- 使用表AUTO_INCREMENT `print_area`
--
ALTER TABLE `print_area`
MODIFY `print_area_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=101;
--
-- 使用表AUTO_INCREMENT `print_job_log`
--
ALTER TABLE `print_job_log`
MODIFY `job_log_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=101;
--
-- 使用表AUTO_INCREMENT `psection`
--
ALTER TABLE `psection`
MODIFY `psection_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=101;
--
-- 使用表AUTO_INCREMENT `ptype`
--
ALTER TABLE `ptype`
MODIFY `ptype_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=101;
--
-- 使用表AUTO_INCREMENT `regular_contract`
--
ALTER TABLE `regular_contract`
MODIFY `contract_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=101;
--
-- 使用表AUTO_INCREMENT `regular_type`
--
ALTER TABLE `regular_type`
MODIFY `regular_type_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=101;
--
-- 使用表AUTO_INCREMENT `reserve`
--
ALTER TABLE `reserve`
MODIFY `reserve_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=101;
--
-- 使用表AUTO_INCREMENT `seal`
--
ALTER TABLE `seal`
MODIFY `seal_issueid` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=101;
--
-- 使用表AUTO_INCREMENT `setting`
--
ALTER TABLE `setting`
MODIFY `setting_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=101;
--
-- 使用表AUTO_INCREMENT `settlement_transaction`
--
ALTER TABLE `settlement_transaction`
MODIFY `settlement_transaction_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=101;
--
-- 使用表AUTO_INCREMENT `station`
--
ALTER TABLE `station`
MODIFY `station_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=101;
--
-- 使用表AUTO_INCREMENT `tax`
--
ALTER TABLE `tax`
MODIFY `tax_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=101;
--
-- 使用表AUTO_INCREMENT `terms`
--
ALTER TABLE `terms`
MODIFY `terms_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=101;
--
-- 使用表AUTO_INCREMENT `user`
--
ALTER TABLE `user`
MODIFY `user_seq` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=101;
--
-- 使用表AUTO_INCREMENT `users`
--
ALTER TABLE `users`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- 使用表AUTO_INCREMENT `usertype`
--
ALTER TABLE `usertype`
MODIFY `user_categoryid` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=101;
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 */;