sql
stringlengths 6
1.05M
|
---|
<reponame>NCIP/psc
DROP SEQUENCE CSM_APPLICATI_APPLICATION__SEQ;
DROP TABLE CSM_APPLICATION CASCADE;
DROP SEQUENCE CSM_GROUP_GROUP_ID_SEQ;
DROP TABLE CSM_GROUP CASCADE;
DROP SEQUENCE CSM_PRIVILEGE_PRIVILEGE_ID_SEQ;
DROP TABLE CSM_PRIVILEGE CASCADE;
DROP SEQUENCE CSM_PROTECTIO_PROTECTION_E_SEQ;
DROP TABLE CSM_PROTECTION_ELEMENT CASCADE;
DROP SEQUENCE CSM_PROTECTIO_PROTECTION_G_SEQ;
DROP TABLE CSM_PROTECTION_GROUP CASCADE;
DROP SEQUENCE CSM_PG_PE_ID_SEQ;
DROP TABLE CSM_PG_PE CASCADE;
DROP SEQUENCE CSM_ROLE_ROLE_ID_SEQ;
DROP TABLE CSM_ROLE CASCADE;
DROP SEQUENCE CSM_ROLE_PRIV_SEQ;
DROP TABLE CSM_ROLE_PRIVILEGE CASCADE;
DROP SEQUENCE CSM_USER_USER_ID_SEQ;
DROP TABLE CSM_USER CASCADE;
DROP SEQUENCE CSM_USER_GROUP_ID_SEQ;
DROP TABLE CSM_USER_GROUP CASCADE;
DROP SEQUENCE CSM_USER_GROU_USER_GROUP_R_SEQ;
DROP TABLE CSM_USER_GROUP_ROLE_PG CASCADE;
DROP SEQUENCE CSM_USER_PE_USER_PROTECTIO_SEQ;
DROP TABLE CSM_USER_PE CASCADE;
|
--TEST: USER/CURRENT_USER should not be used as the default value of a date/time type column
--error should be returned in the following cases
--TEST: date column
create table t(a date default USER);
drop table if exists t;
create table t(a date default USER());
drop table if exists t;
create table t(a date default CURRENT_USER);
drop table if exists t;
--TEST: time column
create table t(a time default USER);
drop table if exists t;
create table t(a time default USER());
drop table if exists t;
create table t(a time default CURRENT_USER);
drop table if exists t;
--TEST: timestamp column
create table t(a timestamp default USER);
drop table if exists t;
create table t(a timestamp default USER());
drop table if exists t;
create table t(a timestamp default CURRENT_USER);
drop table if exists t;
--TEST: datetime column
create table t(a datetime default USER);
drop table if exists t;
create table t(a datetime default USER());
drop table if exists t;
create table t(a datetime default CURRENT_USER);
drop table if exists t;
|
<filename>laravel.sql
-- phpMyAdmin SQL Dump
-- version 4.7.4
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Feb 13, 2020 at 06:02 AM
-- Server version: 10.1.30-MariaDB
-- PHP Version: 7.2.1
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Database: `laravel`
--
-- --------------------------------------------------------
--
-- Table structure for table `columns`
--
CREATE TABLE `columns` (
`id` bigint(20) UNSIGNED NOT NULL,
`status` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
`updated_at` timestamp NULL DEFAULT NULL,
`email` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`user_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `columns`
--
INSERT INTO `columns` (`id`, `status`, `created_at`, `updated_at`, `email`, `user_id`) VALUES
(1, 'mencoba', '2020-02-13 02:13:11', NULL, '<EMAIL>', 1),
(2, 'menggali', '2020-02-13 02:13:11', NULL, '<EMAIL>', 1),
(3, 'sjfksdjf', '2020-02-13 04:09:33', NULL, 'sdkls', 1),
(4, 'jksdk', '2020-02-13 04:16:24', NULL, '<EMAIL>', 1),
(5, 'fklsjfsd', '2020-02-13 04:31:05', NULL, '<EMAIL>', 6),
(6, 'mencoba', '2020-02-13 04:36:30', NULL, '<EMAIL>', 6);
-- --------------------------------------------------------
--
-- Table structure for table `failed_jobs`
--
CREATE TABLE `failed_jobs` (
`id` bigint(20) UNSIGNED NOT NULL,
`connection` text COLLATE utf8mb4_unicode_ci NOT NULL,
`queue` text COLLATE utf8mb4_unicode_ci NOT NULL,
`payload` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
`exception` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
`failed_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `history`
--
CREATE TABLE `history` (
`id_task` int(11) NOT NULL,
`name_task` varchar(200) NOT NULL,
`kegiatan` varchar(200) NOT NULL,
`waktu` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`id` varchar(200) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `history`
--
INSERT INTO `history` (`id_task`, `name_task`, `kegiatan`, `waktu`, `id`) VALUES
(1, 'kegiatan minggu depan', 'mene prei!!! Amiiin', '2020-02-03 01:20:13', '1'),
(2, 'Kerja Hari ini', 'dfjkdfhkjashfsadf', '2020-02-03 01:32:16', '1'),
(3, 'Kerja Hari ini', 'sajlkjalslajsl', '2020-02-03 01:34:29', '1'),
(4, 'nekopoi.care', 'evelevek', '2020-02-05 01:19:29', '2'),
(5, 'hevenraasdf', 'sdjf', '2020-02-05 01:29:39', '2'),
(6, 'wibu', 'makan kampang', '2020-02-05 01:30:41', '2'),
(7, 'kegiatan minggu depan', 'makan makan', '2020-02-05 01:39:00', '2'),
(8, 'Kerja Hari ini', 'makan makan', '2020-02-05 01:39:53', '2'),
(9, 'Kerja Hari ini', 'joker joker malang', '2020-02-05 01:40:23', '2'),
(10, 'Kerja Hari ini', 'makan makan', '2020-02-05 02:03:54', '2'),
(11, 'sklsajd', 'lkjldj', '2020-02-05 02:54:33', '2'),
(12, 'sadfjslkdj', 'lksdfsdj', '2020-02-05 02:55:42', '2'),
(13, 'sfsadjf', 'jslkdfsjdf', '2020-02-05 02:55:49', '2'),
(14, 'Kerja Hari ini', 'skfsaf', '2020-02-05 03:02:46', '2'),
(15, 'remember', 'hevendrava evelevek', '2020-02-05 03:48:43', '2'),
(16, 'fklsjd', 'jlksdf', '2020-02-05 03:49:42', '2'),
(17, 'wwewehj', 'hsdkjhw', '2020-02-05 03:51:50', '2'),
(18, 'sdjds', 'lksjdj', '2020-02-05 03:51:59', '2'),
(19, 'gjghg', 'drtdt', '2020-02-05 04:01:14', '2'),
(20, 'vvv', 'dgf', '2020-02-05 04:01:25', '2'),
(21, 'nfjksadf', 'jkssn', '2020-02-05 04:28:14', '2'),
(22, 'ajkajks', 'skjhjksd', '2020-02-05 04:28:21', '2'),
(23, 'sndlksndf', 'lksdf', '2020-02-05 04:33:01', '2'),
(24, 'lkcnzcnNZXNC,ZCz', 'c,ncx', '2020-02-05 06:54:38', '2'),
(25, 'sadasd', 'hkjshdh', '2020-02-05 06:54:51', '2');
-- --------------------------------------------------------
--
-- Table structure for table `migrations`
--
CREATE TABLE `migrations` (
`id` int(10) UNSIGNED NOT NULL,
`migration` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`batch` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `migrations`
--
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES
(1, '2019_08_19_000000_create_failed_jobs_table', 1),
(2, '2020_02_04_012607_create_task_models_table', 2),
(3, '2020_02_12_101429_create_columns_table', 3);
-- --------------------------------------------------------
--
-- Table structure for table `password_resets`
--
CREATE TABLE `password_resets` (
`email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`token` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `password_resets`
--
INSERT INTO `password_resets` (`email`, `token`, `created_at`) VALUES
('<EMAIL>', '$2y$10$Xh.Y7Dn7SxpE62mNc/tbQuAoT5pe/cQgAx1JeXVgRkYoSDqGwoMX.', '2020-02-11 04:07:17');
-- --------------------------------------------------------
--
-- Table structure for table `status`
--
CREATE TABLE `status` (
`id` int(11) NOT NULL,
`status_name` varchar(200) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `status`
--
INSERT INTO `status` (`id`, `status_name`) VALUES
(1, 'jlsjflsd'),
(2, 'sd');
-- --------------------------------------------------------
--
-- Table structure for table `tasks`
--
CREATE TABLE `tasks` (
`id` bigint(20) UNSIGNED NOT NULL,
`user_id` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`kegiatan` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
`updated_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
`deleted_at` timestamp NULL DEFAULT NULL,
`column_id` int(11) NOT NULL,
`name_task` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`Process` timestamp NULL DEFAULT NULL,
`Finish` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `tasks`
--
INSERT INTO `tasks` (`id`, `user_id`, `kegiatan`, `created_at`, `updated_at`, `deleted_at`, `column_id`, `name_task`, `Process`, `Finish`) VALUES
(1, '1', 'mencoba tidur', '2020-02-13 02:14:35', '2020-02-13 02:14:35', NULL, 1, 'ini task', NULL, NULL),
(2, '1', 'menggali kuburan', '2020-02-13 02:14:35', '2020-02-13 02:14:35', NULL, 2, 'mencoba menggali', NULL, NULL),
(3, '1', 'duar', '2020-02-13 02:20:12', '2020-02-13 02:20:12', NULL, 1, 'haji gays', NULL, NULL),
(4, '1', 'jlsjdjl', '2020-02-13 04:29:55', '2020-02-13 04:29:55', NULL, 1, 'zxlkzs', NULL, NULL),
(5, '1', 'emoh', '2020-02-13 04:30:06', '2020-02-13 04:30:06', NULL, 1, 'menambahkan', NULL, NULL),
(6, '1', 'jsldjsd', '2020-02-13 04:30:17', '2020-02-13 04:30:17', NULL, 3, 'sdsd', NULL, NULL),
(7, '6', 'jskds', '2020-02-13 04:31:14', '2020-02-13 04:31:14', NULL, 5, 'sdjasdj', NULL, NULL),
(8, '6', 'ini text', '2020-02-13 04:36:47', '2020-02-13 04:36:47', NULL, 6, 'indo', NULL, NULL);
-- --------------------------------------------------------
--
-- Table structure for table `users`
--
CREATE TABLE `users` (
`id` bigint(20) UNSIGNED NOT NULL,
`name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`email_verified_at` timestamp NULL DEFAULT NULL,
`password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`remember_token` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `users`
--
INSERT INTO `users` (`id`, `name`, `email`, `email_verified_at`, `password`, `remember_token`, `created_at`, `updated_at`) VALUES
(1, '<NAME>', '<EMAIL>', NULL, '$2y$10$KiIZR0BwIIGp4E0lxE9PDuHrR5rgbcc0Wyu8ku658ho2Cd5uDth1q', 'nkPzsAezbU3YXDEC08rStz5eY56mfVPTIT7ZiiLFIu2TwW7J85ymhFtPi1Yk', '2020-02-03 18:58:17', '2020-02-03 18:58:17'),
(2, 'he<NAME>', '<EMAIL>', NULL, '$2y$10$hCqe0NRNncoeQ7upcMI5O.sIpKH6T0c249Y21VwFR18Ulx5yHnr.2', NULL, '2020-02-04 18:19:10', '2020-02-04 18:19:10'),
(3, 'chelsy', '<EMAIL>', NULL, '$2y$10$ox7HlD0XFFzstfYHeeqjbuZ1DrQcQR3EOWujbKLvcAUThVUn809Xy', NULL, '2020-02-06 07:11:37', '2020-02-06 07:11:37'),
(4, 'kampank', '<EMAIL>', NULL, '$2y$10$UvYDSHc0gQb04.i4BxXXY.plK5hVV5reQLb/aUrUvL5rZrWjwq7nO', NULL, '2020-02-08 04:23:51', '2020-02-08 04:23:51'),
(5, '<NAME>', '<EMAIL>', NULL, '$2y$10$nL2c9JOh4INCMeMtttOgoePO3i3/yoPrx4TM62uHYTo8EWG0JPe.m', NULL, '2020-02-11 03:58:55', '2020-02-11 03:58:55'),
(6, 'joker', '<EMAIL>', NULL, '$2y$10$sZpgv9ACuy2VzuRM3UvAae3UMfU5sH.QHzULdHcyXvBj6GUeKNG02', NULL, '2020-02-13 04:30:52', '2020-02-13 04:30:52');
--
-- Indexes for dumped tables
--
--
-- Indexes for table `columns`
--
ALTER TABLE `columns`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `failed_jobs`
--
ALTER TABLE `failed_jobs`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `history`
--
ALTER TABLE `history`
ADD PRIMARY KEY (`id_task`);
--
-- Indexes for table `migrations`
--
ALTER TABLE `migrations`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `status`
--
ALTER TABLE `status`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `tasks`
--
ALTER TABLE `tasks`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `users`
--
ALTER TABLE `users`
ADD PRIMARY KEY (`id`);
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `columns`
--
ALTER TABLE `columns`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
--
-- AUTO_INCREMENT for table `failed_jobs`
--
ALTER TABLE `failed_jobs`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `history`
--
ALTER TABLE `history`
MODIFY `id_task` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=26;
--
-- AUTO_INCREMENT for table `migrations`
--
ALTER TABLE `migrations`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT for table `status`
--
ALTER TABLE `status`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `tasks`
--
ALTER TABLE `tasks`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;
--
-- AUTO_INCREMENT for table `users`
--
ALTER TABLE `users`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
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 */;
|
--
--
-- Sets up tables in Postgres
-- PGPASSWORD=<PASSWORD> psql -d eastdb -U postgres -p 5433 -h 192.168.157.69 -vdir="/home/saladi/github/eastdb" < setup_table.sql
--
--
-- \connect eastdb
CREATE EXTENSION IF NOT EXISTS cube;
-- create tables
DROP TABLE IF EXISTS uniref50;
CREATE TABLE IF NOT EXISTS uniref50 (
id VARCHAR(15),
coords_3d cube,
coords_8d cube
);
DROP TABLE IF EXISTS uniref50_seq;
CREATE TABLE IF NOT EXISTS uniref50_seq (
id VARCHAR(15),
seq TEXT
);
|
-- phpMyAdmin SQL Dump
-- version 5.0.1
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Oct 13, 2020 at 03:44 AM
-- Server version: 10.4.11-MariaDB
-- PHP Version: 7.4.1
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Database: `kouveepetshop`
--
-- --------------------------------------------------------
--
-- Table structure for table `detail_pengadaan`
--
CREATE TABLE `detail_pengadaan` (
`id_detail_pengadaan` int(11) NOT NULL,
`id_pengadaan_produk` varchar(30) NOT NULL,
`id_produk` int(11) NOT NULL,
`jumlah` int(11) DEFAULT NULL,
`harga` int(11) DEFAULT NULL,
`total_harga` int(11) DEFAULT NULL,
`created_at` timestamp NOT NULL DEFAULT current_timestamp(),
`created_by` varchar(50) DEFAULT NULL,
`modified_at` datetime DEFAULT NULL,
`modified_by` varchar(50) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
--
-- Dumping data for table `detail_pengadaan`
--
INSERT INTO `detail_pengadaan` (`id_detail_pengadaan`, `id_pengadaan_produk`, `id_produk`, `jumlah`, `harga`, `total_harga`, `created_at`, `created_by`, `modified_at`, `modified_by`) VALUES
(1, 'PO-2020-03-06-00', 1, 2, 350000, 700000, '2020-03-06 16:55:38', 'admin', NULL, NULL),
(2, 'PO-2020-03-06-00', 3, 3, 300000, 900000, '2020-03-06 16:55:38', 'admin', NULL, NULL),
(3, 'PO-2020-03-06-01', 2, 5, 250000, 1250000, '2020-03-06 16:55:38', 'admin', NULL, NULL),
(4, 'PO-2020-03-06-01', 3, 4, 240000, 960000, '2020-03-06 16:55:38', 'admin', NULL, NULL),
(5, 'PO-2020-03-06-02', 3, 10, 230000, 2300000, '2020-03-06 16:55:38', 'admin', NULL, NULL),
(6, 'PO-2020-03-06-02', 1, 5, 300000, 1500000, '2020-03-06 16:55:38', 'admin', NULL, NULL),
(7, 'PO-2020-04-30-03', 2, 4, 100000, 400000, '2020-04-30 08:35:04', 'admin', NULL, NULL);
-- --------------------------------------------------------
--
-- Table structure for table `detail_transaksi_layanan`
--
CREATE TABLE `detail_transaksi_layanan` (
`id_detail_transaksi_layanan` int(11) NOT NULL,
`id_transaksi_layanan` varchar(30) NOT NULL,
`id_harga_layanan` int(11) NOT NULL,
`jumlah` int(11) DEFAULT NULL,
`total_harga` int(11) DEFAULT NULL,
`created_at` timestamp NOT NULL DEFAULT current_timestamp(),
`created_by` varchar(50) DEFAULT NULL,
`modified_at` datetime DEFAULT NULL,
`modified_by` varchar(50) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
--
-- Dumping data for table `detail_transaksi_layanan`
--
INSERT INTO `detail_transaksi_layanan` (`id_detail_transaksi_layanan`, `id_transaksi_layanan`, `id_harga_layanan`, `jumlah`, `total_harga`, `created_at`, `created_by`, `modified_at`, `modified_by`) VALUES
(1, 'LY-060320-00', 2, 1, 75000, '2020-03-06 16:55:38', 'pradnyadarsana', NULL, NULL),
(2, 'LY-060320-00', 5, 2, 80000, '2020-03-06 16:55:38', 'pradnyadarsana', NULL, NULL),
(3, 'LY-060320-01', 7, 1, 46000, '2020-03-06 16:55:38', 'kadekharyadi', NULL, NULL);
-- --------------------------------------------------------
--
-- Table structure for table `detail_transaksi_produk`
--
CREATE TABLE `detail_transaksi_produk` (
`id_detail_transaksi_produk` int(11) NOT NULL,
`id_transaksi_produk` varchar(30) NOT NULL,
`id_produk` int(11) NOT NULL,
`jumlah` int(11) DEFAULT NULL,
`total_harga` int(11) DEFAULT NULL,
`created_at` timestamp NOT NULL DEFAULT current_timestamp(),
`created_by` varchar(50) DEFAULT NULL,
`modified_at` datetime DEFAULT NULL,
`modified_by` varchar(50) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
--
-- Dumping data for table `detail_transaksi_produk`
--
INSERT INTO `detail_transaksi_produk` (`id_detail_transaksi_produk`, `id_transaksi_produk`, `id_produk`, `jumlah`, `total_harga`, `created_at`, `created_by`, `modified_at`, `modified_by`) VALUES
(1, 'PR-060320-00', 1, 2, 700000, '2020-03-06 16:55:38', 'kadekharyadi', NULL, NULL),
(2, 'PR-060320-00', 2, 1, 300000, '2020-03-06 16:55:38', 'kadekharyadi', NULL, NULL),
(3, 'PR-060320-01', 3, 3, 900000, '2020-03-06 16:55:38', 'kadekharyadi', NULL, NULL),
(4, 'PR-060320-01', 2, 1, 300000, '2020-03-06 16:55:38', 'kadekharyadi', NULL, NULL),
(5, 'PR-060320-02', 2, 1, 300000, '2020-03-06 16:55:38', 'pradnyadarsana', NULL, NULL),
(6, 'PR-060320-02', 3, 1, 300000, '2020-03-06 16:55:38', 'pradnyadarsana', NULL, NULL),
(7, 'PK-290320-03', 2, 2, 600000, '2020-03-29 15:23:28', 'kadekharyadi', NULL, NULL),
(11, 'PK-290320-03', 2, 4, 1200000, '2020-03-29 15:47:19', 'kadekharyadi', '2020-03-29 23:05:55', 'pradnyadarsana'),
(15, 'PR-300320-01', 3, 4, 1200000, '2020-04-30 09:06:45', 'pande', NULL, NULL),
(21, 'PK-290320-01', 3, 5, 200, '2020-05-26 14:40:28', 'admin', NULL, NULL),
(22, 'PK-290320-01', 2, 5, 200, '2020-05-26 14:41:35', 'admin', NULL, NULL);
-- --------------------------------------------------------
--
-- Table structure for table `harga_layanan`
--
CREATE TABLE `harga_layanan` (
`id_harga_layanan` int(11) NOT NULL,
`id_layanan` int(11) NOT NULL,
`id_ukuran_hewan` int(11) NOT NULL,
`harga` int(11) DEFAULT NULL,
`created_at` timestamp NOT NULL DEFAULT current_timestamp(),
`created_by` varchar(50) DEFAULT NULL,
`modified_at` datetime DEFAULT NULL,
`modified_by` varchar(50) DEFAULT NULL,
`delete_at` datetime DEFAULT NULL,
`delete_by` varchar(50) DEFAULT NULL,
`aktif` int(11) DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
--
-- Dumping data for table `harga_layanan`
--
INSERT INTO `harga_layanan` (`id_harga_layanan`, `id_layanan`, `id_ukuran_hewan`, `harga`, `created_at`, `created_by`, `modified_at`, `modified_by`, `delete_at`, `delete_by`, `aktif`) VALUES
(1, 1, 1, 70000, '2020-03-06 16:55:38', 'admin', NULL, NULL, NULL, NULL, 1),
(2, 1, 2, 75000, '2020-03-06 16:55:38', 'admin', NULL, NULL, NULL, NULL, 1),
(3, 1, 3, 80000, '2020-03-06 16:55:38', 'admin', NULL, NULL, NULL, NULL, 1),
(4, 1, 4, 85000, '2020-03-06 16:55:38', 'admin', NULL, NULL, NULL, NULL, 1),
(5, 2, 1, 40000, '2020-03-06 16:55:38', 'admin', NULL, NULL, NULL, NULL, 1),
(6, 2, 2, 43000, '2020-03-06 16:55:38', 'admin', NULL, NULL, NULL, NULL, 1),
(7, 2, 3, 46000, '2020-03-06 16:55:38', 'admin', NULL, NULL, NULL, NULL, 1),
(8, 2, 4, 49000, '2020-03-06 16:55:38', 'admin', NULL, NULL, NULL, NULL, 1),
(9, 3, 1, 50000, '2020-03-06 16:55:38', 'admin', NULL, NULL, NULL, NULL, 1),
(10, 3, 2, 54000, '2020-03-06 16:55:38', 'admin', NULL, NULL, NULL, NULL, 1),
(11, 3, 3, 58000, '2020-03-06 16:55:38', 'admin', NULL, NULL, NULL, NULL, 1),
(12, 3, 4, 62000, '2020-03-06 16:55:38', 'admin', NULL, NULL, NULL, NULL, 1),
(13, 4, 1, 5000, '2020-03-19 19:18:12', 'admin', NULL, NULL, NULL, NULL, 1),
(14, 4, 2, 6000, '2020-03-19 19:18:12', 'admin', NULL, NULL, NULL, NULL, 1),
(15, 4, 3, 8000, '2020-03-19 19:48:57', 'admin', NULL, NULL, NULL, NULL, 1),
(16, 4, 4, 10000, '2020-03-19 19:48:57', 'admin', NULL, NULL, NULL, NULL, 1);
-- --------------------------------------------------------
--
-- Table structure for table `hewan`
--
CREATE TABLE `hewan` (
`id_hewan` int(11) NOT NULL,
`id_pelanggan` int(11) NOT NULL,
`id_jenis_hewan` int(11) NOT NULL,
`nama` varchar(50) DEFAULT NULL,
`tanggal_lahir` date DEFAULT NULL,
`created_at` timestamp NOT NULL DEFAULT current_timestamp(),
`created_by` varchar(50) DEFAULT NULL,
`modified_at` datetime DEFAULT NULL,
`modified_by` varchar(50) DEFAULT NULL,
`delete_at` datetime DEFAULT NULL,
`delete_by` varchar(50) DEFAULT NULL,
`aktif` int(11) DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
--
-- Dumping data for table `hewan`
--
INSERT INTO `hewan` (`id_hewan`, `id_pelanggan`, `id_jenis_hewan`, `nama`, `tanggal_lahir`, `created_at`, `created_by`, `modified_at`, `modified_by`, `delete_at`, `delete_by`, `aktif`) VALUES
(1, 1, 3, 'Mickey', '2017-07-03', '2020-03-06 16:55:38', 'pradnyadarsana', NULL, NULL, NULL, NULL, 1),
(2, 3, 2, 'Miaw', '2015-10-18', '2020-03-06 16:55:38', 'kadekharyadi', NULL, NULL, NULL, NULL, 1),
(3, 2, 1, 'Doggo', '2018-12-19', '2020-03-06 16:55:38', 'pradnyadarsana', NULL, NULL, NULL, NULL, 1);
-- --------------------------------------------------------
--
-- Table structure for table `jenis_hewan`
--
CREATE TABLE `jenis_hewan` (
`id_jenis_hewan` int(11) NOT NULL,
`nama` varchar(50) DEFAULT NULL,
`created_at` timestamp NOT NULL DEFAULT current_timestamp(),
`created_by` varchar(50) DEFAULT NULL,
`modified_at` datetime DEFAULT NULL,
`modified_by` varchar(50) DEFAULT NULL,
`delete_at` datetime DEFAULT NULL,
`delete_by` varchar(50) DEFAULT NULL,
`aktif` int(11) DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
--
-- Dumping data for table `jenis_hewan`
--
INSERT INTO `jenis_hewan` (`id_jenis_hewan`, `nama`, `created_at`, `created_by`, `modified_at`, `modified_by`, `delete_at`, `delete_by`, `aktif`) VALUES
(1, 'Anjing', '2020-03-06 16:55:38', 'admin', NULL, NULL, NULL, NULL, 1),
(2, 'Kucing', '2020-03-06 16:55:38', 'admin', NULL, NULL, NULL, NULL, 1),
(3, 'Biawak', '2020-03-06 16:55:38', 'admin', NULL, NULL, NULL, NULL, 1);
-- --------------------------------------------------------
--
-- Table structure for table `layanan`
--
CREATE TABLE `layanan` (
`id_layanan` int(11) NOT NULL,
`nama` varchar(50) DEFAULT NULL,
`created_at` timestamp NOT NULL DEFAULT current_timestamp(),
`created_by` varchar(50) DEFAULT NULL,
`modified_at` datetime DEFAULT NULL,
`modified_by` varchar(50) DEFAULT NULL,
`delete_at` datetime DEFAULT NULL,
`delete_by` varchar(50) DEFAULT NULL,
`aktif` int(11) DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
--
-- Dumping data for table `layanan`
--
INSERT INTO `layanan` (`id_layanan`, `nama`, `created_at`, `created_by`, `modified_at`, `modified_by`, `delete_at`, `delete_by`, `aktif`) VALUES
(1, '<NAME>', '2020-03-06 16:55:38', 'admin', NULL, NULL, NULL, NULL, 1),
(2, '<NAME>', '2020-03-06 16:55:38', 'admin', NULL, NULL, NULL, NULL, 1),
(3, '<NAME>', '2020-03-06 16:55:38', 'admin', NULL, NULL, NULL, NULL, 1),
(4, '<NAME>', '2020-03-19 16:34:08', 'cristiano', NULL, NULL, NULL, NULL, 1),
(5, '<NAME>', '2020-03-19 20:02:18', 'admin', NULL, NULL, NULL, NULL, 1);
-- --------------------------------------------------------
--
-- Table structure for table `notifikasi`
--
CREATE TABLE `notifikasi` (
`id_notifikasi` int(11) NOT NULL,
`id_produk` int(11) NOT NULL,
`status` int(11) DEFAULT 0,
`created_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
--
-- Dumping data for table `notifikasi`
--
INSERT INTO `notifikasi` (`id_notifikasi`, `id_produk`, `status`, `created_at`) VALUES
(1, 2, 0, '2020-05-27 06:05:27'),
(3, 3, 1, '2020-05-27 06:13:23');
-- --------------------------------------------------------
--
-- Table structure for table `pegawai`
--
CREATE TABLE `pegawai` (
`id_pegawai` int(11) NOT NULL,
`nama` varchar(50) DEFAULT NULL,
`alamat` varchar(100) DEFAULT NULL,
`tanggal_lahir` date DEFAULT NULL,
`telp` varchar(20) DEFAULT NULL,
`username` varchar(50) DEFAULT NULL,
`password` varchar(255) DEFAULT NULL,
`role` varchar(50) DEFAULT NULL,
`created_at` timestamp NOT NULL DEFAULT current_timestamp(),
`created_by` varchar(50) DEFAULT NULL,
`modified_at` datetime DEFAULT NULL,
`modified_by` varchar(50) DEFAULT NULL,
`delete_at` datetime DEFAULT NULL,
`delete_by` varchar(50) DEFAULT NULL,
`aktif` int(11) DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
--
-- Dumping data for table `pegawai`
--
INSERT INTO `pegawai` (`id_pegawai`, `nama`, `alamat`, `tanggal_lahir`, `telp`, `username`, `password`, `role`, `created_at`, `created_by`, `modified_at`, `modified_by`, `delete_at`, `delete_by`, `aktif`) VALUES
(1, '<NAME>', 'Jl. Perumnas C39, Condongcatur', '1999-05-29', '082345987234', 'pradnyadarsana', 'examplepass', 'Customer Service', '2020-03-06 16:55:38', 'admin', NULL, NULL, NULL, NULL, 1),
(2, '<NAME>', 'Jl. Seturan 20X, Caturtunggal', '2000-03-07', '082346826936', 'kadekharyadi', 'examplepass', 'Customer Service', '2020-03-06 16:55:38', 'admin', NULL, NULL, NULL, NULL, 1),
(3, '<NAME>', 'Jl. Maguwo 25, Maguwoharjo', '1998-04-19', '082637461623', 'errossahu', '<PASSWORD>', 'Kasir', '2020-03-06 16:55:38', 'admin', NULL, NULL, NULL, NULL, 1),
(4, 'Pande', '<NAME>', '1999-09-09', '082392849283', 'pande', '$<PASSWORD>', 'Customer Service', '2020-03-28 12:01:39', 'admin', NULL, NULL, NULL, NULL, 1);
-- --------------------------------------------------------
--
-- Table structure for table `pelanggan`
--
CREATE TABLE `pelanggan` (
`id_pelanggan` int(11) NOT NULL,
`nama` varchar(50) DEFAULT NULL,
`alamat` varchar(100) DEFAULT NULL,
`tanggal_lahir` date DEFAULT NULL,
`telp` varchar(20) DEFAULT NULL,
`created_at` timestamp NOT NULL DEFAULT current_timestamp(),
`created_by` varchar(50) DEFAULT NULL,
`modified_at` datetime DEFAULT NULL,
`modified_by` varchar(50) DEFAULT NULL,
`delete_at` datetime DEFAULT NULL,
`delete_by` varchar(50) DEFAULT NULL,
`aktif` int(11) DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
--
-- Dumping data for table `pelanggan`
--
INSERT INTO `pelanggan` (`id_pelanggan`, `nama`, `alamat`, `tanggal_lahir`, `telp`, `created_at`, `created_by`, `modified_at`, `modified_by`, `delete_at`, `delete_by`, `aktif`) VALUES
(1, '<NAME>', 'Jl. Nanas No. 13x, Maguwoharjo', '1997-07-13', '081234987256', '2020-03-06 16:55:38', 'pradnyadarsana', NULL, NULL, NULL, NULL, 1),
(2, '<NAME>', 'Jl. Nanas No 14B, Maguwoharjo', '1999-02-05', '123098263827', '2020-03-06 16:55:38', 'kadekharyadi', NULL, NULL, NULL, NULL, 1),
(3, '<NAME>', 'Jl. Babarsari 44, Caturtunggal', '1995-11-19', '089018273649', '2020-03-06 16:55:38', 'pradnyadarsana', NULL, NULL, NULL, NULL, 1);
-- --------------------------------------------------------
--
-- Table structure for table `pengadaan_produk`
--
CREATE TABLE `pengadaan_produk` (
`id_pengadaan_produk` varchar(30) NOT NULL,
`id_supplier` int(11) NOT NULL,
`total` int(11) DEFAULT NULL,
`status` varchar(30) DEFAULT 'menunggu konfirmasi',
`created_at` timestamp NOT NULL DEFAULT current_timestamp(),
`created_by` varchar(50) DEFAULT NULL,
`modified_at` datetime DEFAULT NULL,
`modified_by` varchar(50) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
--
-- Dumping data for table `pengadaan_produk`
--
INSERT INTO `pengadaan_produk` (`id_pengadaan_produk`, `id_supplier`, `total`, `status`, `created_at`, `created_by`, `modified_at`, `modified_by`) VALUES
('PO-2020-03-06-00', 1, 1600000, 'Menunggu Konfirmasi', '2020-03-06 16:55:38', 'admin', NULL, NULL),
('PO-2020-03-06-01', 2, 2210000, 'Menunggu Konfirmasi', '2020-03-06 16:55:38', 'admin', NULL, NULL),
('PO-2020-03-06-02', 3, 3800000, 'Menunggu Konfirmasi', '2020-03-06 16:55:38', 'admin', NULL, NULL),
('PO-2020-04-30-02', 1, 9000000, 'Pesanan Selesai', '2020-04-30 06:11:57', 'admin', '2020-04-30 13:28:24', 'admin'),
('PO-2020-04-30-03', 2, 400000, 'Pesanan Diproses', '2020-04-30 06:13:00', 'admin', '2020-04-30 13:24:13', 'admin');
-- --------------------------------------------------------
--
-- Table structure for table `produk`
--
CREATE TABLE `produk` (
`id_produk` int(11) NOT NULL,
`nama` varchar(50) DEFAULT NULL,
`satuan` varchar(30) DEFAULT NULL,
`jumlah_stok` int(11) DEFAULT NULL,
`harga` int(11) DEFAULT NULL,
`min_stok` int(11) DEFAULT NULL,
`gambar` varchar(255) DEFAULT NULL,
`created_at` timestamp NOT NULL DEFAULT current_timestamp(),
`created_by` varchar(50) DEFAULT NULL,
`modified_at` datetime DEFAULT NULL,
`modified_by` varchar(50) DEFAULT NULL,
`delete_at` datetime DEFAULT NULL,
`delete_by` varchar(50) DEFAULT NULL,
`aktif` int(11) DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
--
-- Dumping data for table `produk`
--
INSERT INTO `produk` (`id_produk`, `nama`, `satuan`, `jumlah_stok`, `harga`, `min_stok`, `gambar`, `created_at`, `created_by`, `modified_at`, `modified_by`, `delete_at`, `delete_by`, `aktif`) VALUES
(1, '<NAME>', 'sak', 13, 350000, 3, 'pedigolden.jpg', '2020-03-06 16:55:38', 'admin', NULL, NULL, NULL, NULL, 1),
(2, '<NAME> 1m x 1m', 'buah', 8, 300000, 10, 'kandang1m2.jpg', '2020-03-06 16:55:38', 'admin', NULL, NULL, NULL, NULL, 1),
(3, '<NAME> 300gr', 'bungkus', 25, 300000, 30, 'susupom.jpg', '2020-03-06 16:55:38', 'admin', NULL, NULL, NULL, NULL, 1);
-- --------------------------------------------------------
--
-- Table structure for table `supplier`
--
CREATE TABLE `supplier` (
`id_supplier` int(11) NOT NULL,
`nama` varchar(50) DEFAULT NULL,
`alamat` varchar(100) DEFAULT NULL,
`telp` varchar(20) DEFAULT NULL,
`created_at` timestamp NOT NULL DEFAULT current_timestamp(),
`created_by` varchar(50) DEFAULT NULL,
`modified_at` datetime DEFAULT NULL,
`modified_by` varchar(50) DEFAULT NULL,
`delete_at` datetime DEFAULT NULL,
`delete_by` varchar(50) DEFAULT NULL,
`aktif` int(11) DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
--
-- Dumping data for table `supplier`
--
INSERT INTO `supplier` (`id_supplier`, `nama`, `alamat`, `telp`, `created_at`, `created_by`, `modified_at`, `modified_by`, `delete_at`, `delete_by`, `aktif`) VALUES
(1, 'PT. Indofood Sejahtera', 'Jalan Kaliurang KM 9 no 90A', '083234756928', '2020-03-06 16:55:38', 'admin', NULL, NULL, NULL, NULL, 1),
(2, 'PT. Anjing Bahagia', 'Jalan Solo No 140 Yogyakarta', '123019837625', '2020-03-06 16:55:38', 'admin', NULL, NULL, NULL, NULL, 1),
(3, 'Warung Kucing Sehat', 'Jalan Babarsari no 59 Yogyakarta', '085183726937', '2020-03-06 16:55:38', 'admin', NULL, NULL, NULL, NULL, 1);
-- --------------------------------------------------------
--
-- Table structure for table `transaksi_layanan`
--
CREATE TABLE `transaksi_layanan` (
`id_transaksi_layanan` varchar(30) NOT NULL,
`id_customer_service` int(11) NOT NULL,
`id_kasir` int(11) DEFAULT NULL,
`id_hewan` int(11) DEFAULT NULL,
`subtotal` int(11) DEFAULT NULL,
`diskon` int(11) DEFAULT NULL,
`total` int(11) DEFAULT NULL,
`progress` varchar(30) DEFAULT 'sedang diproses',
`status` varchar(30) DEFAULT 'menunggu pembayaran',
`tanggal_lunas` datetime DEFAULT NULL,
`created_at` timestamp NOT NULL DEFAULT current_timestamp(),
`created_by` varchar(50) DEFAULT NULL,
`modified_at` datetime DEFAULT NULL,
`modified_by` varchar(50) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
--
-- Dumping data for table `transaksi_layanan`
--
INSERT INTO `transaksi_layanan` (`id_transaksi_layanan`, `id_customer_service`, `id_kasir`, `id_hewan`, `subtotal`, `diskon`, `total`, `progress`, `status`, `tanggal_lunas`, `created_at`, `created_by`, `modified_at`, `modified_by`) VALUES
('LY-060320-00', 1, NULL, NULL, 155000, NULL, 155000, 'sedang diproses', 'menunggu pembayaran', NULL, '2020-03-06 16:55:38', 'pradnyadarsana', NULL, NULL),
('LY-060320-01', 2, NULL, NULL, 46000, NULL, 46000, 'Layanan Selesai', 'menunggu pembayaran', NULL, '2020-03-06 16:55:38', 'kadekharyadi', NULL, NULL),
('LY-060320-02', 1, NULL, 2, 186000, 10000, 176000, 'Layanan Selesai', 'Lunas', '2020-03-06 23:55:38', '2020-03-06 16:55:38', 'pradnyadarsana', '2020-03-06 23:55:38', 'errossahu');
-- --------------------------------------------------------
--
-- Table structure for table `transaksi_produk`
--
CREATE TABLE `transaksi_produk` (
`id_transaksi_produk` varchar(30) NOT NULL,
`id_customer_service` int(11) NOT NULL,
`id_kasir` int(11) DEFAULT NULL,
`id_hewan` int(11) DEFAULT NULL,
`subtotal` int(11) DEFAULT NULL,
`diskon` int(11) DEFAULT NULL,
`total` int(11) DEFAULT NULL,
`status` varchar(30) DEFAULT 'menunggu pembayaran',
`tanggal_lunas` datetime DEFAULT NULL,
`created_at` timestamp NOT NULL DEFAULT current_timestamp(),
`created_by` varchar(50) DEFAULT NULL,
`modified_at` datetime DEFAULT NULL,
`modified_by` varchar(50) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
--
-- Dumping data for table `transaksi_produk`
--
INSERT INTO `transaksi_produk` (`id_transaksi_produk`, `id_customer_service`, `id_kasir`, `id_hewan`, `subtotal`, `diskon`, `total`, `status`, `tanggal_lunas`, `created_at`, `created_by`, `modified_at`, `modified_by`) VALUES
('PK-290320-01', 1, NULL, 1, 400, 70000, 0, 'Menunggu Pembayaran', NULL, '2020-03-29 07:47:49', 'pradnyadarsana', '2020-03-29 17:27:33', 'pradnyadarsana'),
('PK-290320-02', 1, NULL, 2, 0, 50000, 0, 'Menunggu Pembayaran', NULL, '2020-03-29 07:53:24', 'pradnyadarsana', '2020-03-29 17:29:43', 'kadekharyadi'),
('PK-290320-03', 1, 3, 1, 1800000, 60000, 1740000, 'Lunas', '2020-03-30 19:27:36', '2020-03-29 07:57:56', 'pradnyadarsana', '2020-03-30 19:27:36', 'errossahu'),
('PK-290320-04', 1, NULL, NULL, NULL, NULL, NULL, 'Menunggu Pembayaran', NULL, '2020-03-29 08:02:51', 'pradnyadarsana', NULL, NULL),
('PK-290320-05', 2, NULL, NULL, 0, NULL, 0, 'Menunggu Pembayaran', NULL, '2020-03-29 10:42:31', 'kadekharyadi', '2020-03-29 17:52:38', 'pradnyadarsana'),
('PK-300320-01', 2, NULL, NULL, 0, NULL, 0, 'Menunggu Pembayaran', NULL, '2020-03-30 08:51:16', 'kadekharyadi', NULL, NULL),
('PR-060320-00', 2, 3, 3, 1000000, 30000, 970000, 'Lunas', '2020-03-06 23:55:38', '2020-03-06 16:55:38', 'kadekharyadi', '2020-03-06 23:55:38', 'errossahu'),
('PR-060320-01', 2, 3, 1, 1200000, 25000, 1175000, 'Lunas', '2020-03-06 23:55:38', '2020-03-06 16:55:38', 'kadekharyadi', '2020-03-06 23:55:38', 'errossahu'),
('PR-060320-02', 1, 3, NULL, 600000, NULL, 530000, 'Lunas', '2020-03-06 23:55:38', '2020-03-06 16:55:38', 'pradnyadarsana', '2020-03-06 23:55:38', 'errossahu'),
('PR-300320-01', 2, NULL, 1, 0, 50000, 0, 'Menunggu Pembayaran', NULL, '2020-03-30 12:29:04', 'kadekharyadi', NULL, NULL);
-- --------------------------------------------------------
--
-- Table structure for table `ukuran_hewan`
--
CREATE TABLE `ukuran_hewan` (
`id_ukuran_hewan` int(11) NOT NULL,
`nama` varchar(50) DEFAULT NULL,
`created_at` timestamp NOT NULL DEFAULT current_timestamp(),
`created_by` varchar(50) DEFAULT NULL,
`modified_at` datetime DEFAULT NULL,
`modified_by` varchar(50) DEFAULT NULL,
`delete_at` datetime DEFAULT NULL,
`delete_by` varchar(50) DEFAULT NULL,
`aktif` int(11) DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
--
-- Dumping data for table `ukuran_hewan`
--
INSERT INTO `ukuran_hewan` (`id_ukuran_hewan`, `nama`, `created_at`, `created_by`, `modified_at`, `modified_by`, `delete_at`, `delete_by`, `aktif`) VALUES
(1, 'Small', '2020-03-06 16:55:38', 'admin', NULL, NULL, NULL, NULL, 1),
(2, 'Medium', '2020-03-06 16:55:38', 'admin', NULL, NULL, NULL, NULL, 1),
(3, 'Large', '2020-03-06 16:55:38', 'admin', NULL, NULL, NULL, NULL, 1),
(4, 'Extra Large', '2020-03-06 16:55:38', 'admin', NULL, NULL, NULL, NULL, 1);
--
-- Indexes for dumped tables
--
--
-- Indexes for table `detail_pengadaan`
--
ALTER TABLE `detail_pengadaan`
ADD PRIMARY KEY (`id_detail_pengadaan`),
ADD KEY `fk_detail_p_relations_pengadaa` (`id_pengadaan_produk`),
ADD KEY `fk_detail_p_relations_produk` (`id_produk`);
--
-- Indexes for table `detail_transaksi_layanan`
--
ALTER TABLE `detail_transaksi_layanan`
ADD PRIMARY KEY (`id_detail_transaksi_layanan`),
ADD KEY `fk_detail_t_relations_harga_la` (`id_harga_layanan`),
ADD KEY `fk_detail_t_relations_translay` (`id_transaksi_layanan`);
--
-- Indexes for table `detail_transaksi_produk`
--
ALTER TABLE `detail_transaksi_produk`
ADD PRIMARY KEY (`id_detail_transaksi_produk`),
ADD KEY `fk_detail_t_relations_produk` (`id_produk`),
ADD KEY `fk_detail_t_relations_transprod` (`id_transaksi_produk`);
--
-- Indexes for table `harga_layanan`
--
ALTER TABLE `harga_layanan`
ADD PRIMARY KEY (`id_harga_layanan`),
ADD KEY `fk_harga_la_relations_layanan` (`id_layanan`),
ADD KEY `fk_harga_la_relations_ukuran_h` (`id_ukuran_hewan`);
--
-- Indexes for table `hewan`
--
ALTER TABLE `hewan`
ADD PRIMARY KEY (`id_hewan`),
ADD KEY `fk_hewan_relations_jenis_he` (`id_jenis_hewan`),
ADD KEY `fk_hewan_relations_pelangga` (`id_pelanggan`);
--
-- Indexes for table `jenis_hewan`
--
ALTER TABLE `jenis_hewan`
ADD PRIMARY KEY (`id_jenis_hewan`);
--
-- Indexes for table `layanan`
--
ALTER TABLE `layanan`
ADD PRIMARY KEY (`id_layanan`);
--
-- Indexes for table `notifikasi`
--
ALTER TABLE `notifikasi`
ADD PRIMARY KEY (`id_notifikasi`),
ADD KEY `fk_notifikasi_relations_produk` (`id_produk`);
--
-- Indexes for table `pegawai`
--
ALTER TABLE `pegawai`
ADD PRIMARY KEY (`id_pegawai`),
ADD UNIQUE KEY `username` (`username`);
--
-- Indexes for table `pelanggan`
--
ALTER TABLE `pelanggan`
ADD PRIMARY KEY (`id_pelanggan`);
--
-- Indexes for table `pengadaan_produk`
--
ALTER TABLE `pengadaan_produk`
ADD PRIMARY KEY (`id_pengadaan_produk`),
ADD KEY `fk_pengadaa_relations_supplier` (`id_supplier`);
--
-- Indexes for table `produk`
--
ALTER TABLE `produk`
ADD PRIMARY KEY (`id_produk`);
--
-- Indexes for table `supplier`
--
ALTER TABLE `supplier`
ADD PRIMARY KEY (`id_supplier`);
--
-- Indexes for table `transaksi_layanan`
--
ALTER TABLE `transaksi_layanan`
ADD PRIMARY KEY (`id_transaksi_layanan`),
ADD KEY `fk_translay_relations_kasir` (`id_kasir`),
ADD KEY `fk_translay_relations_cust` (`id_customer_service`),
ADD KEY `fk_transprod_relations_hewan` (`id_hewan`);
--
-- Indexes for table `transaksi_produk`
--
ALTER TABLE `transaksi_produk`
ADD PRIMARY KEY (`id_transaksi_produk`),
ADD KEY `fk_transprod_relations_kasir` (`id_kasir`),
ADD KEY `fk_transprod_relations_cust` (`id_customer_service`),
ADD KEY `fk_transaks_relations_hewan` (`id_hewan`);
--
-- Indexes for table `ukuran_hewan`
--
ALTER TABLE `ukuran_hewan`
ADD PRIMARY KEY (`id_ukuran_hewan`);
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `detail_pengadaan`
--
ALTER TABLE `detail_pengadaan`
MODIFY `id_detail_pengadaan` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;
--
-- AUTO_INCREMENT for table `detail_transaksi_layanan`
--
ALTER TABLE `detail_transaksi_layanan`
MODIFY `id_detail_transaksi_layanan` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;
--
-- AUTO_INCREMENT for table `detail_transaksi_produk`
--
ALTER TABLE `detail_transaksi_produk`
MODIFY `id_detail_transaksi_produk` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=23;
--
-- AUTO_INCREMENT for table `harga_layanan`
--
ALTER TABLE `harga_layanan`
MODIFY `id_harga_layanan` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17;
--
-- AUTO_INCREMENT for table `hewan`
--
ALTER TABLE `hewan`
MODIFY `id_hewan` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT for table `jenis_hewan`
--
ALTER TABLE `jenis_hewan`
MODIFY `id_jenis_hewan` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT for table `layanan`
--
ALTER TABLE `layanan`
MODIFY `id_layanan` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
--
-- AUTO_INCREMENT for table `notifikasi`
--
ALTER TABLE `notifikasi`
MODIFY `id_notifikasi` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT for table `pegawai`
--
ALTER TABLE `pegawai`
MODIFY `id_pegawai` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT for table `pelanggan`
--
ALTER TABLE `pelanggan`
MODIFY `id_pelanggan` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT for table `produk`
--
ALTER TABLE `produk`
MODIFY `id_produk` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT for table `supplier`
--
ALTER TABLE `supplier`
MODIFY `id_supplier` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT for table `ukuran_hewan`
--
ALTER TABLE `ukuran_hewan`
MODIFY `id_ukuran_hewan` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- Constraints for dumped tables
--
--
-- Constraints for table `detail_pengadaan`
--
ALTER TABLE `detail_pengadaan`
ADD CONSTRAINT `fk_detail_p_relations_pengadaa` FOREIGN KEY (`id_pengadaan_produk`) REFERENCES `pengadaan_produk` (`id_pengadaan_produk`),
ADD CONSTRAINT `fk_detail_p_relations_produk` FOREIGN KEY (`id_produk`) REFERENCES `produk` (`id_produk`);
--
-- Constraints for table `detail_transaksi_layanan`
--
ALTER TABLE `detail_transaksi_layanan`
ADD CONSTRAINT `fk_detail_t_relations_harga_la` FOREIGN KEY (`id_harga_layanan`) REFERENCES `harga_layanan` (`id_harga_layanan`),
ADD CONSTRAINT `fk_detail_t_relations_translay` FOREIGN KEY (`id_transaksi_layanan`) REFERENCES `transaksi_layanan` (`id_transaksi_layanan`);
--
-- Constraints for table `detail_transaksi_produk`
--
ALTER TABLE `detail_transaksi_produk`
ADD CONSTRAINT `fk_detail_t_relations_produk` FOREIGN KEY (`id_produk`) REFERENCES `produk` (`id_produk`),
ADD CONSTRAINT `fk_detail_t_relations_transprod` FOREIGN KEY (`id_transaksi_produk`) REFERENCES `transaksi_produk` (`id_transaksi_produk`);
--
-- Constraints for table `harga_layanan`
--
ALTER TABLE `harga_layanan`
ADD CONSTRAINT `fk_harga_la_relations_layanan` FOREIGN KEY (`id_layanan`) REFERENCES `layanan` (`id_layanan`),
ADD CONSTRAINT `fk_harga_la_relations_ukuran_h` FOREIGN KEY (`id_ukuran_hewan`) REFERENCES `ukuran_hewan` (`id_ukuran_hewan`);
--
-- Constraints for table `hewan`
--
ALTER TABLE `hewan`
ADD CONSTRAINT `fk_hewan_relations_jenis_he` FOREIGN KEY (`id_jenis_hewan`) REFERENCES `jenis_hewan` (`id_jenis_hewan`),
ADD CONSTRAINT `fk_hewan_relations_pelangga` FOREIGN KEY (`id_pelanggan`) REFERENCES `pelanggan` (`id_pelanggan`);
--
-- Constraints for table `notifikasi`
--
ALTER TABLE `notifikasi`
ADD CONSTRAINT `fk_notifikasi_relations_produk` FOREIGN KEY (`id_produk`) REFERENCES `produk` (`id_produk`);
--
-- Constraints for table `pengadaan_produk`
--
ALTER TABLE `pengadaan_produk`
ADD CONSTRAINT `fk_pengadaa_relations_supplier` FOREIGN KEY (`id_supplier`) REFERENCES `supplier` (`id_supplier`);
--
-- Constraints for table `transaksi_layanan`
--
ALTER TABLE `transaksi_layanan`
ADD CONSTRAINT `fk_translay_relations_cust` FOREIGN KEY (`id_customer_service`) REFERENCES `pegawai` (`id_pegawai`),
ADD CONSTRAINT `fk_translay_relations_kasir` FOREIGN KEY (`id_kasir`) REFERENCES `pegawai` (`id_pegawai`),
ADD CONSTRAINT `fk_transprod_relations_hewan` FOREIGN KEY (`id_hewan`) REFERENCES `hewan` (`id_hewan`);
--
-- Constraints for table `transaksi_produk`
--
ALTER TABLE `transaksi_produk`
ADD CONSTRAINT `fk_transaks_relations_hewan` FOREIGN KEY (`id_hewan`) REFERENCES `hewan` (`id_hewan`),
ADD CONSTRAINT `fk_transprod_relations_cust` FOREIGN KEY (`id_customer_service`) REFERENCES `pegawai` (`id_pegawai`),
ADD CONSTRAINT `fk_transprod_relations_kasir` FOREIGN KEY (`id_kasir`) REFERENCES `pegawai` (`id_pegawai`);
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 */;
|
<filename>scala/storages/db_postgresql_storage/src/main/resources/com/myodov/unicherrygarden/db/migrations/types/V20210220161900__create_type_ucg_currency_type.sql.sql
CREATE TYPE UCG_CURRENCY_TYPE AS ENUM (
'ETH',
'ERC20'
);
|
drop procedure GamesDB.uspFilterDevelopers;
go
go
create procedure [GamesDB].uspFilterDevelopers
@pageSize int,
@pageNumber int,
@name varchar(65)
as
begin
declare @tempTable table (
DeveloperID int,
Name varchar(max) not null,
City varchar(max),
Country varchar(max),
Logo varchar(max)
)
set nocount on;
if @name <> 'None'
begin
insert into @tempTable (DeveloperID, Name, City, Country, Logo)
select DeveloperID, Name, City, Country, Logo from GamesDB.Developers where Name like '%'+@name+'%'
end
else
begin
insert into @tempTable select DeveloperID, Name, City, Country, Logo from GamesDB.Developers
end
select tt.* from @tempTable tt
order by DeveloperID
offset @pageSize * (@pageNumber - 1) rows
fetch next @pageSize rows only option (recompile)
end
go
|
USE sql_hr;
-- Query to select the name of each employee and their manager. This is "Self Join".
SELECT
e.employee_id,
e.first_name,
m.first_name AS manager
FROM employees e
JOIN employees m
ON e.reports_to = m.employee_id;
-- The problem with the above query is that it does not return the record for the manager himself (whose `reports_to` value is `null`).
SELECT
e.employee_id,
e.first_name,
m.first_name AS manager
FROM employees e
LEFT JOIN employees m -- Only change is here
ON e.reports_to = m.employee_id; |
CREATE TABLE componente(
id int auto_increment not null,
unique_code varchar(255),
nombre varchar(255),
precio int,
descripcion text,
idTipo_componente int,
created_at datetime,
updated_at datetime,
CONSTRAINT pk_componente PRIMARY KEY(id),
CONSTRAINT fk_componente_tipo_componente FOREIGN KEY(idTipo_componente) REFERENCES tipo_componente(id)
)ENGINE=InnoDb;
CREATE TABLE tipo_componente(
id int auto_increment not null,
nombre varchar(255),
created_at datetime,
updated_at datetime,
CONSTRAINT pk_tipo_componente PRIMARY KEY (id)
)ENGINE=InnoDb
CREATE TABLE componente_sucursal(
id_componente int not null,
id_sucursal int not null,
stock int,
created_at datetime,
updated_at datetime,
CONSTRAINT fk_componente_sucursal_sucursal FOREIGN KEY(id_sucursal) REFERENCES sucursal(id),
CONSTRAINT fk_componente_sucursal_componente FOREIGN KEY(id_componente) REFERENCES componente(id)
)ENGINE=InnoDb;
CREATE TABLE sucursal(
id int auto_increment not null,
nombre varchar(255),
created_at datetime,
updated_at datetime,
CONSTRAINT pk_sucursal PRIMARY KEY(id)
)ENGINE=InnoDb; |
/*
Version:
2011.11.12.01
Script:
10_create_proc_check_modify_columns.sql
Description:
Compare columns in 2 databases, prepare "ALTER TABLE ..." SQL statements,
and apply them in local database against ALL existing ELT schemas.
Input:
* host_alias - SRC Host Alias. Values: [db1|db2]
* src_schema_name - SRC Schema Name.
* src_table_name - SRC Table Name.
* debug_mode - Debug Mode.
Values:
* FALSE (0) - execute SQL statements
* TRUE (1) - show SQL statements
Output:
* error_code:
* 0 - Success
* < 0 - Error
Install:
mysql -h <db_name> -u <db_user_name> -p<db_user_pwd> < <path_to_file>\10_create_proc_check_modify_columns.sql
Usage:
CALL elt.check_modify_columns (@err, 'db1', 'account', 'account', FALSE); -- execute
CALL elt.check_modify_columns (@err, 'db2', 'catalog', 'content_item_external_item_mapping', TRUE); -- debug
*/
DELIMITER $$
DROP PROCEDURE IF EXISTS elt.check_modify_columns$$
CREATE PROCEDURE elt.check_modify_columns
(
OUT error_code_out INTEGER,
IN host_alias_in VARCHAR(16), -- [db1|db2|...]
IN src_schema_name_in VARCHAR(64),
IN src_table_name_in VARCHAR(64),
IN debug_mode_in BOOLEAN
)
BEGIN
DECLARE DB1_HOST_ALIAS VARCHAR(16) DEFAULT 'db1';
DECLARE DB2_HOST_ALIAS VARCHAR(16) DEFAULT 'db2';
DECLARE STAGE_SCHEMA_TYPE VARCHAR(16) DEFAULT 'STAGE';
DECLARE DELTA_SCHEMA_TYPE VARCHAR(16) DEFAULT 'DELTA';
DECLARE STAGE_SCHEMA_NAME VARCHAR(64) DEFAULT 'db_stage';
DECLARE DELTA_SCHEMA_NAME VARCHAR(64) DEFAULT 'db_delta';
DECLARE MDF_DTM_COL_NAME VARCHAR(64) DEFAULT "modified_dtm"; -- catalog
DECLARE LAST_MOD_TIME_COL_NAME VARCHAR(64) DEFAULT "last_mod_time"; -- loag_catalog
DECLARE LOG_CRT_DTM_COL_NAME VARCHAR(64) DEFAULT "log_created_dtm"; -- catalog
DECLARE LOG_MDF_DTM_COL_NAME VARCHAR(64) DEFAULT "log_modified_dtm"; -- account
DECLARE ACCT_COL_NAME VARCHAR(64) DEFAULT "account_id";
DECLARE OWNER_ACCT_COL_NAME VARCHAR(64) DEFAULT "owner_account_id";
DECLARE v_shard_schema_name VARCHAR(64);
DECLARE v_shard_table_name VARCHAR(64);
DECLARE v_host_alias VARCHAR(16);
DECLARE v_dst_schema_name VARCHAR(64);
DECLARE v_column_stmt VARCHAR(256);
DECLARE v_column_name VARCHAR(64);
DECLARE v_link_table_name VARCHAR(64);
DECLARE is_tbl_modified BOOLEAN DEFAULT FALSE;
DECLARE is_stage_sch_exists BOOLEAN DEFAULT FALSE; -- 0
DECLARE is_delta_sch_exists BOOLEAN DEFAULT FALSE; -- 0
DECLARE is_table_exists BOOLEAN DEFAULT FALSE; -- 0
DECLARE done BOOLEAN DEFAULT FALSE;
--
-- Shard Information
--
DECLARE shard_info_cur CURSOR
FOR
SELECT DISTINCT shard_schema_name,
shard_table_name
FROM elt.shard_profiles spf
WHERE host_alias = v_host_alias
AND status = 1; -- active shard
-- DB1 --
DECLARE db1_column_stmts_cur CURSOR
FOR
SELECT CASE table_location WHEN "Local Table" THEN CONCAT("ALTER TABLE ", v_dst_schema_name, ".", table_name,
" DROP COLUMN ", column_name, " ", UPPER(column_type), -- save full set of attributes to recover the column
IF (is_nullable = "NO",
" NOT NULL",
" NULL"
),
IF (column_default IS NOT NULL,
CONCAT(" DEFAULT \'", column_default, "\'"),
""
),
IF (column_key = "PRI", " PRIMARY KEY", "")
)
ELSE CONCAT("ALTER TABLE ", v_dst_schema_name, ".", table_name,
" ADD COLUMN ", column_name, " ", UPPER(column_type),
IF (is_nullable = "NO",
" NOT NULL",
" NULL"
),
IF (column_default IS NOT NULL,
CONCAT(" DEFAULT \'", column_default, "\'"),
""
),
IF (column_key = "PRI", " PRIMARY KEY", "")
)
END AS sql_stmt_columns
FROM
(SELECT MIN(table_location) AS table_location,
table_name,
column_name,
column_type,
is_nullable,
column_default,
column_key
FROM
(SELECT "Local Table" AS table_location,
table_name,
column_name,
column_type,
is_nullable,
column_default,
IF(column_key = "MUL", "", column_key) AS column_key,
ordinal_position
FROM information_schema.columns
WHERE table_schema = v_dst_schema_name -- [db_stage|db_delta]
AND table_name = src_table_name_in
UNION ALL
SELECT "Remote Table" AS table_location,
table_name,
column_name,
column_type,
is_nullable,
CASE WHEN (column_type = "timestamp" AND column_default = "0000-00-00 00:00:00") THEN "2000-01-01 00:00:00"
ELSE column_default
END AS column_default,
IF(column_key = "MUL", "", column_key) AS column_key,
ordinal_position
FROM elt.db1_information_schema_columns
WHERE table_schema = src_schema_name_in -- remote db schema
AND table_name = src_table_name_in
) q1
GROUP BY table_name,
column_name,
column_type,
column_key
HAVING COUNT(*) = 1
ORDER BY table_name, ordinal_position
) q2;
-- DB2 --
DECLARE db2_column_stmts_cur CURSOR
FOR
SELECT CASE table_location WHEN "Local Table" THEN CONCAT("ALTER TABLE ", v_dst_schema_name, ".", table_name,
" DROP COLUMN ", column_name, " ", UPPER(column_type), -- save full set of attributes to recover the column
IF (is_nullable = "NO",
" NOT NULL",
" NULL"
),
IF (column_default IS NOT NULL,
CONCAT(" DEFAULT \'", column_default, "\'"),
""
),
IF (column_key = "PRI", " PRIMARY KEY", "")
)
ELSE CONCAT("ALTER TABLE ", v_dst_schema_name, ".", table_name,
" ADD COLUMN ", column_name, " ", UPPER(column_type),
IF (is_nullable = "NO",
" NOT NULL",
" NULL"
),
IF (column_default IS NOT NULL,
CONCAT(" DEFAULT \'", column_default, "\'"),
""
),
IF (column_key = "PRI", " PRIMARY KEY", "")
)
END AS sql_stmt_columns
FROM
(SELECT MIN(table_location) AS table_location,
table_name,
column_name,
column_type,
is_nullable,
column_default,
column_key
FROM
(SELECT "Local Table" AS table_location,
table_name,
column_name,
column_type,
is_nullable,
column_default,
column_key,
ordinal_position
FROM information_schema.columns
WHERE table_schema = v_dst_schema_name -- [db_stage|db_delta]
AND table_name = src_table_name_in
UNION ALL
SELECT "Remote Table" AS table_location,
table_name,
column_name,
column_type,
is_nullable,
CASE WHEN (column_type = "timestamp" AND column_default = "0000-00-00 00:00:00") THEN "2000-01-01 00:00:00"
ELSE column_default
END AS column_default,
column_key,
ordinal_position
FROM elt.db2_information_schema_columns
WHERE table_schema = src_schema_name_in -- remote db schema
AND table_name = src_table_name_in
) q1
-- WHERE q1.column_name NOT IN
-- (SELECT src_column_name
-- FROM elt.ddl_column_changes
-- WHERE host_alias = DB2_HOST_ALIAS
-- AND src_schema_name = src_schema_name_in
-- AND src_table_name = src_table_name_in
-- )
GROUP BY table_name,
column_name,
column_type,
column_key
HAVING COUNT(*) = 1
ORDER BY table_name, ordinal_position
) q2;
-- ==================================
-- Modification stmts
-- ==================================
--
-- STAGE
--
DECLARE modify_stage_columns_cur CURSOR
FOR
SELECT CASE WHEN dcc.action = 'ADD' THEN CONCAT('ALTER TABLE ', STAGE_SCHEMA_NAME, '.', dcc.src_table_name,
' ADD COLUMN ', dcc.src_column_name, ' ', UPPER(dcc.column_attributes)
)
WHEN dcc.action = 'DROP' THEN CONCAT('ALTER TABLE ', STAGE_SCHEMA_NAME, '.', dcc.src_table_name,
' DROP COLUMN ', dcc.src_column_name
)
WHEN dcc.action = 'MODIFY' THEN CONCAT('ALTER TABLE ', STAGE_SCHEMA_NAME, '.', dcc.src_table_name,
' MODIFY COLUMN ', dcc.src_column_name, ' ', UPPER(dcc.column_attributes)
)
WHEN dcc.action = 'ALTER' THEN CONCAT('ALTER TABLE ', STAGE_SCHEMA_NAME, '.', dcc.src_table_name,
' ALTER COLUMN ', dcc.src_column_name, ' SET DEFAULT ', UPPER(dcc.column_attributes)
)
END AS modify_stmt
FROM elt.ddl_column_changes dcc
WHERE dcc.elt_schema_type = STAGE_SCHEMA_TYPE
AND dcc.host_alias = v_host_alias
AND dcc.src_schema_name = src_schema_name_in
AND dcc.src_table_name = src_table_name_in
AND dcc.applied_to_table = 0;
--
-- DELTA
--
DECLARE modify_delta_columns_cur CURSOR
FOR
SELECT CASE WHEN dcc.action = 'ADD' THEN CONCAT('ALTER TABLE ', DELTA_SCHEMA_NAME, '.', dcc.src_table_name,
' ADD COLUMN ', dcc.src_column_name, ' ', UPPER(dcc.column_attributes)
)
WHEN dcc.action = 'DROP' THEN CONCAT('ALTER TABLE ', DELTA_SCHEMA_NAME, '.', dcc.src_table_name,
' DROP COLUMN ', dcc.src_column_name
)
WHEN dcc.action = 'MODIFY' THEN CONCAT('ALTER TABLE ', DELTA_SCHEMA_NAME, '.', dcc.src_table_name,
' MODIFY COLUMN ', dcc.src_column_name, ' ', UPPER(dcc.column_attributes)
)
WHEN dcc.action = 'ALTER' THEN CONCAT('ALTER TABLE ', DELTA_SCHEMA_NAME, '.', dcc.src_table_name,
' ALTER COLUMN ', dcc.src_column_name, ' SET DEFAULT ', UPPER(dcc.column_attributes)
)
END AS modify_stmt
FROM elt.ddl_column_changes dcc
WHERE dcc.elt_schema_type = DELTA_SCHEMA_TYPE
AND dcc.host_alias = v_host_alias
AND dcc.src_schema_name = src_schema_name_in
AND dcc.src_table_name = src_table_name_in
AND dcc.applied_to_table = 0;
-- Handler
DECLARE CONTINUE HANDLER
FOR NOT FOUND
SET done = TRUE;
SET @old_sql_mode = (SELECT @@SESSION.SQL_MODE);
SET @@SESSION.SQL_MODE = '';
SET @LF = CHAR(10);
-- ================================
exec:
BEGIN
SET error_code_out = -2;
SET v_host_alias = LOWER(host_alias_in);
--
IF (src_schema_name_in IS NULL) OR (src_table_name_in IS NULL) THEN
SELECT CONCAT('Schema [', src_schema_name_in, '] Name OR Table Name [', src_table_name_in, '] is not defined') AS "ERROR" FROM dual;
SET error_code_out = -3;
LEAVE exec;
END IF;
--
-- Shard Info
--
-- OPEN shard_info_cur; -- F(v_host_alias)
-- FETCH shard_info_cur
-- INTO v_shard_schema_name,
-- v_shard_table_name;
-- CLOSE shard_info_cur;
-- IF (src_schema_name_in <> v_shard_schema_name) AND
-- (src_table_name_in <> v_shard_table_name) THEN
--
-- Define the environment
--
SET is_stage_sch_exists = FALSE;
SELECT TRUE
INTO is_stage_sch_exists
FROM information_schema.schemata
WHERE schema_name = STAGE_SCHEMA_NAME;
SET is_delta_sch_exists = FALSE;
SELECT TRUE
INTO is_delta_sch_exists
FROM information_schema.schemata
WHERE schema_name = DELTA_SCHEMA_NAME;
-- ====================================================
-- STAGE schema: Compare columns
-- Modify STAGE tables
-- Insert into ddl_column_changes
-- ====================================================
IF is_stage_sch_exists THEN
SET v_dst_schema_name = STAGE_SCHEMA_NAME;
IF (v_host_alias = DB1_HOST_ALIAS) THEN
OPEN db1_column_stmts_cur; -- F(v_dst_schema_name)
ELSE
OPEN db2_column_stmts_cur; -- F(v_dst_schema_name)
END IF;
-- ============================
proc_column_stmts:
LOOP
SET done = FALSE;
SET v_column_stmt = '';
IF (v_host_alias = DB1_HOST_ALIAS) THEN
FETCH db1_column_stmts_cur INTO v_column_stmt;
ELSE
FETCH db2_column_stmts_cur INTO v_column_stmt;
END IF;
IF NOT done THEN
-- Get Column Name
SET v_column_name = (SELECT RTRIM(SUBSTRING_INDEX(LTRIM(SUBSTRING_INDEX(v_column_stmt, 'COLUMN', -1)), ' ', 1)));
-- Statement
SET @sql_stmt = v_column_stmt;
--
-- Prepare Requests for modification in ddl_column_changes table
--
IF is_stage_sch_exists THEN
INSERT INTO elt.ddl_column_changes (elt_schema_type, action, host_alias, src_schema_name, src_table_name, src_column_name, column_attributes, created_by, created_at)
SELECT STAGE_SCHEMA_TYPE,
CASE WHEN POSITION('ADD' IN v_column_stmt) > 0 THEN 'ADD'
ELSE 'DROP'
END AS action,
v_host_alias AS host_alias,
src_schema_name_in AS src_schema_name,
src_table_name_in AS src_table_name,
v_column_name AS src_column_name,
SUBSTR(LTRIM(SUBSTRING_INDEX(@sql_stmt, 'COLUMN', -1)),
POSITION(' ' IN LTRIM(SUBSTRING_INDEX(@sql_stmt, 'COLUMN', -1))) + 1) AS column_attributes,
SUBSTRING_INDEX(USER(), '@', 1) AS created_by,
CURRENT_TIMESTAMP() AS created_at
FROM dual;
END IF;
IF is_delta_sch_exists THEN
INSERT INTO elt.ddl_column_changes (elt_schema_type, action, host_alias, src_schema_name, src_table_name, src_column_name, column_attributes, created_by, created_at)
SELECT DELTA_SCHEMA_TYPE,
CASE WHEN POSITION('ADD' IN v_column_stmt) > 0 THEN 'ADD'
ELSE 'DROP'
END AS action,
v_host_alias AS host_alias,
src_schema_name_in AS src_schema_name,
src_table_name_in AS src_table_name,
v_column_name AS src_column_name,
SUBSTR(LTRIM(SUBSTRING_INDEX(@sql_stmt, 'COLUMN', -1)),
POSITION(' ' IN LTRIM(SUBSTRING_INDEX(@sql_stmt, 'COLUMN', -1))) + 1) AS column_attributes,
SUBSTRING_INDEX(USER(), '@', 1) AS created_by,
CURRENT_TIMESTAMP() AS created_at
FROM dual;
END IF;
--
-- Possible updates of src_tables if we addding a new column
--
IF (LENGTH(@sql_stmt) > 0) AND (POSITION("DROP" IN @sql_stmt) = 0) THEN
-- ========================
-- Update DTM Column Name in src_tables
-- ========================
IF (v_host_alias = DB1_HOST_ALIAS) THEN
-- DB1
IF (v_column_name = MDF_DTM_COL_NAME) OR
(v_column_name = LOG_MDF_DTM_COL_NAME) THEN
UPDATE elt.src_tables
SET dtm_column_name = v_column_name,
modified_by = SUBSTRING_INDEX(USER(), '@', 1),
modified_at = CURRENT_TIMESTAMP()
WHERE host_alias = DB1_HOST_ALIAS
AND src_schema_name = src_schema_name_in
AND src_table_name = src_table_name_in;
END IF;
ELSE
-- DB2
IF (v_column_name = MDF_DTM_COL_NAME) OR
(v_column_name = LOG_CRT_DTM_COL_NAME) OR
(v_column_name = LAST_MOD_TIME_COL_NAME) THEN
UPDATE elt.src_tables
SET dtm_column_name = v_column_name,
modified_by = SUBSTRING_INDEX(USER(), '@', 1),
modified_at = CURRENT_TIMESTAMP()
WHERE host_alias = DB2_HOST_ALIAS
AND src_schema_name = src_schema_name_in
AND src_table_name = src_table_name_in;
END IF;
END IF; -- IF-ELSE (v_host_alias = DB1_HOST_ALIAS)
-- ========================
-- Update SHARDING Column Name in src_tables for DB2
-- ========================
IF (v_host_alias = DB2_HOST_ALIAS) AND
((v_column_name = ACCT_COL_NAME) OR
(v_column_name = OWNER_ACCT_COL_NAME)) THEN
UPDATE elt.src_tables
SET sharding_column_name = v_column_name,
modified_by = SUBSTRING_INDEX(USER(), '@', 1),
modified_at = CURRENT_TIMESTAMP()
WHERE host_alias = v_host_alias
AND src_schema_name = src_schema_name_in
AND src_table_name = src_table_name_in;
END IF; -- IF (v_column_name)
-- ========================
-- Update PROC_PK Column Name in src_tables
-- ========================
IF POSITION('_log' IN src_table_name_in) = 0 THEN
-- define PK
IF POSITION('PRIMARY KEY' IN v_column_stmt) > 0 THEN
UPDATE elt.src_tables
SET proc_pk_column_name = v_column_name,
modified_by = SUBSTRING_INDEX(USER(), '@', 1),
modified_at = CURRENT_TIMESTAMP()
WHERE host_alias = v_host_alias
AND src_schema_name = src_schema_name_in
AND src_table_name = src_table_name_in;
END IF;
ELSE
-- define FK to MASTER table
IF (SUBSTRING_INDEX(v_column_name, '_id', 1) = SUBSTRING_INDEX(src_table_name_in, '_log', 1)) THEN
UPDATE elt.src_tables
SET proc_pk_column_name = v_column_name,
modified_by = SUBSTRING_INDEX(USER(), '@', 1),
modified_at = CURRENT_TIMESTAMP()
WHERE host_alias = v_host_alias
AND src_schema_name = src_schema_name_in
AND src_table_name = src_table_name_in;
END IF;
END IF; -- IF POSITION('_log' IN src_table_name_in)
END IF; -- IF LENGTH(@sql_stmt) > 0
ELSE
LEAVE proc_column_stmts;
END IF;
END LOOP; -- proc_column_stmts
-- ============================
IF (v_host_alias = DB1_HOST_ALIAS) THEN
CLOSE db1_column_stmts_cur;
ELSE
CLOSE db2_column_stmts_cur;
END IF;
ELSE
SET error_code_out = -5;
LEAVE exec;
END IF; -- IF is_stage_sch_exists
-- ================================
-- ====================================================
-- STAGE schema
-- ====================================================
SET is_tbl_modified = FALSE;
OPEN modify_stage_columns_cur; -- F(v_host_alias, src_schema_name_in, src_table_name_in, applied_to_table = 0)
-- ================================
modify_stage_columns:
LOOP
SET done = FALSE;
SET v_column_stmt = '';
FETCH modify_stage_columns_cur INTO v_column_stmt;
IF NOT done THEN
IF (LENGTH(v_column_stmt) > 0) THEN
IF POSITION("DROP" IN v_column_stmt) > 0 THEN
-- DROP index on column before DROP column
SET v_column_name = (SELECT RTRIM(SUBSTRING_INDEX(LTRIM(SUBSTRING_INDEX(v_column_stmt, 'COLUMN', -1)), ' ', 1)));
CALL elt.drop_indexes_on_column (@err_num, STAGE_SCHEMA_TYPE, v_host_alias, src_schema_name_in, src_table_name_in, v_column_name, debug_mode_in);
--
END IF;
-- Drop/Add column
SET @sql_stmt = v_column_stmt;
IF debug_mode_in THEN
SELECT CONCAT(CAST(@sql_stmt AS CHAR), ";", @LF) AS debug_sql;
ELSE
PREPARE query FROM @sql_stmt;
EXECUTE query;
DEALLOCATE PREPARE query;
SET is_tbl_modified = TRUE;
END IF; -- IF debug_mode_in
END IF;
ELSE
LEAVE modify_stage_columns;
END IF;
END LOOP;
-- ================================
CLOSE modify_stage_columns_cur;
IF is_tbl_modified THEN
-- save info about changes
UPDATE elt.ddl_column_changes
SET applied_to_table = 1,
modified_by = SUBSTRING_INDEX(USER(), "@", 1),
modified_at = CURRENT_TIMESTAMP()
WHERE elt_schema_type = STAGE_SCHEMA_TYPE
AND host_alias = v_host_alias
AND src_schema_name = src_schema_name_in
AND src_table_name = src_table_name_in;
COMMIT;
SET is_tbl_modified = FALSE;
END IF;
-- ====================================================
-- DELTA schema
-- ====================================================
IF is_delta_sch_exists THEN
SET is_tbl_modified = FALSE;
OPEN modify_delta_columns_cur; -- F(v_host_alias, src_schema_name_in, src_table_name_in, applied_to_table = 0)
-- ================================
modify_delta_columns:
LOOP
SET done = FALSE;
SET v_column_stmt = '';
FETCH modify_delta_columns_cur INTO v_column_stmt;
IF NOT done THEN
IF (LENGTH(v_column_stmt) > 0) THEN -- AND (POSITION("DROP" IN @sql_stmt) = 0) THEN -- do not DROP column in STAGE (?)
IF POSITION("DROP" IN v_column_stmt) > 0 THEN
-- DROP index on column before DROP column
SET v_column_name = (SELECT RTRIM(SUBSTRING_INDEX(LTRIM(SUBSTRING_INDEX(v_column_stmt, 'COLUMN', -1)), ' ', 1)));
CALL elt.drop_indexes_on_column (@err_num, DELTA_SCHEMA_TYPE, v_host_alias, src_schema_name_in, src_table_name_in, v_column_name, debug_mode_in);
--
END IF;
-- Drop/Add column
SET @sql_stmt = v_column_stmt;
IF debug_mode_in THEN
SELECT CONCAT(CAST(@sql_stmt AS CHAR), ";", @LF) AS debug_sql;
ELSE
PREPARE query FROM @sql_stmt;
EXECUTE query;
DEALLOCATE PREPARE query;
SET is_tbl_modified = TRUE;
END IF; -- IF debug_mode_in
END IF;
ELSE
LEAVE modify_delta_columns;
END IF;
END LOOP;
-- ================================
CLOSE modify_delta_columns_cur;
IF is_tbl_modified THEN
-- save info about changes
UPDATE elt.ddl_column_changes
SET applied_to_table = 1,
modified_by = SUBSTRING_INDEX(USER(), "@", 1),
modified_at = CURRENT_TIMESTAMP()
WHERE elt_schema_type = DELTA_SCHEMA_TYPE
AND host_alias = v_host_alias
AND src_schema_name = src_schema_name_in
AND src_table_name = src_table_name_in;
COMMIT;
SET is_tbl_modified = FALSE;
END IF;
END IF; -- IF DELTA schema exists
-- ================================
-- END IF; -- IF (src_schema_name_in <> v_shard_schema_name) AND (src_table_name_in <> v_shard_table_name)
SET error_code_out = 0;
END; -- exec
-- restore MySQL SQL Mode
SET @@SESSION.SQL_MODE = @old_sql_mode;
END$$
DELIMITER ;
SELECT '====> Procedure ''check_modify_columns'' has been created' AS "Info:" FROM dual;
|
<gh_stars>1-10
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Universel, unik identifikation af adressen af datatypen UUID. Er stabil over hele adressens levetid (ligesom et CPR-nummer) dvs. uanset om adressen evt. ændrer vejnavn, husnummer, postnummer eller kommunekode. Repræsenteret som 32 hexadecimale tegn. Eksempel: ”0a3f507a-93e7-32b8-e044-0003ba298018”.', 'Adgangsadresse', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Adgangsadressens status. Heltal. Mulige værdier er 1: gældende, 2: nedlagt, 3: foreløbig, 4: henlagt.', 'Adgangsadresse', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Dato og tid for adgangsadressens oprettelse, som registreret i DAR. Eksempel: 2001-12-23T00:00:00.', 'Adgangsadresse', 'oprettet';
EXEC SetExtendedproperty 'MS_Description', 'Dato og tid hvor der sidst er ændret i adgangsadressen, som registreret i DAR. Eksempel: 2002-04-08T00:00:00.', 'Adgangsadresse', 'ændret';
EXEC SetExtendedproperty 'MS_Description', 'Adgangsadressens ikrafttrædelsesdato, dvs. det tidspunkt hvor adressen første gang fik status "gældende". Kan være fremtidig.', 'Adgangsadresse', 'ikrafttrædelsesdato';
EXEC SetExtendedproperty 'MS_Description', 'Kommunekoden. 4 cifre.', 'Adgangsadresse', 'kommunekode';
EXEC SetExtendedproperty 'MS_Description', 'Identifikation af vejstykket, adgangsadressen befinder sig på. Er unikt indenfor den pågældende kommune. Repræsenteret ved fire cifre. Eksempel: I Københavns kommune er ”0004” lig ”<NAME>”.', 'Adgangsadresse', 'vejkode';
EXEC SetExtendedproperty 'MS_Description', 'Husnummer der identificerer den pågældende adresse i forhold til andre adresser med samme vejnavn. Husnummeret består af et tal 1-999 evt. suppleret af et stort bogstav A..Z, og fastsættes i stigende orden, normalt med lige og ulige numre på hver side af vejen. Eksempel: "11", "12A", "187B".', 'Adgangsadresse', 'husnr';
EXEC SetExtendedproperty 'MS_Description', 'Et supplerende bynavn – typisk landsbyens navn – eller andet lokalt stednavn, der er fastsat af kommunen for at præcisere adressens beliggenhed indenfor postnummeret. Indgår som en del af den officielle adressebetegnelse. Indtil 34 tegn. Eksempel: ”Sønderholm”.', 'Adgangsadresse', 'supplerendebynavn';
EXEC SetExtendedproperty 'MS_Description', 'Postnummeret som adressen er beliggende i.', 'Adgangsadresse', 'postnr';
EXEC SetExtendedproperty 'MS_Description', 'Ejerlavkode for det jordstykke, som adressen er placeret på. Repræsenteret ved indtil 7 cifre. Eksempel: ”170354” for ejerlavet ”Eskebjerg By, Bregninge”.', 'Adgangsadresse', 'ejerlavkode';
EXEC SetExtendedproperty 'MS_Description', 'Matrikelnummer for det jordstykke, som adressen er placeret på. Repræsenteret ved Indtil 7 tegn: max. 4 cifre + max. 3 små bogstaver. Eksempel: ”18b”.', 'Adgangsadresse', 'matrikelnr';
EXEC SetExtendedproperty 'MS_Description', 'Identifikation af den vurderingsejendom jf. Ejendomsstamregisteret, ESR, som det jordstykke som adressen ligger på, er en del af. Repræsenteret ved op til syv cifre. Eksempel ”13606”.', 'Adgangsadresse', 'esrejendomsnr';
EXEC SetExtendedproperty 'MS_Description', 'Adgangspunktets østlige koordiat angivet i koordinatsystemet UTM zone 32 og ved brug af det fælles europæiske terrestriale referencesystem EUREF89/ETRS89.', 'Adgangsadresse', 'etrs89koordinat_øst';
EXEC SetExtendedproperty 'MS_Description', 'Adgangspunktets nordlige koordiat angivet i koordinatsystemet UTM zone 32 og ved brug af det fælles europæiske terrestriale referencesystem EUREF89/ETRS89.', 'Adgangsadresse', 'etrs89koordinat_nord';
EXEC SetExtendedproperty 'MS_Description', 'Kode der angiver nøjagtigheden for adressepunktet. Et tegn. ”A” betyder at adressepunktet er absolut placeret på et detaljeret grundkort, typisk med en nøjagtighed bedre end +/- 2 meter. ”B” betyder at adressepunktet er beregnet – typisk på basis af matrikelkortet, således at adressen ligger midt på det pågældende matrikelnummer. I så fald kan nøjagtigheden være ringere en end +/- 100 meter afhængig af forholdene. ”U” betyder intet adressepunkt.', 'Adgangsadresse', 'nøjagtighed';
EXEC SetExtendedproperty 'MS_Description', 'Kode der angiver kilden til adressepunktet. Et tegn. ”1” = oprettet maskinelt fra teknisk kort; ”2” = Oprettet maskinelt fra af matrikelnummer tyngdepunkt; ”3” = Eksternt indberettet af konsulent på vegne af kommunen; ”4” = Eksternt indberettet af kommunes kortkontor o.l. ”5” = Oprettet af teknisk forvaltning."', 'Adgangsadresse', 'kilde';
EXEC SetExtendedproperty 'MS_Description', 'Kode der angiver kilden til husnummeret. Et tal bestående af et ciffer.', 'Adgangsadresse', 'husnummerkilde';
EXEC SetExtendedproperty 'MS_Description', 'Kode der angiver den specifikation adressepunktet skal opfylde. 2 tegn. ”TD” = 3 meter inde i bygningen ved det sted hvor indgangsdør e.l. skønnes placeret; ”TK” = Udtrykkelig TK-standard: 3 meter inde i bygning, midt for længste side mod vej; ”TN” Alm. teknisk standard: bygningstyngdepunkt eller blot i bygning; ”UF” = Uspecificeret/foreløbig: ikke nødvendigvis placeret i bygning."', 'Adgangsadresse', 'tekniskstandard';
EXEC SetExtendedproperty 'MS_Description', 'Angiver en evt. retningsvinkel for adressen i ”gon” dvs. hvor hele cirklen er 400 gon og 200 er vandret. Værdier 0.00-400.00: Eksempel: ”128.34”.', 'Adgangsadresse', 'tekstretning';
EXEC SetExtendedproperty 'MS_Description', 'Dato for sidste ændring i adressepunktet, som registreret af DAR. Eksempel: ”1998-11-17T00:00:00”', 'Adgangsadresse', 'adressepunktændringsdato';
EXEC SetExtendedproperty 'MS_Description', 'Nøgle i ESDH system.', 'Adgangsadresse', 'esdhreference';
EXEC SetExtendedproperty 'MS_Description', 'Journalnummer.', 'Adgangsadresse', 'journalnummer';
EXEC SetExtendedproperty 'MS_Description', 'Højden (koten) er beregnet efter Dansk Vertikal Reference 1990 (DVR90) fra middelvandstanden i havene ved Danmarks kyster til terrænniveau. Angivet i meter. Beregnet ud fra den danske højdemodel. Værdien -9999 angiver, at adressens adgangspunkt er udenfor højdemodellen, og derfor ikke kan beregnes.', 'Adgangsadresse', 'højde';
EXEC SetExtendedproperty 'MS_Description', 'Adgangspunktets unikke ID', 'Adgangsadresse', 'adgangspunktid';
EXEC SetExtendedproperty 'MS_Description', 'DAGI ID på det supplerende bynavn, som adgangsadressen ligger i.', 'Adgangsadresse', 'supplerendebynavn_dagi_id';
EXEC SetExtendedproperty 'MS_Description', 'Vejpunktets unikke ID.', 'Adgangsadresse', 'vejpunkt_id';
EXEC SetExtendedproperty 'MS_Description', 'Den navngivne vejs unikke ID', 'Adgangsadresse', 'navngivenvej_id';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Universel, unik identifikation af adressen af datatypen UUID. Er stabil over hele adressens levetid (ligesom et CPR-nummer) dvs. uanset om adressen evt. ændrer vejnavn, husnummer, postnummer eller kommunekode. Repræsenteret som 32 hexadecimale tegn. Eksempel: ”0a3f507a-93e7-32b8-e044-0003ba298018”.', 'Adresse', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Adressens status. Heltal. Mulige værdier er 1: gældende, 2: nedlagt, 3: foreløbig, 4: henlagt.', 'Adresse', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Dato og tid for adressens oprettelse, som registreret hos DAR. Eksempel: 2001-12-23T00:00:00.', 'Adresse', 'oprettet';
EXEC SetExtendedproperty 'MS_Description', 'Dato og tid hvor der sidst er ændret i adressen, som registreret hos DAR. Eksempel: 2002-04-08T00:00:00.', 'Adresse', 'ændret';
EXEC SetExtendedproperty 'MS_Description', 'Adressens ikrafttrædelsesdato, dvs. det tidspunkt hvor adressen først er registreret som "gældende" i DAR. Kan være fremtidig.', 'Adresse', 'ikrafttrædelsesdato';
EXEC SetExtendedproperty 'MS_Description', 'Identifier for adressens adgangsadresse. UUID.', 'Adresse', 'adgangsadresseid';
EXEC SetExtendedproperty 'MS_Description', 'Etagebetegnelse. Hvis værdi angivet kan den antage følgende værdier: tal fra 1 til 99, st, kl, k2 op til k99.', 'Adresse', 'etage';
EXEC SetExtendedproperty 'MS_Description', 'Dørbetegnelse. Hvis værdi angivet kan den antage følgende værdier: tal fra 1 til 9999, små bogstaver samt tegnene / og -.', 'Adresse', 'dør';
EXEC SetExtendedproperty 'MS_Description', 'Kode der angiver kilden til adressen. Tal bestående af et ciffer.', 'Adresse', 'kilde';
EXEC SetExtendedproperty 'MS_Description', 'Nøgle i ESDH system.', 'Adresse', 'esdhreference';
EXEC SetExtendedproperty 'MS_Description', 'Journalnummer.', 'Adresse', 'journalnummer';
EXEC SetExtendedproperty 'MS_Description', 'Tidspunkt for seneste ændring i DAWA', 'Afstemningsområde', 'ændret';
EXEC SetExtendedproperty 'MS_Description', 'Tidspunkt for seneste ændring af geometri i DAWA', 'Afstemningsområde', 'geo_ændret';
EXEC SetExtendedproperty 'MS_Description', 'Versionsangivelse for geometrien. Inkrementeres hver gang geometrien ændrer sig i DAWA.', 'Afstemningsområde', 'geo_version';
EXEC SetExtendedproperty 'MS_Description', 'Geometriens visuelle center. Kan f.eks. bruges til at placere en label for geometrien på at kort.', 'Afstemningsområde', 'visueltcenter';
EXEC SetExtendedproperty 'MS_Description', 'Geometriens bounding box, dvs. det mindste rectangel som indeholder geometrien. Består af et array af 4 tal. De første to tal er koordinaterne for bounding boxens sydvestlige hjørne, og to sidste tal er koordinaterne for bounding boxens nordøstlige hjørne.', 'Afstemningsområde', 'bbox';
EXEC SetExtendedproperty 'MS_Description', 'afstemningsområdets geometri.', 'Afstemningsområde', 'geometri';
EXEC SetExtendedproperty 'MS_Description', 'Unik ID', 'Afstemningsområde', 'dagi_id';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER EN DEL AF PKEY. Afstemningsområdets nummer. Heltal.', 'Afstemningsområde', 'nummer';
EXEC SetExtendedproperty 'MS_Description', 'Afstemningsområdets navn.', 'Afstemningsområde', 'navn';
EXEC SetExtendedproperty 'MS_Description', 'Afstemningsstedets navn.', 'Afstemningsområde', 'afstemningsstednavn';
EXEC SetExtendedproperty 'MS_Description', 'UUID for afstemningssstedets adgangsadresse.', 'Afstemningsområde', 'afstemningsstedadresse';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER EN DEL AF PKEY. Kommunekoden for den kommune, som afstemningsmrådet ligger i.', 'Afstemningsområde', 'kommunekode';
EXEC SetExtendedproperty 'MS_Description', 'DAGI id for opstillingskredsen, som afstemningsområdet tilhører', 'Afstemningsområde', 'opstillingskreds_dagi_id';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER EN DEL AF PKEY. Adgangsadressens id.', 'Afstemningsområdetilknytning', 'adgangsadresseid';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER EN DEL AF PKEY. Kommunekoden for den kommune, som afstemningsmrådet ligger i.', 'Afstemningsområdetilknytning', 'kommunekode';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER EN DEL AF PKEY. Afstemningsområdets nummer. Heltal.', 'Afstemningsområdetilknytning', 'afstemningsområdenummer';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Øens unikke ID (UUID)', 'Brofasthed', 'stedid';
EXEC SetExtendedproperty 'MS_Description', 'Angiver, om øen er brofast.', 'Brofasthed', 'brofast';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Bygningspolygonets unikke ID. Heltal.', 'Bygning', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Angiver bygningens type, eksempelvis "Bygning", "Drivhus", "Tank/Silo".', 'Bygning', 'bygningstype';
EXEC SetExtendedproperty 'MS_Description', 'Angiver hvor Z-koordinaten er registreret. Fotogrammetrisk anvendes altid "Tag". Dog kan "3D-Tag" anvendes, hvis det eksplicit er aftalt i forbindelse med 3D-bygningsmodellering. Anvendelse af ”Under terræn” muliggør registrering af en underjordisk bygning. Mulige værdier: 3D-Tag, Tag, Terræn, Under terræn, Ikke tildelt, Ukendt.', 'Bygning', 'metode3d';
EXEC SetExtendedproperty 'MS_Description', 'Angiver målestedet for bygningspolygonet. Mulige værdier: "Tag", "Væg", "Tag og Væg", "Ukendt", "Ikke Tildelt".', 'Bygning', 'målested';
EXEC SetExtendedproperty 'MS_Description', 'Angiver bygningens ID i Bygnings- og Boligregisteret (BBR). UUID.', 'Bygning', 'bbrbygning_id';
EXEC SetExtendedproperty 'MS_Description', 'Angiver, om en Bygning er synlig i et ortofoto. At den ikke er synlig skyldes, at et andet GeoDanmark objekt skjuler den helt eller delvist eller at den ligger helt eller delvist under jorden. "false"= Bygning er helt eller delvist usynlig i et ortofoto. "true"= Bygning er synlig i et ortofoto.', 'Bygning', 'synlig';
EXEC SetExtendedproperty 'MS_Description', 'Angiver, om en Bygning overlappes helt eller delvist af en anden Bygning. "false"= Bygning er ikke helt eller delvist overlappet af en anden Bygning. "true"= Bygning er helt eller delvist overlappet af en anden Bygning.', 'Bygning', 'overlap';
EXEC SetExtendedproperty 'MS_Description', 'Bygningens geometri. Leveres som GeoJSON polygon.', 'Bygning', 'geometri';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER EN DEL AF PKEY. Bygningspolygonets unikke ID. Heltal.', 'Bygningtilknytning', 'bygningid';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER EN DEL AF PKEY. Adgangsadressens id.', 'Bygningtilknytning', 'adgangsadresseid';
EXEC SetExtendedproperty 'MS_Description', 'Tidspunkt for seneste ændring i DAWA', 'Dagi_postnummer', 'ændret';
EXEC SetExtendedproperty 'MS_Description', 'Tidspunkt for seneste ændring af geometri i DAWA', 'Dagi_postnummer', 'geo_ændret';
EXEC SetExtendedproperty 'MS_Description', 'Versionsangivelse for geometrien. Inkrementeres hver gang geometrien ændrer sig i DAWA.', 'Dagi_postnummer', 'geo_version';
EXEC SetExtendedproperty 'MS_Description', 'Geometriens visuelle center. Kan f.eks. bruges til at placere en label for geometrien på at kort.', 'Dagi_postnummer', 'visueltcenter';
EXEC SetExtendedproperty 'MS_Description', 'Geometriens bounding box, dvs. det mindste rectangel som indeholder geometrien. Består af et array af 4 tal. De første to tal er koordinaterne for bounding boxens sydvestlige hjørne, og to sidste tal er koordinaterne for bounding boxens nordøstlige hjørne.', 'Dagi_postnummer', 'bbox';
EXEC SetExtendedproperty 'MS_Description', 'postnummerets geometri.', 'Dagi_postnummer', 'geometri';
EXEC SetExtendedproperty 'MS_Description', 'Unik ID', 'Dagi_postnummer', 'dagi_id';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Postnummeret. 4 cifre.', 'Dagi_postnummer', 'nr';
EXEC SetExtendedproperty 'MS_Description', 'Postnummerets navn.', 'Dagi_postnummer', 'navn';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Unik identifikation af det matrikulære ”ejerlav”. Repræsenteret ved indtil 7 cifre. Eksempel: ”170354” for ejerlavet ”<NAME>”.', 'Ejerlav', 'kode';
EXEC SetExtendedproperty 'MS_Description', 'Det matrikulære ”ejerlav”s navn. Eksempel: ”<NAME>, Bregninge”.', 'Ejerlav', 'navn';
EXEC SetExtendedproperty 'MS_Description', 'Versionsangivelse for geometrien. Inkrementeres hver gang geometrien ændrer sig i DAWA.', 'Ejerlav', 'geo_version';
EXEC SetExtendedproperty 'MS_Description', 'Tidspunkt for seneste ændring af geometrien registreret i DAWA.', 'Ejerlav', 'geo_ændret';
EXEC SetExtendedproperty 'MS_Description', 'Tidspunkt for seneste ændring registreret i DAWA. Opdateres ikke hvis ændringen kun vedrører geometrien (se felterne geo_ændret og geo_version).', 'Ejerlav', 'ændret';
EXEC SetExtendedproperty 'MS_Description', 'Ejerlavets visuelle center. Kan f.eks. bruges til at placere en label for ejerlavet på at kort.', 'Ejerlav', 'visueltcenter';
EXEC SetExtendedproperty 'MS_Description', 'Ejerlavets bounding box, dvs. det mindste rectangel som indeholder geometrien. Består af et array af 4 tal. De første to tal er koordinaterne for bounding boxens sydvestlige hjørne, og to sidste tal er koordinaterne for bounding boxens nordøstlige hjørne.', 'Ejerlav', 'bbox';
EXEC SetExtendedproperty 'MS_Description', 'Ejerlavets geometri.', 'Ejerlav', 'geometri';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Husnummeret (adgangsadressen), hvis adgangspunkt som rækken angiver højden på', 'Højde', 'husnummerid';
EXEC SetExtendedproperty 'MS_Description', 'Adgangspunktets højde i meter over havoverfladen. Beregnet ud fra Danmarks Højdemodel. Værdien -9999 angiver, at højden er udenfor højdemodellen, og derfor ikke kan beregnes.', 'Højde', 'højde';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Det ikke brofaste husnummers UUID', 'Ikke_brofast_husnummer', 'husnummerid';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER EN DEL AF PKEY. Unik identifikation af det matrikulære ”ejerlav”. Repræsenteret ved indtil 7 cifre. Eksempel: ”170354” for ejerlavet ”<NAME>”.', 'Jordstykke', 'ejerlavkode';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER EN DEL AF PKEY. Unik identifikation af jordstykket indenfor ejerlavet. Består af bogstaver og tal.', 'Jordstykke', 'matrikelnr';
EXEC SetExtendedproperty 'MS_Description', 'Kommunekoden. 4 cifre.', 'Jordstykke', 'kommunekode';
EXEC SetExtendedproperty 'MS_Description', 'Regionskoden. 4 cifre.', 'Jordstykke', 'regionskode';
EXEC SetExtendedproperty 'MS_Description', 'Sognekoden. 4 cifre.', 'Jordstykke', 'sognekode';
EXEC SetExtendedproperty 'MS_Description', 'Retskredskoden. 4 cifre.', 'Jordstykke', 'retskredskode';
EXEC SetExtendedproperty 'MS_Description', 'Identifikation af den vurderingsejendom jf. Ejendomsstamregisteret, ESR, som jordstykket er en del af. Repræsenteret ved 7 cifre. Eksempel ”0035512”.', 'Jordstykke', 'esrejendomsnr';
EXEC SetExtendedproperty 'MS_Description', 'Identifikation af den vurderingsejendom jf. Ejendomsstamregisteret, ESR, som jordstykket er en del af. Repræsenteret ved 10 cifre, hvor de første 3 cifre er kommunekoden hvor ejerskabet er placeret. Eksempel ”6070035512”.', 'Jordstykke', 'udvidet_esrejendomsnr';
EXEC SetExtendedproperty 'MS_Description', 'SFE ejendomsnummer.', 'Jordstykke', 'sfeejendomsnr';
EXEC SetExtendedproperty 'MS_Description', 'BFE Nummer.', 'Jordstykke', 'bfenummer';
EXEC SetExtendedproperty 'MS_Description', 'Jordstykkets geometri. Leveres som GeoJSON polygon.', 'Jordstykke', 'geometri';
EXEC SetExtendedproperty 'MS_Description', 'Jordstykkets featureid, en unik identifikator som anvendes i matrikelkortet.', 'Jordstykke', 'featureid';
EXEC SetExtendedproperty 'MS_Description', 'angivelse om jordstykket indgår i flere faste ejendomme.', 'Jordstykke', 'fælleslod';
EXEC SetExtendedproperty 'MS_Description', 'featureid for det jordstykke som jordstykket er udstykket fra.', 'Jordstykke', 'moderjordstykke';
EXEC SetExtendedproperty 'MS_Description', 'det i matriklen registrerede sande areal på jordstykket – ikke nødvendigvis identisk med det geometriske areal - angivet som heltal i kvadratmeter', 'Jordstykke', 'registreretareal';
EXEC SetExtendedproperty 'MS_Description', 'angivelse af beregningsmåden for det registrerede areal for jordstykket – følgende koder benyttes: o – arealet er beregnet efter opmåling. s – arealet er beregnet efter konstruktion i større målforhold, dvs. større end det analoge matrikelkort. k – arealet er beregnet på grundlag af kort.', 'Jordstykke', 'arealberegningsmetode';
EXEC SetExtendedproperty 'MS_Description', 'det i matriklen registrerede sande areal af vejudlæg på jordstykket angivet som heltal i kvadratmeter', 'Jordstykke', 'vejareal';
EXEC SetExtendedproperty 'MS_Description', 'angivelse af beregningsmåden for det registrerede areal af vej på jordstykket – følgende koder benyttes: b – vejareal på jordstykket er beregnet (og kan være 0). e – der er konstateret vej på jordstykket, men areal er ikke beregnet. u – det er ukendt, om der findes vej på jordstykket.', 'Jordstykke', 'vejarealberegningsmetode';
EXEC SetExtendedproperty 'MS_Description', 'angivelse af beregningsmåden for det registrerede areal af vand på jordstykket – følgende koder benyttes: incl – vandareal på jordstykket et inkluderet i det registrerede areal for jordstykket. excl – vandareal på jordstykket er ikke inkluderet i det registrerede areal for jordstykket. ukendt – vandareal er ikke oplyst.', 'Jordstykke', 'vandarealberegningsmetode';
EXEC SetExtendedproperty 'MS_Description', 'Jordstykkets visuelle center.', 'Jordstykke', 'visueltcenter';
EXEC SetExtendedproperty 'MS_Description', 'Bounding box for jordstykkets geometri.', 'Jordstykke', 'bbox';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER EN DEL AF PKEY. Ejerlavkoden.', 'Jordstykketilknytning', 'ejerlavkode';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER EN DEL AF PKEY. Matrikelnummeret for jordstykket.', 'Jordstykketilknytning', 'matrikelnr';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER EN DEL AF PKEY. Adgangsadressens id.', 'Jordstykketilknytning', 'adgangsadresseid';
EXEC SetExtendedproperty 'MS_Description', 'Tidspunkt for seneste ændring i DAWA', 'Kommune', 'ændret';
EXEC SetExtendedproperty 'MS_Description', 'Tidspunkt for seneste ændring af geometri i DAWA', 'Kommune', 'geo_ændret';
EXEC SetExtendedproperty 'MS_Description', 'Versionsangivelse for geometrien. Inkrementeres hver gang geometrien ændrer sig i DAWA.', 'Kommune', 'geo_version';
EXEC SetExtendedproperty 'MS_Description', 'Geometriens visuelle center. Kan f.eks. bruges til at placere en label for geometrien på at kort.', 'Kommune', 'visueltcenter';
EXEC SetExtendedproperty 'MS_Description', 'Geometriens bounding box, dvs. det mindste rectangel som indeholder geometrien. Består af et array af 4 tal. De første to tal er koordinaterne for bounding boxens sydvestlige hjørne, og to sidste tal er koordinaterne for bounding boxens nordøstlige hjørne.', 'Kommune', 'bbox';
EXEC SetExtendedproperty 'MS_Description', 'kommunens geometri.', 'Kommune', 'geometri';
EXEC SetExtendedproperty 'MS_Description', 'Unik ID', 'Kommune', 'dagi_id';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Kommunens myndighedskode. Er unik for hver kommune. 4 cifre.', 'Kommune', 'kode';
EXEC SetExtendedproperty 'MS_Description', 'Kommunens navn', 'Kommune', 'navn';
EXEC SetExtendedproperty 'MS_Description', 'Regionskode for den region kommunen er beliggende i. 4 cifre.', 'Kommune', 'regionskode';
EXEC SetExtendedproperty 'MS_Description', 'Falsk angiver at kommunen er en ægte kommune med en folkevalgt forsamling. Sand angiver at området/kommunen hører under Forsvarministeriet.', 'Kommune', 'udenforkommuneinddeling';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER EN DEL AF PKEY. Adgangsadressens id.', 'Kommunetilknytning', 'adgangsadresseid';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER EN DEL AF PKEY. Kommunens myndighedskode. Er unik for hver kommune. 4 cifre.', 'Kommunetilknytning', 'kommunekode';
EXEC SetExtendedproperty 'MS_Description', 'Tidspunkt for seneste ændring i DAWA', 'Landpostnummer', 'ændret';
EXEC SetExtendedproperty 'MS_Description', 'Tidspunkt for seneste ændring af geometri i DAWA', 'Landpostnummer', 'geo_ændret';
EXEC SetExtendedproperty 'MS_Description', 'Versionsangivelse for geometrien. Inkrementeres hver gang geometrien ændrer sig i DAWA.', 'Landpostnummer', 'geo_version';
EXEC SetExtendedproperty 'MS_Description', 'Geometriens visuelle center. Kan f.eks. bruges til at placere en label for geometrien på at kort.', 'Landpostnummer', 'visueltcenter';
EXEC SetExtendedproperty 'MS_Description', 'Geometriens bounding box, dvs. det mindste rectangel som indeholder geometrien. Består af et array af 4 tal. De første to tal er koordinaterne for bounding boxens sydvestlige hjørne, og to sidste tal er koordinaterne for bounding boxens nordøstlige hjørne.', 'Landpostnummer', 'bbox';
EXEC SetExtendedproperty 'MS_Description', 'landpostnummerets geometri.', 'Landpostnummer', 'geometri';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Postnummeret. 4 cifre.', 'Landpostnummer', 'nr';
EXEC SetExtendedproperty 'MS_Description', 'Postnummerets navn.', 'Landpostnummer', 'navn';
EXEC SetExtendedproperty 'MS_Description', 'Tidspunkt for seneste ændring i DAWA', 'Menighedsrådsafstemningsområde', 'ændret';
EXEC SetExtendedproperty 'MS_Description', 'Tidspunkt for seneste ændring af geometri i DAWA', 'Menighedsrådsafstemningsområde', 'geo_ændret';
EXEC SetExtendedproperty 'MS_Description', 'Versionsangivelse for geometrien. Inkrementeres hver gang geometrien ændrer sig i DAWA.', 'Menighedsrådsafstemningsområde', 'geo_version';
EXEC SetExtendedproperty 'MS_Description', 'Geometriens visuelle center. Kan f.eks. bruges til at placere en label for geometrien på at kort.', 'Menighedsrådsafstemningsområde', 'visueltcenter';
EXEC SetExtendedproperty 'MS_Description', 'Geometriens bounding box, dvs. det mindste rectangel som indeholder geometrien. Består af et array af 4 tal. De første to tal er koordinaterne for bounding boxens sydvestlige hjørne, og to sidste tal er koordinaterne for bounding boxens nordøstlige hjørne.', 'Menighedsrådsafstemningsområde', 'bbox';
EXEC SetExtendedproperty 'MS_Description', 'menighedsrådsafstemningsområdets geometri.', 'Menighedsrådsafstemningsområde', 'geometri';
EXEC SetExtendedproperty 'MS_Description', 'Unik ID', 'Menighedsrådsafstemningsområde', 'dagi_id';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER EN DEL AF PKEY. Menighedsrådsafstemningsområdets nummer. Udgør nøglen.', 'Menighedsrådsafstemningsområde', 'nummer';
EXEC SetExtendedproperty 'MS_Description', 'Menighedsrådsafstemningsområdets navn.', 'Menighedsrådsafstemningsområde', 'navn';
EXEC SetExtendedproperty 'MS_Description', 'Afstemningsstedets navn', 'Menighedsrådsafstemningsområde', 'afstemningsstednavn';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER EN DEL AF PKEY. Kommunekoden for den kommune, som menighedsrådsafstemningsmrådet tilhører.', 'Menighedsrådsafstemningsområde', 'kommunekode';
EXEC SetExtendedproperty 'MS_Description', 'Sognekoden for det sogn, som menighedsrådsafstemningsområdet tilhører.', 'Menighedsrådsafstemningsområde', 'sognekode';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER EN DEL AF PKEY. Adgangsadressens id.', 'Menighedsrådsafstemningsområdetilknytning', 'adgangsadresseid';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER EN DEL AF PKEY. Kommunekoden for den kommune, som menighedsrådsafstemningsmrådet tilhører.', 'Menighedsrådsafstemningsområdetilknytning', 'kommunekode';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER EN DEL AF PKEY. Menighedsrådsafstemningsområdets nummer. Udgør nøglen.', 'Menighedsrådsafstemningsområdetilknytning', 'menighedsrådsafstemningsområdenummer';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Den navngivne vejs unikke ID', 'Navngivenvej', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Den navngivne vejs status i DAR.', 'Navngivenvej', 'darstatus';
EXEC SetExtendedproperty 'MS_Description', 'Dato og tid for vejens oprettelse i DAR. Eksempel: 2001-12-23T00:00:00.', 'Navngivenvej', 'oprettet';
EXEC SetExtendedproperty 'MS_Description', 'Dato og tid for seneste ændring af vejen i DAR. Eksempel: 2002-04-08T00:00:00.', 'Navngivenvej', 'ændret';
EXEC SetExtendedproperty 'MS_Description', 'Vejens navn. Repræsenteret ved indtil 40 tegn. Eksempel: ”Hvidkildevej”.', 'Navngivenvej', 'navn';
EXEC SetExtendedproperty 'MS_Description', 'En evt. forkortet udgave af vejnavnet på højst 20 tegn, som bruges ved adressering på labels og rudekuverter og lign., hvor der ikke plads til det fulde vejnavn.', 'Navngivenvej', 'adresseringsnavn';
EXEC SetExtendedproperty 'MS_Description', 'Kommunekoden for den kommune, som administrerer den navngivne vej.', 'Navngivenvej', 'administrerendekommune';
EXEC SetExtendedproperty 'MS_Description', 'En beskrivelse af den navngivne vej', 'Navngivenvej', 'beskrivelse';
EXEC SetExtendedproperty 'MS_Description', 'Styrelsen for Dataforsyning og Effektivisering har fem hverdage til at kontrollere retskrivningen af et nyt vejnavn. retskrivningskontrol angiver hvor i processen vejnavnet er. retskrivningskontrol kan antage følgende værdier: Udløbet, Afvist, Godkendt og Ikke Kontrolleret.', 'Navngivenvej', 'retskrivningskontrol';
EXEC SetExtendedproperty 'MS_Description', 'Vejnavnet skrevet fuldt ud, således som det udtales. Udtaltvejnavn anvendes for at gøre det nemmere at finde frem til et bestemt vejnavn, også i de tilfælde hvor der ingår forkortelser som ikke udtales som sådanne fx som <NAME>, der udtales <NAME>.', 'Navngivenvej', 'udtaltvejnavn';
EXEC SetExtendedproperty 'MS_Description', 'Kode som angiver hvilken part eller system, der er kilde til stedfæstelsen. Kilde er en kodeliste som klassificerer de forskellige typer af kilder til stedfæstelsen. fx med værdierne GeoDKgrundkort, Matrikelkort, Ekstern indberetning, Ejer/administrator/Lsp, Adressemyndigheden.', 'Navngivenvej', 'beliggenhed_oprindelse_kilde';
EXEC SetExtendedproperty 'MS_Description', 'Nøjagtighedsklasse: A: Manuelt sat, følger ikke GeoDanmark. B: Maskinelt sat, ud fra GeoDanmark. C: Manuelt sat, kommer til at følge GeoDanmark.', 'Navngivenvej', 'beliggenhed_oprindelse_nøjagtighedsklasse';
EXEC SetExtendedproperty 'MS_Description', 'Tidsstempel som angiver seneste opdatering af stedfæstelsen i DAR. Registreringstidspunktet angiver hvornår den pågældende stedfæstelse senest er ajourført. Oplysningen giver brugerne mulighed for at vurdere om stedfæstelsen er opdateret i forhold til andre relevante objekter.', 'Navngivenvej', 'beliggenhed_oprindelse_registrering';
EXEC SetExtendedproperty 'MS_Description', 'Kode som angiver den tekniske standard, der er anvendt ved stedfæstelsen. N0: Vejnavnebeliggenheden kan være et vejnavneområde, som omslutter vejens adresser, eller en vejmidte som kommer fra GeoDanmark eller er konstrueret i DAR.', 'Navngivenvej', 'beliggenhed_oprindelse_tekniskstandard';
EXEC SetExtendedproperty 'MS_Description', 'Tidspunkt for seneste ændring i DAWA', 'Opstillingskreds', 'ændret';
EXEC SetExtendedproperty 'MS_Description', 'Tidspunkt for seneste ændring af geometri i DAWA', 'Opstillingskreds', 'geo_ændret';
EXEC SetExtendedproperty 'MS_Description', 'Versionsangivelse for geometrien. Inkrementeres hver gang geometrien ændrer sig i DAWA.', 'Opstillingskreds', 'geo_version';
EXEC SetExtendedproperty 'MS_Description', 'Geometriens visuelle center. Kan f.eks. bruges til at placere en label for geometrien på at kort.', 'Opstillingskreds', 'visueltcenter';
EXEC SetExtendedproperty 'MS_Description', 'Geometriens bounding box, dvs. det mindste rectangel som indeholder geometrien. Består af et array af 4 tal. De første to tal er koordinaterne for bounding boxens sydvestlige hjørne, og to sidste tal er koordinaterne for bounding boxens nordøstlige hjørne.', 'Opstillingskreds', 'bbox';
EXEC SetExtendedproperty 'MS_Description', 'opstillingskredsens geometri.', 'Opstillingskreds', 'geometri';
EXEC SetExtendedproperty 'MS_Description', 'Unik ID', 'Opstillingskreds', 'dagi_id';
EXEC SetExtendedproperty 'MS_Description', 'Opstillingskredsens nummer.', 'Opstillingskreds', 'nummer';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Opstillingskredsens kode. Er unik for hver opstillingskreds. 4 cifre.', 'Opstillingskreds', 'kode';
EXEC SetExtendedproperty 'MS_Description', 'Opstillingskredsens navn.', 'Opstillingskreds', 'navn';
EXEC SetExtendedproperty 'MS_Description', 'Valgkredsnummer. Unikt indenfor storkredsen.', 'Opstillingskreds', 'valgkredsnummer';
EXEC SetExtendedproperty 'MS_Description', 'Nummeret på storkredsen, som opstillingskredsen tilhører.', 'Opstillingskreds', 'storkredsnummer';
EXEC SetExtendedproperty 'MS_Description', 'Opstillingskredsens kredskommune', 'Opstillingskreds', 'kredskommunekode';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER EN DEL AF PKEY. Adgangsadressens id.', 'Opstillingskredstilknytning', 'adgangsadresseid';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER EN DEL AF PKEY. Opstillingskredsens kode. Er unik for hver opstillingskreds. 4 cifre.', 'Opstillingskredstilknytning', 'opstillingskredskode';
EXEC SetExtendedproperty 'MS_Description', 'Tidspunkt for seneste ændring i DAWA', 'Politikreds', 'ændret';
EXEC SetExtendedproperty 'MS_Description', 'Tidspunkt for seneste ændring af geometri i DAWA', 'Politikreds', 'geo_ændret';
EXEC SetExtendedproperty 'MS_Description', 'Versionsangivelse for geometrien. Inkrementeres hver gang geometrien ændrer sig i DAWA.', 'Politikreds', 'geo_version';
EXEC SetExtendedproperty 'MS_Description', 'Geometriens visuelle center. Kan f.eks. bruges til at placere en label for geometrien på at kort.', 'Politikreds', 'visueltcenter';
EXEC SetExtendedproperty 'MS_Description', 'Geometriens bounding box, dvs. det mindste rectangel som indeholder geometrien. Består af et array af 4 tal. De første to tal er koordinaterne for bounding boxens sydvestlige hjørne, og to sidste tal er koordinaterne for bounding boxens nordøstlige hjørne.', 'Politikreds', 'bbox';
EXEC SetExtendedproperty 'MS_Description', 'politikredsens geometri.', 'Politikreds', 'geometri';
EXEC SetExtendedproperty 'MS_Description', 'Unik ID', 'Politikreds', 'dagi_id';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Politikredsens myndighedskode. Er unik for hver politikreds. 4 cifre.', 'Politikreds', 'kode';
EXEC SetExtendedproperty 'MS_Description', 'Politikredsens navn.', 'Politikreds', 'navn';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER EN DEL AF PKEY. Adgangsadressens id.', 'Politikredstilknytning', 'adgangsadresseid';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER EN DEL AF PKEY. Politikredsens myndighedskode. Er unik for hver politikreds. 4 cifre.', 'Politikredstilknytning', 'politikredskode';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Unik identifikation af det postnummeret. Postnumre fastsættes af Post Danmark. Repræsenteret ved fire cifre. Eksempel: ”2400” for ”København NV”.', 'Postnummer', 'nr';
EXEC SetExtendedproperty 'MS_Description', 'Det navn der er knyttet til postnummeret, typisk byens eller bydelens navn. Repræsenteret ved indtil 20 tegn. Eksempel: ”København NV”.', 'Postnummer', 'navn';
EXEC SetExtendedproperty 'MS_Description', 'Hvorvidt postnummeret er en særlig type, der er tilknyttet en organisation der modtager en større mængde post.', 'Postnummer', 'stormodtager';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER EN DEL AF PKEY. Adgangsadressens id.', 'Postnummertilknytning', 'adgangsadresseid';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER EN DEL AF PKEY. Postnummeret. 4 cifre.', 'Postnummertilknytning', 'postnummer';
EXEC SetExtendedproperty 'MS_Description', 'Tidspunkt for seneste ændring i DAWA', 'Region', 'ændret';
EXEC SetExtendedproperty 'MS_Description', 'Tidspunkt for seneste ændring af geometri i DAWA', 'Region', 'geo_ændret';
EXEC SetExtendedproperty 'MS_Description', 'Versionsangivelse for geometrien. Inkrementeres hver gang geometrien ændrer sig i DAWA.', 'Region', 'geo_version';
EXEC SetExtendedproperty 'MS_Description', 'Geometriens visuelle center. Kan f.eks. bruges til at placere en label for geometrien på at kort.', 'Region', 'visueltcenter';
EXEC SetExtendedproperty 'MS_Description', 'Geometriens bounding box, dvs. det mindste rectangel som indeholder geometrien. Består af et array af 4 tal. De første to tal er koordinaterne for bounding boxens sydvestlige hjørne, og to sidste tal er koordinaterne for bounding boxens nordøstlige hjørne.', 'Region', 'bbox';
EXEC SetExtendedproperty 'MS_Description', 'regionens geometri.', 'Region', 'geometri';
EXEC SetExtendedproperty 'MS_Description', 'Unik ID', 'Region', 'dagi_id';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Regionens myndighedskode. Er unik for hver region. 4 cifre.', 'Region', 'kode';
EXEC SetExtendedproperty 'MS_Description', 'Regionens navn', 'Region', 'navn';
EXEC SetExtendedproperty 'MS_Description', 'Regionens NUTS2 kode.', 'Region', 'nuts2';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER EN DEL AF PKEY. Adgangsadressens id.', 'Regionstilknytning', 'adgangsadresseid';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER EN DEL AF PKEY. Regionens myndighedskode. Er unik for hver region. 4 cifre.', 'Regionstilknytning', 'regionskode';
EXEC SetExtendedproperty 'MS_Description', 'Tidspunkt for seneste ændring i DAWA', 'Retskreds', 'ændret';
EXEC SetExtendedproperty 'MS_Description', 'Tidspunkt for seneste ændring af geometri i DAWA', 'Retskreds', 'geo_ændret';
EXEC SetExtendedproperty 'MS_Description', 'Versionsangivelse for geometrien. Inkrementeres hver gang geometrien ændrer sig i DAWA.', 'Retskreds', 'geo_version';
EXEC SetExtendedproperty 'MS_Description', 'Geometriens visuelle center. Kan f.eks. bruges til at placere en label for geometrien på at kort.', 'Retskreds', 'visueltcenter';
EXEC SetExtendedproperty 'MS_Description', 'Geometriens bounding box, dvs. det mindste rectangel som indeholder geometrien. Består af et array af 4 tal. De første to tal er koordinaterne for bounding boxens sydvestlige hjørne, og to sidste tal er koordinaterne for bounding boxens nordøstlige hjørne.', 'Retskreds', 'bbox';
EXEC SetExtendedproperty 'MS_Description', 'retskredsens geometri.', 'Retskreds', 'geometri';
EXEC SetExtendedproperty 'MS_Description', 'Unik ID', 'Retskreds', 'dagi_id';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Retskredsens myndighedskode. Er unik for hver retskreds. 4 cifre.', 'Retskreds', 'kode';
EXEC SetExtendedproperty 'MS_Description', 'Retskredsens navn.', 'Retskreds', 'navn';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER EN DEL AF PKEY. Adgangsadressens id.', 'Retskredstilknytning', 'adgangsadresseid';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER EN DEL AF PKEY. Retskredsens myndighedskode. Er unik for hver retskreds. 4 cifre.', 'Retskredstilknytning', 'retskredskode';
EXEC SetExtendedproperty 'MS_Description', 'Tidspunkt for seneste ændring i DAWA', 'Sogn', 'ændret';
EXEC SetExtendedproperty 'MS_Description', 'Tidspunkt for seneste ændring af geometri i DAWA', 'Sogn', 'geo_ændret';
EXEC SetExtendedproperty 'MS_Description', 'Versionsangivelse for geometrien. Inkrementeres hver gang geometrien ændrer sig i DAWA.', 'Sogn', 'geo_version';
EXEC SetExtendedproperty 'MS_Description', 'Geometriens visuelle center. Kan f.eks. bruges til at placere en label for geometrien på at kort.', 'Sogn', 'visueltcenter';
EXEC SetExtendedproperty 'MS_Description', 'Geometriens bounding box, dvs. det mindste rectangel som indeholder geometrien. Består af et array af 4 tal. De første to tal er koordinaterne for bounding boxens sydvestlige hjørne, og to sidste tal er koordinaterne for bounding boxens nordøstlige hjørne.', 'Sogn', 'bbox';
EXEC SetExtendedproperty 'MS_Description', 'sognets geometri.', 'Sogn', 'geometri';
EXEC SetExtendedproperty 'MS_Description', 'Unik ID', 'Sogn', 'dagi_id';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Sognets myndighedskode. Er unik for hvert sogn. 4 cifre.', 'Sogn', 'kode';
EXEC SetExtendedproperty 'MS_Description', 'Sognets navn', 'Sogn', 'navn';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER EN DEL AF PKEY. Adgangsadressens id.', 'Sognetilknytning', 'adgangsadresseid';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER EN DEL AF PKEY. Sognets myndighedskode. Er unik for hvert sogn. 4 cifre.', 'Sognetilknytning', 'sognekode';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. stedets ID', 'Sted', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Stedets hovedtype.', 'Sted', 'hovedtype';
EXEC SetExtendedproperty 'MS_Description', 'Stedets undertype', 'Sted', 'undertype';
EXEC SetExtendedproperty 'MS_Description', 'Unik 5-cifret kode der identificerer en by eller et sommerhusområde', 'Sted', 'bebyggelseskode';
EXEC SetExtendedproperty 'MS_Description', 'Antal indbyggere indenfor objektets udstrækning.', 'Sted', 'indbyggerantal';
EXEC SetExtendedproperty 'MS_Description', 'Stedets visuelle center.', 'Sted', 'visueltcenter';
EXEC SetExtendedproperty 'MS_Description', 'Bounding box for stedets geometri. Null hvis stedets geometri ikke har nogen fysisk udstrækning.', 'Sted', 'bbox';
EXEC SetExtendedproperty 'MS_Description', 'Stedets geometri', 'Sted', 'geometri';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER EN DEL AF PKEY. stedets ID.', 'Stednavn', 'stedid';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER EN DEL AF PKEY. Navnet på stedet.', 'Stednavn', 'navn';
EXEC SetExtendedproperty 'MS_Description', 'Stednavnets status. "suAutoriseret", "officielt" eller "uofficielt".', 'Stednavn', 'navnestatus';
EXEC SetExtendedproperty 'MS_Description', 'Angiver, om stednavet er det primære navn. Mulige værdier: "primær", "sekundær".', 'Stednavn', 'brugsprioritet';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER EN DEL AF PKEY. stednavnets ID', 'Stednavntilknytning', 'stednavn_id';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER EN DEL AF PKEY. adgangsadressens ID', 'Stednavntilknytning', 'adgangsadresse_id';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER EN DEL AF PKEY. stedets ID', 'Stedtilknytning', 'stedid';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER EN DEL AF PKEY. adgangsadressens ID', 'Stedtilknytning', 'adgangsadresseid';
EXEC SetExtendedproperty 'MS_Description', 'Tidspunkt for seneste ændring i DAWA', 'Storkreds', 'ændret';
EXEC SetExtendedproperty 'MS_Description', 'Tidspunkt for seneste ændring af geometri i DAWA', 'Storkreds', 'geo_ændret';
EXEC SetExtendedproperty 'MS_Description', 'Versionsangivelse for geometrien. Inkrementeres hver gang geometrien ændrer sig i DAWA.', 'Storkreds', 'geo_version';
EXEC SetExtendedproperty 'MS_Description', 'Geometriens visuelle center. Kan f.eks. bruges til at placere en label for geometrien på at kort.', 'Storkreds', 'visueltcenter';
EXEC SetExtendedproperty 'MS_Description', 'Geometriens bounding box, dvs. det mindste rectangel som indeholder geometrien. Består af et array af 4 tal. De første to tal er koordinaterne for bounding boxens sydvestlige hjørne, og to sidste tal er koordinaterne for bounding boxens nordøstlige hjørne.', 'Storkreds', 'bbox';
EXEC SetExtendedproperty 'MS_Description', 'storkredsens geometri.', 'Storkreds', 'geometri';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Storkredsens nummer. Heltal. Udgør nøglen.', 'Storkreds', 'nummer';
EXEC SetExtendedproperty 'MS_Description', 'Storkredsens navn.', 'Storkreds', 'navn';
EXEC SetExtendedproperty 'MS_Description', 'Koden på den region som storkredsen ligger i.', 'Storkreds', 'regionskode';
EXEC SetExtendedproperty 'MS_Description', 'Bogstav for den valglandsdel, som storkredsen ligger i.', 'Storkreds', 'valglandsdelsbogstav';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER EN DEL AF PKEY. Adgangsadressens id.', 'Storkredstilknytning', 'adgangsadresseid';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER EN DEL AF PKEY. Storkredsens nummer. Heltal. Udgør nøglen.', 'Storkredstilknytning', 'storkredsnummer';
EXEC SetExtendedproperty 'MS_Description', 'Tidspunkt for seneste ændring i DAWA', 'Supplerendebynavn', 'ændret';
EXEC SetExtendedproperty 'MS_Description', 'Tidspunkt for seneste ændring af geometri i DAWA', 'Supplerendebynavn', 'geo_ændret';
EXEC SetExtendedproperty 'MS_Description', 'Versionsangivelse for geometrien. Inkrementeres hver gang geometrien ændrer sig i DAWA.', 'Supplerendebynavn', 'geo_version';
EXEC SetExtendedproperty 'MS_Description', 'Geometriens visuelle center. Kan f.eks. bruges til at placere en label for geometrien på at kort.', 'Supplerendebynavn', 'visueltcenter';
EXEC SetExtendedproperty 'MS_Description', 'Geometriens bounding box, dvs. det mindste rectangel som indeholder geometrien. Består af et array af 4 tal. De første to tal er koordinaterne for bounding boxens sydvestlige hjørne, og to sidste tal er koordinaterne for bounding boxens nordøstlige hjørne.', 'Supplerendebynavn', 'bbox';
EXEC SetExtendedproperty 'MS_Description', 'det supplerende bynavns geometri.', 'Supplerendebynavn', 'geometri';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Unik ID', 'Supplerendebynavn', 'dagi_id';
EXEC SetExtendedproperty 'MS_Description', 'Det supplerende bynavns navn.', 'Supplerendebynavn', 'navn';
EXEC SetExtendedproperty 'MS_Description', 'Kommunekoden for den kommune, som det supplerende bynavn tilhører.', 'Supplerendebynavn', 'kommunekode';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER EN DEL AF PKEY. Adgangsadressens id.', 'Supplerendebynavntilknytning', 'adgangsadresseid';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER EN DEL AF PKEY. Unik ID', 'Supplerendebynavntilknytning', 'dagi_id';
EXEC SetExtendedproperty 'MS_Description', 'Tidspunkt for seneste ændring i DAWA', 'Valglandsdel', 'ændret';
EXEC SetExtendedproperty 'MS_Description', 'Tidspunkt for seneste ændring af geometri i DAWA', 'Valglandsdel', 'geo_ændret';
EXEC SetExtendedproperty 'MS_Description', 'Versionsangivelse for geometrien. Inkrementeres hver gang geometrien ændrer sig i DAWA.', 'Valglandsdel', 'geo_version';
EXEC SetExtendedproperty 'MS_Description', 'Geometriens visuelle center. Kan f.eks. bruges til at placere en label for geometrien på at kort.', 'Valglandsdel', 'visueltcenter';
EXEC SetExtendedproperty 'MS_Description', 'Geometriens bounding box, dvs. det mindste rectangel som indeholder geometrien. Består af et array af 4 tal. De første to tal er koordinaterne for bounding boxens sydvestlige hjørne, og to sidste tal er koordinaterne for bounding boxens nordøstlige hjørne.', 'Valglandsdel', 'bbox';
EXEC SetExtendedproperty 'MS_Description', 'valglandsdelens geometri.', 'Valglandsdel', 'geometri';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Valgslandsdelens bogstav, udgør nøglen.', 'Valglandsdel', 'bogstav';
EXEC SetExtendedproperty 'MS_Description', 'Valglandsdelens navn.', 'Valglandsdel', 'navn';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER EN DEL AF PKEY. Adgangsadressens id.', 'Valglandsdelstilknytning', 'adgangsadresseid';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER EN DEL AF PKEY. Valgslandsdelens bogstav, udgør nøglen.', 'Valglandsdelstilknytning', 'valglandsdelsbogstav';
EXEC SetExtendedproperty 'MS_Description', 'Husnummerets ID.', 'Vask_adresse_historik', 'husnummerid';
EXEC SetExtendedproperty 'MS_Description', 'Etageangivelsen, f.eks. st.', 'Vask_adresse_historik', 'etage';
EXEC SetExtendedproperty 'MS_Description', 'Dørangivelsen, f.eks. tv.', 'Vask_adresse_historik', 'dør';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Rækkens unikke ID', 'Vask_adresse_historik', 'rowkey';
EXEC SetExtendedproperty 'MS_Description', 'Adressens ID.', 'Vask_adresse_historik', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Adgangspunktets status', 'Vask_adresse_historik', 'adgangspunkt_status';
EXEC SetExtendedproperty 'MS_Description', 'Husnummerets status.', 'Vask_adresse_historik', 'husnummer_status';
EXEC SetExtendedproperty 'MS_Description', 'Kommunekoden. 4 cifre.', 'Vask_adresse_historik', 'kommunekode';
EXEC SetExtendedproperty 'MS_Description', 'Vejkoden. 4 cifre.', 'Vask_adresse_historik', 'vejkode';
EXEC SetExtendedproperty 'MS_Description', 'Adressens vejnavn.', 'Vask_adresse_historik', 'vejnavn';
EXEC SetExtendedproperty 'MS_Description', 'En evt. forkortet udgave af adressens vejnavn.', 'Vask_adresse_historik', 'adresseringsvejnavn';
EXEC SetExtendedproperty 'MS_Description', 'Adressens husnummer. Tal samt evt. bogstav.', 'Vask_adresse_historik', 'husnr';
EXEC SetExtendedproperty 'MS_Description', 'Et supplerende bynavn – typisk landsbyens navn – eller andet lokalt stednavn.', 'Vask_adresse_historik', 'supplerendebynavn';
EXEC SetExtendedproperty 'MS_Description', 'Adressens postnummer.', 'Vask_adresse_historik', 'postnr';
EXEC SetExtendedproperty 'MS_Description', 'Det navn der er knyttet til postnummeret, typisk byens eller bydelens navn.', 'Vask_adresse_historik', 'postnrnavn';
EXEC SetExtendedproperty 'MS_Description', 'Startidspunktet for rækkens virkningstid.', 'Vask_adresse_historik', 'virkningstart';
EXEC SetExtendedproperty 'MS_Description', 'Sluttidspunktet for rækkens virkningstid.', 'Vask_adresse_historik', 'virkningslut';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Rækkens unikke ID', 'Vask_husnummer_historik', 'rowkey';
EXEC SetExtendedproperty 'MS_Description', 'Adressens ID.', 'Vask_husnummer_historik', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Adgangspunktets status', 'Vask_husnummer_historik', 'adgangspunkt_status';
EXEC SetExtendedproperty 'MS_Description', 'Husnummerets status.', 'Vask_husnummer_historik', 'husnummer_status';
EXEC SetExtendedproperty 'MS_Description', 'Kommunekoden. 4 cifre.', 'Vask_husnummer_historik', 'kommunekode';
EXEC SetExtendedproperty 'MS_Description', 'Vejkoden. 4 cifre.', 'Vask_husnummer_historik', 'vejkode';
EXEC SetExtendedproperty 'MS_Description', 'Adressens vejnavn.', 'Vask_husnummer_historik', 'vejnavn';
EXEC SetExtendedproperty 'MS_Description', 'En evt. forkortet udgave af adressens vejnavn.', 'Vask_husnummer_historik', 'adresseringsvejnavn';
EXEC SetExtendedproperty 'MS_Description', 'Adressens husnummer. Tal samt evt. bogstav.', 'Vask_husnummer_historik', 'husnr';
EXEC SetExtendedproperty 'MS_Description', 'Et supplerende bynavn – typisk landsbyens navn – eller andet lokalt stednavn.', 'Vask_husnummer_historik', 'supplerendebynavn';
EXEC SetExtendedproperty 'MS_Description', 'Adressens postnummer.', 'Vask_husnummer_historik', 'postnr';
EXEC SetExtendedproperty 'MS_Description', 'Det navn der er knyttet til postnummeret, typisk byens eller bydelens navn.', 'Vask_husnummer_historik', 'postnrnavn';
EXEC SetExtendedproperty 'MS_Description', 'Startidspunktet for rækkens virkningstid.', 'Vask_husnummer_historik', 'virkningstart';
EXEC SetExtendedproperty 'MS_Description', 'Sluttidspunktet for rækkens virkningstid.', 'Vask_husnummer_historik', 'virkningslut';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER EN DEL AF PKEY. Kommunekoden. 4 cifre.', 'Vejmidte', 'kommunekode';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER EN DEL AF PKEY. Vejkoden. 4 cifre.', 'Vejmidte', 'vejkode';
EXEC SetExtendedproperty 'MS_Description', 'Vejmidtens geometri.', 'Vejmidte', 'geometri';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Vejpunktets unikke ID.', 'Vejpunkt', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Vejpunktets kilde.', 'Vejpunkt', 'kilde';
EXEC SetExtendedproperty 'MS_Description', 'Vejpunktets tekniske standard.', 'Vejpunkt', 'tekniskstandard';
EXEC SetExtendedproperty 'MS_Description', 'Vejpunktets nøjagtighedsklasse.', 'Vejpunkt', 'nøjagtighedsklasse';
EXEC SetExtendedproperty 'MS_Description', 'Vejpunktets position.', 'Vejpunkt', 'position';
EXEC SetExtendedproperty 'MS_Description', 'Vejstykkets unikke ID (UUID).', 'Vejstykke', 'id';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER EN DEL AF PKEY. Kommunekoden. 4 cifre.', 'Vejstykke', 'kommunekode';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER EN DEL AF PKEY. Identifikation af vejstykke. Er unikt indenfor den pågældende kommune. Repræsenteret ved fire cifre. Eksempel: I Københavns kommune er ”0004” lig ”<NAME>”.', 'Vejstykke', 'kode';
EXEC SetExtendedproperty 'MS_Description', 'Oprettelsestidspunktet for vejstykket, som registreret i DAR.', 'Vejstykke', 'oprettet';
EXEC SetExtendedproperty 'MS_Description', 'DEPRECATED. Feltet opdateres ikke længere.', 'Vejstykke', 'ændret';
EXEC SetExtendedproperty 'MS_Description', 'Vejens navn som det er fastsat og registreret af kommunen. Repræsenteret ved indtil 40 tegn. Eksempel: ”Hvidkildevej”.', 'Vejstykke', 'navn';
EXEC SetExtendedproperty 'MS_Description', 'En evt. forkortet udgave af vejnavnet på højst 20 tegn, som bruges ved adressering på labels og rudekuverter og lign., hvor der ikke plads til det fulde vejnavn.', 'Vejstykke', 'adresseringsnavn';
EXEC SetExtendedproperty 'MS_Description', 'Den navngivne vej, som vejstykket tilhører', 'Vejstykke', 'navngivenvej_id';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER EN DEL AF PKEY. Kommunekoden. 4 cifre.', 'Vejstykkepostnummerrelation', 'kommunekode';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER EN DEL AF PKEY. Vejkoden. 4 cifre.', 'Vejstykkepostnummerrelation', 'vejkode';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER EN DEL AF PKEY. Postnummeret. 4 cifre.', 'Vejstykkepostnummerrelation', 'postnr';
EXEC SetExtendedproperty 'MS_Description', 'Tidspunkt for seneste ændring i DAWA', 'Zone', 'ændret';
EXEC SetExtendedproperty 'MS_Description', 'Tidspunkt for seneste ændring af geometri i DAWA', 'Zone', 'geo_ændret';
EXEC SetExtendedproperty 'MS_Description', 'Versionsangivelse for geometrien. Inkrementeres hver gang geometrien ændrer sig i DAWA.', 'Zone', 'geo_version';
EXEC SetExtendedproperty 'MS_Description', 'Geometriens visuelle center. Kan f.eks. bruges til at placere en label for geometrien på at kort.', 'Zone', 'visueltcenter';
EXEC SetExtendedproperty 'MS_Description', 'Geometriens bounding box, dvs. det mindste rectangel som indeholder geometrien. Består af et array af 4 tal. De første to tal er koordinaterne for bounding boxens sydvestlige hjørne, og to sidste tal er koordinaterne for bounding boxens nordøstlige hjørne.', 'Zone', 'bbox';
EXEC SetExtendedproperty 'MS_Description', 'zonens geometri.', 'Zone', 'geometri';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. "Byzone", "Sommerhusområde" eller "Landzone".', 'Zone', 'zone';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER EN DEL AF PKEY. Adgangsadressens id.', 'Zonetilknytning', 'adgangsadresseid';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER EN DEL AF PKEY. "Byzone", "Sommerhusområde" eller "Landzone".', 'Zonetilknytning', 'zone';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Ikke tilgængelig', 'Dar_adresse_aktuel', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_adresse_aktuel', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_adresse_aktuel', 'dørbetegnelse';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_adresse_aktuel', 'dørpunkt_id';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_adresse_aktuel', 'etagebetegnelse';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_adresse_aktuel', 'fk_bbr_bygning_bygning';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_adresse_aktuel', 'husnummer_id';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Unik ID for den angivne række.', 'Dar_adresse_historik', 'rowkey';
EXEC SetExtendedproperty 'MS_Description', 'Startidspunktet for rækkens virkningstid.', 'Dar_adresse_historik', 'virkningstart';
EXEC SetExtendedproperty 'MS_Description', 'Sluttidspunktet for rækkens virkningstid.', 'Dar_adresse_historik', 'virkningslut';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_adresse_historik', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_adresse_historik', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_adresse_historik', 'dørbetegnelse';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_adresse_historik', 'dørpunkt_id';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_adresse_historik', 'etagebetegnelse';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_adresse_historik', 'fk_bbr_bygning_bygning';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_adresse_historik', 'husnummer_id';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Ikke tilgængelig', 'Dar_adressepunkt_aktuel', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_adressepunkt_aktuel', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_adressepunkt_aktuel', 'oprindelse_kilde';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_adressepunkt_aktuel', 'oprindelse_nøjagtighedsklasse';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_adressepunkt_aktuel', 'oprindelse_registrering';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_adressepunkt_aktuel', 'oprindelse_tekniskstandard';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_adressepunkt_aktuel', 'position';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Unik ID for den angivne række.', 'Dar_adressepunkt_historik', 'rowkey';
EXEC SetExtendedproperty 'MS_Description', 'Startidspunktet for rækkens virkningstid.', 'Dar_adressepunkt_historik', 'virkningstart';
EXEC SetExtendedproperty 'MS_Description', 'Sluttidspunktet for rækkens virkningstid.', 'Dar_adressepunkt_historik', 'virkningslut';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_adressepunkt_historik', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_adressepunkt_historik', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_adressepunkt_historik', 'oprindelse_kilde';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_adressepunkt_historik', 'oprindelse_nøjagtighedsklasse';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_adressepunkt_historik', 'oprindelse_registrering';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_adressepunkt_historik', 'oprindelse_tekniskstandard';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_adressepunkt_historik', 'position';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Ikke tilgængelig', 'Dar_darafstemningsområde_aktuel', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_darafstemningsområde_aktuel', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_darafstemningsområde_aktuel', 'afstemningsområde';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_darafstemningsområde_aktuel', 'afstemningsområdenummer';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_darafstemningsområde_aktuel', 'navn';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Unik ID for den angivne række.', 'Dar_darafstemningsområde_historik', 'rowkey';
EXEC SetExtendedproperty 'MS_Description', 'Startidspunktet for rækkens virkningstid.', 'Dar_darafstemningsområde_historik', 'virkningstart';
EXEC SetExtendedproperty 'MS_Description', 'Sluttidspunktet for rækkens virkningstid.', 'Dar_darafstemningsområde_historik', 'virkningslut';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_darafstemningsområde_historik', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_darafstemningsområde_historik', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_darafstemningsområde_historik', 'afstemningsområde';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_darafstemningsområde_historik', 'afstemningsområdenummer';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_darafstemningsområde_historik', 'navn';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Ikke tilgængelig', 'Dar_darkommuneinddeling_aktuel', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_darkommuneinddeling_aktuel', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_darkommuneinddeling_aktuel', 'kommuneinddeling';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_darkommuneinddeling_aktuel', 'kommunekode';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_darkommuneinddeling_aktuel', 'navn';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Unik ID for den angivne række.', 'Dar_darkommuneinddeling_historik', 'rowkey';
EXEC SetExtendedproperty 'MS_Description', 'Startidspunktet for rækkens virkningstid.', 'Dar_darkommuneinddeling_historik', 'virkningstart';
EXEC SetExtendedproperty 'MS_Description', 'Sluttidspunktet for rækkens virkningstid.', 'Dar_darkommuneinddeling_historik', 'virkningslut';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_darkommuneinddeling_historik', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_darkommuneinddeling_historik', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_darkommuneinddeling_historik', 'kommuneinddeling';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_darkommuneinddeling_historik', 'kommunekode';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_darkommuneinddeling_historik', 'navn';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Ikke tilgængelig', 'Dar_darmenighedsrådsafstemningsområde_aktuel', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_darmenighedsrådsafstemningsområde_aktuel', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_darmenighedsrådsafstemningsområde_aktuel', 'mrafstemningsområde';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_darmenighedsrådsafstemningsområde_aktuel', 'mrafstemningsområdenummer';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_darmenighedsrådsafstemningsområde_aktuel', 'navn';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Unik ID for den angivne række.', 'Dar_darmenighedsrådsafstemningsområde_historik', 'rowkey';
EXEC SetExtendedproperty 'MS_Description', 'Startidspunktet for rækkens virkningstid.', 'Dar_darmenighedsrådsafstemningsområde_historik', 'virkningstart';
EXEC SetExtendedproperty 'MS_Description', 'Sluttidspunktet for rækkens virkningstid.', 'Dar_darmenighedsrådsafstemningsområde_historik', 'virkningslut';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_darmenighedsrådsafstemningsområde_historik', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_darmenighedsrådsafstemningsområde_historik', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_darmenighedsrådsafstemningsområde_historik', 'mrafstemningsområde';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_darmenighedsrådsafstemningsområde_historik', 'mrafstemningsområdenummer';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_darmenighedsrådsafstemningsområde_historik', 'navn';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Ikke tilgængelig', 'Dar_darsogneinddeling_aktuel', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_darsogneinddeling_aktuel', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_darsogneinddeling_aktuel', 'navn';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_darsogneinddeling_aktuel', 'sogneinddeling';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_darsogneinddeling_aktuel', 'sognekode';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Unik ID for den angivne række.', 'Dar_darsogneinddeling_historik', 'rowkey';
EXEC SetExtendedproperty 'MS_Description', 'Startidspunktet for rækkens virkningstid.', 'Dar_darsogneinddeling_historik', 'virkningstart';
EXEC SetExtendedproperty 'MS_Description', 'Sluttidspunktet for rækkens virkningstid.', 'Dar_darsogneinddeling_historik', 'virkningslut';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_darsogneinddeling_historik', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_darsogneinddeling_historik', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_darsogneinddeling_historik', 'navn';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_darsogneinddeling_historik', 'sogneinddeling';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_darsogneinddeling_historik', 'sognekode';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Ikke tilgængelig', 'Dar_husnummer_aktuel', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_husnummer_aktuel', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_husnummer_aktuel', 'adgangspunkt_id';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_husnummer_aktuel', 'darafstemningsområde_id';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_husnummer_aktuel', 'darkommune_id';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_husnummer_aktuel', 'darmenighedsrådsafstemningsområde_id';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_husnummer_aktuel', 'darsogneinddeling_id';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_husnummer_aktuel', 'fk_bbr_bygning_adgangtilbygning';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_husnummer_aktuel', 'fk_bbr_tekniskanlæg_adgangtiltekniskanlæg';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_husnummer_aktuel', 'fk_geodk_bygning_geodanmarkbygning';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_husnummer_aktuel', 'fk_geodk_vejmidte_vejmidte';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_husnummer_aktuel', 'fk_mu_jordstykke_foreløbigtplaceretpåjordstykke';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_husnummer_aktuel', 'fk_mu_jordstykke_jordstykke';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_husnummer_aktuel', 'husnummerretning';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_husnummer_aktuel', 'husnummertekst';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_husnummer_aktuel', 'navngivenvej_id';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_husnummer_aktuel', 'postnummer_id';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_husnummer_aktuel', 'supplerendebynavn_id';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_husnummer_aktuel', 'vejpunkt_id';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Unik ID for den angivne række.', 'Dar_husnummer_historik', 'rowkey';
EXEC SetExtendedproperty 'MS_Description', 'Startidspunktet for rækkens virkningstid.', 'Dar_husnummer_historik', 'virkningstart';
EXEC SetExtendedproperty 'MS_Description', 'Sluttidspunktet for rækkens virkningstid.', 'Dar_husnummer_historik', 'virkningslut';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_husnummer_historik', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_husnummer_historik', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_husnummer_historik', 'adgangspunkt_id';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_husnummer_historik', 'darafstemningsområde_id';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_husnummer_historik', 'darkommune_id';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_husnummer_historik', 'darmenighedsrådsafstemningsområde_id';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_husnummer_historik', 'darsogneinddeling_id';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_husnummer_historik', 'fk_bbr_bygning_adgangtilbygning';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_husnummer_historik', 'fk_bbr_tekniskanlæg_adgangtiltekniskanlæg';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_husnummer_historik', 'fk_geodk_bygning_geodanmarkbygning';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_husnummer_historik', 'fk_geodk_vejmidte_vejmidte';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_husnummer_historik', 'fk_mu_jordstykke_foreløbigtplaceretpåjordstykke';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_husnummer_historik', 'fk_mu_jordstykke_jordstykke';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_husnummer_historik', 'husnummerretning';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_husnummer_historik', 'husnummertekst';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_husnummer_historik', 'navngivenvej_id';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_husnummer_historik', 'postnummer_id';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_husnummer_historik', 'supplerendebynavn_id';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_husnummer_historik', 'vejpunkt_id';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Ikke tilgængelig', 'Dar_navngivenvej_aktuel', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_navngivenvej_aktuel', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_navngivenvej_aktuel', 'administreresafkommune';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_navngivenvej_aktuel', 'beskrivelse';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_navngivenvej_aktuel', 'retskrivningskontrol';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_navngivenvej_aktuel', 'udtaltvejnavn';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_navngivenvej_aktuel', 'vejadresseringsnavn';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_navngivenvej_aktuel', 'vejnavn';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_navngivenvej_aktuel', 'vejnavnebeliggenhed_oprindelse_kilde';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_navngivenvej_aktuel', 'vejnavnebeliggenhed_oprindelse_nøjagtighedsklasse';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_navngivenvej_aktuel', 'vejnavnebeliggenhed_oprindelse_registrering';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_navngivenvej_aktuel', 'vejnavnebeliggenhed_oprindelse_tekniskstandard';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_navngivenvej_aktuel', 'vejnavnebeliggenhed_vejnavnelinje';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_navngivenvej_aktuel', 'vejnavnebeliggenhed_vejnavneområde';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_navngivenvej_aktuel', 'vejnavnebeliggenhed_vejtilslutningspunkter';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Unik ID for den angivne række.', 'Dar_navngivenvej_historik', 'rowkey';
EXEC SetExtendedproperty 'MS_Description', 'Startidspunktet for rækkens virkningstid.', 'Dar_navngivenvej_historik', 'virkningstart';
EXEC SetExtendedproperty 'MS_Description', 'Sluttidspunktet for rækkens virkningstid.', 'Dar_navngivenvej_historik', 'virkningslut';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_navngivenvej_historik', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_navngivenvej_historik', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_navngivenvej_historik', 'administreresafkommune';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_navngivenvej_historik', 'beskrivelse';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_navngivenvej_historik', 'retskrivningskontrol';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_navngivenvej_historik', 'udtaltvejnavn';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_navngivenvej_historik', 'vejadresseringsnavn';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_navngivenvej_historik', 'vejnavn';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_navngivenvej_historik', 'vejnavnebeliggenhed_oprindelse_kilde';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_navngivenvej_historik', 'vejnavnebeliggenhed_oprindelse_nøjagtighedsklasse';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_navngivenvej_historik', 'vejnavnebeliggenhed_oprindelse_registrering';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_navngivenvej_historik', 'vejnavnebeliggenhed_oprindelse_tekniskstandard';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_navngivenvej_historik', 'vejnavnebeliggenhed_vejnavnelinje';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_navngivenvej_historik', 'vejnavnebeliggenhed_vejnavneområde';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_navngivenvej_historik', 'vejnavnebeliggenhed_vejtilslutningspunkter';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Ikke tilgængelig', 'Dar_navngivenvejkommunedel_aktuel', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_navngivenvejkommunedel_aktuel', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_navngivenvejkommunedel_aktuel', 'kommune';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_navngivenvejkommunedel_aktuel', 'navngivenvej_id';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_navngivenvejkommunedel_aktuel', 'vejkode';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Unik ID for den angivne række.', 'Dar_navngivenvejkommunedel_historik', 'rowkey';
EXEC SetExtendedproperty 'MS_Description', 'Startidspunktet for rækkens virkningstid.', 'Dar_navngivenvejkommunedel_historik', 'virkningstart';
EXEC SetExtendedproperty 'MS_Description', 'Sluttidspunktet for rækkens virkningstid.', 'Dar_navngivenvejkommunedel_historik', 'virkningslut';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_navngivenvejkommunedel_historik', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_navngivenvejkommunedel_historik', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_navngivenvejkommunedel_historik', 'kommune';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_navngivenvejkommunedel_historik', 'navngivenvej_id';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_navngivenvejkommunedel_historik', 'vejkode';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Ikke tilgængelig', 'Dar_navngivenvejpostnummerrelation_aktuel', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_navngivenvejpostnummerrelation_aktuel', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_navngivenvejpostnummerrelation_aktuel', 'navngivenvej_id';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_navngivenvejpostnummerrelation_aktuel', 'postnummer_id';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Unik ID for den angivne række.', 'Dar_navngivenvejpostnummerrelation_historik', 'rowkey';
EXEC SetExtendedproperty 'MS_Description', 'Startidspunktet for rækkens virkningstid.', 'Dar_navngivenvejpostnummerrelation_historik', 'virkningstart';
EXEC SetExtendedproperty 'MS_Description', 'Sluttidspunktet for rækkens virkningstid.', 'Dar_navngivenvejpostnummerrelation_historik', 'virkningslut';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_navngivenvejpostnummerrelation_historik', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_navngivenvejpostnummerrelation_historik', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_navngivenvejpostnummerrelation_historik', 'navngivenvej_id';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_navngivenvejpostnummerrelation_historik', 'postnummer_id';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Ikke tilgængelig', 'Dar_navngivenvejsupplerendebynavnrelation_aktuel', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_navngivenvejsupplerendebynavnrelation_aktuel', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_navngivenvejsupplerendebynavnrelation_aktuel', 'navngivenvej_id';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_navngivenvejsupplerendebynavnrelation_aktuel', 'supplerendebynavn_id';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Unik ID for den angivne række.', 'Dar_navngivenvejsupplerendebynavnrelation_historik', 'rowkey';
EXEC SetExtendedproperty 'MS_Description', 'Startidspunktet for rækkens virkningstid.', 'Dar_navngivenvejsupplerendebynavnrelation_historik', 'virkningstart';
EXEC SetExtendedproperty 'MS_Description', 'Sluttidspunktet for rækkens virkningstid.', 'Dar_navngivenvejsupplerendebynavnrelation_historik', 'virkningslut';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_navngivenvejsupplerendebynavnrelation_historik', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_navngivenvejsupplerendebynavnrelation_historik', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_navngivenvejsupplerendebynavnrelation_historik', 'navngivenvej_id';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_navngivenvejsupplerendebynavnrelation_historik', 'supplerendebynavn_id';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Ikke tilgængelig', 'Dar_postnummer_aktuel', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_postnummer_aktuel', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_postnummer_aktuel', 'navn';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_postnummer_aktuel', 'postnr';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_postnummer_aktuel', 'postnummerinddeling';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Unik ID for den angivne række.', 'Dar_postnummer_historik', 'rowkey';
EXEC SetExtendedproperty 'MS_Description', 'Startidspunktet for rækkens virkningstid.', 'Dar_postnummer_historik', 'virkningstart';
EXEC SetExtendedproperty 'MS_Description', 'Sluttidspunktet for rækkens virkningstid.', 'Dar_postnummer_historik', 'virkningslut';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_postnummer_historik', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_postnummer_historik', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_postnummer_historik', 'navn';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_postnummer_historik', 'postnr';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_postnummer_historik', 'postnummerinddeling';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Ikke tilgængelig', 'Dar_reserveretvejnavn_aktuel', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_reserveretvejnavn_aktuel', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_reserveretvejnavn_aktuel', 'navneområde';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_reserveretvejnavn_aktuel', 'reservationudløbsdato';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_reserveretvejnavn_aktuel', 'reserveretafkommune';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_reserveretvejnavn_aktuel', 'reserveretnavn';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_reserveretvejnavn_aktuel', 'reserveretudtaltnavn';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_reserveretvejnavn_aktuel', 'reserveretvejadresseringsnavn';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_reserveretvejnavn_aktuel', 'retskrivningskontrol';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Unik ID for den angivne række.', 'Dar_reserveretvejnavn_historik', 'rowkey';
EXEC SetExtendedproperty 'MS_Description', 'Startidspunktet for rækkens virkningstid.', 'Dar_reserveretvejnavn_historik', 'virkningstart';
EXEC SetExtendedproperty 'MS_Description', 'Sluttidspunktet for rækkens virkningstid.', 'Dar_reserveretvejnavn_historik', 'virkningslut';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_reserveretvejnavn_historik', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_reserveretvejnavn_historik', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_reserveretvejnavn_historik', 'navneområde';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_reserveretvejnavn_historik', 'reservationudløbsdato';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_reserveretvejnavn_historik', 'reserveretafkommune';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_reserveretvejnavn_historik', 'reserveretnavn';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_reserveretvejnavn_historik', 'reserveretudtaltnavn';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_reserveretvejnavn_historik', 'reserveretvejadresseringsnavn';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_reserveretvejnavn_historik', 'retskrivningskontrol';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Ikke tilgængelig', 'Dar_supplerendebynavn_aktuel', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_supplerendebynavn_aktuel', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_supplerendebynavn_aktuel', 'navn';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_supplerendebynavn_aktuel', 'supplerendebynavn1';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Unik ID for den angivne række.', 'Dar_supplerendebynavn_historik', 'rowkey';
EXEC SetExtendedproperty 'MS_Description', 'Startidspunktet for rækkens virkningstid.', 'Dar_supplerendebynavn_historik', 'virkningstart';
EXEC SetExtendedproperty 'MS_Description', 'Sluttidspunktet for rækkens virkningstid.', 'Dar_supplerendebynavn_historik', 'virkningslut';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_supplerendebynavn_historik', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_supplerendebynavn_historik', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_supplerendebynavn_historik', 'navn';
EXEC SetExtendedproperty 'MS_Description', 'Ikke tilgængelig', 'Dar_supplerendebynavn_historik', 'supplerendebynavn1';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Unik ID for den angivne række.', 'Bbr_bygning', 'rowkey';
EXEC SetExtendedproperty 'MS_Description', 'Startidspunktet for rækkens virkningstid.', 'Bbr_bygning', 'virkningstart';
EXEC SetExtendedproperty 'MS_Description', 'Sluttidspunktet for rækkens virkningstid.', 'Bbr_bygning', 'virkningslut';
EXEC SetExtendedproperty 'MS_Description', 'Startidspunktet for rækkens registreringstid.', 'Bbr_bygning', 'registreringstart';
EXEC SetExtendedproperty 'MS_Description', 'Sluttidspunktet for rækkens registreringstid.', 'Bbr_bygning', 'registreringslut';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Forretningshaendelse">kodelisten.</a>', 'Bbr_bygning', 'forretningshændelse';
EXEC SetExtendedproperty 'MS_Description', 'FORM-kode for det offentlige forretningsområde som har opdateret bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsOmraade">kodelisten.</a>', 'Bbr_bygning', 'forretningsområde';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsProcess">kodelisten.</a>', 'Bbr_bygning', 'forretningsproces';
EXEC SetExtendedproperty 'MS_Description', 'Unik og uforanderlig identifikation af bygværkselementet igennem hele dets livscyklus', 'Bbr_bygning', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Kode der identificerer den kommune som bygværkselementet hidhører For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Kommunekode">kodelisten.</a>', 'Bbr_bygning', 'kommunekode';
EXEC SetExtendedproperty 'MS_Description', 'Kode som angiver hvilken aktør der har foretaget registreringen af den pågældende version af bygværkselementet', 'Bbr_bygning', 'registreringsaktør';
EXEC SetExtendedproperty 'MS_Description', 'Kode for bygværkselementets status i den pågældende version, dvs. elementets tilstand i den samlede livscyklus For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Livscyklus">kodelisten.</a>', 'Bbr_bygning', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den aktør der har afstedkommet virkningsegenskaberne for den pågældende version af bygværkselementet For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Virkningsakt%C3%B8r">kodelisten.</a>', 'Bbr_bygning', 'virkningsaktør';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_bygning', 'jordstykke';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_bygning', 'husnummer';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_bygning', 'ejerlejlighed';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_bygning', 'grund';
EXEC SetExtendedproperty 'MS_Description', 'Angiver bygningens nummer indenfor vurderingsejendommen', 'Bbr_bygning', 'byg007Bygningsnummer';
EXEC SetExtendedproperty 'MS_Description', 'Angiver bygningens hovedanvendelse For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/BygAnvendelse">kodelisten.</a>', 'Bbr_bygning', 'byg021BygningensAnvendelse';
EXEC SetExtendedproperty 'MS_Description', 'Antal lejligheder med køkken i bygning', 'Bbr_bygning', 'byg024AntalLejlighederMedKøkken';
EXEC SetExtendedproperty 'MS_Description', 'Antal lejligheder uden køkken i bygning.', 'Bbr_bygning', 'byg025AntalLejlighederUdenKøkken';
EXEC SetExtendedproperty 'MS_Description', 'Angiver bygningens opførselsår.', 'Bbr_bygning', 'byg026Opførelsesår';
EXEC SetExtendedproperty 'MS_Description', 'Angiver bygningens seneste om- eller tilbygningsår.', 'Bbr_bygning', 'byg027OmTilbygningsår';
EXEC SetExtendedproperty 'MS_Description', 'Angiver udløbsdato for midlertidig opført bygning.', 'Bbr_bygning', 'byg029DatoForMidlertidigOpførtBygning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver bygningens vandforsyning. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Vandforsyning">kodelisten.</a>', 'Bbr_bygning', 'byg030Vandforsyning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver bygningens afløbsforhold. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Afloebsforhold">kodelisten.</a>', 'Bbr_bygning', 'byg031Afløbsforhold';
EXEC SetExtendedproperty 'MS_Description', 'Angiver bygningens ydervægsmateriale. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/YdervaeggenesMateriale">kodelisten.</a>', 'Bbr_bygning', 'byg032YdervæggensMateriale';
EXEC SetExtendedproperty 'MS_Description', 'Angiver bygningens tagdækningsmateriale. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Tagdaekningsmateriale">kodelisten.</a>', 'Bbr_bygning', 'byg033Tagdækningsmateriale';
EXEC SetExtendedproperty 'MS_Description', 'Angiver bygningens supplerende ydervægsmateriale. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/YdervaeggenesMateriale">kodelisten.</a>', 'Bbr_bygning', 'byg034SupplerendeYdervæggensMateriale';
EXEC SetExtendedproperty 'MS_Description', 'Angiver bygningens supplerende tagdækningsmateriale. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Tagdaekningsmateriale">kodelisten.</a>', 'Bbr_bygning', 'byg035SupplerendeTagdækningsMateriale';
EXEC SetExtendedproperty 'MS_Description', 'Angivelse af om der er konstateret asbestholdigt materiale i ydervæg eller tagdækning. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/AsbestholdigtMateriale">kodelisten.</a>', 'Bbr_bygning', 'byg036AsbestholdigtMateriale';
EXEC SetExtendedproperty 'MS_Description', 'Angiver kilde til bygningens materialer. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/KildeTilOplysninger">kodelisten.</a>', 'Bbr_bygning', 'byg037KildeTilBygningensMaterialer';
EXEC SetExtendedproperty 'MS_Description', 'Angiver bygningens samlede areal.', 'Bbr_bygning', 'byg038SamletBygningsareal';
EXEC SetExtendedproperty 'MS_Description', 'Angiver bygningens samlede boligareal.', 'Bbr_bygning', 'byg039BygningensSamledeBoligAreal';
EXEC SetExtendedproperty 'MS_Description', 'Angiver bygningens samlede erhvervsareal.', 'Bbr_bygning', 'byg040BygningensSamledeErhvervsAreal';
EXEC SetExtendedproperty 'MS_Description', 'Angiver bygningens bebyggede areal.', 'Bbr_bygning', 'byg041BebyggetAreal';
EXEC SetExtendedproperty 'MS_Description', 'Angiver areal af indbygget garage.', 'Bbr_bygning', 'byg042ArealIndbyggetGarage';
EXEC SetExtendedproperty 'MS_Description', 'Angiver areal af indbygget carport.', 'Bbr_bygning', 'byg043ArealIndbyggetCarport';
EXEC SetExtendedproperty 'MS_Description', 'Angiver areal af indbygget udhus.', 'Bbr_bygning', 'byg044ArealIndbyggetUdhus';
EXEC SetExtendedproperty 'MS_Description', 'Angiver areal af indbygget udstue.', 'Bbr_bygning', 'byg045ArealIndbyggetUdestueEllerLign';
EXEC SetExtendedproperty 'MS_Description', 'Angiver areal af lukkede overdækninger på hele bygningen.', 'Bbr_bygning', 'byg046SamletArealAfLukkedeOverdækningerPåBygningen';
EXEC SetExtendedproperty 'MS_Description', 'Angiver areal af samtlige affaldsrum i terrænniveau.', 'Bbr_bygning', 'byg047ArealAfAffaldsrumITerrænniveau';
EXEC SetExtendedproperty 'MS_Description', 'Angiver andet areal i bygning.', 'Bbr_bygning', 'byg048AndetAreal';
EXEC SetExtendedproperty 'MS_Description', 'Angiver arealet af overdækket areal på bygning.', 'Bbr_bygning', 'byg049ArealAfOverdækketAreal';
EXEC SetExtendedproperty 'MS_Description', 'Angiver det samlede areal af åbne overdækninger på bygningen.', 'Bbr_bygning', 'byg050ArealÅbneOverdækningerPåBygningenSamlet';
EXEC SetExtendedproperty 'MS_Description', 'Angiver det samlede adgangsareal på bygning.', 'Bbr_bygning', 'byg051Adgangsareal';
EXEC SetExtendedproperty 'MS_Description', 'Angiver beregningsprincip for areal af carport. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/BeregningsprincipForArealAfCarport">kodelisten.</a>', 'Bbr_bygning', 'byg052BeregningsprincipCarportAreal';
EXEC SetExtendedproperty 'MS_Description', 'Angiver kilde til oplysninger om bygningens arealer. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/KildeTilOplysninger">kodelisten.</a>', 'Bbr_bygning', 'byg053BygningsarealerKilde';
EXEC SetExtendedproperty 'MS_Description', 'Angiver antal etager i bygningen.', 'Bbr_bygning', 'byg054AntalEtager';
EXEC SetExtendedproperty 'MS_Description', 'Angiver om bygningen indeholder afvigende etager. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/AfvigendeEtager">kodelisten.</a>', 'Bbr_bygning', 'byg055AfvigendeEtager';
EXEC SetExtendedproperty 'MS_Description', 'Angiver bygningens primære varmeinstallation. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Varmeinstallation">kodelisten.</a>', 'Bbr_bygning', 'byg056Varmeinstallation';
EXEC SetExtendedproperty 'MS_Description', 'Angiver bygningens primære opvarmingsmiddel. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Opvarmningsmiddel">kodelisten.</a>', 'Bbr_bygning', 'byg057Opvarmningsmiddel';
EXEC SetExtendedproperty 'MS_Description', 'Angiver supplerende varmeinstallation i bygningen. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/SupplerendeVarme">kodelisten.</a>', 'Bbr_bygning', 'byg058SupplerendeVarme';
EXEC SetExtendedproperty 'MS_Description', 'Angiver antallet at sikringsrumpladser i bygningen.', 'Bbr_bygning', 'byg069Sikringsrumpladser';
EXEC SetExtendedproperty 'MS_Description', 'Angiver om bygningen er fredet. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Fredning">kodelisten.</a>', 'Bbr_bygning', 'byg070Fredning';
EXEC SetExtendedproperty 'MS_Description', 'Linker til Kulturstyrelsens registrering i FBB (Fredede og Bevaringsværdige Bygninger).', 'Bbr_bygning', 'byg071BevaringsværdighedReference';
EXEC SetExtendedproperty 'MS_Description', 'Angiver revisionsdato for seneste ændring af geometrioplysninger.', 'Bbr_bygning', 'byg094Revisionsdato';
EXEC SetExtendedproperty 'MS_Description', 'Angiver selvrisiko ved stormskade. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Oversvoemmelsesselvrisiko">kodelisten.</a>', 'Bbr_bygning', 'byg111StormrådetsOversvømmelsesSelvrisiko';
EXEC SetExtendedproperty 'MS_Description', 'Angiver ajourføringsdato for registrering fra Stormrådet.', 'Bbr_bygning', 'byg112DatoForRegistreringFraStormrådet';
EXEC SetExtendedproperty 'MS_Description', 'Angiver navnet på byggeskadeforsikringsselskab For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Byggeskadeforsikringsselskab">kodelisten.</a>', 'Bbr_bygning', 'byg113Byggeskadeforsikringsselskab';
EXEC SetExtendedproperty 'MS_Description', 'Angiver ikræfttrædelsesdato for byggeskadeforsikring.', 'Bbr_bygning', 'byg114DatoForByggeskadeforsikring';
EXEC SetExtendedproperty 'MS_Description', 'Angiver status for udledningstilladelse på bygningen. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Udledningstilladelse">kodelisten.</a>', 'Bbr_bygning', 'byg119Udledningstilladelse';
EXEC SetExtendedproperty 'MS_Description', 'Angiver om bygningen er omfattet af byggeskadeforsikring. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/OmfattetAfByggeskadeforsikring">kodelisten.</a>', 'Bbr_bygning', 'byg121OmfattetAfByggeskadeforsikring';
EXEC SetExtendedproperty 'MS_Description', 'Angiver gyldighedsdato i forbindelse med vurdering.', 'Bbr_bygning', 'byg122Gyldighedsdato';
EXEC SetExtendedproperty 'MS_Description', 'Angiver om der for bygningen er indgået kontraktligt medlemskab af spildevandsforsyningsselskab. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/MedlemsskabAfSplidevandforsyning">kodelisten.</a>', 'Bbr_bygning', 'byg123MedlemskabAfSpildevandsforsyning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver om der er givet påbud vedr. spildevandsafledning på bygningen. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Rensningspaabud">kodelisten.</a>', 'Bbr_bygning', 'byg124PåbudVedrSpildevandsafledning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver dato for frist for evt. påbud vedr. spildevandsafledning på bygningen.', 'Bbr_bygning', 'byg125FristVedrSpildevandsafledning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver tilladelse til udtræden af det offentlige kloakfællesskab. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/TilladelseTilUdtraeden">kodelisten.</a>', 'Bbr_bygning', 'byg126TilladelseTilUdtræden';
EXEC SetExtendedproperty 'MS_Description', 'Angiver dato for tilladelse til udtræden af det offentlige kloakfællesskab.', 'Bbr_bygning', 'byg127DatoForTilladelseTilUdtræden';
EXEC SetExtendedproperty 'MS_Description', 'Angiver tilladelse til alternativ bortskaffelse eller afledning af spildevand. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/TilladelseTilAlternativBortskaffelseEllerAfledning">kodelisten.</a>', 'Bbr_bygning', 'byg128TilladelseTilAlternativBortskaffelseEllerAfledning';
EXEC SetExtendedproperty 'MS_Description', 'Dato for tilladelse til alternativ bortskaffelse eller afledning af spildevand.', 'Bbr_bygning', 'byg129DatoForTilladelseTilAlternativBortskaffelseEllerAfledning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver areal af udvendig efterisolering.', 'Bbr_bygning', 'byg130ArealAfUdvendigEfterisolering';
EXEC SetExtendedproperty 'MS_Description', 'Angiver om der er givet dispensation eller fritagelse ift kollektiv varmeforsyning. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/DispensationFritagelseIftKollektivVarmeforsyning">kodelisten.</a>', 'Bbr_bygning', 'byg131DispensationFritagelseIftKollektivVarmeforsyning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver dato for dispensation eller fritagelse ift kollektiv varmeforsyning.', 'Bbr_bygning', 'byg132DatoForDispensationFritagelseIftKollektivVarmeforsyning';
EXEC SetExtendedproperty 'MS_Description', 'Kodeliste der angiver kilden til geometrioplysninger. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/KildeTilKoordinatsaet">kodelisten.</a>', 'Bbr_bygning', 'byg133KildeTilKoordinatsæt';
EXEC SetExtendedproperty 'MS_Description', 'Kodeliste der angiver kvaliteten af geometrioplysninger. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/KvalitetAfKoordinatsaet">kodelisten.</a>', 'Bbr_bygning', 'byg134KvalitetAfKoordinatsæt';
EXEC SetExtendedproperty 'MS_Description', 'Angiver om det fysiske objekt koordinatsættet referer til ligger under eller over jorden. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/SupplerendeOplysningerOmKoordinatsaet">kodelisten.</a>', 'Bbr_bygning', 'byg135SupplerendeOplysningOmKoordinatsæt';
EXEC SetExtendedproperty 'MS_Description', 'Angiver om objekt ligger på søterritorie. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/PaaSoeTerritorie">kodelisten.</a>', 'Bbr_bygning', 'byg136PlaceringPåSøterritorie';
EXEC SetExtendedproperty 'MS_Description', 'Angiver Banedanmarks BGV-nummer og bygværksnummer', 'Bbr_bygning', 'byg137BanedanmarkBygværksnummer';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_bygning', 'byg140ServitutForUdlejningsEjendomDato';
EXEC SetExtendedproperty 'MS_Description', 'Liste med koder vedrørende gulvbelægning For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Gulvbelaegning">kodelisten.</a>', 'Bbr_bygning', 'byg150Gulvbelægning';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_bygning', 'byg151Frihøjde';
EXEC SetExtendedproperty 'MS_Description', 'Liste med koder vedrørende om en kontruktion er lukket eller åben For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Konstruktion">kodelisten.</a>', 'Bbr_bygning', 'byg152ÅbenLukketKonstruktion';
EXEC SetExtendedproperty 'MS_Description', 'Liste med koder vedrørende konstruktionsforhold For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Konstruktionsforhold">kodelisten.</a>', 'Bbr_bygning', 'byg153Konstruktionsforhold';
EXEC SetExtendedproperty 'MS_Description', 'Angiver den kommune bygningen flyttes til.', 'Bbr_bygning', 'byg302Tilflytterkommune';
EXEC SetExtendedproperty 'MS_Description', 'Angiver øvrige bemærkninger fra stormrådet.', 'Bbr_bygning', 'byg403ØvrigeBemærkningerFraStormrådet';
EXEC SetExtendedproperty 'MS_Description', 'Angiver bygningens geografiske reprsentation i form af et punkt.', 'Bbr_bygning', 'byg404Koordinat';
EXEC SetExtendedproperty 'MS_Description', 'Beskrivende tekstnotat om særlige forhold for dette BBR-element', 'Bbr_bygning', 'byg500Notatlinjer';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Forretningshaendelse">kodelisten.</a>', 'Bbr_bygning_aktuel', 'forretningshændelse';
EXEC SetExtendedproperty 'MS_Description', 'FORM-kode for det offentlige forretningsområde som har opdateret bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsOmraade">kodelisten.</a>', 'Bbr_bygning_aktuel', 'forretningsområde';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsProcess">kodelisten.</a>', 'Bbr_bygning_aktuel', 'forretningsproces';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Unik og uforanderlig identifikation af bygværkselementet igennem hele dets livscyklus', 'Bbr_bygning_aktuel', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Kode der identificerer den kommune som bygværkselementet hidhører For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Kommunekode">kodelisten.</a>', 'Bbr_bygning_aktuel', 'kommunekode';
EXEC SetExtendedproperty 'MS_Description', 'Kode som angiver hvilken aktør der har foretaget registreringen af den pågældende version af bygværkselementet', 'Bbr_bygning_aktuel', 'registreringsaktør';
EXEC SetExtendedproperty 'MS_Description', 'Kode for bygværkselementets status i den pågældende version, dvs. elementets tilstand i den samlede livscyklus For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Livscyklus">kodelisten.</a>', 'Bbr_bygning_aktuel', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den aktør der har afstedkommet virkningsegenskaberne for den pågældende version af bygværkselementet For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Virkningsakt%C3%B8r">kodelisten.</a>', 'Bbr_bygning_aktuel', 'virkningsaktør';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_bygning_aktuel', 'jordstykke';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_bygning_aktuel', 'husnummer';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_bygning_aktuel', 'ejerlejlighed';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_bygning_aktuel', 'grund';
EXEC SetExtendedproperty 'MS_Description', 'Angiver bygningens nummer indenfor vurderingsejendommen', 'Bbr_bygning_aktuel', 'byg007Bygningsnummer';
EXEC SetExtendedproperty 'MS_Description', 'Angiver bygningens hovedanvendelse For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/BygAnvendelse">kodelisten.</a>', 'Bbr_bygning_aktuel', 'byg021BygningensAnvendelse';
EXEC SetExtendedproperty 'MS_Description', 'Antal lejligheder med køkken i bygning', 'Bbr_bygning_aktuel', 'byg024AntalLejlighederMedKøkken';
EXEC SetExtendedproperty 'MS_Description', 'Antal lejligheder uden køkken i bygning.', 'Bbr_bygning_aktuel', 'byg025AntalLejlighederUdenKøkken';
EXEC SetExtendedproperty 'MS_Description', 'Angiver bygningens opførselsår.', 'Bbr_bygning_aktuel', 'byg026Opførelsesår';
EXEC SetExtendedproperty 'MS_Description', 'Angiver bygningens seneste om- eller tilbygningsår.', 'Bbr_bygning_aktuel', 'byg027OmTilbygningsår';
EXEC SetExtendedproperty 'MS_Description', 'Angiver udløbsdato for midlertidig opført bygning.', 'Bbr_bygning_aktuel', 'byg029DatoForMidlertidigOpførtBygning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver bygningens vandforsyning. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Vandforsyning">kodelisten.</a>', 'Bbr_bygning_aktuel', 'byg030Vandforsyning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver bygningens afløbsforhold. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Afloebsforhold">kodelisten.</a>', 'Bbr_bygning_aktuel', 'byg031Afløbsforhold';
EXEC SetExtendedproperty 'MS_Description', 'Angiver bygningens ydervægsmateriale. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/YdervaeggenesMateriale">kodelisten.</a>', 'Bbr_bygning_aktuel', 'byg032YdervæggensMateriale';
EXEC SetExtendedproperty 'MS_Description', 'Angiver bygningens tagdækningsmateriale. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Tagdaekningsmateriale">kodelisten.</a>', 'Bbr_bygning_aktuel', 'byg033Tagdækningsmateriale';
EXEC SetExtendedproperty 'MS_Description', 'Angiver bygningens supplerende ydervægsmateriale. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/YdervaeggenesMateriale">kodelisten.</a>', 'Bbr_bygning_aktuel', 'byg034SupplerendeYdervæggensMateriale';
EXEC SetExtendedproperty 'MS_Description', 'Angiver bygningens supplerende tagdækningsmateriale. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Tagdaekningsmateriale">kodelisten.</a>', 'Bbr_bygning_aktuel', 'byg035SupplerendeTagdækningsMateriale';
EXEC SetExtendedproperty 'MS_Description', 'Angivelse af om der er konstateret asbestholdigt materiale i ydervæg eller tagdækning. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/AsbestholdigtMateriale">kodelisten.</a>', 'Bbr_bygning_aktuel', 'byg036AsbestholdigtMateriale';
EXEC SetExtendedproperty 'MS_Description', 'Angiver kilde til bygningens materialer. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/KildeTilOplysninger">kodelisten.</a>', 'Bbr_bygning_aktuel', 'byg037KildeTilBygningensMaterialer';
EXEC SetExtendedproperty 'MS_Description', 'Angiver bygningens samlede areal.', 'Bbr_bygning_aktuel', 'byg038SamletBygningsareal';
EXEC SetExtendedproperty 'MS_Description', 'Angiver bygningens samlede boligareal.', 'Bbr_bygning_aktuel', 'byg039BygningensSamledeBoligAreal';
EXEC SetExtendedproperty 'MS_Description', 'Angiver bygningens samlede erhvervsareal.', 'Bbr_bygning_aktuel', 'byg040BygningensSamledeErhvervsAreal';
EXEC SetExtendedproperty 'MS_Description', 'Angiver bygningens bebyggede areal.', 'Bbr_bygning_aktuel', 'byg041BebyggetAreal';
EXEC SetExtendedproperty 'MS_Description', 'Angiver areal af indbygget garage.', 'Bbr_bygning_aktuel', 'byg042ArealIndbyggetGarage';
EXEC SetExtendedproperty 'MS_Description', 'Angiver areal af indbygget carport.', 'Bbr_bygning_aktuel', 'byg043ArealIndbyggetCarport';
EXEC SetExtendedproperty 'MS_Description', 'Angiver areal af indbygget udhus.', 'Bbr_bygning_aktuel', 'byg044ArealIndbyggetUdhus';
EXEC SetExtendedproperty 'MS_Description', 'Angiver areal af indbygget udstue.', 'Bbr_bygning_aktuel', 'byg045ArealIndbyggetUdestueEllerLign';
EXEC SetExtendedproperty 'MS_Description', 'Angiver areal af lukkede overdækninger på hele bygningen.', 'Bbr_bygning_aktuel', 'byg046SamletArealAfLukkedeOverdækningerPåBygningen';
EXEC SetExtendedproperty 'MS_Description', 'Angiver areal af samtlige affaldsrum i terrænniveau.', 'Bbr_bygning_aktuel', 'byg047ArealAfAffaldsrumITerrænniveau';
EXEC SetExtendedproperty 'MS_Description', 'Angiver andet areal i bygning.', 'Bbr_bygning_aktuel', 'byg048AndetAreal';
EXEC SetExtendedproperty 'MS_Description', 'Angiver arealet af overdækket areal på bygning.', 'Bbr_bygning_aktuel', 'byg049ArealAfOverdækketAreal';
EXEC SetExtendedproperty 'MS_Description', 'Angiver det samlede areal af åbne overdækninger på bygningen.', 'Bbr_bygning_aktuel', 'byg050ArealÅbneOverdækningerPåBygningenSamlet';
EXEC SetExtendedproperty 'MS_Description', 'Angiver det samlede adgangsareal på bygning.', 'Bbr_bygning_aktuel', 'byg051Adgangsareal';
EXEC SetExtendedproperty 'MS_Description', 'Angiver beregningsprincip for areal af carport. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/BeregningsprincipForArealAfCarport">kodelisten.</a>', 'Bbr_bygning_aktuel', 'byg052BeregningsprincipCarportAreal';
EXEC SetExtendedproperty 'MS_Description', 'Angiver kilde til oplysninger om bygningens arealer. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/KildeTilOplysninger">kodelisten.</a>', 'Bbr_bygning_aktuel', 'byg053BygningsarealerKilde';
EXEC SetExtendedproperty 'MS_Description', 'Angiver antal etager i bygningen.', 'Bbr_bygning_aktuel', 'byg054AntalEtager';
EXEC SetExtendedproperty 'MS_Description', 'Angiver om bygningen indeholder afvigende etager. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/AfvigendeEtager">kodelisten.</a>', 'Bbr_bygning_aktuel', 'byg055AfvigendeEtager';
EXEC SetExtendedproperty 'MS_Description', 'Angiver bygningens primære varmeinstallation. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Varmeinstallation">kodelisten.</a>', 'Bbr_bygning_aktuel', 'byg056Varmeinstallation';
EXEC SetExtendedproperty 'MS_Description', 'Angiver bygningens primære opvarmingsmiddel. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Opvarmningsmiddel">kodelisten.</a>', 'Bbr_bygning_aktuel', 'byg057Opvarmningsmiddel';
EXEC SetExtendedproperty 'MS_Description', 'Angiver supplerende varmeinstallation i bygningen. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/SupplerendeVarme">kodelisten.</a>', 'Bbr_bygning_aktuel', 'byg058SupplerendeVarme';
EXEC SetExtendedproperty 'MS_Description', 'Angiver antallet at sikringsrumpladser i bygningen.', 'Bbr_bygning_aktuel', 'byg069Sikringsrumpladser';
EXEC SetExtendedproperty 'MS_Description', 'Angiver om bygningen er fredet. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Fredning">kodelisten.</a>', 'Bbr_bygning_aktuel', 'byg070Fredning';
EXEC SetExtendedproperty 'MS_Description', 'Linker til Kulturstyrelsens registrering i FBB (Fredede og Bevaringsværdige Bygninger).', 'Bbr_bygning_aktuel', 'byg071BevaringsværdighedReference';
EXEC SetExtendedproperty 'MS_Description', 'Angiver revisionsdato for seneste ændring af geometrioplysninger.', 'Bbr_bygning_aktuel', 'byg094Revisionsdato';
EXEC SetExtendedproperty 'MS_Description', 'Angiver selvrisiko ved stormskade. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Oversvoemmelsesselvrisiko">kodelisten.</a>', 'Bbr_bygning_aktuel', 'byg111StormrådetsOversvømmelsesSelvrisiko';
EXEC SetExtendedproperty 'MS_Description', 'Angiver ajourføringsdato for registrering fra Stormrådet.', 'Bbr_bygning_aktuel', 'byg112DatoForRegistreringFraStormrådet';
EXEC SetExtendedproperty 'MS_Description', 'Angiver navnet på byggeskadeforsikringsselskab For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Byggeskadeforsikringsselskab">kodelisten.</a>', 'Bbr_bygning_aktuel', 'byg113Byggeskadeforsikringsselskab';
EXEC SetExtendedproperty 'MS_Description', 'Angiver ikræfttrædelsesdato for byggeskadeforsikring.', 'Bbr_bygning_aktuel', 'byg114DatoForByggeskadeforsikring';
EXEC SetExtendedproperty 'MS_Description', 'Angiver status for udledningstilladelse på bygningen. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Udledningstilladelse">kodelisten.</a>', 'Bbr_bygning_aktuel', 'byg119Udledningstilladelse';
EXEC SetExtendedproperty 'MS_Description', 'Angiver om bygningen er omfattet af byggeskadeforsikring. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/OmfattetAfByggeskadeforsikring">kodelisten.</a>', 'Bbr_bygning_aktuel', 'byg121OmfattetAfByggeskadeforsikring';
EXEC SetExtendedproperty 'MS_Description', 'Angiver gyldighedsdato i forbindelse med vurdering.', 'Bbr_bygning_aktuel', 'byg122Gyldighedsdato';
EXEC SetExtendedproperty 'MS_Description', 'Angiver om der for bygningen er indgået kontraktligt medlemskab af spildevandsforsyningsselskab. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/MedlemsskabAfSplidevandforsyning">kodelisten.</a>', 'Bbr_bygning_aktuel', 'byg123MedlemskabAfSpildevandsforsyning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver om der er givet påbud vedr. spildevandsafledning på bygningen. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Rensningspaabud">kodelisten.</a>', 'Bbr_bygning_aktuel', 'byg124PåbudVedrSpildevandsafledning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver dato for frist for evt. påbud vedr. spildevandsafledning på bygningen.', 'Bbr_bygning_aktuel', 'byg125FristVedrSpildevandsafledning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver tilladelse til udtræden af det offentlige kloakfællesskab. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/TilladelseTilUdtraeden">kodelisten.</a>', 'Bbr_bygning_aktuel', 'byg126TilladelseTilUdtræden';
EXEC SetExtendedproperty 'MS_Description', 'Angiver dato for tilladelse til udtræden af det offentlige kloakfællesskab.', 'Bbr_bygning_aktuel', 'byg127DatoForTilladelseTilUdtræden';
EXEC SetExtendedproperty 'MS_Description', 'Angiver tilladelse til alternativ bortskaffelse eller afledning af spildevand. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/TilladelseTilAlternativBortskaffelseEllerAfledning">kodelisten.</a>', 'Bbr_bygning_aktuel', 'byg128TilladelseTilAlternativBortskaffelseEllerAfledning';
EXEC SetExtendedproperty 'MS_Description', 'Dato for tilladelse til alternativ bortskaffelse eller afledning af spildevand.', 'Bbr_bygning_aktuel', 'byg129DatoForTilladelseTilAlternativBortskaffelseEllerAfledning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver areal af udvendig efterisolering.', 'Bbr_bygning_aktuel', 'byg130ArealAfUdvendigEfterisolering';
EXEC SetExtendedproperty 'MS_Description', 'Angiver om der er givet dispensation eller fritagelse ift kollektiv varmeforsyning. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/DispensationFritagelseIftKollektivVarmeforsyning">kodelisten.</a>', 'Bbr_bygning_aktuel', 'byg131DispensationFritagelseIftKollektivVarmeforsyning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver dato for dispensation eller fritagelse ift kollektiv varmeforsyning.', 'Bbr_bygning_aktuel', 'byg132DatoForDispensationFritagelseIftKollektivVarmeforsyning';
EXEC SetExtendedproperty 'MS_Description', 'Kodeliste der angiver kilden til geometrioplysninger. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/KildeTilKoordinatsaet">kodelisten.</a>', 'Bbr_bygning_aktuel', 'byg133KildeTilKoordinatsæt';
EXEC SetExtendedproperty 'MS_Description', 'Kodeliste der angiver kvaliteten af geometrioplysninger. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/KvalitetAfKoordinatsaet">kodelisten.</a>', 'Bbr_bygning_aktuel', 'byg134KvalitetAfKoordinatsæt';
EXEC SetExtendedproperty 'MS_Description', 'Angiver om det fysiske objekt koordinatsættet referer til ligger under eller over jorden. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/SupplerendeOplysningerOmKoordinatsaet">kodelisten.</a>', 'Bbr_bygning_aktuel', 'byg135SupplerendeOplysningOmKoordinatsæt';
EXEC SetExtendedproperty 'MS_Description', 'Angiver om objekt ligger på søterritorie. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/PaaSoeTerritorie">kodelisten.</a>', 'Bbr_bygning_aktuel', 'byg136PlaceringPåSøterritorie';
EXEC SetExtendedproperty 'MS_Description', 'Angiver Banedanmarks BGV-nummer og bygværksnummer', 'Bbr_bygning_aktuel', 'byg137BanedanmarkBygværksnummer';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_bygning_aktuel', 'byg140ServitutForUdlejningsEjendomDato';
EXEC SetExtendedproperty 'MS_Description', 'Liste med koder vedrørende gulvbelægning For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Gulvbelaegning">kodelisten.</a>', 'Bbr_bygning_aktuel', 'byg150Gulvbelægning';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_bygning_aktuel', 'byg151Frihøjde';
EXEC SetExtendedproperty 'MS_Description', 'Liste med koder vedrørende om en kontruktion er lukket eller åben For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Konstruktion">kodelisten.</a>', 'Bbr_bygning_aktuel', 'byg152ÅbenLukketKonstruktion';
EXEC SetExtendedproperty 'MS_Description', 'Liste med koder vedrørende konstruktionsforhold For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Konstruktionsforhold">kodelisten.</a>', 'Bbr_bygning_aktuel', 'byg153Konstruktionsforhold';
EXEC SetExtendedproperty 'MS_Description', 'Angiver den kommune bygningen flyttes til.', 'Bbr_bygning_aktuel', 'byg302Tilflytterkommune';
EXEC SetExtendedproperty 'MS_Description', 'Angiver øvrige bemærkninger fra stormrådet.', 'Bbr_bygning_aktuel', 'byg403ØvrigeBemærkningerFraStormrådet';
EXEC SetExtendedproperty 'MS_Description', 'Angiver bygningens geografiske reprsentation i form af et punkt.', 'Bbr_bygning_aktuel', 'byg404Koordinat';
EXEC SetExtendedproperty 'MS_Description', 'Beskrivende tekstnotat om særlige forhold for dette BBR-element', 'Bbr_bygning_aktuel', 'byg500Notatlinjer';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Unik ID for den angivne række.', 'Bbr_bygning_historik', 'rowkey';
EXEC SetExtendedproperty 'MS_Description', 'Startidspunktet for rækkens virkningstid.', 'Bbr_bygning_historik', 'virkningstart';
EXEC SetExtendedproperty 'MS_Description', 'Sluttidspunktet for rækkens virkningstid.', 'Bbr_bygning_historik', 'virkningslut';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Forretningshaendelse">kodelisten.</a>', 'Bbr_bygning_historik', 'forretningshændelse';
EXEC SetExtendedproperty 'MS_Description', 'FORM-kode for det offentlige forretningsområde som har opdateret bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsOmraade">kodelisten.</a>', 'Bbr_bygning_historik', 'forretningsområde';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsProcess">kodelisten.</a>', 'Bbr_bygning_historik', 'forretningsproces';
EXEC SetExtendedproperty 'MS_Description', 'Unik og uforanderlig identifikation af bygværkselementet igennem hele dets livscyklus', 'Bbr_bygning_historik', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Kode der identificerer den kommune som bygværkselementet hidhører For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Kommunekode">kodelisten.</a>', 'Bbr_bygning_historik', 'kommunekode';
EXEC SetExtendedproperty 'MS_Description', 'Kode som angiver hvilken aktør der har foretaget registreringen af den pågældende version af bygværkselementet', 'Bbr_bygning_historik', 'registreringsaktør';
EXEC SetExtendedproperty 'MS_Description', 'Kode for bygværkselementets status i den pågældende version, dvs. elementets tilstand i den samlede livscyklus For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Livscyklus">kodelisten.</a>', 'Bbr_bygning_historik', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den aktør der har afstedkommet virkningsegenskaberne for den pågældende version af bygværkselementet For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Virkningsakt%C3%B8r">kodelisten.</a>', 'Bbr_bygning_historik', 'virkningsaktør';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_bygning_historik', 'jordstykke';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_bygning_historik', 'husnummer';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_bygning_historik', 'ejerlejlighed';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_bygning_historik', 'grund';
EXEC SetExtendedproperty 'MS_Description', 'Angiver bygningens nummer indenfor vurderingsejendommen', 'Bbr_bygning_historik', 'byg007Bygningsnummer';
EXEC SetExtendedproperty 'MS_Description', 'Angiver bygningens hovedanvendelse For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/BygAnvendelse">kodelisten.</a>', 'Bbr_bygning_historik', 'byg021BygningensAnvendelse';
EXEC SetExtendedproperty 'MS_Description', 'Antal lejligheder med køkken i bygning', 'Bbr_bygning_historik', 'byg024AntalLejlighederMedKøkken';
EXEC SetExtendedproperty 'MS_Description', 'Antal lejligheder uden køkken i bygning.', 'Bbr_bygning_historik', 'byg025AntalLejlighederUdenKøkken';
EXEC SetExtendedproperty 'MS_Description', 'Angiver bygningens opførselsår.', 'Bbr_bygning_historik', 'byg026Opførelsesår';
EXEC SetExtendedproperty 'MS_Description', 'Angiver bygningens seneste om- eller tilbygningsår.', 'Bbr_bygning_historik', 'byg027OmTilbygningsår';
EXEC SetExtendedproperty 'MS_Description', 'Angiver udløbsdato for midlertidig opført bygning.', 'Bbr_bygning_historik', 'byg029DatoForMidlertidigOpførtBygning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver bygningens vandforsyning. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Vandforsyning">kodelisten.</a>', 'Bbr_bygning_historik', 'byg030Vandforsyning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver bygningens afløbsforhold. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Afloebsforhold">kodelisten.</a>', 'Bbr_bygning_historik', 'byg031Afløbsforhold';
EXEC SetExtendedproperty 'MS_Description', 'Angiver bygningens ydervægsmateriale. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/YdervaeggenesMateriale">kodelisten.</a>', 'Bbr_bygning_historik', 'byg032YdervæggensMateriale';
EXEC SetExtendedproperty 'MS_Description', 'Angiver bygningens tagdækningsmateriale. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Tagdaekningsmateriale">kodelisten.</a>', 'Bbr_bygning_historik', 'byg033Tagdækningsmateriale';
EXEC SetExtendedproperty 'MS_Description', 'Angiver bygningens supplerende ydervægsmateriale. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/YdervaeggenesMateriale">kodelisten.</a>', 'Bbr_bygning_historik', 'byg034SupplerendeYdervæggensMateriale';
EXEC SetExtendedproperty 'MS_Description', 'Angiver bygningens supplerende tagdækningsmateriale. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Tagdaekningsmateriale">kodelisten.</a>', 'Bbr_bygning_historik', 'byg035SupplerendeTagdækningsMateriale';
EXEC SetExtendedproperty 'MS_Description', 'Angivelse af om der er konstateret asbestholdigt materiale i ydervæg eller tagdækning. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/AsbestholdigtMateriale">kodelisten.</a>', 'Bbr_bygning_historik', 'byg036AsbestholdigtMateriale';
EXEC SetExtendedproperty 'MS_Description', 'Angiver kilde til bygningens materialer. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/KildeTilOplysninger">kodelisten.</a>', 'Bbr_bygning_historik', 'byg037KildeTilBygningensMaterialer';
EXEC SetExtendedproperty 'MS_Description', 'Angiver bygningens samlede areal.', 'Bbr_bygning_historik', 'byg038SamletBygningsareal';
EXEC SetExtendedproperty 'MS_Description', 'Angiver bygningens samlede boligareal.', 'Bbr_bygning_historik', 'byg039BygningensSamledeBoligAreal';
EXEC SetExtendedproperty 'MS_Description', 'Angiver bygningens samlede erhvervsareal.', 'Bbr_bygning_historik', 'byg040BygningensSamledeErhvervsAreal';
EXEC SetExtendedproperty 'MS_Description', 'Angiver bygningens bebyggede areal.', 'Bbr_bygning_historik', 'byg041BebyggetAreal';
EXEC SetExtendedproperty 'MS_Description', 'Angiver areal af indbygget garage.', 'Bbr_bygning_historik', 'byg042ArealIndbyggetGarage';
EXEC SetExtendedproperty 'MS_Description', 'Angiver areal af indbygget carport.', 'Bbr_bygning_historik', 'byg043ArealIndbyggetCarport';
EXEC SetExtendedproperty 'MS_Description', 'Angiver areal af indbygget udhus.', 'Bbr_bygning_historik', 'byg044ArealIndbyggetUdhus';
EXEC SetExtendedproperty 'MS_Description', 'Angiver areal af indbygget udstue.', 'Bbr_bygning_historik', 'byg045ArealIndbyggetUdestueEllerLign';
EXEC SetExtendedproperty 'MS_Description', 'Angiver areal af lukkede overdækninger på hele bygningen.', 'Bbr_bygning_historik', 'byg046SamletArealAfLukkedeOverdækningerPåBygningen';
EXEC SetExtendedproperty 'MS_Description', 'Angiver areal af samtlige affaldsrum i terrænniveau.', 'Bbr_bygning_historik', 'byg047ArealAfAffaldsrumITerrænniveau';
EXEC SetExtendedproperty 'MS_Description', 'Angiver andet areal i bygning.', 'Bbr_bygning_historik', 'byg048AndetAreal';
EXEC SetExtendedproperty 'MS_Description', 'Angiver arealet af overdækket areal på bygning.', 'Bbr_bygning_historik', 'byg049ArealAfOverdækketAreal';
EXEC SetExtendedproperty 'MS_Description', 'Angiver det samlede areal af åbne overdækninger på bygningen.', 'Bbr_bygning_historik', 'byg050ArealÅbneOverdækningerPåBygningenSamlet';
EXEC SetExtendedproperty 'MS_Description', 'Angiver det samlede adgangsareal på bygning.', 'Bbr_bygning_historik', 'byg051Adgangsareal';
EXEC SetExtendedproperty 'MS_Description', 'Angiver beregningsprincip for areal af carport. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/BeregningsprincipForArealAfCarport">kodelisten.</a>', 'Bbr_bygning_historik', 'byg052BeregningsprincipCarportAreal';
EXEC SetExtendedproperty 'MS_Description', 'Angiver kilde til oplysninger om bygningens arealer. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/KildeTilOplysninger">kodelisten.</a>', 'Bbr_bygning_historik', 'byg053BygningsarealerKilde';
EXEC SetExtendedproperty 'MS_Description', 'Angiver antal etager i bygningen.', 'Bbr_bygning_historik', 'byg054AntalEtager';
EXEC SetExtendedproperty 'MS_Description', 'Angiver om bygningen indeholder afvigende etager. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/AfvigendeEtager">kodelisten.</a>', 'Bbr_bygning_historik', 'byg055AfvigendeEtager';
EXEC SetExtendedproperty 'MS_Description', 'Angiver bygningens primære varmeinstallation. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Varmeinstallation">kodelisten.</a>', 'Bbr_bygning_historik', 'byg056Varmeinstallation';
EXEC SetExtendedproperty 'MS_Description', 'Angiver bygningens primære opvarmingsmiddel. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Opvarmningsmiddel">kodelisten.</a>', 'Bbr_bygning_historik', 'byg057Opvarmningsmiddel';
EXEC SetExtendedproperty 'MS_Description', 'Angiver supplerende varmeinstallation i bygningen. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/SupplerendeVarme">kodelisten.</a>', 'Bbr_bygning_historik', 'byg058SupplerendeVarme';
EXEC SetExtendedproperty 'MS_Description', 'Angiver antallet at sikringsrumpladser i bygningen.', 'Bbr_bygning_historik', 'byg069Sikringsrumpladser';
EXEC SetExtendedproperty 'MS_Description', 'Angiver om bygningen er fredet. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Fredning">kodelisten.</a>', 'Bbr_bygning_historik', 'byg070Fredning';
EXEC SetExtendedproperty 'MS_Description', 'Linker til Kulturstyrelsens registrering i FBB (Fredede og Bevaringsværdige Bygninger).', 'Bbr_bygning_historik', 'byg071BevaringsværdighedReference';
EXEC SetExtendedproperty 'MS_Description', 'Angiver revisionsdato for seneste ændring af geometrioplysninger.', 'Bbr_bygning_historik', 'byg094Revisionsdato';
EXEC SetExtendedproperty 'MS_Description', 'Angiver selvrisiko ved stormskade. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Oversvoemmelsesselvrisiko">kodelisten.</a>', 'Bbr_bygning_historik', 'byg111StormrådetsOversvømmelsesSelvrisiko';
EXEC SetExtendedproperty 'MS_Description', 'Angiver ajourføringsdato for registrering fra Stormrådet.', 'Bbr_bygning_historik', 'byg112DatoForRegistreringFraStormrådet';
EXEC SetExtendedproperty 'MS_Description', 'Angiver navnet på byggeskadeforsikringsselskab For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Byggeskadeforsikringsselskab">kodelisten.</a>', 'Bbr_bygning_historik', 'byg113Byggeskadeforsikringsselskab';
EXEC SetExtendedproperty 'MS_Description', 'Angiver ikræfttrædelsesdato for byggeskadeforsikring.', 'Bbr_bygning_historik', 'byg114DatoForByggeskadeforsikring';
EXEC SetExtendedproperty 'MS_Description', 'Angiver status for udledningstilladelse på bygningen. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Udledningstilladelse">kodelisten.</a>', 'Bbr_bygning_historik', 'byg119Udledningstilladelse';
EXEC SetExtendedproperty 'MS_Description', 'Angiver om bygningen er omfattet af byggeskadeforsikring. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/OmfattetAfByggeskadeforsikring">kodelisten.</a>', 'Bbr_bygning_historik', 'byg121OmfattetAfByggeskadeforsikring';
EXEC SetExtendedproperty 'MS_Description', 'Angiver gyldighedsdato i forbindelse med vurdering.', 'Bbr_bygning_historik', 'byg122Gyldighedsdato';
EXEC SetExtendedproperty 'MS_Description', 'Angiver om der for bygningen er indgået kontraktligt medlemskab af spildevandsforsyningsselskab. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/MedlemsskabAfSplidevandforsyning">kodelisten.</a>', 'Bbr_bygning_historik', 'byg123MedlemskabAfSpildevandsforsyning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver om der er givet påbud vedr. spildevandsafledning på bygningen. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Rensningspaabud">kodelisten.</a>', 'Bbr_bygning_historik', 'byg124PåbudVedrSpildevandsafledning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver dato for frist for evt. påbud vedr. spildevandsafledning på bygningen.', 'Bbr_bygning_historik', 'byg125FristVedrSpildevandsafledning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver tilladelse til udtræden af det offentlige kloakfællesskab. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/TilladelseTilUdtraeden">kodelisten.</a>', 'Bbr_bygning_historik', 'byg126TilladelseTilUdtræden';
EXEC SetExtendedproperty 'MS_Description', 'Angiver dato for tilladelse til udtræden af det offentlige kloakfællesskab.', 'Bbr_bygning_historik', 'byg127DatoForTilladelseTilUdtræden';
EXEC SetExtendedproperty 'MS_Description', 'Angiver tilladelse til alternativ bortskaffelse eller afledning af spildevand. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/TilladelseTilAlternativBortskaffelseEllerAfledning">kodelisten.</a>', 'Bbr_bygning_historik', 'byg128TilladelseTilAlternativBortskaffelseEllerAfledning';
EXEC SetExtendedproperty 'MS_Description', 'Dato for tilladelse til alternativ bortskaffelse eller afledning af spildevand.', 'Bbr_bygning_historik', 'byg129DatoForTilladelseTilAlternativBortskaffelseEllerAfledning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver areal af udvendig efterisolering.', 'Bbr_bygning_historik', 'byg130ArealAfUdvendigEfterisolering';
EXEC SetExtendedproperty 'MS_Description', 'Angiver om der er givet dispensation eller fritagelse ift kollektiv varmeforsyning. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/DispensationFritagelseIftKollektivVarmeforsyning">kodelisten.</a>', 'Bbr_bygning_historik', 'byg131DispensationFritagelseIftKollektivVarmeforsyning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver dato for dispensation eller fritagelse ift kollektiv varmeforsyning.', 'Bbr_bygning_historik', 'byg132DatoForDispensationFritagelseIftKollektivVarmeforsyning';
EXEC SetExtendedproperty 'MS_Description', 'Kodeliste der angiver kilden til geometrioplysninger. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/KildeTilKoordinatsaet">kodelisten.</a>', 'Bbr_bygning_historik', 'byg133KildeTilKoordinatsæt';
EXEC SetExtendedproperty 'MS_Description', 'Kodeliste der angiver kvaliteten af geometrioplysninger. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/KvalitetAfKoordinatsaet">kodelisten.</a>', 'Bbr_bygning_historik', 'byg134KvalitetAfKoordinatsæt';
EXEC SetExtendedproperty 'MS_Description', 'Angiver om det fysiske objekt koordinatsættet referer til ligger under eller over jorden. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/SupplerendeOplysningerOmKoordinatsaet">kodelisten.</a>', 'Bbr_bygning_historik', 'byg135SupplerendeOplysningOmKoordinatsæt';
EXEC SetExtendedproperty 'MS_Description', 'Angiver om objekt ligger på søterritorie. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/PaaSoeTerritorie">kodelisten.</a>', 'Bbr_bygning_historik', 'byg136PlaceringPåSøterritorie';
EXEC SetExtendedproperty 'MS_Description', 'Angiver Banedanmarks BGV-nummer og bygværksnummer', 'Bbr_bygning_historik', 'byg137BanedanmarkBygværksnummer';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_bygning_historik', 'byg140ServitutForUdlejningsEjendomDato';
EXEC SetExtendedproperty 'MS_Description', 'Liste med koder vedrørende gulvbelægning For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Gulvbelaegning">kodelisten.</a>', 'Bbr_bygning_historik', 'byg150Gulvbelægning';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_bygning_historik', 'byg151Frihøjde';
EXEC SetExtendedproperty 'MS_Description', 'Liste med koder vedrørende om en kontruktion er lukket eller åben For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Konstruktion">kodelisten.</a>', 'Bbr_bygning_historik', 'byg152ÅbenLukketKonstruktion';
EXEC SetExtendedproperty 'MS_Description', 'Liste med koder vedrørende konstruktionsforhold For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Konstruktionsforhold">kodelisten.</a>', 'Bbr_bygning_historik', 'byg153Konstruktionsforhold';
EXEC SetExtendedproperty 'MS_Description', 'Angiver den kommune bygningen flyttes til.', 'Bbr_bygning_historik', 'byg302Tilflytterkommune';
EXEC SetExtendedproperty 'MS_Description', 'Angiver øvrige bemærkninger fra stormrådet.', 'Bbr_bygning_historik', 'byg403ØvrigeBemærkningerFraStormrådet';
EXEC SetExtendedproperty 'MS_Description', 'Angiver bygningens geografiske reprsentation i form af et punkt.', 'Bbr_bygning_historik', 'byg404Koordinat';
EXEC SetExtendedproperty 'MS_Description', 'Beskrivende tekstnotat om særlige forhold for dette BBR-element', 'Bbr_bygning_historik', 'byg500Notatlinjer';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Unik ID for den angivne række.', 'Bbr_bygningpåfremmedgrund', 'rowkey';
EXEC SetExtendedproperty 'MS_Description', 'Startidspunktet for rækkens virkningstid.', 'Bbr_bygningpåfremmedgrund', 'virkningstart';
EXEC SetExtendedproperty 'MS_Description', 'Sluttidspunktet for rækkens virkningstid.', 'Bbr_bygningpåfremmedgrund', 'virkningslut';
EXEC SetExtendedproperty 'MS_Description', 'Startidspunktet for rækkens registreringstid.', 'Bbr_bygningpåfremmedgrund', 'registreringstart';
EXEC SetExtendedproperty 'MS_Description', 'Sluttidspunktet for rækkens registreringstid.', 'Bbr_bygningpåfremmedgrund', 'registreringslut';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Forretningshaendelse">kodelisten.</a>', 'Bbr_bygningpåfremmedgrund', 'forretningshændelse';
EXEC SetExtendedproperty 'MS_Description', 'FORM-kode for det offentlige forretningsområde som har opdateret bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsOmraade">kodelisten.</a>', 'Bbr_bygningpåfremmedgrund', 'forretningsområde';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsProcess">kodelisten.</a>', 'Bbr_bygningpåfremmedgrund', 'forretningsproces';
EXEC SetExtendedproperty 'MS_Description', 'Unik og uforanderlig identifikation af bygværkselementet igennem hele dets livscyklus', 'Bbr_bygningpåfremmedgrund', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Kode der identificerer den kommune som bygværkselementet hidhører For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Kommunekode">kodelisten.</a>', 'Bbr_bygningpåfremmedgrund', 'kommunekode';
EXEC SetExtendedproperty 'MS_Description', 'Kode som angiver hvilken aktør der har foretaget registreringen af den pågældende version af bygværkselementet', 'Bbr_bygningpåfremmedgrund', 'registreringsaktør';
EXEC SetExtendedproperty 'MS_Description', 'Kode for bygværkselementets status i den pågældende version, dvs. elementets tilstand i den samlede livscyklus For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Livscyklus">kodelisten.</a>', 'Bbr_bygningpåfremmedgrund', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den aktør der har afstedkommet virkningsegenskaberne for den pågældende version af bygværkselementet For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Virkningsakt%C3%B8r">kodelisten.</a>', 'Bbr_bygningpåfremmedgrund', 'virkningsaktør';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_bygningpåfremmedgrund', 'bygning';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_bygningpåfremmedgrund', 'bygningPåFremmedGrund';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Forretningshaendelse">kodelisten.</a>', 'Bbr_bygningpåfremmedgrund_aktuel', 'forretningshændelse';
EXEC SetExtendedproperty 'MS_Description', 'FORM-kode for det offentlige forretningsområde som har opdateret bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsOmraade">kodelisten.</a>', 'Bbr_bygningpåfremmedgrund_aktuel', 'forretningsområde';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsProcess">kodelisten.</a>', 'Bbr_bygningpåfremmedgrund_aktuel', 'forretningsproces';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Unik og uforanderlig identifikation af bygværkselementet igennem hele dets livscyklus', 'Bbr_bygningpåfremmedgrund_aktuel', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Kode der identificerer den kommune som bygværkselementet hidhører For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Kommunekode">kodelisten.</a>', 'Bbr_bygningpåfremmedgrund_aktuel', 'kommunekode';
EXEC SetExtendedproperty 'MS_Description', 'Kode som angiver hvilken aktør der har foretaget registreringen af den pågældende version af bygværkselementet', 'Bbr_bygningpåfremmedgrund_aktuel', 'registreringsaktør';
EXEC SetExtendedproperty 'MS_Description', 'Kode for bygværkselementets status i den pågældende version, dvs. elementets tilstand i den samlede livscyklus For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Livscyklus">kodelisten.</a>', 'Bbr_bygningpåfremmedgrund_aktuel', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den aktør der har afstedkommet virkningsegenskaberne for den pågældende version af bygværkselementet For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Virkningsakt%C3%B8r">kodelisten.</a>', 'Bbr_bygningpåfremmedgrund_aktuel', 'virkningsaktør';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_bygningpåfremmedgrund_aktuel', 'bygning';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_bygningpåfremmedgrund_aktuel', 'bygningPåFremmedGrund';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Unik ID for den angivne række.', 'Bbr_bygningpåfremmedgrund_historik', 'rowkey';
EXEC SetExtendedproperty 'MS_Description', 'Startidspunktet for rækkens virkningstid.', 'Bbr_bygningpåfremmedgrund_historik', 'virkningstart';
EXEC SetExtendedproperty 'MS_Description', 'Sluttidspunktet for rækkens virkningstid.', 'Bbr_bygningpåfremmedgrund_historik', 'virkningslut';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Forretningshaendelse">kodelisten.</a>', 'Bbr_bygningpåfremmedgrund_historik', 'forretningshændelse';
EXEC SetExtendedproperty 'MS_Description', 'FORM-kode for det offentlige forretningsområde som har opdateret bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsOmraade">kodelisten.</a>', 'Bbr_bygningpåfremmedgrund_historik', 'forretningsområde';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsProcess">kodelisten.</a>', 'Bbr_bygningpåfremmedgrund_historik', 'forretningsproces';
EXEC SetExtendedproperty 'MS_Description', 'Unik og uforanderlig identifikation af bygværkselementet igennem hele dets livscyklus', 'Bbr_bygningpåfremmedgrund_historik', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Kode der identificerer den kommune som bygværkselementet hidhører For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Kommunekode">kodelisten.</a>', 'Bbr_bygningpåfremmedgrund_historik', 'kommunekode';
EXEC SetExtendedproperty 'MS_Description', 'Kode som angiver hvilken aktør der har foretaget registreringen af den pågældende version af bygværkselementet', 'Bbr_bygningpåfremmedgrund_historik', 'registreringsaktør';
EXEC SetExtendedproperty 'MS_Description', 'Kode for bygværkselementets status i den pågældende version, dvs. elementets tilstand i den samlede livscyklus For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Livscyklus">kodelisten.</a>', 'Bbr_bygningpåfremmedgrund_historik', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den aktør der har afstedkommet virkningsegenskaberne for den pågældende version af bygværkselementet For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Virkningsakt%C3%B8r">kodelisten.</a>', 'Bbr_bygningpåfremmedgrund_historik', 'virkningsaktør';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_bygningpåfremmedgrund_historik', 'bygning';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_bygningpåfremmedgrund_historik', 'bygningPåFremmedGrund';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Unik ID for den angivne række.', 'Bbr_ejendomsrelation', 'rowkey';
EXEC SetExtendedproperty 'MS_Description', 'Startidspunktet for rækkens virkningstid.', 'Bbr_ejendomsrelation', 'virkningstart';
EXEC SetExtendedproperty 'MS_Description', 'Sluttidspunktet for rækkens virkningstid.', 'Bbr_ejendomsrelation', 'virkningslut';
EXEC SetExtendedproperty 'MS_Description', 'Startidspunktet for rækkens registreringstid.', 'Bbr_ejendomsrelation', 'registreringstart';
EXEC SetExtendedproperty 'MS_Description', 'Sluttidspunktet for rækkens registreringstid.', 'Bbr_ejendomsrelation', 'registreringslut';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Forretningshaendelse">kodelisten.</a>', 'Bbr_ejendomsrelation', 'forretningshændelse';
EXEC SetExtendedproperty 'MS_Description', 'FORM-kode for det offentlige forretningsområde som har opdateret bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsOmraade">kodelisten.</a>', 'Bbr_ejendomsrelation', 'forretningsområde';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsProcess">kodelisten.</a>', 'Bbr_ejendomsrelation', 'forretningsproces';
EXEC SetExtendedproperty 'MS_Description', 'Unik og uforanderlig identifikation af ejendomsrelationen igennem hele dens livscyklus', 'Bbr_ejendomsrelation', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Kode der identificerer den kommune som bygværkselementet hidhører For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Kommunekode">kodelisten.</a>', 'Bbr_ejendomsrelation', 'kommunekode';
EXEC SetExtendedproperty 'MS_Description', 'Kode som angiver hvilken aktør der har foretaget registreringen af den pågældende version af bygværkselementet', 'Bbr_ejendomsrelation', 'registreringsaktør';
EXEC SetExtendedproperty 'MS_Description', 'Kode for bygværkselementets status i den pågældende version, dvs. elementets tilstand i den samlede livscyklus For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Livscyklus">kodelisten.</a>', 'Bbr_ejendomsrelation', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den aktør der har afstedkommet virkningsegenskaberne for den pågældende version af bygværkselementet For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Virkningsakt%C3%B8r">kodelisten.</a>', 'Bbr_ejendomsrelation', 'virkningsaktør';
EXEC SetExtendedproperty 'MS_Description', 'Angiver den fælles ejendomsidentifikation for den bestemte faste ejendom som den tilhørende BBR-entitet udgør eller indgår i', 'Bbr_ejendomsrelation', 'bfeNummer';
EXEC SetExtendedproperty 'MS_Description', 'Ejerforholdskode for hovedejeren for den ejendom som denne ejendomsrelation refrerer til, baseret på Ejerfortegnelsens oplysninger om ejerskaber ejendommen For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Ejerforholdskode">kodelisten.</a>', 'Bbr_ejendomsrelation', 'ejendommensEjerforholdskode';
EXEC SetExtendedproperty 'MS_Description', 'Ejendomsnummer for den ESR-ejendom som denne ejendomsrelation indgår i', 'Bbr_ejendomsrelation', 'ejendomsnummer';
EXEC SetExtendedproperty 'MS_Description', 'Liste med koder vedrørende ejendomstype For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Ejendomstype">kodelisten.</a>', 'Bbr_ejendomsrelation', 'ejendomstype';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_ejendomsrelation', 'ejerlejlighedsnummer';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_ejendomsrelation', 'tinglystAreal';
EXEC SetExtendedproperty 'MS_Description', 'Angiver SKATs vurderingsejendomsnummer som denne Ejendomsrelation indgår i', 'Bbr_ejendomsrelation', 'vurderingsejendomsnummer';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Forretningshaendelse">kodelisten.</a>', 'Bbr_ejendomsrelation_aktuel', 'forretningshændelse';
EXEC SetExtendedproperty 'MS_Description', 'FORM-kode for det offentlige forretningsområde som har opdateret bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsOmraade">kodelisten.</a>', 'Bbr_ejendomsrelation_aktuel', 'forretningsområde';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsProcess">kodelisten.</a>', 'Bbr_ejendomsrelation_aktuel', 'forretningsproces';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Unik og uforanderlig identifikation af ejendomsrelationen igennem hele dens livscyklus', 'Bbr_ejendomsrelation_aktuel', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Kode der identificerer den kommune som bygværkselementet hidhører For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Kommunekode">kodelisten.</a>', 'Bbr_ejendomsrelation_aktuel', 'kommunekode';
EXEC SetExtendedproperty 'MS_Description', 'Kode som angiver hvilken aktør der har foretaget registreringen af den pågældende version af bygværkselementet', 'Bbr_ejendomsrelation_aktuel', 'registreringsaktør';
EXEC SetExtendedproperty 'MS_Description', 'Kode for bygværkselementets status i den pågældende version, dvs. elementets tilstand i den samlede livscyklus For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Livscyklus">kodelisten.</a>', 'Bbr_ejendomsrelation_aktuel', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den aktør der har afstedkommet virkningsegenskaberne for den pågældende version af bygværkselementet For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Virkningsakt%C3%B8r">kodelisten.</a>', 'Bbr_ejendomsrelation_aktuel', 'virkningsaktør';
EXEC SetExtendedproperty 'MS_Description', 'Angiver den fælles ejendomsidentifikation for den bestemte faste ejendom som den tilhørende BBR-entitet udgør eller indgår i', 'Bbr_ejendomsrelation_aktuel', 'bfeNummer';
EXEC SetExtendedproperty 'MS_Description', 'Ejerforholdskode for hovedejeren for den ejendom som denne ejendomsrelation refrerer til, baseret på Ejerfortegnelsens oplysninger om ejerskaber ejendommen For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Ejerforholdskode">kodelisten.</a>', 'Bbr_ejendomsrelation_aktuel', 'ejendommensEjerforholdskode';
EXEC SetExtendedproperty 'MS_Description', 'Ejendomsnummer for den ESR-ejendom som denne ejendomsrelation indgår i', 'Bbr_ejendomsrelation_aktuel', 'ejendomsnummer';
EXEC SetExtendedproperty 'MS_Description', 'Liste med koder vedrørende ejendomstype For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Ejendomstype">kodelisten.</a>', 'Bbr_ejendomsrelation_aktuel', 'ejendomstype';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_ejendomsrelation_aktuel', 'ejerlejlighedsnummer';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_ejendomsrelation_aktuel', 'tinglystAreal';
EXEC SetExtendedproperty 'MS_Description', 'Angiver SKATs vurderingsejendomsnummer som denne Ejendomsrelation indgår i', 'Bbr_ejendomsrelation_aktuel', 'vurderingsejendomsnummer';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Unik ID for den angivne række.', 'Bbr_ejendomsrelation_historik', 'rowkey';
EXEC SetExtendedproperty 'MS_Description', 'Startidspunktet for rækkens virkningstid.', 'Bbr_ejendomsrelation_historik', 'virkningstart';
EXEC SetExtendedproperty 'MS_Description', 'Sluttidspunktet for rækkens virkningstid.', 'Bbr_ejendomsrelation_historik', 'virkningslut';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Forretningshaendelse">kodelisten.</a>', 'Bbr_ejendomsrelation_historik', 'forretningshændelse';
EXEC SetExtendedproperty 'MS_Description', 'FORM-kode for det offentlige forretningsområde som har opdateret bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsOmraade">kodelisten.</a>', 'Bbr_ejendomsrelation_historik', 'forretningsområde';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsProcess">kodelisten.</a>', 'Bbr_ejendomsrelation_historik', 'forretningsproces';
EXEC SetExtendedproperty 'MS_Description', 'Unik og uforanderlig identifikation af ejendomsrelationen igennem hele dens livscyklus', 'Bbr_ejendomsrelation_historik', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Kode der identificerer den kommune som bygværkselementet hidhører For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Kommunekode">kodelisten.</a>', 'Bbr_ejendomsrelation_historik', 'kommunekode';
EXEC SetExtendedproperty 'MS_Description', 'Kode som angiver hvilken aktør der har foretaget registreringen af den pågældende version af bygværkselementet', 'Bbr_ejendomsrelation_historik', 'registreringsaktør';
EXEC SetExtendedproperty 'MS_Description', 'Kode for bygværkselementets status i den pågældende version, dvs. elementets tilstand i den samlede livscyklus For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Livscyklus">kodelisten.</a>', 'Bbr_ejendomsrelation_historik', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den aktør der har afstedkommet virkningsegenskaberne for den pågældende version af bygværkselementet For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Virkningsakt%C3%B8r">kodelisten.</a>', 'Bbr_ejendomsrelation_historik', 'virkningsaktør';
EXEC SetExtendedproperty 'MS_Description', 'Angiver den fælles ejendomsidentifikation for den bestemte faste ejendom som den tilhørende BBR-entitet udgør eller indgår i', 'Bbr_ejendomsrelation_historik', 'bfeNummer';
EXEC SetExtendedproperty 'MS_Description', 'Ejerforholdskode for hovedejeren for den ejendom som denne ejendomsrelation refrerer til, baseret på Ejerfortegnelsens oplysninger om ejerskaber ejendommen For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Ejerforholdskode">kodelisten.</a>', 'Bbr_ejendomsrelation_historik', 'ejendommensEjerforholdskode';
EXEC SetExtendedproperty 'MS_Description', 'Ejendomsnummer for den ESR-ejendom som denne ejendomsrelation indgår i', 'Bbr_ejendomsrelation_historik', 'ejendomsnummer';
EXEC SetExtendedproperty 'MS_Description', 'Liste med koder vedrørende ejendomstype For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Ejendomstype">kodelisten.</a>', 'Bbr_ejendomsrelation_historik', 'ejendomstype';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_ejendomsrelation_historik', 'ejerlejlighedsnummer';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_ejendomsrelation_historik', 'tinglystAreal';
EXEC SetExtendedproperty 'MS_Description', 'Angiver SKATs vurderingsejendomsnummer som denne Ejendomsrelation indgår i', 'Bbr_ejendomsrelation_historik', 'vurderingsejendomsnummer';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Unik ID for den angivne række.', 'Bbr_enhed', 'rowkey';
EXEC SetExtendedproperty 'MS_Description', 'Startidspunktet for rækkens virkningstid.', 'Bbr_enhed', 'virkningstart';
EXEC SetExtendedproperty 'MS_Description', 'Sluttidspunktet for rækkens virkningstid.', 'Bbr_enhed', 'virkningslut';
EXEC SetExtendedproperty 'MS_Description', 'Startidspunktet for rækkens registreringstid.', 'Bbr_enhed', 'registreringstart';
EXEC SetExtendedproperty 'MS_Description', 'Sluttidspunktet for rækkens registreringstid.', 'Bbr_enhed', 'registreringslut';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Forretningshaendelse">kodelisten.</a>', 'Bbr_enhed', 'forretningshændelse';
EXEC SetExtendedproperty 'MS_Description', 'FORM-kode for det offentlige forretningsområde som har opdateret bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsOmraade">kodelisten.</a>', 'Bbr_enhed', 'forretningsområde';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsProcess">kodelisten.</a>', 'Bbr_enhed', 'forretningsproces';
EXEC SetExtendedproperty 'MS_Description', 'Unik og uforanderlig identifikation af bygværkselementet igennem hele dets livscyklus', 'Bbr_enhed', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Kode der identificerer den kommune som bygværkselementet hidhører For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Kommunekode">kodelisten.</a>', 'Bbr_enhed', 'kommunekode';
EXEC SetExtendedproperty 'MS_Description', 'Kode som angiver hvilken aktør der har foretaget registreringen af den pågældende version af bygværkselementet', 'Bbr_enhed', 'registreringsaktør';
EXEC SetExtendedproperty 'MS_Description', 'Kode for bygværkselementets status i den pågældende version, dvs. elementets tilstand i den samlede livscyklus For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Livscyklus">kodelisten.</a>', 'Bbr_enhed', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den aktør der har afstedkommet virkningsegenskaberne for den pågældende version af bygværkselementet For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Virkningsakt%C3%B8r">kodelisten.</a>', 'Bbr_enhed', 'virkningsaktør';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_enhed', 'adresse';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_enhed', 'etage';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_enhed', 'opgang';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_enhed', 'bygning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver kode for enhedens anvendelse. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/EnhAnvendelse">kodelisten.</a>', 'Bbr_enhed', 'enh020EnhedensAnvendelse';
EXEC SetExtendedproperty 'MS_Description', 'Angiver kode for boligtype. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Boligtype">kodelisten.</a>', 'Bbr_enhed', 'enh023Boligtype';
EXEC SetExtendedproperty 'MS_Description', 'Angiver kode for kondemneret boligenhed. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/KondemneretBoligenhed">kodelisten.</a>', 'Bbr_enhed', 'enh024KondemneretBoligenhed';
EXEC SetExtendedproperty 'MS_Description', 'Angiver oprettelsesdato for enheden.', 'Bbr_enhed', 'enh025OprettelsesdatoForEnhedensIdentifikation';
EXEC SetExtendedproperty 'MS_Description', 'Angiver enhedens samlede areal.', 'Bbr_enhed', 'enh026EnhedensSamledeAreal';
EXEC SetExtendedproperty 'MS_Description', 'Angiver enhedens areal til beboelse.', 'Bbr_enhed', 'enh027ArealTilBeboelse';
EXEC SetExtendedproperty 'MS_Description', 'Angiver enhedens areal til erhverv.', 'Bbr_enhed', 'enh028ArealTilErhverv';
EXEC SetExtendedproperty 'MS_Description', 'Angiver kode for kilde til oplysninger om areal. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/KildeTilOplysninger">kodelisten.</a>', 'Bbr_enhed', 'enh030KildeTilEnhedensArealer';
EXEC SetExtendedproperty 'MS_Description', 'Angiver antal værelser i enheden.', 'Bbr_enhed', 'enh031AntalVærelser';
EXEC SetExtendedproperty 'MS_Description', 'Angiver kode for enhedens toiletforhold. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Toiletforhold">kodelisten.</a>', 'Bbr_enhed', 'enh032Toiletforhold';
EXEC SetExtendedproperty 'MS_Description', 'Angiver kode for enhedens badeforhold. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Badeforhold">kodelisten.</a>', 'Bbr_enhed', 'enh033Badeforhold';
EXEC SetExtendedproperty 'MS_Description', 'Angiver kode for enhedens køkkenforhold. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Koekkenforhold">kodelisten.</a>', 'Bbr_enhed', 'enh034Køkkenforhold';
EXEC SetExtendedproperty 'MS_Description', 'Angiver kode for enhedens energiforsyning. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Energiforsyning">kodelisten.</a>', 'Bbr_enhed', 'enh035Energiforsyning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver enhedens andet areal', 'Bbr_enhed', 'enh039AndetAreal';
EXEC SetExtendedproperty 'MS_Description', 'Angiver eventuel dispensation til anvendelse af enheden For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/LovligAnvendelse">kodelisten.</a>', 'Bbr_enhed', 'enh041LovligAnvendelse';
EXEC SetExtendedproperty 'MS_Description', 'Angiver dato for tidsbegrænset dispensation.', 'Bbr_enhed', 'enh042DatoForTidsbegrænsetDispensation';
EXEC SetExtendedproperty 'MS_Description', 'Angiver dato for delvis ibrugtagningstilladelse.', 'Bbr_enhed', 'enh044DatoForDelvisIbrugtagningsTilladelse';
EXEC SetExtendedproperty 'MS_Description', 'Angiver enhedens udlejningsforhold For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Udlejningsforhold">kodelisten.</a>', 'Bbr_enhed', 'enh045Udlejningsforhold';
EXEC SetExtendedproperty 'MS_Description', 'Angiver offentlig støtte. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/OffentligStoette">kodelisten.</a>', 'Bbr_enhed', 'enh046OffentligStøtte';
EXEC SetExtendedproperty 'MS_Description', 'Angiver dato for indflytning.', 'Bbr_enhed', 'enh047IndflytningDato';
EXEC SetExtendedproperty 'MS_Description', 'Angiver om boligen er godkendt som tom bolig For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/GodkendtTomBolig">kodelisten.</a>', 'Bbr_enhed', 'enh048GodkendtTomBolig';
EXEC SetExtendedproperty 'MS_Description', 'Angiver enhedens varmeinstallation. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Varmeinstallation">kodelisten.</a>', 'Bbr_enhed', 'enh051Varmeinstallation';
EXEC SetExtendedproperty 'MS_Description', 'Angiver enhedens opvarmningsmiddel. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Opvarmningsmiddel">kodelisten.</a>', 'Bbr_enhed', 'enh052Opvarmningsmiddel';
EXEC SetExtendedproperty 'MS_Description', 'Angiver enhedens supplerende varme. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/SupplerendeVarme">kodelisten.</a>', 'Bbr_enhed', 'enh053SupplerendeVarme';
EXEC SetExtendedproperty 'MS_Description', 'Angiver enhedens andel i fælles adgangsareal.', 'Bbr_enhed', 'enh060EnhedensAndelFællesAdgangsareal';
EXEC SetExtendedproperty 'MS_Description', 'Angiver enhedens areal af åben overdækning.', 'Bbr_enhed', 'enh061ArealAfÅbenOverdækning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver enhedens areal af lukket overdækning.', 'Bbr_enhed', 'enh062ArealAfLukketOverdækningUdestue';
EXEC SetExtendedproperty 'MS_Description', 'Angiver antal værelser i enheden der anvendes til erhverv.', 'Bbr_enhed', 'enh063AntalVærelserTilErhverv';
EXEC SetExtendedproperty 'MS_Description', 'Angiver antal vandskyllende toiletter.', 'Bbr_enhed', 'enh065AntalVandskylledeToiletter';
EXEC SetExtendedproperty 'MS_Description', 'Angiver antal badeværeslser.', 'Bbr_enhed', 'enh066AntalBadeværelser';
EXEC SetExtendedproperty 'MS_Description', 'Angiver årstal for støjisolering.', 'Bbr_enhed', 'enh067Støjisolering';
EXEC SetExtendedproperty 'MS_Description', 'Liste med koder vedrørende arten af tilladelse For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Tilladelsesart">kodelisten.</a>', 'Bbr_enhed', 'enh068FlexboligTilladelsesart';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_enhed', 'enh069FlexboligOphørsdato';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_enhed', 'enh070ÅbenAltanTagterrasseAreal';
EXEC SetExtendedproperty 'MS_Description', 'Liste med koder vedrørende adressens funktion i forhold til enheden For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/AdresseRolle">kodelisten.</a>', 'Bbr_enhed', 'enh071AdresseFunktion';
EXEC SetExtendedproperty 'MS_Description', 'Angvier gyldighedsdato for enheden', 'Bbr_enhed', 'enh101Gyldighedsdato';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_enhed', 'enh102HerafAreal1';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_enhed', 'enh103HerafAreal2';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_enhed', 'enh104HerafAreal3';
EXEC SetExtendedproperty 'MS_Description', 'Liste med koder vedrørende anvendelse For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/EnhAnvendelse">kodelisten.</a>', 'Bbr_enhed', 'enh105SupplerendeAnvendelseskode1';
EXEC SetExtendedproperty 'MS_Description', 'Liste med koder vedrørende anvendelse For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/EnhAnvendelse">kodelisten.</a>', 'Bbr_enhed', 'enh106SupplerendeAnvendelseskode2';
EXEC SetExtendedproperty 'MS_Description', 'Liste med koder vedrørende anvendelse For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/EnhAnvendelse">kodelisten.</a>', 'Bbr_enhed', 'enh107SupplerendeAnvendelseskode3';
EXEC SetExtendedproperty 'MS_Description', 'Angiver enhedens fysiske areal til beboelse.', 'Bbr_enhed', 'enh127FysiskArealTilBeboelse';
EXEC SetExtendedproperty 'MS_Description', 'Angiver enhedens fysiske areal til erhverv.', 'Bbr_enhed', 'enh128FysiskArealTilErhverv';
EXEC SetExtendedproperty 'MS_Description', 'Beskrivende tekstnotat om særlige forhold for dette BBR-element', 'Bbr_enhed', 'enh500Notatlinjer';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Forretningshaendelse">kodelisten.</a>', 'Bbr_enhed_aktuel', 'forretningshændelse';
EXEC SetExtendedproperty 'MS_Description', 'FORM-kode for det offentlige forretningsområde som har opdateret bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsOmraade">kodelisten.</a>', 'Bbr_enhed_aktuel', 'forretningsområde';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsProcess">kodelisten.</a>', 'Bbr_enhed_aktuel', 'forretningsproces';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Unik og uforanderlig identifikation af bygværkselementet igennem hele dets livscyklus', 'Bbr_enhed_aktuel', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Kode der identificerer den kommune som bygværkselementet hidhører For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Kommunekode">kodelisten.</a>', 'Bbr_enhed_aktuel', 'kommunekode';
EXEC SetExtendedproperty 'MS_Description', 'Kode som angiver hvilken aktør der har foretaget registreringen af den pågældende version af bygværkselementet', 'Bbr_enhed_aktuel', 'registreringsaktør';
EXEC SetExtendedproperty 'MS_Description', 'Kode for bygværkselementets status i den pågældende version, dvs. elementets tilstand i den samlede livscyklus For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Livscyklus">kodelisten.</a>', 'Bbr_enhed_aktuel', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den aktør der har afstedkommet virkningsegenskaberne for den pågældende version af bygværkselementet For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Virkningsakt%C3%B8r">kodelisten.</a>', 'Bbr_enhed_aktuel', 'virkningsaktør';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_enhed_aktuel', 'adresse';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_enhed_aktuel', 'etage';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_enhed_aktuel', 'opgang';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_enhed_aktuel', 'bygning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver kode for enhedens anvendelse. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/EnhAnvendelse">kodelisten.</a>', 'Bbr_enhed_aktuel', 'enh020EnhedensAnvendelse';
EXEC SetExtendedproperty 'MS_Description', 'Angiver kode for boligtype. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Boligtype">kodelisten.</a>', 'Bbr_enhed_aktuel', 'enh023Boligtype';
EXEC SetExtendedproperty 'MS_Description', 'Angiver kode for kondemneret boligenhed. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/KondemneretBoligenhed">kodelisten.</a>', 'Bbr_enhed_aktuel', 'enh024KondemneretBoligenhed';
EXEC SetExtendedproperty 'MS_Description', 'Angiver oprettelsesdato for enheden.', 'Bbr_enhed_aktuel', 'enh025OprettelsesdatoForEnhedensIdentifikation';
EXEC SetExtendedproperty 'MS_Description', 'Angiver enhedens samlede areal.', 'Bbr_enhed_aktuel', 'enh026EnhedensSamledeAreal';
EXEC SetExtendedproperty 'MS_Description', 'Angiver enhedens areal til beboelse.', 'Bbr_enhed_aktuel', 'enh027ArealTilBeboelse';
EXEC SetExtendedproperty 'MS_Description', 'Angiver enhedens areal til erhverv.', 'Bbr_enhed_aktuel', 'enh028ArealTilErhverv';
EXEC SetExtendedproperty 'MS_Description', 'Angiver kode for kilde til oplysninger om areal. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/KildeTilOplysninger">kodelisten.</a>', 'Bbr_enhed_aktuel', 'enh030KildeTilEnhedensArealer';
EXEC SetExtendedproperty 'MS_Description', 'Angiver antal værelser i enheden.', 'Bbr_enhed_aktuel', 'enh031AntalVærelser';
EXEC SetExtendedproperty 'MS_Description', 'Angiver kode for enhedens toiletforhold. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Toiletforhold">kodelisten.</a>', 'Bbr_enhed_aktuel', 'enh032Toiletforhold';
EXEC SetExtendedproperty 'MS_Description', 'Angiver kode for enhedens badeforhold. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Badeforhold">kodelisten.</a>', 'Bbr_enhed_aktuel', 'enh033Badeforhold';
EXEC SetExtendedproperty 'MS_Description', 'Angiver kode for enhedens køkkenforhold. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Koekkenforhold">kodelisten.</a>', 'Bbr_enhed_aktuel', 'enh034Køkkenforhold';
EXEC SetExtendedproperty 'MS_Description', 'Angiver kode for enhedens energiforsyning. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Energiforsyning">kodelisten.</a>', 'Bbr_enhed_aktuel', 'enh035Energiforsyning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver enhedens andet areal', 'Bbr_enhed_aktuel', 'enh039AndetAreal';
EXEC SetExtendedproperty 'MS_Description', 'Angiver eventuel dispensation til anvendelse af enheden For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/LovligAnvendelse">kodelisten.</a>', 'Bbr_enhed_aktuel', 'enh041LovligAnvendelse';
EXEC SetExtendedproperty 'MS_Description', 'Angiver dato for tidsbegrænset dispensation.', 'Bbr_enhed_aktuel', 'enh042DatoForTidsbegrænsetDispensation';
EXEC SetExtendedproperty 'MS_Description', 'Angiver dato for delvis ibrugtagningstilladelse.', 'Bbr_enhed_aktuel', 'enh044DatoForDelvisIbrugtagningsTilladelse';
EXEC SetExtendedproperty 'MS_Description', 'Angiver enhedens udlejningsforhold For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Udlejningsforhold">kodelisten.</a>', 'Bbr_enhed_aktuel', 'enh045Udlejningsforhold';
EXEC SetExtendedproperty 'MS_Description', 'Angiver offentlig støtte. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/OffentligStoette">kodelisten.</a>', 'Bbr_enhed_aktuel', 'enh046OffentligStøtte';
EXEC SetExtendedproperty 'MS_Description', 'Angiver dato for indflytning.', 'Bbr_enhed_aktuel', 'enh047IndflytningDato';
EXEC SetExtendedproperty 'MS_Description', 'Angiver om boligen er godkendt som tom bolig For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/GodkendtTomBolig">kodelisten.</a>', 'Bbr_enhed_aktuel', 'enh048GodkendtTomBolig';
EXEC SetExtendedproperty 'MS_Description', 'Angiver enhedens varmeinstallation. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Varmeinstallation">kodelisten.</a>', 'Bbr_enhed_aktuel', 'enh051Varmeinstallation';
EXEC SetExtendedproperty 'MS_Description', 'Angiver enhedens opvarmningsmiddel. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Opvarmningsmiddel">kodelisten.</a>', 'Bbr_enhed_aktuel', 'enh052Opvarmningsmiddel';
EXEC SetExtendedproperty 'MS_Description', 'Angiver enhedens supplerende varme. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/SupplerendeVarme">kodelisten.</a>', 'Bbr_enhed_aktuel', 'enh053SupplerendeVarme';
EXEC SetExtendedproperty 'MS_Description', 'Angiver enhedens andel i fælles adgangsareal.', 'Bbr_enhed_aktuel', 'enh060EnhedensAndelFællesAdgangsareal';
EXEC SetExtendedproperty 'MS_Description', 'Angiver enhedens areal af åben overdækning.', 'Bbr_enhed_aktuel', 'enh061ArealAfÅbenOverdækning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver enhedens areal af lukket overdækning.', 'Bbr_enhed_aktuel', 'enh062ArealAfLukketOverdækningUdestue';
EXEC SetExtendedproperty 'MS_Description', 'Angiver antal værelser i enheden der anvendes til erhverv.', 'Bbr_enhed_aktuel', 'enh063AntalVærelserTilErhverv';
EXEC SetExtendedproperty 'MS_Description', 'Angiver antal vandskyllende toiletter.', 'Bbr_enhed_aktuel', 'enh065AntalVandskylledeToiletter';
EXEC SetExtendedproperty 'MS_Description', 'Angiver antal badeværeslser.', 'Bbr_enhed_aktuel', 'enh066AntalBadeværelser';
EXEC SetExtendedproperty 'MS_Description', 'Angiver årstal for støjisolering.', 'Bbr_enhed_aktuel', 'enh067Støjisolering';
EXEC SetExtendedproperty 'MS_Description', 'Liste med koder vedrørende arten af tilladelse For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Tilladelsesart">kodelisten.</a>', 'Bbr_enhed_aktuel', 'enh068FlexboligTilladelsesart';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_enhed_aktuel', 'enh069FlexboligOphørsdato';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_enhed_aktuel', 'enh070ÅbenAltanTagterrasseAreal';
EXEC SetExtendedproperty 'MS_Description', 'Liste med koder vedrørende adressens funktion i forhold til enheden For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/AdresseRolle">kodelisten.</a>', 'Bbr_enhed_aktuel', 'enh071AdresseFunktion';
EXEC SetExtendedproperty 'MS_Description', 'Angvier gyldighedsdato for enheden', 'Bbr_enhed_aktuel', 'enh101Gyldighedsdato';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_enhed_aktuel', 'enh102HerafAreal1';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_enhed_aktuel', 'enh103HerafAreal2';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_enhed_aktuel', 'enh104HerafAreal3';
EXEC SetExtendedproperty 'MS_Description', 'Liste med koder vedrørende anvendelse For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/EnhAnvendelse">kodelisten.</a>', 'Bbr_enhed_aktuel', 'enh105SupplerendeAnvendelseskode1';
EXEC SetExtendedproperty 'MS_Description', 'Liste med koder vedrørende anvendelse For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/EnhAnvendelse">kodelisten.</a>', 'Bbr_enhed_aktuel', 'enh106SupplerendeAnvendelseskode2';
EXEC SetExtendedproperty 'MS_Description', 'Liste med koder vedrørende anvendelse For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/EnhAnvendelse">kodelisten.</a>', 'Bbr_enhed_aktuel', 'enh107SupplerendeAnvendelseskode3';
EXEC SetExtendedproperty 'MS_Description', 'Angiver enhedens fysiske areal til beboelse.', 'Bbr_enhed_aktuel', 'enh127FysiskArealTilBeboelse';
EXEC SetExtendedproperty 'MS_Description', 'Angiver enhedens fysiske areal til erhverv.', 'Bbr_enhed_aktuel', 'enh128FysiskArealTilErhverv';
EXEC SetExtendedproperty 'MS_Description', 'Beskrivende tekstnotat om særlige forhold for dette BBR-element', 'Bbr_enhed_aktuel', 'enh500Notatlinjer';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Unik ID for den angivne række.', 'Bbr_enhed_historik', 'rowkey';
EXEC SetExtendedproperty 'MS_Description', 'Startidspunktet for rækkens virkningstid.', 'Bbr_enhed_historik', 'virkningstart';
EXEC SetExtendedproperty 'MS_Description', 'Sluttidspunktet for rækkens virkningstid.', 'Bbr_enhed_historik', 'virkningslut';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Forretningshaendelse">kodelisten.</a>', 'Bbr_enhed_historik', 'forretningshændelse';
EXEC SetExtendedproperty 'MS_Description', 'FORM-kode for det offentlige forretningsområde som har opdateret bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsOmraade">kodelisten.</a>', 'Bbr_enhed_historik', 'forretningsområde';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsProcess">kodelisten.</a>', 'Bbr_enhed_historik', 'forretningsproces';
EXEC SetExtendedproperty 'MS_Description', 'Unik og uforanderlig identifikation af bygværkselementet igennem hele dets livscyklus', 'Bbr_enhed_historik', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Kode der identificerer den kommune som bygværkselementet hidhører For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Kommunekode">kodelisten.</a>', 'Bbr_enhed_historik', 'kommunekode';
EXEC SetExtendedproperty 'MS_Description', 'Kode som angiver hvilken aktør der har foretaget registreringen af den pågældende version af bygværkselementet', 'Bbr_enhed_historik', 'registreringsaktør';
EXEC SetExtendedproperty 'MS_Description', 'Kode for bygværkselementets status i den pågældende version, dvs. elementets tilstand i den samlede livscyklus For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Livscyklus">kodelisten.</a>', 'Bbr_enhed_historik', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den aktør der har afstedkommet virkningsegenskaberne for den pågældende version af bygværkselementet For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Virkningsakt%C3%B8r">kodelisten.</a>', 'Bbr_enhed_historik', 'virkningsaktør';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_enhed_historik', 'adresse';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_enhed_historik', 'etage';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_enhed_historik', 'opgang';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_enhed_historik', 'bygning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver kode for enhedens anvendelse. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/EnhAnvendelse">kodelisten.</a>', 'Bbr_enhed_historik', 'enh020EnhedensAnvendelse';
EXEC SetExtendedproperty 'MS_Description', 'Angiver kode for boligtype. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Boligtype">kodelisten.</a>', 'Bbr_enhed_historik', 'enh023Boligtype';
EXEC SetExtendedproperty 'MS_Description', 'Angiver kode for kondemneret boligenhed. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/KondemneretBoligenhed">kodelisten.</a>', 'Bbr_enhed_historik', 'enh024KondemneretBoligenhed';
EXEC SetExtendedproperty 'MS_Description', 'Angiver oprettelsesdato for enheden.', 'Bbr_enhed_historik', 'enh025OprettelsesdatoForEnhedensIdentifikation';
EXEC SetExtendedproperty 'MS_Description', 'Angiver enhedens samlede areal.', 'Bbr_enhed_historik', 'enh026EnhedensSamledeAreal';
EXEC SetExtendedproperty 'MS_Description', 'Angiver enhedens areal til beboelse.', 'Bbr_enhed_historik', 'enh027ArealTilBeboelse';
EXEC SetExtendedproperty 'MS_Description', 'Angiver enhedens areal til erhverv.', 'Bbr_enhed_historik', 'enh028ArealTilErhverv';
EXEC SetExtendedproperty 'MS_Description', 'Angiver kode for kilde til oplysninger om areal. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/KildeTilOplysninger">kodelisten.</a>', 'Bbr_enhed_historik', 'enh030KildeTilEnhedensArealer';
EXEC SetExtendedproperty 'MS_Description', 'Angiver antal værelser i enheden.', 'Bbr_enhed_historik', 'enh031AntalVærelser';
EXEC SetExtendedproperty 'MS_Description', 'Angiver kode for enhedens toiletforhold. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Toiletforhold">kodelisten.</a>', 'Bbr_enhed_historik', 'enh032Toiletforhold';
EXEC SetExtendedproperty 'MS_Description', 'Angiver kode for enhedens badeforhold. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Badeforhold">kodelisten.</a>', 'Bbr_enhed_historik', 'enh033Badeforhold';
EXEC SetExtendedproperty 'MS_Description', 'Angiver kode for enhedens køkkenforhold. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Koekkenforhold">kodelisten.</a>', 'Bbr_enhed_historik', 'enh034Køkkenforhold';
EXEC SetExtendedproperty 'MS_Description', 'Angiver kode for enhedens energiforsyning. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Energiforsyning">kodelisten.</a>', 'Bbr_enhed_historik', 'enh035Energiforsyning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver enhedens andet areal', 'Bbr_enhed_historik', 'enh039AndetAreal';
EXEC SetExtendedproperty 'MS_Description', 'Angiver eventuel dispensation til anvendelse af enheden For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/LovligAnvendelse">kodelisten.</a>', 'Bbr_enhed_historik', 'enh041LovligAnvendelse';
EXEC SetExtendedproperty 'MS_Description', 'Angiver dato for tidsbegrænset dispensation.', 'Bbr_enhed_historik', 'enh042DatoForTidsbegrænsetDispensation';
EXEC SetExtendedproperty 'MS_Description', 'Angiver dato for delvis ibrugtagningstilladelse.', 'Bbr_enhed_historik', 'enh044DatoForDelvisIbrugtagningsTilladelse';
EXEC SetExtendedproperty 'MS_Description', 'Angiver enhedens udlejningsforhold For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Udlejningsforhold">kodelisten.</a>', 'Bbr_enhed_historik', 'enh045Udlejningsforhold';
EXEC SetExtendedproperty 'MS_Description', 'Angiver offentlig støtte. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/OffentligStoette">kodelisten.</a>', 'Bbr_enhed_historik', 'enh046OffentligStøtte';
EXEC SetExtendedproperty 'MS_Description', 'Angiver dato for indflytning.', 'Bbr_enhed_historik', 'enh047IndflytningDato';
EXEC SetExtendedproperty 'MS_Description', 'Angiver om boligen er godkendt som tom bolig For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/GodkendtTomBolig">kodelisten.</a>', 'Bbr_enhed_historik', 'enh048GodkendtTomBolig';
EXEC SetExtendedproperty 'MS_Description', 'Angiver enhedens varmeinstallation. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Varmeinstallation">kodelisten.</a>', 'Bbr_enhed_historik', 'enh051Varmeinstallation';
EXEC SetExtendedproperty 'MS_Description', 'Angiver enhedens opvarmningsmiddel. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Opvarmningsmiddel">kodelisten.</a>', 'Bbr_enhed_historik', 'enh052Opvarmningsmiddel';
EXEC SetExtendedproperty 'MS_Description', 'Angiver enhedens supplerende varme. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/SupplerendeVarme">kodelisten.</a>', 'Bbr_enhed_historik', 'enh053SupplerendeVarme';
EXEC SetExtendedproperty 'MS_Description', 'Angiver enhedens andel i fælles adgangsareal.', 'Bbr_enhed_historik', 'enh060EnhedensAndelFællesAdgangsareal';
EXEC SetExtendedproperty 'MS_Description', 'Angiver enhedens areal af åben overdækning.', 'Bbr_enhed_historik', 'enh061ArealAfÅbenOverdækning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver enhedens areal af lukket overdækning.', 'Bbr_enhed_historik', 'enh062ArealAfLukketOverdækningUdestue';
EXEC SetExtendedproperty 'MS_Description', 'Angiver antal værelser i enheden der anvendes til erhverv.', 'Bbr_enhed_historik', 'enh063AntalVærelserTilErhverv';
EXEC SetExtendedproperty 'MS_Description', 'Angiver antal vandskyllende toiletter.', 'Bbr_enhed_historik', 'enh065AntalVandskylledeToiletter';
EXEC SetExtendedproperty 'MS_Description', 'Angiver antal badeværeslser.', 'Bbr_enhed_historik', 'enh066AntalBadeværelser';
EXEC SetExtendedproperty 'MS_Description', 'Angiver årstal for støjisolering.', 'Bbr_enhed_historik', 'enh067Støjisolering';
EXEC SetExtendedproperty 'MS_Description', 'Liste med koder vedrørende arten af tilladelse For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Tilladelsesart">kodelisten.</a>', 'Bbr_enhed_historik', 'enh068FlexboligTilladelsesart';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_enhed_historik', 'enh069FlexboligOphørsdato';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_enhed_historik', 'enh070ÅbenAltanTagterrasseAreal';
EXEC SetExtendedproperty 'MS_Description', 'Liste med koder vedrørende adressens funktion i forhold til enheden For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/AdresseRolle">kodelisten.</a>', 'Bbr_enhed_historik', 'enh071AdresseFunktion';
EXEC SetExtendedproperty 'MS_Description', 'Angvier gyldighedsdato for enheden', 'Bbr_enhed_historik', 'enh101Gyldighedsdato';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_enhed_historik', 'enh102HerafAreal1';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_enhed_historik', 'enh103HerafAreal2';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_enhed_historik', 'enh104HerafAreal3';
EXEC SetExtendedproperty 'MS_Description', 'Liste med koder vedrørende anvendelse For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/EnhAnvendelse">kodelisten.</a>', 'Bbr_enhed_historik', 'enh105SupplerendeAnvendelseskode1';
EXEC SetExtendedproperty 'MS_Description', 'Liste med koder vedrørende anvendelse For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/EnhAnvendelse">kodelisten.</a>', 'Bbr_enhed_historik', 'enh106SupplerendeAnvendelseskode2';
EXEC SetExtendedproperty 'MS_Description', 'Liste med koder vedrørende anvendelse For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/EnhAnvendelse">kodelisten.</a>', 'Bbr_enhed_historik', 'enh107SupplerendeAnvendelseskode3';
EXEC SetExtendedproperty 'MS_Description', 'Angiver enhedens fysiske areal til beboelse.', 'Bbr_enhed_historik', 'enh127FysiskArealTilBeboelse';
EXEC SetExtendedproperty 'MS_Description', 'Angiver enhedens fysiske areal til erhverv.', 'Bbr_enhed_historik', 'enh128FysiskArealTilErhverv';
EXEC SetExtendedproperty 'MS_Description', 'Beskrivende tekstnotat om særlige forhold for dette BBR-element', 'Bbr_enhed_historik', 'enh500Notatlinjer';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Unik ID for den angivne række.', 'Bbr_enhedejerlejlighed', 'rowkey';
EXEC SetExtendedproperty 'MS_Description', 'Startidspunktet for rækkens virkningstid.', 'Bbr_enhedejerlejlighed', 'virkningstart';
EXEC SetExtendedproperty 'MS_Description', 'Sluttidspunktet for rækkens virkningstid.', 'Bbr_enhedejerlejlighed', 'virkningslut';
EXEC SetExtendedproperty 'MS_Description', 'Startidspunktet for rækkens registreringstid.', 'Bbr_enhedejerlejlighed', 'registreringstart';
EXEC SetExtendedproperty 'MS_Description', 'Sluttidspunktet for rækkens registreringstid.', 'Bbr_enhedejerlejlighed', 'registreringslut';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Forretningshaendelse">kodelisten.</a>', 'Bbr_enhedejerlejlighed', 'forretningshændelse';
EXEC SetExtendedproperty 'MS_Description', 'FORM-kode for det offentlige forretningsområde som har opdateret bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsOmraade">kodelisten.</a>', 'Bbr_enhedejerlejlighed', 'forretningsområde';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsProcess">kodelisten.</a>', 'Bbr_enhedejerlejlighed', 'forretningsproces';
EXEC SetExtendedproperty 'MS_Description', 'Unik og uforanderlig identifikation af bygværkselementet igennem hele dets livscyklus', 'Bbr_enhedejerlejlighed', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Kode der identificerer den kommune som bygværkselementet hidhører For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Kommunekode">kodelisten.</a>', 'Bbr_enhedejerlejlighed', 'kommunekode';
EXEC SetExtendedproperty 'MS_Description', 'Kode som angiver hvilken aktør der har foretaget registreringen af den pågældende version af bygværkselementet', 'Bbr_enhedejerlejlighed', 'registreringsaktør';
EXEC SetExtendedproperty 'MS_Description', 'Kode for bygværkselementets status i den pågældende version, dvs. elementets tilstand i den samlede livscyklus For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Livscyklus">kodelisten.</a>', 'Bbr_enhedejerlejlighed', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den aktør der har afstedkommet virkningsegenskaberne for den pågældende version af bygværkselementet For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Virkningsakt%C3%B8r">kodelisten.</a>', 'Bbr_enhedejerlejlighed', 'virkningsaktør';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_enhedejerlejlighed', 'ejerlejlighed';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_enhedejerlejlighed', 'enhed';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Forretningshaendelse">kodelisten.</a>', 'Bbr_enhedejerlejlighed_aktuel', 'forretningshændelse';
EXEC SetExtendedproperty 'MS_Description', 'FORM-kode for det offentlige forretningsområde som har opdateret bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsOmraade">kodelisten.</a>', 'Bbr_enhedejerlejlighed_aktuel', 'forretningsområde';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsProcess">kodelisten.</a>', 'Bbr_enhedejerlejlighed_aktuel', 'forretningsproces';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Unik og uforanderlig identifikation af bygværkselementet igennem hele dets livscyklus', 'Bbr_enhedejerlejlighed_aktuel', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Kode der identificerer den kommune som bygværkselementet hidhører For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Kommunekode">kodelisten.</a>', 'Bbr_enhedejerlejlighed_aktuel', 'kommunekode';
EXEC SetExtendedproperty 'MS_Description', 'Kode som angiver hvilken aktør der har foretaget registreringen af den pågældende version af bygværkselementet', 'Bbr_enhedejerlejlighed_aktuel', 'registreringsaktør';
EXEC SetExtendedproperty 'MS_Description', 'Kode for bygværkselementets status i den pågældende version, dvs. elementets tilstand i den samlede livscyklus For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Livscyklus">kodelisten.</a>', 'Bbr_enhedejerlejlighed_aktuel', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den aktør der har afstedkommet virkningsegenskaberne for den pågældende version af bygværkselementet For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Virkningsakt%C3%B8r">kodelisten.</a>', 'Bbr_enhedejerlejlighed_aktuel', 'virkningsaktør';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_enhedejerlejlighed_aktuel', 'ejerlejlighed';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_enhedejerlejlighed_aktuel', 'enhed';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Unik ID for den angivne række.', 'Bbr_enhedejerlejlighed_historik', 'rowkey';
EXEC SetExtendedproperty 'MS_Description', 'Startidspunktet for rækkens virkningstid.', 'Bbr_enhedejerlejlighed_historik', 'virkningstart';
EXEC SetExtendedproperty 'MS_Description', 'Sluttidspunktet for rækkens virkningstid.', 'Bbr_enhedejerlejlighed_historik', 'virkningslut';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Forretningshaendelse">kodelisten.</a>', 'Bbr_enhedejerlejlighed_historik', 'forretningshændelse';
EXEC SetExtendedproperty 'MS_Description', 'FORM-kode for det offentlige forretningsområde som har opdateret bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsOmraade">kodelisten.</a>', 'Bbr_enhedejerlejlighed_historik', 'forretningsområde';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsProcess">kodelisten.</a>', 'Bbr_enhedejerlejlighed_historik', 'forretningsproces';
EXEC SetExtendedproperty 'MS_Description', 'Unik og uforanderlig identifikation af bygværkselementet igennem hele dets livscyklus', 'Bbr_enhedejerlejlighed_historik', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Kode der identificerer den kommune som bygværkselementet hidhører For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Kommunekode">kodelisten.</a>', 'Bbr_enhedejerlejlighed_historik', 'kommunekode';
EXEC SetExtendedproperty 'MS_Description', 'Kode som angiver hvilken aktør der har foretaget registreringen af den pågældende version af bygværkselementet', 'Bbr_enhedejerlejlighed_historik', 'registreringsaktør';
EXEC SetExtendedproperty 'MS_Description', 'Kode for bygværkselementets status i den pågældende version, dvs. elementets tilstand i den samlede livscyklus For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Livscyklus">kodelisten.</a>', 'Bbr_enhedejerlejlighed_historik', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den aktør der har afstedkommet virkningsegenskaberne for den pågældende version af bygværkselementet For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Virkningsakt%C3%B8r">kodelisten.</a>', 'Bbr_enhedejerlejlighed_historik', 'virkningsaktør';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_enhedejerlejlighed_historik', 'ejerlejlighed';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_enhedejerlejlighed_historik', 'enhed';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Unik ID for den angivne række.', 'Bbr_etage', 'rowkey';
EXEC SetExtendedproperty 'MS_Description', 'Startidspunktet for rækkens virkningstid.', 'Bbr_etage', 'virkningstart';
EXEC SetExtendedproperty 'MS_Description', 'Sluttidspunktet for rækkens virkningstid.', 'Bbr_etage', 'virkningslut';
EXEC SetExtendedproperty 'MS_Description', 'Startidspunktet for rækkens registreringstid.', 'Bbr_etage', 'registreringstart';
EXEC SetExtendedproperty 'MS_Description', 'Sluttidspunktet for rækkens registreringstid.', 'Bbr_etage', 'registreringslut';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Forretningshaendelse">kodelisten.</a>', 'Bbr_etage', 'forretningshændelse';
EXEC SetExtendedproperty 'MS_Description', 'FORM-kode for det offentlige forretningsområde som har opdateret bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsOmraade">kodelisten.</a>', 'Bbr_etage', 'forretningsområde';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsProcess">kodelisten.</a>', 'Bbr_etage', 'forretningsproces';
EXEC SetExtendedproperty 'MS_Description', 'Unik og uforanderlig identifikation af bygværkselementet igennem hele dets livscyklus', 'Bbr_etage', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Kode der identificerer den kommune som bygværkselementet hidhører For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Kommunekode">kodelisten.</a>', 'Bbr_etage', 'kommunekode';
EXEC SetExtendedproperty 'MS_Description', 'Kode som angiver hvilken aktør der har foretaget registreringen af den pågældende version af bygværkselementet', 'Bbr_etage', 'registreringsaktør';
EXEC SetExtendedproperty 'MS_Description', 'Kode for bygværkselementets status i den pågældende version, dvs. elementets tilstand i den samlede livscyklus For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Livscyklus">kodelisten.</a>', 'Bbr_etage', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den aktør der har afstedkommet virkningsegenskaberne for den pågældende version af bygværkselementet For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Virkningsakt%C3%B8r">kodelisten.</a>', 'Bbr_etage', 'virkningsaktør';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_etage', 'bygning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver etagebetegnelse på pågælde etage i bygningen.', 'Bbr_etage', 'eta006BygningensEtagebetegnelse';
EXEC SetExtendedproperty 'MS_Description', 'Angiver det samlede areal af den pågældende etage.', 'Bbr_etage', 'eta020SamletArealAfEtage';
EXEC SetExtendedproperty 'MS_Description', 'Angiver arealet af den del af tagetagen der bliver udnyttet.', 'Bbr_etage', 'eta021ArealAfUdnyttetDelAfTagetage';
EXEC SetExtendedproperty 'MS_Description', 'Angiver areal af kælder, hvis loft ligger mindre end 1.25 m over terræn.', 'Bbr_etage', 'eta022Kælderareal';
EXEC SetExtendedproperty 'MS_Description', 'Angiver arealet af lovlig beboelse i kælder.', 'Bbr_etage', 'eta023ArealAfLovligBeboelseIKælder';
EXEC SetExtendedproperty 'MS_Description', 'Angiver samlet areal af adgangsareal.', 'Bbr_etage', 'eta024EtagensAdgangsareal';
EXEC SetExtendedproperty 'MS_Description', 'Angiver etages type. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/EtageType">kodelisten.</a>', 'Bbr_etage', 'eta025Etagetype';
EXEC SetExtendedproperty 'MS_Description', 'Angiver det samlede areal af erhverv i kælder.', 'Bbr_etage', 'eta026ErhvervIKælder';
EXEC SetExtendedproperty 'MS_Description', 'Beskrivende tekstnotat om særlige forhold for dette BBR-element', 'Bbr_etage', 'eta500Notatlinjer';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Forretningshaendelse">kodelisten.</a>', 'Bbr_etage_aktuel', 'forretningshændelse';
EXEC SetExtendedproperty 'MS_Description', 'FORM-kode for det offentlige forretningsområde som har opdateret bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsOmraade">kodelisten.</a>', 'Bbr_etage_aktuel', 'forretningsområde';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsProcess">kodelisten.</a>', 'Bbr_etage_aktuel', 'forretningsproces';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Unik og uforanderlig identifikation af bygværkselementet igennem hele dets livscyklus', 'Bbr_etage_aktuel', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Kode der identificerer den kommune som bygværkselementet hidhører For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Kommunekode">kodelisten.</a>', 'Bbr_etage_aktuel', 'kommunekode';
EXEC SetExtendedproperty 'MS_Description', 'Kode som angiver hvilken aktør der har foretaget registreringen af den pågældende version af bygværkselementet', 'Bbr_etage_aktuel', 'registreringsaktør';
EXEC SetExtendedproperty 'MS_Description', 'Kode for bygværkselementets status i den pågældende version, dvs. elementets tilstand i den samlede livscyklus For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Livscyklus">kodelisten.</a>', 'Bbr_etage_aktuel', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den aktør der har afstedkommet virkningsegenskaberne for den pågældende version af bygværkselementet For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Virkningsakt%C3%B8r">kodelisten.</a>', 'Bbr_etage_aktuel', 'virkningsaktør';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_etage_aktuel', 'bygning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver etagebetegnelse på pågælde etage i bygningen.', 'Bbr_etage_aktuel', 'eta006BygningensEtagebetegnelse';
EXEC SetExtendedproperty 'MS_Description', 'Angiver det samlede areal af den pågældende etage.', 'Bbr_etage_aktuel', 'eta020SamletArealAfEtage';
EXEC SetExtendedproperty 'MS_Description', 'Angiver arealet af den del af tagetagen der bliver udnyttet.', 'Bbr_etage_aktuel', 'eta021ArealAfUdnyttetDelAfTagetage';
EXEC SetExtendedproperty 'MS_Description', 'Angiver areal af kælder, hvis loft ligger mindre end 1.25 m over terræn.', 'Bbr_etage_aktuel', 'eta022Kælderareal';
EXEC SetExtendedproperty 'MS_Description', 'Angiver arealet af lovlig beboelse i kælder.', 'Bbr_etage_aktuel', 'eta023ArealAfLovligBeboelseIKælder';
EXEC SetExtendedproperty 'MS_Description', 'Angiver samlet areal af adgangsareal.', 'Bbr_etage_aktuel', 'eta024EtagensAdgangsareal';
EXEC SetExtendedproperty 'MS_Description', 'Angiver etages type. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/EtageType">kodelisten.</a>', 'Bbr_etage_aktuel', 'eta025Etagetype';
EXEC SetExtendedproperty 'MS_Description', 'Angiver det samlede areal af erhverv i kælder.', 'Bbr_etage_aktuel', 'eta026ErhvervIKælder';
EXEC SetExtendedproperty 'MS_Description', 'Beskrivende tekstnotat om særlige forhold for dette BBR-element', 'Bbr_etage_aktuel', 'eta500Notatlinjer';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Unik ID for den angivne række.', 'Bbr_etage_historik', 'rowkey';
EXEC SetExtendedproperty 'MS_Description', 'Startidspunktet for rækkens virkningstid.', 'Bbr_etage_historik', 'virkningstart';
EXEC SetExtendedproperty 'MS_Description', 'Sluttidspunktet for rækkens virkningstid.', 'Bbr_etage_historik', 'virkningslut';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Forretningshaendelse">kodelisten.</a>', 'Bbr_etage_historik', 'forretningshændelse';
EXEC SetExtendedproperty 'MS_Description', 'FORM-kode for det offentlige forretningsområde som har opdateret bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsOmraade">kodelisten.</a>', 'Bbr_etage_historik', 'forretningsområde';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsProcess">kodelisten.</a>', 'Bbr_etage_historik', 'forretningsproces';
EXEC SetExtendedproperty 'MS_Description', 'Unik og uforanderlig identifikation af bygværkselementet igennem hele dets livscyklus', 'Bbr_etage_historik', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Kode der identificerer den kommune som bygværkselementet hidhører For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Kommunekode">kodelisten.</a>', 'Bbr_etage_historik', 'kommunekode';
EXEC SetExtendedproperty 'MS_Description', 'Kode som angiver hvilken aktør der har foretaget registreringen af den pågældende version af bygværkselementet', 'Bbr_etage_historik', 'registreringsaktør';
EXEC SetExtendedproperty 'MS_Description', 'Kode for bygværkselementets status i den pågældende version, dvs. elementets tilstand i den samlede livscyklus For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Livscyklus">kodelisten.</a>', 'Bbr_etage_historik', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den aktør der har afstedkommet virkningsegenskaberne for den pågældende version af bygværkselementet For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Virkningsakt%C3%B8r">kodelisten.</a>', 'Bbr_etage_historik', 'virkningsaktør';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_etage_historik', 'bygning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver etagebetegnelse på pågælde etage i bygningen.', 'Bbr_etage_historik', 'eta006BygningensEtagebetegnelse';
EXEC SetExtendedproperty 'MS_Description', 'Angiver det samlede areal af den pågældende etage.', 'Bbr_etage_historik', 'eta020SamletArealAfEtage';
EXEC SetExtendedproperty 'MS_Description', 'Angiver arealet af den del af tagetagen der bliver udnyttet.', 'Bbr_etage_historik', 'eta021ArealAfUdnyttetDelAfTagetage';
EXEC SetExtendedproperty 'MS_Description', 'Angiver areal af kælder, hvis loft ligger mindre end 1.25 m over terræn.', 'Bbr_etage_historik', 'eta022Kælderareal';
EXEC SetExtendedproperty 'MS_Description', 'Angiver arealet af lovlig beboelse i kælder.', 'Bbr_etage_historik', 'eta023ArealAfLovligBeboelseIKælder';
EXEC SetExtendedproperty 'MS_Description', 'Angiver samlet areal af adgangsareal.', 'Bbr_etage_historik', 'eta024EtagensAdgangsareal';
EXEC SetExtendedproperty 'MS_Description', 'Angiver etages type. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/EtageType">kodelisten.</a>', 'Bbr_etage_historik', 'eta025Etagetype';
EXEC SetExtendedproperty 'MS_Description', 'Angiver det samlede areal af erhverv i kælder.', 'Bbr_etage_historik', 'eta026ErhvervIKælder';
EXEC SetExtendedproperty 'MS_Description', 'Beskrivende tekstnotat om særlige forhold for dette BBR-element', 'Bbr_etage_historik', 'eta500Notatlinjer';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Unik ID for den angivne række.', 'Bbr_fordelingaffordelingsareal', 'rowkey';
EXEC SetExtendedproperty 'MS_Description', 'Startidspunktet for rækkens virkningstid.', 'Bbr_fordelingaffordelingsareal', 'virkningstart';
EXEC SetExtendedproperty 'MS_Description', 'Sluttidspunktet for rækkens virkningstid.', 'Bbr_fordelingaffordelingsareal', 'virkningslut';
EXEC SetExtendedproperty 'MS_Description', 'Startidspunktet for rækkens registreringstid.', 'Bbr_fordelingaffordelingsareal', 'registreringstart';
EXEC SetExtendedproperty 'MS_Description', 'Sluttidspunktet for rækkens registreringstid.', 'Bbr_fordelingaffordelingsareal', 'registreringslut';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Forretningshaendelse">kodelisten.</a>', 'Bbr_fordelingaffordelingsareal', 'forretningshændelse';
EXEC SetExtendedproperty 'MS_Description', 'FORM-kode for det offentlige forretningsområde som har opdateret bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsOmraade">kodelisten.</a>', 'Bbr_fordelingaffordelingsareal', 'forretningsområde';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsProcess">kodelisten.</a>', 'Bbr_fordelingaffordelingsareal', 'forretningsproces';
EXEC SetExtendedproperty 'MS_Description', 'Unik og uforanderlig identifikation af bygværkselementet igennem hele dets livscyklus', 'Bbr_fordelingaffordelingsareal', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Kode der identificerer den kommune som bygværkselementet hidhører For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Kommunekode">kodelisten.</a>', 'Bbr_fordelingaffordelingsareal', 'kommunekode';
EXEC SetExtendedproperty 'MS_Description', 'Kode som angiver hvilken aktør der har foretaget registreringen af den pågældende version af bygværkselementet', 'Bbr_fordelingaffordelingsareal', 'registreringsaktør';
EXEC SetExtendedproperty 'MS_Description', 'Kode for bygværkselementets status i den pågældende version, dvs. elementets tilstand i den samlede livscyklus For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Livscyklus">kodelisten.</a>', 'Bbr_fordelingaffordelingsareal', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den aktør der har afstedkommet virkningsegenskaberne for den pågældende version af bygværkselementet For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Virkningsakt%C3%B8r">kodelisten.</a>', 'Bbr_fordelingaffordelingsareal', 'virkningsaktør';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_fordelingaffordelingsareal', 'enhed';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_fordelingaffordelingsareal', 'fordelingsareal';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_fordelingaffordelingsareal', 'beboelsesArealFordeltTilEnhed';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_fordelingaffordelingsareal', 'erhvervsArealFordeltTilEnhed';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Forretningshaendelse">kodelisten.</a>', 'Bbr_fordelingaffordelingsareal_aktuel', 'forretningshændelse';
EXEC SetExtendedproperty 'MS_Description', 'FORM-kode for det offentlige forretningsområde som har opdateret bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsOmraade">kodelisten.</a>', 'Bbr_fordelingaffordelingsareal_aktuel', 'forretningsområde';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsProcess">kodelisten.</a>', 'Bbr_fordelingaffordelingsareal_aktuel', 'forretningsproces';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Unik og uforanderlig identifikation af bygværkselementet igennem hele dets livscyklus', 'Bbr_fordelingaffordelingsareal_aktuel', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Kode der identificerer den kommune som bygværkselementet hidhører For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Kommunekode">kodelisten.</a>', 'Bbr_fordelingaffordelingsareal_aktuel', 'kommunekode';
EXEC SetExtendedproperty 'MS_Description', 'Kode som angiver hvilken aktør der har foretaget registreringen af den pågældende version af bygværkselementet', 'Bbr_fordelingaffordelingsareal_aktuel', 'registreringsaktør';
EXEC SetExtendedproperty 'MS_Description', 'Kode for bygværkselementets status i den pågældende version, dvs. elementets tilstand i den samlede livscyklus For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Livscyklus">kodelisten.</a>', 'Bbr_fordelingaffordelingsareal_aktuel', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den aktør der har afstedkommet virkningsegenskaberne for den pågældende version af bygværkselementet For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Virkningsakt%C3%B8r">kodelisten.</a>', 'Bbr_fordelingaffordelingsareal_aktuel', 'virkningsaktør';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_fordelingaffordelingsareal_aktuel', 'enhed';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_fordelingaffordelingsareal_aktuel', 'fordelingsareal';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_fordelingaffordelingsareal_aktuel', 'beboelsesArealFordeltTilEnhed';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_fordelingaffordelingsareal_aktuel', 'erhvervsArealFordeltTilEnhed';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Unik ID for den angivne række.', 'Bbr_fordelingaffordelingsareal_historik', 'rowkey';
EXEC SetExtendedproperty 'MS_Description', 'Startidspunktet for rækkens virkningstid.', 'Bbr_fordelingaffordelingsareal_historik', 'virkningstart';
EXEC SetExtendedproperty 'MS_Description', 'Sluttidspunktet for rækkens virkningstid.', 'Bbr_fordelingaffordelingsareal_historik', 'virkningslut';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Forretningshaendelse">kodelisten.</a>', 'Bbr_fordelingaffordelingsareal_historik', 'forretningshændelse';
EXEC SetExtendedproperty 'MS_Description', 'FORM-kode for det offentlige forretningsområde som har opdateret bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsOmraade">kodelisten.</a>', 'Bbr_fordelingaffordelingsareal_historik', 'forretningsområde';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsProcess">kodelisten.</a>', 'Bbr_fordelingaffordelingsareal_historik', 'forretningsproces';
EXEC SetExtendedproperty 'MS_Description', 'Unik og uforanderlig identifikation af bygværkselementet igennem hele dets livscyklus', 'Bbr_fordelingaffordelingsareal_historik', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Kode der identificerer den kommune som bygværkselementet hidhører For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Kommunekode">kodelisten.</a>', 'Bbr_fordelingaffordelingsareal_historik', 'kommunekode';
EXEC SetExtendedproperty 'MS_Description', 'Kode som angiver hvilken aktør der har foretaget registreringen af den pågældende version af bygværkselementet', 'Bbr_fordelingaffordelingsareal_historik', 'registreringsaktør';
EXEC SetExtendedproperty 'MS_Description', 'Kode for bygværkselementets status i den pågældende version, dvs. elementets tilstand i den samlede livscyklus For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Livscyklus">kodelisten.</a>', 'Bbr_fordelingaffordelingsareal_historik', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den aktør der har afstedkommet virkningsegenskaberne for den pågældende version af bygværkselementet For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Virkningsakt%C3%B8r">kodelisten.</a>', 'Bbr_fordelingaffordelingsareal_historik', 'virkningsaktør';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_fordelingaffordelingsareal_historik', 'enhed';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_fordelingaffordelingsareal_historik', 'fordelingsareal';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_fordelingaffordelingsareal_historik', 'beboelsesArealFordeltTilEnhed';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_fordelingaffordelingsareal_historik', 'erhvervsArealFordeltTilEnhed';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Unik ID for den angivne række.', 'Bbr_fordelingsareal', 'rowkey';
EXEC SetExtendedproperty 'MS_Description', 'Startidspunktet for rækkens virkningstid.', 'Bbr_fordelingsareal', 'virkningstart';
EXEC SetExtendedproperty 'MS_Description', 'Sluttidspunktet for rækkens virkningstid.', 'Bbr_fordelingsareal', 'virkningslut';
EXEC SetExtendedproperty 'MS_Description', 'Startidspunktet for rækkens registreringstid.', 'Bbr_fordelingsareal', 'registreringstart';
EXEC SetExtendedproperty 'MS_Description', 'Sluttidspunktet for rækkens registreringstid.', 'Bbr_fordelingsareal', 'registreringslut';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Forretningshaendelse">kodelisten.</a>', 'Bbr_fordelingsareal', 'forretningshændelse';
EXEC SetExtendedproperty 'MS_Description', 'FORM-kode for det offentlige forretningsområde som har opdateret bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsOmraade">kodelisten.</a>', 'Bbr_fordelingsareal', 'forretningsområde';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsProcess">kodelisten.</a>', 'Bbr_fordelingsareal', 'forretningsproces';
EXEC SetExtendedproperty 'MS_Description', 'Unik og uforanderlig identifikation af bygværkselementet igennem hele dets livscyklus', 'Bbr_fordelingsareal', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Kode der identificerer den kommune som bygværkselementet hidhører For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Kommunekode">kodelisten.</a>', 'Bbr_fordelingsareal', 'kommunekode';
EXEC SetExtendedproperty 'MS_Description', 'Kode som angiver hvilken aktør der har foretaget registreringen af den pågældende version af bygværkselementet', 'Bbr_fordelingsareal', 'registreringsaktør';
EXEC SetExtendedproperty 'MS_Description', 'Kode for bygværkselementets status i den pågældende version, dvs. elementets tilstand i den samlede livscyklus For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Livscyklus">kodelisten.</a>', 'Bbr_fordelingsareal', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den aktør der har afstedkommet virkningsegenskaberne for den pågældende version af bygværkselementet For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Virkningsakt%C3%B8r">kodelisten.</a>', 'Bbr_fordelingsareal', 'virkningsaktør';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_fordelingsareal', 'bygning';
EXEC SetExtendedproperty 'MS_Description', 'Fordelingsarealets nummer', 'Bbr_fordelingsareal', 'for002Fordelingsarealnummer';
EXEC SetExtendedproperty 'MS_Description', 'Arealer som skal fordeles på enheder.', 'Bbr_fordelingsareal', 'for003ArealTilFordeling';
EXEC SetExtendedproperty 'MS_Description', 'Nøgle for fordelingsareal For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Fordelingsnoegle">kodelisten.</a>', 'Bbr_fordelingsareal', 'for004FordelingsNøgle';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_fordelingsareal', 'for005Navn';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_fordelingsareal', 'for006Rest';
EXEC SetExtendedproperty 'MS_Description', 'Beskrivende tekstnotat om særlige forhold for dette BBR-element', 'Bbr_fordelingsareal', 'for500Notatlinjer';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Forretningshaendelse">kodelisten.</a>', 'Bbr_fordelingsareal_aktuel', 'forretningshændelse';
EXEC SetExtendedproperty 'MS_Description', 'FORM-kode for det offentlige forretningsområde som har opdateret bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsOmraade">kodelisten.</a>', 'Bbr_fordelingsareal_aktuel', 'forretningsområde';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsProcess">kodelisten.</a>', 'Bbr_fordelingsareal_aktuel', 'forretningsproces';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Unik og uforanderlig identifikation af bygværkselementet igennem hele dets livscyklus', 'Bbr_fordelingsareal_aktuel', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Kode der identificerer den kommune som bygværkselementet hidhører For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Kommunekode">kodelisten.</a>', 'Bbr_fordelingsareal_aktuel', 'kommunekode';
EXEC SetExtendedproperty 'MS_Description', 'Kode som angiver hvilken aktør der har foretaget registreringen af den pågældende version af bygværkselementet', 'Bbr_fordelingsareal_aktuel', 'registreringsaktør';
EXEC SetExtendedproperty 'MS_Description', 'Kode for bygværkselementets status i den pågældende version, dvs. elementets tilstand i den samlede livscyklus For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Livscyklus">kodelisten.</a>', 'Bbr_fordelingsareal_aktuel', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den aktør der har afstedkommet virkningsegenskaberne for den pågældende version af bygværkselementet For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Virkningsakt%C3%B8r">kodelisten.</a>', 'Bbr_fordelingsareal_aktuel', 'virkningsaktør';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_fordelingsareal_aktuel', 'bygning';
EXEC SetExtendedproperty 'MS_Description', 'Fordelingsarealets nummer', 'Bbr_fordelingsareal_aktuel', 'for002Fordelingsarealnummer';
EXEC SetExtendedproperty 'MS_Description', 'Arealer som skal fordeles på enheder.', 'Bbr_fordelingsareal_aktuel', 'for003ArealTilFordeling';
EXEC SetExtendedproperty 'MS_Description', 'Nøgle for fordelingsareal For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Fordelingsnoegle">kodelisten.</a>', 'Bbr_fordelingsareal_aktuel', 'for004FordelingsNøgle';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_fordelingsareal_aktuel', 'for005Navn';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_fordelingsareal_aktuel', 'for006Rest';
EXEC SetExtendedproperty 'MS_Description', 'Beskrivende tekstnotat om særlige forhold for dette BBR-element', 'Bbr_fordelingsareal_aktuel', 'for500Notatlinjer';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Unik ID for den angivne række.', 'Bbr_fordelingsareal_historik', 'rowkey';
EXEC SetExtendedproperty 'MS_Description', 'Startidspunktet for rækkens virkningstid.', 'Bbr_fordelingsareal_historik', 'virkningstart';
EXEC SetExtendedproperty 'MS_Description', 'Sluttidspunktet for rækkens virkningstid.', 'Bbr_fordelingsareal_historik', 'virkningslut';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Forretningshaendelse">kodelisten.</a>', 'Bbr_fordelingsareal_historik', 'forretningshændelse';
EXEC SetExtendedproperty 'MS_Description', 'FORM-kode for det offentlige forretningsområde som har opdateret bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsOmraade">kodelisten.</a>', 'Bbr_fordelingsareal_historik', 'forretningsområde';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsProcess">kodelisten.</a>', 'Bbr_fordelingsareal_historik', 'forretningsproces';
EXEC SetExtendedproperty 'MS_Description', 'Unik og uforanderlig identifikation af bygværkselementet igennem hele dets livscyklus', 'Bbr_fordelingsareal_historik', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Kode der identificerer den kommune som bygværkselementet hidhører For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Kommunekode">kodelisten.</a>', 'Bbr_fordelingsareal_historik', 'kommunekode';
EXEC SetExtendedproperty 'MS_Description', 'Kode som angiver hvilken aktør der har foretaget registreringen af den pågældende version af bygværkselementet', 'Bbr_fordelingsareal_historik', 'registreringsaktør';
EXEC SetExtendedproperty 'MS_Description', 'Kode for bygværkselementets status i den pågældende version, dvs. elementets tilstand i den samlede livscyklus For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Livscyklus">kodelisten.</a>', 'Bbr_fordelingsareal_historik', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den aktør der har afstedkommet virkningsegenskaberne for den pågældende version af bygværkselementet For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Virkningsakt%C3%B8r">kodelisten.</a>', 'Bbr_fordelingsareal_historik', 'virkningsaktør';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_fordelingsareal_historik', 'bygning';
EXEC SetExtendedproperty 'MS_Description', 'Fordelingsarealets nummer', 'Bbr_fordelingsareal_historik', 'for002Fordelingsarealnummer';
EXEC SetExtendedproperty 'MS_Description', 'Arealer som skal fordeles på enheder.', 'Bbr_fordelingsareal_historik', 'for003ArealTilFordeling';
EXEC SetExtendedproperty 'MS_Description', 'Nøgle for fordelingsareal For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Fordelingsnoegle">kodelisten.</a>', 'Bbr_fordelingsareal_historik', 'for004FordelingsNøgle';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_fordelingsareal_historik', 'for005Navn';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_fordelingsareal_historik', 'for006Rest';
EXEC SetExtendedproperty 'MS_Description', 'Beskrivende tekstnotat om særlige forhold for dette BBR-element', 'Bbr_fordelingsareal_historik', 'for500Notatlinjer';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Unik ID for den angivne række.', 'Bbr_grund', 'rowkey';
EXEC SetExtendedproperty 'MS_Description', 'Startidspunktet for rækkens virkningstid.', 'Bbr_grund', 'virkningstart';
EXEC SetExtendedproperty 'MS_Description', 'Sluttidspunktet for rækkens virkningstid.', 'Bbr_grund', 'virkningslut';
EXEC SetExtendedproperty 'MS_Description', 'Startidspunktet for rækkens registreringstid.', 'Bbr_grund', 'registreringstart';
EXEC SetExtendedproperty 'MS_Description', 'Sluttidspunktet for rækkens registreringstid.', 'Bbr_grund', 'registreringslut';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Forretningshaendelse">kodelisten.</a>', 'Bbr_grund', 'forretningshændelse';
EXEC SetExtendedproperty 'MS_Description', 'FORM-kode for det offentlige forretningsområde som har opdateret bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsOmraade">kodelisten.</a>', 'Bbr_grund', 'forretningsområde';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsProcess">kodelisten.</a>', 'Bbr_grund', 'forretningsproces';
EXEC SetExtendedproperty 'MS_Description', 'Unik og uforanderlig identifikation af bygværkselementet igennem hele dets livscyklus', 'Bbr_grund', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Kode der identificerer den kommune som bygværkselementet hidhører For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Kommunekode">kodelisten.</a>', 'Bbr_grund', 'kommunekode';
EXEC SetExtendedproperty 'MS_Description', 'Kode som angiver hvilken aktør der har foretaget registreringen af den pågældende version af bygværkselementet', 'Bbr_grund', 'registreringsaktør';
EXEC SetExtendedproperty 'MS_Description', 'Kode for bygværkselementets status i den pågældende version, dvs. elementets tilstand i den samlede livscyklus For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Livscyklus">kodelisten.</a>', 'Bbr_grund', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den aktør der har afstedkommet virkningsegenskaberne for den pågældende version af bygværkselementet For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Virkningsakt%C3%B8r">kodelisten.</a>', 'Bbr_grund', 'virkningsaktør';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_grund', 'husnummer';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_grund', 'bestemtFastEjendom';
EXEC SetExtendedproperty 'MS_Description', 'Angiver forhold omkring vandforsyning for grunden. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Vandforsyning">kodelisten.</a>', 'Bbr_grund', 'gru009Vandforsyning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver afløbsforhold for grunden. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Afloebsforhold">kodelisten.</a>', 'Bbr_grund', 'gru010Afløbsforhold';
EXEC SetExtendedproperty 'MS_Description', 'Angiver status for udledningstilladelse på grunden. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Udledningstilladelse">kodelisten.</a>', 'Bbr_grund', 'gru021Udledningstilladelse';
EXEC SetExtendedproperty 'MS_Description', 'Angiver om der for grunden er indgået kontraktligt medlemskab af spildevandsforsyningsselskab. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/MedlemsskabAfSplidevandforsyning">kodelisten.</a>', 'Bbr_grund', 'gru022MedlemskabAfSpildevandsforsyning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver om der er givet påbud vedr. spildevandsafledning på grunden. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Rensningspaabud">kodelisten.</a>', 'Bbr_grund', 'gru023PåbudVedrSpildevandsafledning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver dato for frist for evt. påbud vedr. spildevandsafledning på grunden.', 'Bbr_grund', 'gru024FristVedrSpildevandsafledning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver tilladelse til udtræden af det offentlige kloakfællesskab. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/TilladelseTilUdtraeden">kodelisten.</a>', 'Bbr_grund', 'gru025TilladelseTilUdtræden';
EXEC SetExtendedproperty 'MS_Description', 'Angiver dato for tilladelse til udtræden af det offentlige kloakfællesskab.', 'Bbr_grund', 'gru026DatoForTilladelseTilUdtræden';
EXEC SetExtendedproperty 'MS_Description', 'Angiver tilladelse til alternativ bortskaffelse eller afledning af spildevand. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/TilladelseTilAlternativBortskaffelseEllerAfledning">kodelisten.</a>', 'Bbr_grund', 'gru027TilladelseTilAlternativBortskaffelseEllerAfledning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver dato for tilladelse til alternativ bortskaffelse eller afledning af spildevand.', 'Bbr_grund', 'gru028DatoForTilladelseTilAlternativBortskaffelseEllerAfledning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver dispensation eller fritagelse ift kollektiv varmeforsyning. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/DispensationFritagelseIftKollektivVarmeforsyning">kodelisten.</a>', 'Bbr_grund', 'gru029DispensationFritagelseIftKollektivVarmeforsyning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver dato for dispensation eller fritagelse ift kollektiv varmeforsyning.', 'Bbr_grund', 'gru030DatoForDispensationFritagelseIftKollektivVarmeforsyning';
EXEC SetExtendedproperty 'MS_Description', 'Beskrivende tekstnotat om særlige forhold for dette BBR-element', 'Bbr_grund', 'gru500Notatlinjer';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Forretningshaendelse">kodelisten.</a>', 'Bbr_grund_aktuel', 'forretningshændelse';
EXEC SetExtendedproperty 'MS_Description', 'FORM-kode for det offentlige forretningsområde som har opdateret bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsOmraade">kodelisten.</a>', 'Bbr_grund_aktuel', 'forretningsområde';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsProcess">kodelisten.</a>', 'Bbr_grund_aktuel', 'forretningsproces';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Unik og uforanderlig identifikation af bygværkselementet igennem hele dets livscyklus', 'Bbr_grund_aktuel', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Kode der identificerer den kommune som bygværkselementet hidhører For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Kommunekode">kodelisten.</a>', 'Bbr_grund_aktuel', 'kommunekode';
EXEC SetExtendedproperty 'MS_Description', 'Kode som angiver hvilken aktør der har foretaget registreringen af den pågældende version af bygværkselementet', 'Bbr_grund_aktuel', 'registreringsaktør';
EXEC SetExtendedproperty 'MS_Description', 'Kode for bygværkselementets status i den pågældende version, dvs. elementets tilstand i den samlede livscyklus For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Livscyklus">kodelisten.</a>', 'Bbr_grund_aktuel', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den aktør der har afstedkommet virkningsegenskaberne for den pågældende version af bygværkselementet For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Virkningsakt%C3%B8r">kodelisten.</a>', 'Bbr_grund_aktuel', 'virkningsaktør';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_grund_aktuel', 'husnummer';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_grund_aktuel', 'bestemtFastEjendom';
EXEC SetExtendedproperty 'MS_Description', 'Angiver forhold omkring vandforsyning for grunden. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Vandforsyning">kodelisten.</a>', 'Bbr_grund_aktuel', 'gru009Vandforsyning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver afløbsforhold for grunden. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Afloebsforhold">kodelisten.</a>', 'Bbr_grund_aktuel', 'gru010Afløbsforhold';
EXEC SetExtendedproperty 'MS_Description', 'Angiver status for udledningstilladelse på grunden. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Udledningstilladelse">kodelisten.</a>', 'Bbr_grund_aktuel', 'gru021Udledningstilladelse';
EXEC SetExtendedproperty 'MS_Description', 'Angiver om der for grunden er indgået kontraktligt medlemskab af spildevandsforsyningsselskab. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/MedlemsskabAfSplidevandforsyning">kodelisten.</a>', 'Bbr_grund_aktuel', 'gru022MedlemskabAfSpildevandsforsyning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver om der er givet påbud vedr. spildevandsafledning på grunden. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Rensningspaabud">kodelisten.</a>', 'Bbr_grund_aktuel', 'gru023PåbudVedrSpildevandsafledning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver dato for frist for evt. påbud vedr. spildevandsafledning på grunden.', 'Bbr_grund_aktuel', 'gru024FristVedrSpildevandsafledning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver tilladelse til udtræden af det offentlige kloakfællesskab. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/TilladelseTilUdtraeden">kodelisten.</a>', 'Bbr_grund_aktuel', 'gru025TilladelseTilUdtræden';
EXEC SetExtendedproperty 'MS_Description', 'Angiver dato for tilladelse til udtræden af det offentlige kloakfællesskab.', 'Bbr_grund_aktuel', 'gru026DatoForTilladelseTilUdtræden';
EXEC SetExtendedproperty 'MS_Description', 'Angiver tilladelse til alternativ bortskaffelse eller afledning af spildevand. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/TilladelseTilAlternativBortskaffelseEllerAfledning">kodelisten.</a>', 'Bbr_grund_aktuel', 'gru027TilladelseTilAlternativBortskaffelseEllerAfledning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver dato for tilladelse til alternativ bortskaffelse eller afledning af spildevand.', 'Bbr_grund_aktuel', 'gru028DatoForTilladelseTilAlternativBortskaffelseEllerAfledning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver dispensation eller fritagelse ift kollektiv varmeforsyning. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/DispensationFritagelseIftKollektivVarmeforsyning">kodelisten.</a>', 'Bbr_grund_aktuel', 'gru029DispensationFritagelseIftKollektivVarmeforsyning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver dato for dispensation eller fritagelse ift kollektiv varmeforsyning.', 'Bbr_grund_aktuel', 'gru030DatoForDispensationFritagelseIftKollektivVarmeforsyning';
EXEC SetExtendedproperty 'MS_Description', 'Beskrivende tekstnotat om særlige forhold for dette BBR-element', 'Bbr_grund_aktuel', 'gru500Notatlinjer';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Unik ID for den angivne række.', 'Bbr_grund_historik', 'rowkey';
EXEC SetExtendedproperty 'MS_Description', 'Startidspunktet for rækkens virkningstid.', 'Bbr_grund_historik', 'virkningstart';
EXEC SetExtendedproperty 'MS_Description', 'Sluttidspunktet for rækkens virkningstid.', 'Bbr_grund_historik', 'virkningslut';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Forretningshaendelse">kodelisten.</a>', 'Bbr_grund_historik', 'forretningshændelse';
EXEC SetExtendedproperty 'MS_Description', 'FORM-kode for det offentlige forretningsområde som har opdateret bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsOmraade">kodelisten.</a>', 'Bbr_grund_historik', 'forretningsområde';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsProcess">kodelisten.</a>', 'Bbr_grund_historik', 'forretningsproces';
EXEC SetExtendedproperty 'MS_Description', 'Unik og uforanderlig identifikation af bygværkselementet igennem hele dets livscyklus', 'Bbr_grund_historik', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Kode der identificerer den kommune som bygværkselementet hidhører For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Kommunekode">kodelisten.</a>', 'Bbr_grund_historik', 'kommunekode';
EXEC SetExtendedproperty 'MS_Description', 'Kode som angiver hvilken aktør der har foretaget registreringen af den pågældende version af bygværkselementet', 'Bbr_grund_historik', 'registreringsaktør';
EXEC SetExtendedproperty 'MS_Description', 'Kode for bygværkselementets status i den pågældende version, dvs. elementets tilstand i den samlede livscyklus For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Livscyklus">kodelisten.</a>', 'Bbr_grund_historik', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den aktør der har afstedkommet virkningsegenskaberne for den pågældende version af bygværkselementet For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Virkningsakt%C3%B8r">kodelisten.</a>', 'Bbr_grund_historik', 'virkningsaktør';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_grund_historik', 'husnummer';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_grund_historik', 'bestemtFastEjendom';
EXEC SetExtendedproperty 'MS_Description', 'Angiver forhold omkring vandforsyning for grunden. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Vandforsyning">kodelisten.</a>', 'Bbr_grund_historik', 'gru009Vandforsyning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver afløbsforhold for grunden. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Afloebsforhold">kodelisten.</a>', 'Bbr_grund_historik', 'gru010Afløbsforhold';
EXEC SetExtendedproperty 'MS_Description', 'Angiver status for udledningstilladelse på grunden. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Udledningstilladelse">kodelisten.</a>', 'Bbr_grund_historik', 'gru021Udledningstilladelse';
EXEC SetExtendedproperty 'MS_Description', 'Angiver om der for grunden er indgået kontraktligt medlemskab af spildevandsforsyningsselskab. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/MedlemsskabAfSplidevandforsyning">kodelisten.</a>', 'Bbr_grund_historik', 'gru022MedlemskabAfSpildevandsforsyning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver om der er givet påbud vedr. spildevandsafledning på grunden. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Rensningspaabud">kodelisten.</a>', 'Bbr_grund_historik', 'gru023PåbudVedrSpildevandsafledning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver dato for frist for evt. påbud vedr. spildevandsafledning på grunden.', 'Bbr_grund_historik', 'gru024FristVedrSpildevandsafledning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver tilladelse til udtræden af det offentlige kloakfællesskab. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/TilladelseTilUdtraeden">kodelisten.</a>', 'Bbr_grund_historik', 'gru025TilladelseTilUdtræden';
EXEC SetExtendedproperty 'MS_Description', 'Angiver dato for tilladelse til udtræden af det offentlige kloakfællesskab.', 'Bbr_grund_historik', 'gru026DatoForTilladelseTilUdtræden';
EXEC SetExtendedproperty 'MS_Description', 'Angiver tilladelse til alternativ bortskaffelse eller afledning af spildevand. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/TilladelseTilAlternativBortskaffelseEllerAfledning">kodelisten.</a>', 'Bbr_grund_historik', 'gru027TilladelseTilAlternativBortskaffelseEllerAfledning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver dato for tilladelse til alternativ bortskaffelse eller afledning af spildevand.', 'Bbr_grund_historik', 'gru028DatoForTilladelseTilAlternativBortskaffelseEllerAfledning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver dispensation eller fritagelse ift kollektiv varmeforsyning. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/DispensationFritagelseIftKollektivVarmeforsyning">kodelisten.</a>', 'Bbr_grund_historik', 'gru029DispensationFritagelseIftKollektivVarmeforsyning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver dato for dispensation eller fritagelse ift kollektiv varmeforsyning.', 'Bbr_grund_historik', 'gru030DatoForDispensationFritagelseIftKollektivVarmeforsyning';
EXEC SetExtendedproperty 'MS_Description', 'Beskrivende tekstnotat om særlige forhold for dette BBR-element', 'Bbr_grund_historik', 'gru500Notatlinjer';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Unik ID for den angivne række.', 'Bbr_grundjordstykke', 'rowkey';
EXEC SetExtendedproperty 'MS_Description', 'Startidspunktet for rækkens virkningstid.', 'Bbr_grundjordstykke', 'virkningstart';
EXEC SetExtendedproperty 'MS_Description', 'Sluttidspunktet for rækkens virkningstid.', 'Bbr_grundjordstykke', 'virkningslut';
EXEC SetExtendedproperty 'MS_Description', 'Startidspunktet for rækkens registreringstid.', 'Bbr_grundjordstykke', 'registreringstart';
EXEC SetExtendedproperty 'MS_Description', 'Sluttidspunktet for rækkens registreringstid.', 'Bbr_grundjordstykke', 'registreringslut';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Forretningshaendelse">kodelisten.</a>', 'Bbr_grundjordstykke', 'forretningshændelse';
EXEC SetExtendedproperty 'MS_Description', 'FORM-kode for det offentlige forretningsområde som har opdateret bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsOmraade">kodelisten.</a>', 'Bbr_grundjordstykke', 'forretningsområde';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsProcess">kodelisten.</a>', 'Bbr_grundjordstykke', 'forretningsproces';
EXEC SetExtendedproperty 'MS_Description', 'Unik og uforanderlig identifikation af bygværkselementet igennem hele dets livscyklus', 'Bbr_grundjordstykke', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Kode der identificerer den kommune som bygværkselementet hidhører For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Kommunekode">kodelisten.</a>', 'Bbr_grundjordstykke', 'kommunekode';
EXEC SetExtendedproperty 'MS_Description', 'Kode som angiver hvilken aktør der har foretaget registreringen af den pågældende version af bygværkselementet', 'Bbr_grundjordstykke', 'registreringsaktør';
EXEC SetExtendedproperty 'MS_Description', 'Kode for bygværkselementets status i den pågældende version, dvs. elementets tilstand i den samlede livscyklus For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Livscyklus">kodelisten.</a>', 'Bbr_grundjordstykke', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den aktør der har afstedkommet virkningsegenskaberne for den pågældende version af bygværkselementet For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Virkningsakt%C3%B8r">kodelisten.</a>', 'Bbr_grundjordstykke', 'virkningsaktør';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_grundjordstykke', 'grund';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_grundjordstykke', 'jordstykke';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Forretningshaendelse">kodelisten.</a>', 'Bbr_grundjordstykke_aktuel', 'forretningshændelse';
EXEC SetExtendedproperty 'MS_Description', 'FORM-kode for det offentlige forretningsområde som har opdateret bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsOmraade">kodelisten.</a>', 'Bbr_grundjordstykke_aktuel', 'forretningsområde';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsProcess">kodelisten.</a>', 'Bbr_grundjordstykke_aktuel', 'forretningsproces';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Unik og uforanderlig identifikation af bygværkselementet igennem hele dets livscyklus', 'Bbr_grundjordstykke_aktuel', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Kode der identificerer den kommune som bygværkselementet hidhører For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Kommunekode">kodelisten.</a>', 'Bbr_grundjordstykke_aktuel', 'kommunekode';
EXEC SetExtendedproperty 'MS_Description', 'Kode som angiver hvilken aktør der har foretaget registreringen af den pågældende version af bygværkselementet', 'Bbr_grundjordstykke_aktuel', 'registreringsaktør';
EXEC SetExtendedproperty 'MS_Description', 'Kode for bygværkselementets status i den pågældende version, dvs. elementets tilstand i den samlede livscyklus For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Livscyklus">kodelisten.</a>', 'Bbr_grundjordstykke_aktuel', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den aktør der har afstedkommet virkningsegenskaberne for den pågældende version af bygværkselementet For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Virkningsakt%C3%B8r">kodelisten.</a>', 'Bbr_grundjordstykke_aktuel', 'virkningsaktør';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_grundjordstykke_aktuel', 'grund';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_grundjordstykke_aktuel', 'jordstykke';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Unik ID for den angivne række.', 'Bbr_grundjordstykke_historik', 'rowkey';
EXEC SetExtendedproperty 'MS_Description', 'Startidspunktet for rækkens virkningstid.', 'Bbr_grundjordstykke_historik', 'virkningstart';
EXEC SetExtendedproperty 'MS_Description', 'Sluttidspunktet for rækkens virkningstid.', 'Bbr_grundjordstykke_historik', 'virkningslut';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Forretningshaendelse">kodelisten.</a>', 'Bbr_grundjordstykke_historik', 'forretningshændelse';
EXEC SetExtendedproperty 'MS_Description', 'FORM-kode for det offentlige forretningsområde som har opdateret bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsOmraade">kodelisten.</a>', 'Bbr_grundjordstykke_historik', 'forretningsområde';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsProcess">kodelisten.</a>', 'Bbr_grundjordstykke_historik', 'forretningsproces';
EXEC SetExtendedproperty 'MS_Description', 'Unik og uforanderlig identifikation af bygværkselementet igennem hele dets livscyklus', 'Bbr_grundjordstykke_historik', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Kode der identificerer den kommune som bygværkselementet hidhører For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Kommunekode">kodelisten.</a>', 'Bbr_grundjordstykke_historik', 'kommunekode';
EXEC SetExtendedproperty 'MS_Description', 'Kode som angiver hvilken aktør der har foretaget registreringen af den pågældende version af bygværkselementet', 'Bbr_grundjordstykke_historik', 'registreringsaktør';
EXEC SetExtendedproperty 'MS_Description', 'Kode for bygværkselementets status i den pågældende version, dvs. elementets tilstand i den samlede livscyklus For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Livscyklus">kodelisten.</a>', 'Bbr_grundjordstykke_historik', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den aktør der har afstedkommet virkningsegenskaberne for den pågældende version af bygværkselementet For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Virkningsakt%C3%B8r">kodelisten.</a>', 'Bbr_grundjordstykke_historik', 'virkningsaktør';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_grundjordstykke_historik', 'grund';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_grundjordstykke_historik', 'jordstykke';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Unik ID for den angivne række.', 'Bbr_opgang', 'rowkey';
EXEC SetExtendedproperty 'MS_Description', 'Startidspunktet for rækkens virkningstid.', 'Bbr_opgang', 'virkningstart';
EXEC SetExtendedproperty 'MS_Description', 'Sluttidspunktet for rækkens virkningstid.', 'Bbr_opgang', 'virkningslut';
EXEC SetExtendedproperty 'MS_Description', 'Startidspunktet for rækkens registreringstid.', 'Bbr_opgang', 'registreringstart';
EXEC SetExtendedproperty 'MS_Description', 'Sluttidspunktet for rækkens registreringstid.', 'Bbr_opgang', 'registreringslut';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Forretningshaendelse">kodelisten.</a>', 'Bbr_opgang', 'forretningshændelse';
EXEC SetExtendedproperty 'MS_Description', 'FORM-kode for det offentlige forretningsområde som har opdateret bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsOmraade">kodelisten.</a>', 'Bbr_opgang', 'forretningsområde';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsProcess">kodelisten.</a>', 'Bbr_opgang', 'forretningsproces';
EXEC SetExtendedproperty 'MS_Description', 'Unik og uforanderlig identifikation af bygværkselementet igennem hele dets livscyklus', 'Bbr_opgang', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Kode der identificerer den kommune som bygværkselementet hidhører For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Kommunekode">kodelisten.</a>', 'Bbr_opgang', 'kommunekode';
EXEC SetExtendedproperty 'MS_Description', 'Kode som angiver hvilken aktør der har foretaget registreringen af den pågældende version af bygværkselementet', 'Bbr_opgang', 'registreringsaktør';
EXEC SetExtendedproperty 'MS_Description', 'Kode for bygværkselementets status i den pågældende version, dvs. elementets tilstand i den samlede livscyklus For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Livscyklus">kodelisten.</a>', 'Bbr_opgang', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den aktør der har afstedkommet virkningsegenskaberne for den pågældende version af bygværkselementet For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Virkningsakt%C3%B8r">kodelisten.</a>', 'Bbr_opgang', 'virkningsaktør';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_opgang', 'husnummer';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_opgang', 'bygning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver om der er elevator i opgangen/bygningen. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Elevator">kodelisten.</a>', 'Bbr_opgang', 'opg020Elevator';
EXEC SetExtendedproperty 'MS_Description', 'Liste med koder vedrørende husnummerets funktion i forhold til denne opgang For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/HusnummerRolle">kodelisten.</a>', 'Bbr_opgang', 'opg021HusnummerFunktion';
EXEC SetExtendedproperty 'MS_Description', 'Beskrivende tekstnotat om særlige forhold for dette BBR-element', 'Bbr_opgang', 'opg500Notatlinjer';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Forretningshaendelse">kodelisten.</a>', 'Bbr_opgang_aktuel', 'forretningshændelse';
EXEC SetExtendedproperty 'MS_Description', 'FORM-kode for det offentlige forretningsområde som har opdateret bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsOmraade">kodelisten.</a>', 'Bbr_opgang_aktuel', 'forretningsområde';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsProcess">kodelisten.</a>', 'Bbr_opgang_aktuel', 'forretningsproces';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Unik og uforanderlig identifikation af bygværkselementet igennem hele dets livscyklus', 'Bbr_opgang_aktuel', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Kode der identificerer den kommune som bygværkselementet hidhører For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Kommunekode">kodelisten.</a>', 'Bbr_opgang_aktuel', 'kommunekode';
EXEC SetExtendedproperty 'MS_Description', 'Kode som angiver hvilken aktør der har foretaget registreringen af den pågældende version af bygværkselementet', 'Bbr_opgang_aktuel', 'registreringsaktør';
EXEC SetExtendedproperty 'MS_Description', 'Kode for bygværkselementets status i den pågældende version, dvs. elementets tilstand i den samlede livscyklus For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Livscyklus">kodelisten.</a>', 'Bbr_opgang_aktuel', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den aktør der har afstedkommet virkningsegenskaberne for den pågældende version af bygværkselementet For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Virkningsakt%C3%B8r">kodelisten.</a>', 'Bbr_opgang_aktuel', 'virkningsaktør';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_opgang_aktuel', 'husnummer';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_opgang_aktuel', 'bygning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver om der er elevator i opgangen/bygningen. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Elevator">kodelisten.</a>', 'Bbr_opgang_aktuel', 'opg020Elevator';
EXEC SetExtendedproperty 'MS_Description', 'Liste med koder vedrørende husnummerets funktion i forhold til denne opgang For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/HusnummerRolle">kodelisten.</a>', 'Bbr_opgang_aktuel', 'opg021HusnummerFunktion';
EXEC SetExtendedproperty 'MS_Description', 'Beskrivende tekstnotat om særlige forhold for dette BBR-element', 'Bbr_opgang_aktuel', 'opg500Notatlinjer';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Unik ID for den angivne række.', 'Bbr_opgang_historik', 'rowkey';
EXEC SetExtendedproperty 'MS_Description', 'Startidspunktet for rækkens virkningstid.', 'Bbr_opgang_historik', 'virkningstart';
EXEC SetExtendedproperty 'MS_Description', 'Sluttidspunktet for rækkens virkningstid.', 'Bbr_opgang_historik', 'virkningslut';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Forretningshaendelse">kodelisten.</a>', 'Bbr_opgang_historik', 'forretningshændelse';
EXEC SetExtendedproperty 'MS_Description', 'FORM-kode for det offentlige forretningsområde som har opdateret bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsOmraade">kodelisten.</a>', 'Bbr_opgang_historik', 'forretningsområde';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsProcess">kodelisten.</a>', 'Bbr_opgang_historik', 'forretningsproces';
EXEC SetExtendedproperty 'MS_Description', 'Unik og uforanderlig identifikation af bygværkselementet igennem hele dets livscyklus', 'Bbr_opgang_historik', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Kode der identificerer den kommune som bygværkselementet hidhører For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Kommunekode">kodelisten.</a>', 'Bbr_opgang_historik', 'kommunekode';
EXEC SetExtendedproperty 'MS_Description', 'Kode som angiver hvilken aktør der har foretaget registreringen af den pågældende version af bygværkselementet', 'Bbr_opgang_historik', 'registreringsaktør';
EXEC SetExtendedproperty 'MS_Description', 'Kode for bygværkselementets status i den pågældende version, dvs. elementets tilstand i den samlede livscyklus For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Livscyklus">kodelisten.</a>', 'Bbr_opgang_historik', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den aktør der har afstedkommet virkningsegenskaberne for den pågældende version af bygværkselementet For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Virkningsakt%C3%B8r">kodelisten.</a>', 'Bbr_opgang_historik', 'virkningsaktør';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_opgang_historik', 'husnummer';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_opgang_historik', 'bygning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver om der er elevator i opgangen/bygningen. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Elevator">kodelisten.</a>', 'Bbr_opgang_historik', 'opg020Elevator';
EXEC SetExtendedproperty 'MS_Description', 'Liste med koder vedrørende husnummerets funktion i forhold til denne opgang For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/HusnummerRolle">kodelisten.</a>', 'Bbr_opgang_historik', 'opg021HusnummerFunktion';
EXEC SetExtendedproperty 'MS_Description', 'Beskrivende tekstnotat om særlige forhold for dette BBR-element', 'Bbr_opgang_historik', 'opg500Notatlinjer';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Unik ID for den angivne række.', 'Bbr_tekniskanlæg', 'rowkey';
EXEC SetExtendedproperty 'MS_Description', 'Startidspunktet for rækkens virkningstid.', 'Bbr_tekniskanlæg', 'virkningstart';
EXEC SetExtendedproperty 'MS_Description', 'Sluttidspunktet for rækkens virkningstid.', 'Bbr_tekniskanlæg', 'virkningslut';
EXEC SetExtendedproperty 'MS_Description', 'Startidspunktet for rækkens registreringstid.', 'Bbr_tekniskanlæg', 'registreringstart';
EXEC SetExtendedproperty 'MS_Description', 'Sluttidspunktet for rækkens registreringstid.', 'Bbr_tekniskanlæg', 'registreringslut';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Forretningshaendelse">kodelisten.</a>', 'Bbr_tekniskanlæg', 'forretningshændelse';
EXEC SetExtendedproperty 'MS_Description', 'FORM-kode for det offentlige forretningsområde som har opdateret bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsOmraade">kodelisten.</a>', 'Bbr_tekniskanlæg', 'forretningsområde';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsProcess">kodelisten.</a>', 'Bbr_tekniskanlæg', 'forretningsproces';
EXEC SetExtendedproperty 'MS_Description', 'Unik og uforanderlig identifikation af bygværkselementet igennem hele dets livscyklus', 'Bbr_tekniskanlæg', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Kode der identificerer den kommune som bygværkselementet hidhører For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Kommunekode">kodelisten.</a>', 'Bbr_tekniskanlæg', 'kommunekode';
EXEC SetExtendedproperty 'MS_Description', 'Kode som angiver hvilken aktør der har foretaget registreringen af den pågældende version af bygværkselementet', 'Bbr_tekniskanlæg', 'registreringsaktør';
EXEC SetExtendedproperty 'MS_Description', 'Kode for bygværkselementets status i den pågældende version, dvs. elementets tilstand i den samlede livscyklus For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Livscyklus">kodelisten.</a>', 'Bbr_tekniskanlæg', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den aktør der har afstedkommet virkningsegenskaberne for den pågældende version af bygværkselementet For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Virkningsakt%C3%B8r">kodelisten.</a>', 'Bbr_tekniskanlæg', 'virkningsaktør';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_tekniskanlæg', 'jordstykke';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_tekniskanlæg', 'husnummer';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_tekniskanlæg', 'enhed';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_tekniskanlæg', 'ejerlejlighed';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_tekniskanlæg', 'bygningPåFremmedGrund';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_tekniskanlæg', 'bygning';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_tekniskanlæg', 'grund';
EXEC SetExtendedproperty 'MS_Description', 'Angiver løbenummer under vurderingsejendommen', 'Bbr_tekniskanlæg', 'tek007Anlægsnummer';
EXEC SetExtendedproperty 'MS_Description', 'Angiver det tekniske anlægs anvendelse. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Klassifikation">kodelisten.</a>', 'Bbr_tekniskanlæg', 'tek020Klassifikation';
EXEC SetExtendedproperty 'MS_Description', 'Angiver det tekniske anlægs fabrikattype.', 'Bbr_tekniskanlæg', 'tek021FabrikatType';
EXEC SetExtendedproperty 'MS_Description', 'Angivelse af reference til ekstern database.', 'Bbr_tekniskanlæg', 'tek022EksternDatabase';
EXEC SetExtendedproperty 'MS_Description', 'Angiver unik teknisk nøgle til det tekniske anlæg.', 'Bbr_tekniskanlæg', 'tek023EksternNøgle';
EXEC SetExtendedproperty 'MS_Description', 'Angiverå år for færdigetablering.', 'Bbr_tekniskanlæg', 'tek024Etableringsår';
EXEC SetExtendedproperty 'MS_Description', 'Angiver til/ombygningsår for det tekniske anlæg', 'Bbr_tekniskanlæg', 'tek025TilOmbygningsår';
EXEC SetExtendedproperty 'MS_Description', 'Angiver størrelsesklasse af olietank. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Stoerrelsesklasse">kodelisten.</a>', 'Bbr_tekniskanlæg', 'tek026StørrelsesklasseOlietank';
EXEC SetExtendedproperty 'MS_Description', 'Angivelse af placering af tank, silo, gas- og affaldsbeholder. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Placering">kodelisten.</a>', 'Bbr_tekniskanlæg', 'tek027Placering';
EXEC SetExtendedproperty 'MS_Description', 'Angiver forhold for sløjfning af olietank. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Sloejfning">kodelisten.</a>', 'Bbr_tekniskanlæg', 'tek028SløjfningOlietank';
EXEC SetExtendedproperty 'MS_Description', 'Tankens fabrikationsnummer.', 'Bbr_tekniskanlæg', 'tek030Fabrikationsnummer';
EXEC SetExtendedproperty 'MS_Description', 'Angiver typegodkendelse af tank.', 'Bbr_tekniskanlæg', 'tek031Typegodkendelsesnummer';
EXEC SetExtendedproperty 'MS_Description', 'Angiver tankens størrelse..', 'Bbr_tekniskanlæg', 'tek032Størrelse';
EXEC SetExtendedproperty 'MS_Description', 'Angiver olietantkens type. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/TypeAfVaegge">kodelisten.</a>', 'Bbr_tekniskanlæg', 'tek033Type';
EXEC SetExtendedproperty 'MS_Description', 'Angiver tankens/olietankens Indhold For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Indhold">kodelisten.</a>', 'Bbr_tekniskanlæg', 'tek034IndholdOlietank';
EXEC SetExtendedproperty 'MS_Description', 'Angiver dato for frist for sløjfning af tank.', 'Bbr_tekniskanlæg', 'tek035SløjfningsfristOlietank';
EXEC SetExtendedproperty 'MS_Description', 'Angiver rumfang af teknisk anlæg.', 'Bbr_tekniskanlæg', 'tek036Rumfang';
EXEC SetExtendedproperty 'MS_Description', 'Angiver det bebyggede areal af teknisk anlæg.', 'Bbr_tekniskanlæg', 'tek037Areal';
EXEC SetExtendedproperty 'MS_Description', 'Angiver det tekniske anlægs højde.', 'Bbr_tekniskanlæg', 'tek038Højde';
EXEC SetExtendedproperty 'MS_Description', 'Angiver effekt for et energiproducerende teknisk anlæg.', 'Bbr_tekniskanlæg', 'tek039Effekt';
EXEC SetExtendedproperty 'MS_Description', 'Angiver eventuel type af fredning der gælder for det teknisk anlæg. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Fredning">kodelisten.</a>', 'Bbr_tekniskanlæg', 'tek040Fredning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver revisionsdato for seneste ændring af geometrioplysninger.', 'Bbr_tekniskanlæg', 'tek042Revisionsdato';
EXEC SetExtendedproperty 'MS_Description', 'Angiver geografisk koordinatsystem og projektion. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Koordinatsystem">kodelisten.</a>', 'Bbr_tekniskanlæg', 'tek045Koordinatsystem';
EXEC SetExtendedproperty 'MS_Description', 'Angiver fabrikationsår for tanke.', 'Bbr_tekniskanlæg', 'tek067Fabrikationsår';
EXEC SetExtendedproperty 'MS_Description', 'Angiver det materiale tanken er lavet af. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Materiale">kodelisten.</a>', 'Bbr_tekniskanlæg', 'tek068Materiale';
EXEC SetExtendedproperty 'MS_Description', 'Angiver type af senest udførte supplerende invendig korresionsbeskyttelse. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/SupplerendeIndvendigKorrosionsbeskyttelse">kodelisten.</a>', 'Bbr_tekniskanlæg', 'tek069SupplerendeIndvendigKorrosionsbeskyttelse';
EXEC SetExtendedproperty 'MS_Description', 'Angiver dato for den senest udførte indvendige korrosionsbeskyttelse.', 'Bbr_tekniskanlæg', 'tek070DatoForSenestUdførteSupplerendeIndvendigKorrosionsbeskyttelse';
EXEC SetExtendedproperty 'MS_Description', 'Angiver årstal for sløjfning af tank.', 'Bbr_tekniskanlæg', 'tek072Sløjfningsår';
EXEC SetExtendedproperty 'MS_Description', 'Angiver vindmøllens højde ved navet.', 'Bbr_tekniskanlæg', 'tek073Navhøjde';
EXEC SetExtendedproperty 'MS_Description', 'Angiver den unikke identifikation af vindmøllen.', 'Bbr_tekniskanlæg', 'tek074Vindmøllenummer';
EXEC SetExtendedproperty 'MS_Description', 'Angiver diameteren for rotoren på vindmøllen.', 'Bbr_tekniskanlæg', 'tek075Rotordiameter';
EXEC SetExtendedproperty 'MS_Description', 'Angiver kilden til geometrioplysninger. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/KildeTilKoordinatsaet">kodelisten.</a>', 'Bbr_tekniskanlæg', 'tek076KildeTilKoordinatsæt';
EXEC SetExtendedproperty 'MS_Description', 'Angiver kvaliteten af geometrioplysninger. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/KvalitetAfKoordinatsaet">kodelisten.</a>', 'Bbr_tekniskanlæg', 'tek077KvalitetAfKoordinatsæt';
EXEC SetExtendedproperty 'MS_Description', 'Angiver om det fysiske objekt, koordinatsættet referer til ligger under eller over jorden. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/SupplerendeOplysningerOmKoordinatsaet">kodelisten.</a>', 'Bbr_tekniskanlæg', 'tek078SupplerendeOplysningOmKoordinatsæt';
EXEC SetExtendedproperty 'MS_Description', 'Angiver gyldighedsdato i forbindelse med vurdering.', 'Bbr_tekniskanlæg', 'tek101Gyldighedsdato';
EXEC SetExtendedproperty 'MS_Description', 'Angiver fabrikat på vindmølle.', 'Bbr_tekniskanlæg', 'tek102FabrikatVindmølle';
EXEC SetExtendedproperty 'MS_Description', 'Angiver fabrikat på oliefyr.', 'Bbr_tekniskanlæg', 'tek103FabrikatOliefyr';
EXEC SetExtendedproperty 'MS_Description', 'Angiver fabrikat på solcelleanlæg eller solvarmeanlæg.', 'Bbr_tekniskanlæg', 'tek104FabrikatSolcelleanlægSolvarme';
EXEC SetExtendedproperty 'MS_Description', 'Angiver om tanken er overdækket.', 'Bbr_tekniskanlæg', 'tek105OverdækningTank';
EXEC SetExtendedproperty 'MS_Description', 'Angiver dato for inspektion af tank.', 'Bbr_tekniskanlæg', 'tek106InspektionsdatoTank';
EXEC SetExtendedproperty 'MS_Description', 'Angiver om teknisk anlæg ligger på søterritorie. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/PaaSoeTerritorie">kodelisten.</a>', 'Bbr_tekniskanlæg', 'tek107PlaceringPåSøterritorie';
EXEC SetExtendedproperty 'MS_Description', 'Angiver det tekniske areals geografiske placering', 'Bbr_tekniskanlæg', 'tek109Koordinat';
EXEC SetExtendedproperty 'MS_Description', 'Liste med koder vedrørende et anlægs driftsstatus For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Driftstatus">kodelisten.</a>', 'Bbr_tekniskanlæg', 'tek110Driftstatus';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_tekniskanlæg', 'tek111DatoForSenesteInspektion';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_tekniskanlæg', 'tek112InspicerendeVirksomhed';
EXEC SetExtendedproperty 'MS_Description', 'Beskrivende tekstnotat om særlige forhold for dette BBR-element', 'Bbr_tekniskanlæg', 'tek500Notatlinjer';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Forretningshaendelse">kodelisten.</a>', 'Bbr_tekniskanlæg_aktuel', 'forretningshændelse';
EXEC SetExtendedproperty 'MS_Description', 'FORM-kode for det offentlige forretningsområde som har opdateret bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsOmraade">kodelisten.</a>', 'Bbr_tekniskanlæg_aktuel', 'forretningsområde';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsProcess">kodelisten.</a>', 'Bbr_tekniskanlæg_aktuel', 'forretningsproces';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Unik og uforanderlig identifikation af bygværkselementet igennem hele dets livscyklus', 'Bbr_tekniskanlæg_aktuel', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Kode der identificerer den kommune som bygværkselementet hidhører For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Kommunekode">kodelisten.</a>', 'Bbr_tekniskanlæg_aktuel', 'kommunekode';
EXEC SetExtendedproperty 'MS_Description', 'Kode som angiver hvilken aktør der har foretaget registreringen af den pågældende version af bygværkselementet', 'Bbr_tekniskanlæg_aktuel', 'registreringsaktør';
EXEC SetExtendedproperty 'MS_Description', 'Kode for bygværkselementets status i den pågældende version, dvs. elementets tilstand i den samlede livscyklus For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Livscyklus">kodelisten.</a>', 'Bbr_tekniskanlæg_aktuel', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den aktør der har afstedkommet virkningsegenskaberne for den pågældende version af bygværkselementet For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Virkningsakt%C3%B8r">kodelisten.</a>', 'Bbr_tekniskanlæg_aktuel', 'virkningsaktør';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_tekniskanlæg_aktuel', 'jordstykke';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_tekniskanlæg_aktuel', 'husnummer';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_tekniskanlæg_aktuel', 'enhed';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_tekniskanlæg_aktuel', 'ejerlejlighed';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_tekniskanlæg_aktuel', 'bygningPåFremmedGrund';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_tekniskanlæg_aktuel', 'bygning';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_tekniskanlæg_aktuel', 'grund';
EXEC SetExtendedproperty 'MS_Description', 'Angiver løbenummer under vurderingsejendommen', 'Bbr_tekniskanlæg_aktuel', 'tek007Anlægsnummer';
EXEC SetExtendedproperty 'MS_Description', 'Angiver det tekniske anlægs anvendelse. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Klassifikation">kodelisten.</a>', 'Bbr_tekniskanlæg_aktuel', 'tek020Klassifikation';
EXEC SetExtendedproperty 'MS_Description', 'Angiver det tekniske anlægs fabrikattype.', 'Bbr_tekniskanlæg_aktuel', 'tek021FabrikatType';
EXEC SetExtendedproperty 'MS_Description', 'Angivelse af reference til ekstern database.', 'Bbr_tekniskanlæg_aktuel', 'tek022EksternDatabase';
EXEC SetExtendedproperty 'MS_Description', 'Angiver unik teknisk nøgle til det tekniske anlæg.', 'Bbr_tekniskanlæg_aktuel', 'tek023EksternNøgle';
EXEC SetExtendedproperty 'MS_Description', 'Angiverå år for færdigetablering.', 'Bbr_tekniskanlæg_aktuel', 'tek024Etableringsår';
EXEC SetExtendedproperty 'MS_Description', 'Angiver til/ombygningsår for det tekniske anlæg', 'Bbr_tekniskanlæg_aktuel', 'tek025TilOmbygningsår';
EXEC SetExtendedproperty 'MS_Description', 'Angiver størrelsesklasse af olietank. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Stoerrelsesklasse">kodelisten.</a>', 'Bbr_tekniskanlæg_aktuel', 'tek026StørrelsesklasseOlietank';
EXEC SetExtendedproperty 'MS_Description', 'Angivelse af placering af tank, silo, gas- og affaldsbeholder. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Placering">kodelisten.</a>', 'Bbr_tekniskanlæg_aktuel', 'tek027Placering';
EXEC SetExtendedproperty 'MS_Description', 'Angiver forhold for sløjfning af olietank. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Sloejfning">kodelisten.</a>', 'Bbr_tekniskanlæg_aktuel', 'tek028SløjfningOlietank';
EXEC SetExtendedproperty 'MS_Description', 'Tankens fabrikationsnummer.', 'Bbr_tekniskanlæg_aktuel', 'tek030Fabrikationsnummer';
EXEC SetExtendedproperty 'MS_Description', 'Angiver typegodkendelse af tank.', 'Bbr_tekniskanlæg_aktuel', 'tek031Typegodkendelsesnummer';
EXEC SetExtendedproperty 'MS_Description', 'Angiver tankens størrelse..', 'Bbr_tekniskanlæg_aktuel', 'tek032Størrelse';
EXEC SetExtendedproperty 'MS_Description', 'Angiver olietantkens type. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/TypeAfVaegge">kodelisten.</a>', 'Bbr_tekniskanlæg_aktuel', 'tek033Type';
EXEC SetExtendedproperty 'MS_Description', 'Angiver tankens/olietankens Indhold For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Indhold">kodelisten.</a>', 'Bbr_tekniskanlæg_aktuel', 'tek034IndholdOlietank';
EXEC SetExtendedproperty 'MS_Description', 'Angiver dato for frist for sløjfning af tank.', 'Bbr_tekniskanlæg_aktuel', 'tek035SløjfningsfristOlietank';
EXEC SetExtendedproperty 'MS_Description', 'Angiver rumfang af teknisk anlæg.', 'Bbr_tekniskanlæg_aktuel', 'tek036Rumfang';
EXEC SetExtendedproperty 'MS_Description', 'Angiver det bebyggede areal af teknisk anlæg.', 'Bbr_tekniskanlæg_aktuel', 'tek037Areal';
EXEC SetExtendedproperty 'MS_Description', 'Angiver det tekniske anlægs højde.', 'Bbr_tekniskanlæg_aktuel', 'tek038Højde';
EXEC SetExtendedproperty 'MS_Description', 'Angiver effekt for et energiproducerende teknisk anlæg.', 'Bbr_tekniskanlæg_aktuel', 'tek039Effekt';
EXEC SetExtendedproperty 'MS_Description', 'Angiver eventuel type af fredning der gælder for det teknisk anlæg. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Fredning">kodelisten.</a>', 'Bbr_tekniskanlæg_aktuel', 'tek040Fredning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver revisionsdato for seneste ændring af geometrioplysninger.', 'Bbr_tekniskanlæg_aktuel', 'tek042Revisionsdato';
EXEC SetExtendedproperty 'MS_Description', 'Angiver geografisk koordinatsystem og projektion. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Koordinatsystem">kodelisten.</a>', 'Bbr_tekniskanlæg_aktuel', 'tek045Koordinatsystem';
EXEC SetExtendedproperty 'MS_Description', 'Angiver fabrikationsår for tanke.', 'Bbr_tekniskanlæg_aktuel', 'tek067Fabrikationsår';
EXEC SetExtendedproperty 'MS_Description', 'Angiver det materiale tanken er lavet af. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Materiale">kodelisten.</a>', 'Bbr_tekniskanlæg_aktuel', 'tek068Materiale';
EXEC SetExtendedproperty 'MS_Description', 'Angiver type af senest udførte supplerende invendig korresionsbeskyttelse. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/SupplerendeIndvendigKorrosionsbeskyttelse">kodelisten.</a>', 'Bbr_tekniskanlæg_aktuel', 'tek069SupplerendeIndvendigKorrosionsbeskyttelse';
EXEC SetExtendedproperty 'MS_Description', 'Angiver dato for den senest udførte indvendige korrosionsbeskyttelse.', 'Bbr_tekniskanlæg_aktuel', 'tek070DatoForSenestUdførteSupplerendeIndvendigKorrosionsbeskyttelse';
EXEC SetExtendedproperty 'MS_Description', 'Angiver årstal for sløjfning af tank.', 'Bbr_tekniskanlæg_aktuel', 'tek072Sløjfningsår';
EXEC SetExtendedproperty 'MS_Description', 'Angiver vindmøllens højde ved navet.', 'Bbr_tekniskanlæg_aktuel', 'tek073Navhøjde';
EXEC SetExtendedproperty 'MS_Description', 'Angiver den unikke identifikation af vindmøllen.', 'Bbr_tekniskanlæg_aktuel', 'tek074Vindmøllenummer';
EXEC SetExtendedproperty 'MS_Description', 'Angiver diameteren for rotoren på vindmøllen.', 'Bbr_tekniskanlæg_aktuel', 'tek075Rotordiameter';
EXEC SetExtendedproperty 'MS_Description', 'Angiver kilden til geometrioplysninger. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/KildeTilKoordinatsaet">kodelisten.</a>', 'Bbr_tekniskanlæg_aktuel', 'tek076KildeTilKoordinatsæt';
EXEC SetExtendedproperty 'MS_Description', 'Angiver kvaliteten af geometrioplysninger. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/KvalitetAfKoordinatsaet">kodelisten.</a>', 'Bbr_tekniskanlæg_aktuel', 'tek077KvalitetAfKoordinatsæt';
EXEC SetExtendedproperty 'MS_Description', 'Angiver om det fysiske objekt, koordinatsættet referer til ligger under eller over jorden. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/SupplerendeOplysningerOmKoordinatsaet">kodelisten.</a>', 'Bbr_tekniskanlæg_aktuel', 'tek078SupplerendeOplysningOmKoordinatsæt';
EXEC SetExtendedproperty 'MS_Description', 'Angiver gyldighedsdato i forbindelse med vurdering.', 'Bbr_tekniskanlæg_aktuel', 'tek101Gyldighedsdato';
EXEC SetExtendedproperty 'MS_Description', 'Angiver fabrikat på vindmølle.', 'Bbr_tekniskanlæg_aktuel', 'tek102FabrikatVindmølle';
EXEC SetExtendedproperty 'MS_Description', 'Angiver fabrikat på oliefyr.', 'Bbr_tekniskanlæg_aktuel', 'tek103FabrikatOliefyr';
EXEC SetExtendedproperty 'MS_Description', 'Angiver fabrikat på solcelleanlæg eller solvarmeanlæg.', 'Bbr_tekniskanlæg_aktuel', 'tek104FabrikatSolcelleanlægSolvarme';
EXEC SetExtendedproperty 'MS_Description', 'Angiver om tanken er overdækket.', 'Bbr_tekniskanlæg_aktuel', 'tek105OverdækningTank';
EXEC SetExtendedproperty 'MS_Description', 'Angiver dato for inspektion af tank.', 'Bbr_tekniskanlæg_aktuel', 'tek106InspektionsdatoTank';
EXEC SetExtendedproperty 'MS_Description', 'Angiver om teknisk anlæg ligger på søterritorie. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/PaaSoeTerritorie">kodelisten.</a>', 'Bbr_tekniskanlæg_aktuel', 'tek107PlaceringPåSøterritorie';
EXEC SetExtendedproperty 'MS_Description', 'Angiver det tekniske areals geografiske placering', 'Bbr_tekniskanlæg_aktuel', 'tek109Koordinat';
EXEC SetExtendedproperty 'MS_Description', 'Liste med koder vedrørende et anlægs driftsstatus For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Driftstatus">kodelisten.</a>', 'Bbr_tekniskanlæg_aktuel', 'tek110Driftstatus';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_tekniskanlæg_aktuel', 'tek111DatoForSenesteInspektion';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_tekniskanlæg_aktuel', 'tek112InspicerendeVirksomhed';
EXEC SetExtendedproperty 'MS_Description', 'Beskrivende tekstnotat om særlige forhold for dette BBR-element', 'Bbr_tekniskanlæg_aktuel', 'tek500Notatlinjer';
EXEC SetExtendedproperty 'MS_Description', 'DETTE ER PKEY. Unik ID for den angivne række.', 'Bbr_tekniskanlæg_historik', 'rowkey';
EXEC SetExtendedproperty 'MS_Description', 'Startidspunktet for rækkens virkningstid.', 'Bbr_tekniskanlæg_historik', 'virkningstart';
EXEC SetExtendedproperty 'MS_Description', 'Sluttidspunktet for rækkens virkningstid.', 'Bbr_tekniskanlæg_historik', 'virkningslut';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Forretningshaendelse">kodelisten.</a>', 'Bbr_tekniskanlæg_historik', 'forretningshændelse';
EXEC SetExtendedproperty 'MS_Description', 'FORM-kode for det offentlige forretningsområde som har opdateret bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsOmraade">kodelisten.</a>', 'Bbr_tekniskanlæg_historik', 'forretningsområde';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den forretningshændelse, som afstedkom opdateringen af bygværkselementet til den pågældende version For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/ForretningsProcess">kodelisten.</a>', 'Bbr_tekniskanlæg_historik', 'forretningsproces';
EXEC SetExtendedproperty 'MS_Description', 'Unik og uforanderlig identifikation af bygværkselementet igennem hele dets livscyklus', 'Bbr_tekniskanlæg_historik', 'id';
EXEC SetExtendedproperty 'MS_Description', 'Kode der identificerer den kommune som bygværkselementet hidhører For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Kommunekode">kodelisten.</a>', 'Bbr_tekniskanlæg_historik', 'kommunekode';
EXEC SetExtendedproperty 'MS_Description', 'Kode som angiver hvilken aktør der har foretaget registreringen af den pågældende version af bygværkselementet', 'Bbr_tekniskanlæg_historik', 'registreringsaktør';
EXEC SetExtendedproperty 'MS_Description', 'Kode for bygværkselementets status i den pågældende version, dvs. elementets tilstand i den samlede livscyklus For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Livscyklus">kodelisten.</a>', 'Bbr_tekniskanlæg_historik', 'status';
EXEC SetExtendedproperty 'MS_Description', 'Kode for den aktør der har afstedkommet virkningsegenskaberne for den pågældende version af bygværkselementet For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Virkningsakt%C3%B8r">kodelisten.</a>', 'Bbr_tekniskanlæg_historik', 'virkningsaktør';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_tekniskanlæg_historik', 'jordstykke';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_tekniskanlæg_historik', 'husnummer';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_tekniskanlæg_historik', 'enhed';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_tekniskanlæg_historik', 'ejerlejlighed';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_tekniskanlæg_historik', 'bygningPåFremmedGrund';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_tekniskanlæg_historik', 'bygning';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_tekniskanlæg_historik', 'grund';
EXEC SetExtendedproperty 'MS_Description', 'Angiver løbenummer under vurderingsejendommen', 'Bbr_tekniskanlæg_historik', 'tek007Anlægsnummer';
EXEC SetExtendedproperty 'MS_Description', 'Angiver det tekniske anlægs anvendelse. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Klassifikation">kodelisten.</a>', 'Bbr_tekniskanlæg_historik', 'tek020Klassifikation';
EXEC SetExtendedproperty 'MS_Description', 'Angiver det tekniske anlægs fabrikattype.', 'Bbr_tekniskanlæg_historik', 'tek021FabrikatType';
EXEC SetExtendedproperty 'MS_Description', 'Angivelse af reference til ekstern database.', 'Bbr_tekniskanlæg_historik', 'tek022EksternDatabase';
EXEC SetExtendedproperty 'MS_Description', 'Angiver unik teknisk nøgle til det tekniske anlæg.', 'Bbr_tekniskanlæg_historik', 'tek023EksternNøgle';
EXEC SetExtendedproperty 'MS_Description', 'Angiverå år for færdigetablering.', 'Bbr_tekniskanlæg_historik', 'tek024Etableringsår';
EXEC SetExtendedproperty 'MS_Description', 'Angiver til/ombygningsår for det tekniske anlæg', 'Bbr_tekniskanlæg_historik', 'tek025TilOmbygningsår';
EXEC SetExtendedproperty 'MS_Description', 'Angiver størrelsesklasse af olietank. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Stoerrelsesklasse">kodelisten.</a>', 'Bbr_tekniskanlæg_historik', 'tek026StørrelsesklasseOlietank';
EXEC SetExtendedproperty 'MS_Description', 'Angivelse af placering af tank, silo, gas- og affaldsbeholder. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Placering">kodelisten.</a>', 'Bbr_tekniskanlæg_historik', 'tek027Placering';
EXEC SetExtendedproperty 'MS_Description', 'Angiver forhold for sløjfning af olietank. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Sloejfning">kodelisten.</a>', 'Bbr_tekniskanlæg_historik', 'tek028SløjfningOlietank';
EXEC SetExtendedproperty 'MS_Description', 'Tankens fabrikationsnummer.', 'Bbr_tekniskanlæg_historik', 'tek030Fabrikationsnummer';
EXEC SetExtendedproperty 'MS_Description', 'Angiver typegodkendelse af tank.', 'Bbr_tekniskanlæg_historik', 'tek031Typegodkendelsesnummer';
EXEC SetExtendedproperty 'MS_Description', 'Angiver tankens størrelse..', 'Bbr_tekniskanlæg_historik', 'tek032Størrelse';
EXEC SetExtendedproperty 'MS_Description', 'Angiver olietantkens type. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/TypeAfVaegge">kodelisten.</a>', 'Bbr_tekniskanlæg_historik', 'tek033Type';
EXEC SetExtendedproperty 'MS_Description', 'Angiver tankens/olietankens Indhold For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Indhold">kodelisten.</a>', 'Bbr_tekniskanlæg_historik', 'tek034IndholdOlietank';
EXEC SetExtendedproperty 'MS_Description', 'Angiver dato for frist for sløjfning af tank.', 'Bbr_tekniskanlæg_historik', 'tek035SløjfningsfristOlietank';
EXEC SetExtendedproperty 'MS_Description', 'Angiver rumfang af teknisk anlæg.', 'Bbr_tekniskanlæg_historik', 'tek036Rumfang';
EXEC SetExtendedproperty 'MS_Description', 'Angiver det bebyggede areal af teknisk anlæg.', 'Bbr_tekniskanlæg_historik', 'tek037Areal';
EXEC SetExtendedproperty 'MS_Description', 'Angiver det tekniske anlægs højde.', 'Bbr_tekniskanlæg_historik', 'tek038Højde';
EXEC SetExtendedproperty 'MS_Description', 'Angiver effekt for et energiproducerende teknisk anlæg.', 'Bbr_tekniskanlæg_historik', 'tek039Effekt';
EXEC SetExtendedproperty 'MS_Description', 'Angiver eventuel type af fredning der gælder for det teknisk anlæg. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Fredning">kodelisten.</a>', 'Bbr_tekniskanlæg_historik', 'tek040Fredning';
EXEC SetExtendedproperty 'MS_Description', 'Angiver revisionsdato for seneste ændring af geometrioplysninger.', 'Bbr_tekniskanlæg_historik', 'tek042Revisionsdato';
EXEC SetExtendedproperty 'MS_Description', 'Angiver geografisk koordinatsystem og projektion. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Koordinatsystem">kodelisten.</a>', 'Bbr_tekniskanlæg_historik', 'tek045Koordinatsystem';
EXEC SetExtendedproperty 'MS_Description', 'Angiver fabrikationsår for tanke.', 'Bbr_tekniskanlæg_historik', 'tek067Fabrikationsår';
EXEC SetExtendedproperty 'MS_Description', 'Angiver det materiale tanken er lavet af. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Materiale">kodelisten.</a>', 'Bbr_tekniskanlæg_historik', 'tek068Materiale';
EXEC SetExtendedproperty 'MS_Description', 'Angiver type af senest udførte supplerende invendig korresionsbeskyttelse. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/SupplerendeIndvendigKorrosionsbeskyttelse">kodelisten.</a>', 'Bbr_tekniskanlæg_historik', 'tek069SupplerendeIndvendigKorrosionsbeskyttelse';
EXEC SetExtendedproperty 'MS_Description', 'Angiver dato for den senest udførte indvendige korrosionsbeskyttelse.', 'Bbr_tekniskanlæg_historik', 'tek070DatoForSenestUdførteSupplerendeIndvendigKorrosionsbeskyttelse';
EXEC SetExtendedproperty 'MS_Description', 'Angiver årstal for sløjfning af tank.', 'Bbr_tekniskanlæg_historik', 'tek072Sløjfningsår';
EXEC SetExtendedproperty 'MS_Description', 'Angiver vindmøllens højde ved navet.', 'Bbr_tekniskanlæg_historik', 'tek073Navhøjde';
EXEC SetExtendedproperty 'MS_Description', 'Angiver den unikke identifikation af vindmøllen.', 'Bbr_tekniskanlæg_historik', 'tek074Vindmøllenummer';
EXEC SetExtendedproperty 'MS_Description', 'Angiver diameteren for rotoren på vindmøllen.', 'Bbr_tekniskanlæg_historik', 'tek075Rotordiameter';
EXEC SetExtendedproperty 'MS_Description', 'Angiver kilden til geometrioplysninger. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/KildeTilKoordinatsaet">kodelisten.</a>', 'Bbr_tekniskanlæg_historik', 'tek076KildeTilKoordinatsæt';
EXEC SetExtendedproperty 'MS_Description', 'Angiver kvaliteten af geometrioplysninger. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/KvalitetAfKoordinatsaet">kodelisten.</a>', 'Bbr_tekniskanlæg_historik', 'tek077KvalitetAfKoordinatsæt';
EXEC SetExtendedproperty 'MS_Description', 'Angiver om det fysiske objekt, koordinatsættet referer til ligger under eller over jorden. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/SupplerendeOplysningerOmKoordinatsaet">kodelisten.</a>', 'Bbr_tekniskanlæg_historik', 'tek078SupplerendeOplysningOmKoordinatsæt';
EXEC SetExtendedproperty 'MS_Description', 'Angiver gyldighedsdato i forbindelse med vurdering.', 'Bbr_tekniskanlæg_historik', 'tek101Gyldighedsdato';
EXEC SetExtendedproperty 'MS_Description', 'Angiver fabrikat på vindmølle.', 'Bbr_tekniskanlæg_historik', 'tek102FabrikatVindmølle';
EXEC SetExtendedproperty 'MS_Description', 'Angiver fabrikat på oliefyr.', 'Bbr_tekniskanlæg_historik', 'tek103FabrikatOliefyr';
EXEC SetExtendedproperty 'MS_Description', 'Angiver fabrikat på solcelleanlæg eller solvarmeanlæg.', 'Bbr_tekniskanlæg_historik', 'tek104FabrikatSolcelleanlægSolvarme';
EXEC SetExtendedproperty 'MS_Description', 'Angiver om tanken er overdækket.', 'Bbr_tekniskanlæg_historik', 'tek105OverdækningTank';
EXEC SetExtendedproperty 'MS_Description', 'Angiver dato for inspektion af tank.', 'Bbr_tekniskanlæg_historik', 'tek106InspektionsdatoTank';
EXEC SetExtendedproperty 'MS_Description', 'Angiver om teknisk anlæg ligger på søterritorie. For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/PaaSoeTerritorie">kodelisten.</a>', 'Bbr_tekniskanlæg_historik', 'tek107PlaceringPåSøterritorie';
EXEC SetExtendedproperty 'MS_Description', 'Angiver det tekniske areals geografiske placering', 'Bbr_tekniskanlæg_historik', 'tek109Koordinat';
EXEC SetExtendedproperty 'MS_Description', 'Liste med koder vedrørende et anlægs driftsstatus For mulige værdier, se <a href="https://ki.bbr.dk/kodelister-bbr/0/1/0/Driftstatus">kodelisten.</a>', 'Bbr_tekniskanlæg_historik', 'tek110Driftstatus';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_tekniskanlæg_historik', 'tek111DatoForSenesteInspektion';
EXEC SetExtendedproperty 'MS_Description', '', 'Bbr_tekniskanlæg_historik', 'tek112InspicerendeVirksomhed';
EXEC SetExtendedproperty 'MS_Description', 'Beskrivende tekstnotat om særlige forhold for dette BBR-element', 'Bbr_tekniskanlæg_historik', 'tek500Notatlinjer';
|
<gh_stars>1-10
CREATE OR REPLACE VIEW VIEW_JC_NCMTABELABASE_SC AS
SELECT *
FROM VIEW_JC_TABELABASE
WHERE UFDESTINO = 'SC'
AND CODNCMEX IN (
'18069000.', '32131000.', '33030020.', '33041000.', '33042010.', '33043000.', '33049100.', '33049910.', '33049990.', '33049990.1'
, '33051000.', '33072010.', '34011190.', '34013000.', '39221000.1', '39222000.', '39229000.', '39249000.1', '39249000.2',
'39249000.3', '39269040.', '39269090.2', '40149090.', '42021210.', '42021220.', '42021220.1', '42021220.2', '42029900.', '42029900.1'
, '42029900.2', '48202000.', '48209000.', '56012190.', '82142000.', '87116000.', '87116000.1', '87119000.', '90251190.', '90251990.'
, '94052000.', '96032100.', '96032900.', '96032900.1', '96033000.', '96050000.', '96081000.', '96082000.', '96083000.', '96151100.'
, '96190000.', '96190000.1'
); |
--分割字符串
CREATE FUNCTION [dbo].[FnStringSplit]
(
@SplitString NVARCHAR(MAX),
@Separator NVARCHAR(10)=','
)
RETURNS @SplitStringsTable TABLE
(
[value] NVARCHAR(MAX)
)
AS
BEGIN
IF(@SplitString IS NOT NULL AND @SplitString!='')
BEGIN
DECLARE @CurrentIndex int=1,@NextIndex int,@ReturnText NVARCHAR(MAX);
WHILE (@CurrentIndex<=LEN(@SplitString)+1)
BEGIN
SET @NextIndex=CHARINDEX(@Separator, @SplitString, @CurrentIndex);
IF (@NextIndex=0 OR @NextIndex IS NULL)
SET @NextIndex=LEN(@SplitString)+1;
SET @ReturnText=SUBSTRING(@SplitString, @CurrentIndex, @NextIndex-@CurrentIndex);
IF (@ReturnText IS NOT NULL AND @ReturnText!='')
INSERT INTO @SplitStringsTable ([value]) VALUES (@ReturnText);
SET @CurrentIndex=@NextIndex+1;
END
END
RETURN
END
|
CREATE DATABASE [autobarn]
GO
USE [autobarn]
GO
CREATE TABLE [dbo].[Manufacturers] (
[Code] [varchar](32) NOT NULL PRIMARY KEY,
[Name] [varchar](32) NOT NULL
)
CREATE TABLE [dbo].[Models](
[Code] [varchar](32) NOT NULL PRIMARY KEY,
[ManufacturerCode] [varchar](32) NOT NULL,
[Name] [varchar](32) NOT NULL
)
CREATE TABLE [dbo].[Vehicles](
[Registration] [varchar](16) NOT NULL PRIMARY KEY,
[ModelCode] [varchar](32) NOT NULL,
[Color] [varchar](32) NOT NULL,
[Year] [int] NOT NULL,
)
ALTER TABLE [dbo].[Models] WITH CHECK ADD CONSTRAINT [FK_Models_Manufacturers] FOREIGN KEY([ManufacturerCode])
REFERENCES [dbo].[Manufacturers] ([Code])
ALTER TABLE [dbo].[Models] CHECK CONSTRAINT [FK_Models_Manufacturers]
ALTER TABLE [dbo].[Vehicles] WITH CHECK ADD CONSTRAINT [FK_Vehicles_Models] FOREIGN KEY([ModelCode])
REFERENCES [dbo].[Models] ([Code])
ALTER TABLE [dbo].[Vehicles] CHECK CONSTRAINT [FK_Vehicles_Models]
GO
USE [master]
GO
CREATE LOGIN autobarn WITH PASSWORD = '<PASSWORD>', DEFAULT_DATABASE = autobarn,
CHECK_POLICY = OFF,
CHECK_EXPIRATION = OFF ;
GO
USE [autobarn]
GO
CREATE USER [autobarn] FOR LOGIN [autobarn]
GO
GO
ALTER ROLE [db_owner] ADD MEMBER [autobarn]
GO
|
<gh_stars>1-10
CREATE TABLE [dbo].[Activitys](
[Id] [bigint] IDENTITY(1,1) PRIMARY KEY NOT NULL,
[SubDirectoryId] [bigint] NOT NULL,
[UserId] [bigint] NOT NULL,
[CommentId] [bigint] NOT NULL,
[ActivityText] NVARCHAR(2000) NULL,
[Timestamp] [datetime] NOT NULL DEFAULT GETDATE(),
[ActivityTypeId] BIGINT NOT NULL,
[ContentId] BIGINT NOT NULL,
CONSTRAINT [FK_Activitys_ToActivityTypes] FOREIGN KEY ([ActivityTypeId]) REFERENCES [ActivityTypes]([Id]),
CONSTRAINT [FK_Activitys_ToContents] FOREIGN KEY ([ContentId]) REFERENCES [Contents]([Id]),
CONSTRAINT [FK_Activitys_ToSubDirectorys] FOREIGN KEY ([SubDirectoryId]) REFERENCES [SubDirectorys]([Id]),
CONSTRAINT [FK_Activitys_ToUsers] FOREIGN KEY ([UserId]) REFERENCES [Users]([Id]),
CONSTRAINT [FK_Activitys_ToComments] FOREIGN KEY ([CommentId]) REFERENCES [Comments]([Id]),
)
|
--liquibase formatted sql
--changeset vrafael:framework_20200220_CoreTypes logicalFilePath:path-independent splitStatements:true stripComments:false endDelimiter:\nGO runOnChange:true
--добавление базовых типов
DECLARE
@TypeID_Object bigint = dbo.TypeIDByTag(N'Object')
,@TypeID_Directory bigint = dbo.TypeIDByTag(N'Directory')
,@TypeID_Type bigint = dbo.TypeIDByTag(N'Type')
,@TypeID_ObjectType bigint = dbo.TypeIDByTag(N'ObjectType')
,@TypeID_DirectoryType bigint = dbo.TypeIDByTag(N'DirectoryType')
,@TypeID_FieldType bigint = dbo.TypeIDByTag(N'FieldType')
,@TypeID_Field bigint = dbo.TypeIDByTag(N'Field')
,@TypeID_Error bigint = dbo.TypeIDByTag(N'Error')
,@TypeID_SystemError bigint = dbo.TypeIDByTag(N'SystemError')
,@TypeID_SecurityError bigint = dbo.TypeIDByTag(N'SecurityError')
--Object
IF @TypeID_Object IS NULL
BEGIN
EXEC dbo.ObjectTypeSet
@ID = @TypeID_Object OUTPUT
,@TypeID = -1 --@TypeID_ObjectType
,@OwnerID = NULL
,@Name = N'Object'
,@Tag = N'Object'
,@Description = N'Base type of object'
,@Abstract = 1
,@Icon = N'las la-atom'
,@StateMachineID = NULL
END
--Directory
IF @TypeID_Directory IS NULL
BEGIN
EXEC dbo.ObjectTypeSet
@ID = @TypeID_Directory OUTPUT
,@TypeID = -1 --@TypeID_DirectoryType
,@OwnerID = @TypeID_Object
,@Name = N'Directory item'
,@Tag = N'Directory'
,@Description = N'Directory position'
,@Abstract = 1
,@Icon = N'las la-book'
,@StateMachineID = NULL
END
--Type
IF @TypeID_Type IS NULL
BEGIN
EXEC dbo.ObjectTypeSet
@ID = @TypeID_Type OUTPUT
,@TypeID = -1 --@TypeID_DirectoryType
,@OwnerID = @TypeID_Directory
,@Name = N'Type'
,@Tag = N'Type'
,@Description = NULL
,@Abstract = 0
,@Icon = N'las la-th-list'
,@StateMachineID = NULL
END
--ObjectType
IF @TypeID_ObjectType IS NULL
BEGIN
EXEC dbo.ObjectTypeSet
@ID = @TypeID_ObjectType OUTPUT
,@TypeID = -1 --@TypeID_DirectoryType
,@OwnerID = @TypeID_Type
,@Name = N'Object type'
,@Tag = N'ObjectType'
,@Description = NULL
,@Abstract = 0
,@Icon = N'las la-th-list'
,@StateMachineID = NULL
END
--DirectoryType
IF @TypeID_DirectoryType IS NULL
BEGIN
EXEC dbo.ObjectTypeSet
@ID = @TypeID_DirectoryType OUTPUT
,@TypeID = -1 --@TypeID_DirectoryType
,@OwnerID = @TypeID_ObjectType
,@Name = N'Directory item type'
,@Tag = N'DirectoryType'
,@Description = NULL
,@Abstract = 0
,@Icon = N'las la-th-large'
,@StateMachineID = NULL
END;
--при первичном добавлении объектов их типов еще не существует, поэтому заполнем их вручную
UPDATE o
SET TypeID = IIF(d.Tag = N'Object', @TypeID_ObjectType, @TypeID_DirectoryType)
FROM dbo.TObject o
JOIN dbo.TDirectory d ON d.ID = o.ID
JOIN dbo.TType t ON t.ID = d.ID
JOIN dbo.TObjectType ot ON ot.ID = t.ID
WHERE d.Tag IN (N'Object', N'Directory', N'Type', N'ObjectType', N'DirectoryType')
AND o.TypeID = -1 --тип не указан
--FieldType
IF @TypeID_FieldType IS NULL
BEGIN
EXEC dbo.ObjectTypeSet
@ID = @TypeID_FieldType OUTPUT
,@TypeID = @TypeID_DirectoryType
,@OwnerID = @TypeID_DirectoryType
,@Name = N'Field type'
,@Tag = N'FieldType'
,@Description = NULL
,@Abstract = 0
,@Icon = N'las la-columns'
,@StateMachineID = NULL
END
--Field
IF @TypeID_Field IS NULL
BEGIN
EXEC dbo.FieldTypeSet
@ID = @TypeID_Field OUTPUT
,@TypeID = @TypeID_FieldType
,@OwnerID = @TypeID_Directory
,@Name = N'Field'
,@Tag = N'Field'
,@Description = N'Field of type'
,@Abstract = 1
,@Icon = N'las la-tag'
,@StateMachineID = NULL
,@DataType = N'sql_variant'
END
--Error
IF @TypeID_Error IS NULL
BEGIN
EXEC dbo.TypeSet
@ID = @TypeID_Error OUTPUT
,@TypeID = @TypeID_Type
,@OwnerID = NULL
,@Name = N'Error'
,@Tag = N'Error'
,@Description = NULL
,@Abstract = 0
,@Icon = N'las la-exclamation-circle'
END
--SystemError
IF @TypeID_SystemError IS NULL
BEGIN
EXEC dbo.TypeSet
@ID = @TypeID_SystemError OUTPUT
,@TypeID = @TypeID_Type
,@OwnerID = @TypeID_Error
,@Name = N'System error'
,@Tag = N'SystemError'
,@Description = NULL
,@Abstract = 0
,@Icon = N'las la-bug'
END
--SecurityError
IF @TypeID_SecurityError IS NULL
BEGIN
EXEC dbo.TypeSet
@ID = @TypeID_SecurityError OUTPUT
,@TypeID = @TypeID_Type
,@OwnerID = @TypeID_Error
,@Name = N'Security error'
,@Tag = N'SecurityError'
,@Description = NULL
,@Abstract = 0
,@Icon = N'las la-exclamation-triangle'
END |
<reponame>mrudulpolus/kc<filename>coeus-db/coeus-db-sql/src/main/resources/org/kuali/coeus/coeus-sql/log/Release_2_0_logs/KRACOEUS-2128.sql
CREATE OR REPLACE PROCEDURE get_cum_salary_summary
( as_proposal_number IN osp$budget_per_details_for_edi.PROPOSAL_NUMBER%TYPE,
ai_version IN osp$budget_details.version_number%TYPE,
cur_summary IN OUT result_sets.cur_generic) is
BEGIN
OPEN CUR_SUMMARY FOR
select
start_date, end_date, category, person_name,
percent_effort, percent_charged,
eb_rate,
vac_rate,
category_code, salary,
fringe,
PRINCIPAL_INVESTIGATOR,
cost_element_desc from (
select
--proposal_number, version_number, budget_period, line_item_number,
start_date, end_date, fdesc as category, full_name as person_name,
percent_effort, percent_charged,
max(decode(rate_class_type, 'E', applied_rate, 0) ) || '%' eb_rate,
max(decode(rate_class_type, 'V', applied_rate, 0) ) || '%' vac_rate,
budget_category_code as category_code, max(salary_requested) as salary,
max(calculated_cost) as fringe,
PRINCIPAL_INVESTIGATOR,
gdesc as cost_element_desc
from (
select
proposal_number,
version_number,
budget_period,
line_item_number,
budget_category_code,
cost_element,
fdesc,
gdesc,
person_number,
person_id,
full_name,
percent_charged,
percent_effort,
job_code,
start_date,
end_date,
SALARY_REQUESTED,
cost_sharing_amount,
decode(rate_class_code,
null,
sRATE_CLASS_CODE,
rate_class_code) rate_class_code,
decode(rate_type_code, null, srate_type_code, rate_type_code) rate_type_code,
decode(rate_class_type, null, srate_class_type, rate_class_type) rate_class_type,
decode(calculated_cost,
null,
scalculated_cost,
calculated_cost) calculated_cost,
decode(calculated_cost_sharing,
null,
scalculated_cost_sharing,
calculated_cost_sharing) calculated_cost_sharing,
decode(applied_rate, null, sAPPLIED_RATE, applied_rate) applied_rate,
PRINCIPAL_INVESTIGATOR
from (select A1.proposal_number proposal_number,
A1.version_number version_number,
A1.budget_period budget_period,
A1.line_item_number line_item_number,
A1.budget_category_code budget_category_code,
A1.cost_element cost_element,
A1.fdesc fdesc,
A1.gdesc gdesc,
A1.person_number person_number,
A1.person_id person_id,
A1.full_name full_name,
A1.percent_charged percent_charged,
A1.percent_effort percent_effort,
A1.job_code job_code,
A1.start_date start_date,
A1.end_date end_date,
A1.SALARY_REQUESTED SALARY_REQUESTED,
a1.cost_sharing_amount cost_sharing_amount,
A1.rate_class_code rate_class_code,
A1.rate_type_code rate_type_code,
a1.rate_class_type rate_class_type,
a1.calculated_cost calculated_cost,
A1.calculated_cost_sharing calculated_cost_sharing,
a1.applied_rate applied_rate,
a1.PRINCIPAL_INVESTIGATOR PRINCIPAL_INVESTIGATOR,
a2.RATE_CLASS_CODE sRATE_CLASS_CODE,
a2.RATE_TYPE_CODE sRATE_TYPE_CODE,
d.RATE_CLASS_TYPE sRATE_CLASS_TYPE,
rb.APPLIED_RATE sAPPLIED_RATE,
a2.CALCULATED_COST sCALCULATED_COST,
a2.CALCULATED_COST_SHARING sCALCULATED_COST_SHARING
from OSP$BUDGET_SALARY_SUMMARY A1,
osp$budget_details_cal_amts a2,
osp$budget_rate_and_base rb,
osp$rate_class d,
osp$rate_type e
where a1.proposal_number = a2.PROPOSAL_NUMBER(+)
AND A2.PROPOSAL_NUMBER = RB.PROPOSAL_NUMBER
and a1.version_number = a2.VERSION_NUMBER(+)
AND A2.VERSION_NUMBER = RB.VERSION_NUMBER
and a1.budget_period = a2.BUDGET_PERIOD(+)
AND A2.BUDGET_PERIOD = RB.BUDGET_PERIOD
and a1.line_item_number = a2.LINE_ITEM_NUMBER(+)
AND A2.LINE_ITEM_NUMBER = RB.LINE_ITEM_NUMBER
AND A2.RATE_CLASS_CODE = RB.RATE_CLASS_CODE
AND A2.RATE_TYPE_CODE = RB.RATE_TYPE_CODE
AND RB.RATE_CLASS_CODE = D.RATE_CLASS_CODE
AND D.RATE_CLASS_CODE = E.RATE_CLASS_CODE
AND E.RATE_CLASS_CODE = RB.RATE_CLASS_CODE
AND E.RATE_TYPE_CODE = RB.RATE_TYPE_CODE
AND a1.proposal_number = as_proposal_number
And a1.version_number = ai_version
aND d.rate_class_type in ('E', 'V')
MINUS
select A1.proposal_number proposal_number,
A1.version_number version_number,
A1.budget_period budget_period,
A1.line_item_number line_item_number,
A1.budget_category_code budget_category_code,
A1.cost_element cost_element,
A1.fdesc fdesc,
A1.gdesc gdesc,
A1.person_number person_number,
A1.person_id person_id,
A1.full_name full_name,
A1.percent_charged percent_charged,
A1.percent_effort percent_effort,
A1.job_code job_code,
A1.start_date start_date,
A1.end_date end_date,
A1.SALARY_REQUESTED SALARY_REQUESTED,
a1.cost_sharing_amount cost_sharing_amount,
A1.rate_class_code rate_class_code,
A1.rate_type_code rate_type_code,
a1.rate_class_type rate_class_type,
a1.calculated_cost calculated_cost,
A1.calculated_cost_sharing calculated_cost_sharing,
a1.applied_rate applied_rate,
a1.PRINCIPAL_INVESTIGATOR PRINCIPAL_INVESTIGATOR,
a2.RATE_CLASS_CODE sRATE_CLASS_CODE,
a2.RATE_TYPE_CODE sRATE_TYPE_CODE,
d.RATE_CLASS_TYPE sRATE_CLASS_TYPE,
rb.APPLIED_RATE sAPPLIED_RATE,
a2.CALCULATED_COST sCALCULATED_COST,
a2.CALCULATED_COST_SHARING sCALCULATED_COST_SHARING
from OSP$BUDGET_SALARY_SUMMARY A1,
osp$budget_details_cal_amts a2,
osp$budget_rate_and_base rb,
osp$rate_class d,
osp$rate_type e,
(SELECT RATE_CLASS_CODE, RATE_TYPE_CODE
FROM osp$VALID_CALC_TYPES
WHERE RATE_CLASS_TYPE IN ('E', 'V')) R
where a1.proposal_number = a2.PROPOSAL_NUMBER(+)
AND A2.PROPOSAL_NUMBER = RB.PROPOSAL_NUMBER
and a1.version_number = a2.VERSION_NUMBER(+)
AND A2.VERSION_NUMBER = RB.VERSION_NUMBER
and a1.budget_period = a2.BUDGET_PERIOD(+)
AND A2.BUDGET_PERIOD = RB.BUDGET_PERIOD
and a1.line_item_number = a2.LINE_ITEM_NUMBER(+)
AND A2.LINE_ITEM_NUMBER = RB.LINE_ITEM_NUMBER
AND A2.RATE_CLASS_CODE = RB.RATE_CLASS_CODE
AND A2.RATE_TYPE_CODE = RB.RATE_TYPE_CODE
AND RB.RATE_CLASS_CODE = D.RATE_CLASS_CODE
AND D.RATE_CLASS_CODE = E.RATE_CLASS_CODE
AND E.RATE_CLASS_CODE = RB.RATE_CLASS_CODE
AND E.RATE_TYPE_CODE = RB.RATE_TYPE_CODE
AND A2.rate_class_code = R.rate_class_code
and A2.rate_type_code = R.rate_type_code
AND a1.proposal_number = as_proposal_number
And a1.version_number = ai_version
AND d.rate_class_type in ('E', 'V'))
)
group by
proposal_number, version_number, budget_period, line_item_number, budget_category_code, cost_element,
fdesc, gdesc, person_number, person_id, full_name, job_code, principal_investigator, percent_charged, percent_effort,
start_date, end_date
order by
proposal_number, version_number, budget_period, line_item_number, person_number
) order by category, cost_element_desc, person_name, start_date;
END; |
<filename>dbt-greenery/models/marts/marketing/fact_product_orders.sql
{{
config(
materialized='table'
)
}}
SELECT
op.product_name,
op.product_price,
op.product_id,
count(distinct op.order_id) as num_orders,
count(distinct case when op.promo_id is not null then op.order_id end) as num_orders_with_promo,
count(distinct op.user_id) as num_purchasers,
avg(op.product_quantity) as avg_items_per_purchase
FROM {{ ref('int_order_product') }} op
GROUP BY 1, 2, 3 |
insert into sec_user(username,password) values('admin','<PASSWORD>');
insert into sec_user(username,password) values('<PASSWORD>','<PASSWORD>');
insert into sec_role(rolename,prompt) values('ROLE_USER','common user privilege');
insert into sec_role(rolename,prompt) values('ROLE_ADMIN','administrator privilege');
insert into sec_role_user(user_id,role_id) values(2,1);
insert into sec_role_user(user_id,role_id) values(1,1);
insert into sec_role_user(user_id,role_id) values(1,2); |
<filename>sql/2019/01_JavaScript/01_13.sql
#standardSQL
# 01_13: Percent of pages that include script[nomodule]
SELECT
_TABLE_SUFFIX AS client,
ROUND(COUNTIF(JSON_EXTRACT_SCALAR(JSON_EXTRACT_SCALAR(payload, '$._almanac'), "$['01.13']") = '1') * 100 / COUNT(0), 2) AS pct_nomodule
FROM
`httparchive.pages.2019_07_01_*`
GROUP BY
client |
<reponame>BuildJet/sat4envi
ALTER TABLE invitation
ADD COLUMN for_admin BOOLEAN DEFAULT FALSE;
|
DROP PROCEDURE IF EXISTS autoRollback;
create PROCEDURE autoRollback()
BEGIN
DECLARE EXIT HANDLER FOR SQLEXCEPTION BEGIN ROLLBACK; SELECT -1; END;
START TRANSACTION;
INSERT INTO `nothing` VALUES(1,2);
commit;
END; |
ALTER TABLE public.coins ADD COLUMN order_priority int4 NOT NULL DEFAULT 0; |
<reponame>gopalramadugu/obevo
--
-- Copyright 2017 <NAME>.
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance with the License.
-- You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/LICENSE-2.0
--
-- Unless required by applicable law or agreed to in writing,
-- software distributed under the License is distributed on an
-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-- KIND, either express or implied. See the License for the
-- specific language governing permissions and limitations
-- under the License.
--
//// METADATA order=1
// naming the file as Z to ensure that it is alphabetically listed after the other REPORT_GROUP files so that we can
// test out the ordering logic
DELETE FROM TABLE_C
GO
INSERT INTO TABLE_C (C_ID, C_VAL) VALUES (999, 'c999')
GO
|
<reponame>amejiali/sql-homework
--All transactions per Card Holder
SELECT cc.cardholder_id, t.id, t.date, t.amount, t.card, t.id_merchant
FROM transaction t JOIN credit_card cc
ON (t.card = cc.card) AND (cc.cardholder_id = 2)
ORDER BY cc.cardholder_id, t.date;
--Top 100 transactions from 7am to 9am
SELECT cc.cardholder_id, t.id, t.date, t.amount, t.card, t.id_merchant
FROM transaction t JOIN credit_card cc
ON (t.card = cc.card)
WHERE (extract(hour from t.date) >= 7) AND (extract(hour from t.date) <= 9)
ORDER BY t.amount DESC LIMIT 100;
--Number transactions per Card Holder < $2.00
SELECT cc.cardholder_id, count(t.id)
FROM transaction t JOIN credit_card cc
ON (t.card = cc.card)
WHERE t.amount < 2
GROUP by cc.cardholder_id
ORDER BY cc.cardholder_id;
--Number transactions per Merchant < $2.00 - TOP 5
SELECT id_merchant, count(id)
FROM transaction
WHERE amount < 2
GROUP by id_merchant
ORDER BY count(id) DESC LIMIT 5;
--View - All transactions per Card Holders
CREATE VIEW card_holders_transactions AS
SELECT cc.cardholder_id, t.id, t.date, t.amount, t.card, t.id_merchant
FROM transaction t JOIN credit_card cc
ON (t.card = cc.card)
ORDER BY cc.cardholder_id, t.date; |
<gh_stars>100-1000
-- upgrade catalogue script 2.0.2 to 2.0.3
ALTER TABLE sch_chameleon.t_sources
ADD COLUMN b_maintenance boolean NOT NULL DEFAULT False;
|
<reponame>CTSIatUCSF/ProfilesRNS
begin tran
INSERT INTO [Profile.Data].[Funding.Agreement]
([FundingAgreementID]
,[FundingID]
,[AgreementLabel]
,[GrantAwardedBy]
,[StartDate]
,[EndDate]
,[PrincipalInvestigatorName]
,[Abstract]
,[Source]
,[FundingID2])
(
select
agp.grantprincipalpk as FundingAgreementID --,agpi.principalinvestigatorpk,ag.grantpk
,ag.fullprojectnum FundingID, ag.ProjectTitle as AgreementLabel,'NIH' as GrantAwardBy, convert(varchar(10),ProjectStart, 101) as StartDate
,convert(varchar(10),ProjectEnd, 101) as StartDate
,agpi.name PrinciaplInvestigatorName
,'' as Abstract
,'NIH' as Source
,ag.coreprojectnumber as FundingID2
--,*
from [ORNG.Grant].[agGrant] ag
inner join [ORNG.Grant].[agGrantPrincipal] agp on ag.grantpk=agp.grantpk
inner join [ORNG.Grant].[agPrincipalInvestigator] agpi on agpi.principalinvestigatorpk=agp.principalinvestigatorpk
where not exists ( select * from [Profile.Data].[Funding.Agreement] rnsfa where rnsfa.fundingagreementid=agp.grantprincipalpk)
--and ag.grantpk in ( select grantpk from [ORNG.Grant].[agGrantPrincipal] where principalinvestigatorpk in ( select principalinvestigatorpk from [ORNG.Grant].[agPrincipalInvestigator] where name like '%cabana%'))
)
GO
INSERT INTO [Profile.Data].[Funding.Role]
([FundingRoleID]
,[PersonID]
,[FundingAgreementID]
,[RoleLabel]
,[RoleDescription])
(
select newid() as FundingRoleID --agpi.principalinvestigatorpk
, [UCSF.].fnGeneratePersonID(agpi.employeeid) as Personid, agp.grantprincipalpk as Fundingagreementid,'Principal Investigator' as rolelabel, '' as roledescription
from [ORNG.Grant].[agGrant] ag
inner join [ORNG.Grant].[agGrantPrincipal] agp on ag.grantpk=agp.grantpk
inner join [ORNG.Grant].[agPrincipalInvestigator] agpi on agpi.principalinvestigatorpk=agp.principalinvestigatorpk
where
not exists( select * from [Profile.Data].[Funding.Role] rnsfr where rnsfr.personid=[UCSF.].fnGeneratePersonID(agpi.employeeid) and rnsfr.fundingagreementid=agp.grantprincipalpk)
--and ag.grantpk in ( select grantpk from [ORNG.Grant].[agGrantPrincipal] where principalinvestigatorpk in ( select principalinvestigatorpk from [ORNG.Grant].[agPrincipalInvestigator] where name like '%cabana%'))
)
commit
-- to remove the filter for the Awarded Grants gadget
DECLARE @PersonFilterID int
select @PersonFilterID=PersonFilterID from [Profile.Data].[Person.Filter] where PersonFilter = 'Awarded Grants'
DELETE FROM [Profile.Import].[PersonFilterFlag] where PersonFilter = 'Awarded Grants'
DELETE FROM [Profile.Data].[Person.FilterRelationship] where PersonFilterID = @PersonFilterID
DELETE FROM [Profile.Data].[Person.Filter] where PersonFilter = 'Awarded Grants'
SELECT @PersonFilterID
|
ALTER TABLE `addons_addonreviewerflags` ADD COLUMN `auto_approval_disabled` bool NOT NULL DEFAULT false;
ALTER TABLE `editors_autoapprovalsummary` ADD COLUMN `has_auto_approval_disabled` bool NOT NULL DEFAULT false;
|
-- phpMyAdmin SQL Dump
-- version 4.2.7.1
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Mar 14, 2018 at 10:36 AM
-- Server version: 5.6.20-log
-- PHP Version: 5.4.31
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
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 utf8 */;
--
-- Database: `find`
--
-- --------------------------------------------------------
--
-- Table structure for table `rdf_form_class`
--
CREATE TABLE IF NOT EXISTS `rdf_form_class` (
`id_sc` bigint(20) unsigned NOT NULL,
`sc_class` int(11) NOT NULL,
`sc_propriety` int(11) NOT NULL,
`sc_created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`sc_range` int(11) NOT NULL,
`sc_ativo` int(11) NOT NULL DEFAULT '1',
`sc_ord` int(11) NOT NULL DEFAULT '99'
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=48 ;
--
-- Indexes for dumped tables
--
--
-- Indexes for table `rdf_form_class`
--
ALTER TABLE `rdf_form_class`
ADD UNIQUE KEY `id_sc` (`id_sc`);
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `rdf_form_class`
--
ALTER TABLE `rdf_form_class`
MODIFY `id_sc` bigint(20) unsigned NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=48;
/*!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 */;
|
<gh_stars>0
-- phpMyAdmin SQL Dump
-- version 4.8.3
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Waktu pembuatan: 24 Bulan Mei 2019 pada 06.32
-- Versi server: 10.1.37-MariaDB
-- Versi PHP: 7.2.12
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Database: `arcane`
--
-- --------------------------------------------------------
--
-- Struktur dari tabel `aksi`
--
CREATE TABLE `aksi` (
`id_aksi` tinyint(1) NOT NULL,
`aksi` varchar(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `aksi`
--
INSERT INTO `aksi` (`id_aksi`, `aksi`) VALUES
(0, 'lihat'),
(1, 'tambah'),
(2, 'edit'),
(3, 'hapus');
-- --------------------------------------------------------
--
-- Struktur dari tabel `bahasa`
--
CREATE TABLE `bahasa` (
`id_bahasa` tinyint(4) NOT NULL,
`bahasa` char(50) NOT NULL,
`aktif` enum('0','1') NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `bahasa`
--
INSERT INTO `bahasa` (`id_bahasa`, `bahasa`, `aktif`) VALUES
(1, 'English', '1'),
(2, 'Indonesian', '1');
-- --------------------------------------------------------
--
-- Struktur dari tabel `bimbingan_tesis`
--
CREATE TABLE `bimbingan_tesis` (
`id_bimbingan` int(11) NOT NULL,
`nama` varchar(130) NOT NULL,
`judul` text NOT NULL,
`pembimbing` tinytext NOT NULL,
`status` enum('0','1') NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Struktur dari tabel `chat_box`
--
CREATE TABLE `chat_box` (
`id` mediumint(8) UNSIGNED NOT NULL,
`id_user` smallint(6) NOT NULL,
`id_chat` smallint(5) UNSIGNED NOT NULL,
`message` text NOT NULL,
`date_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Struktur dari tabel `chat_session`
--
CREATE TABLE `chat_session` (
`id_chat` smallint(5) UNSIGNED NOT NULL,
`id_user` mediumint(8) UNSIGNED NOT NULL,
`jml_psn` smallint(5) UNSIGNED NOT NULL,
`chat_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`icode` varchar(32) NOT NULL,
`ip_address` varchar(30) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Struktur dari tabel `chat_users`
--
CREATE TABLE `chat_users` (
`id_user` mediumint(8) UNSIGNED NOT NULL,
`nama_user` varchar(30) NOT NULL,
`ephone` varchar(100) NOT NULL,
`status` enum('0','1','x') NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Struktur dari tabel `footer`
--
CREATE TABLE `footer` (
`id_footer` smallint(5) NOT NULL,
`id_posisi` tinyint(3) NOT NULL,
`urutan` tinyint(3) NOT NULL,
`nama_footer` varchar(30) NOT NULL,
`gambar_footer` tinytext NOT NULL,
`aktif` enum('0','1') NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `footer`
--
INSERT INTO `footer` (`id_footer`, `id_posisi`, `urutan`, `nama_footer`, `gambar_footer`, `aktif`) VALUES
(1, 1, 1, 'ABOUT INFOCUS CREATIVA', '', '1');
-- --------------------------------------------------------
--
-- Struktur dari tabel `footer_list`
--
CREATE TABLE `footer_list` (
`id_footer_list` mediumint(9) NOT NULL,
`id_footer` smallint(5) NOT NULL,
`id_bahasa` tinyint(3) NOT NULL,
`nama_footer_list` char(30) NOT NULL,
`konten_footer` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `footer_list`
--
INSERT INTO `footer_list` (`id_footer_list`, `id_footer`, `id_bahasa`, `nama_footer_list`, `konten_footer`) VALUES
(1, 1, 1, 'ABOUT INFOCUS CREATIVA', '<p>Duis vitae nulla id lacus euismod feugiat id vel nunc. Aliquam dignissim purus vitae augue elementum tempor. Nunc consequat aliquet mauris, ac viverra urna aliquet nec. In pellentesque arcu et dolor fermentum vehicula. Nam neque sapien, blandit eu hendrerit in, gravida non elit. Integer a diam hendrerit, eleifend libero id, blandit sapien. Pellentesque vitae elit et dui aliquet semper nec nec ligula. In eu lobortis orci. Curabitur non nisl purus.</p>\r\n<p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce finibus, sapien vitae pharetra pharetra, ipsum erat pulvinar odio, iaculis blandit dui felis molestie ante. Vestibulum at ligula ut leo volutpat egestas.</p>'),
(2, 1, 2, 'InFocus Creativa', '<p><strong>:: PHOTO STUDIO</strong></p>\r\n<p>Melayani photo wisuda, gaya dan keluarga, couple dan wedding, photo event, product dan profile, sewa photobooth, photobook dan wedding album</p>\r\n<p><strong>:: VIDEOWORKS</strong></p>\r\n<p>Melayani pembuatan video company profile, dokumentasi event, TV Commercial, Infographic, Duplikasi DVD/CD, Printable DVD/CD</p>\r\n<p><strong>:: EVENT ORGANIZER</strong></p>\r\n<p>Melayani manajemen dan supporting event, equipment, sound system, lighting, stage & decoration, serta multimedia (LED Screen)</p>');
-- --------------------------------------------------------
--
-- Struktur dari tabel `footer_posisi`
--
CREATE TABLE `footer_posisi` (
`id_posisi` tinyint(3) NOT NULL,
`nama_posisi` char(15) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `footer_posisi`
--
INSERT INTO `footer_posisi` (`id_posisi`, `nama_posisi`) VALUES
(1, 'Pertama');
-- --------------------------------------------------------
--
-- Struktur dari tabel `galery`
--
CREATE TABLE `galery` (
`id_galery` mediumint(9) NOT NULL,
`judul_galery` varchar(100) NOT NULL,
`folder_galery` text NOT NULL,
`aktif` enum('0','1') NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `galery`
--
INSERT INTO `galery` (`id_galery`, `judul_galery`, `folder_galery`, `aktif`) VALUES
(2, 'home-slider', '', '1'),
(3, 'gallery-photo', '', '1');
-- --------------------------------------------------------
--
-- Struktur dari tabel `galery_file`
--
CREATE TABLE `galery_file` (
`id_file` mediumint(9) NOT NULL,
`id_galery` smallint(6) NOT NULL,
`judul_file` char(60) NOT NULL,
`file` tinytext NOT NULL,
`order` tinyint(4) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `galery_file`
--
INSERT INTO `galery_file` (`id_file`, `id_galery`, `judul_file`, `file`, `order`) VALUES
(9, 2, '1', '/upload/slider/food-myth.jpg', 1),
(10, 2, '2', '/upload/slider/fitness-run-3.jpg', 2),
(11, 2, '3', '/upload/slider/travel-street-art.jpg', 3),
(12, 2, '4', '/upload/slider/tech-iphone.jpg', 4),
(13, 2, '5', '/upload/slider/beauty-1.jpg', 5);
-- --------------------------------------------------------
--
-- Struktur dari tabel `galery_file_list`
--
CREATE TABLE `galery_file_list` (
`id_file_list` int(11) NOT NULL,
`id_file` mediumint(9) NOT NULL,
`id_bahasa` tinyint(4) NOT NULL,
`translate_judul` varchar(60) NOT NULL,
`translate_deskripsi` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `galery_file_list`
--
INSERT INTO `galery_file_list` (`id_file_list`, `id_file`, `id_bahasa`, `translate_judul`, `translate_deskripsi`) VALUES
(17, 9, 1, 'HEALTH', 'BIGGEST NUTRITION AND FOOD MYTHS'),
(18, 9, 2, 'HEALTH', 'BIGGEST NUTRITION AND FOOD MYTHS'),
(19, 10, 1, 'FITNESS', 'MOTIVATING YOUR SELF REGULARLY'),
(20, 10, 2, 'FITNESS', 'MOTIVATING YOUR SELF REGULARLY'),
(21, 11, 1, 'TRAVEL', 'EXAMPLES OF CREATIVE STREET ART'),
(22, 11, 2, 'TRAVEL', 'EXAMPLES OF CREATIVE STREET ART'),
(23, 12, 1, 'TECH', 'A BAGINNERS GUIDE TO IPHONEOGRAPHY'),
(24, 12, 2, 'TECH', 'A BAGINNERS GUIDE TO IPHONE OGRAPHY'),
(25, 13, 1, 'BEAUTY', 'BEAUTY EVERY GIRL SHOULD KNOW'),
(26, 13, 2, 'BEAUTY', 'BEAUTY EVERY GIRL SHOULD KNOW');
-- --------------------------------------------------------
--
-- Struktur dari tabel `galery_kategori_list`
--
CREATE TABLE `galery_kategori_list` (
`id_ak_list` mediumint(9) NOT NULL,
`id_galery` mediumint(9) NOT NULL,
`id_kategori` tinyint(3) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `galery_kategori_list`
--
INSERT INTO `galery_kategori_list` (`id_ak_list`, `id_galery`, `id_kategori`) VALUES
(11, 2, 1),
(12, 1, 2),
(15, 3, 2);
-- --------------------------------------------------------
--
-- Struktur dari tabel `galery_list`
--
CREATE TABLE `galery_list` (
`id_galery_list` mediumint(9) NOT NULL,
`id_bahasa` tinyint(3) NOT NULL,
`id_galery` mediumint(9) NOT NULL,
`translate_judul_galery` varchar(100) NOT NULL,
`translate_konten_galery` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `galery_list`
--
INSERT INTO `galery_list` (`id_galery_list`, `id_bahasa`, `id_galery`, `translate_judul_galery`, `translate_konten_galery`) VALUES
(3, 1, 2, 'Home Slider', ''),
(4, 2, 2, 'Home Slider', ''),
(5, 1, 3, 'Photograpic', '<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>'),
(6, 2, 3, 'Photo Grapic', '<p><img style=\"display: block; margin-left: auto; margin-right: auto;\" src=\"/upload/slider/traveler.jpeg\" alt=\"\" width=\"586\" height=\"439\" />Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>');
-- --------------------------------------------------------
--
-- Struktur dari tabel `halaman`
--
CREATE TABLE `halaman` (
`id_halaman` tinyint(4) NOT NULL,
`nama_halaman` varchar(50) NOT NULL,
`judul_seo` varchar(100) NOT NULL,
`penulis_halaman` varchar(50) NOT NULL,
`meta_keyword` text NOT NULL,
`meta_description` text NOT NULL,
`tag` text NOT NULL,
`gambar_page` varchar(100) NOT NULL,
`aktif` enum('0','1') NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `halaman`
--
INSERT INTO `halaman` (`id_halaman`, `nama_halaman`, `judul_seo`, `penulis_halaman`, `meta_keyword`, `meta_description`, `tag`, `gambar_page`, `aktif`) VALUES
(1, 'guide', 'guide', '<NAME>', 'guide', 'guide', 'about us', '', '1'),
(3, 'technology', 'Technology', '<NAME>', 'Techonolgy', 'Technologi', 'kontak kami,website', '', '1'),
(4, 'travel', 'Travel', '<NAME>', 'Travel', 'Travel', 'travel', '', '1'),
(5, 'fitnes', 'Fitness', '<NAME>', 'Fitness', 'Fitness', 'jasmani,sehat', '', '1'),
(6, 'home', 'home', '<NAME>', '', '', '', '/upload/deck.jpeg', '1'),
(7, 'health', 'Health', '<NAME>', 'Health', 'Health', '', '', '1'),
(8, 'food', 'food', '<NAME>', 'food', 'food', '', '', '1');
-- --------------------------------------------------------
--
-- Struktur dari tabel `halaman_list`
--
CREATE TABLE `halaman_list` (
`id_halaman_list` smallint(6) NOT NULL,
`id_bahasa` tinyint(3) NOT NULL,
`id_halaman` tinyint(4) NOT NULL,
`judul_halaman` varchar(100) NOT NULL,
`konten_halaman` text NOT NULL,
`tipe` enum('t','c') NOT NULL DEFAULT 't'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `halaman_list`
--
INSERT INTO `halaman_list` (`id_halaman_list`, `id_bahasa`, `id_halaman`, `judul_halaman`, `konten_halaman`, `tipe`) VALUES
(1, 1, 1, 'Guide', '<p>Duis vitae nulla id lacus euismod feugiat id vel nunc. Aliquam dignissim purus vitae augue elementum tempor. Nunc consequat aliquet mauris, ac viverra urna aliquet nec. In pellentesque arcu et dolor fermentum vehicula. Nam neque sapien, blandit eu hendrerit in, gravida non elit. Integer a diam hendrerit, eleifend libero id, blandit sapien. Pellentesque vitae elit et dui aliquet semper nec nec ligula. In eu lobortis orci.</p>\r\n<p>Curabitur non nisl purus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce finibus, sapien vitae pharetra pharetra, ipsum erat pulvinar odio, iaculis blandit dui felis molestie ante. Vestibulum at ligula ut leo volutpat egestas.</p>\r\n<p>Nam sed lorem a lacus consequat aliquam vitae eu lectus. Aenean quis dui tincidunt arcu viverra elementum vel in turpis. Cras leo metus, efficitur sit amet tincidunt id, suscipit nec sem. Vivamus faucibus dui ut sem interdum, sed consequat est consequat.</p>', 't'),
(2, 2, 1, '', '<p style=\"text-align: center;\"><strong>ARCANE</strong></p>\r\n<p><strong>Arcane</strong> merupakan perusahaan yang bergerak di bidang jasa kreatif meliputi : fotografi, videografi, multimedia, event organizer dan training center. Sudah berkarya sejak tahun 2009, arcane didukung oleh team yang kreatif, inovatif dan berjiwa muda. Dalam menjalankan pekerjaan kreatif ini, arcane tidak semata-mata untuk mencari keuntungan, tapi didasari oleh hobi, pengalaman yang telah dilakukan dan rasa cinta pada pekerjaan. Sehingga, karya kreatif yang dikerjakan akan menjadi karya terbaik yang diberikan untuk kepuasan klien.</p>\r\n<p>Menjadikan arcane sebagai penyedia jasa kreatif dalam bidang fotografi, videografi, event organizer dan training center yang memberikan pelayanan secara profesional dan penuh rasa tanggung jawab pada kepuasan pelanggan, mampu mewujudkan harapan pendiri perusahaan dan karyawan, serta bisa memberikan manfaat bagi masyarakat.</p>\r\n<ol>\r\n<li>Membangun tim kerja yang kreatif dan inovatif dalam lingkungan kerja yang profesional dan menyenangkan untuk bekerja.</li>\r\n<li>Membangun jaringan dan sinergi yang saling menguntungkan dengan klien dan partner kerja.</li>\r\n<li>Menerapkan pola bisnis yang menjunjung tinggi nilai spiritual berdasarkan norma yang ada dalam masyarakat serta berorientasi sosial agar bermanfaat untuk sesama.</li>\r\n</ol>\r\n<p><em><strong>“We Remember Moments”</strong> </em>adalah jargon kami. Kami ingin setiap moment bersama kami akan menjadi hal yang baik, indah, bermanfaat, serta memorable (akan selalu diingat).</p>\r\n<p> </p>\r\n<p><strong>JASA KREATIF </strong></p>\r\n<p><strong>:: PHOTO STUDIO</strong></p>\r\n<p>Di bidang fotografi, Arcane melayani pas foto, foto wisuda, foto gaya, foto keluarga, foto pre-wedding, foto event, maupun foto product. Pemotretan di studio Arcane menggunakan teknik \"tethering\" dimana hasil pemotretan bisa langsung dilihat di layar monitor yang tersedia, sehingga bisa dilakukan koreksi dan evaluasi dalam pemotretan selanjutnya</p>\r\n<p><strong>:: VIDEO & MULTIMEDIA</strong></p>\r\n<p>InFocus Creativa melayani pekerjaan kreatif di bidang video dan multimedia, antara lain : video company profile, video dokumentasi (single cam/multicam), television video commercial (TVC), bumper, infographic, LED Screen, serta FOH Multimedia System.<br /><br /><strong>:: EVENT ORGANIZER</strong></p>\r\n<p>Event Organizer menjadi salah satu bidang garapan Arcane, di mana pekerjaan yang ditangani, antara lain : manajemen event, sound system & lighting, stage & decoration, stand/booth, serta supporting event.</p>\r\n<p><strong>:: TRAINING CENTER</strong></p>\r\n<p>Pengalaman di dunia photography, video dan multimedia, event organizer menjadi dorongan untuk berbagi ilmu dan sharing pengalaman dalam beberapa pelatihan yang diadakan untuk anak-anak, remaja dan umum, antara lain meliputi : workshop managemen event dan protokoler, master of ceremony (MC), public speaking, announcer radio dan tv, serta produksi video/film.</p>\r\n<p> </p>', 't'),
(3, 1, 3, 'Technology', '<p>Duis vitae nulla id lacus euismod feugiat id vel nunc. Aliquam dignissim purus vitae augue elementum tempor. Nunc consequat aliquet mauris, ac viverra urna aliquet nec. In pellentesque arcu et dolor fermentum vehicula. Nam neque sapien, blandit eu hendrerit in, gravida non elit. Integer a diam hendrerit, eleifend libero id, blandit sapien. Pellentesque vitae elit et dui aliquet semper nec nec ligula. In eu lobortis orci.</p>\r\n<p>Curabitur non nisl purus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce finibus, sapien vitae pharetra pharetra, ipsum erat pulvinar odio, iaculis blandit dui felis molestie ante. Vestibulum at ligula ut leo volutpat egestas.</p>\r\n<p>Nam sed lorem a lacus consequat aliquam vitae eu lectus. Aenean quis dui tincidunt arcu viverra elementum vel in turpis. Cras leo metus, efficitur sit amet tincidunt id, suscipit nec sem. Vivamus faucibus dui ut sem interdum, sed consequat est consequat.</p>', 't'),
(4, 2, 3, 'Technology', '<p><strong><img style=\"float: left; margin-right: 20px; margin-left: 20px;\" src=\"/upload/slider/tech-iphone.jpg\" width=\"561\" height=\"274\" /></strong></p>\r\n<div>\r\n<h2>What is Lorem Ipsum?</h2>\r\n<p><strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n</div>\r\n<div>\r\n<h2>Why do we use it?</h2>\r\n<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).</p>\r\n</div>\r\n<p><strong>InFocus Creativa</strong> <br />Jl. Brawijaya, Ring Road Barat, Tamantirto, Kasihan, Bantul, 55183<br />Telp. : +62 274 4285 286 <br />WA : + 62 819 28 28 1973</p>\r\n<p> </p>\r\n<p><strong>Lokasi InFocus Creativa :</strong></p>\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d15811.334299127908!2d110.3246014!3d-7.8074362!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x4eef665c7e67a06c!2sInFocus+Creativa!5e0!3m2!1sen!2sid!4v1552129454713\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d15811.334299127908!2d110.3246014!3d-7.8074362!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x4eef665c7e67a06c!2sInFocus+Creativa!5e0!3m2!1sen!2sid!4v1552129454713\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>', 't'),
(5, 1, 4, 'Traveler', '<p>Duis vitae nulla id lacus euismod feugiat id vel nunc. Aliquam dignissim purus vitae augue elementum tempor. Nunc consequat aliquet mauris, ac viverra urna aliquet nec. In pellentesque arcu et dolor fermentum vehicula. Nam neque sapien, blandit eu hendrerit in, gravida non elit. Integer a diam hendrerit, eleifend libero id, blandit sapien. Pellentesque vitae elit et dui aliquet semper nec nec ligula. In eu lobortis orci.</p>\r\n<p>Curabitur non nisl purus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce finibus, sapien vitae pharetra pharetra, ipsum erat pulvinar odio, iaculis blandit dui felis molestie ante. Vestibulum at ligula ut leo volutpat egestas.</p>\r\n<p>Nam sed lorem a lacus consequat aliquam vitae eu lectus. Aenean quis dui tincidunt arcu viverra elementum vel in turpis. Cras leo metus, efficitur sit amet tincidunt id, suscipit nec sem. Vivamus faucibus dui ut sem interdum, sed consequat est consequat.</p>', 't'),
(6, 2, 4, 'Travel', '<p><img style=\"margin-bottom: 30px; margin-top: 30px;\" src=\"/upload/slider/travel-street-art.jpg\" width=\"600\" height=\"449\" /><img style=\"margin: 30px;\" src=\"/upload/slider/traveler.jpeg\" width=\"600\" height=\"449\" />Duis vitae nulla id lacus euismod feugiat id vel nunc. Aliquam dignissim purus vitae augue elementum tempor. Nunc consequat aliquet mauris, ac viverra urna aliquet nec. In pellentesque arcu et dolor fermentum vehicula. Nam neque sapien, blandit eu hendrerit in, gravida non elit. Integer a diam hendrerit, eleifend libero id, blandit sapien. Pellentesque vitae elit et dui aliquet semper nec nec ligula. In eu lobortis orci.r non nisl purus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce finibus, sapien vitae pharetra pharetra, ipsum erat pulvinar odio, iaculis blandit dui felis molestie ante. Vestibulum at ligula ut leo volutpat egestas.</p>\r\n<p>Nam sed lorem a lacus consequat aliquam vitae eu lectus. Aenean quis dui tincidunt arcu viverra elementum vel in turpis. Cras leo metus, efficitur sit amet tincidunt id, suscipit nec sem. Vivamus faucibus dui ut sem interdum, sed consequat est consequat.</p>', 't'),
(7, 1, 5, 'Bugar', '<p style=\"text-align: center;\">Duis vitae nulla id lacus euismod feugiat id vel nunc. Aliquam dignissim purus vitae augue elementum tempor. Nunc consequat aliquet mauris, ac viverra urna aliquet nec. In pellentesque arcu et dolor fermentum vehicula. Nam neque sapien, blandit eu hendrerit in, gravida non elit. Integer a diam hendrerit, eleifend libero id, blandit sapien. Pellentesque vitae elit et dui aliquet semper nec nec ligula. In eu lobortis orci.</p>\r\n<p>Curabitur non nisl purus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce finibus, sapien vitae pharetra pharetra, ipsum erat pulvinar odio, iaculis blandit dui felis molestie ante. Vestibulum at ligula ut leo volutpat egestas.</p>\r\n<p>Nam sed lorem a lacus consequat aliquam vitae eu lectus. Aenean quis dui tincidunt arcu viverra elementum vel in turpis. Cras leo metus, efficitur sit amet tincidunt id, suscipit nec sem. Vivamus faucibus dui ut sem interdum, sed consequat est consequat.</p>', 't'),
(8, 2, 5, '<NAME>', '<p><img style=\"margin: 10px 20px 10px 20px;\" src=\"/upload/slider/fitness-run-3.jpg\" alt=\"run on your life\" width=\"1250\" height=\"625\" />Duis vitae nulla id lacus euismod feugiat id vel nunc. Aliquam dignissim purus vitae augue elementum tempor. Nunc consequat aliquet mauris, ac viverra urna aliquet nec. In pellentesque arcu et dolor fermentum vehicula. Nam neque sapien, blandit eu hendrerit in, gravida non elit. Integer a diam hendrerit, eleifend libero id, blandit sapien. Pellentesque vitae elit et dui aliquet semper nec nec ligula. In eu lobortis orci.</p>\r\n<p>Curabitur non nisl purus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce finibus, sapien vitae pharetra pharetra, ipsum erat pulvinar odio, iaculis blandit dui felis molestie ante. Vestibulum at ligula ut leo volutpat egestas.</p>\r\n<p>Nam sed lorem a lacus consequat aliquam vitae eu lectus. Aenean quis dui tincidunt arcu viverra elementum vel in turpis. Cras leo metus, efficitur sit amet tincidunt id, suscipit nec sem. Vivamus faucibus dui ut sem interdum, sed consequat est consequat.</p>', 't'),
(9, 1, 6, 'Static Page', '<h1>DYNAMIC CONTENT</h1>\r\n<p><iframe src=\"//www.youtube.com/embed/XtcGr15Vji8\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>', 't'),
(10, 2, 6, 'Static Front Page', '<p>By default the front page of your WordPress.com site will display latest posts from your blog. If you would like to create a more traditional website, you can set a static “home” page instead.</p>', 't'),
(11, 1, 7, 'Health', '<p class=\"text-center\">List Video Healt Every Where</p>\r\n\r\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/watch?v=5BhR10L1zLc\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\r\n\r\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/watch?v=36zEQhsfq3I\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\r\n</center>', 'c'),
(12, 2, 7, 'Health', '<center><p>Daftar Video Sehat Bugar</p>\r\n\r\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/watch?v=5BhR10L1zLc\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\r\n\r\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/watch?v=36zEQhsfq3I\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\r\n</center>', 'c'),
(13, 1, 8, 'food', '<h1 style=\"text-align: center;\"><strong>Lorem</strong></h1>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>', 't'),
(14, 2, 8, 'food', '<h1 style=\"text-align: center;\"><strong>Lorem</strong></h1>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>', 't');
-- --------------------------------------------------------
--
-- Struktur dari tabel `ip_country`
--
CREATE TABLE `ip_country` (
`kd_country` varchar(4) NOT NULL DEFAULT '',
`country_name` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Struktur dari tabel `ip_list`
--
CREATE TABLE `ip_list` (
`ip` int(11) UNSIGNED NOT NULL DEFAULT '0',
`kd_country` char(2) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Struktur dari tabel `kategori_galery`
--
CREATE TABLE `kategori_galery` (
`id_kategori_galery` tinyint(3) NOT NULL,
`nama_kategori_galery` varchar(50) NOT NULL,
`parent` tinyint(3) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `kategori_galery`
--
INSERT INTO `kategori_galery` (`id_kategori_galery`, `nama_kategori_galery`, `parent`) VALUES
(1, 'slider', 0),
(2, 'galery-photo', 0),
(3, 'travel', 0);
-- --------------------------------------------------------
--
-- Struktur dari tabel `kategori_galery_list`
--
CREATE TABLE `kategori_galery_list` (
`id_list` smallint(6) NOT NULL,
`id_kategori` tinyint(4) NOT NULL,
`id_bahasa` tinyint(4) NOT NULL,
`nama_kategori_list` varchar(50) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `kategori_galery_list`
--
INSERT INTO `kategori_galery_list` (`id_list`, `id_kategori`, `id_bahasa`, `nama_kategori_list`) VALUES
(1, 1, 2, 'Slider'),
(5, 1, 1, 'Slider'),
(6, 2, 1, 'Photo Studio'),
(7, 2, 2, 'Photo Studio'),
(8, 3, 1, 'Travel'),
(9, 3, 2, 'Travel');
-- --------------------------------------------------------
--
-- Struktur dari tabel `kategori_post`
--
CREATE TABLE `kategori_post` (
`id_kategori_post` tinyint(3) NOT NULL,
`nama_kategori_post` varchar(50) NOT NULL,
`parent` tinyint(3) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `kategori_post`
--
INSERT INTO `kategori_post` (`id_kategori_post`, `nama_kategori_post`, `parent`) VALUES
(1, 'popular', 0),
(2, 'videoworks', 0),
(3, 'infocus-update', 0),
(4, 'photo-studio', 0),
(5, 'event-organizer', 5),
(6, 'photobook-album', 0),
(7, 'event-organizer', 0);
-- --------------------------------------------------------
--
-- Struktur dari tabel `kategori_post_list`
--
CREATE TABLE `kategori_post_list` (
`id_list` smallint(6) NOT NULL,
`id_kategori` tinyint(4) NOT NULL,
`id_bahasa` tinyint(4) NOT NULL,
`nama_kategori_list` varchar(50) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `kategori_post_list`
--
INSERT INTO `kategori_post_list` (`id_list`, `id_kategori`, `id_bahasa`, `nama_kategori_list`) VALUES
(1, 1, 2, 'Popular'),
(2, 2, 2, 'Videoworks'),
(5, 1, 1, 'Popular'),
(6, 2, 1, 'Videoworks'),
(7, 3, 1, 'InFocus Update'),
(8, 3, 2, 'InFocus Update'),
(9, 4, 1, 'Photo Studio'),
(10, 4, 2, 'Photo Studio'),
(11, 5, 1, 'Event Organizer'),
(12, 5, 2, 'Event Organizer'),
(13, 6, 1, 'Photobook Album'),
(14, 6, 2, ''),
(15, 7, 1, 'Event Organizer'),
(16, 7, 2, 'Event Organizer');
-- --------------------------------------------------------
--
-- Struktur dari tabel `komentar`
--
CREATE TABLE `komentar` (
`id_komentar` smallint(5) NOT NULL,
`waktu_komentar` datetime NOT NULL,
`id_post` smallint(5) NOT NULL,
`id_product` smallint(5) NOT NULL,
`nama` varchar(50) NOT NULL,
`email` varchar(60) NOT NULL,
`website` varchar(20) NOT NULL,
`isi_komentar` text NOT NULL,
`terbitkan` enum('0','1') NOT NULL DEFAULT '0',
`id_parent` smallint(5) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `komentar`
--
INSERT INTO `komentar` (`id_komentar`, `waktu_komentar`, `id_post`, `id_product`, `nama`, `email`, `website`, `isi_komentar`, `terbitkan`, `id_parent`) VALUES
(1, '2018-07-05 10:54:12', 4, 0, 'Budi Santoso', '<EMAIL>', '', 'Artikel yang bagus', '1', 0),
(2, '2018-07-05 10:55:22', 4, 0, '<NAME>', '<EMAIL>', '', 'Nice post mas', '1', 3),
(3, '2018-07-05 11:06:57', 4, 0, 'Administrator', '<EMAIL>', '', 'Terima kasih..', '1', 1),
(4, '2018-07-05 13:32:16', 4, 0, 'Tono', '<EMAIL>', '', 'Ijin share', '1', 0);
-- --------------------------------------------------------
--
-- Struktur dari tabel `module`
--
CREATE TABLE `module` (
`id_module` mediumint(9) NOT NULL,
`nama_module` varchar(50) NOT NULL,
`icon_module` varchar(50) DEFAULT NULL,
`url_module` varchar(50) NOT NULL,
`parent` tinyint(2) NOT NULL,
`order` tinyint(2) NOT NULL,
`id_module_kategori` tinyint(2) NOT NULL DEFAULT '1',
`tampil` enum('0','1') DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `module`
--
INSERT INTO `module` (`id_module`, `nama_module`, `icon_module`, `url_module`, `parent`, `order`, `id_module_kategori`, `tampil`) VALUES
(1, 'Dashboard', 'home', 'admin', 0, 1, 1, '1'),
(3, 'Halaman', 'assignment', 'master/halaman', 0, 2, 1, '1'),
(4, 'Post', 'content_copy', 'master/post', 0, 4, 1, '1'),
(7, 'Pengaturan', 'settings', '', 0, 12, 1, '1'),
(8, 'User Level', NULL, 'pengaturan/hak_akses', 7, 2, 1, '1'),
(10, 'Module Admin', 'settings', 'master/module', 7, 5, 1, '0'),
(11, 'Komentar', 'comment', 'master/komentar', 7, 6, 1, '1'),
(13, 'Media', 'perm_media', 'master/media', 0, 9, 1, '1'),
(14, 'User', 'perm_identity', 'master/user', 7, 1, 1, '0'),
(16, 'Widgets', 'widgets', 'master/widget', 0, 7, 1, '1'),
(17, 'Panduan', 'help', 'master/panduan', 7, 12, 1, '1'),
(18, 'Pengaturan Web', NULL, 'pengaturan/pengaturan_web', 7, 7, 1, '1'),
(19, 'Menu Website', 'settings', 'pengaturan/menu_web', 7, 5, 1, '1'),
(29, 'Bahasa', 'language', 'master/bahasa', 7, 11, 1, '1'),
(109, 'Inquiry', NULL, 'master/inquiry', 7, 3, 1, '1'),
(121, 'Galery', 'theaters', 'master/galery', 0, 5, 1, '1'),
(125, 'Footer', 'line_weight', 'master/footer', 0, 8, 1, '1'),
(126, 'Kategori', 'list', '', 0, 3, 1, '1'),
(127, 'Kategori Gallery', NULL, 'master/kategori/galery', 126, 2, 1, '1'),
(128, 'Kategori Post', NULL, 'master/kategori/post', 126, 0, 1, '1');
-- --------------------------------------------------------
--
-- Struktur dari tabel `module_aksi`
--
CREATE TABLE `module_aksi` (
`id_module_aksi` mediumint(9) NOT NULL,
`id_module` mediumint(9) NOT NULL,
`id_aksi` smallint(6) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `module_aksi`
--
INSERT INTO `module_aksi` (`id_module_aksi`, `id_module`, `id_aksi`) VALUES
(1, 1, 0),
(2, 2, 0),
(16, 2, 1),
(17, 2, 2),
(18, 2, 3),
(84, 15, 0),
(85, 15, 1),
(86, 15, 2),
(87, 15, 3),
(88, 15, 0),
(140, 20, 0),
(141, 20, 1),
(142, 20, 2),
(143, 20, 3),
(159, 16, 0),
(160, 16, 1),
(161, 16, 2),
(162, 16, 3),
(163, 16, 0),
(193, 14, 0),
(194, 14, 1),
(195, 14, 2),
(196, 14, 3),
(197, 14, 0),
(198, 8, 0),
(199, 8, 1),
(200, 8, 2),
(201, 8, 3),
(202, 8, 0),
(208, 10, 0),
(209, 10, 1),
(210, 10, 2),
(211, 10, 3),
(212, 10, 0),
(218, 3, 0),
(219, 3, 1),
(220, 3, 2),
(221, 3, 3),
(222, 3, 0),
(243, 106, 0),
(244, 106, 1),
(245, 106, 2),
(246, 106, 3),
(247, 106, 0),
(253, 108, 0),
(254, 108, 1),
(255, 108, 2),
(256, 108, 3),
(267, 107, 0),
(268, 107, 1),
(269, 107, 2),
(270, 107, 3),
(271, 107, 0),
(285, 109, 0),
(286, 109, 1),
(287, 109, 2),
(288, 109, 3),
(289, 109, 0),
(295, 19, 0),
(296, 19, 1),
(297, 19, 2),
(298, 19, 3),
(299, 19, 0),
(300, 18, 0),
(301, 18, 1),
(302, 18, 2),
(303, 18, 3),
(304, 18, 0),
(310, 110, 0),
(311, 110, 1),
(312, 110, 2),
(313, 110, 3),
(314, 110, 0),
(323, 120, 0),
(324, 120, 1),
(325, 120, 2),
(326, 120, 3),
(327, 120, 0),
(363, 126, 0),
(364, 126, 0),
(365, 12, 0),
(366, 12, 1),
(367, 12, 2),
(368, 12, 3),
(369, 12, 0),
(397, 127, 0),
(398, 127, 1),
(399, 127, 2),
(400, 127, 0),
(401, 127, 3),
(402, 127, 0),
(403, 127, 1),
(404, 127, 0),
(405, 127, 1),
(406, 127, 2),
(407, 127, 3),
(408, 127, 0),
(409, 11, 0),
(410, 11, 1),
(411, 11, 2),
(412, 11, 3),
(413, 11, 0),
(414, 127, 0),
(415, 127, 1),
(418, 127, 2),
(420, 127, 3),
(421, 127, 0),
(422, 127, 1),
(423, 127, 2),
(424, 127, 3),
(425, 128, 0),
(426, 128, 1),
(427, 128, 2),
(428, 128, 3),
(431, 29, 0),
(432, 29, 1),
(433, 29, 2),
(434, 29, 3),
(435, 29, 0),
(436, 17, 0),
(437, 17, 0),
(438, 129, 0),
(439, 129, 1),
(440, 129, 2),
(441, 129, 3),
(442, 130, 0),
(443, 130, 1),
(444, 130, 2),
(445, 130, 3),
(446, 4, 0),
(447, 4, 1),
(448, 4, 2),
(449, 4, 3),
(450, 4, 0),
(460, 131, 0),
(461, 131, 1),
(462, 131, 2),
(463, 131, 3),
(464, 131, 0),
(465, 121, 0),
(466, 121, 1),
(467, 121, 2),
(468, 121, 3),
(469, 121, 0),
(470, 13, 0),
(471, 13, 1),
(472, 13, 2),
(473, 13, 3),
(474, 13, 0),
(475, 125, 0),
(476, 125, 1),
(477, 125, 2),
(478, 125, 3),
(479, 125, 0);
-- --------------------------------------------------------
--
-- Struktur dari tabel `module_kategori`
--
CREATE TABLE `module_kategori` (
`id_module_kategori` tinyint(1) NOT NULL,
`module_kategori` char(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `module_kategori`
--
INSERT INTO `module_kategori` (`id_module_kategori`, `module_kategori`) VALUES
(1, 'dashboard'),
(2, 'front');
-- --------------------------------------------------------
--
-- Struktur dari tabel `module_web`
--
CREATE TABLE `module_web` (
`id_module` mediumint(9) NOT NULL,
`nama_module` varchar(100) NOT NULL,
`url_module` varchar(100) NOT NULL,
`parent` tinyint(2) NOT NULL,
`order` tinyint(2) NOT NULL,
`id_posisi` tinyint(3) NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `module_web`
--
INSERT INTO `module_web` (`id_module`, `nama_module`, `url_module`, `parent`, `order`, `id_posisi`) VALUES
(1, 'HOME', '', 0, 1, 1),
(2, 'GUIDE', 'page/guide', 0, 2, 1),
(3, 'Travel', 'category-gallery/travel', 2, 1, 1),
(4, 'Photography', 'category-gallery/galery-photo', 2, 2, 1),
(6, 'FOOD', 'page/food', 0, 4, 1),
(7, 'TECH', 'page/technology', 0, 6, 1),
(27, 'Tentang Kami', 'page/tentang-kami', 0, 2, 3),
(30, 'Hubungi Kami', 'page/hubungi-kami', 0, 3, 3),
(33, 'Home', '', 0, 1, 3),
(34, 'HEALTH', 'page/health', 0, 4, 1),
(39, 'TRAVEL', 'page/travel', 0, 7, 1),
(40, 'FITNESS', 'page/fitnes', 0, 8, 1);
-- --------------------------------------------------------
--
-- Struktur dari tabel `module_web_list`
--
CREATE TABLE `module_web_list` (
`id_list` mediumint(9) NOT NULL,
`id_module` mediumint(9) NOT NULL,
`id_bahasa` tinyint(4) NOT NULL,
`nama_module` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `module_web_list`
--
INSERT INTO `module_web_list` (`id_list`, `id_module`, `id_bahasa`, `nama_module`) VALUES
(1, 1, 1, 'HOME'),
(2, 1, 2, 'HOME'),
(3, 2, 1, 'GUIDE'),
(4, 2, 2, 'GUIDE'),
(5, 3, 1, 'Travel'),
(6, 3, 2, 'Travel'),
(7, 4, 1, 'Photography'),
(8, 4, 2, 'Photography'),
(11, 34, 1, 'HEALTH'),
(12, 34, 2, 'HEALTH'),
(13, 7, 1, 'TECH'),
(14, 7, 2, 'TECH'),
(53, 27, 1, 'About Us'),
(54, 27, 2, 'Tentang Kami'),
(59, 30, 1, 'Contact Us'),
(60, 30, 2, '<NAME>'),
(65, 33, 1, 'Home'),
(66, 33, 2, 'Home'),
(67, 6, 1, 'FOOD'),
(68, 6, 2, 'FOOD'),
(69, 39, 1, 'TRAVEL'),
(70, 39, 2, 'TRAVEL'),
(72, 40, 1, 'FITNESS'),
(73, 40, 2, 'FITNESS'),
(74, 40, 1, 'FITNESS');
-- --------------------------------------------------------
--
-- Struktur dari tabel `module_web_posisi`
--
CREATE TABLE `module_web_posisi` (
`id_posisi` tinyint(3) NOT NULL,
`nama_posisi` char(15) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `module_web_posisi`
--
INSERT INTO `module_web_posisi` (`id_posisi`, `nama_posisi`) VALUES
(1, 'Primary'),
(3, 'Footer');
-- --------------------------------------------------------
--
-- Struktur dari tabel `online_log`
--
CREATE TABLE `online_log` (
`id_online` mediumint(9) NOT NULL,
`id_user` mediumint(9) NOT NULL,
`nama` varchar(50) NOT NULL,
`ip` varchar(18) NOT NULL,
`browser` varchar(40) NOT NULL,
`platform` varchar(20) NOT NULL,
`online_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `online_log`
--
INSERT INTO `online_log` (`id_online`, `id_user`, `nama`, `ip`, `browser`, `platform`, `online_time`) VALUES
(2, 0, 'budi', '127.0.0.1', 'Google Chrome 59.0.3071.115', 'windows', '2017-07-07 07:55:43'),
(3, 0, 'ani', '127.0.0.1', 'Google Chrome 59.0.3071.115', 'windows', '2017-07-07 07:57:42'),
(5, 0, 'budi', '127.0.0.1', 'Mozilla Firefox 54.0', 'windows', '2017-07-10 04:29:54'),
(6, 0, 'susi', '127.0.0.1', 'Google Chrome 59.0.3071.115', 'windows', '2017-07-10 05:01:38'),
(7, 0, 'a', '127.0.0.1', 'Google Chrome 59.0.3071.115', 'windows', '2017-07-10 07:09:55'),
(9, 0, 'joko', '127.0.0.1', 'Google Chrome 59.0.3071.115', 'windows', '2017-07-11 08:44:33'),
(11, 0, 'b', '127.0.0.1', 'Google Chrome 59.0.3071.115', 'windows', '2017-07-13 02:52:23'),
(12, 0, 'c', '127.0.0.1', 'Mozilla Firefox 54.0', 'windows', '2017-07-13 03:22:09'),
(13, 0, 's', '127.0.0.1', 'Google Chrome 59.0.3071.115', 'windows', '2017-07-13 03:26:16'),
(14, 0, 'd', '127.0.0.1', 'Google Chrome 59.0.3071.115', 'windows', '2017-07-13 04:34:01'),
(15, 0, 'g', '127.0.0.1', 'Google Chrome 59.0.3071.115', 'windows', '2017-07-13 04:49:20'),
(16, 0, 'po', '127.0.0.1', 'Google Chrome 59.0.3071.115', 'windows', '2017-07-13 06:34:04'),
(17, 21, '<NAME>', '::1', 'Google Chrome 74.0.3729.157', 'windows', '2019-05-20 07:56:42'),
(18, 21, '<NAME>', '127.0.0.1', 'Google Chrome 74.0.3729.169', 'windows', '2019-05-22 07:36:53');
-- --------------------------------------------------------
--
-- Struktur dari tabel `post`
--
CREATE TABLE `post` (
`id_post` smallint(5) NOT NULL,
`nama_post` varchar(100) NOT NULL,
`judul_seo_post` varchar(100) NOT NULL,
`penulis_post` varchar(50) NOT NULL,
`waktu_buat` datetime NOT NULL,
`waktu_publish` datetime NOT NULL,
`tag` text NOT NULL,
`meta_description` text NOT NULL,
`gambar_post` varchar(100) NOT NULL,
`aktif` enum('0','1') NOT NULL,
`publish` enum('0','1') NOT NULL,
`komentar` enum('0','1') NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `post`
--
INSERT INTO `post` (`id_post`, `nama_post`, `judul_seo_post`, `penulis_post`, `waktu_buat`, `waktu_publish`, `tag`, `meta_description`, `gambar_post`, `aktif`, `publish`, `komentar`) VALUES
(1, 'sample-post-1', 'Post 8', 'Administrator', '2018-03-02 10:28:52', '2018-03-03 10:41:50', 'travel,news', 'Sample Post 1', '/upload/infocus.jpg', '1', '1', '0'),
(2, 'sample-post-2', 'Post 7', 'Administrator', '2018-03-08 10:41:39', '2018-03-09 10:41:39', 'news', 'Sample Post 2', '/upload/infocus.jpg', '1', '1', '0'),
(3, 'sample-post-3', 'Post 6', 'Administrator', '2018-04-02 10:42:39', '2018-04-02 10:42:39', 'photo,travel', 'Sample Post 3', '/upload/infocus.jpg', '1', '1', '0'),
(4, 'perda-diy-dianggap-ideal-untuk-industri-pariwisata', 'Perda DIY Dianggap Ideal untuk Industri Pariwisata', 'Administrator', '2018-05-10 10:43:30', '2018-05-10 10:43:30', 'news,travel,style', 'Sample Post 4', '/upload/post/17.jpg', '1', '1', '0'),
(5, 'block-quote-example', 'Block Quote Example', 'SAKIN', '2018-06-20 10:44:36', '2018-06-20 10:44:36', 'popular,travel', 'Sample Post 5', '/upload/post/brooke.jpg', '1', '1', '0'),
(6, 'made-by-originals', 'Made by Originals', 'SAKIN', '2018-07-02 10:45:29', '2018-07-02 10:45:29', 'news,travel', 'Sample Post 6', '/upload/post/john.jpg', '1', '1', '0'),
(7, 'inspire--motivate-people', 'Inspire & Motivate People', 'Inspire & Motivate People', '2018-07-02 10:46:15', '2018-07-02 10:46:15', 'news,style,life', 'Sample Post 7', '/upload/post/melanie.jpg', '1', '1', '0'),
(8, 'standard-format-with-featured-image', 'Standard Format with Featured Image', '<NAME>', '2018-07-02 10:47:15', '2018-07-02 10:47:15', 'style,life style,viral,news,trend', 'Sample Post 8', '/upload/post/atik.jpg', '1', '1', '0'),
(9, 'before-i-had-time-to-respond', 'Before I had time to respond', 'SAKIN', '2019-03-21 09:40:53', '2019-03-21 09:40:53', '', 'Persiapan Venue (Tempat Pelaksanaan) Event', '/upload/post/new.jpg', '1', '1', '0');
-- --------------------------------------------------------
--
-- Struktur dari tabel `post_kategori_list`
--
CREATE TABLE `post_kategori_list` (
`id_ak_list` mediumint(9) NOT NULL,
`id_post` smallint(5) NOT NULL,
`id_kategori` tinyint(3) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `post_kategori_list`
--
INSERT INTO `post_kategori_list` (`id_ak_list`, `id_post`, `id_kategori`) VALUES
(72, 3, 1),
(73, 3, 2),
(74, 3, 4),
(75, 2, 1),
(76, 2, 3),
(77, 2, 5),
(78, 1, 1),
(79, 1, 2),
(96, 4, 1),
(97, 4, 2),
(98, 4, 3),
(137, 9, 1),
(138, 9, 3),
(139, 8, 1),
(140, 8, 3),
(141, 8, 4),
(142, 8, 6),
(143, 7, 3),
(144, 7, 7),
(145, 6, 2),
(146, 6, 3),
(147, 5, 1),
(148, 5, 2),
(149, 5, 4);
-- --------------------------------------------------------
--
-- Struktur dari tabel `post_list`
--
CREATE TABLE `post_list` (
`id_post_list` mediumint(9) NOT NULL,
`id_bahasa` tinyint(3) NOT NULL,
`id_post` smallint(5) NOT NULL,
`judul_post` varchar(100) NOT NULL,
`konten_post` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `post_list`
--
INSERT INTO `post_list` (`id_post_list`, `id_bahasa`, `id_post`, `judul_post`, `konten_post`) VALUES
(1, 1, 1, 'Post 8', '<p>Duis vitae nulla id lacus euismod feugiat id vel nunc. Aliquam dignissim purus vitae augue elementum tempor. Nunc consequat aliquet mauris, ac viverra urna aliquet nec. In pellentesque arcu et dolor fermentum vehicula. Nam neque sapien, blandit eu hendrerit in, gravida non elit. Integer a diam hendrerit, eleifend libero id, blandit sapien. Pellentesque vitae elit et dui aliquet semper nec nec ligula. In eu lobortis orci. Curabitur non nisl purus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce finibus, sapien vitae pharetra pharetra, ipsum erat pulvinar odio, iaculis blandit dui felis molestie ante. Vestibulum at ligula ut leo volutpat egestas.</p>\r\n<blockquote>\r\n<p>A simple life is good with me. I don’t need a whole lot. For me, a T-shirt, a pair of shorts, barefoot on a beach and I’m happy. <cite>Yanni</cite></p>\r\n</blockquote>\r\n<p>Nam sed lorem a lacus consequat aliquam vitae eu lectus. Aenean quis dui tincidunt arcu viverra elementum vel in turpis. Cras leo metus, efficitur sit amet tincidunt id, suscipit nec sem. Vivamus faucibus dui ut sem interdum, sed consequat est consequat.</p>'),
(2, 2, 1, 'Post 8', '<p>Dalam proses update.</p>'),
(3, 1, 2, 'Post 7', '<p>Duis vitae nulla id lacus euismod feugiat id vel nunc. Aliquam dignissim purus vitae augue elementum tempor. Nunc consequat aliquet mauris, ac viverra urna aliquet nec. In pellentesque arcu et dolor fermentum vehicula. Nam neque sapien, blandit eu hendrerit in, gravida non elit. Integer a diam hendrerit, eleifend libero id, blandit sapien. Pellentesque vitae elit et dui aliquet semper nec nec ligula. In eu lobortis orci. Curabitur non nisl purus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce finibus, sapien vitae pharetra pharetra, ipsum erat pulvinar odio, iaculis blandit dui felis molestie ante. Vestibulum at ligula ut leo volutpat egestas.</p>\r\n<blockquote>\r\n<p>A simple life is good with me. I don’t need a whole lot. For me, a T-shirt, a pair of shorts, barefoot on a beach and I’m happy. <cite>Yanni</cite></p>\r\n</blockquote>\r\n<p>Nam sed lorem a lacus consequat aliquam vitae eu lectus. Aenean quis dui tincidunt arcu viverra elementum vel in turpis. Cras leo metus, efficitur sit amet tincidunt id, suscipit nec sem. Vivamus faucibus dui ut sem interdum, sed consequat est consequat.</p>'),
(4, 2, 2, 'Post 7', '<p>Dalam proses update.</p>'),
(5, 1, 3, 'Post 6', '<p>Duis vitae nulla id lacus euismod feugiat id vel nunc. Aliquam dignissim purus vitae augue elementum tempor. Nunc consequat aliquet mauris, ac viverra urna aliquet nec. In pellentesque arcu et dolor fermentum vehicula. Nam neque sapien, blandit eu hendrerit in, gravida non elit. Integer a diam hendrerit, eleifend libero id, blandit sapien. Pellentesque vitae elit et dui aliquet semper nec nec ligula. In eu lobortis orci. Curabitur non nisl purus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce finibus, sapien vitae pharetra pharetra, ipsum erat pulvinar odio, iaculis blandit dui felis molestie ante. Vestibulum at ligula ut leo volutpat egestas.</p>\r\n<blockquote>\r\n<p>A simple life is good with me. I don’t need a whole lot. For me, a T-shirt, a pair of shorts, barefoot on a beach and I’m happy. <cite>Yanni</cite></p>\r\n</blockquote>\r\n<p>Nam sed lorem a lacus consequat aliquam vitae eu lectus. Aenean quis dui tincidunt arcu viverra elementum vel in turpis. Cras leo metus, efficitur sit amet tincidunt id, suscipit nec sem. Vivamus faucibus dui ut sem interdum, sed consequat est consequat.</p>'),
(6, 2, 3, 'Post 6', '<p>Dalam proses update.</p>'),
(7, 1, 4, 'Perda DIY Dianggap Ideal untuk Industri Pariwisata', '<p>Duis vitae nulla id lacus euismod feugiat id vel nunc. Aliquam dignissim purus vitae augue elementum tempor. Nunc consequat aliquet mauris, ac viverra urna aliquet nec. In pellentesque arcu et dolor fermentum vehicula. Nam neque sapien, blandit eu hendrerit in, gravida non elit. Integer a diam hendrerit, eleifend libero id, blandit sapien. Pellentesque vitae elit et dui aliquet semper nec nec ligula. In eu lobortis orci. Curabitur non nisl purus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce finibus, sapien vitae pharetra pharetra, ipsum erat pulvinar odio, iaculis blandit dui felis molestie ante. Vestibulum at ligula ut leo volutpat egestas.</p>\r\n<blockquote>\r\n<p>A simple life is good with me. I don’t need a whole lot. For me, a T-shirt, a pair of shorts, barefoot on a beach and I’m happy. <cite>Yanni</cite></p>\r\n</blockquote>\r\n<p>Nam sed lorem a lacus consequat aliquam vitae eu lectus. Aenean quis dui tincidunt arcu viverra elementum vel in turpis. Cras leo metus, efficitur sit amet tincidunt id, suscipit nec sem. Vivamus faucibus dui ut sem interdum, sed consequat est consequat.</p>'),
(8, 2, 4, 'Perda DIY Dianggap Ideal untuk Industri Pariwisata', '<p>Dalam proses update.</p>'),
(9, 1, 5, 'Block Quote Example', '<p><NAME>, with tranquil movements, had been unfastening the door; the flood of light fell on Signora Teresa, with her two girls gathered to her side, a picturesque woman in lorem imsum</p>'),
(10, 2, 5, 'Kunjungan Wisman Meningkat Tahun Ini', '<p><NAME>, with tranquil movements, had been unfastening the door; the flood of light fell on Signora Teresa, with her two girls gathered to her side, a picturesque woman in lorem imsum</p>'),
(11, 1, 6, 'Kegiatan Pariwisata Daerah 2019', '<p>Human faces are very powerful. User Experience designer <NAME> describes in his book Designing for Emotion why we appreciate human faces so much. He explains that we are constantly lorem imsum</p>'),
(12, 2, 6, 'Kegiatan Pariwisata Daerah 2019', '<p>Human faces are very powerful. User Experience designer <NAME> describes in his book Designing for Emotion why we appreciate human faces so much. He explains that we are constantly lorem imsum</p>'),
(13, 1, 7, 'Economic Sharia Festival', '<p>Human faces are very powerful. User Experience designer <NAME> describes in his book Designing for Emotion why we appreciate human faces so much. He explains that we are constantly lorem imsum</p>'),
(14, 2, 7, 'Event Festival Ekonomi Syariah', '<p style=\"text-align: justify;\">Human faces are very powerful. User Experience designer <NAME> describes in his book Designing for Emotion why we appreciate human faces so much. He explains that we are constantly lorem imsum</p>'),
(15, 1, 8, 'Standard Format with Featured Image', '<p>At night the body of clouds advancing higher up the sky smothers the whole quiet gulf below with an impenetrable darkness, in which the sound of the falling showers can lorem imsum</p>'),
(16, 2, 8, 'Album Photobook <NAME>', '<p style=\"text-align: justify;\">At night the body of clouds advancing higher up the sky smothers the whole quiet gulf below with an impenetrable darkness, in which the sound of the falling showers can lorem imsum</p>'),
(17, 1, 9, 'Before I had time to respond', '<p>Apparently we had reached a great height in the atmosphere, for the sky was a dead black, and the stars had ceased to twinkle. By the same illusion which lifts lorem imsum</p>'),
(18, 2, 9, 'Before I had time to respond', '<p>Apparently we had reached a great height in the atmosphere, for the sky was a dead black, and the stars had ceased to twinkle. By the same illusion which lifts lorem imsums</p>');
-- --------------------------------------------------------
--
-- Struktur dari tabel `setting_web`
--
CREATE TABLE `setting_web` (
`id` tinyint(2) NOT NULL,
`nama_web` varchar(50) NOT NULL,
`deskripsi_web` varchar(100) NOT NULL,
`logo_website` tinytext NOT NULL,
`url_favicon` tinytext NOT NULL,
`meta_deskripsi` varchar(255) NOT NULL,
`meta_keyword` varchar(150) NOT NULL,
`pemilik` varchar(50) NOT NULL,
`email` varchar(100) NOT NULL,
`email_pass` varchar(50) NOT NULL,
`telp` tinytext NOT NULL,
`alamat` text NOT NULL,
`latitude` varchar(80) NOT NULL,
`langitude` varchar(80) NOT NULL,
`url_facebook` tinytext NOT NULL,
`url_twitter` tinytext NOT NULL,
`url_youtube` tinytext NOT NULL,
`url_instagram` tinytext NOT NULL,
`wa` varchar(20) NOT NULL,
`page_produk` varchar(100) NOT NULL,
`page_news` varchar(100) NOT NULL,
`zona_waktu` varchar(80) NOT NULL,
`negara` varchar(50) NOT NULL,
`ext` varchar(5) NOT NULL,
`width_tumbs` smallint(4) NOT NULL,
`height_tumbs` smallint(4) NOT NULL,
`maintenance` enum('0','1') NOT NULL,
`use_tema` varchar(30) NOT NULL,
`admin_link` varchar(15) NOT NULL,
`active_chat` enum('0','1') NOT NULL,
`pesan_chat` tinytext NOT NULL,
`bahasa_admin` tinyint(2) NOT NULL,
`bahasa_web` tinyint(2) NOT NULL,
`id_kategori_top` tinyint(3) NOT NULL,
`id_kategori_topside` tinyint(3) NOT NULL,
`id_kategori_footer1` tinyint(3) NOT NULL,
`id_kategori_footer2` tinyint(3) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `setting_web`
--
INSERT INTO `setting_web` (`id`, `nama_web`, `deskripsi_web`, `logo_website`, `url_favicon`, `meta_deskripsi`, `meta_keyword`, `pemilik`, `email`, `email_pass`, `telp`, `alamat`, `latitude`, `langitude`, `url_facebook`, `url_twitter`, `url_youtube`, `url_instagram`, `wa`, `page_produk`, `page_news`, `zona_waktu`, `negara`, `ext`, `width_tumbs`, `height_tumbs`, `maintenance`, `use_tema`, `admin_link`, `active_chat`, `pesan_chat`, `bahasa_admin`, `bahasa_web`, `id_kategori_top`, `id_kategori_topside`, `id_kategori_footer1`, `id_kategori_footer2`) VALUES
(1, 'Arcane', 'Copyright (c) 2019, Arcane.com', '/upload/infocus-top.jpg', '/upload/infocus.jpg', 'Arcane', 'arcane', '<NAME>', '<EMAIL>', '0', '(0274) 4286285', 'Jl. Brawijaya, Ring Road Barat, Geblagan, Tamantirto, Kasihan, Bantul Regency, Special Region of Yogyakarta 55184', '-7.8077734', '110.2545327', 'https://www.facebook.com', 'https://twitter.com/Sepin_Gani17', 'https://www.youtube.com/channel', 'https://www.instagram.com', '+62 819 2828 1973', '', 'post', 'Asia/Jakarta', 'ID', 'html', 448, 260, '0', 'dicot', 'jspanel', '0', 'Maaf staf kami sedang offline. Anda dapat menghubungi kami di nomor : 081-228899-079', 2, 2, 1, 5, 2, 4);
-- --------------------------------------------------------
--
-- Struktur dari tabel `slider`
--
CREATE TABLE `slider` (
`id_slider` tinyint(3) NOT NULL,
`nama_slider` varchar(100) NOT NULL,
`link` tinytext NOT NULL,
`gambar` tinytext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `slider`
--
INSERT INTO `slider` (`id_slider`, `nama_slider`, `link`, `gambar`) VALUES
(1, 'Pelantikan Pengurus MSI Jawa Tengah 2017-2022', '', 'upload/DSC_8309-min (1).jpg'),
(3, '<NAME> FIB UNDIP', '', 'upload/slider/slider-22.jpg'),
(4, 'Seminar Internasional Strengthening Maritime Culture and Historical Values in the Global Competition', '', 'upload/galery/Sesi Terakhir Seminar Internasional 2017.jpg');
-- --------------------------------------------------------
--
-- Struktur dari tabel `tema`
--
CREATE TABLE `tema` (
`id_tema` tinyint(3) NOT NULL,
`dir_tema` char(20) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `tema`
--
INSERT INTO `tema` (`id_tema`, `dir_tema`) VALUES
(1, 'tema_satu'),
(2, 'tema_dua');
-- --------------------------------------------------------
--
-- Struktur dari tabel `traffic`
--
CREATE TABLE `traffic` (
`id_traffic` int(11) NOT NULL,
`ip` char(20) NOT NULL,
`browser` char(30) NOT NULL,
`platform` char(15) NOT NULL,
`negara` varchar(50) NOT NULL,
`waktu_akses` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `traffic`
--
INSERT INTO `traffic` (`id_traffic`, `ip`, `browser`, `platform`, `negara`, `waktu_akses`) VALUES
(1, '172.16.58.3', '', '', '', '2018-07-06 14:22:08'),
(2, '172.16.58.3', '', '', '', '2018-07-06 14:22:14'),
(3, '172.16.58.3', '', '', '', '2018-07-06 14:22:56'),
(4, '172.16.58.3', '', '', '', '2018-07-06 14:24:03'),
(5, '172.16.58.3', '', '', '', '2018-07-06 14:24:07'),
(6, '172.16.58.3', '', '', '', '2018-07-06 14:24:42'),
(7, '172.16.58.3', '', '', '', '2018-07-06 14:24:46'),
(8, '172.16.58.3', '', '', '', '2018-07-06 14:55:01'),
(9, '172.16.58.3', '', '', '', '2018-07-06 14:55:05'),
(10, '172.16.58.3', '', '', '', '2018-07-06 14:55:38'),
(11, '172.16.58.3', '', '', '', '2018-07-06 14:55:41'),
(12, '172.16.58.3', '', '', '', '2018-07-06 15:00:02'),
(13, '172.16.58.3', '', '', '', '2018-07-06 15:00:06'),
(14, '172.16.58.3', '', '', '', '2018-07-06 15:00:39'),
(15, '172.16.58.3', '', '', '', '2018-07-06 15:00:43'),
(16, '172.16.58.3', '', '', '', '2018-07-06 15:01:07'),
(17, '172.16.58.3', '', '', '', '2018-07-06 15:01:10'),
(18, '172.16.58.3', '', '', '', '2018-07-06 15:02:39'),
(19, '172.16.58.3', '', '', '', '2018-07-06 15:02:42'),
(20, '192.168.3.11', '', '', '', '2018-07-06 15:30:46'),
(21, '192.168.3.11', '', '', '', '2018-07-06 21:58:04'),
(22, '172.16.58.3', '', '', '', '2018-07-06 22:15:17'),
(23, '172.16.17.32', '', '', '', '2018-07-06 22:15:37'),
(24, '192.168.3.11', '', '', '', '2018-07-06 22:16:59'),
(25, '172.16.17.32', '', '', '', '2018-07-06 22:17:12'),
(26, '172.16.31.10', '', '', '', '2018-07-07 05:20:59'),
(27, '172.16.17.32', '', '', '', '2018-07-07 05:21:06'),
(28, '172.16.17.32', '', '', '', '2018-07-07 05:36:53'),
(29, '172.16.31.10', '', '', '', '2018-07-07 06:50:23'),
(30, '192.168.3.11', '', '', '', '2018-07-07 07:16:15'),
(31, '192.168.3.11', '', '', '', '2018-07-07 07:16:16'),
(32, '192.168.3.11', '', '', '', '2018-07-07 07:16:17'),
(33, '192.168.3.11', '', '', '', '2018-07-07 07:16:18'),
(34, '192.168.3.11', '', '', '', '2018-07-07 07:16:21'),
(35, '192.168.3.11', '', '', '', '2018-07-07 07:16:22'),
(36, '192.168.3.11', '', '', '', '2018-07-07 07:16:22'),
(37, '192.168.3.11', '', '', '', '2018-07-07 07:16:23'),
(38, '192.168.3.11', '', '', '', '2018-07-07 07:19:27'),
(39, '192.168.3.11', '', '', '', '2018-07-07 07:19:27'),
(40, '192.168.3.11', '', '', '', '2018-07-07 07:19:33'),
(41, '172.16.31.10', '', '', '', '2018-07-07 10:58:05'),
(42, '172.16.31.10', '', '', '', '2018-07-07 10:58:11'),
(43, '172.16.31.10', '', '', '', '2018-07-07 10:58:21'),
(44, '172.16.31.10', '', '', '', '2018-07-07 10:58:25'),
(45, '172.16.31.10', '', '', '', '2018-07-07 11:00:07'),
(46, '172.16.31.10', '', '', '', '2018-07-07 11:00:12'),
(47, '172.16.31.10', '', '', '', '2018-07-07 11:06:40'),
(48, '172.16.31.10', '', '', '', '2018-07-07 11:06:42'),
(49, '172.16.31.10', '', '', '', '2018-07-07 11:06:51'),
(50, '172.16.31.10', '', '', '', '2018-07-07 11:06:56'),
(51, '172.16.31.10', '', '', '', '2018-07-07 11:07:53'),
(52, '172.16.31.10', '', '', '', '2018-07-07 11:07:56'),
(53, '172.16.31.10', '', '', '', '2018-07-07 11:17:07'),
(54, '172.16.31.10', '', '', '', '2018-07-07 11:17:08'),
(55, '172.16.31.10', '', '', '', '2018-07-07 11:17:12'),
(56, '172.16.31.10', '', '', '', '2018-07-07 11:29:49'),
(57, '172.16.31.10', '', '', '', '2018-07-07 11:29:59'),
(58, '172.16.31.10', '', '', '', '2018-07-07 11:38:28'),
(59, '172.16.31.10', '', '', '', '2018-07-07 11:38:35'),
(60, '172.16.31.10', '', '', '', '2018-07-07 11:38:36'),
(61, '172.16.31.10', '', '', '', '2018-07-07 11:38:37'),
(62, '172.16.31.10', '', '', '', '2018-07-07 11:45:59'),
(63, '172.16.31.10', '', '', '', '2018-07-07 11:46:02'),
(64, '172.16.31.10', '', '', '', '2018-07-07 11:55:55'),
(65, '172.16.31.10', '', '', '', '2018-07-07 11:56:47'),
(66, '172.16.58.3', '', '', '', '2018-07-07 12:19:36'),
(67, '172.16.31.10', '', '', '', '2018-07-07 12:19:49'),
(68, '172.16.31.10', '', '', '', '2018-07-07 12:19:52'),
(69, '172.16.31.10', '', '', '', '2018-07-07 12:26:02'),
(70, '172.16.31.10', '', '', '', '2018-07-07 12:26:06'),
(71, '172.16.17.32', '', '', '', '2018-07-07 12:41:06'),
(72, '172.16.17.32', '', '', '', '2018-07-07 12:41:09'),
(73, '172.16.17.32', '', '', '', '2018-07-07 12:48:01'),
(74, '172.16.17.32', '', '', '', '2018-07-07 12:48:04'),
(75, '192.168.3.11', '', '', '', '2018-07-07 20:19:42'),
(76, '192.168.3.11', '', '', '', '2018-07-07 20:19:46'),
(77, '172.16.17.32', '', '', '', '2018-07-07 20:36:13'),
(78, '192.168.3.11', '', '', '', '2018-07-07 20:36:29'),
(79, '192.168.3.11', '', '', '', '2018-07-07 20:36:30'),
(80, '192.168.3.11', '', '', '', '2018-07-07 20:36:31'),
(81, '192.168.3.11', '', '', '', '2018-07-07 20:36:32'),
(82, '172.16.17.32', '', '', '', '2018-07-07 22:33:56'),
(83, '172.16.31.10', '', '', '', '2018-07-07 23:08:59'),
(84, '192.168.127.12', '', '', '', '2018-07-07 23:10:41'),
(85, '172.16.17.32', '', '', '', '2018-07-08 05:33:17'),
(86, '172.16.17.32', '', '', '', '2018-07-08 05:33:19'),
(87, '172.16.17.32', '', '', '', '2018-07-08 05:33:20'),
(88, '172.16.17.32', '', '', '', '2018-07-08 05:33:23'),
(89, '172.16.17.32', '', '', '', '2018-07-08 05:33:24'),
(90, '172.16.17.32', '', '', '', '2018-07-08 05:33:24'),
(91, '172.16.17.32', '', '', '', '2018-07-08 05:33:25'),
(92, '172.16.17.32', '', '', '', '2018-07-08 05:33:26'),
(93, '172.16.17.32', '', '', '', '2018-07-08 05:33:36'),
(94, '172.16.17.32', '', '', '', '2018-07-08 05:33:41'),
(95, '172.16.17.32', '', '', '', '2018-07-08 05:33:41'),
(96, '172.16.17.32', '', '', '', '2018-07-08 05:33:43'),
(97, '172.16.17.32', '', '', '', '2018-07-08 05:33:44'),
(98, '172.16.17.32', '', '', '', '2018-07-08 05:34:34'),
(99, '172.16.17.32', '', '', '', '2018-07-08 05:34:43'),
(100, '172.16.17.32', '', '', '', '2018-07-08 05:35:11'),
(101, '172.16.17.32', '', '', '', '2018-07-08 05:35:15'),
(102, '172.16.17.32', '', '', '', '2018-07-08 05:35:15'),
(103, '172.16.17.32', '', '', '', '2018-07-08 05:35:17'),
(104, '172.16.17.32', '', '', '', '2018-07-08 05:35:18'),
(105, '172.16.17.32', '', '', '', '2018-07-08 05:41:04'),
(106, '172.16.17.32', '', '', '', '2018-07-08 05:41:05'),
(107, '172.16.17.32', '', '', '', '2018-07-08 05:41:06'),
(108, '172.16.17.32', '', '', '', '2018-07-08 06:54:14'),
(109, '172.16.17.32', '', '', '', '2018-07-08 06:54:15'),
(110, '172.16.17.32', '', '', '', '2018-07-08 06:54:16'),
(111, '172.16.17.32', '', '', '', '2018-07-08 06:54:40'),
(112, '172.16.17.32', '', '', '', '2018-07-08 06:54:41'),
(113, '172.16.17.32', '', '', '', '2018-07-08 06:54:41'),
(114, '172.16.17.32', '', '', '', '2018-07-08 06:54:42'),
(115, '172.16.17.32', '', '', '', '2018-07-08 06:54:43'),
(116, '172.16.31.10', '', '', '', '2018-07-08 07:09:00'),
(117, '172.16.31.10', '', '', '', '2018-07-08 07:09:01'),
(118, '192.168.127.12', '', '', '', '2018-07-08 07:42:00'),
(119, '192.168.127.12', '', '', '', '2018-07-08 07:47:31'),
(120, '172.16.17.32', '', '', '', '2018-07-08 07:49:03'),
(121, '172.16.17.32', '', '', '', '2018-07-08 07:49:06'),
(122, '172.16.17.32', '', '', '', '2018-07-08 07:49:06'),
(123, '172.16.17.32', '', '', '', '2018-07-08 07:49:07'),
(124, '172.16.17.32', '', '', '', '2018-07-08 07:49:08'),
(125, '172.16.17.32', '', '', '', '2018-07-08 07:52:16'),
(126, '172.16.17.32', '', '', '', '2018-07-08 07:52:17'),
(127, '172.16.17.32', '', '', '', '2018-07-08 07:52:18'),
(128, '172.16.31.10', '', '', '', '2018-07-08 08:01:34'),
(129, '172.16.17.32', '', '', '', '2018-07-08 08:02:04'),
(130, '172.16.17.32', '', '', '', '2018-07-08 08:02:06'),
(131, '172.16.17.32', '', '', '', '2018-07-08 08:02:07'),
(132, '172.16.17.32', '', '', '', '2018-07-08 08:02:07'),
(133, '172.16.17.32', '', '', '', '2018-07-08 08:02:08'),
(134, '172.16.17.32', '', '', '', '2018-07-08 11:24:04'),
(135, '172.16.17.32', '', '', '', '2018-07-08 11:24:07'),
(136, '172.16.17.32', '', '', '', '2018-07-08 11:24:08'),
(137, '172.16.17.32', '', '', '', '2018-07-08 11:24:08'),
(138, '192.168.127.12', '', '', '', '2018-07-08 11:31:40'),
(139, '172.16.17.32', '', '', '', '2018-07-08 11:54:57'),
(140, '172.16.17.32', '', '', '', '2018-07-08 11:54:57'),
(141, '172.16.17.32', '', '', '', '2018-07-08 11:54:57'),
(142, '172.16.17.32', '', '', '', '2018-07-08 11:54:57'),
(143, '192.168.127.12', '', '', '', '2018-07-08 16:00:59'),
(144, '172.16.31.10', '', '', '', '2018-07-08 16:07:49'),
(145, '172.16.31.10', '', '', '', '2018-07-08 16:07:50'),
(146, '172.16.31.10', '', '', '', '2018-07-08 16:07:55'),
(147, '172.16.31.10', '', '', '', '2018-07-08 16:08:04'),
(148, '172.16.31.10', '', '', '', '2018-07-08 16:08:18'),
(149, '172.16.31.10', '', '', '', '2018-07-08 16:08:41'),
(150, '172.16.31.10', '', '', '', '2018-07-08 16:08:48'),
(151, '172.16.31.10', '', '', '', '2018-07-08 16:08:50'),
(152, '172.16.58.3', '', '', '', '2018-07-08 19:53:55'),
(153, '192.168.3.11', '', '', '', '2018-07-09 00:26:04'),
(154, '192.168.127.12', '', '', '', '2018-07-09 00:26:08'),
(155, '172.16.31.10', '', '', '', '2018-07-09 02:10:49'),
(156, '172.16.31.10', '', '', '', '2018-07-09 02:11:41'),
(157, '172.16.58.3', '', '', '', '2018-07-09 04:14:12'),
(158, '192.168.127.12', '', '', '', '2018-07-09 04:46:03'),
(159, '192.168.127.12', '', '', '', '2018-07-09 06:38:34'),
(160, '172.16.31.10', '', '', '', '2018-07-09 08:34:49'),
(161, '172.16.31.10', '', '', '', '2018-07-09 08:34:50'),
(162, '172.16.31.10', '', '', '', '2018-07-09 09:14:56'),
(163, '172.16.31.10', '', '', '', '2018-07-09 10:15:59'),
(164, '172.16.58.3', '', '', '', '2018-07-09 10:55:30'),
(165, '172.16.31.10', '', '', '', '2018-07-09 11:40:30'),
(166, '172.16.31.10', '', '', '', '2018-07-09 11:43:50'),
(167, '172.16.58.3', '', '', '', '2018-07-09 12:33:15'),
(168, '192.168.127.12', '', '', '', '2018-07-09 15:59:24'),
(169, '192.168.127.12', '', '', '', '2018-07-09 16:09:18'),
(170, '192.168.127.12', '', '', '', '2018-07-09 16:09:19'),
(171, '192.168.127.12', '', '', '', '2018-07-09 16:09:22'),
(172, '192.168.127.12', '', '', '', '2018-07-09 16:09:29'),
(173, '172.16.17.32', '', '', '', '2018-07-09 16:31:55'),
(174, '192.168.3.11', '', '', '', '2018-07-09 22:19:31'),
(175, '192.168.3.11', '', '', '', '2018-07-09 22:19:36'),
(176, '192.168.3.11', '', '', '', '2018-07-09 22:27:35'),
(177, '192.168.3.11', '', '', '', '2018-07-09 22:27:37'),
(178, '192.168.3.11', '', '', '', '2018-07-09 22:27:51'),
(179, '192.168.3.11', '', '', '', '2018-07-09 22:28:27'),
(180, '192.168.3.11', '', '', '', '2018-07-09 22:28:29'),
(181, '172.16.58.3', '', '', '', '2018-07-10 03:32:32'),
(182, '172.16.31.10', '', '', '', '2018-07-10 05:11:41'),
(183, '172.16.31.10', '', '', '', '2018-07-10 07:48:17'),
(184, '192.168.127.12', '', '', '', '2018-07-10 07:48:18'),
(185, '172.16.31.10', '', '', '', '2018-07-10 08:36:10'),
(186, '192.168.127.12', '', '', '', '2018-07-10 08:39:57'),
(187, '192.168.127.12', '', '', '', '2018-07-10 09:28:33'),
(188, '172.16.31.10', '', '', '', '2018-07-10 09:28:34'),
(189, '172.16.31.10', '', '', '', '2018-07-10 09:54:05'),
(190, '172.16.17.32', '', '', '', '2018-07-10 11:13:12'),
(191, '172.16.17.32', '', '', '', '2018-07-10 11:13:15'),
(192, '172.16.17.32', '', '', '', '2018-07-10 11:13:16'),
(193, '172.16.17.32', '', '', '', '2018-07-10 11:13:17'),
(194, '172.16.17.32', '', '', '', '2018-07-10 11:13:18'),
(195, '172.16.31.10', '', '', '', '2018-07-10 11:15:31'),
(196, '172.16.31.10', '', '', '', '2018-07-10 11:15:32'),
(197, '192.168.127.12', '', '', '', '2018-07-10 11:34:00'),
(198, '172.16.17.32', '', '', '', '2018-07-10 13:29:57'),
(199, '192.168.127.12', '', '', '', '2018-07-10 15:46:46'),
(200, '192.168.127.12', '', '', '', '2018-07-10 16:03:57'),
(201, '192.168.127.12', '', '', '', '2018-07-10 16:03:58'),
(202, '192.168.127.12', '', '', '', '2018-07-10 16:04:00'),
(203, '192.168.127.12', '', '', '', '2018-07-10 16:04:04'),
(204, '192.168.127.12', '', '', '', '2018-07-10 16:04:12'),
(205, '172.16.17.32', '', '', '', '2018-07-10 20:46:04'),
(206, '172.16.17.32', '', '', '', '2018-07-10 21:11:50'),
(207, '192.168.3.11', '', '', '', '2018-07-10 23:02:11'),
(208, '192.168.3.11', '', '', '', '2018-07-10 23:02:14'),
(209, '192.168.127.12', '', '', '', '2018-07-11 02:34:55'),
(210, '172.16.17.32', '', '', '', '2018-07-11 07:10:59'),
(211, '172.16.17.32', '', '', '', '2018-07-11 07:11:00'),
(212, '172.16.31.10', '', '', '', '2018-07-11 11:24:59'),
(213, '40.77.167.73', '', '', '', '2018-07-11 11:25:04'),
(214, '192.168.127.12', '', '', '', '2018-07-11 12:04:20'),
(215, '192.168.3.11', '', '', '', '2018-07-11 12:04:21'),
(216, '172.16.31.10', '', '', '', '2018-07-11 13:06:27'),
(217, '192.168.127.12', '', '', '', '2018-07-11 13:53:56'),
(218, '172.16.31.10', '', '', '', '2018-07-11 15:33:52'),
(219, '192.168.127.12', '', '', '', '2018-07-11 15:44:31'),
(220, '192.168.3.11', '', '', '', '2018-07-11 15:44:32'),
(221, '192.168.3.11', '', '', '', '2018-07-11 16:11:00'),
(222, '192.168.3.11', '', '', '', '2018-07-11 16:11:01'),
(223, '192.168.3.11', '', '', '', '2018-07-11 16:11:06'),
(224, '172.16.31.10', '', '', '', '2018-07-11 16:12:45'),
(225, '172.16.31.10', '', '', '', '2018-07-11 18:21:48'),
(226, '172.16.17.32', '', '', '', '2018-07-11 19:21:59'),
(227, '172.16.31.10', '', '', '', '2018-07-11 19:22:00'),
(228, '192.168.127.12', '', '', '', '2018-07-11 20:22:07'),
(229, '192.168.3.11', '', '', '', '2018-07-11 21:23:32'),
(230, '192.168.127.12', '', '', '', '2018-07-11 21:23:32'),
(231, '172.16.17.32', '', '', '', '2018-07-11 21:53:58'),
(232, '172.16.17.32', '', '', '', '2018-07-11 21:53:58'),
(233, '192.168.127.12', '', '', '', '2018-07-11 22:18:25'),
(234, '172.16.17.32', '', '', '', '2018-07-11 22:42:35'),
(235, '192.168.3.11', '', '', '', '2018-07-11 22:52:34'),
(236, '192.168.3.11', '', '', '', '2018-07-11 22:52:35'),
(237, '192.168.3.11', '', '', '', '2018-07-12 00:31:42'),
(238, '172.16.31.10', '', '', '', '2018-07-12 00:31:44'),
(239, '192.168.127.12', '', '', '', '2018-07-12 01:58:17'),
(240, '172.16.31.10', '', '', '', '2018-07-12 01:58:18'),
(241, '192.168.127.12', '', '', '', '2018-07-12 02:24:16'),
(242, '192.168.127.12', '', '', '', '2018-07-12 02:24:26'),
(243, '192.168.127.12', '', '', '', '2018-07-12 02:25:07'),
(244, '192.168.127.12', '', '', '', '2018-07-12 02:25:08'),
(245, '192.168.127.12', '', '', '', '2018-07-12 02:28:16'),
(246, '192.168.127.12', '', '', '', '2018-07-12 02:28:21'),
(247, '192.168.127.12', '', '', '', '2018-07-12 02:28:46'),
(248, '192.168.127.12', '', '', '', '2018-07-12 02:28:48'),
(249, '192.168.3.11', '', '', '', '2018-07-12 02:43:18'),
(250, '192.168.3.11', '', '', '', '2018-07-12 02:45:58'),
(251, '192.168.3.11', '', '', '', '2018-07-12 02:46:13'),
(252, '192.168.3.11', '', '', '', '2018-07-12 02:48:35'),
(253, '192.168.3.11', '', '', '', '2018-07-12 02:52:11'),
(254, '192.168.3.11', '', '', '', '2018-07-12 02:53:44'),
(255, '192.168.127.12', '', '', '', '2018-07-12 02:55:42'),
(256, '192.168.127.12', '', '', '', '2018-07-12 02:56:18'),
(257, '192.168.3.11', '', '', '', '2018-07-12 02:58:00'),
(258, '192.168.3.11', '', '', '', '2018-07-12 03:01:13'),
(259, '192.168.3.11', '', '', '', '2018-07-12 03:03:14'),
(260, '192.168.3.11', '', '', '', '2018-07-12 03:07:13'),
(261, '192.168.3.11', '', '', '', '2018-07-12 03:09:40'),
(262, '192.168.3.11', '', '', '', '2018-07-12 03:10:05'),
(263, '192.168.3.11', '', '', '', '2018-07-12 03:10:57'),
(264, '192.168.3.11', '', '', '', '2018-07-12 03:11:43'),
(265, '192.168.3.11', '', '', '', '2018-07-12 03:16:45'),
(266, '172.16.31.10', '', '', '', '2018-07-12 03:28:42'),
(267, '172.16.31.10', '', '', '', '2018-07-12 03:28:43'),
(268, '192.168.3.11', '', '', '', '2018-07-12 04:55:23'),
(269, '192.168.3.11', '', '', '', '2018-07-12 04:55:24'),
(270, '172.16.58.3', '', '', '', '2018-07-12 04:56:01'),
(271, '172.16.58.3', '', '', '', '2018-07-12 04:56:04'),
(272, '172.16.31.10', '', '', '', '2018-07-12 05:20:35'),
(273, '172.16.17.32', '', '', '', '2018-07-12 05:20:36'),
(274, '192.168.127.12', '', '', '', '2018-07-12 05:47:55'),
(275, '172.16.31.10', '', '', '', '2018-07-12 06:51:49'),
(276, '192.168.3.11', '', '', '', '2018-07-12 06:51:50'),
(277, '192.168.3.11', '', '', '', '2018-07-12 07:14:24'),
(278, '192.168.127.12', '', '', '', '2018-07-12 07:29:41'),
(279, '192.168.3.11', '', '', '', '2018-07-12 08:27:36'),
(280, '192.168.127.12', '', '', '', '2018-07-12 08:27:37'),
(281, '192.168.127.12', '', '', '', '2018-07-12 08:43:45'),
(282, '192.168.3.11', '', '', '', '2018-07-12 09:23:25'),
(283, '172.16.31.10', '', '', '', '2018-07-12 09:29:23'),
(284, '172.16.31.10', '', '', '', '2018-07-12 09:29:24'),
(285, '192.168.3.11', '', '', '', '2018-07-12 10:19:16'),
(286, '192.168.3.11', '', '', '', '2018-07-12 10:19:52'),
(287, '192.168.3.11', '', '', '', '2018-07-12 10:21:18'),
(288, '192.168.3.11', '', '', '', '2018-07-12 10:21:30'),
(289, '192.168.3.11', '', '', '', '2018-07-12 10:28:47'),
(290, '192.168.127.12', '', '', '', '2018-07-12 10:28:48'),
(291, '172.16.31.10', '', '', '', '2018-07-12 11:48:39'),
(292, '172.16.31.10', '', '', '', '2018-07-12 11:48:42'),
(293, '172.16.31.10', '', '', '', '2018-07-12 11:48:43'),
(294, '172.16.31.10', '', '', '', '2018-07-12 11:48:44'),
(295, '172.16.31.10', '', '', '', '2018-07-12 11:48:58'),
(296, '172.16.31.10', '', '', '', '2018-07-12 11:48:59'),
(297, '192.168.127.12', '', '', '', '2018-07-12 11:58:15'),
(298, '192.168.3.11', '', '', '', '2018-07-12 11:58:16'),
(299, '192.168.3.11', '', '', '', '2018-07-12 12:25:39'),
(300, '172.16.31.10', '', '', '', '2018-07-12 12:55:55'),
(301, '192.168.3.11', '', '', '', '2018-07-12 13:58:12'),
(302, '172.16.31.10', '', '', '', '2018-07-12 13:58:13'),
(303, '192.168.127.12', '', '', '', '2018-07-12 15:31:44'),
(304, '192.168.3.11', '', '', '', '2018-07-12 15:31:45'),
(305, '192.168.3.11', '', '', '', '2018-07-12 16:00:51'),
(306, '192.168.3.11', '', '', '', '2018-07-12 16:00:53'),
(307, '192.168.3.11', '', '', '', '2018-07-12 16:00:53'),
(308, '192.168.3.11', '', '', '', '2018-07-12 16:01:09'),
(309, '172.16.17.32', '', '', '', '2018-07-12 16:47:39'),
(310, '172.16.31.10', '', '', '', '2018-07-12 16:47:39'),
(311, '172.16.31.10', '', '', '', '2018-07-12 17:10:04'),
(312, '192.168.3.11', '', '', '', '2018-07-12 17:10:05'),
(313, '172.16.31.10', '', '', '', '2018-07-12 17:30:36'),
(314, '192.168.3.11', '', '', '', '2018-07-12 18:15:49'),
(315, '192.168.3.11', '', '', '', '2018-07-12 18:15:50'),
(316, '172.16.58.3', '', '', '', '2018-07-12 18:15:52'),
(317, '172.16.31.10', '', '', '', '2018-07-12 18:16:17'),
(318, '192.168.3.11', '', '', '', '2018-07-12 18:16:17'),
(319, '192.168.3.11', '', '', '', '2018-07-12 18:26:29'),
(320, '192.168.3.11', '', '', '', '2018-07-12 19:12:30'),
(321, '192.168.127.12', '', '', '', '2018-07-12 19:23:19'),
(322, '192.168.3.11', '', '', '', '2018-07-12 19:23:19'),
(323, '192.168.127.12', '', '', '', '2018-07-12 20:53:24'),
(324, '192.168.3.11', '', '', '', '2018-07-12 20:53:25'),
(325, '172.16.31.10', '', '', '', '2018-07-12 22:21:44'),
(326, '192.168.127.12', '', '', '', '2018-07-12 22:21:45'),
(327, '192.168.3.11', '', '', '', '2018-07-12 22:39:12'),
(328, '192.168.127.12', '', '', '', '2018-07-12 23:22:24'),
(329, '172.16.31.10', '', '', '', '2018-07-12 23:41:35'),
(330, '172.16.31.10', '', '', '', '2018-07-12 23:41:36'),
(331, '172.16.58.3', '', '', '', '2018-07-13 00:01:07'),
(332, '192.168.3.11', '', '', '', '2018-07-13 00:18:01'),
(333, '192.168.127.12', '', '', '', '2018-07-13 00:28:06'),
(334, '192.168.127.12', '', '', '', '2018-07-13 00:37:36'),
(335, '172.16.31.10', '', '', '', '2018-07-13 02:26:32'),
(336, '172.16.31.10', '', '', '', '2018-07-13 02:26:33'),
(337, '172.16.17.32', '', '', '', '2018-07-13 03:49:58'),
(338, '172.16.17.32', '', '', '', '2018-07-13 03:49:59'),
(339, '172.16.17.32', '', '', '', '2018-07-13 03:49:59'),
(340, '172.16.17.32', '', '', '', '2018-07-13 03:50:01'),
(341, '172.16.17.32', '', '', '', '2018-07-13 03:50:01'),
(342, '172.16.17.32', '', '', '', '2018-07-13 03:50:02'),
(343, '172.16.17.32', '', '', '', '2018-07-13 03:50:02'),
(344, '192.168.3.11', '', '', '', '2018-07-13 04:32:26'),
(345, '192.168.3.11', '', '', '', '2018-07-13 04:32:27'),
(346, '172.16.31.10', '', '', '', '2018-07-13 04:49:02'),
(347, '172.16.31.10', '', '', '', '2018-07-13 04:49:02'),
(348, '192.168.3.11', '', '', '', '2018-07-13 06:27:16'),
(349, '172.16.31.10', '', '', '', '2018-07-13 06:27:17'),
(350, '192.168.3.11', '', '', '', '2018-07-13 06:36:00'),
(351, '172.16.17.32', '', '', '', '2018-07-13 06:52:55'),
(352, '172.16.58.3', '', '', '', '2018-07-13 06:52:59'),
(353, '172.16.31.10', '', '', '', '2018-07-13 07:14:50'),
(354, '172.16.31.10', '', '', '', '2018-07-13 07:14:52'),
(355, '172.16.31.10', '', '', '', '2018-07-13 08:26:42'),
(356, '172.16.31.10', '', '', '', '2018-07-13 08:26:43'),
(357, '172.16.31.10', '', '', '', '2018-07-13 09:04:32'),
(358, '192.168.3.11', '', '', '', '2018-07-13 09:55:18'),
(359, '192.168.127.12', '', '', '', '2018-07-13 09:55:19'),
(360, '192.168.3.11', '', '', '', '2018-07-13 11:57:04'),
(361, '192.168.127.12', '', '', '', '2018-07-13 11:57:05'),
(362, '172.16.31.10', '', '', '', '2018-07-13 13:12:23'),
(363, '172.16.31.10', '', '', '', '2018-07-13 13:12:24'),
(364, '172.16.31.10', '', '', '', '2018-07-13 13:17:27'),
(365, '172.16.31.10', '', '', '', '2018-07-13 13:17:28'),
(366, '192.168.3.11', '', '', '', '2018-07-13 13:24:37'),
(367, '192.168.127.12', '', '', '', '2018-07-13 14:25:01'),
(368, '192.168.3.11', '', '', '', '2018-07-13 14:25:01'),
(369, '172.16.31.10', '', '', '', '2018-07-13 14:38:00'),
(370, '192.168.3.11', '', '', '', '2018-07-13 14:48:19'),
(371, '172.16.31.10', '', '', '', '2018-07-13 15:03:34'),
(372, '172.16.31.10', '', '', '', '2018-07-13 15:40:24'),
(373, '192.168.3.11', '', '', '', '2018-07-13 16:06:12'),
(374, '192.168.3.11', '', '', '', '2018-07-13 16:06:13'),
(375, '192.168.3.11', '', '', '', '2018-07-13 16:06:14'),
(376, '192.168.127.12', '', '', '', '2018-07-13 16:16:52'),
(377, '192.168.3.11', '', '', '', '2018-07-13 16:25:12'),
(378, '172.16.31.10', '', '', '', '2018-07-13 16:25:13'),
(379, '172.16.17.32', '', '', '', '2018-07-13 17:01:52'),
(380, '172.16.31.10', '', '', '', '2018-07-13 17:08:48'),
(381, '192.168.3.11', '', '', '', '2018-07-13 18:02:30'),
(382, '192.168.127.12', '', '', '', '2018-07-13 18:02:40'),
(383, '192.168.127.12', '', '', '', '2018-07-13 19:55:29'),
(384, '192.168.127.12', '', '', '', '2018-07-13 19:55:30'),
(385, '172.16.31.10', '', '', '', '2018-07-13 20:39:02'),
(386, '172.16.31.10', '', '', '', '2018-07-13 20:39:03'),
(387, '172.16.31.10', '', '', '', '2018-07-13 21:22:59'),
(388, '192.168.3.11', '', '', '', '2018-07-13 21:23:00'),
(389, '172.16.31.10', '', '', '', '2018-07-13 21:56:34'),
(390, '192.168.127.12', '', '', '', '2018-07-13 22:43:56'),
(391, '192.168.3.11', '', '', '', '2018-07-13 22:43:57'),
(392, '172.16.31.10', '', '', '', '2018-07-13 22:53:53'),
(393, '192.168.3.11', '', '', '', '2018-07-13 22:59:47'),
(394, '192.168.127.12', '', '', '', '2018-07-14 00:02:45'),
(395, '172.16.31.10', '', '', '', '2018-07-14 00:21:05'),
(396, '192.168.3.11', '', '', '', '2018-07-14 00:27:29'),
(397, '172.16.31.10', '', '', '', '2018-07-14 01:08:59'),
(398, '172.16.17.32', '', '', '', '2018-07-14 01:08:59'),
(399, '172.16.31.10', '', '', '', '2018-07-14 02:10:45'),
(400, '192.168.3.11', '', '', '', '2018-07-14 02:10:47'),
(401, '172.16.31.10', '', '', '', '2018-07-14 02:14:01'),
(402, '172.16.31.10', '', '', '', '2018-07-14 02:14:02'),
(403, '192.168.127.12', '', '', '', '2018-07-14 02:14:37'),
(404, '192.168.3.11', '', '', '', '2018-07-14 02:28:58'),
(405, '172.16.17.32', '', '', '', '2018-07-14 02:45:16'),
(406, '172.16.31.10', '', '', '', '2018-07-14 02:58:54'),
(407, '172.16.31.10', '', '', '', '2018-07-14 02:58:54'),
(408, '172.16.31.10', '', '', '', '2018-07-14 03:39:23'),
(409, '192.168.3.11', '', '', '', '2018-07-14 03:50:09'),
(410, '192.168.127.12', '', '', '', '2018-07-14 03:50:10'),
(411, '172.16.31.10', '', '', '', '2018-07-14 04:41:01'),
(412, '172.16.31.10', '', '', '', '2018-07-14 04:56:02'),
(413, '172.16.31.10', '', '', '', '2018-07-14 05:55:41'),
(414, '192.168.127.12', '', '', '', '2018-07-14 06:10:16'),
(415, '192.168.3.11', '', '', '', '2018-07-14 06:10:16'),
(416, '172.16.31.10', '', '', '', '2018-07-14 07:05:03'),
(417, '172.16.31.10', '', '', '', '2018-07-14 07:05:03'),
(418, '192.168.127.12', '', '', '', '2018-07-14 07:35:50'),
(419, '172.16.31.10', '', '', '', '2018-07-14 08:19:37'),
(420, '192.168.127.12', '', '', '', '2018-07-14 10:33:41'),
(421, '172.16.31.10', '', '', '', '2018-07-14 11:09:44'),
(422, '172.16.17.32', '', '', '', '2018-07-14 11:34:35'),
(423, '172.16.17.32', '', '', '', '2018-07-14 11:34:35'),
(424, '172.16.31.10', '', '', '', '2018-07-14 13:21:00'),
(425, '192.168.127.12', '', '', '', '2018-07-14 13:53:35'),
(426, '172.16.31.10', '', '', '', '2018-07-14 15:20:21'),
(427, '172.16.31.10', '', '', '', '2018-07-14 16:02:10'),
(428, '172.16.31.10', '', '', '', '2018-07-14 16:02:11'),
(429, '172.16.31.10', '', '', '', '2018-07-14 16:02:16'),
(430, '172.16.31.10', '', '', '', '2018-07-14 16:02:27'),
(431, '172.16.31.10', '', '', '', '2018-07-14 16:23:32'),
(432, '192.168.127.12', '', '', '', '2018-07-14 16:23:33'),
(433, '172.16.31.10', '', '', '', '2018-07-14 16:30:54'),
(434, '172.16.17.32', '', '', '', '2018-07-14 16:54:45'),
(435, '172.16.31.10', '', '', '', '2018-07-14 21:11:35'),
(436, '192.168.127.12', '', '', '', '2018-07-14 21:20:27'),
(437, '192.168.127.12', '', '', '', '2018-07-14 21:20:32'),
(438, '192.168.127.12', '', '', '', '2018-07-14 21:23:54'),
(439, '192.168.127.12', '', '', '', '2018-07-14 21:23:59'),
(440, '192.168.127.12', '', '', '', '2018-07-14 21:24:01'),
(441, '192.168.127.12', '', '', '', '2018-07-14 21:25:40'),
(442, '192.168.127.12', '', '', '', '2018-07-14 21:25:42'),
(443, '192.168.127.12', '', '', '', '2018-07-14 21:27:43'),
(444, '192.168.127.12', '', '', '', '2018-07-14 21:27:46'),
(445, '192.168.3.11', '', '', '', '2018-07-14 22:13:40'),
(446, '192.168.127.12', '', '', '', '2018-07-14 22:13:41'),
(447, '192.168.127.12', '', '', '', '2018-07-15 01:33:17'),
(448, '172.16.31.10', '', '', '', '2018-07-15 05:07:11'),
(449, '172.16.31.10', '', '', '', '2018-07-15 05:07:12'),
(450, '172.16.31.10', '', '', '', '2018-07-15 08:17:55'),
(451, '172.16.31.10', '', '', '', '2018-07-15 08:17:55'),
(452, '172.16.31.10', '', '', '', '2018-07-15 08:42:56'),
(453, '172.16.31.10', '', '', '', '2018-07-15 09:48:14'),
(454, '172.16.31.10', '', '', '', '2018-07-15 10:36:54'),
(455, '172.16.31.10', '', '', '', '2018-07-15 11:04:30'),
(456, '192.168.3.11', '', '', '', '2018-07-15 11:04:31'),
(457, '192.168.127.12', '', '', '', '2018-07-15 11:34:30'),
(458, '192.168.3.11', '', '', '', '2018-07-15 12:17:31'),
(459, '192.168.127.12', '', '', '', '2018-07-15 12:25:14'),
(460, '172.16.17.32', '', '', '', '2018-07-15 12:41:33'),
(461, '192.168.127.12', '', '', '', '2018-07-15 13:12:58'),
(462, '172.16.31.10', '', '', '', '2018-07-15 13:44:28'),
(463, '172.16.31.10', '', '', '', '2018-07-15 13:44:29'),
(464, '172.16.31.10', '', '', '', '2018-07-15 13:49:48'),
(465, '192.168.3.11', '', '', '', '2018-07-15 14:57:55'),
(466, '192.168.3.11', '', '', '', '2018-07-15 14:57:57'),
(467, '172.16.31.10', '', '', '', '2018-07-15 15:23:53'),
(468, '192.168.3.11', '', '', '', '2018-07-15 15:55:28'),
(469, '192.168.3.11', '', '', '', '2018-07-15 16:06:00'),
(470, '192.168.3.11', '', '', '', '2018-07-15 16:06:01'),
(471, '192.168.3.11', '', '', '', '2018-07-15 16:06:10'),
(472, '192.168.3.11', '', '', '', '2018-07-15 16:06:11'),
(473, '172.16.17.32', '', '', '', '2018-07-15 16:20:25'),
(474, '172.16.31.10', '', '', '', '2018-07-15 16:48:42'),
(475, '172.16.31.10', '', '', '', '2018-07-15 17:27:39'),
(476, '172.16.17.32', '', '', '', '2018-07-15 18:08:22'),
(477, '172.16.17.32', '', '', '', '2018-07-15 19:36:09'),
(478, '172.16.17.32', '', '', '', '2018-07-15 20:29:37'),
(479, '172.16.31.10', '', '', '', '2018-07-15 20:48:03'),
(480, '172.16.31.10', '', '', '', '2018-07-15 21:49:18'),
(481, '172.16.17.32', '', '', '', '2018-07-15 23:04:26'),
(482, '172.16.17.32', '', '', '', '2018-07-16 00:30:43'),
(483, '172.16.31.10', '', '', '', '2018-07-16 02:41:33'),
(484, '172.16.17.32', '', '', '', '2018-07-16 03:31:59'),
(485, '172.16.31.10', '', '', '', '2018-07-16 03:42:46'),
(486, '192.168.3.11', '', '', '', '2018-07-16 03:48:02'),
(487, '192.168.3.11', '', '', '', '2018-07-16 03:48:04'),
(488, '172.16.17.32', '', '', '', '2018-07-16 06:31:16'),
(489, '172.16.17.32', '', '', '', '2018-07-16 06:31:17'),
(490, '192.168.127.12', '', '', '', '2018-07-16 06:43:58'),
(491, '192.168.127.12', '', '', '', '2018-07-16 06:43:59'),
(492, '172.16.31.10', '', '', '', '2018-07-16 07:24:10'),
(493, '172.16.31.10', '', '', '', '2018-07-16 07:34:18'),
(494, '172.16.31.10', '', '', '', '2018-07-16 08:46:49'),
(495, '172.16.17.32', '', '', '', '2018-07-16 09:55:13'),
(496, '172.16.31.10', '', '', '', '2018-07-16 11:09:18'),
(497, '172.16.31.10', '', '', '', '2018-07-16 13:23:16'),
(498, '172.16.17.32', '', '', '', '2018-07-16 14:31:40'),
(499, '192.168.3.11', '', '', '', '2018-07-16 16:09:17'),
(500, '192.168.3.11', '', '', '', '2018-07-16 16:09:18'),
(501, '192.168.127.12', '', '', '', '2018-07-16 17:29:31'),
(502, '192.168.127.12', '', '', '', '2018-07-16 19:29:49'),
(503, '172.16.31.10', '', '', '', '2018-07-16 19:35:00'),
(504, '192.168.3.11', '', '', '', '2018-07-16 20:06:00'),
(505, '192.168.127.12', '', '', '', '2018-07-16 20:06:01'),
(506, '192.168.3.11', '', '', '', '2018-07-16 21:07:51'),
(507, '192.168.3.11', '', '', '', '2018-07-16 21:07:51'),
(508, '192.168.127.12', '', '', '', '2018-07-16 21:47:44'),
(509, '172.16.31.10', '', '', '', '2018-07-16 22:59:00'),
(510, '172.16.31.10', '', '', '', '2018-07-16 23:04:46'),
(511, '172.16.31.10', '', '', '', '2018-07-16 23:04:49'),
(512, '192.168.127.12', '', '', '', '2018-07-16 23:40:42'),
(513, '192.168.127.12', '', '', '', '2018-07-16 23:40:44'),
(514, '192.168.3.11', '', '', '', '2018-07-16 23:40:54'),
(515, '192.168.127.12', '', '', '', '2018-07-16 23:40:55'),
(516, '172.16.31.10', '', '', '', '2018-07-17 00:33:46'),
(517, '192.168.127.12', '', '', '', '2018-07-17 01:09:47'),
(518, '192.168.127.12', '', '', '', '2018-07-17 01:09:51'),
(519, '192.168.127.12', '', '', '', '2018-07-17 01:09:52'),
(520, '192.168.127.12', '', '', '', '2018-07-17 01:09:53'),
(521, '192.168.127.12', '', '', '', '2018-07-17 01:09:54'),
(522, '192.168.127.12', '', '', '', '2018-07-17 01:10:35'),
(523, '192.168.127.12', '', '', '', '2018-07-17 01:10:37'),
(524, '192.168.127.12', '', '', '', '2018-07-17 01:10:37'),
(525, '192.168.127.12', '', '', '', '2018-07-17 01:10:39'),
(526, '192.168.127.12', '', '', '', '2018-07-17 01:10:40'),
(527, '192.168.127.12', '', '', '', '2018-07-17 01:10:44'),
(528, '192.168.127.12', '', '', '', '2018-07-17 01:10:45'),
(529, '192.168.127.12', '', '', '', '2018-07-17 01:10:50'),
(530, '172.16.31.10', '', '', '', '2018-07-17 01:55:24'),
(531, '192.168.127.12', '', '', '', '2018-07-17 01:56:46'),
(532, '192.168.127.12', '', '', '', '2018-07-17 01:56:49'),
(533, '192.168.127.12', '', '', '', '2018-07-17 01:56:50'),
(534, '192.168.127.12', '', '', '', '2018-07-17 01:56:50'),
(535, '192.168.127.12', '', '', '', '2018-07-17 01:56:51'),
(536, '192.168.127.12', '', '', '', '2018-07-17 01:56:57'),
(537, '192.168.127.12', '', '', '', '2018-07-17 01:56:59'),
(538, '192.168.127.12', '', '', '', '2018-07-17 01:57:05'),
(539, '192.168.127.12', '', '', '', '2018-07-17 02:16:36'),
(540, '192.168.127.12', '', '', '', '2018-07-17 02:16:38'),
(541, '192.168.127.12', '', '', '', '2018-07-17 02:16:39'),
(542, '192.168.127.12', '', '', '', '2018-07-17 02:16:39'),
(543, '192.168.127.12', '', '', '', '2018-07-17 02:16:40'),
(544, '192.168.127.12', '', '', '', '2018-07-17 02:16:52'),
(545, '192.168.127.12', '', '', '', '2018-07-17 02:16:53'),
(546, '192.168.127.12', '', '', '', '2018-07-17 02:16:54'),
(547, '192.168.127.12', '', '', '', '2018-07-17 02:18:05'),
(548, '192.168.127.12', '', '', '', '2018-07-17 02:18:06'),
(549, '192.168.127.12', '', '', '', '2018-07-17 02:18:07'),
(550, '192.168.127.12', '', '', '', '2018-07-17 02:18:13'),
(551, '192.168.127.12', '', '', '', '2018-07-17 02:18:14'),
(552, '192.168.127.12', '', '', '', '2018-07-17 02:18:14'),
(553, '192.168.127.12', '', '', '', '2018-07-17 02:18:15'),
(554, '192.168.127.12', '', '', '', '2018-07-17 02:18:16'),
(555, '192.168.127.12', '', '', '', '2018-07-17 02:18:24'),
(556, '192.168.127.12', '', '', '', '2018-07-17 02:18:25'),
(557, '192.168.127.12', '', '', '', '2018-07-17 02:18:25'),
(558, '192.168.127.12', '', '', '', '2018-07-17 02:19:35'),
(559, '192.168.127.12', '', '', '', '2018-07-17 02:19:36'),
(560, '192.168.127.12', '', '', '', '2018-07-17 02:19:37'),
(561, '192.168.127.12', '', '', '', '2018-07-17 02:20:20'),
(562, '192.168.127.12', '', '', '', '2018-07-17 02:20:21'),
(563, '192.168.127.12', '', '', '', '2018-07-17 02:20:22'),
(564, '192.168.127.12', '', '', '', '2018-07-17 02:21:56'),
(565, '192.168.127.12', '', '', '', '2018-07-17 02:21:58'),
(566, '192.168.127.12', '', '', '', '2018-07-17 02:21:59'),
(567, '192.168.127.12', '', '', '', '2018-07-17 02:22:12'),
(568, '192.168.127.12', '', '', '', '2018-07-17 02:22:13'),
(569, '192.168.127.12', '', '', '', '2018-07-17 02:22:14'),
(570, '192.168.127.12', '', '', '', '2018-07-17 02:22:14'),
(571, '192.168.127.12', '', '', '', '2018-07-17 02:22:15'),
(572, '192.168.127.12', '', '', '', '2018-07-17 02:29:00'),
(573, '192.168.127.12', '', '', '', '2018-07-17 02:29:02'),
(574, '192.168.127.12', '', '', '', '2018-07-17 02:29:03'),
(575, '192.168.127.12', '', '', '', '2018-07-17 02:29:03'),
(576, '192.168.127.12', '', '', '', '2018-07-17 02:29:05'),
(577, '192.168.127.12', '', '', '', '2018-07-17 02:30:17'),
(578, '192.168.127.12', '', '', '', '2018-07-17 02:30:18'),
(579, '192.168.127.12', '', '', '', '2018-07-17 02:30:19'),
(580, '192.168.127.12', '', '', '', '2018-07-17 02:30:34'),
(581, '192.168.127.12', '', '', '', '2018-07-17 02:30:35'),
(582, '192.168.127.12', '', '', '', '2018-07-17 03:03:42'),
(583, '192.168.127.12', '', '', '', '2018-07-17 03:03:43'),
(584, '192.168.127.12', '', '', '', '2018-07-17 03:03:44'),
(585, '192.168.127.12', '', '', '', '2018-07-17 03:03:44'),
(586, '192.168.127.12', '', '', '', '2018-07-17 03:03:45'),
(587, '192.168.127.12', '', '', '', '2018-07-17 03:03:49'),
(588, '192.168.127.12', '', '', '', '2018-07-17 03:03:49'),
(589, '192.168.127.12', '', '', '', '2018-07-17 03:03:50'),
(590, '192.168.127.12', '', '', '', '2018-07-17 03:03:51'),
(591, '192.168.127.12', '', '', '', '2018-07-17 03:29:43'),
(592, '192.168.127.12', '', '', '', '2018-07-17 03:29:46'),
(593, '192.168.127.12', '', '', '', '2018-07-17 03:31:59'),
(594, '192.168.127.12', '', '', '', '2018-07-17 03:33:34'),
(595, '172.16.17.32', '', '', '', '2018-07-17 03:36:11'),
(596, '192.168.127.12', '', '', '', '2018-07-17 03:38:14'),
(597, '192.168.127.12', '', '', '', '2018-07-17 03:38:33'),
(598, '192.168.127.12', '', '', '', '2018-07-17 03:39:22'),
(599, '192.168.127.12', '', '', '', '2018-07-17 03:39:40'),
(600, '192.168.127.12', '', '', '', '2018-07-17 04:25:27'),
(601, '192.168.127.12', '', '', '', '2018-07-17 04:25:29'),
(602, '192.168.3.11', '', '', '', '2018-07-17 04:51:48'),
(603, '192.168.127.12', '', '', '', '2018-07-17 05:45:16'),
(604, '192.168.127.12', '', '', '', '2018-07-17 05:45:17'),
(605, '192.168.127.12', '', '', '', '2018-07-17 05:45:18'),
(606, '192.168.127.12', '', '', '', '2018-07-17 05:45:18'),
(607, '192.168.127.12', '', '', '', '2018-07-17 05:45:19'),
(608, '192.168.127.12', '', '', '', '2018-07-17 05:45:57'),
(609, '192.168.127.12', '', '', '', '2018-07-17 05:45:59'),
(610, '192.168.127.12', '', '', '', '2018-07-17 05:45:59'),
(611, '192.168.127.12', '', '', '', '2018-07-17 05:46:00'),
(612, '192.168.127.12', '', '', '', '2018-07-17 05:46:00'),
(613, '172.16.17.32', '', '', '', '2018-07-17 10:17:18'),
(614, '172.16.17.32', '', '', '', '2018-07-17 10:17:19'),
(615, '172.16.17.32', '', '', '', '2018-07-17 10:17:20'),
(616, '172.16.31.10', '', '', '', '2018-07-17 10:55:41'),
(617, '172.16.31.10', '', '', '', '2018-07-17 10:55:42'),
(618, '192.168.127.12', '', '', '', '2018-07-17 11:07:54'),
(619, '172.16.31.10', '', '', '', '2018-07-17 11:07:55'),
(620, '172.16.31.10', '', '', '', '2018-07-17 11:22:18'),
(621, '192.168.127.12', '', '', '', '2018-07-17 12:26:35'),
(622, '192.168.3.11', '', '', '', '2018-07-17 13:37:47'),
(623, '192.168.127.12', '', '', '', '2018-07-17 13:37:48'),
(624, '192.168.127.12', '', '', '', '2018-07-17 14:06:47'),
(625, '172.16.31.10', '', '', '', '2018-07-17 15:09:48'),
(626, '192.168.127.12', '', '', '', '2018-07-17 15:22:48'),
(627, '172.16.31.10', '', '', '', '2018-07-17 16:08:11'),
(628, '172.16.31.10', '', '', '', '2018-07-17 16:08:13'),
(629, '172.16.31.10', '', '', '', '2018-07-17 16:08:15'),
(630, '172.16.31.10', '', '', '', '2018-07-17 16:08:21'),
(631, '172.16.17.32', '', '', '', '2018-07-17 16:09:42'),
(632, '172.16.17.32', '', '', '', '2018-07-17 16:09:50'),
(633, '172.16.17.32', '', '', '', '2018-07-17 16:09:52'),
(634, '192.168.127.12', '', '', '', '2018-07-17 16:12:43'),
(635, '192.168.127.12', '', '', '', '2018-07-17 16:50:41'),
(636, '192.168.127.12', '', '', '', '2018-07-17 17:05:27'),
(637, '172.16.17.32', '', '', '', '2018-07-17 18:26:50'),
(638, '192.168.3.11', '', '', '', '2018-07-17 20:22:38'),
(639, '192.168.127.12', '', '', '', '2018-07-17 20:22:39'),
(640, '192.168.127.12', '', '', '', '2018-07-17 21:40:26'),
(641, '172.16.31.10', '', '', '', '2018-07-17 23:42:07'),
(642, '192.168.127.12', '', '', '', '2018-07-17 23:48:59'),
(643, '172.16.31.10', '', '', '', '2018-07-17 23:49:56'),
(644, '192.168.127.12', '', '', '', '2018-07-18 00:10:50'),
(645, '192.168.127.12', '', '', '', '2018-07-18 00:22:28'),
(646, '192.168.127.12', '', '', '', '2018-07-18 00:34:21'),
(647, '192.168.127.12', '', '', '', '2018-07-18 02:11:38'),
(648, '172.16.31.10', '', '', '', '2018-07-18 02:11:39'),
(649, '172.16.17.32', '', '', '', '2018-07-18 05:28:56'),
(650, '192.168.127.12', '', '', '', '2018-07-18 06:44:59'),
(651, '192.168.127.12', '', '', '', '2018-07-18 06:45:03'),
(652, '192.168.127.12', '', '', '', '2018-07-18 06:45:04'),
(653, '192.168.127.12', '', '', '', '2018-07-18 06:45:05'),
(654, '192.168.127.12', '', '', '', '2018-07-18 06:45:06'),
(655, '192.168.3.11', '', '', '', '2018-07-18 07:36:15'),
(656, '192.168.3.11', '', '', '', '2018-07-18 07:37:08'),
(657, '192.168.127.12', '', '', '', '2018-07-18 08:02:52'),
(658, '192.168.127.12', '', '', '', '2018-07-18 08:02:54'),
(659, '192.168.127.12', '', '', '', '2018-07-18 08:32:09'),
(660, '192.168.127.12', '', '', '', '2018-07-18 08:32:10'),
(661, '172.16.31.10', '', '', '', '2018-07-18 08:43:00'),
(662, '172.16.31.10', '', '', '', '2018-07-18 08:43:01'),
(663, '192.168.127.12', '', '', '', '2018-07-18 10:47:58'),
(664, '192.168.127.12', '', '', '', '2018-07-18 10:48:02'),
(665, '192.168.127.12', '', '', '', '2018-07-18 10:49:02'),
(666, '192.168.127.12', '', '', '', '2018-07-18 10:49:05'),
(667, '192.168.127.12', '', '', '', '2018-07-18 10:49:10'),
(668, '192.168.127.12', '', '', '', '2018-07-18 10:49:27'),
(669, '192.168.127.12', '', '', '', '2018-07-18 10:49:50'),
(670, '192.168.127.12', '', '', '', '2018-07-18 10:50:47'),
(671, '192.168.127.12', '', '', '', '2018-07-18 10:50:49'),
(672, '192.168.3.11', '', '', '', '2018-07-18 10:51:18'),
(673, '172.16.58.3', '', '', '', '2018-07-18 10:51:43'),
(674, '172.16.58.3', '', '', '', '2018-07-18 10:51:45'),
(675, '172.16.58.3', '', '', '', '2018-07-18 10:52:19'),
(676, '172.16.58.3', '', '', '', '2018-07-18 10:52:28'),
(677, '172.16.58.3', '', '', '', '2018-07-18 11:00:38'),
(678, '172.16.58.3', '', '', '', '2018-07-18 11:00:43'),
(679, '192.168.127.12', '', '', '', '2018-07-18 12:22:41'),
(680, '192.168.127.12', '', '', '', '2018-07-18 12:22:42'),
(681, '192.168.127.12', '', '', '', '2018-07-18 12:26:17'),
(682, '172.16.31.10', '', '', '', '2018-07-18 13:54:39'),
(683, '192.168.3.11', '', '', '', '2018-07-18 13:54:40'),
(684, '172.16.31.10', '', '', '', '2018-07-18 14:48:40'),
(685, '192.168.3.11', '', '', '', '2018-07-18 15:01:31'),
(686, '172.16.31.10', '', '', '', '2018-07-18 15:02:09'),
(687, '192.168.3.11', '', '', '', '2018-07-18 16:04:10'),
(688, '192.168.3.11', '', '', '', '2018-07-18 16:04:11'),
(689, '192.168.3.11', '', '', '', '2018-07-18 16:04:13'),
(690, '192.168.3.11', '', '', '', '2018-07-18 16:04:22'),
(691, '172.16.31.10', '', '', '', '2018-07-18 16:44:32'),
(692, '172.16.31.10', '', '', '', '2018-07-18 16:44:33'),
(693, '192.168.127.12', '', '', '', '2018-07-18 17:49:47'),
(694, '192.168.127.12', '', '', '', '2018-07-18 17:50:01'),
(695, '192.168.127.12', '', '', '', '2018-07-18 17:50:34'),
(696, '192.168.127.12', '', '', '', '2018-07-18 17:50:46'),
(697, '192.168.127.12', '', '', '', '2018-07-18 17:51:12'),
(698, '192.168.127.12', '', '', '', '2018-07-18 18:00:21'),
(699, '192.168.127.12', '', '', '', '2018-07-18 18:00:25'),
(700, '192.168.127.12', '', '', '', '2018-07-18 18:35:47'),
(701, '172.16.31.10', '', '', '', '2018-07-18 20:13:44'),
(702, '192.168.3.11', '', '', '', '2018-07-18 22:00:41'),
(703, '192.168.3.11', '', '', '', '2018-07-18 22:00:42'),
(704, '192.168.127.12', '', '', '', '2018-07-18 23:44:12'),
(705, '192.168.3.11', '', '', '', '2018-07-19 00:49:32'),
(706, '192.168.127.12', '', '', '', '2018-07-19 01:24:59'),
(707, '192.168.3.11', '', '', '', '2018-07-19 04:21:46'),
(708, '172.16.31.10', '', '', '', '2018-07-19 07:28:26'),
(709, '172.16.31.10', '', '', '', '2018-07-19 07:28:27'),
(710, '192.168.3.11', '', '', '', '2018-07-19 08:00:24'),
(711, '172.16.31.10', '', '', '', '2018-07-19 16:05:56'),
(712, '172.16.31.10', '', '', '', '2018-07-19 16:05:58'),
(713, '172.16.31.10', '', '', '', '2018-07-19 16:05:59'),
(714, '172.16.31.10', '', '', '', '2018-07-20 02:22:11'),
(715, '172.16.31.10', '', '', '', '2018-07-20 07:36:35'),
(716, '172.16.31.10', '', '', '', '2018-07-20 07:36:36'),
(717, '172.16.17.32', '', '', '', '2018-07-20 10:18:21'),
(718, '172.16.31.10', '', '', '', '2018-07-20 11:05:53'),
(719, '192.168.127.12', '', '', '', '2018-07-20 11:06:21'),
(720, '192.168.127.12', '', '', '', '2018-07-20 11:06:39'),
(721, '172.16.31.10', '', '', '', '2018-07-20 12:06:32'),
(722, '192.168.3.11', '', '', '', '2018-07-20 13:22:00'),
(723, '172.16.31.10', '', '', '', '2018-07-20 13:22:01'),
(724, '172.16.31.10', '', '', '', '2018-07-20 14:23:09'),
(725, '192.168.3.11', '', '', '', '2018-07-20 15:05:18'),
(726, '172.16.31.10', '', '', '', '2018-07-20 16:04:23'),
(727, '172.16.31.10', '', '', '', '2018-07-20 16:04:24'),
(728, '172.16.31.10', '', '', '', '2018-07-20 16:04:38'),
(729, '172.16.31.10', '', '', '', '2018-07-20 16:04:39'),
(730, '192.168.127.12', '', '', '', '2018-07-20 20:02:59'),
(731, '172.16.31.10', '', '', '', '2018-07-20 21:43:09'),
(732, '172.16.58.3', '', '', '', '2018-07-20 22:55:38'),
(733, '172.16.58.3', '', '', '', '2018-07-20 22:56:57'),
(734, '172.16.58.3', '', '', '', '2018-07-20 22:58:43'),
(735, '172.16.31.10', '', '', '', '2018-07-21 06:00:44'),
(736, '172.16.31.10', '', '', '', '2018-07-21 06:00:45'),
(737, '172.16.31.10', '', '', '', '2018-07-21 08:44:09'),
(738, '192.168.3.11', '', '', '', '2018-07-21 08:44:09'),
(739, '172.16.31.10', '', '', '', '2018-07-21 09:56:56'),
(740, '172.16.31.10', '', '', '', '2018-07-21 09:56:59'),
(741, '172.16.31.10', '', '', '', '2018-07-21 09:57:00'),
(742, '172.16.31.10', '', '', '', '2018-07-21 10:07:55'),
(743, '192.168.127.12', '', '', '', '2018-07-21 10:07:56'),
(744, '172.16.58.3', '', '', '', '2018-07-21 14:14:41'),
(745, '192.168.3.11', '', '', '', '2018-07-21 14:14:42'),
(746, '192.168.3.11', '', '', '', '2018-07-21 14:57:05'),
(747, '192.168.3.11', '', '', '', '2018-07-21 17:18:55'),
(748, '192.168.3.11', '', '', '', '2018-07-21 17:18:56'),
(749, '192.168.3.11', '', '', '', '2018-07-21 17:19:09'),
(750, '172.16.31.10', '', '', '', '2018-07-21 19:53:47'),
(751, '172.16.31.10', '', '', '', '2018-07-21 19:53:48'),
(752, '172.16.31.10', '', '', '', '2018-07-21 22:41:30'),
(753, '192.168.127.12', '', '', '', '2018-07-22 00:27:39'),
(754, '192.168.127.12', '', '', '', '2018-07-22 05:33:48'),
(755, '192.168.127.12', '', '', '', '2018-07-22 05:33:49'),
(756, '172.16.31.10', '', '', '', '2018-07-22 07:02:53'),
(757, '172.16.31.10', '', '', '', '2018-07-22 08:00:13'),
(758, '172.16.31.10', '', '', '', '2018-07-22 08:00:14'),
(759, '172.16.31.10', '', '', '', '2018-07-22 10:53:48'),
(760, '192.168.127.12', '', '', '', '2018-07-22 12:00:55'),
(761, '172.16.17.32', '', '', '', '2018-07-22 13:06:28'),
(762, '172.16.31.10', '', '', '', '2018-07-22 13:43:44'),
(763, '172.16.31.10', '', '', '', '2018-07-22 15:18:26'),
(764, '192.168.127.12', '', '', '', '2018-07-22 15:21:50'),
(765, '192.168.3.11', '', '', '', '2018-07-22 16:00:42'),
(766, '192.168.3.11', '', '', '', '2018-07-22 16:00:43'),
(767, '192.168.3.11', '', '', '', '2018-07-22 16:00:44'),
(768, '192.168.3.11', '', '', '', '2018-07-22 16:00:52'),
(769, '192.168.3.11', '', '', '', '2018-07-22 16:00:52'),
(770, '172.16.17.32', '', '', '', '2018-07-22 16:39:15'),
(771, '172.16.31.10', '', '', '', '2018-07-22 17:08:03'),
(772, '192.168.127.12', '', '', '', '2018-07-22 18:41:00'),
(773, '192.168.127.12', '', '', '', '2018-07-22 20:43:55'),
(774, '192.168.127.12', '', '', '', '2018-07-22 20:43:56'),
(775, '192.168.3.11', '', '', '', '2018-07-22 22:11:08'),
(776, '192.168.3.11', '', '', '', '2018-07-22 22:11:09'),
(777, '192.168.3.11', '', '', '', '2018-07-22 22:51:44'),
(778, '172.16.31.10', '', '', '', '2018-07-22 23:52:50'),
(779, '192.168.3.11', '', '', '', '2018-07-22 23:52:52'),
(780, '192.168.3.11', '', '', '', '2018-07-23 02:51:41'),
(781, '172.16.31.10', '', '', '', '2018-07-23 02:51:53'),
(782, '192.168.3.11', '', '', '', '2018-07-23 02:52:17'),
(783, '172.16.31.10', '', '', '', '2018-07-23 02:52:28'),
(784, '192.168.3.11', '', '', '', '2018-07-23 02:52:33'),
(785, '192.168.127.12', '', '', '', '2018-07-23 02:52:33'),
(786, '192.168.3.11', '', '', '', '2018-07-23 02:52:39'),
(787, '192.168.3.11', '', '', '', '2018-07-23 02:53:02'),
(788, '192.168.3.11', '', '', '', '2018-07-23 02:53:09'),
(789, '192.168.127.12', '', '', '', '2018-07-23 06:27:44'),
(790, '192.168.127.12', '', '', '', '2018-07-23 07:03:35'),
(791, '192.168.3.11', '', '', '', '2018-07-23 07:03:37'),
(792, '192.168.3.11', '', '', '', '2018-07-23 07:09:16'),
(793, '172.16.31.10', '', '', '', '2018-07-23 07:51:36'),
(794, '172.16.31.10', '', '', '', '2018-07-23 07:51:37'),
(795, '192.168.127.12', '', '', '', '2018-07-23 09:47:41'),
(796, '192.168.127.12', '', '', '', '2018-07-23 13:05:31'),
(797, '192.168.3.11', '', '', '', '2018-07-23 13:05:32'),
(798, '192.168.127.12', '', '', '', '2018-07-23 16:13:46'),
(799, '192.168.127.12', '', '', '', '2018-07-23 16:13:48'),
(800, '192.168.127.12', '', '', '', '2018-07-23 16:14:01'),
(801, '192.168.3.11', '', '', '', '2018-07-23 18:15:32'),
(802, '192.168.127.12', '', '', '', '2018-07-23 18:15:33'),
(803, '5.2.76.89', '', '', '', '2018-07-23 19:10:51'),
(804, '172.16.31.10', '', '', '', '2018-07-23 23:27:54'),
(805, '172.16.17.32', '', '', '', '2018-07-23 23:37:41'),
(806, '172.16.17.32', '', '', '', '2018-07-24 10:02:43'),
(807, '172.16.17.32', '', '', '', '2018-07-24 10:02:44'),
(808, '172.16.31.10', '', '', '', '2018-07-24 14:15:47'),
(809, '172.16.31.10', '', '', '', '2018-07-24 14:15:48'),
(810, '172.16.17.32', '', '', '', '2018-07-24 14:16:32'),
(811, '172.16.17.32', '', '', '', '2018-07-24 14:16:32'),
(812, '192.168.3.11', '', '', '', '2018-07-24 14:58:34'),
(813, '192.168.127.12', '', '', '', '2018-07-24 16:02:41'),
(814, '192.168.127.12', '', '', '', '2018-07-24 16:02:43'),
(815, '192.168.127.12', '', '', '', '2018-07-24 16:02:45'),
(816, '192.168.127.12', '', '', '', '2018-07-24 16:02:57'),
(817, '172.16.31.10', '', '', '', '2018-07-24 16:32:30'),
(818, '192.168.127.12', '', '', '', '2018-07-24 16:32:32'),
(819, '172.16.17.32', '', '', '', '2018-07-24 17:18:13'),
(820, '192.168.3.11', '', '', '', '2018-07-24 19:16:06'),
(821, '172.16.31.10', '', '', '', '2018-07-24 19:16:07'),
(822, '172.16.17.32', '', '', '', '2018-07-25 01:15:35'),
(823, '172.16.31.10', '', '', '', '2018-07-25 03:00:50'),
(824, '172.16.31.10', '', '', '', '2018-07-25 05:33:32'),
(825, '172.16.31.10', '', '', '', '2018-07-25 05:33:33'),
(826, '192.168.3.11', '', '', '', '2018-07-25 05:46:25'),
(827, '172.16.31.10', '', '', '', '2018-07-25 05:46:26'),
(828, '172.16.31.10', '', '', '', '2018-07-25 08:22:15'),
(829, '172.16.31.10', '', '', '', '2018-07-25 08:22:17'),
(830, '192.168.127.12', '', '', '', '2018-07-25 10:03:01'),
(831, '192.168.3.11', '', '', '', '2018-07-25 10:03:02'),
(832, '192.168.3.11', '', '', '', '2018-07-25 10:21:05'),
(833, '192.168.127.12', '', '', '', '2018-07-25 10:59:35'),
(834, '192.168.3.11', '', '', '', '2018-07-25 16:05:28'),
(835, '192.168.3.11', '', '', '', '2018-07-25 16:05:30'),
(836, '192.168.3.11', '', '', '', '2018-07-25 16:05:41'),
(837, '192.168.3.11', '', '', '', '2018-07-25 16:05:44'),
(838, '172.16.31.10', '', '', '', '2018-07-25 19:51:26'),
(839, '192.168.3.11', '', '', '', '2018-07-25 19:51:27'),
(840, '192.168.127.12', '', '', '', '2018-07-25 20:56:06'),
(841, '172.16.31.10', '', '', '', '2018-07-25 21:05:23'),
(842, '192.168.3.11', '', '', '', '2018-07-25 23:19:31'),
(843, '172.16.31.10', '', '', '', '2018-07-25 23:19:32'),
(844, '172.16.17.32', '', '', '', '2018-07-26 05:44:16'),
(845, '172.16.17.32', '', '', '', '2018-07-26 05:44:17'),
(846, '192.168.3.11', '', '', '', '2018-07-26 16:04:17'),
(847, '192.168.3.11', '', '', '', '2018-07-26 16:04:18'),
(848, '172.16.31.10', '', '', '', '2018-07-26 22:47:30'),
(849, '192.168.3.11', '', '', '', '2018-07-26 22:47:31'),
(850, '172.16.31.10', '', '', '', '2018-07-27 07:36:17'),
(851, '172.16.31.10', '', '', '', '2018-07-27 07:36:18'),
(852, '172.16.17.32', '', '', '', '2018-07-27 08:56:41'),
(853, '192.168.3.11', '', '', '', '2018-07-27 14:59:08'),
(854, '172.16.17.32', '', '', '', '2018-07-27 15:34:44'),
(855, '172.16.31.10', '', '', '', '2018-07-27 16:08:10'),
(856, '172.16.31.10', '', '', '', '2018-07-27 16:08:11'),
(857, '172.16.31.10', '', '', '', '2018-07-27 16:08:15'),
(858, '172.16.31.10', '', '', '', '2018-07-27 16:08:18'),
(859, '192.168.127.12', '', '', '', '2018-07-27 17:27:00'),
(860, '172.16.31.10', '', '', '', '2018-07-27 17:27:01'),
(861, '172.16.31.10', '', '', '', '2018-07-27 19:06:25'),
(862, '172.16.31.10', '', '', '', '2018-07-27 19:06:26'),
(863, '192.168.127.12', '', '', '', '2018-07-27 22:20:44'),
(864, '172.16.58.3', '', '', '', '2018-07-27 23:29:24'),
(865, '192.168.3.11', '', '', '', '2018-07-27 23:52:38'),
(866, '192.168.127.12', '', '', '', '2018-07-27 23:52:39'),
(867, '172.16.58.3', '', '', '', '2018-07-28 01:10:25'),
(868, '172.16.31.10', '', '', '', '2018-07-28 06:32:56'),
(869, '172.16.31.10', '', '', '', '2018-07-28 06:32:57'),
(870, '172.16.31.10', '', '', '', '2018-07-28 09:07:48'),
(871, '192.168.127.12', '', '', '', '2018-07-28 16:08:29'),
(872, '192.168.127.12', '', '', '', '2018-07-28 16:08:31'),
(873, '192.168.127.12', '', '', '', '2018-07-28 16:08:40'),
(874, '172.16.17.32', '', '', '', '2018-07-28 16:56:59'),
(875, '172.16.17.32', '', '', '', '2018-07-28 16:57:00'),
(876, '172.16.17.32', '', '', '', '2018-07-28 17:24:47'),
(877, '192.168.127.12', '', '', '', '2018-07-28 18:26:09'),
(878, '192.168.3.11', '', '', '', '2018-07-28 18:26:10'),
(879, '172.16.31.10', '', '', '', '2018-07-28 22:14:07'),
(880, '172.16.31.10', '', '', '', '2018-07-28 22:14:08'),
(881, '192.168.3.11', '', '', '', '2018-07-29 01:27:05'),
(882, '192.168.127.12', '', '', '', '2018-07-29 01:27:06'),
(883, '192.168.3.11', '', '', '', '2018-07-29 03:19:08'),
(884, '172.16.31.10', '', '', '', '2018-07-29 03:19:09'),
(885, '172.16.31.10', '', '', '', '2018-07-29 03:52:24'),
(886, '192.168.127.12', '', '', '', '2018-07-29 04:49:05');
INSERT INTO `traffic` (`id_traffic`, `ip`, `browser`, `platform`, `negara`, `waktu_akses`) VALUES
(887, '192.168.3.11', '', '', '', '2018-07-29 04:49:06'),
(888, '172.16.17.32', '', '', '', '2018-07-29 08:30:32'),
(889, '172.16.17.32', '', '', '', '2018-07-29 08:30:33'),
(890, '172.16.17.32', '', '', '', '2018-07-29 12:25:33'),
(891, '192.168.127.12', '', '', '', '2018-07-29 16:04:45'),
(892, '192.168.127.12', '', '', '', '2018-07-29 16:04:47'),
(893, '192.168.127.12', '', '', '', '2018-07-29 16:04:48'),
(894, '192.168.127.12', '', '', '', '2018-07-29 16:04:49'),
(895, '172.16.31.10', '', '', '', '2018-07-29 21:55:07'),
(896, '192.168.127.12', '', '', '', '2018-07-29 23:14:26'),
(897, '172.16.31.10', '', '', '', '2018-07-30 03:31:32'),
(898, '172.16.31.10', '', '', '', '2018-07-30 05:01:45'),
(899, '172.16.31.10', '', '', '', '2018-07-30 05:01:46'),
(900, '192.168.127.12', '', '', '', '2018-07-30 05:06:28'),
(901, '192.168.127.12', '', '', '', '2018-07-30 09:07:47'),
(902, '172.16.17.32', '', '', '', '2018-07-30 10:44:52'),
(903, '172.16.31.10', '', '', '', '2018-07-30 10:55:00'),
(904, '172.16.17.32', '', '', '', '2018-07-30 13:48:20'),
(905, '172.16.17.32', '', '', '', '2018-07-30 13:48:23'),
(906, '192.168.3.11', '', '', '', '2018-07-30 15:09:21'),
(907, '172.16.31.10', '', '', '', '2018-07-30 16:02:46'),
(908, '172.16.31.10', '', '', '', '2018-07-30 16:02:47'),
(909, '172.16.31.10', '', '', '', '2018-07-30 22:27:54'),
(910, '172.16.31.10', '', '', '', '2018-07-30 23:27:39'),
(911, '192.168.127.12', '', '', '', '2018-07-30 23:27:40'),
(912, '172.16.31.10', '', '', '', '2018-07-31 06:37:29'),
(913, '172.16.31.10', '', '', '', '2018-07-31 06:37:30'),
(914, '192.168.127.12', '', '', '', '2018-07-31 15:32:27'),
(915, '192.168.3.11', '', '', '', '2018-07-31 16:08:29'),
(916, '192.168.3.11', '', '', '', '2018-07-31 16:08:30'),
(917, '192.168.3.11', '', '', '', '2018-07-31 16:08:35'),
(918, '192.168.3.11', '', '', '', '2018-07-31 16:08:37'),
(919, '192.168.3.11', '', '', '', '2018-07-31 16:08:41'),
(920, '172.16.17.32', '', '', '', '2018-07-31 17:07:47'),
(921, '172.16.31.10', '', '', '', '2018-07-31 21:05:10'),
(922, '172.16.31.10', '', '', '', '2018-07-31 21:05:11'),
(923, '172.16.31.10', '', '', '', '2018-08-01 00:19:48'),
(924, '192.168.3.11', '', '', '', '2018-08-01 00:19:50'),
(925, '172.16.31.10', '', '', '', '2018-08-01 01:54:45'),
(926, '192.168.127.12', '', '', '', '2018-08-01 02:24:23'),
(927, '172.16.31.10', '', '', '', '2018-08-01 03:14:07'),
(928, '192.168.127.12', '', '', '', '2018-08-01 04:54:30'),
(929, '172.16.31.10', '', '', '', '2018-08-01 09:26:44'),
(930, '172.16.31.10', '', '', '', '2018-08-01 09:26:45'),
(931, '172.16.31.10', '', '', '', '2018-08-01 11:33:07'),
(932, '192.168.127.12', '', '', '', '2018-08-01 13:12:55'),
(933, '192.168.3.11', '', '', '', '2018-08-01 13:30:37'),
(934, '192.168.3.11', '', '', '', '2018-08-01 13:30:38'),
(935, '192.168.3.11', '', '', '', '2018-08-01 14:04:13'),
(936, '192.168.3.11', '', '', '', '2018-08-01 15:30:02'),
(937, '192.168.127.12', '', '', '', '2018-08-01 15:30:04'),
(938, '192.168.3.11', '', '', '', '2018-08-01 15:31:30'),
(939, '192.168.127.12', '', '', '', '2018-08-01 16:07:59'),
(940, '192.168.127.12', '', '', '', '2018-08-01 16:08:00'),
(941, '192.168.127.12', '', '', '', '2018-08-01 16:08:03'),
(942, '172.16.31.10', '', '', '', '2018-08-01 16:59:29'),
(943, '172.16.31.10', '', '', '', '2018-08-01 17:19:03'),
(944, '192.168.3.11', '', '', '', '2018-08-01 17:19:04'),
(945, '192.168.127.12', '', '', '', '2018-08-01 18:17:27'),
(946, '192.168.127.12', '', '', '', '2018-08-01 18:17:27'),
(947, '192.168.127.12', '', '', '', '2018-08-01 18:29:43'),
(948, '172.16.31.10', '', '', '', '2018-08-01 18:35:21'),
(949, '172.16.31.10', '', '', '', '2018-08-01 18:35:22'),
(950, '192.168.127.12', '', '', '', '2018-08-01 19:49:24'),
(951, '172.16.31.10', '', '', '', '2018-08-01 20:50:33'),
(952, '192.168.3.11', '', '', '', '2018-08-01 20:50:34'),
(953, '192.168.3.11', '', '', '', '2018-08-01 21:38:13'),
(954, '192.168.127.12', '', '', '', '2018-08-01 22:20:10'),
(955, '192.168.127.12', '', '', '', '2018-08-01 22:20:11'),
(956, '192.168.127.12', '', '', '', '2018-08-01 22:44:36'),
(957, '192.168.3.11', '', '', '', '2018-08-02 00:16:00'),
(958, '192.168.127.12', '', '', '', '2018-08-02 00:16:02'),
(959, '192.168.127.12', '', '', '', '2018-08-02 03:41:49'),
(960, '192.168.127.12', '', '', '', '2018-08-02 03:41:49'),
(961, '172.16.17.32', '', '', '', '2018-08-02 04:57:35'),
(962, '192.168.127.12', '', '', '', '2018-08-02 06:13:23'),
(963, '172.16.17.32', '', '', '', '2018-08-02 07:29:10'),
(964, '172.16.17.32', '', '', '', '2018-08-02 08:44:59'),
(965, '172.16.17.32', '', '', '', '2018-08-02 09:24:29'),
(966, '172.16.17.32', '', '', '', '2018-08-02 09:24:30'),
(967, '192.168.127.12', '', '', '', '2018-08-02 11:16:32'),
(968, '172.16.17.32', '', '', '', '2018-08-02 12:32:19'),
(969, '192.168.127.12', '', '', '', '2018-08-02 12:36:06'),
(970, '192.168.127.12', '', '', '', '2018-08-02 12:36:07'),
(971, '192.168.127.12', '', '', '', '2018-08-02 13:48:07'),
(972, '192.168.127.12', '', '', '', '2018-08-02 15:03:55'),
(973, '192.168.3.11', '', '', '', '2018-08-02 15:08:03'),
(974, '172.16.31.10', '', '', '', '2018-08-02 16:08:02'),
(975, '172.16.31.10', '', '', '', '2018-08-02 16:08:03'),
(976, '172.16.31.10', '', '', '', '2018-08-02 16:08:04'),
(977, '172.16.31.10', '', '', '', '2018-08-02 16:08:09'),
(978, '192.168.127.12', '', '', '', '2018-08-02 16:19:41'),
(979, '192.168.127.12', '', '', '', '2018-08-02 17:35:29'),
(980, '192.168.127.12', '', '', '', '2018-08-02 18:51:17'),
(981, '192.168.127.12', '', '', '', '2018-08-02 20:07:04'),
(982, '172.16.17.32', '', '', '', '2018-08-02 20:38:37'),
(983, '192.168.127.12', '', '', '', '2018-08-02 21:22:51'),
(984, '172.16.31.10', '', '', '', '2018-08-02 22:27:50'),
(985, '192.168.127.12', '', '', '', '2018-08-02 23:54:27'),
(986, '172.16.17.32', '', '', '', '2018-08-03 01:10:14'),
(987, '192.168.127.12', '', '', '', '2018-08-03 02:26:02'),
(988, '192.168.127.12', '', '', '', '2018-08-03 03:41:48'),
(989, '192.168.127.12', '', '', '', '2018-08-03 04:57:35'),
(990, '192.168.127.12', '', '', '', '2018-08-03 06:13:22'),
(991, '172.16.17.32', '', '', '', '2018-08-03 07:29:10'),
(992, '172.16.31.10', '', '', '', '2018-08-03 08:04:48'),
(993, '172.16.58.3', '', '', '', '2018-08-03 08:44:58'),
(994, '172.16.31.10', '', '', '', '2018-08-03 09:47:30'),
(995, '172.16.31.10', '', '', '', '2018-08-03 09:47:31'),
(996, '172.16.58.3', '', '', '', '2018-08-03 10:55:50'),
(997, '172.16.58.3', '', '', '', '2018-08-03 10:56:12'),
(998, '172.16.17.32', '', '', '', '2018-08-03 11:52:11'),
(999, '172.16.58.3', '', '', '', '2018-08-03 12:06:38'),
(1000, '172.16.58.3', '', '', '', '2018-08-03 12:06:42'),
(1001, '192.168.127.12', '', '', '', '2018-08-03 13:07:58'),
(1002, '192.168.127.12', '', '', '', '2018-08-03 14:23:45'),
(1003, '192.168.3.11', '', '', '', '2018-08-03 16:01:09'),
(1004, '192.168.3.11', '', '', '', '2018-08-03 16:01:11'),
(1005, '192.168.3.11', '', '', '', '2018-08-03 16:01:22'),
(1006, '172.16.17.32', '', '', '', '2018-08-03 21:27:17'),
(1007, '192.168.127.12', '', '', '', '2018-08-03 21:31:01'),
(1008, '192.168.3.11', '', '', '', '2018-08-03 21:31:02'),
(1009, '192.168.127.12', '', '', '', '2018-08-03 23:33:44'),
(1010, '192.168.127.12', '', '', '', '2018-08-03 23:33:56'),
(1011, '192.168.127.12', '', '', '', '2018-08-03 23:33:57'),
(1012, '192.168.127.12', '', '', '', '2018-08-03 23:34:05'),
(1013, '192.168.127.12', '', '', '', '2018-08-03 23:34:20'),
(1014, '172.16.31.10', '', '', '', '2018-08-04 01:43:43'),
(1015, '172.16.58.3', '', '', '', '2018-08-04 02:05:16'),
(1016, '172.16.58.3', '', '', '', '2018-08-04 02:05:17'),
(1017, '172.16.58.3', '', '', '', '2018-08-04 02:05:18'),
(1018, '172.16.58.3', '', '', '', '2018-08-04 02:05:19'),
(1019, '172.16.58.3', '', '', '', '2018-08-04 02:05:20'),
(1020, '172.16.58.3', '', '', '', '2018-08-04 02:05:37'),
(1021, '172.16.58.3', '', '', '', '2018-08-04 02:05:41'),
(1022, '172.16.58.3', '', '', '', '2018-08-04 02:05:43'),
(1023, '172.16.58.3', '', '', '', '2018-08-04 02:05:45'),
(1024, '172.16.58.3', '', '', '', '2018-08-04 02:05:46'),
(1025, '172.16.58.3', '', '', '', '2018-08-04 02:05:47'),
(1026, '172.16.58.3', '', '', '', '2018-08-04 02:05:49'),
(1027, '172.16.58.3', '', '', '', '2018-08-04 02:05:55'),
(1028, '172.16.58.3', '', '', '', '2018-08-04 02:05:56'),
(1029, '172.16.58.3', '', '', '', '2018-08-04 02:05:57'),
(1030, '172.16.58.3', '', '', '', '2018-08-04 02:05:58'),
(1031, '172.16.58.3', '', '', '', '2018-08-04 02:05:59'),
(1032, '172.16.58.3', '', '', '', '2018-08-04 02:06:00'),
(1033, '172.16.58.3', '', '', '', '2018-08-04 02:06:01'),
(1034, '172.16.58.3', '', '', '', '2018-08-04 02:06:02'),
(1035, '172.16.58.3', '', '', '', '2018-08-04 02:06:03'),
(1036, '172.16.58.3', '', '', '', '2018-08-04 02:06:03'),
(1037, '172.16.58.3', '', '', '', '2018-08-04 02:06:04'),
(1038, '172.16.58.3', '', '', '', '2018-08-04 02:06:05'),
(1039, '172.16.58.3', '', '', '', '2018-08-04 02:06:06'),
(1040, '172.16.58.3', '', '', '', '2018-08-04 02:06:07'),
(1041, '172.16.58.3', '', '', '', '2018-08-04 02:06:07'),
(1042, '172.16.58.3', '', '', '', '2018-08-04 02:06:08'),
(1043, '172.16.58.3', '', '', '', '2018-08-04 02:06:09'),
(1044, '172.16.58.3', '', '', '', '2018-08-04 02:06:10'),
(1045, '172.16.58.3', '', '', '', '2018-08-04 02:06:11'),
(1046, '172.16.58.3', '', '', '', '2018-08-04 02:06:12'),
(1047, '172.16.58.3', '', '', '', '2018-08-04 02:06:13'),
(1048, '172.16.58.3', '', '', '', '2018-08-04 02:06:13'),
(1049, '172.16.58.3', '', '', '', '2018-08-04 02:06:14'),
(1050, '172.16.58.3', '', '', '', '2018-08-04 02:06:15'),
(1051, '172.16.58.3', '', '', '', '2018-08-04 02:06:16'),
(1052, '172.16.58.3', '', '', '', '2018-08-04 02:06:17'),
(1053, '172.16.58.3', '', '', '', '2018-08-04 02:06:17'),
(1054, '172.16.58.3', '', '', '', '2018-08-04 02:06:18'),
(1055, '172.16.58.3', '', '', '', '2018-08-04 02:06:19'),
(1056, '172.16.58.3', '', '', '', '2018-08-04 02:06:20'),
(1057, '172.16.58.3', '', '', '', '2018-08-04 02:06:21'),
(1058, '172.16.58.3', '', '', '', '2018-08-04 02:06:22'),
(1059, '172.16.58.3', '', '', '', '2018-08-04 02:06:22'),
(1060, '172.16.58.3', '', '', '', '2018-08-04 02:06:23'),
(1061, '172.16.58.3', '', '', '', '2018-08-04 02:06:24'),
(1062, '172.16.58.3', '', '', '', '2018-08-04 02:06:25'),
(1063, '172.16.58.3', '', '', '', '2018-08-04 02:06:26'),
(1064, '172.16.58.3', '', '', '', '2018-08-04 02:06:26'),
(1065, '172.16.58.3', '', '', '', '2018-08-04 02:06:27'),
(1066, '172.16.58.3', '', '', '', '2018-08-04 02:06:28'),
(1067, '172.16.31.10', '', '', '', '2018-08-04 03:22:54'),
(1068, '172.16.31.10', '', '', '', '2018-08-04 06:52:08'),
(1069, '172.16.31.10', '', '', '', '2018-08-04 06:52:09'),
(1070, '192.168.127.12', '', '', '', '2018-08-04 07:41:00'),
(1071, '172.16.31.10', '', '', '', '2018-08-04 12:28:23'),
(1072, '172.16.31.10', '', '', '', '2018-08-04 12:34:04'),
(1073, '192.168.3.11', '', '', '', '2018-08-04 13:02:52'),
(1074, '172.16.31.10', '', '', '', '2018-08-04 13:02:53'),
(1075, '192.168.127.12', '', '', '', '2018-08-04 14:09:14'),
(1076, '172.16.31.10', '', '', '', '2018-08-04 14:14:31'),
(1077, '192.168.3.11', '', '', '', '2018-08-04 16:09:05'),
(1078, '192.168.3.11', '', '', '', '2018-08-04 16:09:07'),
(1079, '192.168.3.11', '', '', '', '2018-08-04 16:09:09'),
(1080, '192.168.3.11', '', '', '', '2018-08-04 16:09:16'),
(1081, '172.16.58.3', '', '', '', '2018-08-04 16:18:36'),
(1082, '172.16.31.10', '', '', '', '2018-08-04 17:28:38'),
(1083, '172.16.17.32', '', '', '', '2018-08-04 19:02:38'),
(1084, '192.168.127.12', '', '', '', '2018-08-04 19:57:02'),
(1085, '172.16.31.10', '', '', '', '2018-08-04 21:09:32'),
(1086, '172.16.31.10', '', '', '', '2018-08-04 21:09:36'),
(1087, '172.16.31.10', '', '', '', '2018-08-04 21:10:38'),
(1088, '172.16.31.10', '', '', '', '2018-08-04 21:10:38'),
(1089, '192.168.3.11', '', '', '', '2018-08-04 21:12:30'),
(1090, '192.168.3.11', '', '', '', '2018-08-04 21:12:31'),
(1091, '172.16.31.10', '', '', '', '2018-08-04 22:30:15'),
(1092, '172.16.31.10', '', '', '', '2018-08-04 22:30:16'),
(1093, '172.16.31.10', '', '', '', '2018-08-04 23:08:48'),
(1094, '172.16.31.10', '', '', '', '2018-08-04 23:08:49'),
(1095, '172.16.17.32', '', '', '', '2018-08-04 23:10:41'),
(1096, '172.16.31.10', '', '', '', '2018-08-04 23:10:41'),
(1097, '192.168.127.12', '', '', '', '2018-08-05 00:01:53'),
(1098, '172.16.31.10', '', '', '', '2018-08-05 00:52:28'),
(1099, '192.168.127.12', '', '', '', '2018-08-05 01:53:58'),
(1100, '172.16.17.32', '', '', '', '2018-08-05 01:54:02'),
(1101, '192.168.3.11', '', '', '', '2018-08-05 02:21:45'),
(1102, '192.168.127.12', '', '', '', '2018-08-05 02:21:46'),
(1103, '172.16.31.10', '', '', '', '2018-08-05 03:46:55'),
(1104, '172.16.31.10', '', '', '', '2018-08-05 03:47:10'),
(1105, '172.16.31.10', '', '', '', '2018-08-05 03:48:39'),
(1106, '172.16.31.10', '', '', '', '2018-08-05 03:48:42'),
(1107, '172.16.31.10', '', '', '', '2018-08-05 03:59:13'),
(1108, '172.16.31.10', '', '', '', '2018-08-05 03:59:17'),
(1109, '172.16.31.10', '', '', '', '2018-08-05 04:03:32'),
(1110, '192.168.3.11', '', '', '', '2018-08-05 04:03:33'),
(1111, '172.16.31.10', '', '', '', '2018-08-05 04:45:08'),
(1112, '172.16.31.10', '', '', '', '2018-08-05 04:45:12'),
(1113, '172.16.31.10', '', '', '', '2018-08-05 05:17:15'),
(1114, '172.16.31.10', '', '', '', '2018-08-05 05:30:11'),
(1115, '172.16.31.10', '', '', '', '2018-08-05 07:13:39'),
(1116, '192.168.127.12', '', '', '', '2018-08-05 07:13:41'),
(1117, '172.16.31.10', '', '', '', '2018-08-05 07:17:35'),
(1118, '172.16.31.10', '', '', '', '2018-08-05 07:17:36'),
(1119, '172.16.31.10', '', '', '', '2018-08-05 07:58:37'),
(1120, '172.16.17.32', '', '', '', '2018-08-05 07:58:38'),
(1121, '172.16.31.10', '', '', '', '2018-08-05 07:59:42'),
(1122, '172.16.31.10', '', '', '', '2018-08-05 08:22:56'),
(1123, '192.168.127.12', '', '', '', '2018-08-05 08:27:11'),
(1124, '192.168.127.12', '', '', '', '2018-08-05 08:27:11'),
(1125, '192.168.127.12', '', '', '', '2018-08-05 09:01:13'),
(1126, '192.168.127.12', '', '', '', '2018-08-05 09:01:15'),
(1127, '192.168.127.12', '', '', '', '2018-08-05 09:18:32'),
(1128, '172.16.17.32', '', '', '', '2018-08-05 09:29:54'),
(1129, '172.16.31.10', '', '', '', '2018-08-05 09:29:55'),
(1130, '192.168.127.12', '', '', '', '2018-08-05 10:28:57'),
(1131, '172.16.31.10', '', '', '', '2018-08-05 10:28:58'),
(1132, '172.16.17.32', '', '', '', '2018-08-05 10:58:36'),
(1133, '172.16.31.10', '', '', '', '2018-08-05 11:30:35'),
(1134, '192.168.3.11', '', '', '', '2018-08-05 11:38:15'),
(1135, '192.168.127.12', '', '', '', '2018-08-05 11:38:17'),
(1136, '192.168.3.11', '', '', '', '2018-08-05 12:30:35'),
(1137, '172.16.17.32', '', '', '', '2018-08-05 13:32:34'),
(1138, '172.16.17.32', '', '', '', '2018-08-05 13:32:35'),
(1139, '192.168.127.12', '', '', '', '2018-08-05 14:29:51'),
(1140, '192.168.3.11', '', '', '', '2018-08-05 14:29:53'),
(1141, '172.16.31.10', '', '', '', '2018-08-05 15:39:20'),
(1142, '172.16.31.10', '', '', '', '2018-08-05 15:39:20'),
(1143, '192.168.127.12', '', '', '', '2018-08-05 16:01:01'),
(1144, '192.168.3.11', '', '', '', '2018-08-05 16:01:03'),
(1145, '192.168.3.11', '', '', '', '2018-08-05 16:04:35'),
(1146, '192.168.3.11', '', '', '', '2018-08-05 16:04:37'),
(1147, '192.168.3.11', '', '', '', '2018-08-05 16:04:40'),
(1148, '192.168.3.11', '', '', '', '2018-08-05 16:04:50'),
(1149, '192.168.3.11', '', '', '', '2018-08-05 16:21:22'),
(1150, '172.16.17.32', '', '', '', '2018-08-05 17:28:37'),
(1151, '172.16.58.3', '', '', '', '2018-08-05 17:28:37'),
(1152, '192.168.3.11', '', '', '', '2018-08-05 17:36:24'),
(1153, '172.16.31.10', '', '', '', '2018-08-05 17:57:30'),
(1154, '192.168.127.12', '', '', '', '2018-08-05 19:09:17'),
(1155, '192.168.127.12', '', '', '', '2018-08-05 20:04:12'),
(1156, '172.16.31.10', '', '', '', '2018-08-05 21:30:09'),
(1157, '172.16.31.10', '', '', '', '2018-08-05 21:30:10'),
(1158, '192.168.127.12', '', '', '', '2018-08-05 21:49:05'),
(1159, '172.16.31.10', '', '', '', '2018-08-05 21:49:06'),
(1160, '172.16.31.10', '', '', '', '2018-08-05 21:51:34'),
(1161, '172.16.17.32', '', '', '', '2018-08-05 22:07:07'),
(1162, '192.168.127.12', '', '', '', '2018-08-06 01:54:02'),
(1163, '192.168.127.12', '', '', '', '2018-08-06 01:54:04'),
(1164, '172.16.17.32', '', '', '', '2018-08-06 01:56:10'),
(1165, '172.16.17.32', '', '', '', '2018-08-06 01:56:10'),
(1166, '192.168.3.11', '', '', '', '2018-08-06 03:11:58'),
(1167, '172.16.31.10', '', '', '', '2018-08-06 03:59:21'),
(1168, '172.16.31.10', '', '', '', '2018-08-06 03:59:22'),
(1169, '192.168.3.11', '', '', '', '2018-08-06 03:59:29'),
(1170, '172.16.31.10', '', '', '', '2018-08-06 05:22:14'),
(1171, '172.16.31.10', '', '', '', '2018-08-06 05:22:15'),
(1172, '172.16.31.10', '', '', '', '2018-08-06 05:23:10'),
(1173, '172.16.31.10', '', '', '', '2018-08-06 05:23:11'),
(1174, '172.16.31.10', '', '', '', '2018-08-06 06:57:29'),
(1175, '172.16.17.32', '', '', '', '2018-08-06 07:14:47'),
(1176, '172.16.31.10', '', '', '', '2018-08-06 07:14:50'),
(1177, '192.168.3.11', '', '', '', '2018-08-06 07:15:43'),
(1178, '172.16.17.32', '', '', '', '2018-08-06 07:17:32'),
(1179, '172.16.17.32', '', '', '', '2018-08-06 07:17:33'),
(1180, '172.16.17.32', '', '', '', '2018-08-06 09:03:07'),
(1181, '172.16.31.10', '', '', '', '2018-08-06 09:03:16'),
(1182, '172.16.31.10', '', '', '', '2018-08-06 09:04:39'),
(1183, '172.16.31.10', '', '', '', '2018-08-06 09:04:54'),
(1184, '172.16.17.32', '', '', '', '2018-08-06 10:24:31'),
(1185, '172.16.31.10', '', '', '', '2018-08-06 10:24:37'),
(1186, '192.168.127.12', '', '', '', '2018-08-06 10:25:13'),
(1187, '172.16.31.10', '', '', '', '2018-08-06 10:25:16'),
(1188, '172.16.31.10', '', '', '', '2018-08-06 11:11:24'),
(1189, '172.16.17.32', '', '', '', '2018-08-06 11:55:36'),
(1190, '172.16.31.10', '', '', '', '2018-08-06 11:55:42'),
(1191, '172.16.17.32', '', '', '', '2018-08-06 11:55:49'),
(1192, '172.16.31.10', '', '', '', '2018-08-06 11:55:50'),
(1193, '172.16.58.3', '', '', '', '2018-08-06 14:08:02'),
(1194, '172.16.58.3', '', '', '', '2018-08-06 14:08:16'),
(1195, '172.16.17.32', '', '', '', '2018-08-06 15:50:55'),
(1196, '172.16.31.10', '', '', '', '2018-08-06 15:50:56'),
(1197, '172.16.31.10', '', '', '', '2018-08-06 15:54:31'),
(1198, '172.16.31.10', '', '', '', '2018-08-06 15:54:32'),
(1199, '192.168.3.11', '', '', '', '2018-08-06 16:07:13'),
(1200, '192.168.3.11', '', '', '', '2018-08-06 16:07:15'),
(1201, '192.168.3.11', '', '', '', '2018-08-06 17:23:17'),
(1202, '192.168.3.11', '', '', '', '2018-08-06 17:23:19'),
(1203, '192.168.3.11', '', '', '', '2018-08-06 19:06:53'),
(1204, '172.16.31.10', '', '', '', '2018-08-06 19:06:54'),
(1205, '192.168.3.11', '', '', '', '2018-08-06 22:13:56'),
(1206, '192.168.127.12', '', '', '', '2018-08-06 23:29:08'),
(1207, '192.168.127.12', '', '', '', '2018-08-06 23:41:28'),
(1208, '192.168.127.12', '', '', '', '2018-08-07 07:47:59'),
(1209, '192.168.3.11', '', '', '', '2018-08-07 09:17:44'),
(1210, '192.168.127.12', '', '', '', '2018-08-07 09:17:46'),
(1211, '172.16.31.10', '', '', '', '2018-08-07 10:21:14'),
(1212, '172.16.31.10', '', '', '', '2018-08-07 10:21:16'),
(1213, '172.16.31.10', '', '', '', '2018-08-07 10:30:37'),
(1214, '192.168.127.12', '', '', '', '2018-08-07 10:30:38'),
(1215, '192.168.127.12', '', '', '', '2018-08-09 05:07:09'),
(1216, '192.168.127.12', '', '', '', '2018-08-09 05:07:12'),
(1217, '192.168.127.12', '', '', '', '2018-08-09 05:07:15'),
(1218, '172.16.58.3', '', '', '', '2018-08-09 05:38:05'),
(1219, '172.16.31.10', '', '', '', '2018-08-09 08:49:47'),
(1220, '172.16.31.10', '', '', '', '2018-08-09 08:49:47'),
(1221, '172.16.31.10', '', '', '', '2018-08-09 15:49:07'),
(1222, '192.168.3.11', '', '', '', '2018-08-09 16:06:01'),
(1223, '192.168.3.11', '', '', '', '2018-08-09 16:06:02'),
(1224, '192.168.3.11', '', '', '', '2018-08-09 16:06:03'),
(1225, '192.168.3.11', '', '', '', '2018-08-09 16:06:14'),
(1226, '172.16.58.3', '', '', '', '2018-08-09 19:03:05'),
(1227, '172.16.58.3', '', '', '', '2018-08-09 19:03:06'),
(1228, '172.16.58.3', '', '', '', '2018-08-09 19:03:06'),
(1229, '172.16.31.10', '', '', '', '2018-08-09 19:18:35'),
(1230, '172.16.31.10', '', '', '', '2018-08-09 19:18:36'),
(1231, '172.16.58.3', '', '', '', '2018-08-09 21:57:23'),
(1232, '192.168.3.11', '', '', '', '2018-08-09 23:24:40'),
(1233, '192.168.3.11', '', '', '', '2018-08-10 01:48:47'),
(1234, '172.16.17.32', '', '', '', '2018-08-10 03:46:50'),
(1235, '172.16.31.10', '', '', '', '2018-08-10 03:55:21'),
(1236, '172.16.31.10', '', '', '', '2018-08-10 03:55:28'),
(1237, '172.16.31.10', '', '', '', '2018-08-10 03:59:03'),
(1238, '172.16.31.10', '', '', '', '2018-08-10 03:59:05'),
(1239, '172.16.31.10', '', '', '', '2018-08-10 04:01:00'),
(1240, '172.16.31.10', '', '', '', '2018-08-10 04:01:06'),
(1241, '172.16.31.10', '', '', '', '2018-08-10 04:01:21'),
(1242, '172.16.31.10', '', '', '', '2018-08-10 04:01:23'),
(1243, '172.16.31.10', '', '', '', '2018-08-10 04:01:24'),
(1244, '172.16.31.10', '', '', '', '2018-08-10 04:01:29'),
(1245, '172.16.31.10', '', '', '', '2018-08-10 04:01:31'),
(1246, '172.16.31.10', '', '', '', '2018-08-10 04:01:35'),
(1247, '172.16.31.10', '', '', '', '2018-08-10 04:01:41'),
(1248, '172.16.31.10', '', '', '', '2018-08-10 04:01:42'),
(1249, '172.16.31.10', '', '', '', '2018-08-10 04:02:11'),
(1250, '172.16.31.10', '', '', '', '2018-08-10 04:02:13'),
(1251, '172.16.31.10', '', '', '', '2018-08-10 04:02:15'),
(1252, '172.16.31.10', '', '', '', '2018-08-10 04:02:17'),
(1253, '172.16.31.10', '', '', '', '2018-08-10 04:02:18'),
(1254, '172.16.31.10', '', '', '', '2018-08-10 04:02:22'),
(1255, '172.16.31.10', '', '', '', '2018-08-10 04:02:24'),
(1256, '172.16.31.10', '', '', '', '2018-08-10 04:02:26'),
(1257, '172.16.31.10', '', '', '', '2018-08-10 04:02:28'),
(1258, '172.16.31.10', '', '', '', '2018-08-10 04:02:29'),
(1259, '172.16.31.10', '', '', '', '2018-08-10 04:02:37'),
(1260, '172.16.31.10', '', '', '', '2018-08-10 04:02:38'),
(1261, '172.16.31.10', '', '', '', '2018-08-10 04:03:53'),
(1262, '172.16.31.10', '', '', '', '2018-08-10 04:03:58'),
(1263, '172.16.31.10', '', '', '', '2018-08-10 04:04:01'),
(1264, '172.16.31.10', '', '', '', '2018-08-10 04:04:03'),
(1265, '172.16.31.10', '', '', '', '2018-08-10 04:04:05'),
(1266, '172.16.31.10', '', '', '', '2018-08-10 04:04:07'),
(1267, '172.16.31.10', '', '', '', '2018-08-10 04:04:16'),
(1268, '172.16.31.10', '', '', '', '2018-08-10 04:05:21'),
(1269, '172.16.31.10', '', '', '', '2018-08-10 04:05:44'),
(1270, '172.16.31.10', '', '', '', '2018-08-10 04:05:47'),
(1271, '172.16.31.10', '', '', '', '2018-08-10 04:05:49'),
(1272, '172.16.31.10', '', '', '', '2018-08-10 04:06:07'),
(1273, '172.16.31.10', '', '', '', '2018-08-10 04:06:16'),
(1274, '172.16.31.10', '', '', '', '2018-08-10 04:06:23'),
(1275, '172.16.31.10', '', '', '', '2018-08-10 04:06:27'),
(1276, '172.16.31.10', '', '', '', '2018-08-10 04:06:29'),
(1277, '172.16.31.10', '', '', '', '2018-08-10 04:06:32'),
(1278, '172.16.31.10', '', '', '', '2018-08-10 04:07:04'),
(1279, '172.16.31.10', '', '', '', '2018-08-10 04:07:41'),
(1280, '172.16.31.10', '', '', '', '2018-08-10 04:51:46'),
(1281, '172.16.31.10', '', '', '', '2018-08-10 04:51:48'),
(1282, '192.168.127.12', '', '', '', '2018-08-10 05:42:43'),
(1283, '172.16.17.32', '', '', '', '2018-08-10 06:58:57'),
(1284, '192.168.127.12', '', '', '', '2018-08-10 06:58:59'),
(1285, '172.16.31.10', '', '', '', '2018-08-10 07:38:20'),
(1286, '172.16.31.10', '', '', '', '2018-08-10 07:38:21'),
(1287, '172.16.58.3', '', '', '', '2018-08-10 08:41:57'),
(1288, '172.16.58.3', '', '', '', '2018-08-10 10:38:47'),
(1289, '172.16.58.3', '', '', '', '2018-08-10 13:42:30'),
(1290, '172.16.31.10', '', '', '', '2018-08-10 16:04:08'),
(1291, '172.16.31.10', '', '', '', '2018-08-10 16:04:09'),
(1292, '172.16.31.10', '', '', '', '2018-08-10 16:04:11'),
(1293, '172.16.31.10', '', '', '', '2018-08-10 16:04:12'),
(1294, '172.16.31.10', '', '', '', '2018-08-10 16:04:19'),
(1295, '172.16.58.3', '', '', '', '2018-08-10 16:37:32'),
(1296, '172.16.17.32', '', '', '', '2018-08-10 18:36:55'),
(1297, '172.16.17.32', '', '', '', '2018-08-10 18:36:56'),
(1298, '172.16.17.32', '', '', '', '2018-08-10 21:53:51'),
(1299, '172.16.17.32', '', '', '', '2018-08-10 21:53:52'),
(1300, '172.16.58.3', '', '', '', '2018-08-10 23:08:47'),
(1301, '172.16.58.3', '', '', '', '2018-08-10 23:08:49'),
(1302, '172.16.17.32', '', '', '', '2018-08-11 00:52:09'),
(1303, '192.168.127.12', '', '', '', '2018-08-11 00:52:10'),
(1304, '172.16.17.32', '', '', '', '2018-08-11 04:46:30'),
(1305, '172.16.17.32', '', '', '', '2018-08-11 04:46:31'),
(1306, '172.16.17.32', '', '', '', '2018-08-11 07:15:22'),
(1307, '192.168.127.12', '', '', '', '2018-08-11 07:15:23'),
(1308, '192.168.127.12', '', '', '', '2018-08-11 08:56:07'),
(1309, '192.168.127.12', '', '', '', '2018-08-11 08:56:08'),
(1310, '172.16.17.32', '', '', '', '2018-08-11 09:14:32'),
(1311, '192.168.3.11', '', '', '', '2018-08-11 10:22:10'),
(1312, '172.16.58.3', '', '', '', '2018-08-11 10:34:00'),
(1313, '192.168.127.12', '', '', '', '2018-08-11 10:51:09'),
(1314, '172.16.58.3', '', '', '', '2018-08-11 11:01:36'),
(1315, '172.16.31.10', '', '', '', '2018-08-11 11:13:00'),
(1316, '172.16.31.10', '', '', '', '2018-08-11 11:13:01'),
(1317, '172.16.17.32', '', '', '', '2018-08-11 11:31:23'),
(1318, '192.168.127.12', '', '', '', '2018-08-11 15:18:45'),
(1319, '192.168.127.12', '', '', '', '2018-08-11 15:18:46'),
(1320, '172.16.58.3', '', '', '', '2018-08-11 17:41:24'),
(1321, '172.16.17.32', '', '', '', '2018-08-11 19:22:09'),
(1322, '172.16.17.32', '', '', '', '2018-08-11 19:22:18'),
(1323, '172.16.58.3', '', '', '', '2018-08-11 20:51:23'),
(1324, '172.16.17.32', '', '', '', '2018-08-11 21:00:04'),
(1325, '192.168.127.12', '', '', '', '2018-08-11 21:00:05'),
(1326, '172.16.58.3', '', '', '', '2018-08-11 21:49:19'),
(1327, '172.16.31.10', '', '', '', '2018-08-11 23:28:59'),
(1328, '172.16.58.3', '', '', '', '2018-08-12 00:20:05'),
(1329, '172.16.17.32', '', '', '', '2018-08-12 00:42:13'),
(1330, '172.16.17.32', '', '', '', '2018-08-12 00:42:14'),
(1331, '172.16.17.32', '', '', '', '2018-08-12 00:42:16'),
(1332, '172.16.17.32', '', '', '', '2018-08-12 00:42:17'),
(1333, '172.16.17.32', '', '', '', '2018-08-12 00:42:18'),
(1334, '172.16.17.32', '', '', '', '2018-08-12 00:42:18'),
(1335, '172.16.17.32', '', '', '', '2018-08-12 00:42:20'),
(1336, '172.16.17.32', '', '', '', '2018-08-12 00:42:21'),
(1337, '172.16.17.32', '', '', '', '2018-08-12 00:42:22'),
(1338, '172.16.17.32', '', '', '', '2018-08-12 00:42:23'),
(1339, '172.16.17.32', '', '', '', '2018-08-12 00:42:24'),
(1340, '172.16.17.32', '', '', '', '2018-08-12 00:42:25'),
(1341, '172.16.17.32', '', '', '', '2018-08-12 00:42:26'),
(1342, '172.16.17.32', '', '', '', '2018-08-12 00:42:27'),
(1343, '172.16.17.32', '', '', '', '2018-08-12 00:42:28'),
(1344, '172.16.17.32', '', '', '', '2018-08-12 00:42:29'),
(1345, '172.16.17.32', '', '', '', '2018-08-12 00:42:30'),
(1346, '172.16.17.32', '', '', '', '2018-08-12 00:42:30'),
(1347, '172.16.17.32', '', '', '', '2018-08-12 00:42:31'),
(1348, '172.16.17.32', '', '', '', '2018-08-12 00:42:32'),
(1349, '172.16.17.32', '', '', '', '2018-08-12 00:42:33'),
(1350, '172.16.17.32', '', '', '', '2018-08-12 00:42:34'),
(1351, '172.16.17.32', '', '', '', '2018-08-12 00:42:35'),
(1352, '172.16.17.32', '', '', '', '2018-08-12 00:42:36'),
(1353, '172.16.31.10', '', '', '', '2018-08-12 02:21:25'),
(1354, '192.168.127.12', '', '', '', '2018-08-12 05:24:00'),
(1355, '192.168.127.12', '', '', '', '2018-08-12 05:24:08'),
(1356, '172.16.17.32', '', '', '', '2018-08-12 05:49:38'),
(1357, '172.16.17.32', '', '', '', '2018-08-12 06:07:27'),
(1358, '172.16.17.32', '', '', '', '2018-08-12 10:12:49'),
(1359, '172.16.17.32', '', '', '', '2018-08-12 10:12:50'),
(1360, '192.168.127.12', '', '', '', '2018-08-12 10:54:24'),
(1361, '192.168.127.12', '', '', '', '2018-08-12 10:54:27'),
(1362, '192.168.127.12', '', '', '', '2018-08-12 10:54:28'),
(1363, '192.168.127.12', '', '', '', '2018-08-12 10:54:28'),
(1364, '192.168.127.12', '', '', '', '2018-08-12 10:54:40'),
(1365, '192.168.127.12', '', '', '', '2018-08-12 10:54:41'),
(1366, '192.168.3.11', '', '', '', '2018-08-12 16:02:01'),
(1367, '192.168.3.11', '', '', '', '2018-08-12 16:02:03'),
(1368, '192.168.3.11', '', '', '', '2018-08-12 16:02:07'),
(1369, '192.168.3.11', '', '', '', '2018-08-12 16:02:10'),
(1370, '172.16.58.3', '', '', '', '2018-08-12 19:16:56'),
(1371, '172.16.58.3', '', '', '', '2018-08-12 21:48:10'),
(1372, '172.16.31.10', '', '', '', '2018-08-12 22:14:23'),
(1373, '172.16.31.10', '', '', '', '2018-08-12 22:20:26'),
(1374, '172.16.17.32', '', '', '', '2018-08-12 22:53:49'),
(1375, '192.168.3.11', '', '', '', '2018-08-13 00:19:59'),
(1376, '172.16.58.3', '', '', '', '2018-08-13 01:31:45'),
(1377, '172.16.17.32', '', '', '', '2018-08-13 01:36:38'),
(1378, '172.16.31.10', '', '', '', '2018-08-13 04:55:40'),
(1379, '172.16.31.10', '', '', '', '2018-08-13 04:59:17'),
(1380, '172.16.31.10', '', '', '', '2018-08-13 09:59:40'),
(1381, '172.16.31.10', '', '', '', '2018-08-13 09:59:41'),
(1382, '172.16.31.10', '', '', '', '2018-08-13 16:04:29'),
(1383, '172.16.31.10', '', '', '', '2018-08-13 16:04:30'),
(1384, '172.16.31.10', '', '', '', '2018-08-13 16:04:32'),
(1385, '192.168.127.12', '', '', '', '2018-08-13 16:36:10'),
(1386, '172.16.31.10', '', '', '', '2018-08-13 17:56:17'),
(1387, '172.16.31.10', '', '', '', '2018-08-13 17:56:19'),
(1388, '172.16.17.32', '', '', '', '2018-08-13 17:58:08'),
(1389, '172.16.17.32', '', '', '', '2018-08-13 19:31:29'),
(1390, '31.31.17.130', '', '', '', '2018-08-13 19:52:16'),
(1391, '172.16.17.32', '', '', '', '2018-08-14 02:41:29'),
(1392, '172.16.31.10', '', '', '', '2018-08-14 04:23:25'),
(1393, '172.16.17.32', '', '', '', '2018-08-14 04:24:20'),
(1394, '192.168.127.12', '', '', '', '2018-08-14 04:30:57'),
(1395, '192.168.127.12', '', '', '', '2018-08-14 04:38:11'),
(1396, '172.16.17.32', '', '', '', '2018-08-14 05:56:29'),
(1397, '172.16.58.3', '', '', '', '2018-08-14 07:14:49'),
(1398, '172.16.17.32', '', '', '', '2018-08-14 09:52:58'),
(1399, '172.16.31.10', '', '', '', '2018-08-14 10:00:25'),
(1400, '172.16.31.10', '', '', '', '2018-08-14 10:00:27'),
(1401, '172.16.31.10', '', '', '', '2018-08-14 10:00:30'),
(1402, '172.16.31.10', '', '', '', '2018-08-14 10:00:30'),
(1403, '172.16.31.10', '', '', '', '2018-08-14 10:00:47'),
(1404, '172.16.31.10', '', '', '', '2018-08-14 10:00:47'),
(1405, '172.16.31.10', '', '', '', '2018-08-14 10:01:03'),
(1406, '172.16.31.10', '', '', '', '2018-08-14 10:01:40'),
(1407, '172.16.31.10', '', '', '', '2018-08-14 10:01:49'),
(1408, '172.16.31.10', '', '', '', '2018-08-14 10:01:56'),
(1409, '172.16.58.3', '', '', '', '2018-08-14 10:15:00'),
(1410, '192.168.127.12', '', '', '', '2018-08-14 10:44:49'),
(1411, '172.16.17.32', '', '', '', '2018-08-14 10:44:50'),
(1412, '192.168.127.12', '', '', '', '2018-08-14 11:09:22'),
(1413, '192.168.3.118', '', '', '', '2018-08-14 11:15:35'),
(1414, '192.168.127.12', '', '', '', '2018-08-14 11:49:09'),
(1415, '192.168.127.12', '', '', '', '2018-08-14 12:49:58'),
(1416, '192.168.127.12', '', '', '', '2018-08-14 14:30:39'),
(1417, '192.168.3.11', '', '', '', '2018-08-14 16:08:25'),
(1418, '192.168.3.11', '', '', '', '2018-08-14 16:08:27'),
(1419, '192.168.3.11', '', '', '', '2018-08-14 16:08:32'),
(1420, '192.168.3.11', '', '', '', '2018-08-14 16:08:34'),
(1421, '192.168.3.11', '', '', '', '2018-08-14 16:08:41'),
(1422, '192.168.127.12', '', '', '', '2018-08-14 16:09:01'),
(1423, '192.168.127.12', '', '', '', '2018-08-14 21:14:06'),
(1424, '172.16.31.10', '', '', '', '2018-08-14 22:20:09'),
(1425, '172.16.31.10', '', '', '', '2018-08-14 22:20:14'),
(1426, '172.16.31.10', '', '', '', '2018-08-14 22:20:21'),
(1427, '172.16.31.10', '', '', '', '2018-08-14 22:20:40'),
(1428, '172.16.31.10', '', '', '', '2018-08-14 22:20:45'),
(1429, '172.16.31.10', '', '', '', '2018-08-14 22:20:57'),
(1430, '172.16.31.10', '', '', '', '2018-08-14 22:21:06'),
(1431, '172.16.31.10', '', '', '', '2018-08-14 22:21:24'),
(1432, '172.16.31.10', '', '', '', '2018-08-14 22:21:39'),
(1433, '172.16.31.10', '', '', '', '2018-08-14 22:56:59'),
(1434, '172.16.31.10', '', '', '', '2018-08-14 22:57:01'),
(1435, '172.16.31.10', '', '', '', '2018-08-14 22:58:39'),
(1436, '172.16.31.10', '', '', '', '2018-08-14 22:58:41'),
(1437, '172.16.31.10', '', '', '', '2018-08-14 23:03:35'),
(1438, '172.16.31.10', '', '', '', '2018-08-14 23:03:37'),
(1439, '172.16.31.10', '', '', '', '2018-08-14 23:12:16'),
(1440, '172.16.31.10', '', '', '', '2018-08-14 23:12:18'),
(1441, '172.16.31.10', '', '', '', '2018-08-14 23:17:27'),
(1442, '172.16.31.10', '', '', '', '2018-08-14 23:17:28'),
(1443, '172.16.31.10', '', '', '', '2018-08-14 23:20:43'),
(1444, '172.16.31.10', '', '', '', '2018-08-14 23:20:45'),
(1445, '172.16.31.10', '', '', '', '2018-08-14 23:23:58'),
(1446, '172.16.31.10', '', '', '', '2018-08-14 23:24:00'),
(1447, '172.16.31.10', '', '', '', '2018-08-14 23:29:47'),
(1448, '172.16.31.10', '', '', '', '2018-08-14 23:29:49'),
(1449, '172.16.31.10', '', '', '', '2018-08-14 23:41:59'),
(1450, '172.16.31.10', '', '', '', '2018-08-14 23:42:01'),
(1451, '172.16.31.10', '', '', '', '2018-08-14 23:42:05'),
(1452, '172.16.31.10', '', '', '', '2018-08-14 23:42:07'),
(1453, '172.16.31.10', '', '', '', '2018-08-14 23:42:10'),
(1454, '172.16.31.10', '', '', '', '2018-08-14 23:51:43'),
(1455, '172.16.31.10', '', '', '', '2018-08-14 23:51:46'),
(1456, '172.16.31.10', '', '', '', '2018-08-14 23:51:48'),
(1457, '172.16.31.10', '', '', '', '2018-08-14 23:51:49'),
(1458, '172.16.31.10', '', '', '', '2018-08-14 23:55:12'),
(1459, '172.16.31.10', '', '', '', '2018-08-14 23:55:15'),
(1460, '172.16.31.10', '', '', '', '2018-08-14 23:55:39'),
(1461, '172.16.31.10', '', '', '', '2018-08-14 23:55:41'),
(1462, '172.16.31.10', '', '', '', '2018-08-14 23:57:11'),
(1463, '172.16.31.10', '', '', '', '2018-08-14 23:57:13'),
(1464, '172.16.31.10', '', '', '', '2018-08-14 23:57:39'),
(1465, '172.16.31.10', '', '', '', '2018-08-14 23:57:41'),
(1466, '172.16.17.32', '', '', '', '2018-08-15 00:29:46'),
(1467, '172.16.17.32', '', '', '', '2018-08-15 00:29:48'),
(1468, '180.246.217.83', '', '', '', '2018-08-15 01:14:19'),
(1469, '172.16.17.32', '', '', '', '2018-08-15 03:10:58'),
(1470, '172.16.17.32', '', '', '', '2018-08-15 03:13:34'),
(1471, '172.16.17.32', '', '', '', '2018-08-15 03:13:44'),
(1472, '172.16.17.32', '', '', '', '2018-08-15 03:13:47'),
(1473, '172.16.17.32', '', '', '', '2018-08-15 03:22:25'),
(1474, '172.16.17.32', '', '', '', '2018-08-15 03:22:26'),
(1475, '172.16.17.32', '', '', '', '2018-08-15 03:38:41'),
(1476, '172.16.17.32', '', '', '', '2018-08-15 03:38:43'),
(1477, '172.16.31.10', '', '', '', '2018-08-15 05:30:59'),
(1478, '192.168.127.12', '', '', '', '2018-08-15 06:17:26'),
(1479, '172.16.31.10', '', '', '', '2018-08-15 08:18:38'),
(1480, '172.16.31.10', '', '', '', '2018-08-15 08:18:39'),
(1481, '172.16.31.10', '', '', '', '2018-08-15 08:24:28'),
(1482, '172.16.31.10', '', '', '', '2018-08-15 08:24:32'),
(1483, '172.16.31.10', '', '', '', '2018-08-15 08:24:33'),
(1484, '172.16.58.3', '', '', '', '2018-08-15 08:49:25'),
(1485, '172.16.58.3', '', '', '', '2018-08-15 08:49:25'),
(1486, '172.16.17.32', '', '', '', '2018-08-15 09:49:23'),
(1487, '172.16.58.3', '', '', '', '2018-08-15 09:56:57'),
(1488, '172.16.58.3', '', '', '', '2018-08-15 09:56:57'),
(1489, '172.16.31.10', '', '', '', '2018-08-15 13:57:34'),
(1490, '172.16.31.10', '', '', '', '2018-08-15 13:57:35'),
(1491, '192.168.3.11', '', '', '', '2018-08-15 16:00:58'),
(1492, '192.168.3.11', '', '', '', '2018-08-15 16:01:00'),
(1493, '192.168.3.11', '', '', '', '2018-08-15 16:01:09'),
(1494, '192.168.127.12', '', '', '', '2018-08-15 16:04:33'),
(1495, '172.16.31.10', '', '', '', '2018-08-15 17:09:53'),
(1496, '172.16.17.32', '', '', '', '2018-08-15 17:44:32'),
(1497, '172.16.17.32', '', '', '', '2018-08-15 17:44:35'),
(1498, '192.168.127.12', '', '', '', '2018-08-15 19:00:32'),
(1499, '192.168.127.12', '', '', '', '2018-08-15 19:00:34'),
(1500, '172.16.17.32', '', '', '', '2018-08-15 20:54:10'),
(1501, '172.16.17.32', '', '', '', '2018-08-15 21:16:54'),
(1502, '172.16.58.3', '', '', '', '2018-08-15 23:20:48'),
(1503, '192.168.127.12', '', '', '', '2018-08-16 00:27:34'),
(1504, '192.168.127.12', '', '', '', '2018-08-16 00:27:35'),
(1505, '192.168.3.11', '', '', '', '2018-08-16 01:10:58'),
(1506, '192.168.127.12', '', '', '', '2018-08-16 01:30:32'),
(1507, '172.16.31.10', '', '', '', '2018-08-16 04:02:38'),
(1508, '192.168.127.12', '', '', '', '2018-08-16 04:50:16'),
(1509, '192.168.3.11', '', '', '', '2018-08-16 05:05:20'),
(1510, '172.16.17.32', '', '', '', '2018-08-16 05:28:58'),
(1511, '172.16.17.32', '', '', '', '2018-08-16 05:28:59'),
(1512, '192.168.127.12', '', '', '', '2018-08-16 08:09:38'),
(1513, '172.16.31.10', '', '', '', '2018-08-16 09:14:07'),
(1514, '172.16.31.10', '', '', '', '2018-08-16 09:44:59'),
(1515, '172.16.31.10', '', '', '', '2018-08-16 10:19:00'),
(1516, '172.16.31.10', '', '', '', '2018-08-16 10:19:01'),
(1517, '192.168.127.12', '', '', '', '2018-08-16 10:24:29'),
(1518, '192.168.3.11', '', '', '', '2018-08-16 10:58:38'),
(1519, '192.168.3.11', '', '', '', '2018-08-16 10:58:39'),
(1520, '172.16.17.32', '', '', '', '2018-08-16 11:25:03'),
(1521, '172.16.17.32', '', '', '', '2018-08-16 14:24:12'),
(1522, '172.16.31.10', '', '', '', '2018-08-16 16:07:11'),
(1523, '172.16.31.10', '', '', '', '2018-08-16 16:07:12'),
(1524, '172.16.31.10', '', '', '', '2018-08-16 16:07:13'),
(1525, '172.16.31.10', '', '', '', '2018-08-16 16:07:14'),
(1526, '172.16.31.10', '', '', '', '2018-08-16 16:07:14'),
(1527, '172.16.31.10', '', '', '', '2018-08-16 16:07:15'),
(1528, '172.16.31.10', '', '', '', '2018-08-16 16:07:27'),
(1529, '172.16.58.3', '', '', '', '2018-08-16 16:23:20'),
(1530, '172.16.58.3', '', '', '', '2018-08-16 16:23:21'),
(1531, '172.16.31.10', '', '', '', '2018-08-16 17:00:51'),
(1532, '172.16.58.3', '', '', '', '2018-08-16 22:04:41'),
(1533, '172.16.58.3', '', '', '', '2018-08-16 22:04:42'),
(1534, '172.16.17.32', '', '', '', '2018-08-17 01:21:32'),
(1535, '172.16.17.32', '', '', '', '2018-08-17 01:21:33'),
(1536, '172.16.31.10', '', '', '', '2018-08-17 01:34:51'),
(1537, '172.16.31.10', '', '', '', '2018-08-17 01:34:54'),
(1538, '172.16.31.10', '', '', '', '2018-08-17 01:34:55'),
(1539, '172.16.31.10', '', '', '', '2018-08-17 01:34:56'),
(1540, '192.168.127.12', '', '', '', '2018-08-17 03:22:21'),
(1541, '192.168.127.12', '', '', '', '2018-08-17 03:22:22'),
(1542, '172.16.31.10', '', '', '', '2018-08-17 04:15:13'),
(1543, '172.16.17.32', '', '', '', '2018-08-17 08:57:55'),
(1544, '172.16.17.32', '', '', '', '2018-08-17 08:57:56'),
(1545, '192.168.3.11', '', '', '', '2018-08-17 12:14:34'),
(1546, '172.16.31.10', '', '', '', '2018-08-17 13:05:38'),
(1547, '172.16.31.10', '', '', '', '2018-08-17 13:05:39'),
(1548, '172.16.31.10', '', '', '', '2018-08-17 14:02:25'),
(1549, '172.16.58.3', '', '', '', '2018-08-17 14:34:12'),
(1550, '172.16.58.3', '', '', '', '2018-08-17 14:34:13'),
(1551, '172.16.17.32', '', '', '', '2018-08-17 14:52:24'),
(1552, '172.16.31.10', '', '', '', '2018-08-17 16:04:06'),
(1553, '172.16.31.10', '', '', '', '2018-08-17 16:04:08'),
(1554, '172.16.31.10', '', '', '', '2018-08-17 16:04:09'),
(1555, '172.16.31.10', '', '', '', '2018-08-17 16:04:16'),
(1556, '172.16.31.10', '', '', '', '2018-08-17 16:04:21'),
(1557, '172.16.31.10', '', '', '', '2018-08-17 16:10:49'),
(1558, '192.168.127.12', '', '', '', '2018-08-17 19:29:28'),
(1559, '192.168.3.11', '', '', '', '2018-08-17 20:03:47'),
(1560, '192.168.3.11', '', '', '', '2018-08-17 20:07:16'),
(1561, '192.168.3.11', '', '', '', '2018-08-17 20:07:17'),
(1562, '172.16.17.32', '', '', '', '2018-08-17 21:03:18'),
(1563, '172.16.17.32', '', '', '', '2018-08-17 21:03:19'),
(1564, '192.168.3.11', '', '', '', '2018-08-17 21:28:28'),
(1565, '172.16.31.10', '', '', '', '2018-08-17 21:28:59'),
(1566, '172.16.31.10', '', '', '', '2018-08-17 21:29:00'),
(1567, '192.168.3.11', '', '', '', '2018-08-17 22:32:01'),
(1568, '192.168.3.11', '', '', '', '2018-08-17 23:35:34'),
(1569, '192.168.3.11', '', '', '', '2018-08-18 01:27:00'),
(1570, '192.168.3.11', '', '', '', '2018-08-18 01:27:01'),
(1571, '192.168.127.12', '', '', '', '2018-08-18 02:06:28'),
(1572, '172.16.58.3', '', '', '', '2018-08-18 06:57:44'),
(1573, '172.16.58.3', '', '', '', '2018-08-18 06:57:45'),
(1574, '172.16.17.32', '', '', '', '2018-08-18 07:00:59'),
(1575, '172.16.17.32', '', '', '', '2018-08-18 07:01:00'),
(1576, '172.16.31.10', '', '', '', '2018-08-18 08:49:13'),
(1577, '172.16.31.10', '', '', '', '2018-08-18 08:49:14'),
(1578, '172.16.31.10', '', '', '', '2018-08-18 09:52:33'),
(1579, '192.168.3.11', '', '', '', '2018-08-18 09:52:34'),
(1580, '192.168.3.11', '', '', '', '2018-08-18 11:08:21'),
(1581, '172.16.31.10', '', '', '', '2018-08-18 11:08:22'),
(1582, '172.16.31.10', '', '', '', '2018-08-18 12:24:07'),
(1583, '172.16.31.10', '', '', '', '2018-08-18 12:24:09'),
(1584, '192.168.3.11', '', '', '', '2018-08-18 12:29:01'),
(1585, '192.168.3.11', '', '', '', '2018-08-18 12:29:02'),
(1586, '192.168.3.11', '', '', '', '2018-08-18 16:08:02'),
(1587, '192.168.3.11', '', '', '', '2018-08-18 16:08:04'),
(1588, '192.168.3.11', '', '', '', '2018-08-18 16:08:09'),
(1589, '192.168.3.11', '', '', '', '2018-08-18 16:08:14'),
(1590, '192.168.3.11', '', '', '', '2018-08-18 18:06:10'),
(1591, '192.168.3.11', '', '', '', '2018-08-18 18:06:12'),
(1592, '172.16.17.32', '', '', '', '2018-08-18 23:44:10'),
(1593, '172.16.17.32', '', '', '', '2018-08-18 23:44:11'),
(1594, '172.16.17.32', '', '', '', '2018-08-19 04:26:22'),
(1595, '192.168.3.11', '', '', '', '2018-08-19 05:17:57'),
(1596, '172.16.58.3', '', '', '', '2018-08-19 05:28:20'),
(1597, '172.16.58.3', '', '', '', '2018-08-19 05:28:21'),
(1598, '192.168.3.11', '', '', '', '2018-08-19 08:20:41'),
(1599, '192.168.127.12', '', '', '', '2018-08-19 09:35:18'),
(1600, '192.168.3.11', '', '', '', '2018-08-19 09:36:27'),
(1601, '192.168.127.12', '', '', '', '2018-08-19 10:39:47'),
(1602, '192.168.127.12', '', '', '', '2018-08-19 10:39:48'),
(1603, '192.168.3.11', '', '', '', '2018-08-19 10:52:15'),
(1604, '172.16.31.10', '', '', '', '2018-08-19 11:05:08'),
(1605, '172.16.31.10', '', '', '', '2018-08-19 11:05:10'),
(1606, '172.16.31.10', '', '', '', '2018-08-19 11:16:30'),
(1607, '192.168.3.11', '', '', '', '2018-08-19 12:08:02'),
(1608, '192.168.127.12', '', '', '', '2018-08-19 12:54:13'),
(1609, '172.16.31.10', '', '', '', '2018-08-19 14:35:03'),
(1610, '172.16.31.10', '', '', '', '2018-08-19 15:10:11'),
(1611, '172.16.17.32', '', '', '', '2018-08-19 15:59:50'),
(1612, '172.16.17.32', '', '', '', '2018-08-19 15:59:52'),
(1613, '192.168.127.12', '', '', '', '2018-08-19 16:06:47'),
(1614, '192.168.127.12', '', '', '', '2018-08-19 16:06:49'),
(1615, '192.168.127.12', '', '', '', '2018-08-19 16:06:50'),
(1616, '192.168.127.12', '', '', '', '2018-08-19 16:06:52'),
(1617, '172.16.31.10', '', '', '', '2018-08-19 16:12:10'),
(1618, '172.16.31.10', '', '', '', '2018-08-19 16:16:35'),
(1619, '172.16.31.10', '', '', '', '2018-08-19 17:11:12'),
(1620, '192.168.127.12', '', '', '', '2018-08-19 17:54:32'),
(1621, '192.168.127.12', '', '', '', '2018-08-19 17:57:44'),
(1622, '172.16.31.10', '', '', '', '2018-08-19 18:27:00'),
(1623, '172.16.31.10', '', '', '', '2018-08-19 18:27:03'),
(1624, '172.16.31.10', '', '', '', '2018-08-19 19:36:23'),
(1625, '192.168.127.12', '', '', '', '2018-08-19 19:55:53'),
(1626, '192.168.127.12', '', '', '', '2018-08-19 21:10:36'),
(1627, '192.168.3.11', '', '', '', '2018-08-19 21:13:09'),
(1628, '192.168.3.11', '', '', '', '2018-08-19 21:13:10'),
(1629, '192.168.127.12', '', '', '', '2018-08-19 21:14:32'),
(1630, '192.168.3.11', '', '', '', '2018-08-19 22:14:21'),
(1631, '192.168.3.11', '', '', '', '2018-08-19 22:14:23'),
(1632, '192.168.127.12', '', '', '', '2018-08-19 22:54:54'),
(1633, '192.168.3.11', '', '', '', '2018-08-19 23:30:10'),
(1634, '172.16.17.32', '', '', '', '2018-08-20 00:03:29'),
(1635, '172.16.31.10', '', '', '', '2018-08-20 00:34:15'),
(1636, '192.168.3.11', '', '', '', '2018-08-20 00:45:56'),
(1637, '172.16.17.32', '', '', '', '2018-08-20 01:59:09'),
(1638, '192.168.127.12', '', '', '', '2018-08-20 02:01:00'),
(1639, '192.168.127.12', '', '', '', '2018-08-20 02:01:01'),
(1640, '172.16.31.10', '', '', '', '2018-08-20 02:14:20'),
(1641, '192.168.3.11', '', '', '', '2018-08-20 03:17:31'),
(1642, '172.16.17.32', '', '', '', '2018-08-20 03:21:00'),
(1643, '172.16.17.32', '', '', '', '2018-08-20 03:21:01'),
(1644, '172.16.31.10', '', '', '', '2018-08-20 03:54:57'),
(1645, '192.168.3.11', '', '', '', '2018-08-20 04:24:48'),
(1646, '192.168.127.12', '', '', '', '2018-08-20 05:36:03'),
(1647, '172.16.31.10', '', '', '', '2018-08-20 05:49:06'),
(1648, '192.168.127.12', '', '', '', '2018-08-20 07:15:10'),
(1649, '192.168.127.12', '', '', '', '2018-08-20 07:17:59'),
(1650, '192.168.127.12', '', '', '', '2018-08-20 07:18:01'),
(1651, '172.16.31.10', '', '', '', '2018-08-20 07:19:13'),
(1652, '172.16.31.10', '', '', '', '2018-08-20 07:19:14'),
(1653, '172.16.17.32', '', '', '', '2018-08-20 08:45:35'),
(1654, '192.168.127.12', '', '', '', '2018-08-20 08:56:11'),
(1655, '192.168.127.12', '', '', '', '2018-08-20 10:34:21'),
(1656, '192.168.3.11', '', '', '', '2018-08-20 12:05:28'),
(1657, '172.16.31.10', '', '', '', '2018-08-20 12:15:18'),
(1658, '192.168.127.12', '', '', '', '2018-08-20 12:47:24'),
(1659, '192.168.127.12', '', '', '', '2018-08-20 12:47:25'),
(1660, '192.168.3.11', '', '', '', '2018-08-20 13:21:14'),
(1661, '192.168.127.12', '', '', '', '2018-08-20 13:55:45'),
(1662, '172.16.31.10', '', '', '', '2018-08-20 14:53:58'),
(1663, '172.16.31.10', '', '', '', '2018-08-20 16:08:23'),
(1664, '172.16.31.10', '', '', '', '2018-08-20 16:08:25'),
(1665, '172.16.31.10', '', '', '', '2018-08-20 16:08:27'),
(1666, '172.16.31.10', '', '', '', '2018-08-20 16:08:32'),
(1667, '172.16.31.10', '', '', '', '2018-08-20 16:08:34'),
(1668, '172.16.31.10', '', '', '', '2018-08-20 16:08:38'),
(1669, '192.168.3.11', '', '', '', '2018-08-20 16:12:37'),
(1670, '172.16.31.10', '', '', '', '2018-08-20 16:19:29'),
(1671, '192.168.3.11', '', '', '', '2018-08-20 16:19:33'),
(1672, '192.168.127.12', '', '', '', '2018-08-20 16:26:47'),
(1673, '192.168.3.11', '', '', '', '2018-08-20 17:11:09'),
(1674, '172.16.17.32', '', '', '', '2018-08-20 18:04:55'),
(1675, '172.16.17.32', '', '', '', '2018-08-20 18:04:57'),
(1676, '172.16.58.3', '', '', '', '2018-08-20 22:04:32'),
(1677, '172.16.58.3', '', '', '', '2018-08-20 22:04:34'),
(1678, '172.16.58.3', '', '', '', '2018-08-20 23:10:23'),
(1679, '192.168.127.12', '', '', '', '2018-08-20 23:10:23'),
(1680, '192.168.3.11', '', '', '', '2018-08-20 23:27:56'),
(1681, '192.168.3.11', '', '', '', '2018-08-20 23:27:57'),
(1682, '192.168.3.11', '', '', '', '2018-08-20 23:27:59'),
(1683, '192.168.3.11', '', '', '', '2018-08-20 23:28:01'),
(1684, '172.16.31.10', '', '', '', '2018-08-21 00:41:06'),
(1685, '172.16.17.32', '', '', '', '2018-08-21 00:41:08'),
(1686, '172.16.58.3', '', '', '', '2018-08-21 02:34:58'),
(1687, '172.16.58.3', '', '', '', '2018-08-21 02:35:00'),
(1688, '192.168.127.12', '', '', '', '2018-08-21 03:31:40'),
(1689, '192.168.3.11', '', '', '', '2018-08-21 04:58:10'),
(1690, '192.168.3.11', '', '', '', '2018-08-21 04:58:12'),
(1691, '192.168.127.12', '', '', '', '2018-08-21 06:51:35'),
(1692, '172.16.31.10', '', '', '', '2018-08-21 09:30:22'),
(1693, '172.16.31.10', '', '', '', '2018-08-21 09:30:24'),
(1694, '192.168.127.12', '', '', '', '2018-08-21 09:52:53'),
(1695, '172.16.31.10', '', '', '', '2018-08-21 10:39:43'),
(1696, '172.16.31.10', '', '', '', '2018-08-21 10:39:44'),
(1697, '192.168.127.12', '', '', '', '2018-08-21 12:25:44'),
(1698, '192.168.3.11', '', '', '', '2018-08-21 16:07:21'),
(1699, '192.168.3.11', '', '', '', '2018-08-21 16:07:24'),
(1700, '192.168.3.11', '', '', '', '2018-08-21 16:07:26'),
(1701, '192.168.3.11', '', '', '', '2018-08-21 16:07:34'),
(1702, '172.16.58.3', '', '', '', '2018-08-21 16:18:46'),
(1703, '172.16.58.3', '', '', '', '2018-08-21 16:18:47'),
(1704, '192.168.3.11', '', '', '', '2018-08-21 21:46:18'),
(1705, '192.168.3.11', '', '', '', '2018-08-21 21:46:20'),
(1706, '172.16.31.10', '', '', '', '2018-08-21 21:49:34'),
(1707, '192.168.127.12', '', '', '', '2018-08-22 02:56:29'),
(1708, '192.168.127.12', '', '', '', '2018-08-22 02:56:31'),
(1709, '172.16.17.32', '', '', '', '2018-08-22 05:39:32'),
(1710, '172.16.58.3', '', '', '', '2018-08-22 06:39:23'),
(1711, '192.168.127.12', '', '', '', '2018-08-22 07:12:37'),
(1712, '192.168.3.11', '', '', '', '2018-08-22 07:46:47'),
(1713, '192.168.127.12', '', '', '', '2018-08-22 07:46:52'),
(1714, '192.168.127.12', '', '', '', '2018-08-22 07:46:53'),
(1715, '192.168.127.12', '', '', '', '2018-08-22 07:46:53'),
(1716, '172.16.31.10', '', '', '', '2018-08-22 08:46:43'),
(1717, '172.16.31.10', '', '', '', '2018-08-22 08:46:45'),
(1718, '172.16.17.32', '', '', '', '2018-08-22 10:27:17'),
(1719, '172.16.58.3', '', '', '', '2018-08-22 12:01:33'),
(1720, '172.16.31.10', '', '', '', '2018-08-22 12:46:43'),
(1721, '172.16.31.10', '', '', '', '2018-08-22 12:46:44'),
(1722, '172.16.31.10', '', '', '', '2018-08-22 14:00:02'),
(1723, '192.168.3.11', '', '', '', '2018-08-22 14:00:06'),
(1724, '172.16.31.10', '', '', '', '2018-08-22 16:05:20'),
(1725, '172.16.31.10', '', '', '', '2018-08-22 16:05:22'),
(1726, '172.16.31.10', '', '', '', '2018-08-22 16:05:32'),
(1727, '172.16.31.10', '', '', '', '2018-08-22 16:05:34'),
(1728, '172.16.31.10', '', '', '', '2018-08-22 16:05:35'),
(1729, '172.16.31.10', '', '', '', '2018-08-22 19:22:57'),
(1730, '172.16.31.10', '', '', '', '2018-08-22 20:31:40'),
(1731, '172.16.17.32', '', '', '', '2018-08-22 20:33:30'),
(1732, '192.168.3.11', '', '', '', '2018-08-22 21:01:48'),
(1733, '192.168.3.11', '', '', '', '2018-08-22 21:01:49'),
(1734, '192.168.3.11', '', '', '', '2018-08-23 02:27:08'),
(1735, '172.16.31.10', '', '', '', '2018-08-23 02:27:10'),
(1736, '192.168.3.11', '', '', '', '2018-08-23 11:21:19'),
(1737, '192.168.3.11', '', '', '', '2018-08-23 11:21:21'),
(1738, '192.168.3.11', '', '', '', '2018-08-23 16:07:39'),
(1739, '192.168.3.11', '', '', '', '2018-08-23 16:07:41'),
(1740, '192.168.3.11', '', '', '', '2018-08-23 16:07:43'),
(1741, '192.168.3.11', '', '', '', '2018-08-23 17:40:44'),
(1742, '192.168.127.12', '', '', '', '2018-08-23 18:46:46'),
(1743, '192.168.127.12', '', '', '', '2018-08-23 21:12:54'),
(1744, '172.16.31.10', '', '', '', '2018-08-23 22:05:27'),
(1745, '172.16.31.10', '', '', '', '2018-08-23 23:46:56'),
(1746, '192.168.127.12', '', '', '', '2018-08-24 01:25:37'),
(1747, '192.168.127.12', '', '', '', '2018-08-24 03:06:40'),
(1748, '192.168.127.12', '', '', '', '2018-08-24 03:11:11'),
(1749, '172.16.31.10', '', '', '', '2018-08-24 03:41:04'),
(1750, '172.16.31.10', '', '', '', '2018-08-24 03:41:06'),
(1751, '172.16.31.10', '', '', '', '2018-08-24 03:42:52'),
(1752, '172.16.31.10', '', '', '', '2018-08-24 04:46:03');
INSERT INTO `traffic` (`id_traffic`, `ip`, `browser`, `platform`, `negara`, `waktu_akses`) VALUES
(1753, '192.168.127.12', '', '', '', '2018-08-24 04:51:26'),
(1754, '192.168.127.12', '', '', '', '2018-08-24 06:24:42'),
(1755, '172.16.31.10', '', '', '', '2018-08-24 06:43:44'),
(1756, '172.16.31.10', '', '', '', '2018-08-24 06:43:45'),
(1757, '192.168.127.12', '', '', '', '2018-08-24 08:06:19'),
(1758, '192.168.127.12', '', '', '', '2018-08-24 09:43:59'),
(1759, '192.168.127.12', '', '', '', '2018-08-24 09:47:06'),
(1760, '192.168.3.11', '', '', '', '2018-08-24 10:24:34'),
(1761, '192.168.127.12', '', '', '', '2018-08-24 10:37:41'),
(1762, '172.16.31.10', '', '', '', '2018-08-24 11:27:25'),
(1763, '172.16.17.32', '', '', '', '2018-08-24 11:54:21'),
(1764, '192.168.127.12', '', '', '', '2018-08-24 13:07:01'),
(1765, '192.168.3.11', '', '', '', '2018-08-24 14:39:26'),
(1766, '172.16.31.10', '', '', '', '2018-08-24 14:45:55'),
(1767, '172.16.31.10', '', '', '', '2018-08-24 16:06:03'),
(1768, '172.16.31.10', '', '', '', '2018-08-24 16:06:05'),
(1769, '172.16.31.10', '', '', '', '2018-08-24 16:06:05'),
(1770, '172.16.31.10', '', '', '', '2018-08-24 16:06:07'),
(1771, '192.168.3.11', '', '', '', '2018-08-25 00:32:24'),
(1772, '172.16.31.10', '', '', '', '2018-08-25 03:35:51'),
(1773, '172.16.31.10', '', '', '', '2018-08-25 03:35:52'),
(1774, '172.16.17.32', '', '', '', '2018-08-25 06:16:35'),
(1775, '172.16.17.32', '', '', '', '2018-08-25 10:04:09'),
(1776, '172.16.31.10', '', '', '', '2018-08-25 11:16:32'),
(1777, '192.168.127.12', '', '', '', '2018-08-25 13:06:10'),
(1778, '172.16.31.10', '', '', '', '2018-08-25 14:30:35'),
(1779, '192.168.127.12', '', '', '', '2018-08-25 16:03:34'),
(1780, '192.168.127.12', '', '', '', '2018-08-25 16:03:36'),
(1781, '192.168.127.12', '', '', '', '2018-08-25 16:03:39'),
(1782, '192.168.127.12', '', '', '', '2018-08-25 16:03:42'),
(1783, '192.168.127.12', '', '', '', '2018-08-25 16:03:48'),
(1784, '172.16.31.10', '', '', '', '2018-08-25 17:10:21'),
(1785, '172.16.58.3', '', '', '', '2018-08-25 20:23:20'),
(1786, '192.168.127.12', '', '', '', '2018-08-25 23:06:02'),
(1787, '192.168.3.11', '', '', '', '2018-08-26 00:19:46'),
(1788, '172.16.17.32', '', '', '', '2018-08-26 05:16:07'),
(1789, '172.16.31.10', '', '', '', '2018-08-26 05:18:20'),
(1790, '172.16.31.10', '', '', '', '2018-08-26 05:18:21'),
(1791, '172.16.58.3', '', '', '', '2018-08-26 06:09:28'),
(1792, '192.168.127.12', '', '', '', '2018-08-26 06:59:24'),
(1793, '172.16.17.32', '', '', '', '2018-08-26 08:45:37'),
(1794, '172.16.58.3', '', '', '', '2018-08-26 08:45:44'),
(1795, '172.16.58.3', '', '', '', '2018-08-26 08:45:44'),
(1796, '172.16.58.3', '', '', '', '2018-08-26 08:45:45'),
(1797, '172.16.58.3', '', '', '', '2018-08-26 08:45:46'),
(1798, '172.16.31.10', '', '', '', '2018-08-26 11:29:49'),
(1799, '172.16.31.10', '', '', '', '2018-08-26 11:29:51'),
(1800, '192.168.3.11', '', '', '', '2018-08-26 11:47:02'),
(1801, '172.16.31.10', '', '', '', '2018-08-26 16:03:35'),
(1802, '172.16.31.10', '', '', '', '2018-08-26 16:03:36'),
(1803, '172.16.31.10', '', '', '', '2018-08-26 16:03:37'),
(1804, '172.16.31.10', '', '', '', '2018-08-26 16:03:41'),
(1805, '172.16.31.10', '', '', '', '2018-08-26 16:03:46'),
(1806, '192.168.127.12', '', '', '', '2018-08-26 16:47:01'),
(1807, '172.16.17.32', '', '', '', '2018-08-26 17:40:47'),
(1808, '192.168.3.11', '', '', '', '2018-08-26 19:05:11'),
(1809, '172.16.17.32', '', '', '', '2018-08-27 01:49:49'),
(1810, '192.168.127.12', '', '', '', '2018-08-27 01:49:59'),
(1811, '172.16.17.32', '', '', '', '2018-08-27 04:04:19'),
(1812, '192.168.127.12', '', '', '', '2018-08-27 04:38:40'),
(1813, '172.16.17.32', '', '', '', '2018-08-27 05:27:55'),
(1814, '172.16.17.32', '', '', '', '2018-08-27 05:27:56'),
(1815, '192.168.3.11', '', '', '', '2018-08-27 12:11:38'),
(1816, '172.16.17.32', '', '', '', '2018-08-27 15:22:06'),
(1817, '172.16.17.32', '', '', '', '2018-08-27 15:22:08'),
(1818, '172.16.31.10', '', '', '', '2018-08-27 16:06:25'),
(1819, '172.16.31.10', '', '', '', '2018-08-27 16:06:32'),
(1820, '172.16.31.10', '', '', '', '2018-08-27 16:06:34'),
(1821, '172.16.31.10', '', '', '', '2018-08-27 16:06:36'),
(1822, '172.16.31.10', '', '', '', '2018-08-27 16:06:37'),
(1823, '172.16.31.10', '', '', '', '2018-08-27 16:06:39'),
(1824, '172.16.31.10', '', '', '', '2018-08-27 17:12:37'),
(1825, '192.168.3.11', '', '', '', '2018-08-27 17:20:15'),
(1826, '192.168.3.11', '', '', '', '2018-08-27 21:01:51'),
(1827, '192.168.3.11', '', '', '', '2018-08-27 21:01:53'),
(1828, '172.16.17.32', '', '', '', '2018-08-27 21:28:42'),
(1829, '172.16.17.32', '', '', '', '2018-08-27 22:03:57'),
(1830, '172.16.17.32', '', '', '', '2018-08-27 22:03:59'),
(1831, '172.16.31.10', '', '', '', '2018-08-27 22:12:38'),
(1832, '172.16.58.3', '', '', '', '2018-08-27 22:22:02'),
(1833, '172.16.17.32', '', '', '', '2018-08-27 22:22:03'),
(1834, '172.16.17.32', '', '', '', '2018-08-27 22:29:09'),
(1835, '192.168.3.11', '', '', '', '2018-08-28 00:50:30'),
(1836, '192.168.3.11', '', '', '', '2018-08-28 00:50:31'),
(1837, '172.16.31.10', '', '', '', '2018-08-28 03:48:06'),
(1838, '172.16.17.32', '', '', '', '2018-08-28 12:49:44'),
(1839, '172.16.17.32', '', '', '', '2018-08-28 12:49:46'),
(1840, '172.16.31.10', '', '', '', '2018-08-28 17:07:21'),
(1841, '172.16.31.10', '', '', '', '2018-08-28 17:07:23'),
(1842, '172.16.31.10', '', '', '', '2018-08-28 17:07:28'),
(1843, '172.16.31.10', '', '', '', '2018-08-28 17:08:00'),
(1844, '192.168.3.11', '', '', '', '2018-08-28 19:23:22'),
(1845, '192.168.3.11', '', '', '', '2018-08-28 19:23:23'),
(1846, '192.168.127.12', '', '', '', '2018-08-28 19:34:24'),
(1847, '192.168.3.11', '', '', '', '2018-08-28 19:35:18'),
(1848, '172.16.31.10', '', '', '', '2018-08-28 21:29:45'),
(1849, '172.16.17.32', '', '', '', '2018-08-28 21:37:28'),
(1850, '192.168.127.12', '', '', '', '2018-08-28 21:54:40'),
(1851, '192.168.127.12', '', '', '', '2018-08-28 21:54:51'),
(1852, '192.168.127.12', '', '', '', '2018-08-28 22:07:00'),
(1853, '192.168.127.12', '', '', '', '2018-08-28 23:35:47'),
(1854, '172.16.31.10', '', '', '', '2018-08-29 00:01:19'),
(1855, '192.168.127.12', '', '', '', '2018-08-29 00:12:01'),
(1856, '192.168.127.12', '', '', '', '2018-08-29 00:12:46'),
(1857, '192.168.127.12', '', '', '', '2018-08-29 00:12:57'),
(1858, '192.168.127.12', '', '', '', '2018-08-29 00:14:14'),
(1859, '192.168.127.12', '', '', '', '2018-08-29 00:14:17'),
(1860, '192.168.127.12', '', '', '', '2018-08-29 04:47:47'),
(1861, '172.16.31.10', '', '', '', '2018-08-29 05:15:50'),
(1862, '192.168.3.11', '', '', '', '2018-08-29 06:20:15'),
(1863, '172.16.17.32', '', '', '', '2018-08-29 06:21:39'),
(1864, '172.16.17.32', '', '', '', '2018-08-29 08:30:50'),
(1865, '192.168.127.12', '', '', '', '2018-08-29 13:59:16'),
(1866, '172.16.31.10', '', '', '', '2018-08-29 16:07:56'),
(1867, '172.16.31.10', '', '', '', '2018-08-29 16:07:59'),
(1868, '172.16.31.10', '', '', '', '2018-08-29 16:08:00'),
(1869, '172.16.31.10', '', '', '', '2018-08-29 16:08:05'),
(1870, '172.16.31.10', '', '', '', '2018-08-29 16:08:06'),
(1871, '172.16.31.10', '', '', '', '2018-08-29 16:08:07'),
(1872, '192.168.3.11', '', '', '', '2018-08-29 17:47:41'),
(1873, '172.16.31.10', '', '', '', '2018-08-29 17:47:42'),
(1874, '172.16.17.32', '', '', '', '2018-08-29 17:47:47'),
(1875, '192.168.3.11', '', '', '', '2018-08-29 20:38:37'),
(1876, '172.16.31.10', '', '', '', '2018-08-30 00:59:03'),
(1877, '192.168.3.11', '', '', '', '2018-08-30 01:44:07'),
(1878, '172.16.31.10', '', '', '', '2018-08-30 02:16:00'),
(1879, '172.16.31.10', '', '', '', '2018-08-30 02:16:01'),
(1880, '192.168.127.12', '', '', '', '2018-08-30 06:39:45'),
(1881, '192.168.3.11', '', '', '', '2018-08-30 10:01:41'),
(1882, '192.168.127.12', '', '', '', '2018-08-30 10:01:41'),
(1883, '192.168.3.11', '', '', '', '2018-08-30 10:01:42'),
(1884, '192.168.127.12', '', '', '', '2018-08-30 11:40:17'),
(1885, '172.16.31.10', '', '', '', '2018-08-30 13:08:41'),
(1886, '192.168.3.11', '', '', '', '2018-08-30 13:08:42'),
(1887, '192.168.127.12', '', '', '', '2018-08-30 13:21:16'),
(1888, '172.16.31.10', '', '', '', '2018-08-30 15:02:17'),
(1889, '172.16.17.32', '', '', '', '2018-08-30 15:40:52'),
(1890, '192.168.127.12', '', '', '', '2018-08-30 16:06:41'),
(1891, '192.168.127.12', '', '', '', '2018-08-30 16:06:43'),
(1892, '192.168.127.12', '', '', '', '2018-08-30 16:06:53'),
(1893, '172.16.31.10', '', '', '', '2018-08-30 16:41:21'),
(1894, '172.16.31.10', '', '', '', '2018-08-30 18:20:22'),
(1895, '172.16.31.10', '', '', '', '2018-08-30 20:00:04'),
(1896, '172.16.31.10', '', '', '', '2018-08-30 21:41:53'),
(1897, '172.16.31.10', '', '', '', '2018-08-30 23:12:04'),
(1898, '172.16.31.10', '', '', '', '2018-08-30 23:22:05'),
(1899, '172.16.17.32', '', '', '', '2018-08-31 00:43:16'),
(1900, '192.168.3.11', '', '', '', '2018-08-31 01:18:27'),
(1901, '172.16.17.32', '', '', '', '2018-08-31 01:20:04'),
(1902, '172.16.17.32', '', '', '', '2018-08-31 01:30:05'),
(1903, '172.16.31.10', '', '', '', '2018-08-31 02:33:56'),
(1904, '172.16.31.10', '', '', '', '2018-08-31 02:33:56'),
(1905, '192.168.3.11', '', '', '', '2018-08-31 02:43:20'),
(1906, '172.16.58.3', '', '', '', '2018-08-31 04:42:33'),
(1907, '172.16.31.10', '', '', '', '2018-08-31 08:59:52'),
(1908, '172.16.31.10', '', '', '', '2018-08-31 08:59:53'),
(1909, '172.16.17.32', '', '', '', '2018-08-31 08:59:57'),
(1910, '192.168.3.11', '', '', '', '2018-08-31 10:08:05'),
(1911, '192.168.3.11', '', '', '', '2018-08-31 15:01:53'),
(1912, '192.168.3.11', '', '', '', '2018-08-31 15:01:55'),
(1913, '192.168.3.11', '', '', '', '2018-08-31 16:05:28'),
(1914, '192.168.3.11', '', '', '', '2018-08-31 16:05:30'),
(1915, '192.168.3.11', '', '', '', '2018-08-31 16:05:33'),
(1916, '192.168.3.11', '', '', '', '2018-08-31 16:05:34'),
(1917, '192.168.3.11', '', '', '', '2018-08-31 16:05:35'),
(1918, '192.168.3.11', '', '', '', '2018-08-31 16:05:36'),
(1919, '192.168.3.11', '', '', '', '2018-08-31 16:05:43'),
(1920, '192.168.3.11', '', '', '', '2018-08-31 21:17:42'),
(1921, '192.168.3.11', '', '', '', '2018-08-31 21:17:44'),
(1922, '192.168.3.11', '', '', '', '2018-08-31 23:25:31'),
(1923, '172.16.17.32', '', '', '', '2018-08-31 23:35:53'),
(1924, '172.16.31.10', '', '', '', '2018-09-01 00:06:47'),
(1925, '172.16.31.10', '', '', '', '2018-09-01 02:26:27'),
(1926, '172.16.31.10', '', '', '', '2018-09-01 02:26:27'),
(1927, '172.16.31.10', '', '', '', '2018-09-01 02:26:27'),
(1928, '172.16.31.10', '', '', '', '2018-09-01 02:26:27'),
(1929, '192.168.3.11', '', '', '', '2018-09-01 02:51:52'),
(1930, '192.168.3.11', '', '', '', '2018-09-01 02:51:53'),
(1931, '192.168.3.11', '', '', '', '2018-09-01 02:58:06'),
(1932, '192.168.3.11', '', '', '', '2018-09-01 03:13:37'),
(1933, '192.168.3.11', '', '', '', '2018-09-01 07:55:28'),
(1934, '192.168.3.11', '', '', '', '2018-09-01 07:55:29'),
(1935, '192.168.127.12', '', '', '', '2018-09-01 09:30:35'),
(1936, '172.16.17.32', '', '', '', '2018-09-01 12:55:05'),
(1937, '172.16.17.32', '', '', '', '2018-09-01 12:55:06'),
(1938, '172.16.58.3', '', '', '', '2018-09-01 14:22:53'),
(1939, '192.168.127.12', '', '', '', '2018-09-01 16:03:36'),
(1940, '192.168.127.12', '', '', '', '2018-09-01 16:03:37'),
(1941, '192.168.127.12', '', '', '', '2018-09-01 16:03:39'),
(1942, '192.168.127.12', '', '', '', '2018-09-01 16:03:40'),
(1943, '192.168.127.12', '', '', '', '2018-09-01 16:03:41'),
(1944, '192.168.127.12', '', '', '', '2018-09-01 16:03:42'),
(1945, '172.16.31.10', '', '', '', '2018-09-01 17:03:50'),
(1946, '172.16.31.10', '', '', '', '2018-09-01 18:37:30'),
(1947, '172.16.31.10', '', '', '', '2018-09-01 18:37:32'),
(1948, '172.16.17.32', '', '', '', '2018-09-01 20:05:41'),
(1949, '172.16.31.10', '', '', '', '2018-09-01 20:49:58'),
(1950, '172.16.31.10', '', '', '', '2018-09-01 20:49:59'),
(1951, '192.168.3.11', '', '', '', '2018-09-01 21:24:45'),
(1952, '192.168.3.11', '', '', '', '2018-09-01 22:31:45'),
(1953, '192.168.127.12', '', '', '', '2018-09-01 22:48:30'),
(1954, '172.16.31.10', '', '', '', '2018-09-01 23:09:51'),
(1955, '192.168.3.11', '', '', '', '2018-09-01 23:20:53'),
(1956, '192.168.3.11', '', '', '', '2018-09-01 23:20:54'),
(1957, '172.16.17.32', '', '', '', '2018-09-02 04:55:19'),
(1958, '192.168.3.11', '', '', '', '2018-09-02 10:03:03'),
(1959, '192.168.3.11', '', '', '', '2018-09-02 11:29:38'),
(1960, '172.16.31.10', '', '', '', '2018-09-02 11:33:26'),
(1961, '172.16.31.10', '', '', '', '2018-09-02 11:33:27'),
(1962, '172.16.31.10', '', '', '', '2018-09-02 16:08:13'),
(1963, '172.16.31.10', '', '', '', '2018-09-02 16:08:14'),
(1964, '172.16.58.3', '', '', '', '2018-09-02 19:12:43'),
(1965, '172.16.58.3', '', '', '', '2018-09-02 20:30:59'),
(1966, '192.168.3.11', '', '', '', '2018-09-02 21:26:24'),
(1967, '172.16.17.32', '', '', '', '2018-09-02 21:55:22'),
(1968, '172.16.17.32', '', '', '', '2018-09-02 21:55:24'),
(1969, '172.16.17.32', '', '', '', '2018-09-02 21:55:36'),
(1970, '172.16.17.32', '', '', '', '2018-09-02 22:10:13'),
(1971, '192.168.127.12', '', '', '', '2018-09-02 22:29:02'),
(1972, '192.168.127.12', '', '', '', '2018-09-02 22:29:02'),
(1973, '192.168.127.12', '', '', '', '2018-09-03 03:39:32'),
(1974, '172.16.17.32', '', '', '', '2018-09-03 03:40:49'),
(1975, '192.168.127.12', '', '', '', '2018-09-03 04:10:39'),
(1976, '172.16.58.3', '', '', '', '2018-09-03 04:38:56'),
(1977, '192.168.3.11', '', '', '', '2018-09-03 06:29:35'),
(1978, '192.168.3.11', '', '', '', '2018-09-03 06:29:36'),
(1979, '172.16.58.3', '', '', '', '2018-09-03 09:42:16'),
(1980, '172.16.17.32', '', '', '', '2018-09-03 11:23:06'),
(1981, '172.16.17.32', '', '', '', '2018-09-03 13:02:55'),
(1982, '172.16.31.10', '', '', '', '2018-09-03 13:18:06'),
(1983, '172.16.31.10', '', '', '', '2018-09-03 13:18:06'),
(1984, '172.16.17.32', '', '', '', '2018-09-03 14:41:59'),
(1985, '192.168.3.11', '', '', '', '2018-09-03 15:26:48'),
(1986, '192.168.3.11', '', '', '', '2018-09-03 15:26:52'),
(1987, '172.16.31.10', '', '', '', '2018-09-03 16:01:29'),
(1988, '172.16.31.10', '', '', '', '2018-09-03 16:01:30'),
(1989, '172.16.31.10', '', '', '', '2018-09-03 16:01:30'),
(1990, '172.16.31.10', '', '', '', '2018-09-03 16:01:31'),
(1991, '172.16.31.10', '', '', '', '2018-09-03 16:01:40'),
(1992, '172.16.31.10', '', '', '', '2018-09-03 16:01:44'),
(1993, '172.16.17.32', '', '', '', '2018-09-03 17:03:44'),
(1994, '172.16.17.32', '', '', '', '2018-09-03 17:03:44'),
(1995, '192.168.127.12', '', '', '', '2018-09-03 17:03:48'),
(1996, '172.16.58.3', '', '', '', '2018-09-03 22:46:13'),
(1997, '172.16.17.32', '', '', '', '2018-09-03 23:02:33'),
(1998, '192.168.127.12', '', '', '', '2018-09-04 00:12:37'),
(1999, '172.16.31.10', '', '', '', '2018-09-04 00:12:38'),
(2000, '192.168.3.11', '', '', '', '2018-09-04 08:31:57'),
(2001, '172.16.17.32', '', '', '', '2018-09-04 09:51:40'),
(2002, '192.168.3.11', '', '', '', '2018-09-04 11:40:01'),
(2003, '172.16.31.10', '', '', '', '2018-09-04 11:40:02'),
(2004, '172.16.31.10', '', '', '', '2018-09-04 11:53:03'),
(2005, '172.16.31.10', '', '', '', '2018-09-04 11:53:04'),
(2006, '172.16.31.10', '', '', '', '2018-09-04 16:08:17'),
(2007, '172.16.31.10', '', '', '', '2018-09-04 16:08:19'),
(2008, '172.16.31.10', '', '', '', '2018-09-04 16:08:32'),
(2009, '172.16.31.10', '', '', '', '2018-09-04 18:26:51'),
(2010, '172.16.58.3', '', '', '', '2018-09-04 19:03:57'),
(2011, '172.16.58.3', '', '', '', '2018-09-04 22:44:13'),
(2012, '192.168.3.11', '', '', '', '2018-09-04 22:49:36'),
(2013, '192.168.3.11', '', '', '', '2018-09-04 22:49:41'),
(2014, '192.168.3.11', '', '', '', '2018-09-04 22:53:12'),
(2015, '192.168.3.11', '', '', '', '2018-09-05 00:38:32'),
(2016, '192.168.127.12', '', '', '', '2018-09-05 01:51:06'),
(2017, '172.16.31.10', '', '', '', '2018-09-05 01:51:07'),
(2018, '172.16.17.32', '', '', '', '2018-09-05 10:05:15'),
(2019, '172.16.17.32', '', '', '', '2018-09-05 10:05:15'),
(2020, '172.16.31.10', '', '', '', '2018-09-05 16:05:37'),
(2021, '172.16.31.10', '', '', '', '2018-09-05 16:05:38'),
(2022, '172.16.31.10', '', '', '', '2018-09-05 16:05:42'),
(2023, '172.16.31.10', '', '', '', '2018-09-05 16:05:48'),
(2024, '172.16.31.10', '', '', '', '2018-09-05 16:05:52'),
(2025, '172.16.31.10', '', '', '', '2018-09-05 17:15:28'),
(2026, '172.16.17.32', '', '', '', '2018-09-05 17:27:12'),
(2027, '192.168.127.12', '', '', '', '2018-09-06 03:24:10'),
(2028, '172.16.58.3', '', '', '', '2018-09-06 03:38:26'),
(2029, '172.16.58.3', '', '', '', '2018-09-06 03:38:27'),
(2030, '172.16.58.3', '', '', '', '2018-09-06 08:44:55'),
(2031, '172.16.31.10', '', '', '', '2018-09-06 08:51:32'),
(2032, '172.16.17.32', '', '', '', '2018-09-06 11:40:03'),
(2033, '172.16.17.32', '', '', '', '2018-09-06 11:40:04'),
(2034, '172.16.17.32', '', '', '', '2018-09-06 15:36:01'),
(2035, '192.168.127.12', '', '', '', '2018-09-06 16:02:26'),
(2036, '192.168.127.12', '', '', '', '2018-09-06 16:02:27'),
(2037, '192.168.127.12', '', '', '', '2018-09-06 16:02:32'),
(2038, '192.168.127.12', '', '', '', '2018-09-06 16:02:38'),
(2039, '192.168.127.12', '', '', '', '2018-09-06 16:02:49'),
(2040, '192.168.127.12', '', '', '', '2018-09-06 16:02:58'),
(2041, '192.168.127.12', '', '', '', '2018-09-06 16:03:02'),
(2042, '192.168.127.12', '', '', '', '2018-09-06 16:03:03'),
(2043, '192.168.127.12', '', '', '', '2018-09-06 16:03:08'),
(2044, '192.168.127.12', '', '', '', '2018-09-06 16:03:27'),
(2045, '192.168.127.12', '', '', '', '2018-09-06 16:03:32'),
(2046, '192.168.127.12', '', '', '', '2018-09-06 16:03:38'),
(2047, '192.168.3.11', '', '', '', '2018-09-06 23:29:18'),
(2048, '192.168.3.11', '', '', '', '2018-09-07 01:21:15'),
(2049, '172.16.31.10', '', '', '', '2018-09-07 04:16:59'),
(2050, '172.16.17.32', '', '', '', '2018-09-07 05:19:02'),
(2051, '172.16.17.32', '', '', '', '2018-09-07 05:19:02'),
(2052, '192.168.3.11', '', '', '', '2018-09-07 08:30:02'),
(2053, '172.16.17.32', '', '', '', '2018-09-07 10:46:43'),
(2054, '172.16.17.32', '', '', '', '2018-09-07 10:46:44'),
(2055, '172.16.17.32', '', '', '', '2018-09-07 10:57:40'),
(2056, '172.16.17.32', '', '', '', '2018-09-07 10:57:41'),
(2057, '172.16.17.32', '', '', '', '2018-09-07 11:11:34'),
(2058, '172.16.58.3', '', '', '', '2018-09-07 12:07:39'),
(2059, '172.16.17.32', '', '', '', '2018-09-07 12:44:11'),
(2060, '172.16.17.32', '', '', '', '2018-09-07 12:44:12'),
(2061, '192.168.3.11', '', '', '', '2018-09-07 12:44:17'),
(2062, '172.16.17.32', '', '', '', '2018-09-07 13:13:57'),
(2063, '192.168.127.12', '', '', '', '2018-09-07 15:10:42'),
(2064, '192.168.127.12', '', '', '', '2018-09-07 15:39:36'),
(2065, '172.16.58.3', '', '', '', '2018-09-07 15:51:55'),
(2066, '172.16.17.32', '', '', '', '2018-09-07 15:51:55'),
(2067, '172.16.31.10', '', '', '', '2018-09-07 15:53:46'),
(2068, '172.16.31.10', '', '', '', '2018-09-07 15:53:47'),
(2069, '184.154.139.47', '', '', '', '2018-09-07 16:11:03'),
(2070, '192.168.3.11', '', '', '', '2018-09-07 16:11:05'),
(2071, '192.168.3.11', '', '', '', '2018-09-07 16:11:06'),
(2072, '192.168.3.11', '', '', '', '2018-09-07 16:11:11'),
(2073, '172.16.17.32', '', '', '', '2018-09-07 16:25:42'),
(2074, '172.16.31.10', '', '', '', '2018-09-07 16:25:43'),
(2075, '172.16.17.32', '', '', '', '2018-09-07 16:27:36'),
(2076, '192.168.3.11', '', '', '', '2018-09-07 19:16:47'),
(2077, '172.16.58.3', '', '', '', '2018-09-07 23:54:36'),
(2078, '172.16.31.10', '', '', '', '2018-09-08 01:36:00'),
(2079, '172.16.17.32', '', '', '', '2018-09-08 02:24:16'),
(2080, '192.168.3.11', '', '', '', '2018-09-08 02:24:53'),
(2081, '192.168.127.12', '', '', '', '2018-09-08 02:32:18'),
(2082, '172.16.31.10', '', '', '', '2018-09-08 02:43:08'),
(2083, '172.16.17.32', '', '', '', '2018-09-08 02:55:34'),
(2084, '192.168.3.11', '', '', '', '2018-09-08 04:13:51'),
(2085, '192.168.3.11', '', '', '', '2018-09-08 04:41:30'),
(2086, '172.16.31.10', '', '', '', '2018-09-08 04:54:37'),
(2087, '192.168.3.11', '', '', '', '2018-09-08 06:09:16'),
(2088, '172.16.17.32', '', '', '', '2018-09-08 06:10:04'),
(2089, '172.16.58.3', '', '', '', '2018-09-08 06:36:46'),
(2090, '172.16.31.10', '', '', '', '2018-09-08 07:03:40'),
(2091, '172.16.17.32', '', '', '', '2018-09-08 08:12:53'),
(2092, '172.16.31.10', '', '', '', '2018-09-08 11:17:29'),
(2093, '172.16.31.10', '', '', '', '2018-09-08 11:17:31'),
(2094, '172.16.31.10', '', '', '', '2018-09-08 11:25:35'),
(2095, '172.16.31.10', '', '', '', '2018-09-08 11:25:37'),
(2096, '172.16.17.32', '', '', '', '2018-09-08 12:41:13'),
(2097, '172.16.17.32', '', '', '', '2018-09-08 12:41:15'),
(2098, '172.16.17.32', '', '', '', '2018-09-08 12:45:42'),
(2099, '192.168.3.11', '', '', '', '2018-09-08 12:46:01'),
(2100, '172.16.17.32', '', '', '', '2018-09-08 12:48:29'),
(2101, '172.16.17.32', '', '', '', '2018-09-08 14:22:52'),
(2102, '172.16.31.10', '', '', '', '2018-09-08 16:02:44'),
(2103, '172.16.31.10', '', '', '', '2018-09-08 16:02:46'),
(2104, '172.16.31.10', '', '', '', '2018-09-08 16:02:52'),
(2105, '172.16.31.10', '', '', '', '2018-09-08 16:02:55'),
(2106, '172.16.31.10', '', '', '', '2018-09-08 16:02:57'),
(2107, '172.16.58.3', '', '', '', '2018-09-08 16:35:20'),
(2108, '172.16.17.32', '', '', '', '2018-09-08 16:47:45'),
(2109, '172.16.17.32', '', '', '', '2018-09-08 17:13:39'),
(2110, '172.16.17.32', '', '', '', '2018-09-08 17:43:31'),
(2111, '172.16.58.3', '', '', '', '2018-09-08 18:16:43'),
(2112, '172.16.31.10', '', '', '', '2018-09-08 19:36:32'),
(2113, '172.16.31.10', '', '', '', '2018-09-08 20:41:59'),
(2114, '172.16.17.32', '', '', '', '2018-09-08 21:47:26'),
(2115, '172.16.17.32', '', '', '', '2018-09-08 22:42:12'),
(2116, '172.16.17.32', '', '', '', '2018-09-08 22:42:12'),
(2117, '192.168.127.12', '', '', '', '2018-09-09 00:37:46'),
(2118, '192.168.3.11', '', '', '', '2018-09-09 00:42:29'),
(2119, '172.16.31.10', '', '', '', '2018-09-09 02:24:56'),
(2120, '192.168.3.11', '', '', '', '2018-09-09 02:24:58'),
(2121, '172.16.58.3', '', '', '', '2018-09-09 02:42:24'),
(2122, '172.16.31.10', '', '', '', '2018-09-09 03:01:46'),
(2123, '192.168.3.11', '', '', '', '2018-09-09 03:03:23'),
(2124, '192.168.3.11', '', '', '', '2018-09-09 03:04:57'),
(2125, '172.16.17.32', '', '', '', '2018-09-09 03:55:22'),
(2126, '172.16.17.32', '', '', '', '2018-09-09 04:09:30'),
(2127, '172.16.58.3', '', '', '', '2018-09-09 05:05:45'),
(2128, '172.16.31.10', '', '', '', '2018-09-09 06:15:05'),
(2129, '172.16.31.10', '', '', '', '2018-09-09 06:15:06'),
(2130, '172.16.31.10', '', '', '', '2018-09-09 06:39:24'),
(2131, '172.16.17.32', '', '', '', '2018-09-09 08:31:46'),
(2132, '172.16.17.32', '', '', '', '2018-09-09 08:31:47'),
(2133, '172.16.58.3', '', '', '', '2018-09-09 08:43:55'),
(2134, '172.16.17.32', '', '', '', '2018-09-09 08:43:56'),
(2135, '172.16.31.10', '', '', '', '2018-09-09 10:00:16'),
(2136, '172.16.31.10', '', '', '', '2018-09-09 10:01:39'),
(2137, '172.16.17.32', '', '', '', '2018-09-09 10:49:34'),
(2138, '172.16.17.32', '', '', '', '2018-09-09 10:49:35'),
(2139, '172.16.17.32', '', '', '', '2018-09-09 10:52:26'),
(2140, '192.168.3.11', '', '', '', '2018-09-09 10:56:27'),
(2141, '192.168.3.11', '', '', '', '2018-09-09 10:58:11'),
(2142, '172.16.17.32', '', '', '', '2018-09-09 11:01:44'),
(2143, '192.168.3.11', '', '', '', '2018-09-09 11:09:41'),
(2144, '172.16.17.32', '', '', '', '2018-09-09 12:09:21'),
(2145, '172.16.17.32', '', '', '', '2018-09-09 12:09:22'),
(2146, '172.16.17.32', '', '', '', '2018-09-09 12:26:26'),
(2147, '172.16.17.32', '', '', '', '2018-09-09 13:27:01'),
(2148, '192.168.127.12', '', '', '', '2018-09-09 13:42:41'),
(2149, '172.16.17.32', '', '', '', '2018-09-09 14:33:40'),
(2150, '192.168.3.11', '', '', '', '2018-09-09 16:07:32'),
(2151, '192.168.3.11', '', '', '', '2018-09-09 16:07:35'),
(2152, '192.168.3.11', '', '', '', '2018-09-09 16:07:36'),
(2153, '192.168.3.11', '', '', '', '2018-09-09 16:07:39'),
(2154, '192.168.3.11', '', '', '', '2018-09-09 16:07:40'),
(2155, '192.168.3.11', '', '', '', '2018-09-09 16:07:49'),
(2156, '192.168.3.11', '', '', '', '2018-09-09 17:01:23'),
(2157, '192.168.3.11', '', '', '', '2018-09-09 17:01:25'),
(2158, '192.168.3.11', '', '', '', '2018-09-09 17:27:59'),
(2159, '172.16.31.10', '', '', '', '2018-09-09 17:50:31'),
(2160, '172.16.31.10', '', '', '', '2018-09-09 17:50:33'),
(2161, '172.16.31.10', '', '', '', '2018-09-09 20:40:09'),
(2162, '172.16.58.3', '', '', '', '2018-09-09 22:20:49'),
(2163, '172.16.31.10', '', '', '', '2018-09-10 06:26:57'),
(2164, '172.16.58.3', '', '', '', '2018-09-10 10:26:30'),
(2165, '172.16.17.32', '', '', '', '2018-09-10 10:26:31'),
(2166, '172.16.31.10', '', '', '', '2018-09-10 11:26:17'),
(2167, '172.16.31.10', '', '', '', '2018-09-10 11:26:18'),
(2168, '172.16.17.32', '', '', '', '2018-09-10 13:35:46'),
(2169, '172.16.31.10', '', '', '', '2018-09-10 15:29:24'),
(2170, '192.168.3.11', '', '', '', '2018-09-10 16:04:52'),
(2171, '192.168.3.11', '', '', '', '2018-09-10 16:04:54'),
(2172, '192.168.3.11', '', '', '', '2018-09-10 16:05:01'),
(2173, '192.168.3.11', '', '', '', '2018-09-10 16:05:05'),
(2174, '192.168.3.11', '', '', '', '2018-09-10 16:05:08'),
(2175, '192.168.3.11', '', '', '', '2018-09-10 18:22:10'),
(2176, '192.168.3.11', '', '', '', '2018-09-10 19:18:32'),
(2177, '172.16.31.10', '', '', '', '2018-09-10 19:18:41'),
(2178, '172.16.31.10', '', '', '', '2018-09-10 19:24:50'),
(2179, '172.16.31.10', '', '', '', '2018-09-10 19:25:01'),
(2180, '172.16.17.32', '', '', '', '2018-09-10 22:30:24'),
(2181, '192.168.3.11', '', '', '', '2018-09-10 23:15:23'),
(2182, '172.16.17.32', '', '', '', '2018-09-11 01:41:48'),
(2183, '172.16.17.32', '', '', '', '2018-09-11 01:41:50'),
(2184, '172.16.17.32', '', '', '', '2018-09-11 01:58:26'),
(2185, '172.16.31.10', '', '', '', '2018-09-11 02:18:26'),
(2186, '172.16.31.10', '', '', '', '2018-09-11 02:18:28'),
(2187, '172.16.17.32', '', '', '', '2018-09-11 02:54:52'),
(2188, '172.16.17.32', '', '', '', '2018-09-11 05:17:12'),
(2189, '172.16.31.10', '', '', '', '2018-09-11 07:14:14'),
(2190, '172.16.31.10', '', '', '', '2018-09-11 07:14:15'),
(2191, '172.16.17.32', '', '', '', '2018-09-11 07:16:15'),
(2192, '192.168.3.11', '', '', '', '2018-09-11 09:32:55'),
(2193, '172.16.17.32', '', '', '', '2018-09-11 12:12:08'),
(2194, '172.16.58.3', '', '', '', '2018-09-11 12:12:09'),
(2195, '192.168.3.11', '', '', '', '2018-09-11 16:07:27'),
(2196, '192.168.3.11', '', '', '', '2018-09-11 16:07:29'),
(2197, '192.168.3.11', '', '', '', '2018-09-11 16:07:33'),
(2198, '192.168.3.11', '', '', '', '2018-09-11 16:07:44'),
(2199, '192.168.3.11', '', '', '', '2018-09-11 16:07:47'),
(2200, '172.16.17.32', '', '', '', '2018-09-11 17:40:34'),
(2201, '192.168.127.12', '', '', '', '2018-09-11 19:44:44'),
(2202, '192.168.127.12', '', '', '', '2018-09-11 19:44:48'),
(2203, '192.168.127.12', '', '', '', '2018-09-11 19:44:50'),
(2204, '192.168.127.12', '', '', '', '2018-09-11 19:44:51'),
(2205, '192.168.127.12', '', '', '', '2018-09-11 19:44:57'),
(2206, '192.168.127.12', '', '', '', '2018-09-11 19:45:01'),
(2207, '192.168.127.12', '', '', '', '2018-09-11 19:45:07'),
(2208, '192.168.127.12', '', '', '', '2018-09-11 19:45:08'),
(2209, '192.168.3.11', '', '', '', '2018-09-12 00:58:13'),
(2210, '172.16.17.32', '', '', '', '2018-09-12 00:58:15'),
(2211, '172.16.17.32', '', '', '', '2018-09-12 07:12:55'),
(2212, '172.16.17.32', '', '', '', '2018-09-12 07:12:57'),
(2213, '192.168.3.11', '', '', '', '2018-09-12 10:49:59'),
(2214, '192.168.3.11', '', '', '', '2018-09-12 10:50:01'),
(2215, '172.16.17.32', '', '', '', '2018-09-12 10:54:54'),
(2216, '172.16.17.32', '', '', '', '2018-09-12 15:01:24'),
(2217, '172.16.31.10', '', '', '', '2018-09-12 16:06:50'),
(2218, '172.16.31.10', '', '', '', '2018-09-12 16:06:53'),
(2219, '172.16.31.10', '', '', '', '2018-09-12 16:06:59'),
(2220, '172.16.31.10', '', '', '', '2018-09-12 16:07:05'),
(2221, '172.16.17.32', '', '', '', '2018-09-12 16:22:59'),
(2222, '192.168.127.12', '', '', '', '2018-09-12 18:02:08'),
(2223, '192.168.127.12', '', '', '', '2018-09-12 18:02:11'),
(2224, '192.168.127.12', '', '', '', '2018-09-12 18:02:13'),
(2225, '192.168.127.12', '', '', '', '2018-09-12 18:02:14'),
(2226, '192.168.127.12', '', '', '', '2018-09-12 18:02:17'),
(2227, '192.168.127.12', '', '', '', '2018-09-12 18:02:20'),
(2228, '192.168.127.12', '', '', '', '2018-09-12 18:02:21'),
(2229, '192.168.127.12', '', '', '', '2018-09-12 18:02:22'),
(2230, '192.168.127.12', '', '', '', '2018-09-12 18:02:24'),
(2231, '192.168.127.12', '', '', '', '2018-09-12 18:02:25'),
(2232, '192.168.127.12', '', '', '', '2018-09-12 18:02:26'),
(2233, '172.16.17.32', '', '', '', '2018-09-12 18:48:26'),
(2234, '192.168.3.11', '', '', '', '2018-09-12 18:48:28'),
(2235, '172.16.31.10', '', '', '', '2018-09-12 22:28:41'),
(2236, '172.16.31.10', '', '', '', '2018-09-13 01:10:11'),
(2237, '172.16.17.32', '', '', '', '2018-09-13 02:27:35'),
(2238, '172.16.31.10', '', '', '', '2018-09-13 02:34:03'),
(2239, '172.16.17.32', '', '', '', '2018-09-13 02:44:19'),
(2240, '172.16.17.32', '', '', '', '2018-09-13 02:44:21'),
(2241, '172.16.31.10', '', '', '', '2018-09-13 13:25:31'),
(2242, '172.16.31.10', '', '', '', '2018-09-13 13:25:33'),
(2243, '172.16.31.10', '', '', '', '2018-09-13 13:58:08'),
(2244, '172.16.31.10', '', '', '', '2018-09-13 15:25:28'),
(2245, '172.16.31.10', '', '', '', '2018-09-13 15:55:00'),
(2246, '172.16.31.10', '', '', '', '2018-09-13 16:04:05'),
(2247, '172.16.31.10', '', '', '', '2018-09-13 16:04:07'),
(2248, '172.16.31.10', '', '', '', '2018-09-13 16:04:14'),
(2249, '172.16.31.10', '', '', '', '2018-09-13 16:04:19'),
(2250, '172.16.31.10', '', '', '', '2018-09-13 16:04:21'),
(2251, '172.16.31.10', '', '', '', '2018-09-13 18:39:14'),
(2252, '192.168.3.11', '', '', '', '2018-09-13 18:40:39'),
(2253, '172.16.58.3', '', '', '', '2018-09-13 19:30:09'),
(2254, '172.16.31.10', '', '', '', '2018-09-13 22:57:57'),
(2255, '172.16.17.32', '', '', '', '2018-09-13 22:58:00'),
(2256, '192.168.127.12', '', '', '', '2018-09-14 02:47:57'),
(2257, '192.168.3.11', '', '', '', '2018-09-14 04:28:06'),
(2258, '192.168.3.11', '', '', '', '2018-09-14 04:28:08'),
(2259, '192.168.3.11', '', '', '', '2018-09-14 04:34:36'),
(2260, '172.16.31.10', '', '', '', '2018-09-14 04:51:44'),
(2261, '192.168.3.11', '', '', '', '2018-09-14 06:44:38'),
(2262, '172.16.31.10', '', '', '', '2018-09-14 12:21:30'),
(2263, '172.16.31.10', '', '', '', '2018-09-14 12:21:32'),
(2264, '172.16.31.10', '', '', '', '2018-09-14 14:21:02'),
(2265, '192.168.3.11', '', '', '', '2018-09-14 16:02:17'),
(2266, '192.168.3.11', '', '', '', '2018-09-14 16:02:19'),
(2267, '192.168.3.11', '', '', '', '2018-09-14 16:02:24'),
(2268, '192.168.3.11', '', '', '', '2018-09-14 16:02:27'),
(2269, '192.168.3.11', '', '', '', '2018-09-14 16:02:30'),
(2270, '192.168.3.11', '', '', '', '2018-09-14 16:02:35'),
(2271, '192.168.127.12', '', '', '', '2018-09-15 00:25:03'),
(2272, '192.168.127.12', '', '', '', '2018-09-15 00:25:05'),
(2273, '172.16.31.10', '', '', '', '2018-09-15 00:31:22'),
(2274, '192.168.127.12', '', '', '', '2018-09-15 05:47:41'),
(2275, '192.168.3.11', '', '', '', '2018-09-15 06:13:38'),
(2276, '192.168.3.11', '', '', '', '2018-09-15 06:13:40'),
(2277, '172.16.17.32', '', '', '', '2018-09-15 09:10:53'),
(2278, '172.16.17.32', '', '', '', '2018-09-15 11:13:24'),
(2279, '172.16.17.32', '', '', '', '2018-09-15 11:29:48'),
(2280, '172.16.17.32', '', '', '', '2018-09-15 11:29:49'),
(2281, '172.16.17.32', '', '', '', '2018-09-15 14:17:01'),
(2282, '172.16.17.32', '', '', '', '2018-09-15 14:17:19'),
(2283, '172.16.17.32', '', '', '', '2018-09-15 14:37:03'),
(2284, '192.168.3.11', '', '', '', '2018-09-15 16:09:43'),
(2285, '192.168.3.11', '', '', '', '2018-09-15 16:09:45'),
(2286, '192.168.3.11', '', '', '', '2018-09-15 16:09:50'),
(2287, '192.168.3.11', '', '', '', '2018-09-15 16:09:55'),
(2288, '192.168.3.11', '', '', '', '2018-09-15 16:09:58'),
(2289, '172.16.17.32', '', '', '', '2018-09-15 22:33:58'),
(2290, '172.16.31.10', '', '', '', '2018-09-16 02:58:06'),
(2291, '192.168.3.11', '', '', '', '2018-09-16 07:49:27'),
(2292, '172.16.17.32', '', '', '', '2018-09-16 07:49:29'),
(2293, '172.16.31.10', '', '', '', '2018-09-16 07:50:55'),
(2294, '192.168.3.11', '', '', '', '2018-09-16 09:08:27'),
(2295, '172.16.31.10', '', '', '', '2018-09-16 11:19:08'),
(2296, '172.16.31.10', '', '', '', '2018-09-16 11:19:10'),
(2297, '172.16.17.32', '', '', '', '2018-09-16 11:54:04'),
(2298, '172.16.17.32', '', '', '', '2018-09-16 11:54:05'),
(2299, '192.168.127.12', '', '', '', '2018-09-16 14:12:51'),
(2300, '192.168.127.12', '', '', '', '2018-09-16 16:06:47'),
(2301, '192.168.127.12', '', '', '', '2018-09-16 16:06:50'),
(2302, '192.168.127.12', '', '', '', '2018-09-16 16:06:52'),
(2303, '192.168.127.12', '', '', '', '2018-09-16 16:06:54'),
(2304, '192.168.127.12', '', '', '', '2018-09-16 16:06:57'),
(2305, '192.168.127.12', '', '', '', '2018-09-16 16:07:00'),
(2306, '172.16.17.32', '', '', '', '2018-09-16 23:52:06'),
(2307, '172.16.17.32', '', '', '', '2018-09-16 23:52:08'),
(2308, '172.16.17.32', '', '', '', '2018-09-17 02:25:24'),
(2309, '172.16.17.32', '', '', '', '2018-09-17 02:25:25'),
(2310, '192.168.3.11', '', '', '', '2018-09-17 03:31:35'),
(2311, '172.16.31.10', '', '', '', '2018-09-17 04:42:47'),
(2312, '172.16.58.3', '', '', '', '2018-09-17 04:43:03'),
(2313, '172.16.17.32', '', '', '', '2018-09-17 04:53:31'),
(2314, '172.16.17.32', '', '', '', '2018-09-17 04:53:33'),
(2315, '172.16.31.10', '', '', '', '2018-09-17 04:59:05'),
(2316, '172.16.31.10', '', '', '', '2018-09-17 06:15:02'),
(2317, '172.16.31.10', '', '', '', '2018-09-17 07:37:45'),
(2318, '172.16.31.10', '', '', '', '2018-09-17 09:03:02'),
(2319, '172.16.31.10', '', '', '', '2018-09-17 09:03:02'),
(2320, '172.16.17.32', '', '', '', '2018-09-17 09:35:15'),
(2321, '192.168.3.11', '', '', '', '2018-09-17 09:35:16'),
(2322, '172.16.17.32', '', '', '', '2018-09-17 11:46:45'),
(2323, '172.16.17.32', '', '', '', '2018-09-17 11:46:50'),
(2324, '172.16.17.32', '', '', '', '2018-09-17 11:46:52'),
(2325, '172.16.58.3', '', '', '', '2018-09-17 12:46:33'),
(2326, '172.16.31.10', '', '', '', '2018-09-17 13:13:56'),
(2327, '172.16.17.32', '', '', '', '2018-09-17 16:03:39'),
(2328, '172.16.17.32', '', '', '', '2018-09-17 16:07:23'),
(2329, '172.16.17.32', '', '', '', '2018-09-17 16:07:24'),
(2330, '172.16.31.10', '', '', '', '2018-09-17 16:09:00'),
(2331, '172.16.31.10', '', '', '', '2018-09-17 16:09:03'),
(2332, '172.16.31.10', '', '', '', '2018-09-17 16:09:09'),
(2333, '172.16.31.10', '', '', '', '2018-09-17 16:09:18'),
(2334, '172.16.31.10', '', '', '', '2018-09-17 16:09:21'),
(2335, '172.16.31.10', '', '', '', '2018-09-17 16:54:28'),
(2336, '172.16.58.3', '', '', '', '2018-09-17 23:41:57'),
(2337, '192.168.127.12', '', '', '', '2018-09-18 00:33:25'),
(2338, '192.168.3.11', '', '', '', '2018-09-18 03:29:09'),
(2339, '192.168.3.11', '', '', '', '2018-09-18 04:26:06'),
(2340, '172.16.58.3', '', '', '', '2018-09-18 04:41:28'),
(2341, '172.16.31.10', '', '', '', '2018-09-18 10:01:13'),
(2342, '172.16.31.10', '', '', '', '2018-09-18 10:01:14'),
(2343, '172.16.31.10', '', '', '', '2018-09-18 10:01:17'),
(2344, '172.16.31.10', '', '', '', '2018-09-18 10:01:19'),
(2345, '172.16.31.10', '', '', '', '2018-09-18 10:01:33'),
(2346, '172.16.31.10', '', '', '', '2018-09-18 10:01:38'),
(2347, '172.16.31.10', '', '', '', '2018-09-18 10:01:40'),
(2348, '172.16.31.10', '', '', '', '2018-09-18 10:01:48'),
(2349, '172.16.31.10', '', '', '', '2018-09-18 10:01:49'),
(2350, '172.16.31.10', '', '', '', '2018-09-18 10:01:50'),
(2351, '172.16.17.32', '', '', '', '2018-09-18 11:12:45'),
(2352, '172.16.17.32', '', '', '', '2018-09-18 11:12:48'),
(2353, '172.16.31.10', '', '', '', '2018-09-18 11:14:33'),
(2354, '172.16.31.10', '', '', '', '2018-09-18 11:14:33'),
(2355, '192.168.3.11', '', '', '', '2018-09-18 14:55:00'),
(2356, '192.168.3.11', '', '', '', '2018-09-18 16:03:36'),
(2357, '192.168.3.11', '', '', '', '2018-09-18 16:03:38'),
(2358, '192.168.3.11', '', '', '', '2018-09-18 16:03:44'),
(2359, '192.168.3.11', '', '', '', '2018-09-18 16:03:46'),
(2360, '192.168.3.11', '', '', '', '2018-09-18 16:03:50'),
(2361, '192.168.3.11', '', '', '', '2018-09-18 16:03:51'),
(2362, '172.16.17.32', '', '', '', '2018-09-18 16:42:09'),
(2363, '172.16.58.3', '', '', '', '2018-09-18 16:42:10'),
(2364, '172.16.31.10', '', '', '', '2018-09-18 16:43:58'),
(2365, '172.16.17.32', '', '', '', '2018-09-18 16:43:59'),
(2366, '192.168.3.11', '', '', '', '2018-09-18 16:44:56'),
(2367, '172.16.58.3', '', '', '', '2018-09-18 17:15:54'),
(2368, '192.168.127.12', '', '', '', '2018-09-19 03:32:50'),
(2369, '192.168.127.12', '', '', '', '2018-09-19 08:02:46'),
(2370, '172.16.31.10', '', '', '', '2018-09-19 12:16:24'),
(2371, '172.16.31.10', '', '', '', '2018-09-19 12:16:27'),
(2372, '172.16.31.10', '', '', '', '2018-09-19 14:37:34'),
(2373, '172.16.31.10', '', '', '', '2018-09-19 16:02:56'),
(2374, '172.16.31.10', '', '', '', '2018-09-19 16:02:58'),
(2375, '172.16.31.10', '', '', '', '2018-09-19 16:03:16'),
(2376, '172.16.31.10', '', '', '', '2018-09-19 17:15:05'),
(2377, '172.16.31.10', '', '', '', '2018-09-19 21:43:39'),
(2378, '172.16.31.10', '', '', '', '2018-09-19 21:57:19'),
(2379, '192.168.3.118', '', '', '', '2018-09-19 21:58:47'),
(2380, '172.16.31.10', '', '', '', '2018-09-19 23:29:09'),
(2381, '192.168.3.11', '', '', '', '2018-09-20 00:43:40'),
(2382, '172.16.58.3', '', '', '', '2018-09-20 01:42:08'),
(2383, '192.168.3.11', '', '', '', '2018-09-20 03:33:28'),
(2384, '172.16.31.10', '', '', '', '2018-09-20 03:33:30'),
(2385, '172.16.31.10', '', '', '', '2018-09-20 03:41:51'),
(2386, '172.16.31.10', '', '', '', '2018-09-20 03:41:53'),
(2387, '172.16.31.10', '', '', '', '2018-09-20 05:23:57'),
(2388, '172.16.17.32', '', '', '', '2018-09-20 05:31:36'),
(2389, '172.16.58.3', '', '', '', '2018-09-20 08:18:00'),
(2390, '172.16.31.10', '', '', '', '2018-09-20 08:45:23'),
(2391, '172.16.31.10', '', '', '', '2018-09-20 10:33:07'),
(2392, '172.16.31.10', '', '', '', '2018-09-20 10:33:09'),
(2393, '172.16.58.3', '', '', '', '2018-09-20 13:38:18'),
(2394, '172.16.31.10', '', '', '', '2018-09-20 16:09:54'),
(2395, '172.16.31.10', '', '', '', '2018-09-20 16:09:56'),
(2396, '172.16.31.10', '', '', '', '2018-09-20 16:09:57'),
(2397, '172.16.31.10', '', '', '', '2018-09-20 16:10:04'),
(2398, '172.16.31.10', '', '', '', '2018-09-20 16:10:05'),
(2399, '172.16.31.10', '', '', '', '2018-09-20 16:10:10'),
(2400, '172.16.31.10', '', '', '', '2018-09-20 16:46:59'),
(2401, '192.168.3.11', '', '', '', '2018-09-21 01:06:30'),
(2402, '172.16.31.10', '', '', '', '2018-09-21 02:56:57'),
(2403, '172.16.58.3', '', '', '', '2018-09-21 03:01:29'),
(2404, '172.16.17.32', '', '', '', '2018-09-21 03:46:48'),
(2405, '172.16.17.32', '', '', '', '2018-09-21 03:47:54'),
(2406, '172.16.31.10', '', '', '', '2018-09-21 04:33:10'),
(2407, '172.16.31.10', '', '', '', '2018-09-21 09:16:00'),
(2408, '172.16.31.10', '', '', '', '2018-09-21 09:16:01'),
(2409, '192.168.3.11', '', '', '', '2018-09-21 16:06:52'),
(2410, '192.168.3.11', '', '', '', '2018-09-21 16:06:54'),
(2411, '172.16.17.32', '', '', '', '2018-09-21 16:30:05'),
(2412, '172.16.31.10', '', '', '', '2018-09-21 16:30:06'),
(2413, '192.168.127.12', '', '', '', '2018-09-21 17:56:37'),
(2414, '192.168.3.11', '', '', '', '2018-09-21 17:56:48'),
(2415, '172.16.31.10', '', '', '', '2018-09-21 18:55:28'),
(2416, '172.16.17.32', '', '', '', '2018-09-21 19:09:38'),
(2417, '192.168.3.11', '', '', '', '2018-09-21 19:12:57'),
(2418, '172.16.17.32', '', '', '', '2018-09-21 19:12:58'),
(2419, '172.16.58.3', '', '', '', '2018-09-21 22:37:41'),
(2420, '192.168.3.11', '', '', '', '2018-09-21 23:03:53'),
(2421, '192.168.3.11', '', '', '', '2018-09-21 23:03:55'),
(2422, '192.168.3.11', '', '', '', '2018-09-22 02:43:25'),
(2423, '192.168.3.11', '', '', '', '2018-09-22 02:43:26'),
(2424, '192.168.3.11', '', '', '', '2018-09-22 02:58:44'),
(2425, '172.16.17.32', '', '', '', '2018-09-22 03:02:44'),
(2426, '172.16.17.32', '', '', '', '2018-09-22 03:36:15'),
(2427, '172.16.31.10', '', '', '', '2018-09-22 05:23:47'),
(2428, '172.16.17.32', '', '', '', '2018-09-22 05:28:05'),
(2429, '172.16.17.32', '', '', '', '2018-09-22 05:28:06'),
(2430, '192.168.3.11', '', '', '', '2018-09-22 05:59:17'),
(2431, '172.16.17.32', '', '', '', '2018-09-22 05:59:41'),
(2432, '172.16.31.10', '', '', '', '2018-09-22 06:17:05'),
(2433, '172.16.31.10', '', '', '', '2018-09-22 06:17:07'),
(2434, '192.168.3.11', '', '', '', '2018-09-22 06:58:18'),
(2435, '192.168.127.12', '', '', '', '2018-09-22 08:41:36'),
(2436, '172.16.17.32', '', '', '', '2018-09-22 11:48:40'),
(2437, '172.16.17.32', '', '', '', '2018-09-22 11:48:42'),
(2438, '172.16.31.10', '', '', '', '2018-09-22 14:45:55'),
(2439, '172.16.31.10', '', '', '', '2018-09-22 14:46:06'),
(2440, '172.16.31.10', '', '', '', '2018-09-22 15:00:30'),
(2441, '192.168.3.11', '', '', '', '2018-09-22 16:03:20'),
(2442, '192.168.3.11', '', '', '', '2018-09-22 16:03:22'),
(2443, '192.168.3.11', '', '', '', '2018-09-22 16:03:23'),
(2444, '192.168.3.11', '', '', '', '2018-09-22 16:03:26'),
(2445, '192.168.3.11', '', '', '', '2018-09-22 16:03:30'),
(2446, '192.168.3.11', '', '', '', '2018-09-22 16:03:31'),
(2447, '192.168.3.11', '', '', '', '2018-09-22 16:03:33'),
(2448, '192.168.3.11', '', '', '', '2018-09-22 22:01:24'),
(2449, '192.168.3.11', '', '', '', '2018-09-23 03:54:10'),
(2450, '172.16.17.32', '', '', '', '2018-09-23 03:54:11'),
(2451, '172.16.31.10', '', '', '', '2018-09-23 05:48:24'),
(2452, '192.168.127.12', '', '', '', '2018-09-23 07:15:02'),
(2453, '192.168.127.12', '', '', '', '2018-09-23 07:15:09'),
(2454, '172.16.31.10', '', '', '', '2018-09-23 07:45:36'),
(2455, '172.16.31.10', '', '', '', '2018-09-23 09:10:08'),
(2456, '172.16.31.10', '', '', '', '2018-09-23 09:43:02'),
(2457, '172.16.58.3', '', '', '', '2018-09-23 11:17:31'),
(2458, '172.16.58.3', '', '', '', '2018-09-23 11:17:33'),
(2459, '172.16.58.3', '', '', '', '2018-09-23 11:17:34'),
(2460, '172.16.58.3', '', '', '', '2018-09-23 11:17:36'),
(2461, '172.16.58.3', '', '', '', '2018-09-23 11:17:38'),
(2462, '172.16.58.3', '', '', '', '2018-09-23 11:17:40'),
(2463, '172.16.58.3', '', '', '', '2018-09-23 11:17:42'),
(2464, '172.16.58.3', '', '', '', '2018-09-23 11:17:43'),
(2465, '172.16.58.3', '', '', '', '2018-09-23 11:17:44'),
(2466, '172.16.31.10', '', '', '', '2018-09-23 11:23:49'),
(2467, '172.16.31.10', '', '', '', '2018-09-23 11:34:58'),
(2468, '172.16.31.10', '', '', '', '2018-09-23 11:35:01'),
(2469, '172.16.31.10', '', '', '', '2018-09-23 11:39:02'),
(2470, '172.16.58.3', '', '', '', '2018-09-23 13:02:56'),
(2471, '172.16.31.10', '', '', '', '2018-09-23 14:43:51'),
(2472, '172.16.31.10', '', '', '', '2018-09-23 16:02:51'),
(2473, '172.16.31.10', '', '', '', '2018-09-23 16:02:53'),
(2474, '172.16.31.10', '', '', '', '2018-09-23 16:03:00'),
(2475, '192.168.3.11', '', '', '', '2018-09-23 16:30:10'),
(2476, '192.168.3.11', '', '', '', '2018-09-23 16:30:11'),
(2477, '192.168.3.11', '', '', '', '2018-09-23 16:30:12'),
(2478, '192.168.3.11', '', '', '', '2018-09-23 16:30:14'),
(2479, '192.168.3.11', '', '', '', '2018-09-23 16:30:16'),
(2480, '192.168.3.11', '', '', '', '2018-09-23 16:30:18'),
(2481, '192.168.3.11', '', '', '', '2018-09-23 16:30:20'),
(2482, '192.168.3.11', '', '', '', '2018-09-23 16:30:21'),
(2483, '192.168.3.11', '', '', '', '2018-09-23 16:30:22'),
(2484, '192.168.3.11', '', '', '', '2018-09-23 18:47:37'),
(2485, '172.16.31.10', '', '', '', '2018-09-23 19:52:04'),
(2486, '192.168.127.12', '', '', '', '2018-09-23 21:00:23'),
(2487, '172.16.31.10', '', '', '', '2018-09-23 21:32:24'),
(2488, '172.16.17.32', '', '', '', '2018-09-23 23:30:42'),
(2489, '172.16.17.32', '', '', '', '2018-09-23 23:30:43'),
(2490, '172.16.17.32', '', '', '', '2018-09-23 23:30:44'),
(2491, '172.16.17.32', '', '', '', '2018-09-23 23:30:45'),
(2492, '172.16.17.32', '', '', '', '2018-09-23 23:30:46'),
(2493, '172.16.58.3', '', '', '', '2018-09-24 00:35:17'),
(2494, '192.168.3.11', '', '', '', '2018-09-24 01:51:44'),
(2495, '192.168.127.12', '', '', '', '2018-09-24 08:18:13'),
(2496, '192.168.127.12', '', '', '', '2018-09-24 08:18:15'),
(2497, '192.168.127.12', '', '', '', '2018-09-24 08:18:16'),
(2498, '192.168.127.12', '', '', '', '2018-09-24 08:18:18'),
(2499, '192.168.127.12', '', '', '', '2018-09-24 08:18:20'),
(2500, '192.168.127.12', '', '', '', '2018-09-24 08:18:22'),
(2501, '192.168.127.12', '', '', '', '2018-09-24 08:18:26'),
(2502, '192.168.127.12', '', '', '', '2018-09-24 08:18:27'),
(2503, '192.168.127.12', '', '', '', '2018-09-24 08:18:29'),
(2504, '172.16.17.32', '', '', '', '2018-09-24 09:59:20'),
(2505, '172.16.31.10', '', '', '', '2018-09-24 11:02:06'),
(2506, '172.16.31.10', '', '', '', '2018-09-24 11:02:08'),
(2507, '172.16.58.3', '', '', '', '2018-09-24 15:29:33'),
(2508, '172.16.58.3', '', '', '', '2018-09-24 15:29:35'),
(2509, '172.16.58.3', '', '', '', '2018-09-24 15:29:36'),
(2510, '172.16.58.3', '', '', '', '2018-09-24 15:29:39'),
(2511, '172.16.58.3', '', '', '', '2018-09-24 15:29:41'),
(2512, '172.16.58.3', '', '', '', '2018-09-24 15:29:43'),
(2513, '172.16.58.3', '', '', '', '2018-09-24 15:29:44'),
(2514, '172.16.58.3', '', '', '', '2018-09-24 15:29:46'),
(2515, '172.16.58.3', '', '', '', '2018-09-24 15:29:48'),
(2516, '192.168.3.11', '', '', '', '2018-09-24 16:03:29'),
(2517, '192.168.3.11', '', '', '', '2018-09-24 16:03:31'),
(2518, '192.168.3.11', '', '', '', '2018-09-24 16:03:37'),
(2519, '192.168.3.11', '', '', '', '2018-09-24 16:03:39'),
(2520, '192.168.3.11', '', '', '', '2018-09-24 16:03:41'),
(2521, '192.168.3.11', '', '', '', '2018-09-24 16:03:47'),
(2522, '172.16.31.10', '', '', '', '2018-09-24 20:30:00'),
(2523, '172.16.31.10', '', '', '', '2018-09-24 20:30:03'),
(2524, '172.16.31.10', '', '', '', '2018-09-24 20:30:04'),
(2525, '172.16.31.10', '', '', '', '2018-09-24 20:30:06'),
(2526, '172.16.31.10', '', '', '', '2018-09-24 20:30:07'),
(2527, '172.16.31.10', '', '', '', '2018-09-24 20:30:09'),
(2528, '172.16.31.10', '', '', '', '2018-09-24 20:30:12'),
(2529, '172.16.31.10', '', '', '', '2018-09-24 20:30:13'),
(2530, '172.16.31.10', '', '', '', '2018-09-24 20:30:14'),
(2531, '172.16.31.10', '', '', '', '2018-09-24 20:30:36'),
(2532, '172.16.17.32', '', '', '', '2018-09-24 23:50:37'),
(2533, '172.16.17.32', '', '', '', '2018-09-24 23:50:41'),
(2534, '172.16.17.32', '', '', '', '2018-09-24 23:50:42'),
(2535, '172.16.17.32', '', '', '', '2018-09-24 23:50:43'),
(2536, '172.16.17.32', '', '', '', '2018-09-24 23:50:43'),
(2537, '172.16.58.3', '', '', '', '2018-09-25 00:12:00'),
(2538, '192.168.3.11', '', '', '', '2018-09-25 03:27:32'),
(2539, '172.16.58.3', '', '', '', '2018-09-25 03:35:29'),
(2540, '172.16.31.10', '', '', '', '2018-09-25 07:06:33'),
(2541, '172.16.31.10', '', '', '', '2018-09-25 07:12:59'),
(2542, '172.16.31.10', '', '', '', '2018-09-25 08:36:37'),
(2543, '172.16.31.10', '', '', '', '2018-09-25 08:36:39'),
(2544, '172.16.58.3', '', '', '', '2018-09-25 08:40:27'),
(2545, '172.16.17.32', '', '', '', '2018-09-25 09:50:24'),
(2546, '172.16.58.3', '', '', '', '2018-09-25 11:04:19'),
(2547, '172.16.17.32', '', '', '', '2018-09-25 11:24:57'),
(2548, '172.16.17.32', '', '', '', '2018-09-25 12:19:36'),
(2549, '172.16.17.32', '', '', '', '2018-09-25 13:04:46'),
(2550, '172.16.17.32', '', '', '', '2018-09-25 13:04:48'),
(2551, '172.16.17.32', '', '', '', '2018-09-25 14:15:57'),
(2552, '192.168.3.11', '', '', '', '2018-09-25 14:15:59'),
(2553, '172.16.17.32', '', '', '', '2018-09-25 15:01:01'),
(2554, '172.16.17.32', '', '', '', '2018-09-25 15:25:46'),
(2555, '192.168.127.12', '', '', '', '2018-09-25 16:07:10'),
(2556, '192.168.127.12', '', '', '', '2018-09-25 16:07:11'),
(2557, '192.168.127.12', '', '', '', '2018-09-25 16:07:13'),
(2558, '192.168.127.12', '', '', '', '2018-09-25 16:07:14'),
(2559, '192.168.127.12', '', '', '', '2018-09-25 16:07:25'),
(2560, '192.168.127.12', '', '', '', '2018-09-25 16:07:28'),
(2561, '192.168.3.11', '', '', '', '2018-09-25 16:13:40'),
(2562, '172.16.17.32', '', '', '', '2018-09-25 16:14:48'),
(2563, '172.16.31.10', '', '', '', '2018-09-25 17:45:23'),
(2564, '172.16.17.32', '', '', '', '2018-09-25 18:03:10'),
(2565, '172.16.58.3', '', '', '', '2018-09-25 18:37:28'),
(2566, '172.16.17.32', '', '', '', '2018-09-25 18:59:22'),
(2567, '172.16.17.32', '', '', '', '2018-09-25 18:59:24'),
(2568, '192.168.3.11', '', '', '', '2018-09-25 19:06:56'),
(2569, '192.168.3.11', '', '', '', '2018-09-25 19:55:25'),
(2570, '172.16.17.32', '', '', '', '2018-09-25 21:35:12'),
(2571, '172.16.17.32', '', '', '', '2018-09-25 21:49:02'),
(2572, '192.168.3.11', '', '', '', '2018-09-25 23:22:07'),
(2573, '172.16.17.32', '', '', '', '2018-09-26 00:03:10'),
(2574, '192.168.3.11', '', '', '', '2018-09-26 00:31:55'),
(2575, '172.16.31.10', '', '', '', '2018-09-26 01:17:06'),
(2576, '172.16.31.10', '', '', '', '2018-09-26 02:59:31'),
(2577, '192.168.3.11', '', '', '', '2018-09-26 05:06:44'),
(2578, '172.16.17.32', '', '', '', '2018-09-26 05:06:45'),
(2579, '172.16.17.32', '', '', '', '2018-09-26 06:51:58'),
(2580, '172.16.17.32', '', '', '', '2018-09-26 07:18:33'),
(2581, '172.16.31.10', '', '', '', '2018-09-26 09:33:44'),
(2582, '172.16.31.10', '', '', '', '2018-09-26 12:08:21'),
(2583, '172.16.31.10', '', '', '', '2018-09-26 12:08:23'),
(2584, '172.16.17.32', '', '', '', '2018-09-26 14:29:34'),
(2585, '172.16.31.10', '', '', '', '2018-09-26 15:11:19'),
(2586, '172.16.31.10', '', '', '', '2018-09-26 15:26:10'),
(2587, '192.168.3.11', '', '', '', '2018-09-26 15:47:59'),
(2588, '172.16.31.10', '', '', '', '2018-09-26 16:02:45'),
(2589, '172.16.31.10', '', '', '', '2018-09-26 16:02:47'),
(2590, '172.16.31.10', '', '', '', '2018-09-26 16:02:58'),
(2591, '172.16.31.10', '', '', '', '2018-09-26 16:02:59'),
(2592, '172.16.31.10', '', '', '', '2018-09-26 16:03:01'),
(2593, '172.16.31.10', '', '', '', '2018-09-26 16:03:05'),
(2594, '172.16.17.32', '', '', '', '2018-09-26 16:24:42'),
(2595, '192.168.127.12', '', '', '', '2018-09-26 16:51:07'),
(2596, '172.16.58.3', '', '', '', '2018-09-26 17:16:42'),
(2597, '172.16.58.3', '', '', '', '2018-09-26 17:16:44'),
(2598, '172.16.58.3', '', '', '', '2018-09-26 19:34:53'),
(2599, '192.168.3.11', '', '', '', '2018-09-26 21:34:02'),
(2600, '172.16.31.10', '', '', '', '2018-09-26 23:09:06'),
(2601, '172.16.17.32', '', '', '', '2018-09-26 23:09:07'),
(2602, '172.16.58.3', '', '', '', '2018-09-27 03:27:42'),
(2603, '192.168.3.11', '', '', '', '2018-09-27 05:24:19'),
(2604, '172.16.58.3', '', '', '', '2018-09-27 07:23:28'),
(2605, '192.168.3.11', '', '', '', '2018-09-27 07:34:38'),
(2606, '172.16.31.10', '', '', '', '2018-09-27 07:36:04'),
(2607, '192.168.127.12', '', '', '', '2018-09-27 08:55:48'),
(2608, '192.168.127.12', '', '', '', '2018-09-27 08:56:06'),
(2609, '192.168.127.12', '', '', '', '2018-09-27 08:56:18'),
(2610, '192.168.127.12', '', '', '', '2018-09-27 08:56:21'),
(2611, '192.168.127.12', '', '', '', '2018-09-27 08:56:29');
INSERT INTO `traffic` (`id_traffic`, `ip`, `browser`, `platform`, `negara`, `waktu_akses`) VALUES
(2612, '192.168.127.12', '', '', '', '2018-09-27 08:56:34'),
(2613, '192.168.127.12', '', '', '', '2018-09-27 08:56:44'),
(2614, '192.168.127.12', '', '', '', '2018-09-27 08:56:54'),
(2615, '192.168.127.12', '', '', '', '2018-09-27 08:57:09'),
(2616, '172.16.58.3', '', '', '', '2018-09-27 09:31:33'),
(2617, '172.16.31.10', '', '', '', '2018-09-27 10:33:29'),
(2618, '172.16.58.3', '', '', '', '2018-09-27 10:44:53'),
(2619, '172.16.17.32', '', '', '', '2018-09-27 10:46:22'),
(2620, '172.16.58.3', '', '', '', '2018-09-27 12:12:52'),
(2621, '192.168.3.11', '', '', '', '2018-09-27 12:15:09'),
(2622, '172.16.17.32', '', '', '', '2018-09-27 13:38:14'),
(2623, '172.16.17.32', '', '', '', '2018-09-27 13:51:34'),
(2624, '172.16.17.32', '', '', '', '2018-09-27 13:51:35'),
(2625, '172.16.58.3', '', '', '', '2018-09-27 13:54:00'),
(2626, '172.16.17.32', '', '', '', '2018-09-27 14:20:08'),
(2627, '172.16.58.3', '', '', '', '2018-09-27 15:32:21'),
(2628, '172.16.31.10', '', '', '', '2018-09-27 16:01:17'),
(2629, '172.16.31.10', '', '', '', '2018-09-27 16:01:18'),
(2630, '172.16.31.10', '', '', '', '2018-09-27 16:01:22'),
(2631, '172.16.31.10', '', '', '', '2018-09-27 16:01:24'),
(2632, '172.16.31.10', '', '', '', '2018-09-27 16:01:38'),
(2633, '172.16.31.10', '', '', '', '2018-09-27 16:01:39'),
(2634, '172.16.31.10', '', '', '', '2018-09-27 16:01:43'),
(2635, '172.16.31.10', '', '', '', '2018-09-27 16:01:46'),
(2636, '172.16.31.10', '', '', '', '2018-09-27 16:01:47'),
(2637, '172.16.31.10', '', '', '', '2018-09-27 16:01:48'),
(2638, '192.168.3.11', '', '', '', '2018-09-27 16:09:01'),
(2639, '192.168.3.11', '', '', '', '2018-09-27 16:09:04'),
(2640, '192.168.3.11', '', '', '', '2018-09-27 16:09:05'),
(2641, '192.168.3.11', '', '', '', '2018-09-27 16:09:16'),
(2642, '172.16.17.32', '', '', '', '2018-09-27 16:14:25'),
(2643, '172.16.17.32', '', '', '', '2018-09-27 16:14:26'),
(2644, '172.16.58.3', '', '', '', '2018-09-27 17:13:52'),
(2645, '192.168.3.11', '', '', '', '2018-09-27 17:18:43'),
(2646, '172.16.31.10', '', '', '', '2018-09-27 18:52:17'),
(2647, '172.16.17.32', '', '', '', '2018-09-27 19:43:29'),
(2648, '192.168.3.11', '', '', '', '2018-09-27 19:43:30'),
(2649, '192.168.127.12', '', '', '', '2018-09-27 20:19:33'),
(2650, '172.16.31.10', '', '', '', '2018-09-27 20:34:02'),
(2651, '172.16.17.32', '', '', '', '2018-09-27 21:35:26'),
(2652, '172.16.17.32', '', '', '', '2018-09-27 21:35:27'),
(2653, '172.16.17.32', '', '', '', '2018-09-27 22:05:23'),
(2654, '172.16.58.3', '', '', '', '2018-09-27 22:12:57'),
(2655, '172.16.58.3', '', '', '', '2018-09-27 22:18:42'),
(2656, '172.16.17.32', '', '', '', '2018-09-27 22:50:08'),
(2657, '172.16.58.3', '', '', '', '2018-09-27 23:54:12'),
(2658, '172.16.17.32', '', '', '', '2018-09-28 00:04:26'),
(2659, '172.16.17.32', '', '', '', '2018-09-28 00:04:46'),
(2660, '172.16.58.3', '', '', '', '2018-09-28 01:33:53'),
(2661, '172.16.58.3', '', '', '', '2018-09-28 03:14:08'),
(2662, '172.16.17.32', '', '', '', '2018-09-28 03:37:43'),
(2663, '172.16.58.3', '', '', '', '2018-09-28 04:52:16'),
(2664, '172.16.17.32', '', '', '', '2018-09-28 06:06:25'),
(2665, '172.16.58.3', '', '', '', '2018-09-28 06:34:22'),
(2666, '172.16.31.10', '', '', '', '2018-09-28 06:44:45'),
(2667, '172.16.31.10', '', '', '', '2018-09-28 06:44:47'),
(2668, '172.16.31.10', '', '', '', '2018-09-28 08:12:16'),
(2669, '172.16.58.3', '', '', '', '2018-09-28 08:12:33'),
(2670, '172.16.58.3', '', '', '', '2018-09-28 09:52:07'),
(2671, '192.168.3.11', '', '', '', '2018-09-28 11:19:38'),
(2672, '172.16.58.3', '', '', '', '2018-09-28 11:32:32'),
(2673, '172.16.17.32', '', '', '', '2018-09-28 12:04:47'),
(2674, '172.16.17.32', '', '', '', '2018-09-28 12:04:59'),
(2675, '172.16.17.32', '', '', '', '2018-09-28 12:05:04'),
(2676, '172.16.31.10', '', '', '', '2018-09-28 13:12:19'),
(2677, '172.16.17.32', '', '', '', '2018-09-28 14:19:55'),
(2678, '172.16.17.32', '', '', '', '2018-09-28 14:19:57'),
(2679, '172.16.58.3', '', '', '', '2018-09-28 14:52:26'),
(2680, '192.168.3.11', '', '', '', '2018-09-28 15:06:59'),
(2681, '192.168.3.11', '', '', '', '2018-09-28 15:07:01'),
(2682, '172.16.17.32', '', '', '', '2018-09-28 15:44:03'),
(2683, '172.16.17.32', '', '', '', '2018-09-28 15:44:03'),
(2684, '172.16.17.32', '', '', '', '2018-09-28 15:44:09'),
(2685, '192.168.3.11', '', '', '', '2018-09-28 16:00:22'),
(2686, '192.168.3.11', '', '', '', '2018-09-28 16:05:10'),
(2687, '192.168.3.11', '', '', '', '2018-09-28 16:05:11'),
(2688, '192.168.3.11', '', '', '', '2018-09-28 16:05:12'),
(2689, '192.168.3.11', '', '', '', '2018-09-28 16:05:17'),
(2690, '192.168.3.11', '', '', '', '2018-09-28 16:05:27'),
(2691, '192.168.3.11', '', '', '', '2018-09-28 16:05:28'),
(2692, '172.16.31.10', '', '', '', '2018-09-28 16:33:46'),
(2693, '172.16.31.10', '', '', '', '2018-09-28 18:13:15'),
(2694, '172.16.58.3', '', '', '', '2018-09-28 19:52:24'),
(2695, '192.168.127.12', '', '', '', '2018-09-28 19:57:24'),
(2696, '172.16.31.10', '', '', '', '2018-09-28 21:32:55'),
(2697, '172.16.58.3', '', '', '', '2018-09-28 23:12:40'),
(2698, '172.16.17.32', '', '', '', '2018-09-28 23:20:31'),
(2699, '172.16.58.3', '', '', '', '2018-09-29 00:53:20'),
(2700, '172.16.17.32', '', '', '', '2018-09-29 01:47:14'),
(2701, '172.16.31.10', '', '', '', '2018-09-29 02:32:52'),
(2702, '172.16.31.10', '', '', '', '2018-09-29 04:14:17'),
(2703, '192.168.3.11', '', '', '', '2018-09-29 05:41:15'),
(2704, '192.168.3.11', '', '', '', '2018-09-29 05:41:17'),
(2705, '172.16.58.3', '', '', '', '2018-09-29 05:53:36'),
(2706, '172.16.31.10', '', '', '', '2018-09-29 07:32:45'),
(2707, '192.168.3.11', '', '', '', '2018-09-29 09:03:03'),
(2708, '192.168.127.12', '', '', '', '2018-09-29 09:03:32'),
(2709, '172.16.58.3', '', '', '', '2018-09-29 09:13:39'),
(2710, '172.16.58.3', '', '', '', '2018-09-29 10:18:11'),
(2711, '172.16.58.3', '', '', '', '2018-09-29 10:20:03'),
(2712, '172.16.31.10', '', '', '', '2018-09-29 10:53:14'),
(2713, '192.168.127.12', '', '', '', '2018-09-29 12:03:36'),
(2714, '172.16.31.10', '', '', '', '2018-09-29 12:32:21'),
(2715, '172.16.31.10', '', '', '', '2018-09-29 14:13:39'),
(2716, '172.16.31.10', '', '', '', '2018-09-29 15:25:25'),
(2717, '172.16.31.10', '', '', '', '2018-09-29 15:53:35'),
(2718, '172.16.31.10', '', '', '', '2018-09-29 16:05:30'),
(2719, '172.16.31.10', '', '', '', '2018-09-29 16:05:31'),
(2720, '172.16.31.10', '', '', '', '2018-09-29 16:05:34'),
(2721, '172.16.31.10', '', '', '', '2018-09-29 16:05:37'),
(2722, '172.16.31.10', '', '', '', '2018-09-29 16:05:43'),
(2723, '172.16.58.3', '', '', '', '2018-09-29 17:33:57'),
(2724, '172.16.31.10', '', '', '', '2018-09-29 18:00:32'),
(2725, '172.16.31.10', '', '', '', '2018-09-29 19:12:50'),
(2726, '172.16.31.10', '', '', '', '2018-09-29 20:54:24'),
(2727, '172.16.31.10', '', '', '', '2018-09-29 22:33:38'),
(2728, '172.16.17.32', '', '', '', '2018-09-29 23:51:48'),
(2729, '172.16.31.10', '', '', '', '2018-09-30 00:14:11'),
(2730, '172.16.31.10', '', '', '', '2018-09-30 01:54:03'),
(2731, '172.16.17.32', '', '', '', '2018-09-30 02:36:15'),
(2732, '172.16.31.10', '', '', '', '2018-09-30 02:36:18'),
(2733, '172.16.58.3', '', '', '', '2018-09-30 03:33:33'),
(2734, '172.16.31.10', '', '', '', '2018-09-30 04:54:33'),
(2735, '172.16.17.32', '', '', '', '2018-09-30 04:54:43'),
(2736, '172.16.31.10', '', '', '', '2018-09-30 05:12:53'),
(2737, '172.16.17.32', '', '', '', '2018-09-30 09:04:36'),
(2738, '172.16.17.32', '', '', '', '2018-09-30 09:04:37'),
(2739, '172.16.17.32', '', '', '', '2018-09-30 10:24:43'),
(2740, '172.16.17.32', '', '', '', '2018-09-30 10:24:45'),
(2741, '172.16.31.10', '', '', '', '2018-09-30 10:53:32'),
(2742, '172.16.31.10', '', '', '', '2018-09-30 11:03:27'),
(2743, '192.168.3.11', '', '', '', '2018-09-30 12:23:48'),
(2744, '172.16.17.32', '', '', '', '2018-09-30 12:23:50'),
(2745, '172.16.31.10', '', '', '', '2018-09-30 16:02:36'),
(2746, '172.16.31.10', '', '', '', '2018-09-30 16:02:39'),
(2747, '172.16.31.10', '', '', '', '2018-09-30 16:02:42'),
(2748, '172.16.31.10', '', '', '', '2018-09-30 16:02:43'),
(2749, '192.168.3.11', '', '', '', '2018-09-30 18:34:38'),
(2750, '172.16.17.32', '', '', '', '2018-09-30 18:34:55'),
(2751, '172.16.31.10', '', '', '', '2018-09-30 22:42:39'),
(2752, '172.16.31.10', '', '', '', '2018-09-30 22:42:41'),
(2753, '172.16.17.32', '', '', '', '2018-09-30 23:06:43'),
(2754, '172.16.17.32', '', '', '', '2018-10-01 00:13:20'),
(2755, '172.16.17.32', '', '', '', '2018-10-01 00:19:06'),
(2756, '172.16.17.32', '', '', '', '2018-10-01 00:19:24'),
(2757, '172.16.17.32', '', '', '', '2018-10-01 01:29:29'),
(2758, '172.16.17.32', '', '', '', '2018-10-01 01:31:43'),
(2759, '172.16.17.32', '', '', '', '2018-10-01 02:30:38'),
(2760, '192.168.127.12', '', '', '', '2018-10-01 03:18:13'),
(2761, '192.168.127.12', '', '', '', '2018-10-01 03:18:14'),
(2762, '172.16.17.32', '', '', '', '2018-10-01 06:03:43'),
(2763, '172.16.31.10', '', '', '', '2018-10-01 06:14:29'),
(2764, '172.16.31.10', '', '', '', '2018-10-01 06:14:30'),
(2765, '172.16.17.32', '', '', '', '2018-10-01 06:31:48'),
(2766, '172.16.17.32', '', '', '', '2018-10-01 07:37:34'),
(2767, '172.16.58.3', '', '', '', '2018-10-01 07:54:04'),
(2768, '192.168.3.11', '', '', '', '2018-10-01 07:54:59'),
(2769, '192.168.3.11', '', '', '', '2018-10-01 07:55:00'),
(2770, '192.168.3.11', '', '', '', '2018-10-01 07:55:01'),
(2771, '172.16.17.32', '', '', '', '2018-10-01 08:59:29'),
(2772, '192.168.3.11', '', '', '', '2018-10-01 09:10:37'),
(2773, '192.168.3.11', '', '', '', '2018-10-01 09:10:38'),
(2774, '192.168.3.11', '', '', '', '2018-10-01 10:41:02'),
(2775, '192.168.3.11', '', '', '', '2018-10-01 12:35:01'),
(2776, '192.168.3.11', '', '', '', '2018-10-01 12:36:52'),
(2777, '172.16.17.32', '', '', '', '2018-10-01 13:00:38'),
(2778, '192.168.3.11', '', '', '', '2018-10-01 13:26:03'),
(2779, '192.168.3.11', '', '', '', '2018-10-01 15:04:31'),
(2780, '192.168.3.11', '', '', '', '2018-10-01 15:04:33'),
(2781, '172.16.17.32', '', '', '', '2018-10-01 15:05:29'),
(2782, '192.168.3.11', '', '', '', '2018-10-01 15:19:11'),
(2783, '172.16.17.32', '', '', '', '2018-10-01 15:32:02'),
(2784, '192.168.3.11', '', '', '', '2018-10-01 16:02:06'),
(2785, '192.168.3.11', '', '', '', '2018-10-01 16:02:08'),
(2786, '192.168.3.11', '', '', '', '2018-10-01 16:02:09'),
(2787, '192.168.3.11', '', '', '', '2018-10-01 16:02:11'),
(2788, '192.168.3.11', '', '', '', '2018-10-01 16:02:13'),
(2789, '192.168.3.11', '', '', '', '2018-10-01 16:02:18'),
(2790, '172.16.17.32', '', '', '', '2018-10-01 16:32:34'),
(2791, '172.16.58.3', '', '', '', '2018-10-01 17:15:34'),
(2792, '172.16.58.3', '', '', '', '2018-10-01 17:15:36'),
(2793, '192.168.3.11', '', '', '', '2018-10-01 17:35:13'),
(2794, '172.16.31.10', '', '', '', '2018-10-01 17:39:41'),
(2795, '192.168.3.11', '', '', '', '2018-10-01 18:22:31'),
(2796, '192.168.127.12', '', '', '', '2018-10-01 19:29:38'),
(2797, '192.168.127.12', '', '', '', '2018-10-01 19:29:41'),
(2798, '192.168.127.12', '', '', '', '2018-10-01 19:32:30'),
(2799, '172.16.31.10', '', '', '', '2018-10-02 02:00:53'),
(2800, '172.16.31.10', '', '', '', '2018-10-02 02:00:54'),
(2801, '172.16.17.32', '', '', '', '2018-10-02 05:07:52'),
(2802, '172.16.31.10', '', '', '', '2018-10-02 05:07:54'),
(2803, '192.168.127.12', '', '', '', '2018-10-02 05:24:57'),
(2804, '192.168.127.12', '', '', '', '2018-10-02 05:24:58'),
(2805, '172.16.31.10', '', '', '', '2018-10-02 07:17:57'),
(2806, '172.16.17.32', '', '', '', '2018-10-02 07:59:17'),
(2807, '172.16.31.10', '', '', '', '2018-10-02 07:59:19'),
(2808, '172.16.31.10', '', '', '', '2018-10-02 08:02:36'),
(2809, '172.16.17.32', '', '', '', '2018-10-02 08:05:03'),
(2810, '172.16.31.10', '', '', '', '2018-10-02 08:08:08'),
(2811, '172.16.31.10', '', '', '', '2018-10-02 08:10:48'),
(2812, '192.168.127.12', '', '', '', '2018-10-02 08:18:05'),
(2813, '172.16.17.32', '', '', '', '2018-10-02 08:19:25'),
(2814, '172.16.17.32', '', '', '', '2018-10-02 08:48:08'),
(2815, '192.168.127.12', '', '', '', '2018-10-02 08:51:00'),
(2816, '172.16.31.10', '', '', '', '2018-10-02 08:58:48'),
(2817, '172.16.17.32', '', '', '', '2018-10-02 09:31:55'),
(2818, '172.16.31.10', '', '', '', '2018-10-02 09:31:57'),
(2819, '172.16.31.10', '', '', '', '2018-10-02 10:25:08'),
(2820, '192.168.127.12', '', '', '', '2018-10-02 10:30:31'),
(2821, '192.168.3.11', '', '', '', '2018-10-02 11:59:53'),
(2822, '172.16.17.32', '', '', '', '2018-10-02 15:03:39'),
(2823, '172.16.17.32', '', '', '', '2018-10-02 15:03:41'),
(2824, '192.168.127.12', '', '', '', '2018-10-02 15:06:55'),
(2825, '172.16.17.32', '', '', '', '2018-10-02 15:12:19'),
(2826, '172.16.58.3', '', '', '', '2018-10-02 15:32:42'),
(2827, '172.16.31.10', '', '', '', '2018-10-02 16:01:12'),
(2828, '172.16.31.10', '', '', '', '2018-10-02 16:01:13'),
(2829, '172.16.58.3', '', '', '', '2018-10-02 16:28:51'),
(2830, '172.16.17.32', '', '', '', '2018-10-02 18:31:59'),
(2831, '172.16.17.32', '', '', '', '2018-10-02 18:32:00'),
(2832, '172.16.31.10', '', '', '', '2018-10-02 18:44:17'),
(2833, '192.168.127.12', '', '', '', '2018-10-02 18:58:20'),
(2834, '172.16.17.32', '', '', '', '2018-10-02 19:00:16'),
(2835, '192.168.127.12', '', '', '', '2018-10-02 19:03:08'),
(2836, '172.16.17.32', '', '', '', '2018-10-02 19:06:00'),
(2837, '172.16.17.32', '', '', '', '2018-10-02 19:08:52'),
(2838, '172.16.17.32', '', '', '', '2018-10-02 20:11:36'),
(2839, '192.168.127.12', '', '', '', '2018-10-02 20:11:37'),
(2840, '172.16.31.10', '', '', '', '2018-10-02 20:24:45'),
(2841, '192.168.127.12', '', '', '', '2018-10-02 20:48:40'),
(2842, '172.16.17.32', '', '', '', '2018-10-02 21:09:36'),
(2843, '192.168.127.12', '', '', '', '2018-10-02 21:12:59'),
(2844, '172.16.17.32', '', '', '', '2018-10-02 21:12:59'),
(2845, '172.16.58.3', '', '', '', '2018-10-02 22:04:36'),
(2846, '192.168.127.12', '', '', '', '2018-10-02 22:43:10'),
(2847, '172.16.17.32', '', '', '', '2018-10-02 22:43:12'),
(2848, '172.16.17.32', '', '', '', '2018-10-02 23:58:58'),
(2849, '192.168.127.12', '', '', '', '2018-10-02 23:58:59'),
(2850, '192.168.127.12', '', '', '', '2018-10-03 01:14:45'),
(2851, '192.168.127.12', '', '', '', '2018-10-03 01:14:47'),
(2852, '192.168.127.12', '', '', '', '2018-10-03 02:36:36'),
(2853, '172.16.31.10', '', '', '', '2018-10-03 03:28:51'),
(2854, '172.16.31.10', '', '', '', '2018-10-03 04:43:10'),
(2855, '192.168.3.11', '', '', '', '2018-10-03 04:46:23'),
(2856, '192.168.127.12', '', '', '', '2018-10-03 05:00:40'),
(2857, '172.16.17.32', '', '', '', '2018-10-03 05:00:42'),
(2858, '192.168.127.12', '', '', '', '2018-10-03 05:02:07'),
(2859, '192.168.127.12', '', '', '', '2018-10-03 05:03:32'),
(2860, '172.16.17.32', '', '', '', '2018-10-03 05:09:17'),
(2861, '172.16.17.32', '', '', '', '2018-10-03 05:12:09'),
(2862, '172.16.17.32', '', '', '', '2018-10-03 05:15:01'),
(2863, '192.168.127.12', '', '', '', '2018-10-03 05:53:12'),
(2864, '192.168.127.12', '', '', '', '2018-10-03 05:55:14'),
(2865, '172.16.17.32', '', '', '', '2018-10-03 05:58:06'),
(2866, '172.16.17.32', '', '', '', '2018-10-03 06:00:58'),
(2867, '172.16.17.32', '', '', '', '2018-10-03 06:00:58'),
(2868, '172.16.17.32', '', '', '', '2018-10-03 06:03:50'),
(2869, '172.16.17.32', '', '', '', '2018-10-03 06:17:55'),
(2870, '172.16.31.10', '', '', '', '2018-10-03 06:51:35'),
(2871, '172.16.31.10', '', '', '', '2018-10-03 08:03:48'),
(2872, '192.168.127.12', '', '', '', '2018-10-03 08:32:07'),
(2873, '192.168.127.12', '', '', '', '2018-10-03 08:32:08'),
(2874, '192.168.127.12', '', '', '', '2018-10-03 09:41:52'),
(2875, '172.16.58.3', '', '', '', '2018-10-03 09:48:44'),
(2876, '172.16.58.3', '', '', '', '2018-10-03 09:48:46'),
(2877, '172.16.17.32', '', '', '', '2018-10-03 12:37:50'),
(2878, '192.168.3.11', '', '', '', '2018-10-03 13:41:41'),
(2879, '192.168.3.11', '', '', '', '2018-10-03 13:41:43'),
(2880, '192.168.3.11', '', '', '', '2018-10-03 14:49:22'),
(2881, '192.168.3.11', '', '', '', '2018-10-03 14:49:22'),
(2882, '192.168.3.11', '', '', '', '2018-10-03 14:52:40'),
(2883, '192.168.3.11', '', '', '', '2018-10-03 14:55:07'),
(2884, '172.16.17.32', '', '', '', '2018-10-03 15:33:14'),
(2885, '192.168.127.12', '', '', '', '2018-10-03 16:02:50'),
(2886, '192.168.127.12', '', '', '', '2018-10-03 16:02:52'),
(2887, '192.168.127.12', '', '', '', '2018-10-03 16:02:54'),
(2888, '192.168.127.12', '', '', '', '2018-10-03 16:03:03'),
(2889, '192.168.127.12', '', '', '', '2018-10-03 16:03:09'),
(2890, '172.16.17.32', '', '', '', '2018-10-03 17:04:55'),
(2891, '172.16.31.10', '', '', '', '2018-10-03 17:23:01'),
(2892, '172.16.31.10', '', '', '', '2018-10-03 19:10:59'),
(2893, '192.168.3.11', '', '', '', '2018-10-03 19:11:01'),
(2894, '172.16.58.3', '', '', '', '2018-10-03 19:24:34'),
(2895, '172.16.31.10', '', '', '', '2018-10-03 19:28:27'),
(2896, '172.16.31.10', '', '', '', '2018-10-03 19:28:28'),
(2897, '172.16.31.10', '', '', '', '2018-10-04 01:29:49'),
(2898, '192.168.3.11', '', '', '', '2018-10-04 02:20:57'),
(2899, '172.16.31.10', '', '', '', '2018-10-04 02:24:31'),
(2900, '192.168.3.11', '', '', '', '2018-10-04 02:24:32'),
(2901, '172.16.31.10', '', '', '', '2018-10-04 02:27:31'),
(2902, '192.168.3.11', '', '', '', '2018-10-04 02:30:16'),
(2903, '172.16.31.10', '', '', '', '2018-10-04 02:33:20'),
(2904, '192.168.3.11', '', '', '', '2018-10-04 02:38:53'),
(2905, '172.16.31.10', '', '', '', '2018-10-04 04:53:33'),
(2906, '172.16.17.32', '', '', '', '2018-10-04 06:17:55'),
(2907, '172.16.31.10', '', '', '', '2018-10-04 06:17:56'),
(2908, '172.16.31.10', '', '', '', '2018-10-04 06:43:18'),
(2909, '172.16.31.10', '', '', '', '2018-10-04 06:43:18'),
(2910, '172.16.31.10', '', '', '', '2018-10-04 06:43:18'),
(2911, '172.16.31.10', '', '', '', '2018-10-04 06:43:18'),
(2912, '172.16.31.10', '', '', '', '2018-10-04 07:33:42'),
(2913, '172.16.31.10', '', '', '', '2018-10-04 07:33:43'),
(2914, '172.16.31.10', '', '', '', '2018-10-04 07:47:51'),
(2915, '192.168.3.11', '', '', '', '2018-10-04 07:48:57'),
(2916, '192.168.3.11', '', '', '', '2018-10-04 07:48:59'),
(2917, '172.16.17.32', '', '', '', '2018-10-04 08:49:29'),
(2918, '192.168.3.11', '', '', '', '2018-10-04 09:23:22'),
(2919, '192.168.127.12', '', '', '', '2018-10-04 09:26:28'),
(2920, '192.168.127.12', '', '', '', '2018-10-04 09:26:46'),
(2921, '192.168.127.12', '', '', '', '2018-10-04 09:26:49'),
(2922, '172.16.58.3', '', '', '', '2018-10-04 10:04:10'),
(2923, '172.16.58.3', '', '', '', '2018-10-04 10:04:11'),
(2924, '172.16.31.10', '', '', '', '2018-10-04 10:05:17'),
(2925, '192.168.3.11', '', '', '', '2018-10-04 10:48:53'),
(2926, '192.168.3.11', '', '', '', '2018-10-04 10:48:54'),
(2927, '172.16.31.10', '', '', '', '2018-10-04 10:51:34'),
(2928, '172.16.31.10', '', '', '', '2018-10-04 13:52:39'),
(2929, '172.16.31.10', '', '', '', '2018-10-04 15:08:26'),
(2930, '172.16.31.10', '', '', '', '2018-10-04 16:24:14'),
(2931, '172.16.31.10', '', '', '', '2018-10-04 17:40:01'),
(2932, '192.168.3.11', '', '', '', '2018-10-04 17:52:49'),
(2933, '192.168.3.11', '', '', '', '2018-10-04 17:52:51'),
(2934, '192.168.3.11', '', '', '', '2018-10-04 17:52:58'),
(2935, '172.16.31.10', '', '', '', '2018-10-04 18:34:05'),
(2936, '172.16.17.32', '', '', '', '2018-10-04 20:11:36'),
(2937, '172.16.31.10', '', '', '', '2018-10-04 21:27:23'),
(2938, '172.16.31.10', '', '', '', '2018-10-04 22:09:22'),
(2939, '172.16.31.10', '', '', '', '2018-10-04 22:43:10'),
(2940, '192.168.3.11', '', '', '', '2018-10-04 22:43:39'),
(2941, '172.16.17.32', '', '', '', '2018-10-04 23:58:58'),
(2942, '172.16.31.10', '', '', '', '2018-10-05 00:03:40'),
(2943, '172.16.31.10', '', '', '', '2018-10-05 01:14:45'),
(2944, '172.16.31.10', '', '', '', '2018-10-05 02:30:33'),
(2945, '172.16.31.10', '', '', '', '2018-10-05 03:46:20'),
(2946, '172.16.17.32', '', '', '', '2018-10-05 05:02:07'),
(2947, '192.168.127.12', '', '', '', '2018-10-05 05:35:25'),
(2948, '172.16.31.10', '', '', '', '2018-10-05 06:17:55'),
(2949, '172.16.17.32', '', '', '', '2018-10-05 07:33:42'),
(2950, '172.16.31.10', '', '', '', '2018-10-05 08:49:29'),
(2951, '172.16.17.32', '', '', '', '2018-10-05 10:05:17'),
(2952, '172.16.31.10', '', '', '', '2018-10-05 11:04:17'),
(2953, '172.16.31.10', '', '', '', '2018-10-05 11:21:04'),
(2954, '192.168.127.12', '', '', '', '2018-10-05 16:09:35'),
(2955, '192.168.127.12', '', '', '', '2018-10-05 16:09:37'),
(2956, '192.168.127.12', '', '', '', '2018-10-05 16:09:41'),
(2957, '192.168.127.12', '', '', '', '2018-10-05 16:09:42'),
(2958, '192.168.127.12', '', '', '', '2018-10-05 16:09:43'),
(2959, '192.168.127.12', '', '', '', '2018-10-05 16:09:45'),
(2960, '172.16.17.32', '', '', '', '2018-10-05 19:04:18'),
(2961, '172.16.17.32', '', '', '', '2018-10-05 19:13:05'),
(2962, '192.168.127.12', '', '', '', '2018-10-05 19:21:44'),
(2963, '192.168.127.12', '', '', '', '2018-10-05 19:21:45'),
(2964, '172.16.31.10', '', '', '', '2018-10-05 21:06:32'),
(2965, '172.16.17.32', '', '', '', '2018-10-05 22:12:20'),
(2966, '192.168.3.11', '', '', '', '2018-10-05 22:12:22'),
(2967, '172.16.31.10', '', '', '', '2018-10-05 23:20:18'),
(2968, '172.16.31.10', '', '', '', '2018-10-06 01:02:32'),
(2969, '172.16.31.10', '', '', '', '2018-10-06 01:02:34'),
(2970, '192.168.3.11', '', '', '', '2018-10-06 03:20:54'),
(2971, '172.16.17.32', '', '', '', '2018-10-06 03:20:56'),
(2972, '192.168.3.11', '', '', '', '2018-10-06 04:52:08'),
(2973, '192.168.127.12', '', '', '', '2018-10-06 08:15:35'),
(2974, '192.168.127.12', '', '', '', '2018-10-06 08:15:37'),
(2975, '192.168.127.12', '', '', '', '2018-10-06 16:08:25'),
(2976, '192.168.127.12', '', '', '', '2018-10-06 16:08:27'),
(2977, '192.168.127.12', '', '', '', '2018-10-06 16:08:33'),
(2978, '192.168.127.12', '', '', '', '2018-10-06 16:08:41'),
(2979, '192.168.127.12', '', '', '', '2018-10-06 16:08:43'),
(2980, '192.168.127.12', '', '', '', '2018-10-06 16:08:49'),
(2981, '192.168.127.12', '', '', '', '2018-10-06 16:08:53'),
(2982, '192.168.127.12', '', '', '', '2018-10-06 16:08:55'),
(2983, '192.168.127.12', '', '', '', '2018-10-06 16:09:23'),
(2984, '192.168.127.12', '', '', '', '2018-10-06 16:09:26'),
(2985, '192.168.127.12', '', '', '', '2018-10-06 16:09:30'),
(2986, '192.168.127.12', '', '', '', '2018-10-06 16:09:38'),
(2987, '192.168.127.12', '', '', '', '2018-10-06 16:09:44'),
(2988, '192.168.127.12', '', '', '', '2018-10-06 17:49:01'),
(2989, '172.16.31.10', '', '', '', '2018-10-06 18:28:52'),
(2990, '192.168.127.12', '', '', '', '2018-10-06 18:28:53'),
(2991, '172.16.31.10', '', '', '', '2018-10-06 19:15:17'),
(2992, '172.16.31.10', '', '', '', '2018-10-06 21:09:48'),
(2993, '172.16.58.3', '', '', '', '2018-10-06 21:13:07'),
(2994, '192.168.3.11', '', '', '', '2018-10-06 21:17:03'),
(2995, '192.168.3.11', '', '', '', '2018-10-06 21:17:05'),
(2996, '172.16.31.10', '', '', '', '2018-10-06 22:47:20'),
(2997, '172.16.17.32', '', '', '', '2018-10-07 01:12:08'),
(2998, '192.168.3.11', '', '', '', '2018-10-07 02:24:16'),
(2999, '172.16.58.3', '', '', '', '2018-10-07 02:54:43'),
(3000, '192.168.127.12', '', '', '', '2018-10-07 02:54:44'),
(3001, '192.168.3.11', '', '', '', '2018-10-07 03:02:00'),
(3002, '192.168.3.11', '', '', '', '2018-10-07 03:02:01'),
(3003, '192.168.3.11', '', '', '', '2018-10-07 04:32:21'),
(3004, '172.16.58.3', '', '', '', '2018-10-07 04:51:06'),
(3005, '172.16.58.3', '', '', '', '2018-10-07 04:51:07'),
(3006, '172.16.31.10', '', '', '', '2018-10-07 05:04:19'),
(3007, '192.168.3.11', '', '', '', '2018-10-07 05:28:36'),
(3008, '192.168.127.12', '', '', '', '2018-10-07 08:48:53'),
(3009, '192.168.127.12', '', '', '', '2018-10-07 08:48:55'),
(3010, '172.16.31.10', '', '', '', '2018-10-07 12:28:27'),
(3011, '172.16.31.10', '', '', '', '2018-10-07 14:11:20'),
(3012, '192.168.3.11', '', '', '', '2018-10-07 14:50:50'),
(3013, '172.16.17.32', '', '', '', '2018-10-07 14:50:51'),
(3014, '192.168.127.12', '', '', '', '2018-10-07 16:05:08'),
(3015, '192.168.127.12', '', '', '', '2018-10-07 16:05:10'),
(3016, '192.168.127.12', '', '', '', '2018-10-07 16:05:20'),
(3017, '192.168.127.12', '', '', '', '2018-10-07 16:05:26'),
(3018, '192.168.3.11', '', '', '', '2018-10-07 16:41:18'),
(3019, '172.16.17.32', '', '', '', '2018-10-07 19:03:54'),
(3020, '192.168.3.11', '', '', '', '2018-10-07 19:03:56'),
(3021, '172.16.58.3', '', '', '', '2018-10-07 23:20:37'),
(3022, '192.168.3.11', '', '', '', '2018-10-07 23:24:03'),
(3023, '192.168.3.11', '', '', '', '2018-10-08 00:49:53'),
(3024, '192.168.3.11', '', '', '', '2018-10-08 00:52:27'),
(3025, '172.16.17.32', '', '', '', '2018-10-08 02:11:52'),
(3026, '192.168.127.12', '', '', '', '2018-10-08 04:06:23'),
(3027, '192.168.3.11', '', '', '', '2018-10-08 06:09:42'),
(3028, '192.168.3.11', '', '', '', '2018-10-08 06:09:43'),
(3029, '172.16.31.10', '', '', '', '2018-10-08 06:18:37'),
(3030, '172.16.31.10', '', '', '', '2018-10-08 06:54:23'),
(3031, '172.16.31.10', '', '', '', '2018-10-08 08:32:20'),
(3032, '172.16.17.32', '', '', '', '2018-10-08 09:26:16'),
(3033, '192.168.3.11', '', '', '', '2018-10-08 09:26:18'),
(3034, '192.168.127.12', '', '', '', '2018-10-08 14:14:55'),
(3035, '172.16.31.10', '', '', '', '2018-10-08 14:14:59'),
(3036, '192.168.127.12', '', '', '', '2018-10-08 14:15:50'),
(3037, '192.168.127.12', '', '', '', '2018-10-08 14:16:03'),
(3038, '192.168.3.11', '', '', '', '2018-10-08 15:19:56'),
(3039, '172.16.17.32', '', '', '', '2018-10-08 15:19:59'),
(3040, '192.168.127.12', '', '', '', '2018-10-08 16:06:19'),
(3041, '192.168.127.12', '', '', '', '2018-10-08 16:06:21'),
(3042, '192.168.127.12', '', '', '', '2018-10-08 16:06:23'),
(3043, '192.168.127.12', '', '', '', '2018-10-08 16:06:30'),
(3044, '192.168.127.12', '', '', '', '2018-10-08 16:15:15'),
(3045, '172.16.31.10', '', '', '', '2018-10-08 16:15:16'),
(3046, '172.16.31.10', '', '', '', '2018-10-08 16:19:39'),
(3047, '192.168.3.11', '', '', '', '2018-10-08 18:29:09'),
(3048, '192.168.3.11', '', '', '', '2018-10-08 18:29:11'),
(3049, '172.16.31.10', '', '', '', '2018-10-08 21:18:30'),
(3050, '192.168.127.12', '', '', '', '2018-10-08 21:21:12'),
(3051, '172.16.17.32', '', '', '', '2018-10-08 21:43:12'),
(3052, '172.16.58.3', '', '', '', '2018-10-08 22:39:36'),
(3053, '172.16.17.32', '', '', '', '2018-10-08 22:47:21'),
(3054, '172.16.17.32', '', '', '', '2018-10-08 22:53:19'),
(3055, '192.168.3.11', '', '', '', '2018-10-09 06:26:48'),
(3056, '192.168.3.11', '', '', '', '2018-10-09 06:26:49'),
(3057, '192.168.127.12', '', '', '', '2018-10-09 06:27:20'),
(3058, '192.168.127.12', '', '', '', '2018-10-09 06:27:21'),
(3059, '192.168.127.12', '', '', '', '2018-10-09 06:27:22'),
(3060, '192.168.127.12', '', '', '', '2018-10-09 06:58:54'),
(3061, '172.16.17.32', '', '', '', '2018-10-09 08:06:45'),
(3062, '172.16.17.32', '', '', '', '2018-10-09 08:06:46'),
(3063, '172.16.58.3', '', '', '', '2018-10-09 13:11:03'),
(3064, '192.168.3.11', '', '', '', '2018-10-09 13:11:39'),
(3065, '172.16.17.32', '', '', '', '2018-10-09 13:11:43'),
(3066, '192.168.3.11', '', '', '', '2018-10-09 13:28:01'),
(3067, '172.16.31.10', '', '', '', '2018-10-09 14:27:52'),
(3068, '192.168.127.12', '', '', '', '2018-10-09 15:11:09'),
(3069, '172.16.31.10', '', '', '', '2018-10-09 16:10:17'),
(3070, '172.16.31.10', '', '', '', '2018-10-09 16:10:20'),
(3071, '172.16.31.10', '', '', '', '2018-10-09 16:10:21'),
(3072, '172.16.31.10', '', '', '', '2018-10-09 16:10:22'),
(3073, '172.16.31.10', '', '', '', '2018-10-09 16:10:24'),
(3074, '172.16.58.3', '', '', '', '2018-10-09 19:57:14'),
(3075, '172.16.17.32', '', '', '', '2018-10-09 20:09:01'),
(3076, '192.168.3.11', '', '', '', '2018-10-09 22:56:57'),
(3077, '172.16.58.3', '', '', '', '2018-10-10 00:35:44'),
(3078, '172.16.31.10', '', '', '', '2018-10-10 04:14:23'),
(3079, '192.168.127.12', '', '', '', '2018-10-10 07:40:20'),
(3080, '172.16.31.10', '', '', '', '2018-10-10 08:45:16'),
(3081, '192.168.127.12', '', '', '', '2018-10-10 09:26:35'),
(3082, '172.16.31.10', '', '', '', '2018-10-10 10:17:39'),
(3083, '172.16.17.32', '', '', '', '2018-10-10 10:32:01'),
(3084, '172.16.17.32', '', '', '', '2018-10-10 10:49:16'),
(3085, '172.16.17.32', '', '', '', '2018-10-10 10:49:17'),
(3086, '192.168.127.12', '', '', '', '2018-10-10 16:04:45'),
(3087, '192.168.127.12', '', '', '', '2018-10-10 16:04:47'),
(3088, '192.168.127.12', '', '', '', '2018-10-10 16:04:53'),
(3089, '192.168.127.12', '', '', '', '2018-10-10 16:05:02'),
(3090, '192.168.127.12', '', '', '', '2018-10-10 16:05:04'),
(3091, '172.16.58.3', '', '', '', '2018-10-10 20:00:07'),
(3092, '172.16.58.3', '', '', '', '2018-10-10 20:27:04'),
(3093, '172.16.58.3', '', '', '', '2018-10-10 21:38:38'),
(3094, '172.16.17.32', '', '', '', '2018-10-10 22:50:33'),
(3095, '192.168.127.12', '', '', '', '2018-10-10 23:17:22'),
(3096, '172.16.58.3', '', '', '', '2018-10-10 23:20:54'),
(3097, '172.16.31.10', '', '', '', '2018-10-10 23:58:02'),
(3098, '192.168.127.12', '', '', '', '2018-10-11 03:19:52'),
(3099, '172.16.31.10', '', '', '', '2018-10-11 03:38:44'),
(3100, '172.16.17.32', '', '', '', '2018-10-11 08:39:45'),
(3101, '172.16.17.32', '', '', '', '2018-10-11 08:39:48'),
(3102, '172.16.31.10', '', '', '', '2018-10-11 11:00:45'),
(3103, '172.16.31.10', '', '', '', '2018-10-11 12:29:25'),
(3104, '192.168.127.12', '', '', '', '2018-10-11 12:29:27'),
(3105, '172.16.58.3', '', '', '', '2018-10-11 12:40:34'),
(3106, '172.16.31.10', '', '', '', '2018-10-11 14:20:35'),
(3107, '172.16.58.3', '', '', '', '2018-10-11 15:59:54'),
(3108, '192.168.127.12', '', '', '', '2018-10-11 16:06:33'),
(3109, '192.168.127.12', '', '', '', '2018-10-11 16:06:35'),
(3110, '192.168.127.12', '', '', '', '2018-10-11 16:06:37'),
(3111, '192.168.127.12', '', '', '', '2018-10-11 16:06:50'),
(3112, '172.16.31.10', '', '', '', '2018-10-11 17:40:47'),
(3113, '172.16.31.10', '', '', '', '2018-10-11 19:21:00'),
(3114, '172.16.17.32', '', '', '', '2018-10-11 20:09:50'),
(3115, '172.16.17.32', '', '', '', '2018-10-11 20:09:51'),
(3116, '192.168.3.11', '', '', '', '2018-10-11 20:14:43'),
(3117, '192.168.3.11', '', '', '', '2018-10-11 20:29:22'),
(3118, '192.168.3.11', '', '', '', '2018-10-11 20:29:23'),
(3119, '192.168.3.11', '', '', '', '2018-10-11 20:29:25'),
(3120, '172.16.31.10', '', '', '', '2018-10-11 20:58:44'),
(3121, '172.16.58.3', '', '', '', '2018-10-11 20:59:19'),
(3122, '172.16.58.3', '', '', '', '2018-10-11 23:15:17'),
(3123, '172.16.17.32', '', '', '', '2018-10-11 23:16:56'),
(3124, '172.16.31.10', '', '', '', '2018-10-11 23:37:01'),
(3125, '192.168.127.12', '', '', '', '2018-10-11 23:37:04'),
(3126, '172.16.31.10', '', '', '', '2018-10-11 23:54:19'),
(3127, '172.16.17.32', '', '', '', '2018-10-12 01:25:06'),
(3128, '172.16.17.32', '', '', '', '2018-10-12 01:25:09'),
(3129, '172.16.17.32', '', '', '', '2018-10-12 01:25:11'),
(3130, '172.16.17.32', '', '', '', '2018-10-12 01:25:13'),
(3131, '192.168.127.12', '', '', '', '2018-10-12 02:57:12'),
(3132, '192.168.127.12', '', '', '', '2018-10-12 02:57:18'),
(3133, '192.168.127.12', '', '', '', '2018-10-12 02:57:19'),
(3134, '192.168.127.12', '', '', '', '2018-10-12 02:57:20'),
(3135, '192.168.127.12', '', '', '', '2018-10-12 02:57:21'),
(3136, '192.168.127.12', '', '', '', '2018-10-12 03:55:44'),
(3137, '192.168.127.12', '', '', '', '2018-10-12 03:55:45'),
(3138, '192.168.127.12', '', '', '', '2018-10-12 05:13:16'),
(3139, '172.16.31.10', '', '', '', '2018-10-12 05:13:17'),
(3140, '172.16.31.10', '', '', '', '2018-10-12 06:31:37'),
(3141, '172.16.31.10', '', '', '', '2018-10-12 06:31:39'),
(3142, '192.168.127.12', '', '', '', '2018-10-12 07:12:19'),
(3143, '172.16.31.10', '', '', '', '2018-10-12 08:00:04'),
(3144, '172.16.31.10', '', '', '', '2018-10-12 08:00:08'),
(3145, '172.16.31.10', '', '', '', '2018-10-12 08:00:09'),
(3146, '172.16.31.10', '', '', '', '2018-10-12 08:00:10'),
(3147, '172.16.31.10', '', '', '', '2018-10-12 08:00:16'),
(3148, '172.16.31.10', '', '', '', '2018-10-12 08:00:20'),
(3149, '172.16.31.10', '', '', '', '2018-10-12 08:00:26'),
(3150, '172.16.31.10', '', '', '', '2018-10-12 08:00:27'),
(3151, '172.16.31.10', '', '', '', '2018-10-12 15:39:22'),
(3152, '172.16.31.10', '', '', '', '2018-10-12 16:04:58'),
(3153, '172.16.31.10', '', '', '', '2018-10-12 16:05:00'),
(3154, '172.16.31.10', '', '', '', '2018-10-12 16:05:02'),
(3155, '172.16.31.10', '', '', '', '2018-10-12 16:05:05'),
(3156, '172.16.31.10', '', '', '', '2018-10-12 16:05:07'),
(3157, '172.16.31.10', '', '', '', '2018-10-12 16:05:13'),
(3158, '192.168.3.11', '', '', '', '2018-10-12 17:19:58'),
(3159, '172.16.17.32', '', '', '', '2018-10-12 17:34:25'),
(3160, '172.16.31.10', '', '', '', '2018-10-13 08:37:52'),
(3161, '172.16.31.10', '', '', '', '2018-10-13 08:37:54'),
(3162, '172.16.31.10', '', '', '', '2018-10-13 09:09:25'),
(3163, '192.168.127.12', '', '', '', '2018-10-13 10:21:07'),
(3164, '172.16.31.10', '', '', '', '2018-10-13 10:51:39'),
(3165, '172.16.31.10', '', '', '', '2018-10-13 10:51:41'),
(3166, '172.16.31.10', '', '', '', '2018-10-13 10:51:43'),
(3167, '172.16.31.10', '', '', '', '2018-10-13 10:51:44'),
(3168, '172.16.31.10', '', '', '', '2018-10-13 10:51:45'),
(3169, '172.16.31.10', '', '', '', '2018-10-13 10:51:57'),
(3170, '172.16.31.10', '', '', '', '2018-10-13 10:51:58'),
(3171, '172.16.31.10', '', '', '', '2018-10-13 10:52:00'),
(3172, '172.16.31.10', '', '', '', '2018-10-13 10:52:01'),
(3173, '172.16.31.10', '', '', '', '2018-10-13 10:52:02'),
(3174, '172.16.31.10', '', '', '', '2018-10-13 10:52:04'),
(3175, '172.16.31.10', '', '', '', '2018-10-13 10:52:11'),
(3176, '172.16.31.10', '', '', '', '2018-10-13 10:52:12'),
(3177, '172.16.31.10', '', '', '', '2018-10-13 10:52:14'),
(3178, '172.16.31.10', '', '', '', '2018-10-13 10:52:15'),
(3179, '172.16.31.10', '', '', '', '2018-10-13 10:52:16'),
(3180, '172.16.31.10', '', '', '', '2018-10-13 10:52:18'),
(3181, '172.16.31.10', '', '', '', '2018-10-13 10:52:19'),
(3182, '172.16.31.10', '', '', '', '2018-10-13 10:52:20'),
(3183, '172.16.31.10', '', '', '', '2018-10-13 10:52:21'),
(3184, '172.16.31.10', '', '', '', '2018-10-13 10:52:31'),
(3185, '172.16.31.10', '', '', '', '2018-10-13 10:52:32'),
(3186, '172.16.31.10', '', '', '', '2018-10-13 10:52:33'),
(3187, '172.16.31.10', '', '', '', '2018-10-13 10:52:35'),
(3188, '172.16.31.10', '', '', '', '2018-10-13 10:52:36'),
(3189, '172.16.31.10', '', '', '', '2018-10-13 10:52:37'),
(3190, '172.16.31.10', '', '', '', '2018-10-13 10:52:46'),
(3191, '172.16.31.10', '', '', '', '2018-10-13 10:52:47'),
(3192, '172.16.31.10', '', '', '', '2018-10-13 10:52:47'),
(3193, '172.16.31.10', '', '', '', '2018-10-13 10:52:56'),
(3194, '172.16.31.10', '', '', '', '2018-10-13 10:53:01'),
(3195, '172.16.31.10', '', '', '', '2018-10-13 10:53:04'),
(3196, '172.16.31.10', '', '', '', '2018-10-13 10:53:13'),
(3197, '172.16.31.10', '', '', '', '2018-10-13 10:53:14'),
(3198, '172.16.31.10', '', '', '', '2018-10-13 10:53:15'),
(3199, '172.16.31.10', '', '', '', '2018-10-13 10:53:23'),
(3200, '172.16.31.10', '', '', '', '2018-10-13 10:53:25'),
(3201, '172.16.31.10', '', '', '', '2018-10-13 10:53:25'),
(3202, '172.16.31.10', '', '', '', '2018-10-13 10:53:35'),
(3203, '172.16.31.10', '', '', '', '2018-10-13 10:53:37'),
(3204, '172.16.31.10', '', '', '', '2018-10-13 10:53:38'),
(3205, '172.16.31.10', '', '', '', '2018-10-13 10:53:39'),
(3206, '172.16.31.10', '', '', '', '2018-10-13 10:53:41'),
(3207, '172.16.31.10', '', '', '', '2018-10-13 10:53:43'),
(3208, '172.16.31.10', '', '', '', '2018-10-13 10:53:52'),
(3209, '172.16.31.10', '', '', '', '2018-10-13 10:53:56'),
(3210, '172.16.31.10', '', '', '', '2018-10-13 10:54:01'),
(3211, '172.16.31.10', '', '', '', '2018-10-13 10:54:08'),
(3212, '172.16.31.10', '', '', '', '2018-10-13 10:54:09'),
(3213, '172.16.31.10', '', '', '', '2018-10-13 10:54:10'),
(3214, '172.16.31.10', '', '', '', '2018-10-13 10:54:18'),
(3215, '172.16.17.32', '', '', '', '2018-10-13 12:54:44'),
(3216, '192.168.127.12', '', '', '', '2018-10-13 13:03:33'),
(3217, '192.168.3.11', '', '', '', '2018-10-13 13:06:16'),
(3218, '172.16.31.10', '', '', '', '2018-10-13 13:50:02'),
(3219, '192.168.3.11', '', '', '', '2018-10-13 16:07:23'),
(3220, '192.168.3.11', '', '', '', '2018-10-13 16:07:26'),
(3221, '192.168.3.11', '', '', '', '2018-10-13 16:07:30'),
(3222, '192.168.3.11', '', '', '', '2018-10-13 16:07:31'),
(3223, '192.168.3.11', '', '', '', '2018-10-13 16:07:33'),
(3224, '192.168.3.11', '', '', '', '2018-10-13 19:15:51'),
(3225, '172.16.58.3', '', '', '', '2018-10-13 20:43:31'),
(3226, '172.16.17.32', '', '', '', '2018-10-13 20:43:33'),
(3227, '172.16.17.32', '', '', '', '2018-10-13 21:28:16'),
(3228, '172.16.17.32', '', '', '', '2018-10-13 23:36:54'),
(3229, '172.16.17.32', '', '', '', '2018-10-14 02:24:18'),
(3230, '192.168.3.11', '', '', '', '2018-10-14 02:24:20'),
(3231, '192.168.127.12', '', '', '', '2018-10-14 06:34:39'),
(3232, '172.16.58.3', '', '', '', '2018-10-14 08:46:44'),
(3233, '172.16.58.3', '', '', '', '2018-10-14 08:46:49'),
(3234, '172.16.17.32', '', '', '', '2018-10-14 12:38:49'),
(3235, '192.168.3.11', '', '', '', '2018-10-14 12:38:50'),
(3236, '172.16.17.32', '', '', '', '2018-10-14 14:24:57'),
(3237, '192.168.3.11', '', '', '', '2018-10-14 14:24:59'),
(3238, '192.168.127.12', '', '', '', '2018-10-14 14:41:45'),
(3239, '192.168.127.12', '', '', '', '2018-10-14 14:59:08'),
(3240, '192.168.127.12', '', '', '', '2018-10-14 15:19:23'),
(3241, '172.16.31.10', '', '', '', '2018-10-14 15:45:20'),
(3242, '192.168.3.11', '', '', '', '2018-10-14 16:10:29'),
(3243, '192.168.3.11', '', '', '', '2018-10-14 16:10:31'),
(3244, '192.168.3.11', '', '', '', '2018-10-14 16:10:32'),
(3245, '192.168.3.11', '', '', '', '2018-10-14 16:10:35'),
(3246, '192.168.3.11', '', '', '', '2018-10-14 16:10:38'),
(3247, '192.168.3.11', '', '', '', '2018-10-14 16:10:42'),
(3248, '192.168.3.11', '', '', '', '2018-10-14 16:10:44'),
(3249, '192.168.3.11', '', '', '', '2018-10-14 16:33:06'),
(3250, '192.168.3.11', '', '', '', '2018-10-14 18:16:01'),
(3251, '172.16.17.32', '', '', '', '2018-10-14 23:35:20'),
(3252, '192.168.3.11', '', '', '', '2018-10-15 06:29:40'),
(3253, '172.16.58.3', '', '', '', '2018-10-15 06:53:27'),
(3254, '172.16.17.32', '', '', '', '2018-10-15 06:53:29'),
(3255, '172.16.58.3', '', '', '', '2018-10-15 07:19:59'),
(3256, '172.16.58.3', '', '', '', '2018-10-15 07:23:45'),
(3257, '172.16.31.10', '', '', '', '2018-10-15 07:23:46'),
(3258, '192.168.127.12', '', '', '', '2018-10-15 07:37:03'),
(3259, '192.168.127.12', '', '', '', '2018-10-15 07:37:04'),
(3260, '192.168.127.12', '', '', '', '2018-10-15 07:37:06'),
(3261, '172.16.31.10', '', '', '', '2018-10-15 08:43:09'),
(3262, '192.168.127.12', '', '', '', '2018-10-15 09:47:55'),
(3263, '192.168.127.12', '', '', '', '2018-10-15 09:48:00'),
(3264, '172.16.31.10', '', '', '', '2018-10-15 10:40:21'),
(3265, '192.168.3.11', '', '', '', '2018-10-15 11:40:37'),
(3266, '172.16.31.10', '', '', '', '2018-10-15 13:20:01'),
(3267, '172.16.31.10', '', '', '', '2018-10-15 15:36:33'),
(3268, '172.16.31.10', '', '', '', '2018-10-15 16:08:59'),
(3269, '172.16.31.10', '', '', '', '2018-10-15 16:09:00'),
(3270, '172.16.31.10', '', '', '', '2018-10-15 16:09:04'),
(3271, '172.16.17.32', '', '', '', '2018-10-15 22:54:38'),
(3272, '192.168.3.11', '', '', '', '2018-10-16 00:13:43'),
(3273, '172.16.31.10', '', '', '', '2018-10-16 00:13:46'),
(3274, '172.16.17.32', '', '', '', '2018-10-16 03:10:14'),
(3275, '172.16.17.32', '', '', '', '2018-10-16 03:10:15'),
(3276, '172.16.17.32', '', '', '', '2018-10-16 03:10:17'),
(3277, '172.16.17.32', '', '', '', '2018-10-16 03:10:18'),
(3278, '172.16.31.10', '', '', '', '2018-10-16 07:12:22'),
(3279, '172.16.31.10', '', '', '', '2018-10-16 07:12:23'),
(3280, '192.168.3.11', '', '', '', '2018-10-16 08:39:24'),
(3281, '192.168.3.11', '', '', '', '2018-10-16 08:39:25'),
(3282, '172.16.31.10', '', '', '', '2018-10-16 10:24:03'),
(3283, '172.16.31.10', '', '', '', '2018-10-16 10:24:05'),
(3284, '172.16.31.10', '', '', '', '2018-10-16 16:04:41'),
(3285, '172.16.31.10', '', '', '', '2018-10-16 16:04:45'),
(3286, '172.16.31.10', '', '', '', '2018-10-16 16:04:49'),
(3287, '172.16.31.10', '', '', '', '2018-10-16 16:04:52'),
(3288, '172.16.31.10', '', '', '', '2018-10-16 16:04:57'),
(3289, '172.16.31.10', '', '', '', '2018-10-16 18:14:57'),
(3290, '192.168.127.12', '', '', '', '2018-10-17 00:16:16'),
(3291, '172.16.17.32', '', '', '', '2018-10-17 01:06:20'),
(3292, '172.16.17.32', '', '', '', '2018-10-17 01:06:22'),
(3293, '192.168.127.12', '', '', '', '2018-10-17 01:54:15'),
(3294, '192.168.127.12', '', '', '', '2018-10-17 03:25:45'),
(3295, '172.16.17.32', '', '', '', '2018-10-17 04:49:27'),
(3296, '192.168.127.12', '', '', '', '2018-10-17 07:27:46'),
(3297, '192.168.127.12', '', '', '', '2018-10-17 07:27:47'),
(3298, '172.16.31.10', '', '', '', '2018-10-17 07:28:04'),
(3299, '172.16.17.32', '', '', '', '2018-10-17 08:15:59'),
(3300, '172.16.31.10', '', '', '', '2018-10-17 08:44:03'),
(3301, '192.168.3.11', '', '', '', '2018-10-17 08:44:06'),
(3302, '172.16.31.10', '', '', '', '2018-10-17 09:57:25'),
(3303, '192.168.3.11', '', '', '', '2018-10-17 10:22:26'),
(3304, '172.16.17.32', '', '', '', '2018-10-17 12:39:38'),
(3305, '172.16.17.32', '', '', '', '2018-10-17 12:39:42'),
(3306, '172.16.17.32', '', '', '', '2018-10-17 12:39:45'),
(3307, '172.16.17.32', '', '', '', '2018-10-17 12:39:46'),
(3308, '172.16.58.3', '', '', '', '2018-10-17 13:12:07'),
(3309, '172.16.31.10', '', '', '', '2018-10-17 14:32:15'),
(3310, '172.16.17.32', '', '', '', '2018-10-17 15:23:58'),
(3311, '172.16.17.32', '', '', '', '2018-10-17 15:24:00'),
(3312, '172.16.17.32', '', '', '', '2018-10-17 15:24:02'),
(3313, '172.16.17.32', '', '', '', '2018-10-17 15:24:07'),
(3314, '192.168.3.11', '', '', '', '2018-10-17 16:07:36'),
(3315, '192.168.3.11', '', '', '', '2018-10-17 16:07:38'),
(3316, '192.168.3.11', '', '', '', '2018-10-17 16:07:43'),
(3317, '192.168.3.11', '', '', '', '2018-10-17 16:07:50'),
(3318, '192.168.3.11', '', '', '', '2018-10-17 16:07:55'),
(3319, '172.16.17.32', '', '', '', '2018-10-17 16:19:45'),
(3320, '172.16.17.32', '', '', '', '2018-10-17 16:19:51'),
(3321, '172.16.31.10', '', '', '', '2018-10-17 18:59:56'),
(3322, '172.16.31.10', '', '', '', '2018-10-17 19:06:11'),
(3323, '172.16.31.10', '', '', '', '2018-10-17 19:06:12'),
(3324, '192.168.3.11', '', '', '', '2018-10-17 21:31:09'),
(3325, '192.168.3.11', '', '', '', '2018-10-17 21:31:13'),
(3326, '192.168.127.12', '', '', '', '2018-10-17 22:22:11'),
(3327, '192.168.127.12', '', '', '', '2018-10-17 22:22:13'),
(3328, '192.168.127.12', '', '', '', '2018-10-17 22:22:16'),
(3329, '192.168.127.12', '', '', '', '2018-10-17 22:22:18'),
(3330, '192.168.127.12', '', '', '', '2018-10-17 22:22:20'),
(3331, '192.168.127.12', '', '', '', '2018-10-17 22:34:43'),
(3332, '192.168.127.12', '', '', '', '2018-10-17 22:34:45'),
(3333, '192.168.127.12', '', '', '', '2018-10-17 22:34:47'),
(3334, '192.168.127.12', '', '', '', '2018-10-17 22:34:49'),
(3335, '192.168.127.12', '', '', '', '2018-10-17 22:34:51'),
(3336, '192.168.127.12', '', '', '', '2018-10-17 23:12:12'),
(3337, '192.168.127.12', '', '', '', '2018-10-17 23:12:13'),
(3338, '192.168.3.11', '', '', '', '2018-10-18 01:22:27'),
(3339, '172.16.31.10', '', '', '', '2018-10-18 01:22:28'),
(3340, '192.168.3.11', '', '', '', '2018-10-18 03:03:26'),
(3341, '192.168.3.11', '', '', '', '2018-10-18 03:20:58'),
(3342, '192.168.3.11', '', '', '', '2018-10-18 03:21:01'),
(3343, '192.168.3.11', '', '', '', '2018-10-18 04:54:45'),
(3344, '172.16.17.32', '', '', '', '2018-10-18 04:55:05'),
(3345, '192.168.3.11', '', '', '', '2018-10-18 07:11:41'),
(3346, '192.168.3.11', '', '', '', '2018-10-18 09:06:49'),
(3347, '172.16.31.10', '', '', '', '2018-10-18 09:06:50'),
(3348, '192.168.3.11', '', '', '', '2018-10-18 09:20:31'),
(3349, '192.168.3.11', '', '', '', '2018-10-18 09:20:35'),
(3350, '172.16.58.3', '', '', '', '2018-10-18 09:33:34'),
(3351, '172.16.58.3', '', '', '', '2018-10-18 10:04:29'),
(3352, '172.16.58.3', '', '', '', '2018-10-18 10:04:32'),
(3353, '192.168.3.11', '', '', '', '2018-10-18 10:19:46'),
(3354, '172.16.17.32', '', '', '', '2018-10-18 10:19:47'),
(3355, '172.16.17.32', '', '', '', '2018-10-18 10:41:18'),
(3356, '172.16.17.32', '', '', '', '2018-10-18 10:41:24'),
(3357, '192.168.3.11', '', '', '', '2018-10-18 11:03:49'),
(3358, '192.168.127.12', '', '', '', '2018-10-18 11:20:59'),
(3359, '172.16.31.10', '', '', '', '2018-10-18 13:47:25'),
(3360, '172.16.17.32', '', '', '', '2018-10-18 13:47:27'),
(3361, '172.16.58.3', '', '', '', '2018-10-18 14:34:59'),
(3362, '172.16.58.3', '', '', '', '2018-10-18 14:35:02'),
(3363, '172.16.31.10', '', '', '', '2018-10-18 15:02:59'),
(3364, '172.16.31.10', '', '', '', '2018-10-18 15:03:02'),
(3365, '172.16.58.3', '', '', '', '2018-10-18 15:33:35'),
(3366, '172.16.31.10', '', '', '', '2018-10-18 16:01:46'),
(3367, '172.16.31.10', '', '', '', '2018-10-18 16:01:50'),
(3368, '172.16.31.10', '', '', '', '2018-10-18 16:01:52'),
(3369, '172.16.31.10', '', '', '', '2018-10-18 16:02:01'),
(3370, '172.16.31.10', '', '', '', '2018-10-18 16:02:05'),
(3371, '192.168.127.12', '', '', '', '2018-10-18 16:32:21'),
(3372, '192.168.127.12', '', '', '', '2018-10-18 17:17:48'),
(3373, '172.16.31.10', '', '', '', '2018-10-18 17:52:58'),
(3374, '172.16.17.32', '', '', '', '2018-10-18 17:53:00'),
(3375, '172.16.58.3', '', '', '', '2018-10-18 18:05:14'),
(3376, '172.16.58.3', '', '', '', '2018-10-18 18:09:37'),
(3377, '172.16.31.10', '', '', '', '2018-10-18 18:09:38'),
(3378, '172.16.31.10', '', '', '', '2018-10-18 19:59:22'),
(3379, '172.16.31.10', '', '', '', '2018-10-18 19:59:24'),
(3380, '192.168.3.11', '', '', '', '2018-10-18 20:33:46'),
(3381, '192.168.3.11', '', '', '', '2018-10-18 20:33:48'),
(3382, '192.168.3.11', '', '', '', '2018-10-18 22:27:25'),
(3383, '192.168.3.11', '', '', '', '2018-10-18 22:27:31'),
(3384, '192.168.3.11', '', '', '', '2018-10-18 23:52:53'),
(3385, '192.168.3.11', '', '', '', '2018-10-18 23:52:57'),
(3386, '172.16.58.3', '', '', '', '2018-10-19 00:37:48'),
(3387, '172.16.58.3', '', '', '', '2018-10-19 00:45:40'),
(3388, '172.16.31.10', '', '', '', '2018-10-19 00:52:57'),
(3389, '172.16.31.10', '', '', '', '2018-10-19 00:52:59'),
(3390, '192.168.127.12', '', '', '', '2018-10-19 01:21:51'),
(3391, '192.168.3.11', '', '', '', '2018-10-19 01:26:17'),
(3392, '172.16.58.3', '', '', '', '2018-10-19 01:43:55'),
(3393, '172.16.58.3', '', '', '', '2018-10-19 01:43:57'),
(3394, '172.16.31.10', '', '', '', '2018-10-19 01:54:45'),
(3395, '172.16.31.10', '', '', '', '2018-10-19 02:19:37'),
(3396, '192.168.3.11', '', '', '', '2018-10-19 02:19:39'),
(3397, '172.16.58.3', '', '', '', '2018-10-19 02:25:16'),
(3398, '172.16.58.3', '', '', '', '2018-10-19 03:09:04'),
(3399, '172.16.58.3', '', '', '', '2018-10-19 04:00:47'),
(3400, '172.16.17.32', '', '', '', '2018-10-19 07:20:16'),
(3401, '172.16.31.10', '', '', '', '2018-10-19 07:20:19'),
(3402, '192.168.3.11', '', '', '', '2018-10-19 07:26:53'),
(3403, '192.168.3.11', '', '', '', '2018-10-19 08:26:36'),
(3404, '172.16.31.10', '', '', '', '2018-10-19 08:26:36'),
(3405, '192.168.3.11', '', '', '', '2018-10-19 09:39:53'),
(3406, '192.168.3.11', '', '', '', '2018-10-19 09:39:58'),
(3407, '172.16.58.3', '', '', '', '2018-10-19 10:49:18'),
(3408, '192.168.127.12', '', '', '', '2018-10-19 10:49:28'),
(3409, '172.16.31.10', '', '', '', '2018-10-19 11:53:15'),
(3410, '172.16.31.10', '', '', '', '2018-10-19 11:53:22'),
(3411, '172.16.17.32', '', '', '', '2018-10-19 12:02:40'),
(3412, '172.16.31.10', '', '', '', '2018-10-19 13:26:08'),
(3413, '172.16.31.10', '', '', '', '2018-10-19 13:58:01'),
(3414, '172.16.31.10', '', '', '', '2018-10-19 13:58:03'),
(3415, '172.16.31.10', '', '', '', '2018-10-19 13:58:04'),
(3416, '172.16.31.10', '', '', '', '2018-10-19 13:58:06'),
(3417, '172.16.31.10', '', '', '', '2018-10-19 13:58:08'),
(3418, '172.16.31.10', '', '', '', '2018-10-19 13:58:10'),
(3419, '172.16.31.10', '', '', '', '2018-10-19 13:58:12'),
(3420, '172.16.31.10', '', '', '', '2018-10-19 13:58:13'),
(3421, '172.16.31.10', '', '', '', '2018-10-19 13:58:15'),
(3422, '172.16.31.10', '', '', '', '2018-10-19 13:58:17'),
(3423, '172.16.31.10', '', '', '', '2018-10-19 13:58:20'),
(3424, '172.16.31.10', '', '', '', '2018-10-19 13:58:21'),
(3425, '172.16.31.10', '', '', '', '2018-10-19 13:58:25'),
(3426, '172.16.31.10', '', '', '', '2018-10-19 13:58:26'),
(3427, '172.16.31.10', '', '', '', '2018-10-19 13:58:27'),
(3428, '192.168.127.12', '', '', '', '2018-10-19 16:04:26'),
(3429, '192.168.127.12', '', '', '', '2018-10-19 16:04:28'),
(3430, '192.168.127.12', '', '', '', '2018-10-19 16:04:44'),
(3431, '192.168.127.12', '', '', '', '2018-10-19 19:11:10'),
(3432, '192.168.127.12', '', '', '', '2018-10-19 19:11:12'),
(3433, '192.168.127.12', '', '', '', '2018-10-19 19:11:14'),
(3434, '192.168.127.12', '', '', '', '2018-10-19 19:11:16'),
(3435, '172.16.31.10', '', '', '', '2018-10-19 20:16:23'),
(3436, '172.16.17.32', '', '', '', '2018-10-19 20:16:25'),
(3437, '172.16.31.10', '', '', '', '2018-10-19 20:30:22'),
(3438, '192.168.3.11', '', '', '', '2018-10-19 21:15:51'),
(3439, '172.16.17.32', '', '', '', '2018-10-19 21:43:30'),
(3440, '192.168.3.11', '', '', '', '2018-10-19 21:47:41'),
(3441, '192.168.3.11', '', '', '', '2018-10-19 21:47:43'),
(3442, '172.16.17.32', '', '', '', '2018-10-20 04:25:49'),
(3443, '172.16.58.3', '', '', '', '2018-10-20 06:07:00'),
(3444, '172.16.17.32', '', '', '', '2018-10-20 07:21:47'),
(3445, '172.16.17.32', '', '', '', '2018-10-20 07:21:52'),
(3446, '172.16.17.32', '', '', '', '2018-10-20 07:21:55'),
(3447, '172.16.17.32', '', '', '', '2018-10-20 07:21:58'),
(3448, '192.168.127.12', '', '', '', '2018-10-20 07:36:32'),
(3449, '172.16.31.10', '', '', '', '2018-10-20 11:58:35'),
(3450, '172.16.31.10', '', '', '', '2018-10-20 11:58:40'),
(3451, '192.168.127.12', '', '', '', '2018-10-20 12:53:31'),
(3452, '172.16.31.10', '', '', '', '2018-10-20 15:20:30'),
(3453, '172.16.31.10', '', '', '', '2018-10-20 15:20:30'),
(3454, '172.16.58.3', '', '', '', '2018-10-20 15:20:35'),
(3455, '172.16.31.10', '', '', '', '2018-10-20 15:20:38'),
(3456, '192.168.3.11', '', '', '', '2018-10-20 15:22:01'),
(3457, '192.168.3.11', '', '', '', '2018-10-20 15:22:03'),
(3458, '172.16.31.10', '', '', '', '2018-10-20 15:48:03'),
(3459, '172.16.31.10', '', '', '', '2018-10-20 16:05:28'),
(3460, '172.16.31.10', '', '', '', '2018-10-20 16:05:29'),
(3461, '172.16.31.10', '', '', '', '2018-10-20 16:05:31'),
(3462, '172.16.31.10', '', '', '', '2018-10-20 16:05:35'),
(3463, '172.16.31.10', '', '', '', '2018-10-20 16:05:38'),
(3464, '172.16.31.10', '', '', '', '2018-10-20 16:05:41'),
(3465, '172.16.31.10', '', '', '', '2018-10-20 17:37:30'),
(3466, '192.168.127.12', '', '', '', '2018-10-20 22:27:12'),
(3467, '172.16.17.32', '', '', '', '2018-10-21 03:05:52'),
(3468, '192.168.3.11', '', '', '', '2018-10-21 04:51:23'),
(3469, '192.168.127.12', '', '', '', '2018-10-21 06:41:27'),
(3470, '172.16.58.3', '', '', '', '2018-10-21 08:58:03');
INSERT INTO `traffic` (`id_traffic`, `ip`, `browser`, `platform`, `negara`, `waktu_akses`) VALUES
(3471, '172.16.58.3', '', '', '', '2018-10-21 08:58:07'),
(3472, '172.16.31.10', '', '', '', '2018-10-21 12:42:35'),
(3473, '172.16.31.10', '', '', '', '2018-10-21 16:01:30'),
(3474, '172.16.31.10', '', '', '', '2018-10-21 16:01:31'),
(3475, '172.16.17.32', '', '', '', '2018-10-21 18:48:43'),
(3476, '172.16.58.3', '', '', '', '2018-10-21 19:09:50'),
(3477, '172.16.17.32', '', '', '', '2018-10-22 02:37:33'),
(3478, '172.16.17.32', '', '', '', '2018-10-22 02:37:35'),
(3479, '172.16.31.10', '', '', '', '2018-10-22 07:57:48'),
(3480, '172.16.31.10', '', '', '', '2018-10-22 08:47:14'),
(3481, '172.16.31.10', '', '', '', '2018-10-22 08:47:15'),
(3482, '172.16.17.32', '', '', '', '2018-10-22 13:45:45'),
(3483, '172.16.17.32', '', '', '', '2018-10-22 13:45:47'),
(3484, '172.16.31.10', '', '', '', '2018-10-22 16:03:19'),
(3485, '172.16.31.10', '', '', '', '2018-10-22 16:03:24'),
(3486, '172.16.31.10', '', '', '', '2018-10-22 16:03:27'),
(3487, '172.16.31.10', '', '', '', '2018-10-22 16:03:37'),
(3488, '172.16.58.3', '', '', '', '2018-10-22 18:04:32'),
(3489, '172.16.58.3', '', '', '', '2018-10-22 18:04:40'),
(3490, '172.16.58.3', '', '', '', '2018-10-22 18:04:48'),
(3491, '192.168.127.12', '', '', '', '2018-10-22 18:07:52'),
(3492, '192.168.3.11', '', '', '', '2018-10-22 20:09:05'),
(3493, '172.16.31.10', '', '', '', '2018-10-22 22:49:26'),
(3494, '172.16.17.32', '', '', '', '2018-10-23 04:39:41'),
(3495, '192.168.3.11', '', '', '', '2018-10-23 07:44:53'),
(3496, '192.168.3.11', '', '', '', '2018-10-23 07:44:54'),
(3497, '192.168.3.11', '', '', '', '2018-10-23 09:49:53'),
(3498, '192.168.3.11', '', '', '', '2018-10-23 09:49:56'),
(3499, '172.16.31.10', '', '', '', '2018-10-23 10:17:08'),
(3500, '172.16.58.3', '', '', '', '2018-10-23 14:49:50'),
(3501, '172.16.58.3', '', '', '', '2018-10-23 14:49:55'),
(3502, '192.168.3.11', '', '', '', '2018-10-23 20:05:31'),
(3503, '192.168.3.11', '', '', '', '2018-10-23 20:05:33'),
(3504, '172.16.17.32', '', '', '', '2018-10-24 01:08:01'),
(3505, '192.168.3.11', '', '', '', '2018-10-24 03:17:54'),
(3506, '172.16.31.10', '', '', '', '2018-10-24 05:56:08'),
(3507, '172.16.17.32', '', '', '', '2018-10-24 09:52:07'),
(3508, '192.168.127.12', '', '', '', '2018-10-24 09:52:09'),
(3509, '192.168.127.12', '', '', '', '2018-10-24 10:57:08'),
(3510, '192.168.127.12', '', '', '', '2018-10-24 10:57:13'),
(3511, '192.168.3.11', '', '', '', '2018-10-24 11:56:38'),
(3512, '172.16.17.32', '', '', '', '2018-10-24 11:56:40'),
(3513, '172.16.17.32', '', '', '', '2018-10-24 12:06:44'),
(3514, '192.168.3.11', '', '', '', '2018-10-24 12:11:47'),
(3515, '192.168.3.11', '', '', '', '2018-10-24 12:16:50'),
(3516, '192.168.3.11', '', '', '', '2018-10-24 12:21:53'),
(3517, '172.16.31.10', '', '', '', '2018-10-24 13:04:34'),
(3518, '172.16.31.10', '', '', '', '2018-10-24 13:04:38'),
(3519, '172.16.31.10', '', '', '', '2018-10-24 13:04:46'),
(3520, '172.16.31.10', '', '', '', '2018-10-24 13:04:48'),
(3521, '172.16.58.3', '', '', '', '2018-10-24 13:58:42'),
(3522, '172.16.31.10', '', '', '', '2018-10-24 16:04:12'),
(3523, '172.16.31.10', '', '', '', '2018-10-24 16:04:17'),
(3524, '172.16.31.10', '', '', '', '2018-10-24 16:04:23'),
(3525, '172.16.31.10', '', '', '', '2018-10-24 16:04:31'),
(3526, '192.168.3.11', '', '', '', '2018-10-24 16:23:40'),
(3527, '192.168.3.11', '', '', '', '2018-10-24 16:23:41'),
(3528, '192.168.3.11', '', '', '', '2018-10-24 16:23:42'),
(3529, '172.16.58.3', '', '', '', '2018-10-24 23:57:04'),
(3530, '172.16.58.3', '', '', '', '2018-10-24 23:57:08'),
(3531, '192.168.3.11', '', '', '', '2018-10-25 01:33:26'),
(3532, '192.168.127.12', '', '', '', '2018-10-25 01:33:29'),
(3533, '172.16.31.10', '', '', '', '2018-10-25 03:41:10'),
(3534, '172.16.58.3', '', '', '', '2018-10-25 05:02:29'),
(3535, '172.16.31.10', '', '', '', '2018-10-25 07:51:27'),
(3536, '192.168.3.11', '', '', '', '2018-10-25 09:36:30'),
(3537, '192.168.3.11', '', '', '', '2018-10-25 09:36:33'),
(3538, '172.16.58.3', '', '', '', '2018-10-25 12:43:00'),
(3539, '172.16.31.10', '', '', '', '2018-10-25 13:39:25'),
(3540, '192.168.127.12', '', '', '', '2018-10-25 16:05:58'),
(3541, '192.168.127.12', '', '', '', '2018-10-25 16:06:05'),
(3542, '192.168.127.12', '', '', '', '2018-10-25 16:06:09'),
(3543, '172.16.58.3', '', '', '', '2018-10-25 18:39:47'),
(3544, '172.16.58.3', '', '', '', '2018-10-25 20:32:07'),
(3545, '172.16.58.3', '', '', '', '2018-10-25 21:47:05'),
(3546, '172.16.31.10', '', '', '', '2018-10-25 23:51:14'),
(3547, '172.16.58.3', '', '', '', '2018-10-26 06:00:02'),
(3548, '172.16.58.3', '', '', '', '2018-10-26 06:00:09'),
(3549, '172.16.58.3', '', '', '', '2018-10-26 06:03:25'),
(3550, '172.16.17.32', '', '', '', '2018-10-26 08:09:39'),
(3551, '192.168.127.12', '', '', '', '2018-10-26 11:43:35'),
(3552, '172.16.58.3', '', '', '', '2018-10-26 12:53:43'),
(3553, '172.16.58.3', '', '', '', '2018-10-26 12:53:45'),
(3554, '172.16.31.10', '', '', '', '2018-10-26 14:29:30'),
(3555, '172.16.31.10', '', '', '', '2018-10-26 15:44:00'),
(3556, '172.16.31.10', '', '', '', '2018-10-26 16:01:13'),
(3557, '172.16.31.10', '', '', '', '2018-10-26 16:01:25'),
(3558, '172.16.58.3', '', '', '', '2018-10-26 17:37:12'),
(3559, '172.16.31.10', '', '', '', '2018-10-26 21:16:42'),
(3560, '192.168.3.11', '', '', '', '2018-10-26 22:47:06'),
(3561, '172.16.17.32', '', '', '', '2018-10-26 22:48:36'),
(3562, '172.16.58.3', '', '', '', '2018-10-26 23:50:28'),
(3563, '192.168.3.11', '', '', '', '2018-10-27 01:28:15'),
(3564, '172.16.58.3', '', '', '', '2018-10-27 02:17:12'),
(3565, '172.16.58.3', '', '', '', '2018-10-27 03:56:54'),
(3566, '172.16.58.3', '', '', '', '2018-10-27 04:33:16'),
(3567, '172.16.31.10', '', '', '', '2018-10-27 05:37:28'),
(3568, '192.168.3.11', '', '', '', '2018-10-27 05:52:14'),
(3569, '172.16.31.10', '', '', '', '2018-10-27 07:17:15'),
(3570, '172.16.31.10', '', '', '', '2018-10-27 07:24:28'),
(3571, '172.16.58.3', '', '', '', '2018-10-27 08:57:29'),
(3572, '172.16.31.10', '', '', '', '2018-10-27 09:15:02'),
(3573, '172.16.31.10', '', '', '', '2018-10-27 09:15:07'),
(3574, '172.16.58.3', '', '', '', '2018-10-27 10:35:02'),
(3575, '192.168.3.11', '', '', '', '2018-10-27 13:35:46'),
(3576, '192.168.127.12', '', '', '', '2018-10-27 13:40:43'),
(3577, '172.16.58.3', '', '', '', '2018-10-27 14:02:16'),
(3578, '172.16.58.3', '', '', '', '2018-10-27 14:02:16'),
(3579, '172.16.17.32', '', '', '', '2018-10-27 15:01:33'),
(3580, '172.16.58.3', '', '', '', '2018-10-27 15:09:11'),
(3581, '172.16.17.32', '', '', '', '2018-10-27 15:58:08'),
(3582, '192.168.3.11', '', '', '', '2018-10-27 16:01:42'),
(3583, '192.168.3.11', '', '', '', '2018-10-27 16:01:45'),
(3584, '192.168.3.11', '', '', '', '2018-10-27 16:01:48'),
(3585, '192.168.3.11', '', '', '', '2018-10-27 16:01:54'),
(3586, '192.168.3.11', '', '', '', '2018-10-27 16:46:50'),
(3587, '192.168.3.11', '', '', '', '2018-10-27 17:13:10'),
(3588, '192.168.3.11', '', '', '', '2018-10-27 19:01:27'),
(3589, '172.16.58.3', '', '', '', '2018-10-27 19:10:06'),
(3590, '192.168.3.11', '', '', '', '2018-10-28 00:08:31'),
(3591, '192.168.3.11', '', '', '', '2018-10-28 00:08:55'),
(3592, '172.16.17.32', '', '', '', '2018-10-28 00:40:35'),
(3593, '172.16.17.32', '', '', '', '2018-10-28 02:05:04'),
(3594, '192.168.127.12', '', '', '', '2018-10-28 02:58:20'),
(3595, '172.16.58.3', '', '', '', '2018-10-28 06:13:48'),
(3596, '192.168.3.11', '', '', '', '2018-10-28 08:23:47'),
(3597, '192.168.3.11', '', '', '', '2018-10-28 08:23:52'),
(3598, '192.168.3.11', '', '', '', '2018-10-28 09:24:13'),
(3599, '192.168.127.12', '', '', '', '2018-10-28 10:40:45'),
(3600, '192.168.127.12', '', '', '', '2018-10-28 10:57:50'),
(3601, '172.16.17.32', '', '', '', '2018-10-28 15:42:10'),
(3602, '192.168.3.11', '', '', '', '2018-10-28 16:08:28'),
(3603, '192.168.3.11', '', '', '', '2018-10-28 16:08:30'),
(3604, '192.168.3.11', '', '', '', '2018-10-28 16:08:33'),
(3605, '192.168.3.11', '', '', '', '2018-10-28 16:08:44'),
(3606, '172.16.31.10', '', '', '', '2018-10-28 17:30:02'),
(3607, '172.16.58.3', '', '', '', '2018-10-28 19:04:42'),
(3608, '172.16.17.32', '', '', '', '2018-10-28 21:15:42'),
(3609, '172.16.31.10', '', '', '', '2018-10-28 21:15:47'),
(3610, '192.168.3.11', '', '', '', '2018-10-28 22:49:45'),
(3611, '172.16.31.10', '', '', '', '2018-10-28 23:21:53'),
(3612, '172.16.31.10', '', '', '', '2018-10-29 01:03:09'),
(3613, '192.168.3.11', '', '', '', '2018-10-29 03:09:59'),
(3614, '172.16.31.10', '', '', '', '2018-10-29 04:21:35'),
(3615, '172.16.31.10', '', '', '', '2018-10-29 04:54:39'),
(3616, '172.16.58.3', '', '', '', '2018-10-29 09:56:19'),
(3617, '172.16.58.3', '', '', '', '2018-10-29 09:56:28'),
(3618, '172.16.58.3', '', '', '', '2018-10-29 09:56:32'),
(3619, '172.16.17.32', '', '', '', '2018-10-29 10:21:40'),
(3620, '172.16.58.3', '', '', '', '2018-10-29 12:02:11'),
(3621, '172.16.58.3', '', '', '', '2018-10-29 12:02:14'),
(3622, '192.168.3.11', '', '', '', '2018-10-29 16:01:46'),
(3623, '192.168.3.11', '', '', '', '2018-10-29 16:01:58'),
(3624, '192.168.3.11', '', '', '', '2018-10-29 16:02:06'),
(3625, '192.168.3.11', '', '', '', '2018-10-29 17:34:58'),
(3626, '192.168.3.11', '', '', '', '2018-10-29 23:46:10'),
(3627, '192.168.3.11', '', '', '', '2018-10-30 01:12:21'),
(3628, '192.168.3.11', '', '', '', '2018-10-30 02:31:06'),
(3629, '192.168.127.12', '', '', '', '2018-10-30 02:51:03'),
(3630, '192.168.3.11', '', '', '', '2018-10-30 03:29:15'),
(3631, '192.168.127.12', '', '', '', '2018-10-30 03:30:35'),
(3632, '192.168.3.11', '', '', '', '2018-10-30 03:52:40'),
(3633, '192.168.3.11', '', '', '', '2018-10-30 03:52:48'),
(3634, '192.168.3.11', '', '', '', '2018-10-30 03:59:06'),
(3635, '172.16.31.10', '', '', '', '2018-10-30 04:00:01'),
(3636, '172.16.58.3', '', '', '', '2018-10-30 04:00:11'),
(3637, '172.16.17.32', '', '', '', '2018-10-30 04:00:57'),
(3638, '172.16.31.10', '', '', '', '2018-10-30 04:25:27'),
(3639, '172.16.31.10', '', '', '', '2018-10-30 04:26:39'),
(3640, '172.16.17.32', '', '', '', '2018-10-30 05:49:27'),
(3641, '172.16.58.3', '', '', '', '2018-10-30 05:49:29'),
(3642, '172.16.31.10', '', '', '', '2018-10-30 06:10:15'),
(3643, '172.16.31.10', '', '', '', '2018-10-30 06:10:23'),
(3644, '172.16.17.32', '', '', '', '2018-10-30 06:14:40'),
(3645, '172.16.17.32', '', '', '', '2018-10-30 07:01:48'),
(3646, '172.16.17.32', '', '', '', '2018-10-30 07:27:02'),
(3647, '192.168.3.11', '', '', '', '2018-10-30 07:36:17'),
(3648, '192.168.127.12', '', '', '', '2018-10-30 08:06:35'),
(3649, '192.168.127.12', '', '', '', '2018-10-30 08:06:39'),
(3650, '172.16.58.3', '', '', '', '2018-10-30 08:23:09'),
(3651, '172.16.58.3', '', '', '', '2018-10-30 08:25:26'),
(3652, '172.16.31.10', '', '', '', '2018-10-30 10:09:14'),
(3653, '192.168.3.11', '', '', '', '2018-10-30 10:47:00'),
(3654, '192.168.3.11', '', '', '', '2018-10-30 12:29:57'),
(3655, '192.168.3.11', '', '', '', '2018-10-30 12:29:59'),
(3656, '192.168.3.11', '', '', '', '2018-10-30 13:10:58'),
(3657, '192.168.3.11', '', '', '', '2018-10-30 13:23:01'),
(3658, '172.16.17.32', '', '', '', '2018-10-30 13:23:06'),
(3659, '172.16.31.10', '', '', '', '2018-10-30 13:23:16'),
(3660, '172.16.31.10', '', '', '', '2018-10-30 13:23:19'),
(3661, '172.16.17.32', '', '', '', '2018-10-30 13:23:29'),
(3662, '172.16.31.10', '', '', '', '2018-10-30 13:23:33'),
(3663, '192.168.127.12', '', '', '', '2018-10-30 13:32:45'),
(3664, '172.16.31.10', '', '', '', '2018-10-30 14:25:11'),
(3665, '172.16.31.10', '', '', '', '2018-10-30 14:25:28'),
(3666, '172.16.17.32', '', '', '', '2018-10-30 15:35:00'),
(3667, '172.16.17.32', '', '', '', '2018-10-30 15:36:32'),
(3668, '172.16.31.10', '', '', '', '2018-10-30 16:07:06'),
(3669, '172.16.31.10', '', '', '', '2018-10-30 16:07:35'),
(3670, '172.16.31.10', '', '', '', '2018-10-30 16:08:03'),
(3671, '192.168.3.11', '', '', '', '2018-10-30 19:23:40'),
(3672, '172.16.31.10', '', '', '', '2018-10-30 19:58:27'),
(3673, '172.16.31.10', '', '', '', '2018-10-30 21:13:40'),
(3674, '172.16.31.10', '', '', '', '2018-10-30 22:04:23'),
(3675, '172.16.17.32', '', '', '', '2018-10-30 22:33:26'),
(3676, '172.16.31.10', '', '', '', '2018-10-30 23:10:05'),
(3677, '172.16.31.10', '', '', '', '2018-10-31 00:24:20'),
(3678, '172.16.31.10', '', '', '', '2018-10-31 00:29:06'),
(3679, '192.168.3.11', '', '', '', '2018-10-31 00:29:15'),
(3680, '172.16.31.10', '', '', '', '2018-10-31 01:15:43'),
(3681, '192.168.3.11', '', '', '', '2018-10-31 02:44:40'),
(3682, '172.16.58.3', '', '', '', '2018-10-31 04:19:54'),
(3683, '172.16.58.3', '', '', '', '2018-10-31 04:19:56'),
(3684, '172.16.31.10', '', '', '', '2018-10-31 05:00:57'),
(3685, '172.16.31.10', '', '', '', '2018-10-31 05:31:17'),
(3686, '172.16.31.10', '', '', '', '2018-10-31 06:24:40'),
(3687, '172.16.17.32', '', '', '', '2018-10-31 06:24:54'),
(3688, '192.168.3.11', '', '', '', '2018-10-31 07:55:19'),
(3689, '192.168.3.11', '', '', '', '2018-10-31 07:55:27'),
(3690, '172.16.17.32', '', '', '', '2018-10-31 09:34:35'),
(3691, '172.16.58.3', '', '', '', '2018-10-31 10:17:43'),
(3692, '172.16.58.3', '', '', '', '2018-10-31 10:17:59'),
(3693, '172.16.17.32', '', '', '', '2018-10-31 12:02:00'),
(3694, '172.16.17.32', '', '', '', '2018-10-31 12:02:02'),
(3695, '172.16.58.3', '', '', '', '2018-10-31 12:34:29'),
(3696, '172.16.17.32', '', '', '', '2018-10-31 14:03:06'),
(3697, '172.16.58.3', '', '', '', '2018-10-31 15:37:21'),
(3698, '192.168.127.12', '', '', '', '2018-10-31 16:09:20'),
(3699, '192.168.127.12', '', '', '', '2018-10-31 16:09:21'),
(3700, '192.168.127.12', '', '', '', '2018-10-31 16:09:28'),
(3701, '172.16.58.3', '', '', '', '2018-10-31 16:35:36'),
(3702, '172.16.58.3', '', '', '', '2018-10-31 16:35:40'),
(3703, '172.16.58.3', '', '', '', '2018-10-31 16:53:27'),
(3704, '192.168.3.11', '', '', '', '2018-10-31 16:53:28'),
(3705, '172.16.58.3', '', '', '', '2018-10-31 18:23:24'),
(3706, '192.168.3.11', '', '', '', '2018-10-31 19:39:17'),
(3707, '172.16.17.32', '', '', '', '2018-10-31 20:06:42'),
(3708, '172.16.58.3', '', '', '', '2018-10-31 21:31:39'),
(3709, '192.168.3.11', '', '', '', '2018-10-31 21:42:48'),
(3710, '172.16.31.10', '', '', '', '2018-10-31 22:27:57'),
(3711, '172.16.17.32', '', '', '', '2018-10-31 22:29:08'),
(3712, '172.16.58.3', '', '', '', '2018-11-01 03:33:46'),
(3713, '172.16.31.10', '', '', '', '2018-11-01 03:38:56'),
(3714, '172.16.17.32', '', '', '', '2018-11-01 07:59:53'),
(3715, '172.16.17.32', '', '', '', '2018-11-01 08:05:57'),
(3716, '172.16.17.32', '', '', '', '2018-11-01 08:05:58'),
(3717, '172.16.31.10', '', '', '', '2018-11-01 08:40:15'),
(3718, '172.16.58.3', '', '', '', '2018-11-01 09:11:50'),
(3719, '172.16.58.3', '', '', '', '2018-11-01 09:11:51'),
(3720, '192.168.3.11', '', '', '', '2018-11-01 10:30:20'),
(3721, '192.168.127.12', '', '', '', '2018-11-01 11:31:09'),
(3722, '172.16.31.10', '', '', '', '2018-11-01 16:08:43'),
(3723, '172.16.31.10', '', '', '', '2018-11-01 16:08:45'),
(3724, '172.16.31.10', '', '', '', '2018-11-01 16:08:47'),
(3725, '172.16.31.10', '', '', '', '2018-11-01 16:08:51'),
(3726, '172.16.31.10', '', '', '', '2018-11-01 19:46:36'),
(3727, '172.16.58.3', '', '', '', '2018-11-01 20:08:03'),
(3728, '192.168.3.11', '', '', '', '2018-11-01 21:17:44'),
(3729, '172.16.58.3', '', '', '', '2018-11-01 21:46:40'),
(3730, '172.16.58.3', '', '', '', '2018-11-01 21:52:45'),
(3731, '172.16.58.3', '', '', '', '2018-11-02 03:33:45'),
(3732, '192.168.127.12', '', '', '', '2018-11-02 05:05:09'),
(3733, '172.16.17.32', '', '', '', '2018-11-02 05:07:54'),
(3734, '172.16.31.10', '', '', '', '2018-11-02 05:14:51'),
(3735, '172.16.17.32', '', '', '', '2018-11-02 05:21:13'),
(3736, '172.16.31.10', '', '', '', '2018-11-02 06:53:37'),
(3737, '172.16.58.3', '', '', '', '2018-11-02 09:12:39'),
(3738, '172.16.58.3', '', '', '', '2018-11-02 09:12:40'),
(3739, '172.16.31.10', '', '', '', '2018-11-02 09:51:26'),
(3740, '172.16.31.10', '', '', '', '2018-11-02 09:51:27'),
(3741, '192.168.127.12', '', '', '', '2018-11-02 16:00:46'),
(3742, '192.168.127.12', '', '', '', '2018-11-02 16:00:47'),
(3743, '192.168.127.12', '', '', '', '2018-11-02 16:00:53'),
(3744, '192.168.127.12', '', '', '', '2018-11-02 16:00:55'),
(3745, '172.16.17.32', '', '', '', '2018-11-02 16:23:54'),
(3746, '172.16.17.32', '', '', '', '2018-11-02 16:23:57'),
(3747, '172.16.17.32', '', '', '', '2018-11-02 16:24:02'),
(3748, '172.16.17.32', '', '', '', '2018-11-02 16:24:04'),
(3749, '172.16.31.10', '', '', '', '2018-11-02 17:48:15'),
(3750, '172.16.31.10', '', '', '', '2018-11-02 17:48:16'),
(3751, '172.16.31.10', '', '', '', '2018-11-02 17:51:25'),
(3752, '192.168.3.11', '', '', '', '2018-11-02 17:51:26'),
(3753, '172.16.31.10', '', '', '', '2018-11-02 20:01:44'),
(3754, '172.16.17.32', '', '', '', '2018-11-02 21:51:13'),
(3755, '172.16.17.32', '', '', '', '2018-11-02 21:51:13'),
(3756, '172.16.17.32', '', '', '', '2018-11-02 21:51:14'),
(3757, '172.16.31.10', '', '', '', '2018-11-03 00:53:58'),
(3758, '192.168.3.11', '', '', '', '2018-11-03 00:53:59'),
(3759, '192.168.127.12', '', '', '', '2018-11-03 01:37:11'),
(3760, '192.168.3.11', '', '', '', '2018-11-03 01:37:11'),
(3761, '172.16.58.3', '', '', '', '2018-11-03 01:39:45'),
(3762, '172.16.17.32', '', '', '', '2018-11-03 01:39:46'),
(3763, '172.16.31.10', '', '', '', '2018-11-03 01:40:29'),
(3764, '172.16.17.32', '', '', '', '2018-11-03 01:40:30'),
(3765, '172.16.31.10', '', '', '', '2018-11-03 03:43:50'),
(3766, '172.16.17.32', '', '', '', '2018-11-03 05:26:57'),
(3767, '172.16.31.10', '', '', '', '2018-11-03 08:17:49'),
(3768, '172.16.31.10', '', '', '', '2018-11-03 08:17:50'),
(3769, '172.16.31.10', '', '', '', '2018-11-03 08:17:51'),
(3770, '172.16.31.10', '', '', '', '2018-11-03 08:17:52'),
(3771, '172.16.31.10', '', '', '', '2018-11-03 08:17:52'),
(3772, '172.16.31.10', '', '', '', '2018-11-03 08:17:53'),
(3773, '172.16.31.10', '', '', '', '2018-11-03 08:17:53'),
(3774, '172.16.17.32', '', '', '', '2018-11-03 12:20:49'),
(3775, '172.16.31.10', '', '', '', '2018-11-03 15:25:35'),
(3776, '192.168.3.11', '', '', '', '2018-11-03 16:03:46'),
(3777, '192.168.3.11', '', '', '', '2018-11-03 16:03:47'),
(3778, '192.168.3.11', '', '', '', '2018-11-03 16:03:49'),
(3779, '192.168.3.11', '', '', '', '2018-11-03 16:03:55'),
(3780, '192.168.3.11', '', '', '', '2018-11-03 16:03:56'),
(3781, '192.168.3.11', '', '', '', '2018-11-03 16:03:58'),
(3782, '172.16.31.10', '', '', '', '2018-11-03 17:15:44'),
(3783, '192.168.3.11', '', '', '', '2018-11-03 20:56:24'),
(3784, '172.16.31.10', '', '', '', '2018-11-04 01:10:48'),
(3785, '172.16.31.10', '', '', '', '2018-11-04 01:10:53'),
(3786, '172.16.31.10', '', '', '', '2018-11-04 04:11:00'),
(3787, '172.16.31.10', '', '', '', '2018-11-04 05:49:25'),
(3788, '172.16.17.32', '', '', '', '2018-11-04 08:06:25'),
(3789, '172.16.17.32', '', '', '', '2018-11-04 08:06:31'),
(3790, '172.16.17.32', '', '', '', '2018-11-04 08:06:32'),
(3791, '172.16.17.32', '', '', '', '2018-11-04 08:06:32'),
(3792, '172.16.17.32', '', '', '', '2018-11-04 08:06:33'),
(3793, '172.16.17.32', '', '', '', '2018-11-04 08:06:37'),
(3794, '172.16.17.32', '', '', '', '2018-11-04 08:06:37'),
(3795, '192.168.3.11', '', '', '', '2018-11-04 09:59:48'),
(3796, '192.168.3.11', '', '', '', '2018-11-04 09:59:49'),
(3797, '192.168.3.11', '', '', '', '2018-11-04 09:59:50'),
(3798, '192.168.3.11', '', '', '', '2018-11-04 09:59:50'),
(3799, '192.168.3.11', '', '', '', '2018-11-04 09:59:51'),
(3800, '192.168.3.11', '', '', '', '2018-11-04 09:59:51'),
(3801, '192.168.3.11', '', '', '', '2018-11-04 09:59:52'),
(3802, '172.16.17.32', '', '', '', '2018-11-04 10:41:12'),
(3803, '172.16.31.10', '', '', '', '2018-11-04 11:44:57'),
(3804, '172.16.31.10', '', '', '', '2018-11-04 11:57:32'),
(3805, '172.16.58.3', '', '', '', '2018-11-04 16:05:07'),
(3806, '172.16.58.3', '', '', '', '2018-11-04 16:05:09'),
(3807, '172.16.58.3', '', '', '', '2018-11-04 16:05:10'),
(3808, '172.16.58.3', '', '', '', '2018-11-04 16:05:11'),
(3809, '172.16.58.3', '', '', '', '2018-11-04 16:05:12'),
(3810, '172.16.58.3', '', '', '', '2018-11-04 16:05:14'),
(3811, '172.16.58.3', '', '', '', '2018-11-04 16:05:15'),
(3812, '172.16.31.10', '', '', '', '2018-11-04 16:06:52'),
(3813, '172.16.31.10', '', '', '', '2018-11-04 16:06:54'),
(3814, '172.16.31.10', '', '', '', '2018-11-04 16:07:01'),
(3815, '172.16.31.10', '', '', '', '2018-11-04 16:07:02'),
(3816, '172.16.58.3', '', '', '', '2018-11-04 16:14:30'),
(3817, '172.16.58.3', '', '', '', '2018-11-04 16:14:31'),
(3818, '172.16.58.3', '', '', '', '2018-11-04 16:14:32'),
(3819, '172.16.58.3', '', '', '', '2018-11-04 16:14:33'),
(3820, '172.16.58.3', '', '', '', '2018-11-04 16:14:34'),
(3821, '172.16.58.3', '', '', '', '2018-11-04 16:14:36'),
(3822, '172.16.58.3', '', '', '', '2018-11-04 16:14:37'),
(3823, '192.168.127.12', '', '', '', '2018-11-04 17:30:42'),
(3824, '192.168.3.11', '', '', '', '2018-11-04 17:55:59'),
(3825, '172.16.31.10', '', '', '', '2018-11-04 18:16:13'),
(3826, '172.16.31.10', '', '', '', '2018-11-04 18:16:14'),
(3827, '172.16.31.10', '', '', '', '2018-11-04 19:18:38'),
(3828, '192.168.3.11', '', '', '', '2018-11-04 22:53:43'),
(3829, '192.168.3.11', '', '', '', '2018-11-04 22:53:44'),
(3830, '192.168.127.12', '', '', '', '2018-11-05 02:00:27'),
(3831, '192.168.3.11', '', '', '', '2018-11-05 02:26:06'),
(3832, '172.16.31.10', '', '', '', '2018-11-05 02:58:50'),
(3833, '172.16.31.10', '', '', '', '2018-11-05 02:58:51'),
(3834, '192.168.3.11', '', '', '', '2018-11-05 03:48:24'),
(3835, '192.168.3.11', '', '', '', '2018-11-05 03:48:25'),
(3836, '192.168.3.11', '', '', '', '2018-11-05 03:48:26'),
(3837, '192.168.3.11', '', '', '', '2018-11-05 03:48:27'),
(3838, '192.168.3.11', '', '', '', '2018-11-05 03:48:27'),
(3839, '192.168.3.11', '', '', '', '2018-11-05 03:48:28'),
(3840, '192.168.3.11', '', '', '', '2018-11-05 03:48:29'),
(3841, '192.168.3.11', '', '', '', '2018-11-05 04:22:16'),
(3842, '192.168.3.11', '', '', '', '2018-11-05 04:22:17'),
(3843, '192.168.3.11', '', '', '', '2018-11-05 06:22:52'),
(3844, '172.16.17.32', '', '', '', '2018-11-05 09:35:44'),
(3845, '172.16.58.3', '', '', '', '2018-11-05 09:46:43'),
(3846, '192.168.3.11', '', '', '', '2018-11-05 13:34:45'),
(3847, '172.16.58.3', '', '', '', '2018-11-05 13:34:47'),
(3848, '192.168.3.11', '', '', '', '2018-11-05 14:31:18'),
(3849, '172.16.31.10', '', '', '', '2018-11-05 16:02:03'),
(3850, '172.16.31.10', '', '', '', '2018-11-05 16:02:05'),
(3851, '172.16.31.10', '', '', '', '2018-11-05 16:02:07'),
(3852, '172.16.31.10', '', '', '', '2018-11-05 16:02:08'),
(3853, '172.16.31.10', '', '', '', '2018-11-05 16:02:13'),
(3854, '172.16.31.10', '', '', '', '2018-11-05 16:02:21'),
(3855, '172.16.31.10', '', '', '', '2018-11-05 16:02:22'),
(3856, '172.16.31.10', '', '', '', '2018-11-05 16:02:29'),
(3857, '172.16.31.10', '', '', '', '2018-11-05 16:02:33'),
(3858, '172.16.31.10', '', '', '', '2018-11-05 16:02:57'),
(3859, '172.16.31.10', '', '', '', '2018-11-05 16:02:59'),
(3860, '172.16.31.10', '', '', '', '2018-11-05 16:03:17'),
(3861, '172.16.58.3', '', '', '', '2018-11-05 17:18:17'),
(3862, '172.16.58.3', '', '', '', '2018-11-05 17:18:23'),
(3863, '172.16.58.3', '', '', '', '2018-11-05 17:18:24'),
(3864, '172.16.58.3', '', '', '', '2018-11-05 17:18:27'),
(3865, '172.16.58.3', '', '', '', '2018-11-05 17:18:28'),
(3866, '172.16.58.3', '', '', '', '2018-11-05 17:18:30'),
(3867, '172.16.58.3', '', '', '', '2018-11-05 17:18:52'),
(3868, '172.16.58.3', '', '', '', '2018-11-05 17:18:54'),
(3869, '172.16.58.3', '', '', '', '2018-11-05 17:18:56'),
(3870, '172.16.58.3', '', '', '', '2018-11-05 17:18:57'),
(3871, '172.16.58.3', '', '', '', '2018-11-05 17:18:59'),
(3872, '172.16.58.3', '', '', '', '2018-11-05 17:19:00'),
(3873, '172.16.58.3', '', '', '', '2018-11-05 17:19:03'),
(3874, '172.16.58.3', '', '', '', '2018-11-05 17:19:04'),
(3875, '172.16.58.3', '', '', '', '2018-11-05 17:19:16'),
(3876, '172.16.58.3', '', '', '', '2018-11-05 17:19:23'),
(3877, '172.16.58.3', '', '', '', '2018-11-05 17:19:29'),
(3878, '172.16.58.3', '', '', '', '2018-11-05 17:19:31'),
(3879, '172.16.58.3', '', '', '', '2018-11-05 17:19:36'),
(3880, '172.16.58.3', '', '', '', '2018-11-05 17:19:37'),
(3881, '172.16.58.3', '', '', '', '2018-11-05 17:19:43'),
(3882, '172.16.58.3', '', '', '', '2018-11-05 17:19:45'),
(3883, '172.16.58.3', '', '', '', '2018-11-05 17:20:11'),
(3884, '172.16.58.3', '', '', '', '2018-11-05 17:20:11'),
(3885, '172.16.58.3', '', '', '', '2018-11-05 17:20:14'),
(3886, '172.16.58.3', '', '', '', '2018-11-05 17:20:16'),
(3887, '172.16.58.3', '', '', '', '2018-11-05 17:20:17'),
(3888, '172.16.58.3', '', '', '', '2018-11-05 17:20:25'),
(3889, '172.16.58.3', '', '', '', '2018-11-05 17:20:28'),
(3890, '172.16.58.3', '', '', '', '2018-11-05 17:20:29'),
(3891, '172.16.58.3', '', '', '', '2018-11-05 17:20:34'),
(3892, '172.16.58.3', '', '', '', '2018-11-05 17:20:36'),
(3893, '172.16.31.10', '', '', '', '2018-11-05 19:07:54'),
(3894, '192.168.127.12', '', '', '', '2018-11-05 22:56:26'),
(3895, '192.168.127.12', '', '', '', '2018-11-05 22:56:27'),
(3896, '172.16.58.3', '', '', '', '2018-11-06 00:27:42'),
(3897, '172.16.58.3', '', '', '', '2018-11-06 01:42:56'),
(3898, '172.16.58.3', '', '', '', '2018-11-06 01:42:57'),
(3899, '172.16.58.3', '', '', '', '2018-11-06 03:18:58'),
(3900, '172.16.58.3', '', '', '', '2018-11-06 03:18:59'),
(3901, '172.16.17.32', '', '', '', '2018-11-06 05:02:50'),
(3902, '172.16.31.10', '', '', '', '2018-11-06 05:09:52'),
(3903, '192.168.127.12', '', '', '', '2018-11-06 09:56:12'),
(3904, '172.16.58.3', '', '', '', '2018-11-06 10:48:45'),
(3905, '172.16.58.3', '', '', '', '2018-11-06 10:50:31'),
(3906, '172.16.58.3', '', '', '', '2018-11-06 10:51:02'),
(3907, '172.16.58.3', '', '', '', '2018-11-06 10:52:47'),
(3908, '172.16.58.3', '', '', '', '2018-11-06 10:52:51'),
(3909, '172.16.58.3', '', '', '', '2018-11-06 10:56:41'),
(3910, '172.16.58.3', '', '', '', '2018-11-06 10:56:48'),
(3911, '172.16.58.3', '', '', '', '2018-11-06 10:56:50'),
(3912, '192.168.127.12', '', '', '', '2018-11-06 12:16:47'),
(3913, '192.168.127.12', '', '', '', '2018-11-06 14:02:33'),
(3914, '192.168.127.12', '', '', '', '2018-11-06 14:02:34'),
(3915, '192.168.3.11', '', '', '', '2018-11-06 16:02:28'),
(3916, '192.168.3.11', '', '', '', '2018-11-06 16:02:30'),
(3917, '172.16.17.32', '', '', '', '2018-11-06 17:01:41'),
(3918, '172.16.31.10', '', '', '', '2018-11-06 17:45:14'),
(3919, '192.168.3.11', '', '', '', '2018-11-06 21:04:39'),
(3920, '172.16.17.32', '', '', '', '2018-11-06 21:04:40'),
(3921, '172.16.17.32', '', '', '', '2018-11-07 03:12:07'),
(3922, '172.16.17.32', '', '', '', '2018-11-07 03:12:10'),
(3923, '192.168.127.12', '', '', '', '2018-11-07 09:38:26'),
(3924, '192.168.127.12', '', '', '', '2018-11-07 09:38:29'),
(3925, '192.168.127.12', '', '', '', '2018-11-07 10:33:05'),
(3926, '172.16.17.32', '', '', '', '2018-11-07 11:00:28'),
(3927, '172.16.17.32', '', '', '', '2018-11-07 11:00:29'),
(3928, '172.16.17.32', '', '', '', '2018-11-07 12:44:41'),
(3929, '172.16.17.32', '', '', '', '2018-11-07 12:44:45'),
(3930, '172.16.58.3', '', '', '', '2018-11-07 14:29:14'),
(3931, '172.16.31.10', '', '', '', '2018-11-07 14:47:35'),
(3932, '192.168.3.11', '', '', '', '2018-11-07 15:39:35'),
(3933, '172.16.58.3', '', '', '', '2018-11-07 15:56:37'),
(3934, '192.168.127.12', '', '', '', '2018-11-07 16:08:38'),
(3935, '172.16.31.10', '', '', '', '2018-11-07 16:09:20'),
(3936, '192.168.3.11', '', '', '', '2018-11-07 16:09:34'),
(3937, '192.168.3.11', '', '', '', '2018-11-07 16:09:35'),
(3938, '192.168.3.11', '', '', '', '2018-11-07 16:09:37'),
(3939, '192.168.3.11', '', '', '', '2018-11-07 16:09:38'),
(3940, '172.16.58.3', '', '', '', '2018-11-07 16:11:45'),
(3941, '172.16.17.32', '', '', '', '2018-11-07 22:51:55'),
(3942, '172.16.17.32', '', '', '', '2018-11-07 22:51:57'),
(3943, '172.16.17.32', '', '', '', '2018-11-07 22:52:05'),
(3944, '172.16.17.32', '', '', '', '2018-11-07 22:52:07'),
(3945, '172.16.17.32', '', '', '', '2018-11-07 22:52:14'),
(3946, '172.16.17.32', '', '', '', '2018-11-07 22:52:16'),
(3947, '172.16.17.32', '', '', '', '2018-11-07 22:52:33'),
(3948, '172.16.17.32', '', '', '', '2018-11-07 22:52:34'),
(3949, '172.16.17.32', '', '', '', '2018-11-07 22:52:56'),
(3950, '172.16.17.32', '', '', '', '2018-11-07 22:52:59'),
(3951, '172.16.17.32', '', '', '', '2018-11-07 22:53:00'),
(3952, '172.16.17.32', '', '', '', '2018-11-07 22:53:02'),
(3953, '172.16.17.32', '', '', '', '2018-11-07 22:53:13'),
(3954, '172.16.17.32', '', '', '', '2018-11-07 22:53:15'),
(3955, '172.16.17.32', '', '', '', '2018-11-07 22:53:17'),
(3956, '172.16.17.32', '', '', '', '2018-11-07 22:53:18'),
(3957, '172.16.17.32', '', '', '', '2018-11-07 22:53:20'),
(3958, '172.16.17.32', '', '', '', '2018-11-07 22:53:22'),
(3959, '172.16.17.32', '', '', '', '2018-11-07 22:53:29'),
(3960, '172.16.17.32', '', '', '', '2018-11-07 22:53:31'),
(3961, '172.16.17.32', '', '', '', '2018-11-07 22:53:32'),
(3962, '172.16.17.32', '', '', '', '2018-11-07 22:53:37'),
(3963, '172.16.17.32', '', '', '', '2018-11-07 22:53:40'),
(3964, '172.16.17.32', '', '', '', '2018-11-07 22:53:41'),
(3965, '172.16.17.32', '', '', '', '2018-11-07 22:53:44'),
(3966, '172.16.17.32', '', '', '', '2018-11-07 22:53:45'),
(3967, '172.16.17.32', '', '', '', '2018-11-07 22:53:52'),
(3968, '172.16.17.32', '', '', '', '2018-11-07 22:53:53'),
(3969, '172.16.17.32', '', '', '', '2018-11-07 22:53:55'),
(3970, '172.16.17.32', '', '', '', '2018-11-07 22:53:57'),
(3971, '172.16.17.32', '', '', '', '2018-11-07 22:53:58'),
(3972, '172.16.17.32', '', '', '', '2018-11-07 22:54:00'),
(3973, '172.16.31.10', '', '', '', '2018-11-08 03:19:18'),
(3974, '172.16.31.10', '', '', '', '2018-11-08 03:19:19'),
(3975, '172.16.17.32', '', '', '', '2018-11-08 03:56:24'),
(3976, '192.168.3.11', '', '', '', '2018-11-08 03:56:26'),
(3977, '172.16.58.3', '', '', '', '2018-11-08 04:00:19'),
(3978, '192.168.127.12', '', '', '', '2018-11-08 06:09:41'),
(3979, '192.168.127.12', '', '', '', '2018-11-08 06:09:41'),
(3980, '172.16.31.10', '', '', '', '2018-11-08 09:19:50'),
(3981, '192.168.3.11', '', '', '', '2018-11-08 13:45:49'),
(3982, '192.168.3.11', '', '', '', '2018-11-08 13:45:50'),
(3983, '172.16.31.10', '', '', '', '2018-11-08 14:37:13'),
(3984, '172.16.31.10', '', '', '', '2018-11-08 15:26:25'),
(3985, '172.16.31.10', '', '', '', '2018-11-08 15:26:33'),
(3986, '172.16.31.10', '', '', '', '2018-11-08 15:26:34'),
(3987, '172.16.17.32', '', '', '', '2018-11-08 15:40:09'),
(3988, '172.16.17.32', '', '', '', '2018-11-08 15:40:10'),
(3989, '172.16.31.10', '', '', '', '2018-11-08 16:07:41'),
(3990, '172.16.31.10', '', '', '', '2018-11-08 16:07:42'),
(3991, '172.16.31.10', '', '', '', '2018-11-08 16:07:57'),
(3992, '192.168.127.12', '', '', '', '2018-11-08 16:11:44'),
(3993, '172.16.58.3', '', '', '', '2018-11-08 17:08:12'),
(3994, '172.16.58.3', '', '', '', '2018-11-08 17:08:13'),
(3995, '172.16.58.3', '', '', '', '2018-11-08 17:37:24'),
(3996, '172.16.31.10', '', '', '', '2018-11-08 17:38:29'),
(3997, '172.16.31.10', '', '', '', '2018-11-08 17:38:30'),
(3998, '172.16.31.10', '', '', '', '2018-11-08 18:19:10'),
(3999, '192.168.3.11', '', '', '', '2018-11-08 19:28:52'),
(4000, '172.16.58.3', '', '', '', '2018-11-08 20:43:26'),
(4001, '172.16.58.3', '', '', '', '2018-11-08 20:43:27'),
(4002, '172.16.58.3', '', '', '', '2018-11-08 23:13:28'),
(4003, '172.16.17.32', '', '', '', '2018-11-09 00:01:50'),
(4004, '192.168.3.11', '', '', '', '2018-11-09 00:47:28'),
(4005, '172.16.58.3', '', '', '', '2018-11-09 03:48:13'),
(4006, '192.168.3.11', '', '', '', '2018-11-09 03:59:04'),
(4007, '192.168.3.11', '', '', '', '2018-11-09 04:00:02'),
(4008, '192.168.3.11', '', '', '', '2018-11-09 04:01:21'),
(4009, '192.168.3.11', '', '', '', '2018-11-09 04:03:05'),
(4010, '192.168.3.11', '', '', '', '2018-11-09 04:04:38'),
(4011, '172.16.17.32', '', '', '', '2018-11-09 04:37:08'),
(4012, '172.16.17.32', '', '', '', '2018-11-09 06:10:02'),
(4013, '172.16.17.32', '', '', '', '2018-11-09 06:10:03'),
(4014, '192.168.3.11', '', '', '', '2018-11-09 07:24:39'),
(4015, '192.168.3.11', '', '', '', '2018-11-09 07:44:01'),
(4016, '172.16.17.32', '', '', '', '2018-11-09 07:44:02'),
(4017, '192.168.127.12', '', '', '', '2018-11-09 07:44:22'),
(4018, '192.168.3.11', '', '', '', '2018-11-09 07:44:33'),
(4019, '172.16.31.10', '', '', '', '2018-11-09 08:19:12'),
(4020, '172.16.58.3', '', '', '', '2018-11-09 09:54:07'),
(4021, '172.16.58.3', '', '', '', '2018-11-09 12:15:15'),
(4022, '192.168.127.12', '', '', '', '2018-11-09 13:53:12'),
(4023, '192.168.127.12', '', '', '', '2018-11-09 13:53:12'),
(4024, '172.16.31.10', '', '', '', '2018-11-09 16:08:59'),
(4025, '172.16.31.10', '', '', '', '2018-11-09 16:09:00'),
(4026, '172.16.31.10', '', '', '', '2018-11-09 16:09:17'),
(4027, '172.16.58.3', '', '', '', '2018-11-09 17:02:23'),
(4028, '172.16.31.10', '', '', '', '2018-11-09 17:41:01'),
(4029, '172.16.31.10', '', '', '', '2018-11-09 20:59:47'),
(4030, '172.16.17.32', '', '', '', '2018-11-09 21:04:26'),
(4031, '172.16.31.10', '', '', '', '2018-11-09 21:47:06'),
(4032, '192.168.3.11', '', '', '', '2018-11-09 21:48:06'),
(4033, '172.16.31.10', '', '', '', '2018-11-10 00:19:17'),
(4034, '172.16.31.10', '', '', '', '2018-11-10 01:58:59'),
(4035, '172.16.31.10', '', '', '', '2018-11-10 03:39:05'),
(4036, '172.16.31.10', '', '', '', '2018-11-10 05:54:36'),
(4037, '172.16.31.10', '', '', '', '2018-11-10 05:54:40'),
(4038, '172.16.58.3', '', '', '', '2018-11-10 07:15:57'),
(4039, '172.16.58.3', '', '', '', '2018-11-10 07:34:25'),
(4040, '172.16.58.3', '', '', '', '2018-11-10 10:38:13'),
(4041, '172.16.58.3', '', '', '', '2018-11-10 10:38:14'),
(4042, '172.16.17.32', '', '', '', '2018-11-10 11:36:45'),
(4043, '172.16.17.32', '', '', '', '2018-11-10 11:37:07'),
(4044, '192.168.127.12', '', '', '', '2018-11-10 13:06:41'),
(4045, '192.168.127.12', '', '', '', '2018-11-10 14:21:42'),
(4046, '172.16.58.3', '', '', '', '2018-11-10 14:24:12'),
(4047, '192.168.3.11', '', '', '', '2018-11-10 16:06:53'),
(4048, '192.168.3.11', '', '', '', '2018-11-10 16:06:55'),
(4049, '192.168.3.11', '', '', '', '2018-11-10 16:06:59'),
(4050, '192.168.3.11', '', '', '', '2018-11-10 16:07:03'),
(4051, '192.168.3.11', '', '', '', '2018-11-10 16:07:12'),
(4052, '172.16.17.32', '', '', '', '2018-11-10 18:23:33'),
(4053, '192.168.3.11', '', '', '', '2018-11-10 18:41:29'),
(4054, '172.16.58.3', '', '', '', '2018-11-10 19:18:45'),
(4055, '172.16.58.3', '', '', '', '2018-11-10 19:18:46'),
(4056, '172.16.58.3', '', '', '', '2018-11-10 19:18:47'),
(4057, '172.16.58.3', '', '', '', '2018-11-10 19:18:48'),
(4058, '172.16.58.3', '', '', '', '2018-11-10 19:18:49'),
(4059, '172.16.58.3', '', '', '', '2018-11-10 19:18:49'),
(4060, '172.16.58.3', '', '', '', '2018-11-10 19:18:49'),
(4061, '172.16.58.3', '', '', '', '2018-11-10 19:18:51'),
(4062, '172.16.58.3', '', '', '', '2018-11-10 19:18:51'),
(4063, '172.16.58.3', '', '', '', '2018-11-10 19:18:51'),
(4064, '172.16.58.3', '', '', '', '2018-11-10 19:18:51'),
(4065, '172.16.58.3', '', '', '', '2018-11-10 19:18:52'),
(4066, '172.16.58.3', '', '', '', '2018-11-10 19:18:52'),
(4067, '172.16.58.3', '', '', '', '2018-11-10 19:18:52'),
(4068, '172.16.58.3', '', '', '', '2018-11-10 19:18:52'),
(4069, '172.16.58.3', '', '', '', '2018-11-10 19:18:53'),
(4070, '172.16.58.3', '', '', '', '2018-11-10 19:18:53'),
(4071, '172.16.17.32', '', '', '', '2018-11-11 02:09:03'),
(4072, '172.16.17.32', '', '', '', '2018-11-11 02:09:05'),
(4073, '172.16.31.10', '', '', '', '2018-11-11 03:04:45'),
(4074, '192.168.127.12', '', '', '', '2018-11-11 05:08:53'),
(4075, '172.16.31.10', '', '', '', '2018-11-11 05:08:54'),
(4076, '172.16.17.32', '', '', '', '2018-11-11 05:34:50'),
(4077, '172.16.31.10', '', '', '', '2018-11-11 06:12:48'),
(4078, '172.16.17.32', '', '', '', '2018-11-11 06:29:46'),
(4079, '172.16.31.10', '', '', '', '2018-11-11 06:44:49'),
(4080, '172.16.31.10', '', '', '', '2018-11-11 08:08:20'),
(4081, '172.16.31.10', '', '', '', '2018-11-11 08:08:21'),
(4082, '192.168.3.11', '', '', '', '2018-11-11 10:36:26'),
(4083, '192.168.3.11', '', '', '', '2018-11-11 10:36:27'),
(4084, '172.16.58.3', '', '', '', '2018-11-11 10:43:18'),
(4085, '172.16.17.32', '', '', '', '2018-11-11 10:44:27'),
(4086, '192.168.127.12', '', '', '', '2018-11-11 16:00:47'),
(4087, '172.16.31.10', '', '', '', '2018-11-11 16:06:07'),
(4088, '172.16.31.10', '', '', '', '2018-11-11 16:06:09'),
(4089, '192.168.3.11', '', '', '', '2018-11-11 16:09:26'),
(4090, '172.16.58.3', '', '', '', '2018-11-11 17:55:33'),
(4091, '192.168.127.12', '', '', '', '2018-11-11 17:55:33'),
(4092, '192.168.3.11', '', '', '', '2018-11-11 18:08:03'),
(4093, '192.168.3.11', '', '', '', '2018-11-11 18:08:21'),
(4094, '172.16.58.3', '', '', '', '2018-11-11 20:16:52'),
(4095, '172.16.17.32', '', '', '', '2018-11-11 20:16:54'),
(4096, '172.16.58.3', '', '', '', '2018-11-11 20:18:42'),
(4097, '172.16.17.32', '', '', '', '2018-11-11 21:20:50'),
(4098, '172.16.58.3', '', '', '', '2018-11-11 21:20:50'),
(4099, '192.168.127.12', '', '', '', '2018-11-11 23:48:51'),
(4100, '172.16.17.32', '', '', '', '2018-11-12 01:52:53'),
(4101, '192.168.3.11', '', '', '', '2018-11-12 01:52:54'),
(4102, '192.168.3.11', '', '', '', '2018-11-12 03:48:15'),
(4103, '172.16.31.10', '', '', '', '2018-11-12 05:25:04'),
(4104, '172.16.31.10', '', '', '', '2018-11-12 05:29:13'),
(4105, '192.168.127.12', '', '', '', '2018-11-12 05:37:04'),
(4106, '192.168.127.12', '', '', '', '2018-11-12 05:37:05'),
(4107, '172.16.17.32', '', '', '', '2018-11-12 05:42:38'),
(4108, '172.16.58.3', '', '', '', '2018-11-12 05:42:39'),
(4109, '172.16.31.10', '', '', '', '2018-11-12 06:32:54'),
(4110, '172.16.17.32', '', '', '', '2018-11-12 07:28:37'),
(4111, '172.16.58.3', '', '', '', '2018-11-12 07:28:39'),
(4112, '172.16.17.32', '', '', '', '2018-11-12 07:45:04'),
(4113, '192.168.3.11', '', '', '', '2018-11-12 10:50:55'),
(4114, '192.168.3.11', '', '', '', '2018-11-12 10:50:56'),
(4115, '192.168.127.12', '', '', '', '2018-11-12 12:39:11'),
(4116, '192.168.127.12', '', '', '', '2018-11-12 12:39:12'),
(4117, '172.16.31.10', '', '', '', '2018-11-12 15:51:48'),
(4118, '192.168.127.12', '', '', '', '2018-11-12 16:03:17'),
(4119, '192.168.127.12', '', '', '', '2018-11-12 16:03:18'),
(4120, '192.168.127.12', '', '', '', '2018-11-12 16:03:20'),
(4121, '192.168.127.12', '', '', '', '2018-11-12 16:03:22'),
(4122, '192.168.127.12', '', '', '', '2018-11-12 16:03:24'),
(4123, '192.168.127.12', '', '', '', '2018-11-12 16:03:28'),
(4124, '192.168.127.12', '', '', '', '2018-11-12 16:03:31'),
(4125, '192.168.127.12', '', '', '', '2018-11-12 16:03:35'),
(4126, '192.168.127.12', '', '', '', '2018-11-12 16:36:07'),
(4127, '172.16.17.32', '', '', '', '2018-11-12 17:56:10'),
(4128, '172.16.58.3', '', '', '', '2018-11-12 17:56:11'),
(4129, '192.168.3.11', '', '', '', '2018-11-12 19:37:46'),
(4130, '172.16.31.10', '', '', '', '2018-11-13 00:58:58'),
(4131, '192.168.3.11', '', '', '', '2018-11-13 00:59:04'),
(4132, '192.168.127.12', '', '', '', '2018-11-13 03:43:56'),
(4133, '192.168.127.12', '', '', '', '2018-11-13 03:43:59'),
(4134, '192.168.127.12', '', '', '', '2018-11-13 03:43:59'),
(4135, '192.168.127.12', '', '', '', '2018-11-13 03:44:00'),
(4136, '192.168.127.12', '', '', '', '2018-11-13 03:44:06'),
(4137, '192.168.127.12', '', '', '', '2018-11-13 03:44:09'),
(4138, '192.168.127.12', '', '', '', '2018-11-13 03:44:15'),
(4139, '192.168.127.12', '', '', '', '2018-11-13 03:44:16'),
(4140, '192.168.3.11', '', '', '', '2018-11-13 06:44:45'),
(4141, '192.168.3.11', '', '', '', '2018-11-13 06:44:46'),
(4142, '172.16.58.3', '', '', '', '2018-11-13 07:45:46'),
(4143, '172.16.58.3', '', '', '', '2018-11-13 07:45:48'),
(4144, '172.16.17.32', '', '', '', '2018-11-13 09:55:51'),
(4145, '172.16.17.32', '', '', '', '2018-11-13 12:48:10'),
(4146, '172.16.31.10', '', '', '', '2018-11-13 16:09:20'),
(4147, '172.16.31.10', '', '', '', '2018-11-13 16:09:22'),
(4148, '172.16.58.3', '', '', '', '2018-11-13 17:57:00'),
(4149, '172.16.31.10', '', '', '', '2018-11-13 18:21:10'),
(4150, '172.16.31.10', '', '', '', '2018-11-13 21:40:32'),
(4151, '172.16.17.32', '', '', '', '2018-11-13 22:16:55'),
(4152, '192.168.3.11', '', '', '', '2018-11-13 23:36:48'),
(4153, '192.168.3.11', '', '', '', '2018-11-13 23:54:13'),
(4154, '172.16.31.10', '', '', '', '2018-11-14 01:01:28'),
(4155, '172.16.31.10', '', '', '', '2018-11-14 01:59:49'),
(4156, '172.16.58.3', '', '', '', '2018-11-14 05:08:09'),
(4157, '172.16.58.3', '', '', '', '2018-11-14 05:08:10'),
(4158, '172.16.31.10', '', '', '', '2018-11-14 07:41:15'),
(4159, '192.168.3.11', '', '', '', '2018-11-14 07:49:11'),
(4160, '192.168.3.11', '', '', '', '2018-11-14 07:49:11'),
(4161, '172.16.17.32', '', '', '', '2018-11-14 08:00:52'),
(4162, '172.16.17.32', '', '', '', '2018-11-14 08:01:27'),
(4163, '172.16.31.10', '', '', '', '2018-11-14 08:15:57'),
(4164, '192.168.127.12', '', '', '', '2018-11-14 08:20:15'),
(4165, '192.168.127.12', '', '', '', '2018-11-14 08:20:16'),
(4166, '172.16.58.3', '', '', '', '2018-11-14 10:01:10'),
(4167, '172.16.17.32', '', '', '', '2018-11-14 10:28:02'),
(4168, '172.16.58.3', '', '', '', '2018-11-14 10:28:03'),
(4169, '172.16.58.3', '', '', '', '2018-11-14 13:54:57'),
(4170, '172.16.31.10', '', '', '', '2018-11-14 15:29:20'),
(4171, '192.168.3.11', '', '', '', '2018-11-14 15:38:23'),
(4172, '192.168.3.11', '', '', '', '2018-11-14 15:38:24'),
(4173, '192.168.3.11', '', '', '', '2018-11-14 15:38:25'),
(4174, '192.168.3.11', '', '', '', '2018-11-14 15:38:26'),
(4175, '192.168.3.11', '', '', '', '2018-11-14 15:38:27'),
(4176, '192.168.3.11', '', '', '', '2018-11-14 15:54:41'),
(4177, '192.168.3.11', '', '', '', '2018-11-14 15:54:42'),
(4178, '192.168.3.11', '', '', '', '2018-11-14 16:04:05'),
(4179, '192.168.3.11', '', '', '', '2018-11-14 16:04:06'),
(4180, '192.168.3.11', '', '', '', '2018-11-14 16:04:12'),
(4181, '192.168.3.11', '', '', '', '2018-11-14 16:04:14'),
(4182, '192.168.3.11', '', '', '', '2018-11-14 16:04:20'),
(4183, '192.168.3.11', '', '', '', '2018-11-14 16:04:21'),
(4184, '172.16.17.32', '', '', '', '2018-11-14 17:34:22'),
(4185, '172.16.31.10', '', '', '', '2018-11-14 19:20:14'),
(4186, '192.168.3.11', '', '', '', '2018-11-14 20:11:24'),
(4187, '172.16.17.32', '', '', '', '2018-11-14 20:11:29'),
(4188, '192.168.3.11', '', '', '', '2018-11-15 04:09:50'),
(4189, '192.168.3.11', '', '', '', '2018-11-15 04:09:51'),
(4190, '192.168.3.11', '', '', '', '2018-11-15 04:09:52'),
(4191, '192.168.3.11', '', '', '', '2018-11-15 04:09:53'),
(4192, '192.168.3.11', '', '', '', '2018-11-15 04:09:54'),
(4193, '172.16.58.3', '', '', '', '2018-11-15 06:26:16'),
(4194, '172.16.58.3', '', '', '', '2018-11-15 06:26:17'),
(4195, '172.16.31.10', '', '', '', '2018-11-15 07:00:40'),
(4196, '192.168.3.11', '', '', '', '2018-11-15 07:50:31'),
(4197, '192.168.3.11', '', '', '', '2018-11-15 07:50:32'),
(4198, '192.168.3.11', '', '', '', '2018-11-15 07:50:34'),
(4199, '192.168.3.11', '', '', '', '2018-11-15 07:50:35'),
(4200, '192.168.3.11', '', '', '', '2018-11-15 07:50:36'),
(4201, '192.168.3.11', '', '', '', '2018-11-15 07:50:37'),
(4202, '192.168.3.11', '', '', '', '2018-11-15 07:50:39'),
(4203, '192.168.3.11', '', '', '', '2018-11-15 07:50:40'),
(4204, '192.168.3.11', '', '', '', '2018-11-15 07:50:42'),
(4205, '192.168.3.11', '', '', '', '2018-11-15 07:50:43'),
(4206, '192.168.3.11', '', '', '', '2018-11-15 07:50:45'),
(4207, '192.168.3.11', '', '', '', '2018-11-15 07:50:46'),
(4208, '192.168.3.11', '', '', '', '2018-11-15 07:50:46'),
(4209, '192.168.3.11', '', '', '', '2018-11-15 07:50:49'),
(4210, '192.168.127.12', '', '', '', '2018-11-15 09:28:50'),
(4211, '192.168.3.11', '', '', '', '2018-11-15 10:20:13'),
(4212, '192.168.3.11', '', '', '', '2018-11-15 10:20:14'),
(4213, '192.168.3.11', '', '', '', '2018-11-15 11:58:49'),
(4214, '192.168.3.11', '', '', '', '2018-11-15 11:58:51'),
(4215, '172.16.58.3', '', '', '', '2018-11-15 12:06:03'),
(4216, '192.168.127.12', '', '', '', '2018-11-15 16:05:27'),
(4217, '192.168.127.12', '', '', '', '2018-11-15 16:05:28'),
(4218, '192.168.127.12', '', '', '', '2018-11-15 16:05:33'),
(4219, '172.16.17.32', '', '', '', '2018-11-15 18:48:20'),
(4220, '192.168.3.11', '', '', '', '2018-11-15 22:52:20'),
(4221, '192.168.3.11', '', '', '', '2018-11-15 22:52:36'),
(4222, '172.16.31.10', '', '', '', '2018-11-16 02:18:15'),
(4223, '172.16.31.10', '', '', '', '2018-11-16 02:42:22'),
(4224, '192.168.127.12', '', '', '', '2018-11-16 02:42:23'),
(4225, '172.16.58.3', '', '', '', '2018-11-16 06:30:59'),
(4226, '172.16.58.3', '', '', '', '2018-11-16 06:31:04'),
(4227, '172.16.58.3', '', '', '', '2018-11-16 08:36:34'),
(4228, '172.16.31.10', '', '', '', '2018-11-16 08:41:39'),
(4229, '192.168.3.11', '', '', '', '2018-11-16 09:08:21'),
(4230, '172.16.58.3', '', '', '', '2018-11-16 10:07:04'),
(4231, '172.16.58.3', '', '', '', '2018-11-16 10:07:05'),
(4232, '172.16.31.10', '', '', '', '2018-11-16 10:22:03'),
(4233, '172.16.58.3', '', '', '', '2018-11-16 11:25:13'),
(4234, '172.16.58.3', '', '', '', '2018-11-16 11:25:14'),
(4235, '172.16.31.10', '', '', '', '2018-11-16 12:02:12'),
(4236, '172.16.58.3', '', '', '', '2018-11-16 13:17:07'),
(4237, '172.16.31.10', '', '', '', '2018-11-16 13:39:27'),
(4238, '172.16.31.10', '', '', '', '2018-11-16 15:21:42'),
(4239, '172.16.31.10', '', '', '', '2018-11-16 16:08:41'),
(4240, '172.16.31.10', '', '', '', '2018-11-16 16:08:43'),
(4241, '172.16.31.10', '', '', '', '2018-11-16 16:08:44'),
(4242, '172.16.31.10', '', '', '', '2018-11-16 16:08:46'),
(4243, '172.16.31.10', '', '', '', '2018-11-16 16:08:49'),
(4244, '172.16.31.10', '', '', '', '2018-11-16 16:08:53'),
(4245, '172.16.31.10', '', '', '', '2018-11-16 16:08:55'),
(4246, '192.168.3.11', '', '', '', '2018-11-16 18:51:54'),
(4247, '172.16.31.10', '', '', '', '2018-11-16 18:51:55'),
(4248, '172.16.17.32', '', '', '', '2018-11-16 19:07:13'),
(4249, '172.16.31.10', '', '', '', '2018-11-16 23:38:31'),
(4250, '192.168.3.11', '', '', '', '2018-11-17 00:40:42'),
(4251, '192.168.127.12', '', '', '', '2018-11-17 00:40:44'),
(4252, '192.168.3.11', '', '', '', '2018-11-17 01:37:04'),
(4253, '192.168.3.11', '', '', '', '2018-11-17 01:37:05'),
(4254, '192.168.3.11', '', '', '', '2018-11-17 01:37:05'),
(4255, '192.168.3.11', '', '', '', '2018-11-17 01:37:06'),
(4256, '192.168.3.11', '', '', '', '2018-11-17 01:37:06'),
(4257, '172.16.58.3', '', '', '', '2018-11-17 01:50:51'),
(4258, '172.16.31.10', '', '', '', '2018-11-17 01:50:56'),
(4259, '192.168.127.12', '', '', '', '2018-11-17 02:32:56'),
(4260, '192.168.3.11', '', '', '', '2018-11-17 04:07:38'),
(4261, '172.16.31.10', '', '', '', '2018-11-17 05:44:48'),
(4262, '172.16.31.10', '', '', '', '2018-11-17 05:44:50'),
(4263, '172.16.31.10', '', '', '', '2018-11-17 05:44:51'),
(4264, '172.16.31.10', '', '', '', '2018-11-17 05:44:52'),
(4265, '172.16.31.10', '', '', '', '2018-11-17 07:57:16'),
(4266, '192.168.127.12', '', '', '', '2018-11-17 08:06:52'),
(4267, '192.168.127.12', '', '', '', '2018-11-17 08:06:53'),
(4268, '172.16.58.3', '', '', '', '2018-11-17 08:12:31'),
(4269, '192.168.3.11', '', '', '', '2018-11-17 09:11:18'),
(4270, '192.168.3.11', '', '', '', '2018-11-17 09:11:19'),
(4271, '172.16.31.10', '', '', '', '2018-11-17 09:27:31'),
(4272, '172.16.31.10', '', '', '', '2018-11-17 10:48:05'),
(4273, '192.168.3.11', '', '', '', '2018-11-17 11:36:02'),
(4274, '172.16.17.32', '', '', '', '2018-11-17 13:16:51'),
(4275, '192.168.127.12', '', '', '', '2018-11-17 16:05:32'),
(4276, '192.168.127.12', '', '', '', '2018-11-17 16:05:33'),
(4277, '192.168.127.12', '', '', '', '2018-11-17 16:05:35'),
(4278, '192.168.127.12', '', '', '', '2018-11-17 16:05:38'),
(4279, '172.16.17.32', '', '', '', '2018-11-17 16:14:16'),
(4280, '172.16.58.3', '', '', '', '2018-11-17 19:05:43'),
(4281, '192.168.127.12', '', '', '', '2018-11-17 19:54:31'),
(4282, '172.16.58.3', '', '', '', '2018-11-17 21:01:24'),
(4283, '192.168.127.12', '', '', '', '2018-11-17 23:44:50'),
(4284, '192.168.127.12', '', '', '', '2018-11-17 23:44:52'),
(4285, '172.16.17.32', '', '', '', '2018-11-18 00:41:05'),
(4286, '172.16.58.3', '', '', '', '2018-11-18 02:10:02'),
(4287, '192.168.3.11', '', '', '', '2018-11-18 02:10:50'),
(4288, '172.16.31.10', '', '', '', '2018-11-18 02:11:07'),
(4289, '192.168.3.11', '', '', '', '2018-11-18 03:47:24'),
(4290, '172.16.17.32', '', '', '', '2018-11-18 05:11:38'),
(4291, '172.16.17.32', '', '', '', '2018-11-18 05:11:39'),
(4292, '172.16.31.10', '', '', '', '2018-11-18 06:56:08'),
(4293, '192.168.127.12', '', '', '', '2018-11-18 07:11:23'),
(4294, '192.168.127.12', '', '', '', '2018-11-18 07:11:24'),
(4295, '172.16.58.3', '', '', '', '2018-11-18 07:29:03'),
(4296, '172.16.31.10', '', '', '', '2018-11-18 10:25:22'),
(4297, '172.16.31.10', '', '', '', '2018-11-18 10:25:23'),
(4298, '192.168.3.11', '', '', '', '2018-11-18 16:06:12'),
(4299, '192.168.3.11', '', '', '', '2018-11-18 16:06:14'),
(4300, '192.168.3.11', '', '', '', '2018-11-18 16:06:19'),
(4301, '192.168.3.11', '', '', '', '2018-11-18 16:06:21'),
(4302, '172.16.58.3', '', '', '', '2018-11-18 18:35:07'),
(4303, '172.16.31.10', '', '', '', '2018-11-18 20:41:20'),
(4304, '172.16.31.10', '', '', '', '2018-11-18 22:20:26'),
(4305, '192.168.3.11', '', '', '', '2018-11-18 23:03:41'),
(4306, '172.16.17.32', '', '', '', '2018-11-18 23:03:43'),
(4307, '172.16.17.32', '', '', '', '2018-11-18 23:04:06'),
(4308, '172.16.31.10', '', '', '', '2018-11-18 23:31:19'),
(4309, '192.168.3.11', '', '', '', '2018-11-18 23:31:24'),
(4310, '172.16.31.10', '', '', '', '2018-11-19 01:05:26'),
(4311, '172.16.31.10', '', '', '', '2018-11-19 01:39:51'),
(4312, '172.16.31.10', '', '', '', '2018-11-19 01:44:32'),
(4313, '172.16.31.10', '', '', '', '2018-11-19 02:37:59'),
(4314, '172.16.31.10', '', '', '', '2018-11-19 02:38:00'),
(4315, '172.16.31.10', '', '', '', '2018-11-19 03:21:00'),
(4316, '172.16.31.10', '', '', '', '2018-11-19 06:41:32'),
(4317, '172.16.58.3', '', '', '', '2018-11-19 07:10:20'),
(4318, '192.168.127.12', '', '', '', '2018-11-19 07:10:21'),
(4319, '172.16.31.10', '', '', '', '2018-11-19 07:36:51'),
(4320, '172.16.31.10', '', '', '', '2018-11-19 07:36:53'),
(4321, '172.16.58.3', '', '', '', '2018-11-19 07:38:45'),
(4322, '172.16.17.32', '', '', '', '2018-11-19 07:38:46'),
(4323, '172.16.58.3', '', '', '', '2018-11-19 09:13:32'),
(4324, '172.16.58.3', '', '', '', '2018-11-19 09:13:34'),
(4325, '172.16.17.32', '', '', '', '2018-11-19 09:38:03'),
(4326, '172.16.31.10', '', '', '', '2018-11-19 10:23:40'),
(4327, '172.16.31.10', '', '', '', '2018-11-19 10:23:41'),
(4328, '172.16.58.3', '', '', '', '2018-11-19 14:10:44'),
(4329, '172.16.58.3', '', '', '', '2018-11-19 14:10:47'),
(4330, '172.16.58.3', '', '', '', '2018-11-19 14:10:48');
INSERT INTO `traffic` (`id_traffic`, `ip`, `browser`, `platform`, `negara`, `waktu_akses`) VALUES
(4331, '172.16.58.3', '', '', '', '2018-11-19 14:10:48'),
(4332, '172.16.58.3', '', '', '', '2018-11-19 14:10:49'),
(4333, '172.16.58.3', '', '', '', '2018-11-19 14:10:50'),
(4334, '172.16.58.3', '', '', '', '2018-11-19 14:10:51'),
(4335, '172.16.58.3', '', '', '', '2018-11-19 14:10:52'),
(4336, '172.16.58.3', '', '', '', '2018-11-19 14:10:52'),
(4337, '172.16.58.3', '', '', '', '2018-11-19 14:10:53'),
(4338, '172.16.58.3', '', '', '', '2018-11-19 14:10:59'),
(4339, '172.16.58.3', '', '', '', '2018-11-19 14:11:00'),
(4340, '172.16.58.3', '', '', '', '2018-11-19 14:11:01'),
(4341, '172.16.58.3', '', '', '', '2018-11-19 14:11:02'),
(4342, '192.168.127.12', '', '', '', '2018-11-19 16:02:55'),
(4343, '192.168.127.12', '', '', '', '2018-11-19 16:02:57'),
(4344, '192.168.127.12', '', '', '', '2018-11-19 16:03:01'),
(4345, '192.168.127.12', '', '', '', '2018-11-19 16:03:05'),
(4346, '192.168.127.12', '', '', '', '2018-11-19 16:03:11'),
(4347, '192.168.127.12', '', '', '', '2018-11-19 17:21:39'),
(4348, '192.168.3.11', '', '', '', '2018-11-19 20:55:40'),
(4349, '172.16.31.10', '', '', '', '2018-11-19 23:26:10'),
(4350, '172.16.31.10', '', '', '', '2018-11-19 23:31:23'),
(4351, '192.168.3.11', '', '', '', '2018-11-20 00:15:39'),
(4352, '192.168.3.11', '', '', '', '2018-11-20 00:15:40'),
(4353, '192.168.3.11', '', '', '', '2018-11-20 00:15:41'),
(4354, '192.168.3.11', '', '', '', '2018-11-20 00:15:41'),
(4355, '192.168.3.11', '', '', '', '2018-11-20 00:15:42'),
(4356, '192.168.3.11', '', '', '', '2018-11-20 00:15:43'),
(4357, '192.168.3.11', '', '', '', '2018-11-20 00:15:48'),
(4358, '192.168.3.11', '', '', '', '2018-11-20 00:15:49'),
(4359, '192.168.3.11', '', '', '', '2018-11-20 00:15:50'),
(4360, '192.168.3.11', '', '', '', '2018-11-20 00:15:51'),
(4361, '192.168.3.11', '', '', '', '2018-11-20 00:15:51'),
(4362, '192.168.3.11', '', '', '', '2018-11-20 00:15:52'),
(4363, '192.168.3.11', '', '', '', '2018-11-20 00:15:53'),
(4364, '192.168.3.11', '', '', '', '2018-11-20 00:15:54'),
(4365, '172.16.58.3', '', '', '', '2018-11-20 04:14:23'),
(4366, '172.16.58.3', '', '', '', '2018-11-20 04:14:24'),
(4367, '172.16.17.32', '', '', '', '2018-11-20 05:40:20'),
(4368, '172.16.17.32', '', '', '', '2018-11-20 07:05:03'),
(4369, '172.16.31.10', '', '', '', '2018-11-20 07:47:16'),
(4370, '192.168.3.11', '', '', '', '2018-11-20 08:10:30'),
(4371, '172.16.31.10', '', '', '', '2018-11-20 09:25:28'),
(4372, '172.16.31.10', '', '', '', '2018-11-20 11:05:10'),
(4373, '172.16.31.10', '', '', '', '2018-11-20 12:45:54'),
(4374, '172.16.31.10', '', '', '', '2018-11-20 14:25:44'),
(4375, '172.16.31.10', '', '', '', '2018-11-20 16:06:27'),
(4376, '172.16.31.10', '', '', '', '2018-11-20 17:29:54'),
(4377, '172.16.31.10', '', '', '', '2018-11-20 17:29:56'),
(4378, '172.16.31.10', '', '', '', '2018-11-20 17:29:59'),
(4379, '172.16.31.10', '', '', '', '2018-11-20 17:30:13'),
(4380, '172.16.31.10', '', '', '', '2018-11-20 17:46:03'),
(4381, '172.16.31.10', '', '', '', '2018-11-20 19:27:28'),
(4382, '192.168.3.11', '', '', '', '2018-11-20 21:49:48'),
(4383, '192.168.3.11', '', '', '', '2018-11-20 21:49:49'),
(4384, '192.168.127.12', '', '', '', '2018-11-20 23:22:17'),
(4385, '172.16.17.32', '', '', '', '2018-11-20 23:22:21'),
(4386, '192.168.127.12', '', '', '', '2018-11-21 03:57:09'),
(4387, '192.168.127.12', '', '', '', '2018-11-21 03:57:10'),
(4388, '192.168.3.11', '', '', '', '2018-11-21 04:16:15'),
(4389, '192.168.3.11', '', '', '', '2018-11-21 04:17:07'),
(4390, '192.168.3.11', '', '', '', '2018-11-21 04:17:15'),
(4391, '172.16.31.10', '', '', '', '2018-11-21 04:43:37'),
(4392, '172.16.31.10', '', '', '', '2018-11-21 08:43:44'),
(4393, '172.16.31.10', '', '', '', '2018-11-21 09:08:10'),
(4394, '172.16.31.10', '', '', '', '2018-11-21 09:08:13'),
(4395, '172.16.58.3', '', '', '', '2018-11-21 14:21:55'),
(4396, '172.16.58.3', '', '', '', '2018-11-21 14:21:57'),
(4397, '192.168.3.11', '', '', '', '2018-11-21 14:51:35'),
(4398, '192.168.3.11', '', '', '', '2018-11-21 14:54:15'),
(4399, '172.16.31.10', '', '', '', '2018-11-21 16:05:44'),
(4400, '172.16.31.10', '', '', '', '2018-11-21 16:05:46'),
(4401, '172.16.31.10', '', '', '', '2018-11-21 16:05:52'),
(4402, '172.16.31.10', '', '', '', '2018-11-21 16:05:59'),
(4403, '172.16.31.10', '', '', '', '2018-11-21 22:47:38'),
(4404, '172.16.58.3', '', '', '', '2018-11-22 06:13:25'),
(4405, '172.16.58.3', '', '', '', '2018-11-22 06:13:27'),
(4406, '172.16.17.32', '', '', '', '2018-11-22 08:10:41'),
(4407, '172.16.58.3', '', '', '', '2018-11-22 09:16:28'),
(4408, '172.16.58.3', '', '', '', '2018-11-22 09:16:57'),
(4409, '172.16.58.3', '', '', '', '2018-11-22 09:17:03'),
(4410, '192.168.3.11', '', '', '', '2018-11-22 10:43:05'),
(4411, '192.168.3.11', '', '', '', '2018-11-22 10:43:08'),
(4412, '172.16.58.3', '', '', '', '2018-11-22 12:33:41'),
(4413, '172.16.58.3', '', '', '', '2018-11-22 12:33:43'),
(4414, '172.16.58.3', '', '', '', '2018-11-22 12:33:50'),
(4415, '172.16.17.32', '', '', '', '2018-11-22 13:04:58'),
(4416, '172.16.31.10', '', '', '', '2018-11-22 16:02:19'),
(4417, '172.16.31.10', '', '', '', '2018-11-22 16:02:21'),
(4418, '172.16.31.10', '', '', '', '2018-11-22 16:02:27'),
(4419, '172.16.31.10', '', '', '', '2018-11-22 16:02:29'),
(4420, '172.16.31.10', '', '', '', '2018-11-22 16:02:33'),
(4421, '172.16.31.10', '', '', '', '2018-11-22 16:02:36'),
(4422, '192.168.127.12', '', '', '', '2018-11-22 19:37:31'),
(4423, '172.16.31.10', '', '', '', '2018-11-22 19:59:28'),
(4424, '192.168.3.11', '', '', '', '2018-11-22 20:37:58'),
(4425, '172.16.31.10', '', '', '', '2018-11-22 22:01:39'),
(4426, '172.16.31.10', '', '', '', '2018-11-22 23:40:28'),
(4427, '172.16.31.10', '', '', '', '2018-11-23 01:20:20'),
(4428, '172.16.58.3', '', '', '', '2018-11-23 02:41:41'),
(4429, '172.16.17.32', '', '', '', '2018-11-23 06:05:11'),
(4430, '172.16.17.32', '', '', '', '2018-11-23 06:05:13'),
(4431, '172.16.31.10', '', '', '', '2018-11-23 08:02:20'),
(4432, '192.168.3.11', '', '', '', '2018-11-23 08:09:55'),
(4433, '192.168.3.11', '', '', '', '2018-11-23 08:10:21'),
(4434, '172.16.31.10', '', '', '', '2018-11-23 08:29:03'),
(4435, '172.16.31.10', '', '', '', '2018-11-23 08:29:04'),
(4436, '172.16.31.10', '', '', '', '2018-11-23 09:42:46'),
(4437, '172.16.31.10', '', '', '', '2018-11-23 11:22:39'),
(4438, '172.16.17.32', '', '', '', '2018-11-23 11:38:59'),
(4439, '172.16.17.32', '', '', '', '2018-11-23 11:39:04'),
(4440, '192.168.3.11', '', '', '', '2018-11-23 11:56:42'),
(4441, '172.16.58.3', '', '', '', '2018-11-23 12:17:06'),
(4442, '172.16.58.3', '', '', '', '2018-11-23 12:17:07'),
(4443, '172.16.31.10', '', '', '', '2018-11-23 13:02:35'),
(4444, '192.168.3.11', '', '', '', '2018-11-23 13:46:31'),
(4445, '172.16.17.32', '', '', '', '2018-11-23 13:46:31'),
(4446, '192.168.127.12', '', '', '', '2018-11-23 14:13:34'),
(4447, '172.16.58.3', '', '', '', '2018-11-23 14:13:35'),
(4448, '172.16.31.10', '', '', '', '2018-11-23 14:42:45'),
(4449, '172.16.31.10', '', '', '', '2018-11-23 16:01:48'),
(4450, '172.16.31.10', '', '', '', '2018-11-23 16:01:50'),
(4451, '172.16.31.10', '', '', '', '2018-11-23 16:01:54'),
(4452, '172.16.31.10', '', '', '', '2018-11-23 16:01:59'),
(4453, '172.16.31.10', '', '', '', '2018-11-23 16:21:29'),
(4454, '192.168.3.11', '', '', '', '2018-11-23 16:50:38'),
(4455, '172.16.31.10', '', '', '', '2018-11-23 16:50:39'),
(4456, '172.16.31.10', '', '', '', '2018-11-23 17:38:05'),
(4457, '172.16.31.10', '', '', '', '2018-11-23 17:46:52'),
(4458, '172.16.31.10', '', '', '', '2018-11-23 17:46:53'),
(4459, '192.168.3.11', '', '', '', '2018-11-23 21:17:06'),
(4460, '172.16.17.32', '', '', '', '2018-11-24 01:39:39'),
(4461, '172.16.17.32', '', '', '', '2018-11-24 01:39:40'),
(4462, '172.16.17.32', '', '', '', '2018-11-24 01:39:41'),
(4463, '172.16.17.32', '', '', '', '2018-11-24 01:39:41'),
(4464, '172.16.17.32', '', '', '', '2018-11-24 01:39:42'),
(4465, '192.168.3.11', '', '', '', '2018-11-24 01:59:06'),
(4466, '192.168.3.11', '', '', '', '2018-11-24 01:59:07'),
(4467, '192.168.3.11', '', '', '', '2018-11-24 01:59:08'),
(4468, '192.168.3.11', '', '', '', '2018-11-24 01:59:21'),
(4469, '192.168.3.11', '', '', '', '2018-11-24 01:59:22'),
(4470, '192.168.3.11', '', '', '', '2018-11-24 01:59:23'),
(4471, '192.168.3.11', '', '', '', '2018-11-24 01:59:40'),
(4472, '192.168.3.11', '', '', '', '2018-11-24 01:59:41'),
(4473, '192.168.3.11', '', '', '', '2018-11-24 01:59:41'),
(4474, '192.168.3.11', '', '', '', '2018-11-24 01:59:42'),
(4475, '192.168.3.11', '', '', '', '2018-11-24 01:59:43'),
(4476, '172.16.58.3', '', '', '', '2018-11-24 02:11:47'),
(4477, '172.16.17.32', '', '', '', '2018-11-24 05:09:31'),
(4478, '172.16.17.32', '', '', '', '2018-11-24 05:09:32'),
(4479, '192.168.3.11', '', '', '', '2018-11-24 06:04:02'),
(4480, '192.168.3.11', '', '', '', '2018-11-24 06:04:14'),
(4481, '192.168.3.11', '', '', '', '2018-11-24 06:04:15'),
(4482, '192.168.3.11', '', '', '', '2018-11-24 06:23:06'),
(4483, '192.168.127.12', '', '', '', '2018-11-24 07:28:57'),
(4484, '172.16.31.10', '', '', '', '2018-11-24 08:06:55'),
(4485, '172.16.31.10', '', '', '', '2018-11-24 08:06:57'),
(4486, '172.16.31.10', '', '', '', '2018-11-24 08:06:58'),
(4487, '172.16.31.10', '', '', '', '2018-11-24 08:06:59'),
(4488, '172.16.31.10', '', '', '', '2018-11-24 08:07:00'),
(4489, '172.16.31.10', '', '', '', '2018-11-24 08:07:01'),
(4490, '172.16.31.10', '', '', '', '2018-11-24 08:07:05'),
(4491, '172.16.31.10', '', '', '', '2018-11-24 08:07:06'),
(4492, '172.16.31.10', '', '', '', '2018-11-24 08:07:07'),
(4493, '172.16.31.10', '', '', '', '2018-11-24 08:07:08'),
(4494, '172.16.31.10', '', '', '', '2018-11-24 08:07:09'),
(4495, '172.16.31.10', '', '', '', '2018-11-24 08:07:10'),
(4496, '172.16.17.32', '', '', '', '2018-11-24 08:11:17'),
(4497, '172.16.17.32', '', '', '', '2018-11-24 08:11:18'),
(4498, '172.16.31.10', '', '', '', '2018-11-24 08:26:34'),
(4499, '192.168.3.11', '', '', '', '2018-11-24 08:26:36'),
(4500, '172.16.58.3', '', '', '', '2018-11-24 10:37:01'),
(4501, '172.16.31.10', '', '', '', '2018-11-24 11:53:04'),
(4502, '172.16.31.10', '', '', '', '2018-11-24 11:53:05'),
(4503, '172.16.17.32', '', '', '', '2018-11-24 13:19:11'),
(4504, '172.16.31.10', '', '', '', '2018-11-24 15:06:17'),
(4505, '172.16.17.32', '', '', '', '2018-11-24 15:32:42'),
(4506, '172.16.31.10', '', '', '', '2018-11-24 16:01:06'),
(4507, '172.16.31.10', '', '', '', '2018-11-24 16:01:07'),
(4508, '172.16.31.10', '', '', '', '2018-11-24 16:01:14'),
(4509, '172.16.31.10', '', '', '', '2018-11-24 16:01:18'),
(4510, '172.16.31.10', '', '', '', '2018-11-24 16:01:23'),
(4511, '172.16.17.32', '', '', '', '2018-11-24 16:08:09'),
(4512, '172.16.31.10', '', '', '', '2018-11-24 16:08:09'),
(4513, '172.16.31.10', '', '', '', '2018-11-24 17:23:54'),
(4514, '192.168.3.11', '', '', '', '2018-11-24 17:23:56'),
(4515, '172.16.17.32', '', '', '', '2018-11-24 18:25:53'),
(4516, '172.16.31.10', '', '', '', '2018-11-24 18:39:42'),
(4517, '172.16.31.10', '', '', '', '2018-11-24 18:39:43'),
(4518, '172.16.17.32', '', '', '', '2018-11-24 19:55:29'),
(4519, '172.16.17.32', '', '', '', '2018-11-24 19:55:30'),
(4520, '172.16.31.10', '', '', '', '2018-11-24 21:04:19'),
(4521, '172.16.17.32', '', '', '', '2018-11-24 21:11:16'),
(4522, '192.168.3.11', '', '', '', '2018-11-24 21:11:17'),
(4523, '172.16.17.32', '', '', '', '2018-11-24 21:25:20'),
(4524, '172.16.31.10', '', '', '', '2018-11-24 21:25:22'),
(4525, '192.168.127.12', '', '', '', '2018-11-24 21:54:34'),
(4526, '172.16.17.32', '', '', '', '2018-11-24 21:55:03'),
(4527, '172.16.31.10', '', '', '', '2018-11-24 22:27:04'),
(4528, '172.16.17.32', '', '', '', '2018-11-24 23:42:51'),
(4529, '172.16.58.3', '', '', '', '2018-11-25 01:23:10'),
(4530, '192.168.3.11', '', '', '', '2018-11-25 05:08:55'),
(4531, '192.168.3.11', '', '', '', '2018-11-25 05:08:57'),
(4532, '192.168.3.11', '', '', '', '2018-11-25 05:15:49'),
(4533, '192.168.127.12', '', '', '', '2018-11-25 05:19:47'),
(4534, '172.16.31.10', '', '', '', '2018-11-25 08:07:09'),
(4535, '172.16.58.3', '', '', '', '2018-11-25 09:14:22'),
(4536, '172.16.58.3', '', '', '', '2018-11-25 09:14:25'),
(4537, '172.16.31.10', '', '', '', '2018-11-25 09:27:05'),
(4538, '172.16.31.10', '', '', '', '2018-11-25 09:27:10'),
(4539, '172.16.31.10', '', '', '', '2018-11-25 09:34:11'),
(4540, '172.16.31.10', '', '', '', '2018-11-25 09:34:13'),
(4541, '172.16.31.10', '', '', '', '2018-11-25 09:46:46'),
(4542, '172.16.17.32', '', '', '', '2018-11-25 10:30:16'),
(4543, '172.16.31.10', '', '', '', '2018-11-25 10:30:17'),
(4544, '172.16.58.3', '', '', '', '2018-11-25 10:33:16'),
(4545, '172.16.58.3', '', '', '', '2018-11-25 10:33:17'),
(4546, '172.16.31.10', '', '', '', '2018-11-25 10:36:33'),
(4547, '172.16.31.10', '', '', '', '2018-11-25 10:36:34'),
(4548, '192.168.127.12', '', '', '', '2018-11-25 11:04:43'),
(4549, '192.168.127.12', '', '', '', '2018-11-25 11:04:44'),
(4550, '172.16.31.10', '', '', '', '2018-11-25 11:27:12'),
(4551, '172.16.31.10', '', '', '', '2018-11-25 13:07:23'),
(4552, '172.16.17.32', '', '', '', '2018-11-25 14:20:56'),
(4553, '172.16.17.32', '', '', '', '2018-11-25 14:21:00'),
(4554, '172.16.31.10', '', '', '', '2018-11-25 14:47:35'),
(4555, '192.168.127.12', '', '', '', '2018-11-25 16:09:01'),
(4556, '192.168.127.12', '', '', '', '2018-11-25 16:09:05'),
(4557, '192.168.127.12', '', '', '', '2018-11-25 16:09:07'),
(4558, '172.16.31.10', '', '', '', '2018-11-25 16:27:17'),
(4559, '172.16.31.10', '', '', '', '2018-11-26 00:46:29'),
(4560, '172.16.31.10', '', '', '', '2018-11-26 01:50:33'),
(4561, '172.16.17.32', '', '', '', '2018-11-26 02:13:06'),
(4562, '172.16.58.3', '', '', '', '2018-11-26 07:55:59'),
(4563, '172.16.58.3', '', '', '', '2018-11-26 07:56:30'),
(4564, '192.168.127.12', '', '', '', '2018-11-26 07:59:39'),
(4565, '192.168.127.12', '', '', '', '2018-11-26 11:02:47'),
(4566, '192.168.127.12', '', '', '', '2018-11-26 11:02:49'),
(4567, '192.168.127.12', '', '', '', '2018-11-26 11:17:19'),
(4568, '172.16.58.3', '', '', '', '2018-11-26 11:17:20'),
(4569, '172.16.31.10', '', '', '', '2018-11-26 12:51:52'),
(4570, '192.168.3.11', '', '', '', '2018-11-26 12:51:54'),
(4571, '192.168.3.11', '', '', '', '2018-11-26 15:02:26'),
(4572, '172.16.31.10', '', '', '', '2018-11-26 16:01:57'),
(4573, '172.16.31.10', '', '', '', '2018-11-26 16:02:01'),
(4574, '172.16.31.10', '', '', '', '2018-11-26 16:02:05'),
(4575, '172.16.31.10', '', '', '', '2018-11-26 16:02:15'),
(4576, '172.16.31.10', '', '', '', '2018-11-26 16:35:23'),
(4577, '172.16.31.10', '', '', '', '2018-11-26 16:35:25'),
(4578, '172.16.31.10', '', '', '', '2018-11-26 17:46:36'),
(4579, '172.16.17.32', '', '', '', '2018-11-26 23:49:44'),
(4580, '192.168.127.12', '', '', '', '2018-11-27 00:08:49'),
(4581, '192.168.127.12', '', '', '', '2018-11-27 00:08:51'),
(4582, '172.16.58.3', '', '', '', '2018-11-27 02:42:22'),
(4583, '172.16.58.3', '', '', '', '2018-11-27 02:43:41'),
(4584, '172.16.58.3', '', '', '', '2018-11-27 02:44:51'),
(4585, '172.16.31.10', '', '', '', '2018-11-27 02:50:57'),
(4586, '172.16.31.10', '', '', '', '2018-11-27 02:50:58'),
(4587, '172.16.31.10', '', '', '', '2018-11-27 03:07:33'),
(4588, '172.16.31.10', '', '', '', '2018-11-27 03:07:34'),
(4589, '172.16.31.10', '', '', '', '2018-11-27 03:09:50'),
(4590, '172.16.31.10', '', '', '', '2018-11-27 03:11:00'),
(4591, '192.168.3.11', '', '', '', '2018-11-27 03:55:51'),
(4592, '192.168.3.11', '', '', '', '2018-11-27 03:55:52'),
(4593, '192.168.3.11', '', '', '', '2018-11-27 04:00:05'),
(4594, '192.168.3.11', '', '', '', '2018-11-27 04:00:06'),
(4595, '192.168.3.11', '', '', '', '2018-11-27 04:07:03'),
(4596, '192.168.3.11', '', '', '', '2018-11-27 04:07:48'),
(4597, '172.16.31.10', '', '', '', '2018-11-27 06:14:18'),
(4598, '172.16.31.10', '', '', '', '2018-11-27 06:14:24'),
(4599, '172.16.58.3', '', '', '', '2018-11-27 10:14:56'),
(4600, '192.168.127.12', '', '', '', '2018-11-27 10:27:31'),
(4601, '192.168.127.12', '', '', '', '2018-11-27 10:41:44'),
(4602, '192.168.127.12', '', '', '', '2018-11-27 10:41:46'),
(4603, '172.16.31.10', '', '', '', '2018-11-27 10:45:25'),
(4604, '172.16.31.10', '', '', '', '2018-11-27 16:07:32'),
(4605, '172.16.31.10', '', '', '', '2018-11-27 16:07:35'),
(4606, '172.16.31.10', '', '', '', '2018-11-27 16:07:36'),
(4607, '172.16.31.10', '', '', '', '2018-11-27 16:07:41'),
(4608, '172.16.31.10', '', '', '', '2018-11-27 16:07:43'),
(4609, '172.16.31.10', '', '', '', '2018-11-27 16:07:48'),
(4610, '192.168.3.11', '', '', '', '2018-11-28 03:57:43'),
(4611, '192.168.3.11', '', '', '', '2018-11-28 03:57:46'),
(4612, '172.16.31.10', '', '', '', '2018-11-28 05:10:40'),
(4613, '172.16.17.32', '', '', '', '2018-11-28 08:45:42'),
(4614, '172.16.17.32', '', '', '', '2018-11-28 08:45:45'),
(4615, '192.168.127.12', '', '', '', '2018-11-28 11:18:10'),
(4616, '192.168.127.12', '', '', '', '2018-11-28 11:18:12'),
(4617, '192.168.3.11', '', '', '', '2018-11-28 16:03:18'),
(4618, '192.168.3.11', '', '', '', '2018-11-28 16:03:21'),
(4619, '192.168.3.11', '', '', '', '2018-11-28 16:03:33'),
(4620, '192.168.3.11', '', '', '', '2018-11-28 16:03:34'),
(4621, '192.168.127.12', '', '', '', '2018-11-28 20:45:30'),
(4622, '172.16.17.32', '', '', '', '2018-11-28 21:05:33'),
(4623, '192.168.3.11', '', '', '', '2018-11-28 21:06:35'),
(4624, '192.168.127.12', '', '', '', '2018-11-28 21:07:07'),
(4625, '192.168.3.11', '', '', '', '2018-11-28 21:40:55'),
(4626, '172.16.58.3', '', '', '', '2018-11-29 03:27:00'),
(4627, '172.16.58.3', '', '', '', '2018-11-29 03:27:01'),
(4628, '172.16.58.3', '', '', '', '2018-11-29 03:31:27'),
(4629, '172.16.58.3', '', '', '', '2018-11-29 03:31:28'),
(4630, '172.16.17.32', '', '', '', '2018-11-29 05:33:23'),
(4631, '172.16.17.32', '', '', '', '2018-11-29 06:16:25'),
(4632, '172.16.17.32', '', '', '', '2018-11-29 07:20:45'),
(4633, '192.168.3.11', '', '', '', '2018-11-29 11:05:23'),
(4634, '192.168.3.11', '', '', '', '2018-11-29 11:05:26'),
(4635, '192.168.127.12', '', '', '', '2018-11-29 12:57:20'),
(4636, '172.16.58.3', '', '', '', '2018-11-29 13:13:03'),
(4637, '172.16.17.32', '', '', '', '2018-11-29 14:58:50'),
(4638, '172.16.31.10', '', '', '', '2018-11-29 15:44:51'),
(4639, '172.16.17.32', '', '', '', '2018-11-29 15:44:53'),
(4640, '192.168.127.12', '', '', '', '2018-11-29 16:03:53'),
(4641, '192.168.127.12', '', '', '', '2018-11-29 16:03:55'),
(4642, '192.168.127.12', '', '', '', '2018-11-29 16:04:03'),
(4643, '192.168.127.12', '', '', '', '2018-11-29 16:04:07'),
(4644, '192.168.127.12', '', '', '', '2018-11-29 16:04:10'),
(4645, '172.16.58.3', '', '', '', '2018-11-29 17:36:16'),
(4646, '192.168.3.11', '', '', '', '2018-11-29 18:17:26'),
(4647, '172.16.17.32', '', '', '', '2018-11-29 20:40:52'),
(4648, '192.168.127.12', '', '', '', '2018-11-29 20:41:02'),
(4649, '192.168.127.12', '', '', '', '2018-11-29 20:41:13'),
(4650, '172.16.17.32', '', '', '', '2018-11-30 01:06:17'),
(4651, '172.16.31.10', '', '', '', '2018-11-30 03:44:45'),
(4652, '172.16.31.10', '', '', '', '2018-11-30 04:06:46'),
(4653, '192.168.3.11', '', '', '', '2018-11-30 04:06:47'),
(4654, '192.168.3.11', '', '', '', '2018-11-30 07:45:16'),
(4655, '192.168.3.11', '', '', '', '2018-11-30 07:45:18'),
(4656, '192.168.3.11', '', '', '', '2018-11-30 07:45:19'),
(4657, '192.168.3.11', '', '', '', '2018-11-30 07:45:20'),
(4658, '172.16.31.10', '', '', '', '2018-11-30 08:06:37'),
(4659, '192.168.127.12', '', '', '', '2018-11-30 08:15:49'),
(4660, '192.168.127.12', '', '', '', '2018-11-30 08:15:51'),
(4661, '172.16.58.3', '', '', '', '2018-11-30 08:35:46'),
(4662, '172.16.31.10', '', '', '', '2018-11-30 09:46:30'),
(4663, '192.168.127.12', '', '', '', '2018-11-30 11:05:46'),
(4664, '192.168.127.12', '', '', '', '2018-11-30 11:05:48'),
(4665, '172.16.31.10', '', '', '', '2018-11-30 11:28:07'),
(4666, '192.168.3.11', '', '', '', '2018-11-30 12:30:56'),
(4667, '192.168.3.11', '', '', '', '2018-11-30 12:31:00'),
(4668, '192.168.3.11', '', '', '', '2018-11-30 12:31:50'),
(4669, '172.16.31.10', '', '', '', '2018-11-30 13:07:26'),
(4670, '172.16.58.3', '', '', '', '2018-11-30 13:40:48'),
(4671, '172.16.31.10', '', '', '', '2018-11-30 14:46:24'),
(4672, '172.16.58.3', '', '', '', '2018-11-30 15:07:53'),
(4673, '172.16.31.10', '', '', '', '2018-11-30 16:10:53'),
(4674, '172.16.31.10', '', '', '', '2018-11-30 16:10:54'),
(4675, '172.16.31.10', '', '', '', '2018-11-30 16:10:57'),
(4676, '172.16.31.10', '', '', '', '2018-11-30 16:11:00'),
(4677, '172.16.31.10', '', '', '', '2018-11-30 16:11:03'),
(4678, '172.16.31.10', '', '', '', '2018-11-30 16:11:07'),
(4679, '172.16.31.10', '', '', '', '2018-11-30 16:11:11'),
(4680, '192.168.127.12', '', '', '', '2018-11-30 16:21:42'),
(4681, '172.16.31.10', '', '', '', '2018-11-30 16:26:43'),
(4682, '192.168.3.11', '', '', '', '2018-11-30 16:36:37'),
(4683, '172.16.31.10', '', '', '', '2018-11-30 18:07:50'),
(4684, '172.16.31.10', '', '', '', '2018-11-30 19:36:08'),
(4685, '172.16.17.32', '', '', '', '2018-11-30 20:08:39'),
(4686, '172.16.17.32', '', '', '', '2018-11-30 20:08:42'),
(4687, '192.168.3.11', '', '', '', '2018-11-30 21:13:39'),
(4688, '192.168.127.12', '', '', '', '2018-11-30 21:13:44'),
(4689, '192.168.3.11', '', '', '', '2018-11-30 21:13:57'),
(4690, '192.168.3.11', '', '', '', '2018-11-30 21:14:27'),
(4691, '192.168.3.11', '', '', '', '2018-11-30 21:14:33'),
(4692, '192.168.127.12', '', '', '', '2018-11-30 21:15:00'),
(4693, '192.168.127.12', '', '', '', '2018-11-30 21:15:02'),
(4694, '192.168.127.12', '', '', '', '2018-11-30 21:15:08'),
(4695, '192.168.127.12', '', '', '', '2018-11-30 21:15:16'),
(4696, '172.16.17.32', '', '', '', '2018-12-01 04:55:47'),
(4697, '192.168.127.12', '', '', '', '2018-12-01 06:13:05'),
(4698, '192.168.127.12', '', '', '', '2018-12-01 06:13:06'),
(4699, '172.16.17.32', '', '', '', '2018-12-01 06:37:15'),
(4700, '192.168.127.12', '', '', '', '2018-12-01 07:04:52'),
(4701, '192.168.127.12', '', '', '', '2018-12-01 07:55:23'),
(4702, '172.16.58.3', '', '', '', '2018-12-01 08:59:10'),
(4703, '172.16.31.10', '', '', '', '2018-12-01 09:35:30'),
(4704, '172.16.31.10', '', '', '', '2018-12-01 09:35:32'),
(4705, '172.16.17.32', '', '', '', '2018-12-01 11:48:46'),
(4706, '192.168.3.11', '', '', '', '2018-12-01 12:17:52'),
(4707, '172.16.58.3', '', '', '', '2018-12-01 13:10:29'),
(4708, '172.16.31.10', '', '', '', '2018-12-01 16:01:27'),
(4709, '172.16.31.10', '', '', '', '2018-12-01 16:01:30'),
(4710, '172.16.31.10', '', '', '', '2018-12-01 16:01:34'),
(4711, '172.16.31.10', '', '', '', '2018-12-01 16:01:42'),
(4712, '192.168.3.11', '', '', '', '2018-12-01 17:16:41'),
(4713, '192.168.3.11', '', '', '', '2018-12-01 17:26:26'),
(4714, '192.168.127.12', '', '', '', '2018-12-01 20:04:17'),
(4715, '172.16.31.10', '', '', '', '2018-12-01 20:45:53'),
(4716, '172.16.31.10', '', '', '', '2018-12-01 22:12:16'),
(4717, '172.16.31.10', '', '', '', '2018-12-01 23:30:18'),
(4718, '192.168.127.12', '', '', '', '2018-12-02 00:01:07'),
(4719, '192.168.127.12', '', '', '', '2018-12-02 01:32:35'),
(4720, '172.16.17.32', '', '', '', '2018-12-02 03:14:45'),
(4721, '172.16.31.10', '', '', '', '2018-12-02 04:07:59'),
(4722, '172.16.58.3', '', '', '', '2018-12-02 05:19:31'),
(4723, '172.16.58.3', '', '', '', '2018-12-02 05:19:32'),
(4724, '172.16.58.3', '', '', '', '2018-12-02 08:07:49'),
(4725, '172.16.17.32', '', '', '', '2018-12-02 10:02:58'),
(4726, '192.168.3.11', '', '', '', '2018-12-02 12:03:48'),
(4727, '172.16.58.3', '', '', '', '2018-12-02 12:03:57'),
(4728, '172.16.31.10', '', '', '', '2018-12-02 16:01:55'),
(4729, '172.16.31.10', '', '', '', '2018-12-02 16:01:59'),
(4730, '172.16.31.10', '', '', '', '2018-12-02 16:02:03'),
(4731, '172.16.31.10', '', '', '', '2018-12-02 16:02:12'),
(4732, '172.16.58.3', '', '', '', '2018-12-02 16:30:24'),
(4733, '192.168.127.12', '', '', '', '2018-12-02 17:44:16'),
(4734, '172.16.17.32', '', '', '', '2018-12-02 18:51:30'),
(4735, '192.168.127.12', '', '', '', '2018-12-02 20:36:33'),
(4736, '192.168.127.12', '', '', '', '2018-12-02 20:36:40'),
(4737, '172.16.31.10', '', '', '', '2018-12-02 20:51:18'),
(4738, '172.16.31.10', '', '', '', '2018-12-02 21:02:31'),
(4739, '172.16.31.10', '', '', '', '2018-12-02 21:02:32'),
(4740, '172.16.58.3', '', '', '', '2018-12-02 21:03:35'),
(4741, '192.168.3.11', '', '', '', '2018-12-02 21:36:26'),
(4742, '172.16.31.10', '', '', '', '2018-12-02 23:32:35'),
(4743, '192.168.127.12', '', '', '', '2018-12-03 02:17:15'),
(4744, '172.16.31.10', '', '', '', '2018-12-03 02:44:39'),
(4745, '172.16.31.10', '', '', '', '2018-12-03 02:44:40'),
(4746, '172.16.31.10', '', '', '', '2018-12-03 03:03:23'),
(4747, '172.16.17.32', '', '', '', '2018-12-03 03:03:25'),
(4748, '192.168.127.12', '', '', '', '2018-12-03 09:05:39'),
(4749, '172.16.17.32', '', '', '', '2018-12-03 13:07:34'),
(4750, '172.16.17.32', '', '', '', '2018-12-03 13:07:36'),
(4751, '172.16.17.32', '', '', '', '2018-12-03 13:08:40'),
(4752, '172.16.58.3', '', '', '', '2018-12-03 13:25:27'),
(4753, '172.16.58.3', '', '', '', '2018-12-03 13:25:30'),
(4754, '192.168.3.11', '', '', '', '2018-12-03 14:47:53'),
(4755, '192.168.3.11', '', '', '', '2018-12-03 16:05:37'),
(4756, '192.168.3.11', '', '', '', '2018-12-03 16:05:40'),
(4757, '172.16.58.3', '', '', '', '2018-12-03 18:00:43'),
(4758, '172.16.17.32', '', '', '', '2018-12-03 18:04:28'),
(4759, '172.16.31.10', '', '', '', '2018-12-03 19:27:47'),
(4760, '192.168.3.11', '', '', '', '2018-12-03 20:27:44'),
(4761, '192.168.3.11', '', '', '', '2018-12-03 20:33:07'),
(4762, '172.16.17.32', '', '', '', '2018-12-03 20:49:49'),
(4763, '172.16.17.32', '', '', '', '2018-12-03 20:50:06'),
(4764, '172.16.31.10', '', '', '', '2018-12-03 21:07:21'),
(4765, '172.16.31.10', '', '', '', '2018-12-03 21:12:28'),
(4766, '172.16.31.10', '', '', '', '2018-12-03 21:13:35'),
(4767, '172.16.31.10', '', '', '', '2018-12-03 21:24:57'),
(4768, '172.16.31.10', '', '', '', '2018-12-03 22:30:02'),
(4769, '172.16.31.10', '', '', '', '2018-12-04 00:28:36'),
(4770, '172.16.58.3', '', '', '', '2018-12-04 00:39:40'),
(4771, '172.16.17.32', '', '', '', '2018-12-04 02:04:04'),
(4772, '172.16.17.32', '', '', '', '2018-12-04 02:04:30'),
(4773, '172.16.31.10', '', '', '', '2018-12-04 02:13:05'),
(4774, '172.16.31.10', '', '', '', '2018-12-04 02:14:10'),
(4775, '192.168.127.12', '', '', '', '2018-12-04 03:08:48'),
(4776, '192.168.127.12', '', '', '', '2018-12-04 04:33:15'),
(4777, '172.16.17.32', '', '', '', '2018-12-04 04:33:17'),
(4778, '172.16.31.10', '', '', '', '2018-12-04 06:07:07'),
(4779, '172.16.31.10', '', '', '', '2018-12-04 06:07:09'),
(4780, '172.16.58.3', '', '', '', '2018-12-04 06:20:50'),
(4781, '172.16.31.10', '', '', '', '2018-12-04 06:55:26'),
(4782, '192.168.3.11', '', '', '', '2018-12-04 07:03:37'),
(4783, '172.16.58.3', '', '', '', '2018-12-04 07:48:19'),
(4784, '172.16.58.3', '', '', '', '2018-12-04 07:48:20'),
(4785, '172.16.31.10', '', '', '', '2018-12-04 07:59:54'),
(4786, '172.16.17.32', '', '', '', '2018-12-04 08:32:13'),
(4787, '172.16.17.32', '', '', '', '2018-12-04 08:32:16'),
(4788, '172.16.17.32', '', '', '', '2018-12-04 08:32:17'),
(4789, '192.168.3.11', '', '', '', '2018-12-04 09:24:35'),
(4790, '192.168.3.11', '', '', '', '2018-12-04 09:24:36'),
(4791, '192.168.127.12', '', '', '', '2018-12-04 10:19:23'),
(4792, '172.16.17.32', '', '', '', '2018-12-04 10:39:39'),
(4793, '172.16.17.32', '', '', '', '2018-12-04 10:39:41'),
(4794, '172.16.58.3', '', '', '', '2018-12-04 11:18:19'),
(4795, '172.16.31.10', '', '', '', '2018-12-04 14:29:34'),
(4796, '172.16.31.10', '', '', '', '2018-12-04 15:38:28'),
(4797, '192.168.127.12', '', '', '', '2018-12-04 15:38:30'),
(4798, '192.168.127.12', '', '', '', '2018-12-04 16:01:45'),
(4799, '192.168.127.12', '', '', '', '2018-12-04 16:01:47'),
(4800, '192.168.127.12', '', '', '', '2018-12-04 16:01:53'),
(4801, '192.168.127.12', '', '', '', '2018-12-04 16:01:56'),
(4802, '192.168.127.12', '', '', '', '2018-12-04 16:01:57'),
(4803, '172.16.31.10', '', '', '', '2018-12-04 16:06:21'),
(4804, '172.16.17.32', '', '', '', '2018-12-04 16:27:41'),
(4805, '172.16.17.32', '', '', '', '2018-12-04 16:27:43'),
(4806, '172.16.58.3', '', '', '', '2018-12-04 16:48:25'),
(4807, '172.16.58.3', '', '', '', '2018-12-04 19:59:49'),
(4808, '192.168.127.12', '', '', '', '2018-12-04 21:59:44'),
(4809, '172.16.58.3', '', '', '', '2018-12-04 23:16:32'),
(4810, '172.16.58.3', '', '', '', '2018-12-05 01:36:17'),
(4811, '192.168.127.12', '', '', '', '2018-12-05 02:15:54'),
(4812, '172.16.17.32', '', '', '', '2018-12-05 03:08:00'),
(4813, '192.168.127.12', '', '', '', '2018-12-05 03:08:02'),
(4814, '172.16.58.3', '', '', '', '2018-12-05 03:08:12'),
(4815, '172.16.31.10', '', '', '', '2018-12-05 03:13:55'),
(4816, '172.16.58.3', '', '', '', '2018-12-05 06:47:09'),
(4817, '172.16.58.3', '', '', '', '2018-12-05 06:47:11'),
(4818, '172.16.58.3', '', '', '', '2018-12-05 07:35:54'),
(4819, '172.16.17.32', '', '', '', '2018-12-05 08:36:46'),
(4820, '172.16.17.32', '', '', '', '2018-12-05 08:36:59'),
(4821, '172.16.17.32', '', '', '', '2018-12-05 08:38:21'),
(4822, '172.16.17.32', '', '', '', '2018-12-05 08:38:54'),
(4823, '172.16.17.32', '', '', '', '2018-12-05 08:39:34'),
(4824, '172.16.31.10', '', '', '', '2018-12-05 09:21:52'),
(4825, '172.16.31.10', '', '', '', '2018-12-05 09:21:53'),
(4826, '172.16.17.32', '', '', '', '2018-12-05 11:19:30'),
(4827, '172.16.17.32', '', '', '', '2018-12-05 11:19:32'),
(4828, '172.16.31.10', '', '', '', '2018-12-05 11:22:48'),
(4829, '172.16.58.3', '', '', '', '2018-12-05 12:31:53'),
(4830, '172.16.17.32', '', '', '', '2018-12-05 12:34:01'),
(4831, '172.16.17.32', '', '', '', '2018-12-05 12:34:05'),
(4832, '172.16.58.3', '', '', '', '2018-12-05 14:39:53'),
(4833, '192.168.3.11', '', '', '', '2018-12-05 16:00:46'),
(4834, '192.168.3.11', '', '', '', '2018-12-05 16:00:48'),
(4835, '192.168.3.11', '', '', '', '2018-12-05 16:00:53'),
(4836, '192.168.3.11', '', '', '', '2018-12-05 16:00:58'),
(4837, '192.168.3.11', '', '', '', '2018-12-05 16:01:15'),
(4838, '192.168.3.11', '', '', '', '2018-12-05 16:01:22'),
(4839, '192.168.3.11', '', '', '', '2018-12-05 16:01:26'),
(4840, '192.168.3.11', '', '', '', '2018-12-05 16:01:34'),
(4841, '192.168.3.11', '', '', '', '2018-12-05 16:01:38'),
(4842, '192.168.3.11', '', '', '', '2018-12-05 16:01:43'),
(4843, '192.168.3.11', '', '', '', '2018-12-05 16:02:30'),
(4844, '192.168.3.11', '', '', '', '2018-12-05 16:02:43'),
(4845, '172.16.31.10', '', '', '', '2018-12-05 16:08:14'),
(4846, '172.16.58.3', '', '', '', '2018-12-05 17:12:34'),
(4847, '172.16.58.3', '', '', '', '2018-12-05 17:12:38'),
(4848, '192.168.127.12', '', '', '', '2018-12-05 17:50:39'),
(4849, '192.168.127.12', '', '', '', '2018-12-05 20:01:27'),
(4850, '192.168.127.12', '', '', '', '2018-12-05 20:01:28'),
(4851, '172.16.58.3', '', '', '', '2018-12-05 20:12:05'),
(4852, '192.168.127.12', '', '', '', '2018-12-05 21:00:02'),
(4853, '172.16.17.32', '', '', '', '2018-12-05 21:00:04'),
(4854, '172.16.17.32', '', '', '', '2018-12-05 21:47:22'),
(4855, '192.168.127.12', '', '', '', '2018-12-05 21:49:01'),
(4856, '172.16.17.32', '', '', '', '2018-12-05 23:00:30'),
(4857, '192.168.127.129', '', '', '', '2018-12-05 23:28:19'),
(4858, '172.16.31.10', '', '', '', '2018-12-05 23:36:03'),
(4859, '172.16.31.10', '', '', '', '2018-12-05 23:37:34'),
(4860, '172.16.17.32', '', '', '', '2018-12-06 00:04:06'),
(4861, '172.16.17.32', '', '', '', '2018-12-06 00:15:02'),
(4862, '172.16.58.3', '', '', '', '2018-12-06 00:40:27'),
(4863, '192.168.3.11', '', '', '', '2018-12-06 00:56:59'),
(4864, '172.16.31.10', '', '', '', '2018-12-06 01:08:10'),
(4865, '192.168.3.11', '', '', '', '2018-12-06 02:20:25'),
(4866, '172.16.17.32', '', '', '', '2018-12-06 02:20:27'),
(4867, '172.16.17.32', '', '', '', '2018-12-06 02:20:34'),
(4868, '172.16.17.32', '', '', '', '2018-12-06 02:20:35'),
(4869, '192.168.127.12', '', '', '', '2018-12-06 02:39:21'),
(4870, '172.16.31.10', '', '', '', '2018-12-06 02:49:37'),
(4871, '172.16.31.10', '', '', '', '2018-12-06 04:35:53'),
(4872, '192.168.3.11', '', '', '', '2018-12-06 04:35:54'),
(4873, '172.16.31.10', '', '', '', '2018-12-06 04:43:15'),
(4874, '192.168.127.12', '', '', '', '2018-12-06 04:43:17'),
(4875, '192.168.127.12', '', '', '', '2018-12-06 04:43:28'),
(4876, '192.168.127.12', '', '', '', '2018-12-06 04:43:28'),
(4877, '192.168.127.12', '', '', '', '2018-12-06 04:43:28'),
(4878, '192.168.127.12', '', '', '', '2018-12-06 04:43:29'),
(4879, '192.168.127.12', '', '', '', '2018-12-06 04:43:30'),
(4880, '192.168.127.12', '', '', '', '2018-12-06 05:00:31'),
(4881, '172.16.17.32', '', '', '', '2018-12-06 05:00:32'),
(4882, '172.16.31.10', '', '', '', '2018-12-06 05:06:22'),
(4883, '172.16.31.10', '', '', '', '2018-12-06 05:07:30'),
(4884, '172.16.58.3', '', '', '', '2018-12-06 05:07:53'),
(4885, '172.16.58.3', '', '', '', '2018-12-06 05:08:10'),
(4886, '172.16.58.3', '', '', '', '2018-12-06 05:26:42'),
(4887, '172.16.17.32', '', '', '', '2018-12-06 05:30:42'),
(4888, '172.16.17.32', '', '', '', '2018-12-06 05:30:43'),
(4889, '192.168.127.12', '', '', '', '2018-12-06 07:00:02'),
(4890, '172.16.17.32', '', '', '', '2018-12-06 07:00:05'),
(4891, '192.168.3.11', '', '', '', '2018-12-06 08:14:52'),
(4892, '192.168.3.11', '', '', '', '2018-12-06 08:14:53'),
(4893, '192.168.3.11', '', '', '', '2018-12-06 08:15:53'),
(4894, '172.16.31.10', '', '', '', '2018-12-06 09:53:13'),
(4895, '172.16.31.10', '', '', '', '2018-12-06 09:53:16'),
(4896, '172.16.31.10', '', '', '', '2018-12-06 09:53:17'),
(4897, '172.16.17.32', '', '', '', '2018-12-06 10:29:48'),
(4898, '172.16.17.32', '', '', '', '2018-12-06 11:57:04'),
(4899, '172.16.58.3', '', '', '', '2018-12-06 12:33:28'),
(4900, '172.16.58.3', '', '', '', '2018-12-06 12:55:39'),
(4901, '172.16.58.3', '', '', '', '2018-12-06 12:55:49'),
(4902, '172.16.31.10', '', '', '', '2018-12-06 13:04:26'),
(4903, '192.168.127.12', '', '', '', '2018-12-06 13:39:43'),
(4904, '192.168.3.11', '', '', '', '2018-12-06 15:24:33'),
(4905, '192.168.127.12', '', '', '', '2018-12-06 15:28:48'),
(4906, '192.168.127.12', '', '', '', '2018-12-06 15:28:51'),
(4907, '192.168.127.12', '', '', '', '2018-12-06 15:28:53'),
(4908, '192.168.127.12', '', '', '', '2018-12-06 15:28:55'),
(4909, '192.168.127.12', '', '', '', '2018-12-06 15:28:58'),
(4910, '192.168.3.11', '', '', '', '2018-12-06 16:01:24'),
(4911, '192.168.3.11', '', '', '', '2018-12-06 16:01:27'),
(4912, '192.168.3.11', '', '', '', '2018-12-06 16:01:28'),
(4913, '192.168.3.11', '', '', '', '2018-12-06 16:01:33'),
(4914, '192.168.3.11', '', '', '', '2018-12-06 16:01:34'),
(4915, '172.16.31.10', '', '', '', '2018-12-06 16:20:15'),
(4916, '172.16.17.32', '', '', '', '2018-12-06 16:27:46'),
(4917, '172.16.17.32', '', '', '', '2018-12-06 16:27:47'),
(4918, '172.16.31.10', '', '', '', '2018-12-06 16:58:28'),
(4919, '172.16.31.10', '', '', '', '2018-12-06 17:48:22'),
(4920, '192.168.127.12', '', '', '', '2018-12-06 18:36:54'),
(4921, '172.16.17.32', '', '', '', '2018-12-06 18:36:56'),
(4922, '172.16.17.32', '', '', '', '2018-12-06 18:37:08'),
(4923, '172.16.58.3', '', '', '', '2018-12-06 21:08:57'),
(4924, '192.168.3.11', '', '', '', '2018-12-06 22:00:14'),
(4925, '192.168.3.11', '', '', '', '2018-12-06 22:00:16'),
(4926, '172.16.17.32', '', '', '', '2018-12-06 22:52:37'),
(4927, '192.168.127.12', '', '', '', '2018-12-06 22:52:38'),
(4928, '172.16.58.3', '', '', '', '2018-12-06 23:23:00'),
(4929, '172.16.58.3', '', '', '', '2018-12-07 00:58:36'),
(4930, '192.168.127.12', '', '', '', '2018-12-07 01:42:46'),
(4931, '172.16.31.10', '', '', '', '2018-12-07 02:05:00'),
(4932, '192.168.127.12', '', '', '', '2018-12-07 02:50:39'),
(4933, '172.16.31.10', '', '', '', '2018-12-07 02:51:48'),
(4934, '192.168.127.12', '', '', '', '2018-12-07 03:14:56'),
(4935, '192.168.3.11', '', '', '', '2018-12-07 03:15:05'),
(4936, '172.16.58.3', '', '', '', '2018-12-07 03:19:26'),
(4937, '192.168.127.12', '', '', '', '2018-12-07 04:12:29'),
(4938, '192.168.127.12', '', '', '', '2018-12-07 04:12:29'),
(4939, '172.16.58.3', '', '', '', '2018-12-07 07:06:51'),
(4940, '192.168.3.11', '', '', '', '2018-12-07 08:01:03'),
(4941, '192.168.127.12', '', '', '', '2018-12-07 09:08:21'),
(4942, '172.16.17.32', '', '', '', '2018-12-07 09:08:23'),
(4943, '172.16.58.3', '', '', '', '2018-12-07 09:33:49'),
(4944, '192.168.127.12', '', '', '', '2018-12-07 10:17:36'),
(4945, '172.16.58.3', '', '', '', '2018-12-07 11:16:53'),
(4946, '172.16.17.32', '', '', '', '2018-12-07 12:18:39'),
(4947, '172.16.17.32', '', '', '', '2018-12-07 12:24:08'),
(4948, '192.168.3.11', '', '', '', '2018-12-07 12:28:18'),
(4949, '172.16.17.32', '', '', '', '2018-12-07 15:07:08'),
(4950, '172.16.17.32', '', '', '', '2018-12-07 15:07:10'),
(4951, '172.16.58.3', '', '', '', '2018-12-07 15:22:05'),
(4952, '172.16.58.3', '', '', '', '2018-12-07 15:22:32'),
(4953, '172.16.58.3', '', '', '', '2018-12-07 15:23:08'),
(4954, '172.16.58.3', '', '', '', '2018-12-07 15:31:02'),
(4955, '192.168.3.11', '', '', '', '2018-12-07 16:05:46'),
(4956, '192.168.3.11', '', '', '', '2018-12-07 16:05:48'),
(4957, '192.168.3.11', '', '', '', '2018-12-07 16:05:59'),
(4958, '192.168.3.11', '', '', '', '2018-12-07 17:59:31'),
(4959, '192.168.127.12', '', '', '', '2018-12-07 22:02:15'),
(4960, '172.16.31.10', '', '', '', '2018-12-07 23:05:59'),
(4961, '172.16.31.10', '', '', '', '2018-12-07 23:06:16'),
(4962, '172.16.31.10', '', '', '', '2018-12-07 23:06:17'),
(4963, '172.16.58.3', '', '', '', '2018-12-08 00:20:34'),
(4964, '172.16.17.32', '', '', '', '2018-12-08 00:42:03'),
(4965, '172.16.31.10', '', '', '', '2018-12-08 00:42:04'),
(4966, '172.16.31.10', '', '', '', '2018-12-08 00:42:04'),
(4967, '172.16.31.10', '', '', '', '2018-12-08 00:42:05'),
(4968, '172.16.58.3', '', '', '', '2018-12-08 00:44:46'),
(4969, '172.16.17.32', '', '', '', '2018-12-08 00:45:16'),
(4970, '172.16.17.32', '', '', '', '2018-12-08 00:45:16'),
(4971, '172.16.58.3', '', '', '', '2018-12-08 00:47:46'),
(4972, '172.16.58.3', '', '', '', '2018-12-08 03:52:04'),
(4973, '192.168.3.11', '', '', '', '2018-12-08 04:49:08'),
(4974, '192.168.3.11', '', '', '', '2018-12-08 04:49:09'),
(4975, '172.16.31.10', '', '', '', '2018-12-08 05:56:02'),
(4976, '172.16.17.32', '', '', '', '2018-12-08 06:11:49'),
(4977, '172.16.58.3', '', '', '', '2018-12-08 07:28:53'),
(4978, '172.16.58.3', '', '', '', '2018-12-08 07:47:59'),
(4979, '172.16.58.3', '', '', '', '2018-12-08 11:19:20'),
(4980, '172.16.17.32', '', '', '', '2018-12-08 12:28:33'),
(4981, '192.168.127.12', '', '', '', '2018-12-08 12:43:59'),
(4982, '172.16.17.32', '', '', '', '2018-12-08 12:44:00'),
(4983, '192.168.127.12', '', '', '', '2018-12-08 13:26:03'),
(4984, '192.168.127.12', '', '', '', '2018-12-08 13:26:09'),
(4985, '172.16.58.3', '', '', '', '2018-12-08 14:42:45'),
(4986, '192.168.3.11', '', '', '', '2018-12-08 16:03:15'),
(4987, '192.168.3.11', '', '', '', '2018-12-08 16:03:17'),
(4988, '192.168.3.11', '', '', '', '2018-12-08 16:03:19'),
(4989, '192.168.3.11', '', '', '', '2018-12-08 16:03:31'),
(4990, '192.168.3.11', '', '', '', '2018-12-08 16:03:34'),
(4991, '192.168.127.12', '', '', '', '2018-12-08 16:22:08'),
(4992, '192.168.3.11', '', '', '', '2018-12-08 17:10:15'),
(4993, '192.168.3.11', '', '', '', '2018-12-08 17:10:16'),
(4994, '172.16.58.3', '', '', '', '2018-12-08 18:21:33'),
(4995, '172.16.58.3', '', '', '', '2018-12-08 21:40:41'),
(4996, '172.16.58.3', '', '', '', '2018-12-08 21:44:45'),
(4997, '172.16.31.10', '', '', '', '2018-12-08 22:08:23'),
(4998, '192.168.3.11', '', '', '', '2018-12-08 22:08:39'),
(4999, '192.168.127.12', '', '', '', '2018-12-09 03:13:26'),
(5000, '192.168.3.11', '', '', '', '2018-12-09 03:48:14'),
(5001, '172.16.31.10', '', '', '', '2018-12-09 08:33:02'),
(5002, '172.16.31.10', '', '', '', '2018-12-09 08:33:04'),
(5003, '172.16.58.3', '', '', '', '2018-12-09 09:14:23'),
(5004, '172.16.58.3', '', '', '', '2018-12-09 09:18:35'),
(5005, '172.16.58.3', '', '', '', '2018-12-09 10:01:12'),
(5006, '172.16.58.3', '', '', '', '2018-12-09 12:59:57'),
(5007, '192.168.3.11', '', '', '', '2018-12-09 16:04:23'),
(5008, '192.168.3.11', '', '', '', '2018-12-09 16:04:25'),
(5009, '192.168.3.11', '', '', '', '2018-12-09 16:04:26'),
(5010, '192.168.3.11', '', '', '', '2018-12-09 16:04:29'),
(5011, '192.168.3.11', '', '', '', '2018-12-09 16:04:36'),
(5012, '192.168.3.11', '', '', '', '2018-12-09 16:04:39'),
(5013, '172.16.58.3', '', '', '', '2018-12-09 16:35:30'),
(5014, '172.16.58.3', '', '', '', '2018-12-09 16:56:23'),
(5015, '172.16.31.10', '', '', '', '2018-12-09 17:40:51'),
(5016, '172.16.58.3', '', '', '', '2018-12-09 18:48:15'),
(5017, '172.16.58.3', '', '', '', '2018-12-09 18:48:16'),
(5018, '172.16.31.10', '', '', '', '2018-12-10 00:01:29'),
(5019, '172.16.58.3', '', '', '', '2018-12-10 05:53:58'),
(5020, '172.16.58.3', '', '', '', '2018-12-10 05:53:59'),
(5021, '172.16.31.10', '', '', '', '2018-12-10 06:40:56'),
(5022, '172.16.31.10', '', '', '', '2018-12-10 08:21:03'),
(5023, '172.16.31.10', '', '', '', '2018-12-10 10:01:27'),
(5024, '172.16.58.3', '', '', '', '2018-12-10 10:40:36'),
(5025, '172.16.58.3', '', '', '', '2018-12-10 10:42:07'),
(5026, '172.16.31.10', '', '', '', '2018-12-10 10:45:28'),
(5027, '192.168.127.12', '', '', '', '2018-12-10 10:45:29'),
(5028, '172.16.31.10', '', '', '', '2018-12-10 11:40:49'),
(5029, '172.16.31.10', '', '', '', '2018-12-10 12:16:11'),
(5030, '172.16.17.32', '', '', '', '2018-12-10 12:32:59'),
(5031, '172.16.17.32', '', '', '', '2018-12-10 12:46:00'),
(5032, '172.16.58.3', '', '', '', '2018-12-10 12:46:01'),
(5033, '172.16.31.10', '', '', '', '2018-12-10 12:47:55'),
(5034, '172.16.31.10', '', '', '', '2018-12-10 12:47:56'),
(5035, '172.16.31.10', '', '', '', '2018-12-10 13:20:48'),
(5036, '192.168.127.12', '', '', '', '2018-12-10 14:10:09'),
(5037, '172.16.31.10', '', '', '', '2018-12-10 15:01:24'),
(5038, '172.16.58.3', '', '', '', '2018-12-10 15:44:27'),
(5039, '172.16.31.10', '', '', '', '2018-12-10 16:02:07'),
(5040, '172.16.31.10', '', '', '', '2018-12-10 16:02:09'),
(5041, '172.16.31.10', '', '', '', '2018-12-10 16:02:25'),
(5042, '192.168.3.11', '', '', '', '2018-12-10 16:03:39'),
(5043, '172.16.58.3', '', '', '', '2018-12-10 16:26:19'),
(5044, '172.16.31.10', '', '', '', '2018-12-10 16:40:14'),
(5045, '172.16.31.10', '', '', '', '2018-12-10 19:42:31'),
(5046, '172.16.31.10', '', '', '', '2018-12-10 19:47:10'),
(5047, '172.16.58.3', '', '', '', '2018-12-10 20:00:36'),
(5048, '172.16.31.10', '', '', '', '2018-12-10 21:21:17'),
(5049, '172.16.58.3', '', '', '', '2018-12-10 23:57:51'),
(5050, '172.16.31.10', '', '', '', '2018-12-11 00:18:40'),
(5051, '172.16.31.10', '', '', '', '2018-12-11 00:41:18'),
(5052, '192.168.127.12', '', '', '', '2018-12-11 01:53:53'),
(5053, '192.168.127.12', '', '', '', '2018-12-11 01:54:02'),
(5054, '192.168.127.12', '', '', '', '2018-12-11 01:54:07'),
(5055, '192.168.127.12', '', '', '', '2018-12-11 01:54:17'),
(5056, '192.168.3.11', '', '', '', '2018-12-11 01:59:58'),
(5057, '172.16.31.10', '', '', '', '2018-12-11 02:21:58'),
(5058, '172.16.31.10', '', '', '', '2018-12-11 04:09:02'),
(5059, '172.16.31.10', '', '', '', '2018-12-11 04:09:03'),
(5060, '172.16.31.10', '', '', '', '2018-12-11 07:23:41'),
(5061, '172.16.31.10', '', '', '', '2018-12-11 07:27:10'),
(5062, '172.16.31.10', '', '', '', '2018-12-11 08:09:01'),
(5063, '192.168.3.11', '', '', '', '2018-12-11 10:46:59'),
(5064, '192.168.3.11', '', '', '', '2018-12-11 10:47:01'),
(5065, '192.168.3.11', '', '', '', '2018-12-11 10:47:03'),
(5066, '192.168.3.11', '', '', '', '2018-12-11 10:47:11'),
(5067, '192.168.3.11', '', '', '', '2018-12-11 10:47:14'),
(5068, '192.168.3.11', '', '', '', '2018-12-11 10:47:18'),
(5069, '192.168.3.11', '', '', '', '2018-12-11 10:47:19'),
(5070, '192.168.127.12', '', '', '', '2018-12-11 11:24:38'),
(5071, '192.168.127.12', '', '', '', '2018-12-11 11:27:10'),
(5072, '172.16.17.32', '', '', '', '2018-12-11 11:41:58'),
(5073, '172.16.17.32', '', '', '', '2018-12-11 14:02:15'),
(5074, '192.168.127.12', '', '', '', '2018-12-11 16:05:58'),
(5075, '192.168.127.12', '', '', '', '2018-12-11 16:06:00'),
(5076, '192.168.127.12', '', '', '', '2018-12-11 16:06:01'),
(5077, '192.168.127.12', '', '', '', '2018-12-11 16:06:06'),
(5078, '192.168.127.12', '', '', '', '2018-12-11 16:06:08'),
(5079, '192.168.127.12', '', '', '', '2018-12-11 16:06:13'),
(5080, '192.168.127.12', '', '', '', '2018-12-11 16:56:03'),
(5081, '192.168.127.12', '', '', '', '2018-12-11 16:56:05'),
(5082, '172.16.17.32', '', '', '', '2018-12-11 17:15:11'),
(5083, '172.16.58.3', '', '', '', '2018-12-11 17:15:12'),
(5084, '172.16.58.3', '', '', '', '2018-12-11 17:32:23'),
(5085, '192.168.3.11', '', '', '', '2018-12-11 21:30:32'),
(5086, '172.16.58.3', '', '', '', '2018-12-11 21:59:11'),
(5087, '192.168.3.11', '', '', '', '2018-12-11 23:32:24'),
(5088, '172.16.17.32', '', '', '', '2018-12-12 02:55:31'),
(5089, '172.16.17.32', '', '', '', '2018-12-12 02:55:32'),
(5090, '172.16.17.32', '', '', '', '2018-12-12 03:17:51'),
(5091, '172.16.31.10', '', '', '', '2018-12-12 05:20:48'),
(5092, '192.168.127.12', '', '', '', '2018-12-12 07:03:59'),
(5093, '172.16.17.32', '', '', '', '2018-12-12 09:20:49'),
(5094, '192.168.3.11', '', '', '', '2018-12-12 12:30:42'),
(5095, '172.16.31.10', '', '', '', '2018-12-12 14:07:44'),
(5096, '172.16.31.10', '', '', '', '2018-12-12 14:07:46'),
(5097, '192.168.3.11', '', '', '', '2018-12-12 15:27:03'),
(5098, '172.16.17.32', '', '', '', '2018-12-12 15:27:05'),
(5099, '192.168.127.12', '', '', '', '2018-12-12 15:27:21'),
(5100, '172.16.17.32', '', '', '', '2018-12-12 15:28:15'),
(5101, '172.16.31.10', '', '', '', '2018-12-12 16:01:35'),
(5102, '172.16.31.10', '', '', '', '2018-12-12 16:01:37'),
(5103, '172.16.31.10', '', '', '', '2018-12-12 16:01:38'),
(5104, '172.16.31.10', '', '', '', '2018-12-12 16:01:41'),
(5105, '172.16.31.10', '', '', '', '2018-12-12 16:01:44'),
(5106, '172.16.17.32', '', '', '', '2018-12-12 16:45:15'),
(5107, '192.168.3.11', '', '', '', '2018-12-12 16:45:17'),
(5108, '172.16.58.3', '', '', '', '2018-12-12 18:02:35'),
(5109, '172.16.58.3', '', '', '', '2018-12-12 18:02:44'),
(5110, '172.16.58.3', '', '', '', '2018-12-12 18:03:06'),
(5111, '172.16.31.10', '', '', '', '2018-12-12 20:27:05'),
(5112, '172.16.31.10', '', '', '', '2018-12-12 23:41:28'),
(5113, '192.168.127.120', '', '', '', '2018-12-13 00:00:18'),
(5114, '192.168.3.11', '', '', '', '2018-12-13 02:14:08'),
(5115, '172.16.58.3', '', '', '', '2018-12-13 02:57:35'),
(5116, '172.16.58.3', '', '', '', '2018-12-13 02:57:38'),
(5117, '172.16.58.3', '', '', '', '2018-12-13 03:02:53'),
(5118, '172.16.31.10', '', '', '', '2018-12-13 03:02:54'),
(5119, '172.16.31.10', '', '', '', '2018-12-13 05:22:27'),
(5120, '172.16.31.10', '', '', '', '2018-12-13 05:22:29'),
(5121, '192.168.3.11', '', '', '', '2018-12-13 07:32:21'),
(5122, '192.168.3.11', '', '', '', '2018-12-13 07:32:25'),
(5123, '192.168.3.11', '', '', '', '2018-12-13 07:32:26'),
(5124, '192.168.3.11', '', '', '', '2018-12-13 07:32:27'),
(5125, '192.168.3.11', '', '', '', '2018-12-13 07:32:34'),
(5126, '192.168.3.11', '', '', '', '2018-12-13 07:32:39'),
(5127, '192.168.3.11', '', '', '', '2018-12-13 07:32:46'),
(5128, '192.168.3.11', '', '', '', '2018-12-13 07:32:50'),
(5129, '192.168.3.11', '', '', '', '2018-12-13 07:34:39'),
(5130, '172.16.58.3', '', '', '', '2018-12-13 08:54:43'),
(5131, '172.16.58.3', '', '', '', '2018-12-13 08:54:46'),
(5132, '192.168.127.12', '', '', '', '2018-12-13 10:29:54'),
(5133, '172.16.58.3', '', '', '', '2018-12-13 11:45:20'),
(5134, '172.16.17.32', '', '', '', '2018-12-13 14:39:40'),
(5135, '192.168.3.11', '', '', '', '2018-12-13 14:48:44'),
(5136, '192.168.3.11', '', '', '', '2018-12-13 14:48:45'),
(5137, '192.168.3.11', '', '', '', '2018-12-13 16:02:02'),
(5138, '192.168.3.11', '', '', '', '2018-12-13 16:02:05'),
(5139, '192.168.3.11', '', '', '', '2018-12-13 16:02:07'),
(5140, '172.16.31.10', '', '', '', '2018-12-13 16:22:43'),
(5141, '192.168.3.11', '', '', '', '2018-12-13 16:38:49'),
(5142, '172.16.31.10', '', '', '', '2018-12-13 18:23:05'),
(5143, '172.16.58.3', '', '', '', '2018-12-13 23:06:25'),
(5144, '172.16.58.3', '', '', '', '2018-12-13 23:06:28'),
(5145, '172.16.31.10', '', '', '', '2018-12-13 23:15:31'),
(5146, '172.16.58.3', '', '', '', '2018-12-14 00:37:45'),
(5147, '172.16.58.3', '', '', '', '2018-12-14 00:54:04'),
(5148, '172.16.31.10', '', '', '', '2018-12-14 01:06:45'),
(5149, '172.16.17.32', '', '', '', '2018-12-14 01:43:18'),
(5150, '192.168.127.12', '', '', '', '2018-12-14 01:56:14'),
(5151, '192.168.127.12', '', '', '', '2018-12-14 01:56:58'),
(5152, '192.168.127.12', '', '', '', '2018-12-14 01:57:27'),
(5153, '172.16.17.32', '', '', '', '2018-12-14 03:29:59'),
(5154, '192.168.3.11', '', '', '', '2018-12-14 03:40:02'),
(5155, '172.16.17.32', '', '', '', '2018-12-14 03:40:03'),
(5156, '192.168.3.11', '', '', '', '2018-12-14 03:44:41'),
(5157, '172.16.17.32', '', '', '', '2018-12-14 05:28:27'),
(5158, '172.16.31.10', '', '', '', '2018-12-14 05:55:09'),
(5159, '192.168.127.12', '', '', '', '2018-12-14 07:58:14'),
(5160, '172.16.31.10', '', '', '', '2018-12-14 08:13:43'),
(5161, '172.16.31.10', '', '', '', '2018-12-14 09:14:29'),
(5162, '172.16.17.32', '', '', '', '2018-12-14 10:33:05'),
(5163, '172.16.58.3', '', '', '', '2018-12-14 13:11:25'),
(5164, '172.16.58.3', '', '', '', '2018-12-14 13:11:27'),
(5165, '172.16.17.32', '', '', '', '2018-12-14 13:33:49'),
(5166, '172.16.17.32', '', '', '', '2018-12-14 13:33:50'),
(5167, '172.16.17.32', '', '', '', '2018-12-14 15:36:12'),
(5168, '172.16.58.3', '', '', '', '2018-12-14 15:36:13'),
(5169, '192.168.3.11', '', '', '', '2018-12-14 16:01:26'),
(5170, '192.168.3.11', '', '', '', '2018-12-14 16:01:31'),
(5171, '172.16.58.3', '', '', '', '2018-12-14 17:35:52'),
(5172, '172.16.17.32', '', '', '', '2018-12-14 17:35:57'),
(5173, '172.16.17.32', '', '', '', '2018-12-14 17:57:21'),
(5174, '172.16.31.10', '', '', '', '2018-12-14 18:01:56'),
(5175, '192.168.3.11', '', '', '', '2018-12-14 18:53:19'),
(5176, '192.168.3.11', '', '', '', '2018-12-14 18:53:20'),
(5177, '172.16.17.32', '', '', '', '2018-12-15 00:36:27'),
(5178, '192.168.3.11', '', '', '', '2018-12-15 01:01:23'),
(5179, '172.16.31.10', '', '', '', '2018-12-15 01:01:42'),
(5180, '172.16.31.10', '', '', '', '2018-12-15 01:01:43'),
(5181, '192.168.127.12', '', '', '', '2018-12-15 01:01:51'),
(5182, '192.168.3.11', '', '', '', '2018-12-15 01:02:21'),
(5183, '172.16.17.32', '', '', '', '2018-12-15 01:02:22'),
(5184, '192.168.3.11', '', '', '', '2018-12-15 01:02:23'),
(5185, '192.168.3.11', '', '', '', '2018-12-15 01:02:24'),
(5186, '192.168.3.11', '', '', '', '2018-12-15 01:03:34'),
(5187, '172.16.17.32', '', '', '', '2018-12-15 01:05:19'),
(5188, '172.16.17.32', '', '', '', '2018-12-15 01:07:10'),
(5189, '192.168.3.11', '', '', '', '2018-12-15 01:45:55');
INSERT INTO `traffic` (`id_traffic`, `ip`, `browser`, `platform`, `negara`, `waktu_akses`) VALUES
(5190, '192.168.3.11', '', '', '', '2018-12-15 01:45:55'),
(5191, '192.168.3.11', '', '', '', '2018-12-15 02:48:20'),
(5192, '172.16.17.32', '', '', '', '2018-12-15 02:48:20'),
(5193, '192.168.3.11', '', '', '', '2018-12-15 02:50:51'),
(5194, '192.168.3.11', '', '', '', '2018-12-15 02:52:44'),
(5195, '192.168.3.11', '', '', '', '2018-12-15 04:30:07'),
(5196, '172.16.31.10', '', '', '', '2018-12-15 05:06:08'),
(5197, '172.16.31.10', '', '', '', '2018-12-15 05:06:09'),
(5198, '172.16.58.3', '', '', '', '2018-12-15 06:01:04'),
(5199, '172.16.58.3', '', '', '', '2018-12-15 07:37:56'),
(5200, '172.16.58.3', '', '', '', '2018-12-15 08:07:53'),
(5201, '172.16.58.3', '', '', '', '2018-12-15 08:07:54'),
(5202, '172.16.17.32', '', '', '', '2018-12-15 09:25:25'),
(5203, '172.16.58.3', '', '', '', '2018-12-15 10:36:55'),
(5204, '172.16.31.10', '', '', '', '2018-12-15 11:24:58'),
(5205, '172.16.17.32', '', '', '', '2018-12-15 13:55:38'),
(5206, '172.16.17.32', '', '', '', '2018-12-15 13:55:39'),
(5207, '172.16.31.10', '', '', '', '2018-12-15 16:01:49'),
(5208, '172.16.31.10', '', '', '', '2018-12-15 16:01:51'),
(5209, '172.16.31.10', '', '', '', '2018-12-15 16:01:59'),
(5210, '172.16.31.10', '', '', '', '2018-12-15 16:02:07'),
(5211, '172.16.31.10', '', '', '', '2018-12-15 16:02:09'),
(5212, '172.16.58.3', '', '', '', '2018-12-15 16:26:35'),
(5213, '172.16.58.3', '', '', '', '2018-12-15 17:34:40'),
(5214, '192.168.3.11', '', '', '', '2018-12-15 20:31:53'),
(5215, '192.168.3.11', '', '', '', '2018-12-15 20:31:56'),
(5216, '192.168.3.11', '', '', '', '2018-12-15 20:31:57'),
(5217, '192.168.3.11', '', '', '', '2018-12-15 20:31:58'),
(5218, '192.168.3.11', '', '', '', '2018-12-15 20:31:59'),
(5219, '192.168.3.11', '', '', '', '2018-12-15 20:32:00'),
(5220, '192.168.3.11', '', '', '', '2018-12-15 20:32:01'),
(5221, '192.168.3.11', '', '', '', '2018-12-15 20:32:02'),
(5222, '192.168.3.11', '', '', '', '2018-12-15 20:32:04'),
(5223, '192.168.3.11', '', '', '', '2018-12-15 20:32:05'),
(5224, '192.168.3.11', '', '', '', '2018-12-15 20:32:06'),
(5225, '192.168.3.11', '', '', '', '2018-12-15 20:32:07'),
(5226, '192.168.3.11', '', '', '', '2018-12-15 20:32:08'),
(5227, '192.168.3.11', '', '', '', '2018-12-15 20:32:09'),
(5228, '192.168.3.11', '', '', '', '2018-12-15 20:32:10'),
(5229, '192.168.3.11', '', '', '', '2018-12-15 20:32:11'),
(5230, '192.168.3.11', '', '', '', '2018-12-15 20:32:12'),
(5231, '192.168.127.12', '', '', '', '2018-12-15 20:40:52'),
(5232, '172.16.17.32', '', '', '', '2018-12-15 21:25:13'),
(5233, '192.168.3.11', '', '', '', '2018-12-15 22:18:50'),
(5234, '192.168.3.11', '', '', '', '2018-12-15 22:18:51'),
(5235, '172.16.58.3', '', '', '', '2018-12-15 22:19:40'),
(5236, '192.168.127.12', '', '', '', '2018-12-15 22:44:38'),
(5237, '192.168.3.11', '', '', '', '2018-12-16 01:01:18'),
(5238, '172.16.31.10', '', '', '', '2018-12-16 01:01:24'),
(5239, '172.16.31.10', '', '', '', '2018-12-16 01:18:06'),
(5240, '192.168.127.12', '', '', '', '2018-12-16 02:33:31'),
(5241, '172.16.58.3', '', '', '', '2018-12-16 02:33:32'),
(5242, '172.16.17.32', '', '', '', '2018-12-16 04:46:39'),
(5243, '192.168.3.11', '', '', '', '2018-12-16 04:46:40'),
(5244, '172.16.31.10', '', '', '', '2018-12-16 05:51:27'),
(5245, '172.16.17.32', '', '', '', '2018-12-16 11:41:33'),
(5246, '172.16.58.3', '', '', '', '2018-12-16 11:41:36'),
(5247, '192.168.3.11', '', '', '', '2018-12-16 14:30:43'),
(5248, '192.168.3.11', '', '', '', '2018-12-16 14:57:21'),
(5249, '172.16.31.10', '', '', '', '2018-12-16 15:50:16'),
(5250, '172.16.17.32', '', '', '', '2018-12-16 15:55:35'),
(5251, '192.168.3.11', '', '', '', '2018-12-16 16:05:33'),
(5252, '192.168.3.11', '', '', '', '2018-12-16 16:05:34'),
(5253, '192.168.3.11', '', '', '', '2018-12-16 16:05:47'),
(5254, '192.168.3.11', '', '', '', '2018-12-16 17:48:38'),
(5255, '192.168.3.11', '', '', '', '2018-12-16 17:48:39'),
(5256, '192.168.3.11', '', '', '', '2018-12-16 17:48:40'),
(5257, '172.16.17.32', '', '', '', '2018-12-17 02:53:58'),
(5258, '172.16.31.10', '', '', '', '2018-12-17 08:13:58'),
(5259, '172.16.31.10', '', '', '', '2018-12-17 08:30:27'),
(5260, '172.16.58.3', '', '', '', '2018-12-17 09:53:48'),
(5261, '192.168.127.12', '', '', '', '2018-12-17 10:39:13'),
(5262, '192.168.127.12', '', '', '', '2018-12-17 10:39:15'),
(5263, '172.16.31.10', '', '', '', '2018-12-17 11:32:04'),
(5264, '172.16.31.10', '', '', '', '2018-12-17 12:48:52'),
(5265, '172.16.58.3', '', '', '', '2018-12-17 13:14:22'),
(5266, '172.16.58.3', '', '', '', '2018-12-17 13:37:18'),
(5267, '172.16.58.3', '', '', '', '2018-12-17 14:53:32'),
(5268, '192.168.127.12', '', '', '', '2018-12-17 15:46:48'),
(5269, '172.16.17.32', '', '', '', '2018-12-17 15:55:58'),
(5270, '172.16.17.32', '', '', '', '2018-12-17 15:56:27'),
(5271, '192.168.127.12', '', '', '', '2018-12-17 15:57:45'),
(5272, '172.16.17.32', '', '', '', '2018-12-17 15:57:57'),
(5273, '172.16.58.3', '', '', '', '2018-12-17 16:03:20'),
(5274, '192.168.127.12', '', '', '', '2018-12-17 16:04:40'),
(5275, '172.16.31.10', '', '', '', '2018-12-17 16:04:49'),
(5276, '192.168.127.12', '', '', '', '2018-12-17 16:05:20'),
(5277, '172.16.31.10', '', '', '', '2018-12-17 16:06:15'),
(5278, '172.16.31.10', '', '', '', '2018-12-17 16:06:17'),
(5279, '172.16.31.10', '', '', '', '2018-12-17 16:06:19'),
(5280, '172.16.31.10', '', '', '', '2018-12-17 16:06:21'),
(5281, '172.16.31.10', '', '', '', '2018-12-17 16:06:28'),
(5282, '192.168.3.11', '', '', '', '2018-12-17 17:22:07'),
(5283, '172.16.31.10', '', '', '', '2018-12-17 18:04:50'),
(5284, '192.168.3.11', '', '', '', '2018-12-17 18:29:06'),
(5285, '172.16.31.10', '', '', '', '2018-12-17 21:32:01'),
(5286, '192.168.127.12', '', '', '', '2018-12-17 22:36:14'),
(5287, '172.16.58.3', '', '', '', '2018-12-17 22:41:39'),
(5288, '172.16.58.3', '', '', '', '2018-12-17 22:41:40'),
(5289, '172.16.58.3', '', '', '', '2018-12-18 01:10:27'),
(5290, '172.16.31.10', '', '', '', '2018-12-18 01:38:03'),
(5291, '5.135.143.224', '', '', '', '2018-12-18 02:04:07'),
(5292, '172.16.31.10', '', '', '', '2018-12-18 03:52:03'),
(5293, '172.16.31.10', '', '', '', '2018-12-18 04:29:33'),
(5294, '172.16.31.10', '', '', '', '2018-12-18 04:29:33'),
(5295, '172.16.17.32', '', '', '', '2018-12-18 04:54:14'),
(5296, '172.16.58.3', '', '', '', '2018-12-18 07:48:11'),
(5297, '172.16.31.10', '', '', '', '2018-12-18 08:03:42'),
(5298, '172.16.31.10', '', '', '', '2018-12-18 08:20:37'),
(5299, '172.16.31.10', '', '', '', '2018-12-18 08:20:39'),
(5300, '172.16.31.10', '', '', '', '2018-12-18 08:59:04'),
(5301, '172.16.17.32', '', '', '', '2018-12-18 10:01:42'),
(5302, '172.16.17.32', '', '', '', '2018-12-18 11:56:09'),
(5303, '172.16.58.3', '', '', '', '2018-12-18 12:11:15'),
(5304, '172.16.58.3', '', '', '', '2018-12-18 12:11:17'),
(5305, '192.168.127.12', '', '', '', '2018-12-18 12:11:18'),
(5306, '192.168.127.12', '', '', '', '2018-12-18 12:11:18'),
(5307, '192.168.127.12', '', '', '', '2018-12-18 13:35:03'),
(5308, '172.16.17.32', '', '', '', '2018-12-18 13:46:36'),
(5309, '172.16.31.10', '', '', '', '2018-12-18 14:19:56'),
(5310, '172.16.58.3', '', '', '', '2018-12-18 15:15:50'),
(5311, '172.16.58.3', '', '', '', '2018-12-18 15:31:07'),
(5312, '172.16.17.32', '', '', '', '2018-12-18 15:38:10'),
(5313, '172.16.31.10', '', '', '', '2018-12-18 16:04:22'),
(5314, '172.16.31.10', '', '', '', '2018-12-18 16:04:24'),
(5315, '172.16.31.10', '', '', '', '2018-12-18 16:04:26'),
(5316, '172.16.31.10', '', '', '', '2018-12-18 16:04:33'),
(5317, '172.16.31.10', '', '', '', '2018-12-18 16:04:41'),
(5318, '172.16.31.10', '', '', '', '2018-12-18 16:11:22'),
(5319, '172.16.31.10', '', '', '', '2018-12-18 16:23:05'),
(5320, '172.16.31.10', '', '', '', '2018-12-18 16:35:50'),
(5321, '172.16.58.3', '', '', '', '2018-12-18 16:55:16'),
(5322, '172.16.31.10', '', '', '', '2018-12-18 17:20:41'),
(5323, '192.168.127.12', '', '', '', '2018-12-18 18:23:57'),
(5324, '192.168.127.12', '', '', '', '2018-12-18 18:51:15'),
(5325, '192.168.127.12', '', '', '', '2018-12-18 19:11:38'),
(5326, '172.16.58.3', '', '', '', '2018-12-18 19:23:35'),
(5327, '172.16.58.3', '', '', '', '2018-12-18 19:45:47'),
(5328, '172.16.31.10', '', '', '', '2018-12-18 21:29:37'),
(5329, '192.168.3.11', '', '', '', '2018-12-18 22:00:55'),
(5330, '172.16.31.10', '', '', '', '2018-12-18 22:06:57'),
(5331, '172.16.58.3', '', '', '', '2018-12-18 22:18:33'),
(5332, '172.16.58.3', '', '', '', '2018-12-18 23:18:41'),
(5333, '172.16.31.10', '', '', '', '2018-12-18 23:48:56'),
(5334, '172.16.58.3', '', '', '', '2018-12-19 02:45:31'),
(5335, '172.16.31.10', '', '', '', '2018-12-19 05:33:30'),
(5336, '172.16.31.10', '', '', '', '2018-12-19 05:33:35'),
(5337, '192.168.127.12', '', '', '', '2018-12-19 07:48:33'),
(5338, '192.168.127.12', '', '', '', '2018-12-19 07:48:34'),
(5339, '172.16.58.3', '', '', '', '2018-12-19 08:18:37'),
(5340, '172.16.31.10', '', '', '', '2018-12-19 08:25:00'),
(5341, '172.16.31.10', '', '', '', '2018-12-19 08:27:39'),
(5342, '192.168.127.12', '', '', '', '2018-12-19 08:38:27'),
(5343, '172.16.31.10', '', '', '', '2018-12-19 09:59:14'),
(5344, '172.16.17.32', '', '', '', '2018-12-19 10:59:45'),
(5345, '172.16.31.10', '', '', '', '2018-12-19 11:38:12'),
(5346, '172.16.58.3', '', '', '', '2018-12-19 13:17:58'),
(5347, '172.16.31.10', '', '', '', '2018-12-19 15:00:29'),
(5348, '192.168.3.11', '', '', '', '2018-12-19 16:06:15'),
(5349, '192.168.3.11', '', '', '', '2018-12-19 16:06:16'),
(5350, '192.168.3.11', '', '', '', '2018-12-19 16:06:23'),
(5351, '192.168.3.11', '', '', '', '2018-12-19 16:06:26'),
(5352, '192.168.3.11', '', '', '', '2018-12-19 16:06:27'),
(5353, '172.16.58.3', '', '', '', '2018-12-19 16:43:32'),
(5354, '172.16.31.10', '', '', '', '2018-12-19 16:50:59'),
(5355, '172.16.17.32', '', '', '', '2018-12-19 16:59:37'),
(5356, '172.16.31.10', '', '', '', '2018-12-19 17:43:19'),
(5357, '172.16.31.10', '', '', '', '2018-12-19 17:43:20'),
(5358, '172.16.58.3', '', '', '', '2018-12-19 19:23:24'),
(5359, '172.16.58.3', '', '', '', '2018-12-19 20:00:39'),
(5360, '172.16.31.10', '', '', '', '2018-12-19 20:04:57'),
(5361, '172.16.31.10', '', '', '', '2018-12-19 20:10:18'),
(5362, '192.168.3.11', '', '', '', '2018-12-19 21:11:27'),
(5363, '172.16.31.10', '', '', '', '2018-12-19 23:27:23'),
(5364, '172.16.31.10', '', '', '', '2018-12-19 23:30:50'),
(5365, '192.168.127.12', '', '', '', '2018-12-19 23:30:50'),
(5366, '172.16.58.3', '', '', '', '2018-12-19 23:52:29'),
(5367, '172.16.58.3', '', '', '', '2018-12-19 23:52:30'),
(5368, '172.16.31.10', '', '', '', '2018-12-20 00:55:50'),
(5369, '172.16.31.10', '', '', '', '2018-12-20 01:08:06'),
(5370, '172.16.31.10', '', '', '', '2018-12-20 01:24:14'),
(5371, '192.168.127.12', '', '', '', '2018-12-20 01:25:57'),
(5372, '172.16.58.3', '', '', '', '2018-12-20 02:52:03'),
(5373, '172.16.31.10', '', '', '', '2018-12-20 02:52:07'),
(5374, '192.168.3.11', '', '', '', '2018-12-20 02:54:40'),
(5375, '192.168.3.11', '', '', '', '2018-12-20 02:54:41'),
(5376, '172.16.58.3', '', '', '', '2018-12-20 03:04:08'),
(5377, '192.168.127.12', '', '', '', '2018-12-20 03:14:51'),
(5378, '172.16.31.10', '', '', '', '2018-12-20 03:54:57'),
(5379, '192.168.127.12', '', '', '', '2018-12-20 03:54:58'),
(5380, '52.165.166.139', '', '', '', '2018-12-20 05:17:48'),
(5381, '192.168.127.12', '', '', '', '2018-12-20 05:43:02'),
(5382, '192.168.3.11', '', '', '', '2018-12-20 06:01:39'),
(5383, '172.16.31.10', '', '', '', '2018-12-20 06:24:30'),
(5384, '172.16.31.10', '', '', '', '2018-12-20 06:24:31'),
(5385, '172.16.31.10', '', '', '', '2018-12-20 06:58:02'),
(5386, '172.16.31.10', '', '', '', '2018-12-20 07:46:57'),
(5387, '172.16.31.10', '', '', '', '2018-12-20 08:08:25'),
(5388, '172.16.58.3', '', '', '', '2018-12-20 09:07:31'),
(5389, '192.168.3.11', '', '', '', '2018-12-20 10:48:16'),
(5390, '192.168.3.11', '', '', '', '2018-12-20 10:48:17'),
(5391, '192.168.127.12', '', '', '', '2018-12-20 11:44:16'),
(5392, '192.168.127.12', '', '', '', '2018-12-20 11:44:17'),
(5393, '192.168.127.12', '', '', '', '2018-12-20 12:33:33'),
(5394, '172.16.31.10', '', '', '', '2018-12-20 12:33:33'),
(5395, '172.16.31.10', '', '', '', '2018-12-20 13:25:32'),
(5396, '192.168.127.12', '', '', '', '2018-12-20 13:56:39'),
(5397, '172.16.58.3', '', '', '', '2018-12-20 15:53:06'),
(5398, '172.16.31.10', '', '', '', '2018-12-20 16:01:59'),
(5399, '172.16.31.10', '', '', '', '2018-12-20 16:02:01'),
(5400, '172.16.31.10', '', '', '', '2018-12-20 16:02:07'),
(5401, '172.16.31.10', '', '', '', '2018-12-20 16:02:13'),
(5402, '172.16.17.32', '', '', '', '2018-12-20 16:09:15'),
(5403, '172.16.31.10', '', '', '', '2018-12-20 16:21:27'),
(5404, '172.16.17.32', '', '', '', '2018-12-20 16:51:19'),
(5405, '192.168.127.12', '', '', '', '2018-12-20 16:51:20'),
(5406, '172.16.31.10', '', '', '', '2018-12-20 17:12:58'),
(5407, '172.16.31.10', '', '', '', '2018-12-20 19:28:27'),
(5408, '172.16.17.32', '', '', '', '2018-12-20 19:45:26'),
(5409, '172.16.58.3', '', '', '', '2018-12-20 19:51:19'),
(5410, '172.16.58.3', '', '', '', '2018-12-20 19:51:19'),
(5411, '172.16.58.3', '', '', '', '2018-12-20 21:38:38'),
(5412, '172.16.17.32', '', '', '', '2018-12-20 22:56:56'),
(5413, '172.16.17.32', '', '', '', '2018-12-20 22:57:02'),
(5414, '172.16.17.32', '', '', '', '2018-12-20 22:57:05'),
(5415, '172.16.17.32', '', '', '', '2018-12-20 22:57:06'),
(5416, '172.16.17.32', '', '', '', '2018-12-20 22:57:07'),
(5417, '172.16.17.32', '', '', '', '2018-12-20 23:08:14'),
(5418, '172.16.31.10', '', '', '', '2018-12-20 23:14:02'),
(5419, '172.16.58.3', '', '', '', '2018-12-20 23:47:03'),
(5420, '192.168.127.12', '', '', '', '2018-12-21 01:51:25'),
(5421, '172.16.58.3', '', '', '', '2018-12-21 02:10:13'),
(5422, '172.16.17.32', '', '', '', '2018-12-21 02:24:14'),
(5423, '172.16.17.32', '', '', '', '2018-12-21 02:24:15'),
(5424, '192.168.127.12', '', '', '', '2018-12-21 03:35:39'),
(5425, '192.168.127.12', '', '', '', '2018-12-21 03:35:40'),
(5426, '172.16.17.32', '', '', '', '2018-12-21 05:15:12'),
(5427, '192.168.3.11', '', '', '', '2018-12-21 05:15:13'),
(5428, '172.16.17.32', '', '', '', '2018-12-21 05:37:16'),
(5429, '172.16.17.32', '', '', '', '2018-12-21 05:37:17'),
(5430, '192.168.3.11', '', '', '', '2018-12-21 06:11:10'),
(5431, '192.168.3.11', '', '', '', '2018-12-21 06:11:37'),
(5432, '192.168.127.12', '', '', '', '2018-12-21 07:09:00'),
(5433, '192.168.127.12', '', '', '', '2018-12-21 07:26:20'),
(5434, '172.16.58.3', '', '', '', '2018-12-21 07:33:17'),
(5435, '172.16.58.3', '', '', '', '2018-12-21 07:33:18'),
(5436, '192.168.127.12', '', '', '', '2018-12-21 08:38:24'),
(5437, '172.16.31.10', '', '', '', '2018-12-21 09:24:51'),
(5438, '192.168.127.12', '', '', '', '2018-12-21 10:14:14'),
(5439, '172.16.17.32', '', '', '', '2018-12-21 11:44:43'),
(5440, '192.168.3.11', '', '', '', '2018-12-21 13:13:09'),
(5441, '192.168.3.11', '', '', '', '2018-12-21 13:15:20'),
(5442, '172.16.17.32', '', '', '', '2018-12-21 13:31:13'),
(5443, '192.168.3.11', '', '', '', '2018-12-21 13:47:13'),
(5444, '172.16.58.3', '', '', '', '2018-12-21 14:50:41'),
(5445, '192.168.127.12', '', '', '', '2018-12-21 15:28:31'),
(5446, '172.16.17.32', '', '', '', '2018-12-21 15:35:11'),
(5447, '192.168.3.11', '', '', '', '2018-12-21 15:35:12'),
(5448, '192.168.127.12', '', '', '', '2018-12-21 15:52:53'),
(5449, '172.16.31.10', '', '', '', '2018-12-21 16:00:40'),
(5450, '172.16.31.10', '', '', '', '2018-12-21 16:00:41'),
(5451, '172.16.31.10', '', '', '', '2018-12-21 16:00:43'),
(5452, '172.16.31.10', '', '', '', '2018-12-21 16:00:44'),
(5453, '172.16.31.10', '', '', '', '2018-12-21 16:00:49'),
(5454, '172.16.31.10', '', '', '', '2018-12-21 16:00:54'),
(5455, '172.16.58.3', '', '', '', '2018-12-21 16:02:49'),
(5456, '172.16.58.3', '', '', '', '2018-12-21 16:52:25'),
(5457, '172.16.58.3', '', '', '', '2018-12-21 16:52:25'),
(5458, '172.16.17.32', '', '', '', '2018-12-21 18:20:54'),
(5459, '172.16.17.32', '', '', '', '2018-12-21 18:20:55'),
(5460, '192.168.127.12', '', '', '', '2018-12-21 18:21:25'),
(5461, '172.16.17.32', '', '', '', '2018-12-21 18:21:51'),
(5462, '172.16.17.32', '', '', '', '2018-12-21 18:43:30'),
(5463, '172.16.17.32', '', '', '', '2018-12-21 19:45:16'),
(5464, '192.168.3.11', '', '', '', '2018-12-22 00:44:15'),
(5465, '192.168.127.12', '', '', '', '2018-12-22 01:02:20'),
(5466, '192.168.127.12', '', '', '', '2018-12-22 02:41:28'),
(5467, '172.16.17.32', '', '', '', '2018-12-22 02:41:30'),
(5468, '172.16.58.3', '', '', '', '2018-12-22 02:42:29'),
(5469, '192.168.127.12', '', '', '', '2018-12-22 04:11:25'),
(5470, '192.168.127.12', '', '', '', '2018-12-22 04:11:26'),
(5471, '172.16.17.32', '', '', '', '2018-12-22 04:31:25'),
(5472, '172.16.17.32', '', '', '', '2018-12-22 04:31:51'),
(5473, '172.16.58.3', '', '', '', '2018-12-22 04:44:32'),
(5474, '172.16.31.10', '', '', '', '2018-12-22 04:59:29'),
(5475, '172.16.31.10', '', '', '', '2018-12-22 06:24:58'),
(5476, '172.16.31.10', '', '', '', '2018-12-22 06:32:05'),
(5477, '172.16.17.32', '', '', '', '2018-12-22 06:32:06'),
(5478, '192.168.3.11', '', '', '', '2018-12-22 08:15:52'),
(5479, '192.168.3.11', '', '', '', '2018-12-22 08:15:53'),
(5480, '172.16.58.3', '', '', '', '2018-12-22 08:29:00'),
(5481, '172.16.58.3', '', '', '', '2018-12-22 08:29:03'),
(5482, '172.16.58.3', '', '', '', '2018-12-22 13:22:26'),
(5483, '172.16.58.3', '', '', '', '2018-12-22 13:38:04'),
(5484, '172.16.31.10', '', '', '', '2018-12-22 13:38:05'),
(5485, '192.168.3.11', '', '', '', '2018-12-22 14:45:11'),
(5486, '172.16.31.10', '', '', '', '2018-12-22 15:35:50'),
(5487, '192.168.127.12', '', '', '', '2018-12-22 15:51:03'),
(5488, '172.16.31.10', '', '', '', '2018-12-22 16:01:17'),
(5489, '172.16.31.10', '', '', '', '2018-12-22 16:01:19'),
(5490, '172.16.31.10', '', '', '', '2018-12-22 16:01:31'),
(5491, '172.16.58.3', '', '', '', '2018-12-22 16:16:05'),
(5492, '172.16.58.3', '', '', '', '2018-12-22 16:16:06'),
(5493, '172.16.31.10', '', '', '', '2018-12-22 21:03:00'),
(5494, '172.16.17.32', '', '', '', '2018-12-22 21:15:59'),
(5495, '172.16.58.3', '', '', '', '2018-12-23 00:50:25'),
(5496, '172.16.58.3', '', '', '', '2018-12-23 00:50:26'),
(5497, '192.168.3.11', '', '', '', '2018-12-23 03:36:26'),
(5498, '192.168.3.11', '', '', '', '2018-12-23 03:38:43'),
(5499, '192.168.3.11', '', '', '', '2018-12-23 03:41:57'),
(5500, '172.16.17.32', '', '', '', '2018-12-23 05:14:39'),
(5501, '172.16.17.32', '', '', '', '2018-12-23 05:14:48'),
(5502, '172.16.58.3', '', '', '', '2018-12-23 05:45:03'),
(5503, '172.16.58.3', '', '', '', '2018-12-23 06:28:48'),
(5504, '172.16.58.3', '', '', '', '2018-12-23 06:28:48'),
(5505, '172.16.31.10', '', '', '', '2018-12-23 08:24:36'),
(5506, '172.16.17.32', '', '', '', '2018-12-23 08:45:25'),
(5507, '172.16.58.3', '', '', '', '2018-12-23 10:03:24'),
(5508, '172.16.31.10', '', '', '', '2018-12-23 11:45:36'),
(5509, '172.16.58.3', '', '', '', '2018-12-23 13:24:58'),
(5510, '172.16.31.10', '', '', '', '2018-12-23 15:02:50'),
(5511, '172.16.58.3', '', '', '', '2018-12-23 16:00:28'),
(5512, '172.16.58.3', '', '', '', '2018-12-23 16:01:59'),
(5513, '172.16.58.3', '', '', '', '2018-12-23 16:02:32'),
(5514, '192.168.127.12', '', '', '', '2018-12-23 16:03:31'),
(5515, '192.168.127.12', '', '', '', '2018-12-23 16:03:32'),
(5516, '192.168.127.12', '', '', '', '2018-12-23 16:03:38'),
(5517, '192.168.127.12', '', '', '', '2018-12-23 16:03:45'),
(5518, '192.168.127.12', '', '', '', '2018-12-23 16:03:48'),
(5519, '172.16.31.10', '', '', '', '2018-12-23 16:32:53'),
(5520, '172.16.31.10', '', '', '', '2018-12-23 16:35:34'),
(5521, '172.16.58.3', '', '', '', '2018-12-23 16:58:36'),
(5522, '192.168.127.12', '', '', '', '2018-12-23 16:58:36'),
(5523, '172.16.17.32', '', '', '', '2018-12-23 17:02:12'),
(5524, '172.16.17.32', '', '', '', '2018-12-23 17:02:31'),
(5525, '172.16.58.3', '', '', '', '2018-12-23 17:54:08'),
(5526, '172.16.58.3', '', '', '', '2018-12-23 18:55:57'),
(5527, '172.16.31.10', '', '', '', '2018-12-23 19:40:05'),
(5528, '172.16.58.3', '', '', '', '2018-12-23 22:00:59'),
(5529, '172.16.58.3', '', '', '', '2018-12-23 22:01:00'),
(5530, '192.168.127.12', '', '', '', '2018-12-23 23:03:02'),
(5531, '172.16.17.32', '', '', '', '2018-12-23 23:03:03'),
(5532, '172.16.58.3', '', '', '', '2018-12-23 23:32:33'),
(5533, '192.168.3.11', '', '', '', '2018-12-24 00:14:19'),
(5534, '192.168.127.12', '', '', '', '2018-12-24 00:14:47'),
(5535, '192.168.127.12', '', '', '', '2018-12-24 00:14:48'),
(5536, '172.16.58.3', '', '', '', '2018-12-24 00:48:51'),
(5537, '172.16.58.3', '', '', '', '2018-12-24 00:48:52'),
(5538, '172.16.58.3', '', '', '', '2018-12-24 00:51:16'),
(5539, '172.16.17.32', '', '', '', '2018-12-24 02:55:15'),
(5540, '172.16.58.3', '', '', '', '2018-12-24 04:00:07'),
(5541, '192.168.127.12', '', '', '', '2018-12-24 04:27:39'),
(5542, '172.16.58.3', '', '', '', '2018-12-24 05:31:33'),
(5543, '172.16.31.10', '', '', '', '2018-12-24 05:36:37'),
(5544, '172.16.31.10', '', '', '', '2018-12-24 06:53:44'),
(5545, '172.16.31.10', '', '', '', '2018-12-24 06:53:45'),
(5546, '172.16.31.10', '', '', '', '2018-12-24 07:11:23'),
(5547, '172.16.58.3', '', '', '', '2018-12-24 07:15:10'),
(5548, '172.16.58.3', '', '', '', '2018-12-24 08:00:36'),
(5549, '192.168.3.11', '', '', '', '2018-12-24 08:55:56'),
(5550, '172.16.17.32', '', '', '', '2018-12-24 08:55:57'),
(5551, '172.16.58.3', '', '', '', '2018-12-24 09:31:39'),
(5552, '172.16.58.3', '', '', '', '2018-12-24 11:21:17'),
(5553, '172.16.31.10', '', '', '', '2018-12-24 11:21:17'),
(5554, '172.16.58.3', '', '', '', '2018-12-24 15:51:53'),
(5555, '172.16.58.3', '', '', '', '2018-12-24 15:51:54'),
(5556, '172.16.31.10', '', '', '', '2018-12-24 16:04:03'),
(5557, '192.168.3.11', '', '', '', '2018-12-24 16:04:03'),
(5558, '172.16.58.3', '', '', '', '2018-12-24 16:04:04'),
(5559, '192.168.3.11', '', '', '', '2018-12-24 16:04:04'),
(5560, '192.168.3.11', '', '', '', '2018-12-24 16:04:08'),
(5561, '192.168.3.11', '', '', '', '2018-12-24 16:04:09'),
(5562, '192.168.3.11', '', '', '', '2018-12-24 16:04:12'),
(5563, '192.168.3.11', '', '', '', '2018-12-24 16:04:16'),
(5564, '192.168.3.11', '', '', '', '2018-12-24 16:04:19'),
(5565, '172.16.31.10', '', '', '', '2018-12-24 16:40:01'),
(5566, '172.16.31.10', '', '', '', '2018-12-24 17:21:59'),
(5567, '172.16.31.10', '', '', '', '2018-12-24 17:22:00'),
(5568, '172.16.31.10', '', '', '', '2018-12-24 17:22:01'),
(5569, '192.168.3.11', '', '', '', '2018-12-24 17:58:59'),
(5570, '192.168.3.11', '', '', '', '2018-12-24 17:59:00'),
(5571, '172.16.31.10', '', '', '', '2018-12-24 18:20:05'),
(5572, '172.16.58.3', '', '', '', '2018-12-24 18:31:49'),
(5573, '172.16.31.10', '', '', '', '2018-12-24 19:58:48'),
(5574, '172.16.58.3', '', '', '', '2018-12-24 21:41:12'),
(5575, '172.16.17.32', '', '', '', '2018-12-24 22:53:55'),
(5576, '172.16.17.32', '', '', '', '2018-12-24 22:53:56'),
(5577, '172.16.31.10', '', '', '', '2018-12-25 00:25:34'),
(5578, '172.16.58.3', '', '', '', '2018-12-25 01:43:24'),
(5579, '172.16.58.3', '', '', '', '2018-12-25 02:40:45'),
(5580, '172.16.58.3', '', '', '', '2018-12-25 03:07:31'),
(5581, '172.16.17.32', '', '', '', '2018-12-25 03:33:23'),
(5582, '192.168.127.12', '', '', '', '2018-12-25 05:30:47'),
(5583, '172.16.31.10', '', '', '', '2018-12-25 05:57:57'),
(5584, '172.16.31.10', '', '', '', '2018-12-25 06:15:52'),
(5585, '172.16.31.10', '', '', '', '2018-12-25 06:15:53'),
(5586, '192.168.127.12', '', '', '', '2018-12-25 07:37:27'),
(5587, '192.168.127.12', '', '', '', '2018-12-25 07:51:15'),
(5588, '172.16.58.3', '', '', '', '2018-12-25 07:51:21'),
(5589, '172.16.17.32', '', '', '', '2018-12-25 08:03:27'),
(5590, '192.168.127.12', '', '', '', '2018-12-25 08:15:46'),
(5591, '172.16.58.3', '', '', '', '2018-12-25 08:17:33'),
(5592, '172.16.58.3', '', '', '', '2018-12-25 08:30:25'),
(5593, '172.16.58.3', '', '', '', '2018-12-25 09:45:11'),
(5594, '172.16.31.10', '', '', '', '2018-12-25 09:45:12'),
(5595, '172.16.31.10', '', '', '', '2018-12-25 10:14:32'),
(5596, '172.16.17.32', '', '', '', '2018-12-25 11:01:05'),
(5597, '172.16.58.3', '', '', '', '2018-12-25 11:01:10'),
(5598, '172.16.58.3', '', '', '', '2018-12-25 11:01:14'),
(5599, '192.168.127.12', '', '', '', '2018-12-25 13:18:04'),
(5600, '192.168.127.12', '', '', '', '2018-12-25 15:14:47'),
(5601, '192.168.127.12', '', '', '', '2018-12-25 15:14:48'),
(5602, '192.168.127.12', '', '', '', '2018-12-25 15:17:13'),
(5603, '172.16.58.3', '', '', '', '2018-12-25 15:17:14'),
(5604, '172.16.31.10', '', '', '', '2018-12-25 15:23:18'),
(5605, '172.16.58.3', '', '', '', '2018-12-25 15:55:32'),
(5606, '172.16.58.3', '', '', '', '2018-12-25 15:55:33'),
(5607, '172.16.31.10', '', '', '', '2018-12-25 16:03:37'),
(5608, '172.16.31.10', '', '', '', '2018-12-25 16:03:39'),
(5609, '172.16.31.10', '', '', '', '2018-12-25 16:03:42'),
(5610, '172.16.31.10', '', '', '', '2018-12-25 16:03:46'),
(5611, '172.16.31.10', '', '', '', '2018-12-25 16:03:53'),
(5612, '172.16.31.10', '', '', '', '2018-12-25 16:03:55'),
(5613, '172.16.17.32', '', '', '', '2018-12-25 16:22:54'),
(5614, '172.16.58.3', '', '', '', '2018-12-25 16:30:11'),
(5615, '172.16.58.3', '', '', '', '2018-12-25 16:43:55'),
(5616, '192.168.127.12', '', '', '', '2018-12-25 17:54:54'),
(5617, '172.16.31.10', '', '', '', '2018-12-25 19:02:13'),
(5618, '172.16.31.10', '', '', '', '2018-12-26 00:54:57'),
(5619, '172.16.58.3', '', '', '', '2018-12-26 00:54:58'),
(5620, '172.16.58.3', '', '', '', '2018-12-26 01:40:11'),
(5621, '172.16.31.10', '', '', '', '2018-12-26 01:40:12'),
(5622, '172.16.17.32', '', '', '', '2018-12-26 01:41:30'),
(5623, '172.16.17.32', '', '', '', '2018-12-26 02:04:30'),
(5624, '192.168.3.11', '', '', '', '2018-12-26 02:04:32'),
(5625, '192.168.3.11', '', '', '', '2018-12-26 02:05:07'),
(5626, '172.16.58.3', '', '', '', '2018-12-26 03:31:20'),
(5627, '192.168.127.12', '', '', '', '2018-12-26 05:25:39'),
(5628, '172.16.31.10', '', '', '', '2018-12-26 05:36:14'),
(5629, '172.16.31.10', '', '', '', '2018-12-26 05:36:15'),
(5630, '192.168.3.11', '', '', '', '2018-12-26 09:45:06'),
(5631, '172.16.58.3', '', '', '', '2018-12-26 11:30:28'),
(5632, '172.16.58.3', '', '', '', '2018-12-26 11:57:05'),
(5633, '172.16.17.32', '', '', '', '2018-12-26 12:00:58'),
(5634, '172.16.31.10', '', '', '', '2018-12-26 13:07:10'),
(5635, '192.168.127.12', '', '', '', '2018-12-26 13:13:36'),
(5636, '172.16.31.10', '', '', '', '2018-12-26 14:19:43'),
(5637, '172.16.31.10', '', '', '', '2018-12-26 14:19:43'),
(5638, '192.168.127.12', '', '', '', '2018-12-26 14:51:56'),
(5639, '172.16.31.10', '', '', '', '2018-12-26 14:51:57'),
(5640, '172.16.58.3', '', '', '', '2018-12-26 15:24:46'),
(5641, '172.16.31.10', '', '', '', '2018-12-26 15:24:46'),
(5642, '172.16.31.10', '', '', '', '2018-12-26 16:06:03'),
(5643, '172.16.31.10', '', '', '', '2018-12-26 16:06:04'),
(5644, '172.16.31.10', '', '', '', '2018-12-26 16:06:06'),
(5645, '172.16.31.10', '', '', '', '2018-12-26 16:06:07'),
(5646, '172.16.31.10', '', '', '', '2018-12-26 16:06:12'),
(5647, '172.16.31.10', '', '', '', '2018-12-26 16:06:14'),
(5648, '172.16.58.3', '', '', '', '2018-12-26 17:51:20'),
(5649, '172.16.17.32', '', '', '', '2018-12-26 17:51:21'),
(5650, '172.16.58.3', '', '', '', '2018-12-26 17:52:33'),
(5651, '172.16.17.32', '', '', '', '2018-12-26 17:52:34'),
(5652, '172.16.58.3', '', '', '', '2018-12-26 17:53:09'),
(5653, '192.168.3.11', '', '', '', '2018-12-26 18:24:45'),
(5654, '172.16.17.32', '', '', '', '2018-12-26 18:29:50'),
(5655, '172.16.58.3', '', '', '', '2018-12-26 20:18:56'),
(5656, '192.168.127.12', '', '', '', '2018-12-26 20:30:53'),
(5657, '192.168.127.12', '', '', '', '2018-12-26 20:31:07'),
(5658, '172.16.17.32', '', '', '', '2018-12-26 22:25:41'),
(5659, '172.16.58.3', '', '', '', '2018-12-26 23:03:27'),
(5660, '172.16.31.10', '', '', '', '2018-12-27 00:43:59'),
(5661, '172.16.31.10', '', '', '', '2018-12-27 00:44:50'),
(5662, '192.168.127.12', '', '', '', '2018-12-27 00:44:51'),
(5663, '192.168.3.11', '', '', '', '2018-12-27 00:51:42'),
(5664, '172.16.31.10', '', '', '', '2018-12-27 03:01:07'),
(5665, '192.168.127.12', '', '', '', '2018-12-27 07:08:50'),
(5666, '192.168.127.12', '', '', '', '2018-12-27 07:08:56'),
(5667, '172.16.31.10', '', '', '', '2018-12-27 07:18:08'),
(5668, '192.168.127.12', '', '', '', '2018-12-27 09:36:20'),
(5669, '172.16.58.3', '', '', '', '2018-12-27 10:49:36'),
(5670, '172.16.17.32', '', '', '', '2018-12-27 12:05:06'),
(5671, '192.168.3.11', '', '', '', '2018-12-27 13:07:00'),
(5672, '192.168.3.11', '', '', '', '2018-12-27 13:07:02'),
(5673, '192.168.3.11', '', '', '', '2018-12-27 13:22:58'),
(5674, '192.168.3.11', '', '', '', '2018-12-27 13:22:58'),
(5675, '192.168.3.11', '', '', '', '2018-12-27 13:42:12'),
(5676, '192.168.3.11', '', '', '', '2018-12-27 13:42:12'),
(5677, '192.168.3.11', '', '', '', '2018-12-27 13:46:51'),
(5678, '192.168.3.11', '', '', '', '2018-12-27 13:46:52'),
(5679, '172.16.58.3', '', '', '', '2018-12-27 14:23:06'),
(5680, '172.16.31.10', '', '', '', '2018-12-27 16:06:06'),
(5681, '172.16.31.10', '', '', '', '2018-12-27 16:06:08'),
(5682, '172.16.31.10', '', '', '', '2018-12-27 16:06:10'),
(5683, '172.16.31.10', '', '', '', '2018-12-27 16:06:16'),
(5684, '172.16.31.10', '', '', '', '2018-12-27 17:42:21'),
(5685, '172.16.31.10', '', '', '', '2018-12-27 17:49:54'),
(5686, '172.16.31.10', '', '', '', '2018-12-27 18:08:58'),
(5687, '192.168.127.12', '', '', '', '2018-12-27 18:08:59'),
(5688, '192.168.3.11', '', '', '', '2018-12-27 18:14:55'),
(5689, '192.168.3.11', '', '', '', '2018-12-27 18:32:10'),
(5690, '172.16.31.10', '', '', '', '2018-12-27 19:10:58'),
(5691, '172.16.31.10', '', '', '', '2018-12-27 21:34:55'),
(5692, '172.16.31.10', '', '', '', '2018-12-27 21:48:23'),
(5693, '172.16.31.10', '', '', '', '2018-12-27 22:14:19'),
(5694, '172.16.31.10', '', '', '', '2018-12-27 23:14:06'),
(5695, '192.168.127.12', '', '', '', '2018-12-28 00:52:04'),
(5696, '172.16.58.3', '', '', '', '2018-12-28 00:52:05'),
(5697, '172.16.58.3', '', '', '', '2018-12-28 00:55:27'),
(5698, '192.168.3.11', '', '', '', '2018-12-28 01:19:26'),
(5699, '172.16.31.10', '', '', '', '2018-12-28 01:19:27'),
(5700, '192.168.127.12', '', '', '', '2018-12-28 01:23:41'),
(5701, '172.16.58.3', '', '', '', '2018-12-28 01:52:52'),
(5702, '172.16.31.10', '', '', '', '2018-12-28 01:52:53'),
(5703, '192.168.3.11', '', '', '', '2018-12-28 01:53:29'),
(5704, '172.16.17.32', '', '', '', '2018-12-28 01:53:30'),
(5705, '172.16.17.32', '', '', '', '2018-12-28 01:54:05'),
(5706, '172.16.31.10', '', '', '', '2018-12-28 03:53:44'),
(5707, '172.16.17.32', '', '', '', '2018-12-28 03:57:14'),
(5708, '192.168.3.11', '', '', '', '2018-12-28 03:57:15'),
(5709, '192.168.127.12', '', '', '', '2018-12-28 04:26:26'),
(5710, '172.16.58.3', '', '', '', '2018-12-28 04:27:06'),
(5711, '172.16.58.3', '', '', '', '2018-12-28 05:06:07'),
(5712, '192.168.3.11', '', '', '', '2018-12-28 06:48:14'),
(5713, '172.16.17.32', '', '', '', '2018-12-28 07:29:05'),
(5714, '192.168.3.11', '', '', '', '2018-12-28 08:14:17'),
(5715, '192.168.3.11', '', '', '', '2018-12-28 08:14:18'),
(5716, '172.16.17.32', '', '', '', '2018-12-28 08:51:21'),
(5717, '172.16.31.10', '', '', '', '2018-12-28 10:20:29'),
(5718, '172.16.58.3', '', '', '', '2018-12-28 10:39:17'),
(5719, '172.16.58.3', '', '', '', '2018-12-28 10:39:18'),
(5720, '172.16.58.3', '', '', '', '2018-12-28 10:55:18'),
(5721, '172.16.58.3', '', '', '', '2018-12-28 10:55:19'),
(5722, '192.168.3.11', '', '', '', '2018-12-28 12:03:59'),
(5723, '172.16.17.32', '', '', '', '2018-12-28 12:29:01'),
(5724, '172.16.31.10', '', '', '', '2018-12-28 14:32:38'),
(5725, '192.168.127.12', '', '', '', '2018-12-28 14:32:39'),
(5726, '192.168.127.12', '', '', '', '2018-12-28 15:00:50'),
(5727, '192.168.127.12', '', '', '', '2018-12-28 15:00:51'),
(5728, '192.168.127.12', '', '', '', '2018-12-28 16:02:17'),
(5729, '192.168.127.12', '', '', '', '2018-12-28 16:02:20'),
(5730, '192.168.127.12', '', '', '', '2018-12-28 16:02:35'),
(5731, '172.16.58.3', '', '', '', '2018-12-28 20:11:41'),
(5732, '172.16.17.32', '', '', '', '2018-12-28 20:13:45'),
(5733, '172.16.17.32', '', '', '', '2018-12-28 21:49:40'),
(5734, '172.16.31.10', '', '', '', '2018-12-28 22:31:08'),
(5735, '172.16.31.10', '', '', '', '2018-12-28 22:31:09'),
(5736, '172.16.31.10', '', '', '', '2018-12-28 22:31:15'),
(5737, '172.16.31.10', '', '', '', '2018-12-28 22:31:16'),
(5738, '172.16.31.10', '', '', '', '2018-12-28 22:31:17'),
(5739, '172.16.31.10', '', '', '', '2018-12-28 22:31:18'),
(5740, '172.16.31.10', '', '', '', '2018-12-28 22:31:19'),
(5741, '172.16.31.10', '', '', '', '2018-12-28 22:31:54'),
(5742, '172.16.31.10', '', '', '', '2018-12-28 22:31:59'),
(5743, '172.16.31.10', '', '', '', '2018-12-28 22:32:00'),
(5744, '172.16.31.10', '', '', '', '2018-12-28 22:32:01'),
(5745, '172.16.31.10', '', '', '', '2018-12-28 22:32:03'),
(5746, '172.16.31.10', '', '', '', '2018-12-28 22:32:04'),
(5747, '192.168.3.11', '', '', '', '2018-12-28 22:56:31'),
(5748, '192.168.3.11', '', '', '', '2018-12-28 23:33:20'),
(5749, '172.16.58.3', '', '', '', '2018-12-28 23:44:44'),
(5750, '192.168.3.11', '', '', '', '2018-12-29 00:10:32'),
(5751, '192.168.3.11', '', '', '', '2018-12-29 00:16:21'),
(5752, '172.16.31.10', '', '', '', '2018-12-29 01:24:02'),
(5753, '172.16.17.32', '', '', '', '2018-12-29 02:54:48'),
(5754, '192.168.3.11', '', '', '', '2018-12-29 02:58:20'),
(5755, '172.16.31.10', '', '', '', '2018-12-29 03:06:03'),
(5756, '172.16.31.10', '', '', '', '2018-12-29 03:42:08'),
(5757, '172.16.58.3', '', '', '', '2018-12-29 03:59:52'),
(5758, '172.16.31.10', '', '', '', '2018-12-29 04:44:08'),
(5759, '172.16.58.3', '', '', '', '2018-12-29 06:24:49'),
(5760, '192.168.3.11', '', '', '', '2018-12-29 07:16:26'),
(5761, '192.168.3.11', '', '', '', '2018-12-29 07:16:26'),
(5762, '192.168.3.11', '', '', '', '2018-12-29 08:16:00'),
(5763, '172.16.31.10', '', '', '', '2018-12-29 09:41:27'),
(5764, '172.16.58.3', '', '', '', '2018-12-29 09:45:39'),
(5765, '172.16.31.10', '', '', '', '2018-12-29 11:23:45'),
(5766, '172.16.58.3', '', '', '', '2018-12-29 13:05:56'),
(5767, '192.168.127.12', '', '', '', '2018-12-29 13:35:32'),
(5768, '172.16.58.3', '', '', '', '2018-12-29 14:46:36'),
(5769, '192.168.3.11', '', '', '', '2018-12-29 15:54:26'),
(5770, '172.16.31.10', '', '', '', '2018-12-29 16:06:16'),
(5771, '172.16.31.10', '', '', '', '2018-12-29 16:06:17'),
(5772, '172.16.31.10', '', '', '', '2018-12-29 16:07:20'),
(5773, '172.16.31.10', '', '', '', '2018-12-29 16:07:22'),
(5774, '172.16.31.10', '', '', '', '2018-12-29 16:07:37'),
(5775, '172.16.31.10', '', '', '', '2018-12-29 16:25:28'),
(5776, '172.16.31.10', '', '', '', '2018-12-29 18:04:00'),
(5777, '172.16.58.3', '', '', '', '2018-12-29 19:26:17'),
(5778, '172.16.17.32', '', '', '', '2018-12-29 19:26:18'),
(5779, '172.16.58.3', '', '', '', '2018-12-29 19:27:56'),
(5780, '172.16.17.32', '', '', '', '2018-12-29 19:29:35'),
(5781, '172.16.58.3', '', '', '', '2018-12-29 19:29:36'),
(5782, '172.16.58.3', '', '', '', '2018-12-29 19:31:15'),
(5783, '192.168.127.12', '', '', '', '2018-12-29 19:31:16'),
(5784, '172.16.58.3', '', '', '', '2018-12-29 19:45:56'),
(5785, '172.16.31.10', '', '', '', '2018-12-29 20:49:04'),
(5786, '172.16.58.3', '', '', '', '2018-12-29 21:25:43'),
(5787, '172.16.31.10', '', '', '', '2018-12-29 21:30:42'),
(5788, '172.16.31.10', '', '', '', '2018-12-29 21:30:42'),
(5789, '192.168.127.12', '', '', '', '2018-12-29 21:44:25'),
(5790, '172.16.58.3', '', '', '', '2018-12-29 23:03:57'),
(5791, '172.16.31.10', '', '', '', '2018-12-29 23:06:55'),
(5792, '172.16.58.3', '', '', '', '2018-12-30 00:44:48'),
(5793, '172.16.31.10', '', '', '', '2018-12-30 01:14:39'),
(5794, '172.16.31.10', '', '', '', '2018-12-30 02:26:58'),
(5795, '192.168.127.12', '', '', '', '2018-12-30 03:27:23'),
(5796, '192.168.3.11', '', '', '', '2018-12-30 03:27:24'),
(5797, '172.16.58.3', '', '', '', '2018-12-30 04:05:11'),
(5798, '172.16.31.10', '', '', '', '2018-12-30 05:46:05'),
(5799, '172.16.58.3', '', '', '', '2018-12-30 07:03:12'),
(5800, '172.16.31.10', '', '', '', '2018-12-30 07:26:11'),
(5801, '172.16.17.32', '', '', '', '2018-12-30 08:53:13'),
(5802, '172.16.58.3', '', '', '', '2018-12-30 09:04:20'),
(5803, '172.16.17.32', '', '', '', '2018-12-30 10:06:21'),
(5804, '172.16.17.32', '', '', '', '2018-12-30 10:06:22'),
(5805, '172.16.58.3', '', '', '', '2018-12-30 10:44:52'),
(5806, '172.16.31.10', '', '', '', '2018-12-30 12:25:55'),
(5807, '172.16.58.3', '', '', '', '2018-12-30 14:05:45'),
(5808, '172.16.31.10', '', '', '', '2018-12-30 15:46:18'),
(5809, '192.168.127.12', '', '', '', '2018-12-30 16:06:34'),
(5810, '192.168.127.12', '', '', '', '2018-12-30 16:06:35'),
(5811, '192.168.127.12', '', '', '', '2018-12-30 16:06:36'),
(5812, '192.168.127.12', '', '', '', '2018-12-30 16:06:37'),
(5813, '192.168.127.12', '', '', '', '2018-12-30 16:06:39'),
(5814, '192.168.127.12', '', '', '', '2018-12-30 16:06:40'),
(5815, '192.168.127.12', '', '', '', '2018-12-30 16:06:43'),
(5816, '192.168.127.12', '', '', '', '2018-12-30 16:06:45'),
(5817, '192.168.127.12', '', '', '', '2018-12-30 16:06:46'),
(5818, '172.16.17.32', '', '', '', '2018-12-30 16:46:13'),
(5819, '172.16.31.10', '', '', '', '2018-12-30 17:27:00'),
(5820, '172.16.58.3', '', '', '', '2018-12-30 19:04:39'),
(5821, '172.16.31.10', '', '', '', '2018-12-30 20:08:42'),
(5822, '172.16.58.3', '', '', '', '2018-12-30 20:43:57'),
(5823, '192.168.3.11', '', '', '', '2018-12-30 22:11:50'),
(5824, '192.168.3.11', '', '', '', '2018-12-30 22:11:54'),
(5825, '172.16.58.3', '', '', '', '2018-12-30 22:25:05'),
(5826, '172.16.58.3', '', '', '', '2018-12-30 23:13:28'),
(5827, '172.16.58.3', '', '', '', '2018-12-30 23:13:28'),
(5828, '172.16.58.3', '', '', '', '2018-12-31 00:04:30'),
(5829, '172.16.31.10', '', '', '', '2018-12-31 01:45:09'),
(5830, '172.16.31.10', '', '', '', '2018-12-31 01:50:51'),
(5831, '172.16.31.10', '', '', '', '2018-12-31 02:37:19'),
(5832, '172.16.31.10', '', '', '', '2018-12-31 03:01:33'),
(5833, '172.16.31.10', '', '', '', '2018-12-31 03:01:34'),
(5834, '172.16.58.3', '', '', '', '2018-12-31 03:24:58'),
(5835, '192.168.127.12', '', '', '', '2018-12-31 04:18:38'),
(5836, '172.16.17.32', '', '', '', '2018-12-31 04:23:11'),
(5837, '192.168.3.11', '', '', '', '2018-12-31 04:35:51'),
(5838, '172.16.31.10', '', '', '', '2018-12-31 05:06:22'),
(5839, '172.16.31.10', '', '', '', '2018-12-31 06:45:24'),
(5840, '172.16.31.10', '', '', '', '2018-12-31 06:45:52'),
(5841, '172.16.58.3', '', '', '', '2018-12-31 07:19:59'),
(5842, '172.16.31.10', '', '', '', '2018-12-31 08:02:12'),
(5843, '172.16.58.3', '', '', '', '2018-12-31 08:25:11'),
(5844, '172.16.58.3', '', '', '', '2018-12-31 08:28:27'),
(5845, '172.16.58.3', '', '', '', '2018-12-31 08:28:28'),
(5846, '172.16.17.32', '', '', '', '2018-12-31 08:39:01'),
(5847, '172.16.17.32', '', '', '', '2018-12-31 08:39:01'),
(5848, '172.16.17.32', '', '', '', '2018-12-31 08:39:02'),
(5849, '172.16.58.3', '', '', '', '2018-12-31 10:06:46'),
(5850, '172.16.31.10', '', '', '', '2018-12-31 10:43:52'),
(5851, '172.16.17.32', '', '', '', '2018-12-31 10:45:09'),
(5852, '172.16.58.3', '', '', '', '2018-12-31 11:46:07'),
(5853, '172.16.31.10', '', '', '', '2018-12-31 13:06:55'),
(5854, '172.16.58.3', '', '', '', '2018-12-31 13:26:20'),
(5855, '172.16.58.3', '', '', '', '2018-12-31 15:05:54'),
(5856, '192.168.127.12', '', '', '', '2018-12-31 16:03:10'),
(5857, '192.168.127.12', '', '', '', '2018-12-31 16:03:12'),
(5858, '172.16.58.3', '', '', '', '2018-12-31 16:45:57'),
(5859, '172.16.58.3', '', '', '', '2018-12-31 18:25:19'),
(5860, '172.16.58.3', '', '', '', '2018-12-31 20:03:55'),
(5861, '172.16.31.10', '', '', '', '2018-12-31 20:22:17'),
(5862, '192.168.127.12', '', '', '', '2018-12-31 20:22:27'),
(5863, '192.168.127.12', '', '', '', '2018-12-31 20:22:31'),
(5864, '192.168.127.12', '', '', '', '2018-12-31 20:23:44'),
(5865, '192.168.127.12', '', '', '', '2018-12-31 20:23:47'),
(5866, '192.168.127.12', '', '', '', '2018-12-31 20:23:58'),
(5867, '192.168.127.12', '', '', '', '2018-12-31 20:24:00'),
(5868, '172.16.31.10', '', '', '', '2018-12-31 21:02:50'),
(5869, '192.168.127.12', '', '', '', '2018-12-31 21:05:08'),
(5870, '172.16.31.10', '', '', '', '2018-12-31 21:05:09'),
(5871, '192.168.127.12', '', '', '', '2018-12-31 21:25:16'),
(5872, '192.168.3.11', '', '', '', '2018-12-31 21:25:20'),
(5873, '172.16.31.10', '', '', '', '2018-12-31 21:27:14'),
(5874, '172.16.31.10', '', '', '', '2018-12-31 21:45:58'),
(5875, '172.16.17.32', '', '', '', '2018-12-31 22:06:24'),
(5876, '172.16.31.10', '', '', '', '2018-12-31 23:26:36'),
(5877, '172.16.31.10', '', '', '', '2019-01-01 00:01:14'),
(5878, '192.168.127.12', '', '', '', '2019-01-01 00:01:16'),
(5879, '172.16.58.3', '', '', '', '2019-01-01 01:06:49'),
(5880, '172.16.17.32', '', '', '', '2019-01-01 02:04:53'),
(5881, '172.16.58.3', '', '', '', '2019-01-01 02:46:57'),
(5882, '172.16.58.3', '', '', '', '2019-01-01 03:34:47'),
(5883, '172.16.31.10', '', '', '', '2019-01-01 03:55:35'),
(5884, '172.16.31.10', '', '', '', '2019-01-01 04:24:02'),
(5885, '172.16.17.32', '', '', '', '2019-01-01 05:19:35'),
(5886, '172.16.58.3', '', '', '', '2019-01-01 06:04:34'),
(5887, '172.16.31.10', '', '', '', '2019-01-01 07:44:24'),
(5888, '172.16.31.10', '', '', '', '2019-01-01 08:02:50'),
(5889, '172.16.17.32', '', '', '', '2019-01-01 08:42:52'),
(5890, '172.16.17.32', '', '', '', '2019-01-01 08:42:52'),
(5891, '172.16.58.3', '', '', '', '2019-01-01 09:25:22'),
(5892, '172.16.31.10', '', '', '', '2019-01-01 11:04:42'),
(5893, '172.16.17.32', '', '', '', '2019-01-01 12:06:36'),
(5894, '172.16.58.3', '', '', '', '2019-01-01 12:30:41'),
(5895, '172.16.58.3', '', '', '', '2019-01-01 12:45:50'),
(5896, '172.16.58.3', '', '', '', '2019-01-01 12:58:35'),
(5897, '192.168.127.12', '', '', '', '2019-01-01 14:13:24'),
(5898, '192.168.127.12', '', '', '', '2019-01-01 14:13:25'),
(5899, '192.168.127.12', '', '', '', '2019-01-01 14:13:56'),
(5900, '192.168.127.12', '', '', '', '2019-01-01 14:14:00'),
(5901, '192.168.127.12', '', '', '', '2019-01-01 14:14:03'),
(5902, '192.168.127.12', '', '', '', '2019-01-01 14:14:12'),
(5903, '192.168.127.12', '', '', '', '2019-01-01 14:14:14'),
(5904, '192.168.127.12', '', '', '', '2019-01-01 14:14:40'),
(5905, '192.168.127.12', '', '', '', '2019-01-01 14:14:49'),
(5906, '192.168.127.12', '', '', '', '2019-01-01 14:14:50'),
(5907, '192.168.127.12', '', '', '', '2019-01-01 14:14:52'),
(5908, '192.168.127.12', '', '', '', '2019-01-01 14:14:54'),
(5909, '172.16.58.3', '', '', '', '2019-01-01 14:24:14'),
(5910, '172.16.31.10', '', '', '', '2019-01-01 16:01:57'),
(5911, '172.16.31.10', '', '', '', '2019-01-01 16:01:59'),
(5912, '172.16.31.10', '', '', '', '2019-01-01 16:02:17'),
(5913, '172.16.58.3', '', '', '', '2019-01-01 16:06:14'),
(5914, '172.16.31.10', '', '', '', '2019-01-01 17:47:28'),
(5915, '172.16.58.3', '', '', '', '2019-01-01 19:20:56'),
(5916, '172.16.31.10', '', '', '', '2019-01-01 19:24:06'),
(5917, '172.16.17.32', '', '', '', '2019-01-01 19:49:46'),
(5918, '172.16.58.3', '', '', '', '2019-01-01 21:06:46'),
(5919, '192.168.3.11', '', '', '', '2019-01-01 21:53:29'),
(5920, '192.168.3.11', '', '', '', '2019-01-01 22:04:02'),
(5921, '192.168.127.12', '', '', '', '2019-01-01 22:26:17'),
(5922, '192.168.127.12', '', '', '', '2019-01-01 22:26:17'),
(5923, '192.168.127.12', '', '', '', '2019-01-01 22:40:44'),
(5924, '172.16.31.10', '', '', '', '2019-01-01 22:44:29'),
(5925, '172.16.31.10', '', '', '', '2019-01-01 22:45:17'),
(5926, '172.16.58.3', '', '', '', '2019-01-01 23:13:28'),
(5927, '172.16.17.32', '', '', '', '2019-01-01 23:13:29'),
(5928, '172.16.58.3', '', '', '', '2019-01-01 23:14:14'),
(5929, '192.168.127.12', '', '', '', '2019-01-01 23:24:07'),
(5930, '172.16.31.10', '', '', '', '2019-01-01 23:24:08'),
(5931, '172.16.58.3', '', '', '', '2019-01-01 23:40:06'),
(5932, '192.168.3.11', '', '', '', '2019-01-01 23:53:09'),
(5933, '172.16.31.10', '', '', '', '2019-01-02 00:24:55'),
(5934, '172.16.58.3', '', '', '', '2019-01-02 01:54:05'),
(5935, '172.16.31.10', '', '', '', '2019-01-02 01:54:05'),
(5936, '172.16.31.10', '', '', '', '2019-01-02 01:58:08'),
(5937, '192.168.127.12', '', '', '', '2019-01-02 05:03:45'),
(5938, '192.168.3.11', '', '', '', '2019-01-02 05:36:38'),
(5939, '172.16.31.10', '', '', '', '2019-01-02 05:56:25'),
(5940, '172.16.31.10', '', '', '', '2019-01-02 06:45:00'),
(5941, '172.16.31.10', '', '', '', '2019-01-02 06:49:28'),
(5942, '172.16.31.10', '', '', '', '2019-01-02 06:49:28'),
(5943, '192.168.127.12', '', '', '', '2019-01-02 06:58:06'),
(5944, '172.16.31.10', '', '', '', '2019-01-02 07:51:46'),
(5945, '192.168.127.12', '', '', '', '2019-01-02 07:51:47'),
(5946, '192.168.127.12', '', '', '', '2019-01-02 08:49:01'),
(5947, '192.168.127.12', '', '', '', '2019-01-02 08:54:57'),
(5948, '172.16.31.10', '', '', '', '2019-01-02 08:54:58'),
(5949, '172.16.17.32', '', '', '', '2019-01-02 09:33:16'),
(5950, '172.16.17.32', '', '', '', '2019-01-02 11:57:06'),
(5951, '192.168.127.12', '', '', '', '2019-01-02 12:29:35'),
(5952, '192.168.127.12', '', '', '', '2019-01-02 12:51:06'),
(5953, '192.168.3.11', '', '', '', '2019-01-02 16:02:14'),
(5954, '192.168.3.11', '', '', '', '2019-01-02 16:02:17'),
(5955, '192.168.3.11', '', '', '', '2019-01-02 16:02:21'),
(5956, '192.168.3.11', '', '', '', '2019-01-02 16:02:22'),
(5957, '192.168.3.11', '', '', '', '2019-01-02 16:02:33'),
(5958, '192.168.127.12', '', '', '', '2019-01-02 16:05:56'),
(5959, '192.168.127.12', '', '', '', '2019-01-02 17:24:07'),
(5960, '172.16.31.10', '', '', '', '2019-01-02 17:24:08'),
(5961, '172.16.58.3', '', '', '', '2019-01-02 18:19:41'),
(5962, '172.16.17.32', '', '', '', '2019-01-02 18:19:43'),
(5963, '172.16.17.32', '', '', '', '2019-01-02 18:20:26'),
(5964, '172.16.58.3', '', '', '', '2019-01-02 18:25:46'),
(5965, '192.168.127.12', '', '', '', '2019-01-02 18:25:47'),
(5966, '172.16.17.32', '', '', '', '2019-01-02 19:39:58'),
(5967, '172.16.31.10', '', '', '', '2019-01-03 00:14:01'),
(5968, '172.16.31.10', '', '', '', '2019-01-03 00:14:04'),
(5969, '172.16.31.10', '', '', '', '2019-01-03 00:14:06'),
(5970, '172.16.31.10', '', '', '', '2019-01-03 00:14:09'),
(5971, '172.16.31.10', '', '', '', '2019-01-03 00:14:10'),
(5972, '172.16.31.10', '', '', '', '2019-01-03 00:14:11'),
(5973, '172.16.31.10', '', '', '', '2019-01-03 00:15:08'),
(5974, '172.16.31.10', '', '', '', '2019-01-03 00:16:09'),
(5975, '172.16.31.10', '', '', '', '2019-01-03 00:16:10'),
(5976, '172.16.31.10', '', '', '', '2019-01-03 00:16:11'),
(5977, '172.16.17.32', '', '', '', '2019-01-03 01:43:16'),
(5978, '192.168.127.12', '', '', '', '2019-01-03 02:14:26'),
(5979, '172.16.31.10', '', '', '', '2019-01-03 03:12:40'),
(5980, '172.16.58.3', '', '', '', '2019-01-03 03:12:41'),
(5981, '172.16.58.3', '', '', '', '2019-01-03 05:15:15'),
(5982, '172.16.58.3', '', '', '', '2019-01-03 05:15:16'),
(5983, '172.16.17.32', '', '', '', '2019-01-03 05:52:28'),
(5984, '192.168.127.12', '', '', '', '2019-01-03 07:33:19'),
(5985, '192.168.127.12', '', '', '', '2019-01-03 07:33:20'),
(5986, '172.16.58.3', '', '', '', '2019-01-03 08:52:48'),
(5987, '172.16.58.3', '', '', '', '2019-01-03 08:52:52'),
(5988, '192.168.3.11', '', '', '', '2019-01-03 10:16:35'),
(5989, '192.168.3.11', '', '', '', '2019-01-03 10:16:39'),
(5990, '192.168.3.11', '', '', '', '2019-01-03 10:31:02'),
(5991, '192.168.3.11', '', '', '', '2019-01-03 10:31:04'),
(5992, '192.168.3.11', '', '', '', '2019-01-03 10:35:47'),
(5993, '192.168.3.11', '', '', '', '2019-01-03 10:35:49'),
(5994, '192.168.3.11', '', '', '', '2019-01-03 10:38:44'),
(5995, '192.168.3.11', '', '', '', '2019-01-03 10:38:44'),
(5996, '172.16.58.3', '', '', '', '2019-01-03 11:22:07'),
(5997, '172.16.31.10', '', '', '', '2019-01-03 11:41:03'),
(5998, '172.16.58.3', '', '', '', '2019-01-03 12:10:44'),
(5999, '192.168.127.12', '', '', '', '2019-01-03 12:49:41'),
(6000, '172.16.31.10', '', '', '', '2019-01-03 14:16:59'),
(6001, '192.168.3.11', '', '', '', '2019-01-03 15:54:53'),
(6002, '172.16.31.10', '', '', '', '2019-01-03 16:03:41'),
(6003, '172.16.31.10', '', '', '', '2019-01-03 16:03:42'),
(6004, '172.16.31.10', '', '', '', '2019-01-03 16:03:57'),
(6005, '172.16.31.10', '', '', '', '2019-01-03 16:03:58'),
(6006, '172.16.31.10', '', '', '', '2019-01-03 16:03:59'),
(6007, '192.168.127.12', '', '', '', '2019-01-03 16:10:28'),
(6008, '172.16.58.3', '', '', '', '2019-01-03 16:24:55'),
(6009, '172.16.58.3', '', '', '', '2019-01-03 16:41:53'),
(6010, '172.16.58.3', '', '', '', '2019-01-03 16:42:09'),
(6011, '192.168.3.11', '', '', '', '2019-01-03 18:17:11'),
(6012, '192.168.3.11', '', '', '', '2019-01-03 19:55:14'),
(6013, '172.16.58.3', '', '', '', '2019-01-03 20:14:36'),
(6014, '192.168.3.11', '', '', '', '2019-01-03 22:32:11'),
(6015, '192.168.3.11', '', '', '', '2019-01-04 01:12:05'),
(6016, '172.16.17.32', '', '', '', '2019-01-04 01:22:59'),
(6017, '192.168.3.11', '', '', '', '2019-01-04 01:23:00'),
(6018, '172.16.17.32', '', '', '', '2019-01-04 01:27:24'),
(6019, '172.16.31.10', '', '', '', '2019-01-04 03:08:01'),
(6020, '172.16.17.32', '', '', '', '2019-01-04 03:18:29'),
(6021, '192.168.127.12', '', '', '', '2019-01-04 06:37:50'),
(6022, '192.168.127.12', '', '', '', '2019-01-04 06:37:51'),
(6023, '172.16.58.3', '', '', '', '2019-01-04 07:03:12'),
(6024, '172.16.58.3', '', '', '', '2019-01-04 07:43:38'),
(6025, '172.16.58.3', '', '', '', '2019-01-04 07:43:39'),
(6026, '172.16.31.10', '', '', '', '2019-01-04 07:47:30'),
(6027, '192.168.3.11', '', '', '', '2019-01-04 07:47:31'),
(6028, '172.16.31.10', '', '', '', '2019-01-04 07:47:36'),
(6029, '192.168.3.11', '', '', '', '2019-01-04 08:14:37'),
(6030, '172.16.58.3', '', '', '', '2019-01-04 08:18:28'),
(6031, '192.168.3.11', '', '', '', '2019-01-04 08:32:51'),
(6032, '192.168.3.11', '', '', '', '2019-01-04 08:32:52'),
(6033, '192.168.127.12', '', '', '', '2019-01-04 09:10:59'),
(6034, '192.168.3.11', '', '', '', '2019-01-04 10:19:40'),
(6035, '172.16.17.32', '', '', '', '2019-01-04 10:20:58'),
(6036, '192.168.127.12', '', '', '', '2019-01-04 10:32:14'),
(6037, '192.168.3.11', '', '', '', '2019-01-04 11:01:37'),
(6038, '192.168.3.11', '', '', '', '2019-01-04 11:39:40'),
(6039, '192.168.127.12', '', '', '', '2019-01-04 12:51:50'),
(6040, '172.16.58.3', '', '', '', '2019-01-04 15:31:32'),
(6041, '172.16.58.3', '', '', '', '2019-01-04 15:42:24'),
(6042, '172.16.31.10', '', '', '', '2019-01-04 15:42:25'),
(6043, '192.168.3.11', '', '', '', '2019-01-04 16:03:40'),
(6044, '192.168.3.11', '', '', '', '2019-01-04 16:03:42'),
(6045, '192.168.3.11', '', '', '', '2019-01-04 16:03:49'),
(6046, '192.168.3.11', '', '', '', '2019-01-04 16:04:00'),
(6047, '192.168.3.11', '', '', '', '2019-01-04 16:04:07'),
(6048, '192.168.3.11', '', '', '', '2019-01-04 16:04:08'),
(6049, '192.168.3.11', '', '', '', '2019-01-04 16:04:15'),
(6050, '192.168.3.11', '', '', '', '2019-01-04 16:04:25');
INSERT INTO `traffic` (`id_traffic`, `ip`, `browser`, `platform`, `negara`, `waktu_akses`) VALUES
(6051, '192.168.3.11', '', '', '', '2019-01-04 16:04:27'),
(6052, '192.168.3.11', '', '', '', '2019-01-04 16:04:38'),
(6053, '192.168.3.11', '', '', '', '2019-01-04 16:04:40'),
(6054, '192.168.3.11', '', '', '', '2019-01-04 16:04:46'),
(6055, '172.16.58.3', '', '', '', '2019-01-04 16:14:11'),
(6056, '172.16.17.32', '', '', '', '2019-01-04 18:46:44'),
(6057, '172.16.17.32', '', '', '', '2019-01-04 20:05:32'),
(6058, '172.16.17.32', '', '', '', '2019-01-04 21:56:46'),
(6059, '172.16.17.32', '', '', '', '2019-01-04 23:36:35'),
(6060, '192.168.127.12', '', '', '', '2019-01-04 23:37:51'),
(6061, '192.168.127.12', '', '', '', '2019-01-04 23:37:52'),
(6062, '192.168.3.11', '', '', '', '2019-01-05 03:59:51'),
(6063, '172.16.58.3', '', '', '', '2019-01-05 06:18:23'),
(6064, '172.16.58.3', '', '', '', '2019-01-05 06:18:24'),
(6065, '172.16.17.32', '', '', '', '2019-01-05 07:48:37'),
(6066, '192.168.3.11', '', '', '', '2019-01-05 15:47:47'),
(6067, '172.16.17.32', '', '', '', '2019-01-05 15:49:17'),
(6068, '192.168.127.12', '', '', '', '2019-01-05 16:02:12'),
(6069, '192.168.127.12', '', '', '', '2019-01-05 16:02:13'),
(6070, '192.168.127.12', '', '', '', '2019-01-05 16:02:15'),
(6071, '192.168.127.12', '', '', '', '2019-01-05 16:02:27'),
(6072, '192.168.127.12', '', '', '', '2019-01-05 16:02:32'),
(6073, '192.168.3.11', '', '', '', '2019-01-05 17:43:49'),
(6074, '192.168.3.11', '', '', '', '2019-01-05 17:43:51'),
(6075, '192.168.127.12', '', '', '', '2019-01-05 17:55:15'),
(6076, '192.168.3.11', '', '', '', '2019-01-05 18:14:05'),
(6077, '192.168.3.11', '', '', '', '2019-01-05 18:14:06'),
(6078, '192.168.3.11', '', '', '', '2019-01-05 18:14:17'),
(6079, '192.168.3.11', '', '', '', '2019-01-05 18:14:19'),
(6080, '192.168.3.11', '', '', '', '2019-01-05 18:24:39'),
(6081, '192.168.3.11', '', '', '', '2019-01-05 18:24:43'),
(6082, '172.16.31.10', '', '', '', '2019-01-05 21:31:03'),
(6083, '172.16.58.3', '', '', '', '2019-01-05 23:26:00'),
(6084, '172.16.17.32', '', '', '', '2019-01-06 00:06:10'),
(6085, '172.16.58.3', '', '', '', '2019-01-06 01:04:33'),
(6086, '192.168.3.11', '', '', '', '2019-01-06 02:28:27'),
(6087, '192.168.127.12', '', '', '', '2019-01-06 11:07:52'),
(6088, '192.168.127.12', '', '', '', '2019-01-06 11:07:53'),
(6089, '172.16.31.10', '', '', '', '2019-01-06 11:50:17'),
(6090, '192.168.127.12', '', '', '', '2019-01-06 13:12:25'),
(6091, '172.16.31.10', '', '', '', '2019-01-06 13:12:25'),
(6092, '192.168.3.11', '', '', '', '2019-01-06 16:04:58'),
(6093, '192.168.3.11', '', '', '', '2019-01-06 16:05:00'),
(6094, '192.168.3.11', '', '', '', '2019-01-06 16:05:06'),
(6095, '192.168.3.11', '', '', '', '2019-01-06 16:05:13'),
(6096, '192.168.3.11', '', '', '', '2019-01-06 16:05:14'),
(6097, '192.168.3.11', '', '', '', '2019-01-06 22:40:56'),
(6098, '172.16.17.32', '', '', '', '2019-01-07 00:01:16'),
(6099, '192.168.3.11', '', '', '', '2019-01-07 00:01:18'),
(6100, '172.16.17.32', '', '', '', '2019-01-07 01:03:34'),
(6101, '172.16.17.32', '', '', '', '2019-01-07 02:52:02'),
(6102, '172.16.31.10', '', '', '', '2019-01-07 05:51:08'),
(6103, '192.168.127.12', '', '', '', '2019-01-07 06:43:57'),
(6104, '192.168.127.12', '', '', '', '2019-01-07 06:43:59'),
(6105, '192.168.127.12', '', '', '', '2019-01-07 06:44:32'),
(6106, '192.168.127.12', '', '', '', '2019-01-07 06:44:33'),
(6107, '192.168.127.12', '', '', '', '2019-01-07 06:44:34'),
(6108, '192.168.127.12', '', '', '', '2019-01-07 06:44:34'),
(6109, '192.168.127.12', '', '', '', '2019-01-07 06:44:35'),
(6110, '192.168.127.12', '', '', '', '2019-01-07 06:44:35'),
(6111, '192.168.127.12', '', '', '', '2019-01-07 06:44:36'),
(6112, '192.168.127.12', '', '', '', '2019-01-07 06:44:46'),
(6113, '172.16.58.3', '', '', '', '2019-01-07 08:27:10'),
(6114, '172.16.58.3', '', '', '', '2019-01-07 08:27:16'),
(6115, '172.16.31.10', '', '', '', '2019-01-07 10:08:56'),
(6116, '172.16.58.3', '', '', '', '2019-01-07 12:42:18'),
(6117, '172.16.58.3', '', '', '', '2019-01-07 12:42:22'),
(6118, '172.16.58.3', '', '', '', '2019-01-07 13:02:26'),
(6119, '192.168.127.12', '', '', '', '2019-01-07 13:36:12'),
(6120, '192.168.3.11', '', '', '', '2019-01-07 15:36:10'),
(6121, '172.16.31.10', '', '', '', '2019-01-07 16:02:33'),
(6122, '172.16.31.10', '', '', '', '2019-01-07 16:02:37'),
(6123, '192.168.3.11', '', '', '', '2019-01-07 16:17:00'),
(6124, '192.168.3.11', '', '', '', '2019-01-07 16:17:15'),
(6125, '192.168.3.11', '', '', '', '2019-01-07 16:19:09'),
(6126, '192.168.127.12', '', '', '', '2019-01-07 16:34:48'),
(6127, '172.16.31.10', '', '', '', '2019-01-07 17:06:51'),
(6128, '172.16.17.32', '', '', '', '2019-01-07 18:02:51'),
(6129, '192.168.3.11', '', '', '', '2019-01-07 20:14:23'),
(6130, '192.168.3.11', '', '', '', '2019-01-07 20:14:23'),
(6131, '192.168.3.11', '', '', '', '2019-01-07 20:14:30'),
(6132, '192.168.3.11', '', '', '', '2019-01-07 20:14:31'),
(6133, '172.16.58.3', '', '', '', '2019-01-07 21:06:00'),
(6134, '172.16.58.3', '', '', '', '2019-01-07 21:35:26'),
(6135, '172.16.58.3', '', '', '', '2019-01-07 21:35:26'),
(6136, '192.168.127.12', '', '', '', '2019-01-07 23:39:37'),
(6137, '192.168.127.12', '', '', '', '2019-01-07 23:39:38'),
(6138, '192.168.127.12', '', '', '', '2019-01-08 00:46:57'),
(6139, '192.168.127.12', '', '', '', '2019-01-08 00:46:57'),
(6140, '172.16.17.32', '', '', '', '2019-01-08 01:31:47'),
(6141, '172.16.17.32', '', '', '', '2019-01-08 01:31:48'),
(6142, '172.16.17.32', '', '', '', '2019-01-08 01:35:52'),
(6143, '172.16.17.32', '', '', '', '2019-01-08 01:35:53'),
(6144, '172.16.17.32', '', '', '', '2019-01-08 02:03:24'),
(6145, '172.16.58.3', '', '', '', '2019-01-08 03:29:18'),
(6146, '172.16.17.32', '', '', '', '2019-01-08 03:52:49'),
(6147, '172.16.17.32', '', '', '', '2019-01-08 03:52:50'),
(6148, '192.168.127.12', '', '', '', '2019-01-08 03:55:23'),
(6149, '172.16.58.3', '', '', '', '2019-01-08 04:25:03'),
(6150, '172.16.58.3', '', '', '', '2019-01-08 04:25:07'),
(6151, '172.16.17.32', '', '', '', '2019-01-08 04:40:51'),
(6152, '172.16.17.32', '', '', '', '2019-01-08 05:21:20'),
(6153, '172.16.31.10', '', '', '', '2019-01-08 06:00:16'),
(6154, '172.16.58.3', '', '', '', '2019-01-08 06:47:06'),
(6155, '192.168.127.12', '', '', '', '2019-01-08 06:51:37'),
(6156, '172.16.17.32', '', '', '', '2019-01-08 06:52:44'),
(6157, '192.168.127.12', '', '', '', '2019-01-08 07:12:31'),
(6158, '192.168.127.12', '', '', '', '2019-01-08 07:12:34'),
(6159, '172.16.31.10', '', '', '', '2019-01-08 07:17:18'),
(6160, '172.16.17.32', '', '', '', '2019-01-08 07:50:40'),
(6161, '172.16.58.3', '', '', '', '2019-01-08 09:48:27'),
(6162, '172.16.58.3', '', '', '', '2019-01-08 09:48:28'),
(6163, '192.168.3.11', '', '', '', '2019-01-08 09:49:54'),
(6164, '172.16.58.3', '', '', '', '2019-01-08 10:14:25'),
(6165, '172.16.17.32', '', '', '', '2019-01-08 10:17:00'),
(6166, '172.16.17.32', '', '', '', '2019-01-08 10:17:01'),
(6167, '172.16.58.3', '', '', '', '2019-01-08 10:45:56'),
(6168, '172.16.58.3', '', '', '', '2019-01-08 10:46:00'),
(6169, '172.16.31.10', '', '', '', '2019-01-08 11:40:31'),
(6170, '172.16.31.10', '', '', '', '2019-01-08 12:09:03'),
(6171, '172.16.58.3', '', '', '', '2019-01-08 12:18:10'),
(6172, '192.168.127.12', '', '', '', '2019-01-08 14:58:29'),
(6173, '172.16.17.32', '', '', '', '2019-01-08 15:33:09'),
(6174, '192.168.3.11', '', '', '', '2019-01-08 15:48:49'),
(6175, '192.168.3.11', '', '', '', '2019-01-08 16:01:32'),
(6176, '192.168.3.11', '', '', '', '2019-01-08 16:01:34'),
(6177, '192.168.3.11', '', '', '', '2019-01-08 16:01:42'),
(6178, '192.168.3.11', '', '', '', '2019-01-08 16:01:46'),
(6179, '192.168.3.11', '', '', '', '2019-01-08 16:01:47'),
(6180, '172.16.58.3', '', '', '', '2019-01-08 16:01:57'),
(6181, '172.16.58.3', '', '', '', '2019-01-08 16:02:01'),
(6182, '192.168.3.11', '', '', '', '2019-01-08 20:25:06'),
(6183, '172.16.58.3', '', '', '', '2019-01-08 20:59:51'),
(6184, '172.16.58.3', '', '', '', '2019-01-08 20:59:51'),
(6185, '172.16.17.32', '', '', '', '2019-01-08 21:00:49'),
(6186, '172.16.17.32', '', '', '', '2019-01-08 22:26:33'),
(6187, '172.16.58.3', '', '', '', '2019-01-08 23:24:11'),
(6188, '172.16.58.3', '', '', '', '2019-01-08 23:24:15'),
(6189, '192.168.3.11', '', '', '', '2019-01-09 03:21:54'),
(6190, '172.16.31.10', '', '', '', '2019-01-09 03:21:55'),
(6191, '172.16.17.32', '', '', '', '2019-01-09 04:07:18'),
(6192, '172.16.17.32', '', '', '', '2019-01-09 04:07:19'),
(6193, '172.16.17.32', '', '', '', '2019-01-09 05:42:38'),
(6194, '192.168.127.12', '', '', '', '2019-01-09 07:19:01'),
(6195, '192.168.127.12', '', '', '', '2019-01-09 07:19:02'),
(6196, '192.168.127.12', '', '', '', '2019-01-09 07:26:09'),
(6197, '172.16.17.32', '', '', '', '2019-01-09 07:26:11'),
(6198, '192.168.127.12', '', '', '', '2019-01-09 07:46:22'),
(6199, '192.168.127.12', '', '', '', '2019-01-09 07:46:22'),
(6200, '192.168.127.12', '', '', '', '2019-01-09 09:22:32'),
(6201, '172.16.58.3', '', '', '', '2019-01-09 09:58:42'),
(6202, '172.16.58.3', '', '', '', '2019-01-09 09:58:47'),
(6203, '192.168.127.12', '', '', '', '2019-01-09 09:58:57'),
(6204, '172.16.58.3', '', '', '', '2019-01-09 10:17:41'),
(6205, '192.168.3.11', '', '', '', '2019-01-09 11:32:56'),
(6206, '172.16.58.3', '', '', '', '2019-01-09 12:26:34'),
(6207, '172.16.17.32', '', '', '', '2019-01-09 12:46:37'),
(6208, '192.168.127.12', '', '', '', '2019-01-09 12:46:44'),
(6209, '172.16.31.10', '', '', '', '2019-01-09 13:20:54'),
(6210, '172.16.31.10', '', '', '', '2019-01-09 16:03:25'),
(6211, '172.16.31.10', '', '', '', '2019-01-09 16:03:26'),
(6212, '172.16.31.10', '', '', '', '2019-01-09 16:03:40'),
(6213, '172.16.31.10', '', '', '', '2019-01-09 16:03:43'),
(6214, '192.168.127.12', '', '', '', '2019-01-09 17:39:44'),
(6215, '192.168.3.11', '', '', '', '2019-01-09 17:41:46'),
(6216, '192.168.3.11', '', '', '', '2019-01-09 19:18:22'),
(6217, '172.16.17.32', '', '', '', '2019-01-09 19:18:23'),
(6218, '192.168.3.11', '', '', '', '2019-01-09 23:30:45'),
(6219, '192.168.3.11', '', '', '', '2019-01-09 23:30:45'),
(6220, '172.16.31.10', '', '', '', '2019-01-09 23:33:20'),
(6221, '192.168.3.11', '', '', '', '2019-01-09 23:49:06'),
(6222, '192.168.3.11', '', '', '', '2019-01-09 23:49:06'),
(6223, '192.168.3.11', '', '', '', '2019-01-10 00:00:32'),
(6224, '192.168.3.11', '', '', '', '2019-01-10 00:00:36'),
(6225, '192.168.3.11', '', '', '', '2019-01-10 00:02:09'),
(6226, '192.168.3.11', '', '', '', '2019-01-10 00:02:09'),
(6227, '172.16.31.10', '', '', '', '2019-01-10 01:55:50'),
(6228, '172.16.31.10', '', '', '', '2019-01-10 06:10:23'),
(6229, '172.16.31.10', '', '', '', '2019-01-10 06:11:10'),
(6230, '172.16.58.3', '', '', '', '2019-01-10 07:11:37'),
(6231, '172.16.58.3', '', '', '', '2019-01-10 07:41:17'),
(6232, '192.168.127.12', '', '', '', '2019-01-10 07:41:36'),
(6233, '172.16.31.10', '', '', '', '2019-01-10 07:42:49'),
(6234, '192.168.3.11', '', '', '', '2019-01-10 07:43:07'),
(6235, '192.168.127.12', '', '', '', '2019-01-10 07:51:15'),
(6236, '192.168.127.12', '', '', '', '2019-01-10 07:51:16'),
(6237, '192.168.3.11', '', '', '', '2019-01-10 08:12:37'),
(6238, '192.168.3.11', '', '', '', '2019-01-10 08:17:35'),
(6239, '192.168.127.12', '', '', '', '2019-01-10 08:31:16'),
(6240, '192.168.3.11', '', '', '', '2019-01-10 08:40:02'),
(6241, '172.16.58.3', '', '', '', '2019-01-10 08:49:10'),
(6242, '192.168.127.12', '', '', '', '2019-01-10 11:22:47'),
(6243, '172.16.31.10', '', '', '', '2019-01-10 11:29:52'),
(6244, '192.168.127.12', '', '', '', '2019-01-10 12:38:55'),
(6245, '172.16.58.3', '', '', '', '2019-01-10 13:40:14'),
(6246, '172.16.58.3', '', '', '', '2019-01-10 13:40:16'),
(6247, '172.16.58.3', '', '', '', '2019-01-10 13:40:57'),
(6248, '172.16.17.32', '', '', '', '2019-01-10 14:40:26'),
(6249, '192.168.127.12', '', '', '', '2019-01-10 16:03:27'),
(6250, '192.168.127.12', '', '', '', '2019-01-10 16:03:30'),
(6251, '192.168.127.12', '', '', '', '2019-01-10 16:03:32'),
(6252, '192.168.127.12', '', '', '', '2019-01-10 16:03:33'),
(6253, '192.168.127.12', '', '', '', '2019-01-10 16:03:39'),
(6254, '172.16.31.10', '', '', '', '2019-01-10 16:18:07'),
(6255, '172.16.58.3', '', '', '', '2019-01-10 18:12:50'),
(6256, '172.16.31.10', '', '', '', '2019-01-10 18:33:29'),
(6257, '172.16.31.10', '', '', '', '2019-01-10 19:09:32'),
(6258, '172.16.58.3', '', '', '', '2019-01-10 20:00:33'),
(6259, '192.168.3.11', '', '', '', '2019-01-10 20:42:42'),
(6260, '172.16.58.3', '', '', '', '2019-01-10 21:32:46'),
(6261, '192.168.3.11', '', '', '', '2019-01-10 22:26:41'),
(6262, '192.168.3.11', '', '', '', '2019-01-10 22:27:46'),
(6263, '172.16.58.3', '', '', '', '2019-01-10 23:08:50'),
(6264, '192.168.3.11', '', '', '', '2019-01-11 00:52:15'),
(6265, '172.16.17.32', '', '', '', '2019-01-11 03:20:08'),
(6266, '172.16.17.32', '', '', '', '2019-01-11 03:20:10'),
(6267, '172.16.17.32', '', '', '', '2019-01-11 03:20:11'),
(6268, '172.16.58.3', '', '', '', '2019-01-11 04:15:16'),
(6269, '172.16.58.3', '', '', '', '2019-01-11 04:15:19'),
(6270, '172.16.31.10', '', '', '', '2019-01-11 05:11:32'),
(6271, '172.16.58.3', '', '', '', '2019-01-11 05:30:42'),
(6272, '172.16.17.32', '', '', '', '2019-01-11 08:24:39'),
(6273, '172.16.31.10', '', '', '', '2019-01-11 08:51:12'),
(6274, '172.16.31.10', '', '', '', '2019-01-11 08:51:13'),
(6275, '172.16.31.10', '', '', '', '2019-01-11 11:52:08'),
(6276, '172.16.17.32', '', '', '', '2019-01-11 14:02:28'),
(6277, '172.16.17.32', '', '', '', '2019-01-11 15:11:13'),
(6278, '172.16.31.10', '', '', '', '2019-01-11 16:01:48'),
(6279, '172.16.31.10', '', '', '', '2019-01-11 16:01:51'),
(6280, '172.16.31.10', '', '', '', '2019-01-11 16:01:52'),
(6281, '172.16.31.10', '', '', '', '2019-01-11 16:01:55'),
(6282, '172.16.31.10', '', '', '', '2019-01-11 16:01:56'),
(6283, '172.16.31.10', '', '', '', '2019-01-11 16:02:00'),
(6284, '192.168.127.12', '', '', '', '2019-01-11 21:42:48'),
(6285, '172.16.58.3', '', '', '', '2019-01-11 22:05:24'),
(6286, '192.168.127.12', '', '', '', '2019-01-11 22:29:23'),
(6287, '172.16.31.10', '', '', '', '2019-01-12 03:25:30'),
(6288, '172.16.58.3', '', '', '', '2019-01-12 04:17:39'),
(6289, '172.16.31.10', '', '', '', '2019-01-12 04:17:40'),
(6290, '172.16.58.3', '', '', '', '2019-01-12 05:48:31'),
(6291, '192.168.127.12', '', '', '', '2019-01-12 06:23:33'),
(6292, '192.168.127.12', '', '', '', '2019-01-12 06:23:34'),
(6293, '172.16.58.3', '', '', '', '2019-01-12 07:31:54'),
(6294, '172.16.31.10', '', '', '', '2019-01-12 08:00:19'),
(6295, '192.168.3.11', '', '', '', '2019-01-12 08:12:22'),
(6296, '172.16.17.32', '', '', '', '2019-01-12 08:12:24'),
(6297, '172.16.31.10', '', '', '', '2019-01-12 09:11:29'),
(6298, '172.16.58.3', '', '', '', '2019-01-12 10:53:10'),
(6299, '172.16.31.10', '', '', '', '2019-01-12 11:09:27'),
(6300, '172.16.31.10', '', '', '', '2019-01-12 12:32:01'),
(6301, '172.16.31.10', '', '', '', '2019-01-12 14:10:30'),
(6302, '192.168.127.12', '', '', '', '2019-01-12 15:45:16'),
(6303, '172.16.31.10', '', '', '', '2019-01-12 15:51:18'),
(6304, '192.168.3.11', '', '', '', '2019-01-12 16:06:16'),
(6305, '192.168.3.11', '', '', '', '2019-01-12 16:06:17'),
(6306, '192.168.3.11', '', '', '', '2019-01-12 16:06:26'),
(6307, '192.168.3.11', '', '', '', '2019-01-12 16:06:33'),
(6308, '172.16.17.32', '', '', '', '2019-01-12 19:14:07'),
(6309, '172.16.58.3', '', '', '', '2019-01-12 19:33:06'),
(6310, '172.16.58.3', '', '', '', '2019-01-12 19:33:07'),
(6311, '192.168.127.12', '', '', '', '2019-01-12 20:20:49'),
(6312, '192.168.3.11', '', '', '', '2019-01-13 01:09:08'),
(6313, '172.16.17.32', '', '', '', '2019-01-13 01:29:41'),
(6314, '192.168.127.12', '', '', '', '2019-01-13 01:31:15'),
(6315, '172.16.58.3', '', '', '', '2019-01-13 01:46:54'),
(6316, '192.168.3.11', '', '', '', '2019-01-13 02:41:38'),
(6317, '172.16.17.32', '', '', '', '2019-01-13 03:12:58'),
(6318, '172.16.17.32', '', '', '', '2019-01-13 03:13:13'),
(6319, '172.16.31.10', '', '', '', '2019-01-13 04:07:17'),
(6320, '192.168.127.12', '', '', '', '2019-01-13 04:53:21'),
(6321, '172.16.58.3', '', '', '', '2019-01-13 06:30:11'),
(6322, '172.16.58.3', '', '', '', '2019-01-13 06:30:13'),
(6323, '172.16.58.3', '', '', '', '2019-01-13 06:42:50'),
(6324, '172.16.58.3', '', '', '', '2019-01-13 06:42:50'),
(6325, '172.16.58.3', '', '', '', '2019-01-13 08:35:57'),
(6326, '172.16.31.10', '', '', '', '2019-01-13 10:18:00'),
(6327, '172.16.31.10', '', '', '', '2019-01-13 11:58:19'),
(6328, '192.168.3.11', '', '', '', '2019-01-13 13:32:39'),
(6329, '172.16.58.3', '', '', '', '2019-01-13 13:36:54'),
(6330, '172.16.58.3', '', '', '', '2019-01-13 15:17:00'),
(6331, '172.16.31.10', '', '', '', '2019-01-13 16:02:35'),
(6332, '172.16.31.10', '', '', '', '2019-01-13 16:02:37'),
(6333, '172.16.31.10', '', '', '', '2019-01-13 16:02:43'),
(6334, '192.168.127.12', '', '', '', '2019-01-13 16:57:36'),
(6335, '192.168.3.11', '', '', '', '2019-01-13 19:54:41'),
(6336, '172.16.31.10', '', '', '', '2019-01-14 00:14:54'),
(6337, '172.16.58.3', '', '', '', '2019-01-14 00:14:55'),
(6338, '192.168.3.11', '', '', '', '2019-01-14 00:15:36'),
(6339, '192.168.3.11', '', '', '', '2019-01-14 01:14:25'),
(6340, '172.16.17.32', '', '', '', '2019-01-14 01:14:26'),
(6341, '172.16.17.32', '', '', '', '2019-01-14 01:20:29'),
(6342, '192.168.3.11', '', '', '', '2019-01-14 06:32:51'),
(6343, '192.168.3.11', '', '', '', '2019-01-14 06:32:52'),
(6344, '172.16.31.10', '', '', '', '2019-01-14 07:30:01'),
(6345, '172.16.31.10', '', '', '', '2019-01-14 07:30:02'),
(6346, '172.16.31.10', '', '', '', '2019-01-14 09:54:34'),
(6347, '192.168.3.11', '', '', '', '2019-01-14 13:42:47'),
(6348, '192.168.3.11', '', '', '', '2019-01-14 13:42:48'),
(6349, '192.168.3.11', '', '', '', '2019-01-14 16:01:38'),
(6350, '192.168.3.11', '', '', '', '2019-01-14 16:01:40'),
(6351, '192.168.3.11', '', '', '', '2019-01-14 16:01:50'),
(6352, '192.168.3.11', '', '', '', '2019-01-14 16:01:52'),
(6353, '172.16.58.3', '', '', '', '2019-01-14 16:09:21'),
(6354, '172.16.58.3', '', '', '', '2019-01-14 16:09:22'),
(6355, '172.16.17.32', '', '', '', '2019-01-14 17:21:57'),
(6356, '172.16.17.32', '', '', '', '2019-01-14 19:21:50'),
(6357, '172.16.58.3', '', '', '', '2019-01-14 22:25:50'),
(6358, '172.16.58.3', '', '', '', '2019-01-14 22:25:52'),
(6359, '172.16.58.3', '', '', '', '2019-01-14 22:35:20'),
(6360, '192.168.127.12', '', '', '', '2019-01-15 00:29:08'),
(6361, '192.168.3.11', '', '', '', '2019-01-15 00:29:10'),
(6362, '192.168.3.11', '', '', '', '2019-01-15 00:31:35'),
(6363, '172.16.58.3', '', '', '', '2019-01-15 00:32:55'),
(6364, '172.16.58.3', '', '', '', '2019-01-15 02:48:30'),
(6365, '172.16.31.10', '', '', '', '2019-01-15 02:48:45'),
(6366, '172.16.17.32', '', '', '', '2019-01-15 03:14:33'),
(6367, '172.16.58.3', '', '', '', '2019-01-15 04:06:32'),
(6368, '172.16.31.10', '', '', '', '2019-01-15 06:10:32'),
(6369, '192.168.127.12', '', '', '', '2019-01-15 08:54:34'),
(6370, '192.168.127.12', '', '', '', '2019-01-15 08:54:36'),
(6371, '172.16.31.10', '', '', '', '2019-01-15 10:02:00'),
(6372, '172.16.31.10', '', '', '', '2019-01-15 15:09:47'),
(6373, '172.16.31.10', '', '', '', '2019-01-15 15:09:48'),
(6374, '172.16.31.10', '', '', '', '2019-01-15 15:09:49'),
(6375, '172.16.31.10', '', '', '', '2019-01-15 15:09:50'),
(6376, '172.16.31.10', '', '', '', '2019-01-15 15:09:52'),
(6377, '172.16.31.10', '', '', '', '2019-01-15 15:09:53'),
(6378, '172.16.31.10', '', '', '', '2019-01-15 15:10:01'),
(6379, '172.16.31.10', '', '', '', '2019-01-15 15:10:04'),
(6380, '172.16.31.10', '', '', '', '2019-01-15 15:10:10'),
(6381, '172.16.31.10', '', '', '', '2019-01-15 15:10:12'),
(6382, '172.16.31.10', '', '', '', '2019-01-15 15:10:13'),
(6383, '172.16.31.10', '', '', '', '2019-01-15 15:10:15'),
(6384, '172.16.31.10', '', '', '', '2019-01-15 15:10:16'),
(6385, '172.16.31.10', '', '', '', '2019-01-15 15:10:17'),
(6386, '172.16.31.10', '', '', '', '2019-01-15 15:10:18'),
(6387, '172.16.31.10', '', '', '', '2019-01-15 15:10:20'),
(6388, '172.16.31.10', '', '', '', '2019-01-15 15:10:21'),
(6389, '172.16.31.10', '', '', '', '2019-01-15 15:10:22'),
(6390, '172.16.31.10', '', '', '', '2019-01-15 15:10:23'),
(6391, '192.168.127.12', '', '', '', '2019-01-15 15:11:12'),
(6392, '192.168.127.12', '', '', '', '2019-01-15 15:11:13'),
(6393, '192.168.127.12', '', '', '', '2019-01-15 15:11:16'),
(6394, '192.168.127.12', '', '', '', '2019-01-15 15:11:17'),
(6395, '192.168.127.12', '', '', '', '2019-01-15 15:11:19'),
(6396, '192.168.127.12', '', '', '', '2019-01-15 15:11:20'),
(6397, '192.168.127.12', '', '', '', '2019-01-15 15:11:21'),
(6398, '192.168.127.12', '', '', '', '2019-01-15 15:11:21'),
(6399, '192.168.127.12', '', '', '', '2019-01-15 15:11:22'),
(6400, '192.168.127.12', '', '', '', '2019-01-15 15:11:24'),
(6401, '192.168.127.12', '', '', '', '2019-01-15 15:11:25'),
(6402, '192.168.127.12', '', '', '', '2019-01-15 15:11:26'),
(6403, '192.168.127.12', '', '', '', '2019-01-15 15:11:27'),
(6404, '192.168.127.12', '', '', '', '2019-01-15 15:11:28'),
(6405, '192.168.127.12', '', '', '', '2019-01-15 15:11:28'),
(6406, '192.168.127.12', '', '', '', '2019-01-15 15:11:29'),
(6407, '192.168.127.12', '', '', '', '2019-01-15 15:11:30'),
(6408, '192.168.127.12', '', '', '', '2019-01-15 15:11:31'),
(6409, '192.168.127.12', '', '', '', '2019-01-15 15:11:32'),
(6410, '192.168.3.11', '', '', '', '2019-01-15 16:02:51'),
(6411, '192.168.3.11', '', '', '', '2019-01-15 16:02:55'),
(6412, '192.168.3.11', '', '', '', '2019-01-15 16:02:57'),
(6413, '192.168.3.11', '', '', '', '2019-01-15 16:03:00'),
(6414, '192.168.3.11', '', '', '', '2019-01-15 16:03:06'),
(6415, '192.168.127.12', '', '', '', '2019-01-15 17:09:03'),
(6416, '172.16.31.10', '', '', '', '2019-01-15 17:09:04'),
(6417, '172.16.31.10', '', '', '', '2019-01-15 17:56:52'),
(6418, '172.16.58.3', '', '', '', '2019-01-15 23:58:44'),
(6419, '172.16.58.3', '', '', '', '2019-01-15 23:58:45'),
(6420, '172.16.58.3', '', '', '', '2019-01-15 23:58:47'),
(6421, '172.16.58.3', '', '', '', '2019-01-15 23:58:48'),
(6422, '172.16.58.3', '', '', '', '2019-01-15 23:58:50'),
(6423, '172.16.58.3', '', '', '', '2019-01-15 23:58:52'),
(6424, '172.16.58.3', '', '', '', '2019-01-15 23:58:58'),
(6425, '172.16.58.3', '', '', '', '2019-01-15 23:59:00'),
(6426, '172.16.58.3', '', '', '', '2019-01-15 23:59:01'),
(6427, '172.16.58.3', '', '', '', '2019-01-15 23:59:02'),
(6428, '172.16.58.3', '', '', '', '2019-01-15 23:59:03'),
(6429, '172.16.58.3', '', '', '', '2019-01-15 23:59:04'),
(6430, '172.16.58.3', '', '', '', '2019-01-15 23:59:05'),
(6431, '172.16.58.3', '', '', '', '2019-01-15 23:59:06'),
(6432, '172.16.58.3', '', '', '', '2019-01-15 23:59:12'),
(6433, '172.16.58.3', '', '', '', '2019-01-15 23:59:14'),
(6434, '172.16.58.3', '', '', '', '2019-01-15 23:59:15'),
(6435, '172.16.58.3', '', '', '', '2019-01-15 23:59:17'),
(6436, '172.16.58.3', '', '', '', '2019-01-15 23:59:19'),
(6437, '172.16.31.10', '', '', '', '2019-01-16 00:11:00'),
(6438, '172.16.58.3', '', '', '', '2019-01-16 00:41:56'),
(6439, '172.16.17.32', '', '', '', '2019-01-16 02:47:04'),
(6440, '172.16.58.3', '', '', '', '2019-01-16 05:28:39'),
(6441, '192.168.3.11', '', '', '', '2019-01-16 06:23:51'),
(6442, '192.168.3.11', '', '', '', '2019-01-16 08:15:55'),
(6443, '192.168.3.11', '', '', '', '2019-01-16 08:50:40'),
(6444, '192.168.3.11', '', '', '', '2019-01-16 08:50:43'),
(6445, '172.16.31.10', '', '', '', '2019-01-16 09:35:39'),
(6446, '172.16.58.3', '', '', '', '2019-01-16 09:49:55'),
(6447, '172.16.17.32', '', '', '', '2019-01-16 10:04:15'),
(6448, '172.16.17.32', '', '', '', '2019-01-16 10:04:15'),
(6449, '172.16.17.32', '', '', '', '2019-01-16 10:05:20'),
(6450, '172.16.17.32', '', '', '', '2019-01-16 10:05:20'),
(6451, '172.16.17.32', '', '', '', '2019-01-16 13:50:55'),
(6452, '172.16.17.32', '', '', '', '2019-01-16 14:06:34'),
(6453, '192.168.127.12', '', '', '', '2019-01-16 14:47:42'),
(6454, '192.168.127.12', '', '', '', '2019-01-16 14:47:42'),
(6455, '172.16.58.3', '', '', '', '2019-01-16 15:41:06'),
(6456, '172.16.58.3', '', '', '', '2019-01-16 15:41:09'),
(6457, '172.16.58.3', '', '', '', '2019-01-16 15:41:10'),
(6458, '172.16.58.3', '', '', '', '2019-01-16 15:41:11'),
(6459, '172.16.58.3', '', '', '', '2019-01-16 15:41:17'),
(6460, '172.16.58.3', '', '', '', '2019-01-16 15:41:20'),
(6461, '172.16.58.3', '', '', '', '2019-01-16 15:41:25'),
(6462, '172.16.58.3', '', '', '', '2019-01-16 15:41:26'),
(6463, '172.16.17.32', '', '', '', '2019-01-16 16:00:49'),
(6464, '172.16.58.3', '', '', '', '2019-01-16 16:00:50'),
(6465, '192.168.127.12', '', '', '', '2019-01-16 16:02:57'),
(6466, '192.168.127.12', '', '', '', '2019-01-16 16:02:59'),
(6467, '192.168.127.12', '', '', '', '2019-01-16 16:03:00'),
(6468, '192.168.127.12', '', '', '', '2019-01-16 16:03:02'),
(6469, '192.168.127.12', '', '', '', '2019-01-16 16:03:08'),
(6470, '192.168.127.12', '', '', '', '2019-01-16 16:03:12'),
(6471, '192.168.127.12', '', '', '', '2019-01-16 16:03:14'),
(6472, '172.16.31.10', '', '', '', '2019-01-16 16:40:35'),
(6473, '172.16.17.32', '', '', '', '2019-01-16 18:06:21'),
(6474, '172.16.31.10', '', '', '', '2019-01-16 18:29:23'),
(6475, '172.16.31.10', '', '', '', '2019-01-16 19:10:13'),
(6476, '172.16.31.10', '', '', '', '2019-01-16 19:10:16'),
(6477, '192.168.127.12', '', '', '', '2019-01-16 19:39:03'),
(6478, '172.16.17.32', '', '', '', '2019-01-16 19:39:44'),
(6479, '172.16.17.32', '', '', '', '2019-01-16 19:39:55'),
(6480, '172.16.17.32', '', '', '', '2019-01-16 19:48:00'),
(6481, '172.16.17.32', '', '', '', '2019-01-16 19:48:04'),
(6482, '172.16.31.10', '', '', '', '2019-01-16 20:34:28'),
(6483, '192.168.3.11', '', '', '', '2019-01-16 21:05:08'),
(6484, '192.168.3.11', '', '', '', '2019-01-16 21:17:18'),
(6485, '172.16.17.32', '', '', '', '2019-01-16 21:36:27'),
(6486, '192.168.3.11', '', '', '', '2019-01-16 21:39:32'),
(6487, '192.168.3.11', '', '', '', '2019-01-16 21:39:37'),
(6488, '192.168.127.12', '', '', '', '2019-01-16 21:39:44'),
(6489, '192.168.127.12', '', '', '', '2019-01-16 22:41:25'),
(6490, '172.16.58.3', '', '', '', '2019-01-16 23:56:08'),
(6491, '172.16.58.3', '', '', '', '2019-01-17 00:44:52'),
(6492, '172.16.58.3', '', '', '', '2019-01-17 00:44:55'),
(6493, '172.16.31.10', '', '', '', '2019-01-17 01:01:38'),
(6494, '172.16.31.10', '', '', '', '2019-01-17 02:24:58'),
(6495, '172.16.31.10', '', '', '', '2019-01-17 02:28:17'),
(6496, '172.16.17.32', '', '', '', '2019-01-17 03:53:06'),
(6497, '172.16.17.32', '', '', '', '2019-01-17 03:54:19'),
(6498, '172.16.31.10', '', '', '', '2019-01-17 04:13:07'),
(6499, '172.16.31.10', '', '', '', '2019-01-17 05:37:50'),
(6500, '192.168.127.12', '', '', '', '2019-01-17 06:25:20'),
(6501, '172.16.31.10', '', '', '', '2019-01-17 07:18:24'),
(6502, '172.16.58.3', '', '', '', '2019-01-17 09:06:38'),
(6503, '172.16.58.3', '', '', '', '2019-01-17 09:06:44'),
(6504, '172.16.17.32', '', '', '', '2019-01-17 10:16:27'),
(6505, '172.16.17.32', '', '', '', '2019-01-17 10:16:29'),
(6506, '172.16.17.32', '', '', '', '2019-01-17 10:17:02'),
(6507, '172.16.17.32', '', '', '', '2019-01-17 10:41:23'),
(6508, '172.16.17.32', '', '', '', '2019-01-17 10:41:28'),
(6509, '172.16.17.32', '', '', '', '2019-01-17 10:41:30'),
(6510, '172.16.17.32', '', '', '', '2019-01-17 10:41:31'),
(6511, '172.16.17.32', '', '', '', '2019-01-17 11:12:33'),
(6512, '172.16.58.3', '', '', '', '2019-01-17 12:26:41'),
(6513, '172.16.31.10', '', '', '', '2019-01-17 13:13:59'),
(6514, '172.16.17.32', '', '', '', '2019-01-17 13:21:51'),
(6515, '172.16.58.3', '', '', '', '2019-01-17 13:46:48'),
(6516, '192.168.127.12', '', '', '', '2019-01-17 15:16:38'),
(6517, '192.168.127.12', '', '', '', '2019-01-17 15:16:39'),
(6518, '172.16.31.10', '', '', '', '2019-01-17 15:59:25'),
(6519, '192.168.3.11', '', '', '', '2019-01-17 16:00:43'),
(6520, '192.168.3.11', '', '', '', '2019-01-17 16:00:45'),
(6521, '192.168.3.11', '', '', '', '2019-01-17 16:00:47'),
(6522, '192.168.3.11', '', '', '', '2019-01-17 16:00:48'),
(6523, '192.168.3.11', '', '', '', '2019-01-17 16:00:54'),
(6524, '192.168.127.12', '', '', '', '2019-01-17 16:29:37'),
(6525, '192.168.127.12', '', '', '', '2019-01-17 16:29:38'),
(6526, '172.16.17.32', '', '', '', '2019-01-17 16:51:56'),
(6527, '172.16.31.10', '', '', '', '2019-01-17 19:06:50'),
(6528, '172.16.31.10', '', '', '', '2019-01-17 20:39:48'),
(6529, '172.16.31.10', '', '', '', '2019-01-17 20:40:16'),
(6530, '172.16.31.10', '', '', '', '2019-01-17 22:05:30'),
(6531, '172.16.31.10', '', '', '', '2019-01-17 22:05:59'),
(6532, '172.16.17.32', '', '', '', '2019-01-17 23:24:02'),
(6533, '172.16.31.10', '', '', '', '2019-01-18 00:01:38'),
(6534, '172.16.58.3', '', '', '', '2019-01-18 01:12:42'),
(6535, '172.16.58.3', '', '', '', '2019-01-18 01:12:45'),
(6536, '172.16.58.3', '', '', '', '2019-01-18 01:12:49'),
(6537, '192.168.127.12', '', '', '', '2019-01-18 04:04:38'),
(6538, '192.168.127.12', '', '', '', '2019-01-18 06:59:41'),
(6539, '192.168.127.12', '', '', '', '2019-01-18 06:59:42'),
(6540, '172.16.17.32', '', '', '', '2019-01-18 07:41:45'),
(6541, '172.16.17.32', '', '', '', '2019-01-18 08:21:10'),
(6542, '172.16.17.32', '', '', '', '2019-01-18 08:41:09'),
(6543, '172.16.31.10', '', '', '', '2019-01-18 14:58:59'),
(6544, '192.168.127.12', '', '', '', '2019-01-18 14:59:05'),
(6545, '172.16.31.10', '', '', '', '2019-01-18 16:04:33'),
(6546, '172.16.31.10', '', '', '', '2019-01-18 16:04:35'),
(6547, '172.16.31.10', '', '', '', '2019-01-18 16:04:37'),
(6548, '172.16.31.10', '', '', '', '2019-01-18 16:04:39'),
(6549, '172.16.31.10', '', '', '', '2019-01-18 16:04:45'),
(6550, '172.16.31.10', '', '', '', '2019-01-18 16:04:47'),
(6551, '172.16.31.10', '', '', '', '2019-01-18 19:33:32'),
(6552, '172.16.58.3', '', '', '', '2019-01-18 20:33:18'),
(6553, '172.16.17.32', '', '', '', '2019-01-18 23:13:38'),
(6554, '172.16.31.10', '', '', '', '2019-01-19 00:31:25'),
(6555, '172.16.17.32', '', '', '', '2019-01-19 04:18:30'),
(6556, '172.16.17.32', '', '', '', '2019-01-19 04:18:31'),
(6557, '172.16.58.3', '', '', '', '2019-01-19 04:21:55'),
(6558, '172.16.58.3', '', '', '', '2019-01-19 06:31:01'),
(6559, '172.16.31.10', '', '', '', '2019-01-19 07:30:55'),
(6560, '192.168.3.11', '', '', '', '2019-01-19 09:14:35'),
(6561, '192.168.3.11', '', '', '', '2019-01-19 09:14:36'),
(6562, '192.168.3.11', '', '', '', '2019-01-19 09:15:07'),
(6563, '192.168.3.11', '', '', '', '2019-01-19 09:15:07'),
(6564, '192.168.3.11', '', '', '', '2019-01-19 09:41:51'),
(6565, '192.168.3.11', '', '', '', '2019-01-19 09:41:51'),
(6566, '192.168.3.11', '', '', '', '2019-01-19 09:52:58'),
(6567, '192.168.3.11', '', '', '', '2019-01-19 09:53:00'),
(6568, '172.16.17.32', '', '', '', '2019-01-19 09:59:55'),
(6569, '172.16.58.3', '', '', '', '2019-01-19 10:07:33'),
(6570, '172.16.58.3', '', '', '', '2019-01-19 11:55:43'),
(6571, '172.16.17.32', '', '', '', '2019-01-19 12:53:14'),
(6572, '172.16.17.32', '', '', '', '2019-01-19 12:53:15'),
(6573, '172.16.31.10', '', '', '', '2019-01-19 13:27:57'),
(6574, '172.16.31.10', '', '', '', '2019-01-19 13:28:00'),
(6575, '172.16.31.10', '', '', '', '2019-01-19 13:28:02'),
(6576, '192.168.127.12', '', '', '', '2019-01-19 13:39:42'),
(6577, '172.16.31.10', '', '', '', '2019-01-19 14:53:21'),
(6578, '172.16.31.10', '', '', '', '2019-01-19 14:53:27'),
(6579, '172.16.31.10', '', '', '', '2019-01-19 14:53:34'),
(6580, '172.16.31.10', '', '', '', '2019-01-19 14:53:41'),
(6581, '172.16.31.10', '', '', '', '2019-01-19 14:53:45'),
(6582, '172.16.17.32', '', '', '', '2019-01-19 15:24:46'),
(6583, '192.168.3.11', '', '', '', '2019-01-19 15:24:46'),
(6584, '192.168.3.11', '', '', '', '2019-01-19 16:04:34'),
(6585, '192.168.3.11', '', '', '', '2019-01-19 16:04:36'),
(6586, '192.168.3.11', '', '', '', '2019-01-19 16:04:39'),
(6587, '172.16.31.10', '', '', '', '2019-01-19 16:51:09'),
(6588, '172.16.31.10', '', '', '', '2019-01-19 16:51:09'),
(6589, '172.16.31.10', '', '', '', '2019-01-19 16:51:10'),
(6590, '172.16.31.10', '', '', '', '2019-01-19 16:51:10'),
(6591, '172.16.31.10', '', '', '', '2019-01-19 16:53:47'),
(6592, '172.16.58.3', '', '', '', '2019-01-19 16:57:21'),
(6593, '172.16.58.3', '', '', '', '2019-01-19 16:57:22'),
(6594, '192.168.3.11', '', '', '', '2019-01-19 17:03:34'),
(6595, '192.168.3.11', '', '', '', '2019-01-19 17:04:01'),
(6596, '172.16.31.10', '', '', '', '2019-01-19 17:23:25'),
(6597, '172.16.31.10', '', '', '', '2019-01-19 17:23:26'),
(6598, '192.168.127.12', '', '', '', '2019-01-19 18:05:08'),
(6599, '172.16.17.32', '', '', '', '2019-01-19 19:04:58'),
(6600, '172.16.31.10', '', '', '', '2019-01-19 20:28:43'),
(6601, '172.16.31.10', '', '', '', '2019-01-19 20:28:44'),
(6602, '172.16.17.32', '', '', '', '2019-01-19 21:00:29'),
(6603, '172.16.58.3', '', '', '', '2019-01-19 22:56:41'),
(6604, '192.168.3.11', '', '', '', '2019-01-19 23:21:14'),
(6605, '192.168.3.11', '', '', '', '2019-01-19 23:21:44'),
(6606, '172.16.17.32', '', '', '', '2019-01-20 00:12:51'),
(6607, '192.168.3.11', '', '', '', '2019-01-20 04:49:17'),
(6608, '172.16.17.32', '', '', '', '2019-01-20 04:58:09'),
(6609, '192.168.3.11', '', '', '', '2019-01-20 05:44:51'),
(6610, '172.16.31.10', '', '', '', '2019-01-20 06:33:58'),
(6611, '172.16.31.10', '', '', '', '2019-01-20 07:01:56'),
(6612, '172.16.31.10', '', '', '', '2019-01-20 07:02:02'),
(6613, '172.16.31.10', '', '', '', '2019-01-20 07:02:03'),
(6614, '172.16.31.10', '', '', '', '2019-01-20 07:02:05'),
(6615, '172.16.31.10', '', '', '', '2019-01-20 07:02:07'),
(6616, '172.16.31.10', '', '', '', '2019-01-20 07:09:35'),
(6617, '172.16.31.10', '', '', '', '2019-01-20 07:09:36'),
(6618, '172.16.31.10', '', '', '', '2019-01-20 07:09:46'),
(6619, '172.16.31.10', '', '', '', '2019-01-20 07:09:48'),
(6620, '172.16.31.10', '', '', '', '2019-01-20 07:09:51'),
(6621, '192.168.3.11', '', '', '', '2019-01-20 07:33:10'),
(6622, '192.168.3.11', '', '', '', '2019-01-20 07:49:42'),
(6623, '172.16.17.32', '', '', '', '2019-01-20 10:54:13'),
(6624, '172.16.17.32', '', '', '', '2019-01-20 10:54:14'),
(6625, '172.16.17.32', '', '', '', '2019-01-20 12:29:36'),
(6626, '172.16.17.32', '', '', '', '2019-01-20 14:42:35'),
(6627, '172.16.17.32', '', '', '', '2019-01-20 14:42:36'),
(6628, '192.168.127.12', '', '', '', '2019-01-20 15:49:30'),
(6629, '172.16.17.32', '', '', '', '2019-01-20 15:49:30'),
(6630, '172.16.17.32', '', '', '', '2019-01-20 15:51:02'),
(6631, '172.16.31.10', '', '', '', '2019-01-20 16:03:13'),
(6632, '172.16.31.10', '', '', '', '2019-01-20 16:03:16'),
(6633, '172.16.31.10', '', '', '', '2019-01-20 16:03:25'),
(6634, '172.16.31.10', '', '', '', '2019-01-20 16:03:26'),
(6635, '172.16.17.32', '', '', '', '2019-01-20 18:13:13'),
(6636, '192.168.127.12', '', '', '', '2019-01-20 19:11:34'),
(6637, '172.16.31.10', '', '', '', '2019-01-20 19:35:35'),
(6638, '172.16.31.10', '', '', '', '2019-01-20 19:46:11'),
(6639, '172.16.58.3', '', '', '', '2019-01-20 20:18:58'),
(6640, '172.16.58.3', '', '', '', '2019-01-21 00:20:23'),
(6641, '172.16.17.32', '', '', '', '2019-01-21 03:53:12'),
(6642, '172.16.17.32', '', '', '', '2019-01-21 05:30:45'),
(6643, '172.16.17.32', '', '', '', '2019-01-21 09:56:44'),
(6644, '192.168.127.12', '', '', '', '2019-01-21 09:56:46'),
(6645, '172.16.58.3', '', '', '', '2019-01-21 14:51:29'),
(6646, '192.168.127.12', '', '', '', '2019-01-21 15:03:59'),
(6647, '192.168.127.12', '', '', '', '2019-01-21 15:04:00'),
(6648, '172.16.31.10', '', '', '', '2019-01-21 16:05:53'),
(6649, '172.16.31.10', '', '', '', '2019-01-21 16:06:00'),
(6650, '172.16.31.10', '', '', '', '2019-01-21 16:06:01'),
(6651, '172.16.31.10', '', '', '', '2019-01-21 16:06:02'),
(6652, '172.16.31.10', '', '', '', '2019-01-21 16:06:06'),
(6653, '192.168.127.12', '', '', '', '2019-01-21 17:02:44'),
(6654, '192.168.127.12', '', '', '', '2019-01-21 17:24:58'),
(6655, '192.168.3.11', '', '', '', '2019-01-21 17:49:02'),
(6656, '192.168.127.12', '', '', '', '2019-01-21 18:55:48'),
(6657, '172.16.58.3', '', '', '', '2019-01-21 19:02:23'),
(6658, '172.16.31.10', '', '', '', '2019-01-21 20:17:46'),
(6659, '192.168.3.11', '', '', '', '2019-01-21 21:00:14'),
(6660, '192.168.127.12', '', '', '', '2019-01-21 21:28:38'),
(6661, '192.168.3.11', '', '', '', '2019-01-21 21:51:53'),
(6662, '192.168.3.11', '', '', '', '2019-01-21 22:16:15'),
(6663, '192.168.3.11', '', '', '', '2019-01-21 22:23:30'),
(6664, '192.168.3.11', '', '', '', '2019-01-21 22:41:02'),
(6665, '192.168.3.11', '', '', '', '2019-01-21 22:52:59'),
(6666, '192.168.3.11', '', '', '', '2019-01-21 23:10:43'),
(6667, '172.16.17.32', '', '', '', '2019-01-21 23:15:47'),
(6668, '172.16.31.10', '', '', '', '2019-01-21 23:19:47'),
(6669, '192.168.3.11', '', '', '', '2019-01-21 23:40:34'),
(6670, '172.16.31.10', '', '', '', '2019-01-22 00:13:41'),
(6671, '172.16.17.32', '', '', '', '2019-01-22 00:20:34'),
(6672, '172.16.17.32', '', '', '', '2019-01-22 00:20:34'),
(6673, '172.16.31.10', '', '', '', '2019-01-22 01:17:30'),
(6674, '172.16.31.10', '', '', '', '2019-01-22 01:17:30'),
(6675, '172.16.31.10', '', '', '', '2019-01-22 02:45:58'),
(6676, '172.16.31.10', '', '', '', '2019-01-22 02:46:01'),
(6677, '172.16.17.32', '', '', '', '2019-01-22 02:46:43'),
(6678, '172.16.17.32', '', '', '', '2019-01-22 02:46:45'),
(6679, '172.16.17.32', '', '', '', '2019-01-22 02:49:50'),
(6680, '172.16.31.10', '', '', '', '2019-01-22 03:15:40'),
(6681, '172.16.31.10', '', '', '', '2019-01-22 06:00:29'),
(6682, '172.16.17.32', '', '', '', '2019-01-22 06:23:47'),
(6683, '192.168.127.12', '', '', '', '2019-01-22 06:56:44'),
(6684, '172.16.17.32', '', '', '', '2019-01-22 07:28:14'),
(6685, '192.168.3.11', '', '', '', '2019-01-22 09:28:03'),
(6686, '172.16.31.10', '', '', '', '2019-01-22 10:55:15'),
(6687, '192.168.3.11', '', '', '', '2019-01-22 10:55:18'),
(6688, '172.16.31.10', '', '', '', '2019-01-22 11:14:45'),
(6689, '172.16.31.10', '', '', '', '2019-01-22 13:45:33'),
(6690, '192.168.127.12', '', '', '', '2019-01-22 16:01:32'),
(6691, '192.168.127.12', '', '', '', '2019-01-22 16:01:35'),
(6692, '192.168.127.12', '', '', '', '2019-01-22 16:01:40'),
(6693, '172.16.31.10', '', '', '', '2019-01-22 16:41:00'),
(6694, '172.16.31.10', '', '', '', '2019-01-22 16:46:05'),
(6695, '192.168.3.11', '', '', '', '2019-01-22 16:48:16'),
(6696, '192.168.127.12', '', '', '', '2019-01-22 16:48:49'),
(6697, '192.168.3.11', '', '', '', '2019-01-22 17:03:04'),
(6698, '192.168.3.11', '', '', '', '2019-01-22 17:03:05'),
(6699, '172.16.17.32', '', '', '', '2019-01-22 17:13:27'),
(6700, '172.16.31.10', '', '', '', '2019-01-22 22:16:21'),
(6701, '172.16.31.10', '', '', '', '2019-01-23 03:34:13'),
(6702, '172.16.58.3', '', '', '', '2019-01-23 05:10:33'),
(6703, '172.16.58.3', '', '', '', '2019-01-23 05:10:34'),
(6704, '172.16.17.32', '', '', '', '2019-01-23 07:29:17'),
(6705, '172.16.31.10', '', '', '', '2019-01-23 07:32:19'),
(6706, '172.16.31.10', '', '', '', '2019-01-23 08:18:34'),
(6707, '172.16.58.3', '', '', '', '2019-01-23 08:22:46'),
(6708, '172.16.58.3', '', '', '', '2019-01-23 10:03:18'),
(6709, '192.168.127.12', '', '', '', '2019-01-23 10:23:45'),
(6710, '172.16.31.10', '', '', '', '2019-01-23 11:44:03'),
(6711, '192.168.3.11', '', '', '', '2019-01-23 11:59:44'),
(6712, '172.16.31.10', '', '', '', '2019-01-23 13:23:38'),
(6713, '172.16.31.10', '', '', '', '2019-01-23 13:35:25'),
(6714, '192.168.127.12', '', '', '', '2019-01-23 13:35:25'),
(6715, '172.16.58.3', '', '', '', '2019-01-23 15:01:55'),
(6716, '172.16.31.10', '', '', '', '2019-01-23 15:34:54'),
(6717, '172.16.31.10', '', '', '', '2019-01-23 16:07:07'),
(6718, '172.16.31.10', '', '', '', '2019-01-23 16:07:09'),
(6719, '172.16.31.10', '', '', '', '2019-01-23 16:07:10'),
(6720, '172.16.31.10', '', '', '', '2019-01-23 16:07:11'),
(6721, '172.16.31.10', '', '', '', '2019-01-23 16:07:19'),
(6722, '192.168.3.11', '', '', '', '2019-01-23 16:17:25'),
(6723, '192.168.3.11', '', '', '', '2019-01-23 16:17:26'),
(6724, '172.16.58.3', '', '', '', '2019-01-23 17:41:46'),
(6725, '192.168.3.11', '', '', '', '2019-01-23 18:01:49'),
(6726, '172.16.58.3', '', '', '', '2019-01-23 20:09:30'),
(6727, '172.16.31.10', '', '', '', '2019-01-23 20:12:31'),
(6728, '172.16.31.10', '', '', '', '2019-01-23 20:57:21'),
(6729, '192.168.127.12', '', '', '', '2019-01-23 22:09:18'),
(6730, '192.168.127.12', '', '', '', '2019-01-23 22:12:45'),
(6731, '192.168.127.12', '', '', '', '2019-01-23 22:13:27'),
(6732, '192.168.127.12', '', '', '', '2019-01-23 22:14:38'),
(6733, '192.168.127.12', '', '', '', '2019-01-23 22:14:40'),
(6734, '192.168.3.11', '', '', '', '2019-01-24 01:56:49'),
(6735, '192.168.3.11', '', '', '', '2019-01-24 01:56:50'),
(6736, '192.168.3.11', '', '', '', '2019-01-24 04:03:34'),
(6737, '172.16.31.10', '', '', '', '2019-01-24 05:10:09'),
(6738, '192.168.3.11', '', '', '', '2019-01-24 07:49:54'),
(6739, '172.16.17.32', '', '', '', '2019-01-24 07:49:54'),
(6740, '192.168.3.11', '', '', '', '2019-01-24 07:49:54'),
(6741, '172.16.17.32', '', '', '', '2019-01-24 07:50:23'),
(6742, '192.168.3.11', '', '', '', '2019-01-24 07:50:24'),
(6743, '192.168.3.11', '', '', '', '2019-01-24 07:50:26'),
(6744, '172.16.58.3', '', '', '', '2019-01-24 08:09:02'),
(6745, '172.16.31.10', '', '', '', '2019-01-24 08:28:32'),
(6746, '192.168.127.12', '', '', '', '2019-01-24 08:28:32'),
(6747, '192.168.3.11', '', '', '', '2019-01-24 08:59:58'),
(6748, '172.16.31.10', '', '', '', '2019-01-24 08:59:59'),
(6749, '192.168.3.11', '', '', '', '2019-01-24 10:11:11'),
(6750, '172.16.17.32', '', '', '', '2019-01-24 10:11:12'),
(6751, '192.168.3.11', '', '', '', '2019-01-24 10:11:21'),
(6752, '172.16.17.32', '', '', '', '2019-01-24 10:11:22'),
(6753, '172.16.17.32', '', '', '', '2019-01-24 10:27:58'),
(6754, '192.168.127.12', '', '', '', '2019-01-24 11:01:25'),
(6755, '192.168.127.12', '', '', '', '2019-01-24 11:01:26'),
(6756, '172.16.31.10', '', '', '', '2019-01-24 12:20:47'),
(6757, '172.16.31.10', '', '', '', '2019-01-24 12:20:48'),
(6758, '172.16.58.3', '', '', '', '2019-01-24 12:21:10'),
(6759, '172.16.58.3', '', '', '', '2019-01-24 12:21:11'),
(6760, '172.16.17.32', '', '', '', '2019-01-24 12:47:44'),
(6761, '172.16.17.32', '', '', '', '2019-01-24 14:46:27'),
(6762, '172.16.31.10', '', '', '', '2019-01-24 16:02:36'),
(6763, '172.16.31.10', '', '', '', '2019-01-24 16:02:37'),
(6764, '172.16.31.10', '', '', '', '2019-01-24 16:02:41'),
(6765, '172.16.31.10', '', '', '', '2019-01-24 16:02:46'),
(6766, '172.16.17.32', '', '', '', '2019-01-24 16:45:12'),
(6767, '192.168.127.12', '', '', '', '2019-01-24 17:27:47'),
(6768, '172.16.58.3', '', '', '', '2019-01-24 23:19:58'),
(6769, '172.16.31.10', '', '', '', '2019-01-25 02:20:05'),
(6770, '172.16.58.3', '', '', '', '2019-01-25 02:20:48'),
(6771, '192.168.3.11', '', '', '', '2019-01-25 02:20:54'),
(6772, '172.16.17.32', '', '', '', '2019-01-25 04:18:04'),
(6773, '172.16.17.32', '', '', '', '2019-01-25 08:20:07'),
(6774, '172.16.58.3', '', '', '', '2019-01-25 11:31:11'),
(6775, '172.16.58.3', '', '', '', '2019-01-25 11:31:12'),
(6776, '172.16.58.3', '', '', '', '2019-01-25 11:31:12'),
(6777, '172.16.58.3', '', '', '', '2019-01-25 11:31:13'),
(6778, '172.16.58.3', '', '', '', '2019-01-25 11:31:14'),
(6779, '192.168.127.12', '', '', '', '2019-01-25 14:09:21'),
(6780, '172.16.31.10', '', '', '', '2019-01-25 16:07:17'),
(6781, '172.16.31.10', '', '', '', '2019-01-25 16:07:19'),
(6782, '172.16.31.10', '', '', '', '2019-01-25 16:07:21'),
(6783, '172.16.31.10', '', '', '', '2019-01-25 16:07:24'),
(6784, '172.16.31.10', '', '', '', '2019-01-25 16:07:26'),
(6785, '172.16.31.10', '', '', '', '2019-01-25 16:07:26'),
(6786, '172.16.17.32', '', '', '', '2019-01-25 17:04:45'),
(6787, '172.16.17.32', '', '', '', '2019-01-25 17:04:47'),
(6788, '172.16.31.10', '', '', '', '2019-01-25 17:20:13'),
(6789, '172.16.17.32', '', '', '', '2019-01-25 17:32:31'),
(6790, '172.16.17.32', '', '', '', '2019-01-25 20:21:27'),
(6791, '172.16.58.3', '', '', '', '2019-01-26 00:48:17'),
(6792, '172.16.58.3', '', '', '', '2019-01-26 00:48:17'),
(6793, '172.16.31.10', '', '', '', '2019-01-26 02:22:31'),
(6794, '172.16.31.10', '', '', '', '2019-01-26 02:22:32'),
(6795, '172.16.17.32', '', '', '', '2019-01-26 02:52:05'),
(6796, '192.168.127.12', '', '', '', '2019-01-26 02:52:06'),
(6797, '172.16.58.3', '', '', '', '2019-01-26 02:58:20'),
(6798, '192.168.127.12', '', '', '', '2019-01-26 03:27:09'),
(6799, '192.168.127.12', '', '', '', '2019-01-26 03:51:41'),
(6800, '192.168.3.11', '', '', '', '2019-01-26 05:33:01'),
(6801, '192.168.3.11', '', '', '', '2019-01-26 05:33:02'),
(6802, '172.16.31.10', '', '', '', '2019-01-26 05:49:03'),
(6803, '172.16.58.3', '', '', '', '2019-01-26 06:50:28'),
(6804, '192.168.3.11', '', '', '', '2019-01-26 07:37:18'),
(6805, '192.168.127.12', '', '', '', '2019-01-26 08:19:40'),
(6806, '192.168.127.12', '', '', '', '2019-01-26 08:19:41'),
(6807, '192.168.127.12', '', '', '', '2019-01-26 09:40:48'),
(6808, '172.16.31.10', '', '', '', '2019-01-26 10:17:29'),
(6809, '172.16.31.10', '', '', '', '2019-01-26 10:20:41'),
(6810, '172.16.17.32', '', '', '', '2019-01-26 11:05:08'),
(6811, '172.16.31.10', '', '', '', '2019-01-26 11:31:22'),
(6812, '172.16.31.10', '', '', '', '2019-01-26 12:16:22'),
(6813, '172.16.31.10', '', '', '', '2019-01-26 12:41:41'),
(6814, '192.168.127.12', '', '', '', '2019-01-26 13:54:04'),
(6815, '192.168.3.11', '', '', '', '2019-01-26 14:02:09'),
(6816, '192.168.3.11', '', '', '', '2019-01-26 16:02:24'),
(6817, '192.168.3.11', '', '', '', '2019-01-26 16:02:26'),
(6818, '192.168.3.11', '', '', '', '2019-01-26 16:02:30'),
(6819, '192.168.127.12', '', '', '', '2019-01-26 17:14:08'),
(6820, '192.168.127.12', '', '', '', '2019-01-26 17:26:53'),
(6821, '172.16.17.32', '', '', '', '2019-01-26 18:37:39'),
(6822, '192.168.3.11', '', '', '', '2019-01-26 19:25:20'),
(6823, '172.16.58.3', '', '', '', '2019-01-26 19:35:32'),
(6824, '172.16.31.10', '', '', '', '2019-01-26 19:36:27'),
(6825, '172.16.17.32', '', '', '', '2019-01-26 21:03:10'),
(6826, '192.168.127.12', '', '', '', '2019-01-27 04:33:55'),
(6827, '172.16.58.3', '', '', '', '2019-01-27 05:28:17'),
(6828, '192.168.3.11', '', '', '', '2019-01-27 06:05:20'),
(6829, '192.168.3.11', '', '', '', '2019-01-27 06:05:21'),
(6830, '192.168.127.12', '', '', '', '2019-01-27 07:10:36'),
(6831, '192.168.127.12', '', '', '', '2019-01-27 09:33:37'),
(6832, '192.168.127.12', '', '', '', '2019-01-27 09:33:37'),
(6833, '172.16.31.10', '', '', '', '2019-01-27 11:14:39'),
(6834, '192.168.127.12', '', '', '', '2019-01-27 16:03:42'),
(6835, '192.168.127.12', '', '', '', '2019-01-27 16:03:44'),
(6836, '192.168.127.12', '', '', '', '2019-01-27 16:03:49'),
(6837, '192.168.127.12', '', '', '', '2019-01-27 16:03:51'),
(6838, '192.168.127.12', '', '', '', '2019-01-27 16:03:53'),
(6839, '172.16.17.32', '', '', '', '2019-01-27 20:41:51'),
(6840, '192.168.127.12', '', '', '', '2019-01-27 22:24:17'),
(6841, '172.16.58.3', '', '', '', '2019-01-28 01:03:45'),
(6842, '172.16.58.3', '', '', '', '2019-01-28 01:03:46'),
(6843, '172.16.58.3', '', '', '', '2019-01-28 01:03:46'),
(6844, '172.16.58.3', '', '', '', '2019-01-28 01:03:47'),
(6845, '172.16.58.3', '', '', '', '2019-01-28 01:03:48'),
(6846, '172.16.58.3', '', '', '', '2019-01-28 01:03:48'),
(6847, '172.16.58.3', '', '', '', '2019-01-28 01:03:49'),
(6848, '172.16.58.3', '', '', '', '2019-01-28 01:03:50'),
(6849, '172.16.58.3', '', '', '', '2019-01-28 01:03:51'),
(6850, '172.16.58.3', '', '', '', '2019-01-28 01:03:51'),
(6851, '172.16.58.3', '', '', '', '2019-01-28 01:03:52'),
(6852, '172.16.58.3', '', '', '', '2019-01-28 01:03:52'),
(6853, '172.16.58.3', '', '', '', '2019-01-28 01:03:53'),
(6854, '172.16.58.3', '', '', '', '2019-01-28 01:03:54'),
(6855, '172.16.58.3', '', '', '', '2019-01-28 01:03:55'),
(6856, '172.16.58.3', '', '', '', '2019-01-28 01:03:56'),
(6857, '172.16.58.3', '', '', '', '2019-01-28 01:03:56'),
(6858, '172.16.58.3', '', '', '', '2019-01-28 01:03:57'),
(6859, '172.16.58.3', '', '', '', '2019-01-28 01:03:58'),
(6860, '172.16.58.3', '', '', '', '2019-01-28 01:03:58'),
(6861, '172.16.58.3', '', '', '', '2019-01-28 01:03:59'),
(6862, '172.16.58.3', '', '', '', '2019-01-28 01:04:00'),
(6863, '172.16.58.3', '', '', '', '2019-01-28 01:04:00'),
(6864, '172.16.58.3', '', '', '', '2019-01-28 01:04:01'),
(6865, '172.16.58.3', '', '', '', '2019-01-28 01:04:02'),
(6866, '172.16.58.3', '', '', '', '2019-01-28 01:04:02'),
(6867, '172.16.58.3', '', '', '', '2019-01-28 01:04:03'),
(6868, '172.16.58.3', '', '', '', '2019-01-28 01:04:04'),
(6869, '172.16.58.3', '', '', '', '2019-01-28 01:04:05'),
(6870, '172.16.58.3', '', '', '', '2019-01-28 01:04:05'),
(6871, '172.16.58.3', '', '', '', '2019-01-28 01:04:06'),
(6872, '172.16.58.3', '', '', '', '2019-01-28 01:04:07'),
(6873, '172.16.58.3', '', '', '', '2019-01-28 01:04:07'),
(6874, '172.16.58.3', '', '', '', '2019-01-28 01:04:08'),
(6875, '172.16.58.3', '', '', '', '2019-01-28 01:04:08'),
(6876, '172.16.58.3', '', '', '', '2019-01-28 01:04:09'),
(6877, '172.16.58.3', '', '', '', '2019-01-28 01:04:10'),
(6878, '172.16.58.3', '', '', '', '2019-01-28 01:04:10'),
(6879, '172.16.58.3', '', '', '', '2019-01-28 01:04:11'),
(6880, '172.16.58.3', '', '', '', '2019-01-28 01:04:11'),
(6881, '172.16.58.3', '', '', '', '2019-01-28 01:04:12'),
(6882, '172.16.17.32', '', '', '', '2019-01-28 05:51:34'),
(6883, '172.16.17.32', '', '', '', '2019-01-28 05:51:35'),
(6884, '172.16.17.32', '', '', '', '2019-01-28 05:52:31'),
(6885, '192.168.127.12', '', '', '', '2019-01-28 05:52:47'),
(6886, '172.16.17.32', '', '', '', '2019-01-28 05:53:21'),
(6887, '172.16.17.32', '', '', '', '2019-01-28 05:53:46'),
(6888, '172.16.17.32', '', '', '', '2019-01-28 05:54:16'),
(6889, '172.16.31.10', '', '', '', '2019-01-28 06:46:32'),
(6890, '172.16.31.10', '', '', '', '2019-01-28 07:15:15'),
(6891, '172.16.31.10', '', '', '', '2019-01-28 07:15:15'),
(6892, '172.16.17.32', '', '', '', '2019-01-28 07:28:00'),
(6893, '192.168.3.11', '', '', '', '2019-01-28 13:48:00'),
(6894, '192.168.3.11', '', '', '', '2019-01-28 13:48:00'),
(6895, '192.168.3.11', '', '', '', '2019-01-28 13:51:01'),
(6896, '192.168.3.11', '', '', '', '2019-01-28 13:51:04'),
(6897, '192.168.3.11', '', '', '', '2019-01-28 13:56:23'),
(6898, '192.168.3.11', '', '', '', '2019-01-28 13:56:26'),
(6899, '192.168.3.11', '', '', '', '2019-01-28 14:32:39'),
(6900, '192.168.3.11', '', '', '', '2019-01-28 14:32:41'),
(6901, '192.168.3.11', '', '', '', '2019-01-28 16:02:39'),
(6902, '192.168.3.11', '', '', '', '2019-01-28 16:02:41'),
(6903, '192.168.3.11', '', '', '', '2019-01-28 16:02:48'),
(6904, '192.168.3.11', '', '', '', '2019-01-28 16:02:57'),
(6905, '172.16.58.3', '', '', '', '2019-01-28 16:36:01'),
(6906, '172.16.17.32', '', '', '', '2019-01-28 19:26:23'),
(6907, '172.16.17.32', '', '', '', '2019-01-28 19:26:24'),
(6908, '192.168.3.11', '', '', '', '2019-01-28 19:43:44'),
(6909, '192.168.127.12', '', '', '', '2019-01-28 19:58:38'),
(6910, '192.168.3.11', '', '', '', '2019-01-28 21:45:27'),
(6911, '172.16.31.10', '', '', '', '2019-01-28 22:02:53'),
(6912, '192.168.127.12', '', '', '', '2019-01-28 22:55:55');
INSERT INTO `traffic` (`id_traffic`, `ip`, `browser`, `platform`, `negara`, `waktu_akses`) VALUES
(6913, '172.16.58.3', '', '', '', '2019-01-29 01:54:09'),
(6914, '172.16.17.32', '', '', '', '2019-01-29 02:56:32'),
(6915, '172.16.17.32', '', '', '', '2019-01-29 03:02:03'),
(6916, '192.168.3.11', '', '', '', '2019-01-29 03:02:04'),
(6917, '192.168.3.11', '', '', '', '2019-01-29 03:18:03'),
(6918, '172.16.17.32', '', '', '', '2019-01-29 04:04:39'),
(6919, '172.16.58.3', '', '', '', '2019-01-29 04:18:42'),
(6920, '192.168.127.12', '', '', '', '2019-01-29 04:34:40'),
(6921, '192.168.127.12', '', '', '', '2019-01-29 04:34:41'),
(6922, '172.16.17.32', '', '', '', '2019-01-29 04:46:02'),
(6923, '192.168.3.11', '', '', '', '2019-01-29 04:46:03'),
(6924, '172.16.17.32', '', '', '', '2019-01-29 05:28:51'),
(6925, '172.16.17.32', '', '', '', '2019-01-29 05:28:52'),
(6926, '192.168.127.12', '', '', '', '2019-01-29 08:06:46'),
(6927, '192.168.127.12', '', '', '', '2019-01-29 08:08:11'),
(6928, '172.16.17.32', '', '', '', '2019-01-29 08:21:37'),
(6929, '172.16.58.3', '', '', '', '2019-01-29 08:25:39'),
(6930, '172.16.58.3', '', '', '', '2019-01-29 08:25:40'),
(6931, '172.16.31.10', '', '', '', '2019-01-29 08:32:20'),
(6932, '192.168.127.12', '', '', '', '2019-01-29 08:32:24'),
(6933, '172.16.17.32', '', '', '', '2019-01-29 09:04:29'),
(6934, '172.16.17.32', '', '', '', '2019-01-29 09:28:16'),
(6935, '192.168.127.12', '', '', '', '2019-01-29 09:28:17'),
(6936, '172.16.31.10', '', '', '', '2019-01-29 10:00:36'),
(6937, '172.16.58.3', '', '', '', '2019-01-29 15:14:47'),
(6938, '192.168.3.11', '', '', '', '2019-01-29 16:00:43'),
(6939, '192.168.3.11', '', '', '', '2019-01-29 16:00:45'),
(6940, '192.168.3.11', '', '', '', '2019-01-29 16:00:46'),
(6941, '192.168.3.11', '', '', '', '2019-01-29 16:00:49'),
(6942, '192.168.3.11', '', '', '', '2019-01-29 16:01:01'),
(6943, '172.16.58.3', '', '', '', '2019-01-29 16:24:52'),
(6944, '192.168.127.12', '', '', '', '2019-01-29 16:52:31'),
(6945, '192.168.3.11', '', '', '', '2019-01-29 18:28:32'),
(6946, '192.168.127.12', '', '', '', '2019-01-29 18:48:23'),
(6947, '172.16.31.10', '', '', '', '2019-01-29 19:02:23'),
(6948, '172.16.31.10', '', '', '', '2019-01-29 19:09:52'),
(6949, '192.168.127.12', '', '', '', '2019-01-29 20:39:33'),
(6950, '172.16.58.3', '', '', '', '2019-01-29 22:02:39'),
(6951, '192.168.127.12', '', '', '', '2019-01-29 22:51:22'),
(6952, '172.16.58.3', '', '', '', '2019-01-30 00:13:32'),
(6953, '172.16.17.32', '', '', '', '2019-01-30 02:08:39'),
(6954, '192.168.3.11', '', '', '', '2019-01-30 02:42:00'),
(6955, '172.16.31.10', '', '', '', '2019-01-30 04:44:52'),
(6956, '192.168.127.12', '', '', '', '2019-01-30 05:23:16'),
(6957, '192.168.127.12', '', '', '', '2019-01-30 05:23:23'),
(6958, '192.168.127.12', '', '', '', '2019-01-30 05:23:30'),
(6959, '192.168.127.12', '', '', '', '2019-01-30 05:23:34'),
(6960, '172.16.17.32', '', '', '', '2019-01-30 06:26:57'),
(6961, '172.16.17.32', '', '', '', '2019-01-30 07:18:43'),
(6962, '192.168.127.12', '', '', '', '2019-01-30 08:02:32'),
(6963, '192.168.127.12', '', '', '', '2019-01-30 08:02:33'),
(6964, '172.16.31.10', '', '', '', '2019-01-30 09:10:25'),
(6965, '172.16.58.3', '', '', '', '2019-01-30 10:34:02'),
(6966, '172.16.31.10', '', '', '', '2019-01-30 11:04:23'),
(6967, '192.168.127.12', '', '', '', '2019-01-30 11:04:23'),
(6968, '172.16.31.10', '', '', '', '2019-01-30 11:12:06'),
(6969, '192.168.3.11', '', '', '', '2019-01-30 11:14:57'),
(6970, '192.168.127.12', '', '', '', '2019-01-30 11:16:01'),
(6971, '172.16.17.32', '', '', '', '2019-01-30 11:33:30'),
(6972, '172.16.17.32', '', '', '', '2019-01-30 11:33:32'),
(6973, '172.16.17.32', '', '', '', '2019-01-30 11:33:36'),
(6974, '172.16.17.32', '', '', '', '2019-01-30 11:33:38'),
(6975, '192.168.127.12', '', '', '', '2019-01-30 13:54:39'),
(6976, '192.168.3.11', '', '', '', '2019-01-30 16:03:55'),
(6977, '192.168.3.11', '', '', '', '2019-01-30 16:03:57'),
(6978, '192.168.3.11', '', '', '', '2019-01-30 16:04:01'),
(6979, '192.168.3.11', '', '', '', '2019-01-30 16:04:04'),
(6980, '192.168.3.11', '', '', '', '2019-01-30 16:04:05'),
(6981, '192.168.3.11', '', '', '', '2019-01-30 16:04:12'),
(6982, '172.16.31.10', '', '', '', '2019-01-30 19:11:59'),
(6983, '172.16.17.32', '', '', '', '2019-01-30 22:12:21'),
(6984, '172.16.58.3', '', '', '', '2019-01-30 22:55:33'),
(6985, '192.168.3.11', '', '', '', '2019-01-31 02:01:58'),
(6986, '192.168.3.11', '', '', '', '2019-01-31 02:28:19'),
(6987, '192.168.3.11', '', '', '', '2019-01-31 02:28:43'),
(6988, '192.168.3.11', '', '', '', '2019-01-31 03:05:28'),
(6989, '172.16.58.3', '', '', '', '2019-01-31 06:00:41'),
(6990, '172.16.58.3', '', '', '', '2019-01-31 06:00:55'),
(6991, '172.16.31.10', '', '', '', '2019-01-31 07:19:17'),
(6992, '172.16.31.10', '', '', '', '2019-01-31 07:19:18'),
(6993, '172.16.17.32', '', '', '', '2019-01-31 09:19:16'),
(6994, '172.16.17.32', '', '', '', '2019-01-31 11:13:54'),
(6995, '172.16.31.10', '', '', '', '2019-01-31 11:49:11'),
(6996, '192.168.3.11', '', '', '', '2019-01-31 13:53:28'),
(6997, '192.168.3.11', '', '', '', '2019-01-31 13:53:29'),
(6998, '172.16.31.10', '', '', '', '2019-01-31 14:17:38'),
(6999, '192.168.3.11', '', '', '', '2019-01-31 14:18:17'),
(7000, '192.168.127.12', '', '', '', '2019-01-31 14:30:26'),
(7001, '192.168.3.11', '', '', '', '2019-01-31 16:03:06'),
(7002, '192.168.3.11', '', '', '', '2019-01-31 16:03:08'),
(7003, '192.168.3.11', '', '', '', '2019-01-31 16:03:10'),
(7004, '172.16.17.32', '', '', '', '2019-01-31 16:16:29'),
(7005, '192.168.3.11', '', '', '', '2019-01-31 16:40:34'),
(7006, '172.16.17.32', '', '', '', '2019-01-31 17:10:34'),
(7007, '172.16.17.32', '', '', '', '2019-01-31 17:10:35'),
(7008, '192.168.127.12', '', '', '', '2019-01-31 17:33:14'),
(7009, '192.168.3.11', '', '', '', '2019-01-31 19:02:09'),
(7010, '172.16.17.32', '', '', '', '2019-02-01 01:47:59'),
(7011, '192.168.3.11', '', '', '', '2019-02-01 02:54:19'),
(7012, '172.16.17.32', '', '', '', '2019-02-01 04:40:44'),
(7013, '172.16.58.3', '', '', '', '2019-02-01 05:58:58'),
(7014, '172.16.31.10', '', '', '', '2019-02-01 07:18:25'),
(7015, '172.16.31.10', '', '', '', '2019-02-01 07:18:26'),
(7016, '172.16.17.32', '', '', '', '2019-02-01 07:51:44'),
(7017, '172.16.58.3', '', '', '', '2019-02-01 08:05:12'),
(7018, '172.16.17.32', '', '', '', '2019-02-01 10:31:15'),
(7019, '172.16.58.3', '', '', '', '2019-02-01 12:24:57'),
(7020, '172.16.31.10', '', '', '', '2019-02-01 15:53:57'),
(7021, '172.16.58.3', '', '', '', '2019-02-01 15:53:59'),
(7022, '172.16.31.10', '', '', '', '2019-02-01 16:07:34'),
(7023, '172.16.31.10', '', '', '', '2019-02-01 16:07:35'),
(7024, '172.16.31.10', '', '', '', '2019-02-01 16:07:38'),
(7025, '172.16.31.10', '', '', '', '2019-02-01 16:07:42'),
(7026, '172.16.31.10', '', '', '', '2019-02-01 16:07:44'),
(7027, '172.16.31.10', '', '', '', '2019-02-01 16:07:47'),
(7028, '172.16.17.32', '', '', '', '2019-02-01 18:08:23'),
(7029, '172.16.31.10', '', '', '', '2019-02-01 21:31:16'),
(7030, '172.16.31.10', '', '', '', '2019-02-01 22:30:00'),
(7031, '192.168.127.12', '', '', '', '2019-02-02 00:08:43'),
(7032, '172.16.58.3', '', '', '', '2019-02-02 00:20:49'),
(7033, '172.16.58.3', '', '', '', '2019-02-02 00:20:49'),
(7034, '172.16.58.3', '', '', '', '2019-02-02 00:39:52'),
(7035, '192.168.127.12', '', '', '', '2019-02-02 00:58:26'),
(7036, '172.16.31.10', '', '', '', '2019-02-02 01:25:26'),
(7037, '172.16.58.3', '', '', '', '2019-02-02 01:27:47'),
(7038, '172.16.58.3', '', '', '', '2019-02-02 01:27:48'),
(7039, '172.16.58.3', '', '', '', '2019-02-02 01:47:46'),
(7040, '192.168.3.11', '', '', '', '2019-02-02 02:05:43'),
(7041, '172.16.31.10', '', '', '', '2019-02-02 03:22:38'),
(7042, '192.168.3.11', '', '', '', '2019-02-02 06:31:05'),
(7043, '172.16.17.32', '', '', '', '2019-02-02 06:31:06'),
(7044, '172.16.31.10', '', '', '', '2019-02-02 08:29:38'),
(7045, '172.16.31.10', '', '', '', '2019-02-02 09:01:10'),
(7046, '172.16.31.10', '', '', '', '2019-02-02 09:01:11'),
(7047, '192.168.3.11', '', '', '', '2019-02-02 09:52:22'),
(7048, '172.16.31.10', '', '', '', '2019-02-02 10:09:25'),
(7049, '192.168.3.11', '', '', '', '2019-02-02 10:24:24'),
(7050, '192.168.127.12', '', '', '', '2019-02-02 10:31:33'),
(7051, '172.16.58.3', '', '', '', '2019-02-02 11:50:42'),
(7052, '172.16.58.3', '', '', '', '2019-02-02 12:33:31'),
(7053, '172.16.17.32', '', '', '', '2019-02-02 12:33:32'),
(7054, '172.16.31.10', '', '', '', '2019-02-02 13:30:02'),
(7055, '172.16.31.10', '', '', '', '2019-02-02 15:10:11'),
(7056, '192.168.127.12', '', '', '', '2019-02-02 16:05:09'),
(7057, '192.168.127.12', '', '', '', '2019-02-02 16:05:11'),
(7058, '192.168.127.12', '', '', '', '2019-02-02 16:05:12'),
(7059, '192.168.127.12', '', '', '', '2019-02-02 16:05:28'),
(7060, '192.168.127.12', '', '', '', '2019-02-02 16:22:47'),
(7061, '172.16.17.32', '', '', '', '2019-02-02 19:17:12'),
(7062, '172.16.31.10', '', '', '', '2019-02-02 20:03:55'),
(7063, '172.16.17.32', '', '', '', '2019-02-02 20:56:40'),
(7064, '172.16.58.3', '', '', '', '2019-02-02 22:10:50'),
(7065, '172.16.58.3', '', '', '', '2019-02-02 22:13:48'),
(7066, '172.16.17.32', '', '', '', '2019-02-03 03:39:56'),
(7067, '192.168.3.11', '', '', '', '2019-02-03 07:01:58'),
(7068, '192.168.3.11', '', '', '', '2019-02-03 07:01:58'),
(7069, '172.16.58.3', '', '', '', '2019-02-03 09:28:19'),
(7070, '172.16.31.10', '', '', '', '2019-02-03 09:37:24'),
(7071, '172.16.31.10', '', '', '', '2019-02-03 09:37:25'),
(7072, '172.16.31.10', '', '', '', '2019-02-03 09:48:52'),
(7073, '172.16.58.3', '', '', '', '2019-02-03 10:00:21'),
(7074, '172.16.31.10', '', '', '', '2019-02-03 10:11:50'),
(7075, '172.16.58.3', '', '', '', '2019-02-03 10:23:47'),
(7076, '192.168.3.11', '', '', '', '2019-02-03 16:02:13'),
(7077, '192.168.3.11', '', '', '', '2019-02-03 16:02:15'),
(7078, '192.168.3.11', '', '', '', '2019-02-03 16:02:31'),
(7079, '192.168.3.11', '', '', '', '2019-02-03 16:02:34'),
(7080, '192.168.3.11', '', '', '', '2019-02-03 16:02:39'),
(7081, '192.168.3.11', '', '', '', '2019-02-03 16:02:49'),
(7082, '192.168.3.11', '', '', '', '2019-02-03 16:03:00'),
(7083, '192.168.3.11', '', '', '', '2019-02-03 16:03:01'),
(7084, '192.168.3.11', '', '', '', '2019-02-03 16:03:09'),
(7085, '192.168.3.11', '', '', '', '2019-02-03 16:03:28'),
(7086, '192.168.3.11', '', '', '', '2019-02-03 16:03:39'),
(7087, '192.168.3.11', '', '', '', '2019-02-03 16:10:30'),
(7088, '192.168.3.11', '', '', '', '2019-02-03 16:11:01'),
(7089, '192.168.3.11', '', '', '', '2019-02-03 16:11:05'),
(7090, '172.16.31.10', '', '', '', '2019-02-03 16:40:39'),
(7091, '192.168.127.12', '', '', '', '2019-02-03 16:44:48'),
(7092, '172.16.31.10', '', '', '', '2019-02-03 16:44:51'),
(7093, '172.16.31.10', '', '', '', '2019-02-03 16:45:26'),
(7094, '172.16.58.3', '', '', '', '2019-02-03 18:23:30'),
(7095, '192.168.127.12', '', '', '', '2019-02-03 20:26:49'),
(7096, '192.168.127.12', '', '', '', '2019-02-03 20:26:49'),
(7097, '192.168.3.11', '', '', '', '2019-02-04 05:37:47'),
(7098, '172.16.31.10', '', '', '', '2019-02-04 05:37:49'),
(7099, '172.16.17.32', '', '', '', '2019-02-04 07:50:01'),
(7100, '192.168.3.11', '', '', '', '2019-02-04 10:59:13'),
(7101, '192.168.3.11', '', '', '', '2019-02-04 10:59:14'),
(7102, '192.168.3.11', '', '', '', '2019-02-04 11:43:17'),
(7103, '172.16.17.32', '', '', '', '2019-02-04 12:24:35'),
(7104, '172.16.58.3', '', '', '', '2019-02-04 12:53:58'),
(7105, '172.16.17.32', '', '', '', '2019-02-04 13:54:20'),
(7106, '172.16.31.10', '', '', '', '2019-02-04 14:58:14'),
(7107, '192.168.3.11', '', '', '', '2019-02-04 16:05:56'),
(7108, '192.168.3.11', '', '', '', '2019-02-04 16:05:58'),
(7109, '192.168.3.11', '', '', '', '2019-02-04 16:06:09'),
(7110, '172.16.31.10', '', '', '', '2019-02-04 16:21:04'),
(7111, '192.168.3.11', '', '', '', '2019-02-04 18:35:13'),
(7112, '192.168.3.11', '', '', '', '2019-02-04 18:35:13'),
(7113, '192.168.3.11', '', '', '', '2019-02-04 18:37:08'),
(7114, '192.168.3.11', '', '', '', '2019-02-04 18:37:09'),
(7115, '172.16.31.10', '', '', '', '2019-02-04 19:02:38'),
(7116, '192.168.3.11', '', '', '', '2019-02-04 19:02:42'),
(7117, '192.168.3.11', '', '', '', '2019-02-04 19:10:23'),
(7118, '192.168.3.11', '', '', '', '2019-02-04 19:10:24'),
(7119, '192.168.3.11', '', '', '', '2019-02-04 19:25:47'),
(7120, '192.168.3.11', '', '', '', '2019-02-04 19:25:51'),
(7121, '192.168.3.11', '', '', '', '2019-02-04 20:51:18'),
(7122, '192.168.127.12', '', '', '', '2019-02-04 21:34:21'),
(7123, '192.168.127.12', '', '', '', '2019-02-04 21:34:22'),
(7124, '192.168.127.12', '', '', '', '2019-02-04 22:33:28'),
(7125, '172.16.31.10', '', '', '', '2019-02-04 23:45:26'),
(7126, '172.16.17.32', '', '', '', '2019-02-05 00:03:44'),
(7127, '172.16.17.32', '', '', '', '2019-02-05 00:03:45'),
(7128, '172.16.58.3', '', '', '', '2019-02-05 01:43:22'),
(7129, '172.16.17.32', '', '', '', '2019-02-05 02:17:33'),
(7130, '172.16.17.32', '', '', '', '2019-02-05 02:17:35'),
(7131, '172.16.17.32', '', '', '', '2019-02-05 04:02:21'),
(7132, '172.16.17.32', '', '', '', '2019-02-05 07:20:45'),
(7133, '192.168.127.12', '', '', '', '2019-02-05 07:20:46'),
(7134, '192.168.3.11', '', '', '', '2019-02-05 08:13:21'),
(7135, '192.168.3.11', '', '', '', '2019-02-05 08:26:27'),
(7136, '192.168.3.11', '', '', '', '2019-02-05 08:30:27'),
(7137, '192.168.3.11', '', '', '', '2019-02-05 08:43:10'),
(7138, '192.168.127.12', '', '', '', '2019-02-05 08:54:10'),
(7139, '192.168.127.12', '', '', '', '2019-02-05 08:54:11'),
(7140, '192.168.127.12', '', '', '', '2019-02-05 08:54:12'),
(7141, '192.168.127.12', '', '', '', '2019-02-05 09:27:28'),
(7142, '192.168.127.12', '', '', '', '2019-02-05 09:27:29'),
(7143, '192.168.3.11', '', '', '', '2019-02-05 16:00:59'),
(7144, '192.168.3.11', '', '', '', '2019-02-05 16:01:00'),
(7145, '192.168.3.11', '', '', '', '2019-02-05 16:01:04'),
(7146, '192.168.3.11', '', '', '', '2019-02-05 16:01:06'),
(7147, '192.168.3.11', '', '', '', '2019-02-05 16:01:07'),
(7148, '192.168.3.11', '', '', '', '2019-02-05 16:01:08'),
(7149, '192.168.3.11', '', '', '', '2019-02-05 16:01:14'),
(7150, '172.16.17.32', '', '', '', '2019-02-05 16:35:16'),
(7151, '172.16.58.3', '', '', '', '2019-02-05 16:47:16'),
(7152, '192.168.3.11', '', '', '', '2019-02-05 17:06:01'),
(7153, '172.16.17.32', '', '', '', '2019-02-05 18:15:46'),
(7154, '172.16.17.32', '', '', '', '2019-02-05 18:34:20'),
(7155, '172.16.31.10', '', '', '', '2019-02-05 19:11:59'),
(7156, '172.16.58.3', '', '', '', '2019-02-05 21:33:31'),
(7157, '172.16.17.32', '', '', '', '2019-02-05 21:43:40'),
(7158, '172.16.58.3', '', '', '', '2019-02-05 23:14:37'),
(7159, '172.16.17.32', '', '', '', '2019-02-06 00:53:23'),
(7160, '172.16.58.3', '', '', '', '2019-02-06 01:33:56'),
(7161, '172.16.17.32', '', '', '', '2019-02-06 01:44:58'),
(7162, '172.16.58.3', '', '', '', '2019-02-06 02:36:20'),
(7163, '172.16.17.32', '', '', '', '2019-02-06 02:54:57'),
(7164, '172.16.58.3', '', '', '', '2019-02-06 04:15:36'),
(7165, '172.16.17.32', '', '', '', '2019-02-06 04:21:16'),
(7166, '172.16.17.32', '', '', '', '2019-02-06 05:54:27'),
(7167, '172.16.17.32', '', '', '', '2019-02-06 06:01:10'),
(7168, '172.16.58.3', '', '', '', '2019-02-06 07:36:11'),
(7169, '172.16.58.3', '', '', '', '2019-02-06 08:04:47'),
(7170, '172.16.31.10', '', '', '', '2019-02-06 08:26:55'),
(7171, '172.16.58.3', '', '', '', '2019-02-06 09:16:05'),
(7172, '172.16.31.10', '', '', '', '2019-02-06 09:57:56'),
(7173, '172.16.17.32', '', '', '', '2019-02-06 10:50:39'),
(7174, '172.16.17.32', '', '', '', '2019-02-06 10:55:55'),
(7175, '172.16.17.32', '', '', '', '2019-02-06 12:35:59'),
(7176, '172.16.58.3', '', '', '', '2019-02-06 12:52:32'),
(7177, '172.16.58.3', '', '', '', '2019-02-06 12:52:38'),
(7178, '172.16.58.3', '', '', '', '2019-02-06 12:52:39'),
(7179, '172.16.58.3', '', '', '', '2019-02-06 12:52:39'),
(7180, '172.16.58.3', '', '', '', '2019-02-06 12:52:40'),
(7181, '192.168.127.12', '', '', '', '2019-02-06 14:11:55'),
(7182, '192.168.127.12', '', '', '', '2019-02-06 14:11:56'),
(7183, '172.16.17.32', '', '', '', '2019-02-06 14:14:01'),
(7184, '192.168.127.12', '', '', '', '2019-02-06 14:47:13'),
(7185, '192.168.127.12', '', '', '', '2019-02-06 14:47:17'),
(7186, '172.16.58.3', '', '', '', '2019-02-06 14:54:40'),
(7187, '192.168.3.11', '', '', '', '2019-02-06 16:01:36'),
(7188, '192.168.3.11', '', '', '', '2019-02-06 16:01:37'),
(7189, '192.168.3.11', '', '', '', '2019-02-06 16:01:46'),
(7190, '192.168.3.11', '', '', '', '2019-02-06 16:01:47'),
(7191, '192.168.127.12', '', '', '', '2019-02-06 19:10:55'),
(7192, '192.168.3.11', '', '', '', '2019-02-06 19:10:56'),
(7193, '172.16.31.10', '', '', '', '2019-02-06 19:33:31'),
(7194, '172.16.58.3', '', '', '', '2019-02-06 20:10:59'),
(7195, '172.16.58.3', '', '', '', '2019-02-06 20:28:47'),
(7196, '172.16.58.3', '', '', '', '2019-02-06 20:29:43'),
(7197, '172.16.17.32', '', '', '', '2019-02-07 01:51:44'),
(7198, '192.168.3.11', '', '', '', '2019-02-07 01:51:45'),
(7199, '172.16.17.32', '', '', '', '2019-02-07 01:53:24'),
(7200, '172.16.17.32', '', '', '', '2019-02-07 01:53:25'),
(7201, '192.168.3.11', '', '', '', '2019-02-07 05:56:09'),
(7202, '192.168.3.11', '', '', '', '2019-02-07 05:56:10'),
(7203, '172.16.58.3', '', '', '', '2019-02-07 05:57:16'),
(7204, '172.16.58.3', '', '', '', '2019-02-07 05:58:33'),
(7205, '192.168.3.11', '', '', '', '2019-02-07 07:06:21'),
(7206, '192.168.3.11', '', '', '', '2019-02-07 07:08:38'),
(7207, '192.168.3.11', '', '', '', '2019-02-07 07:23:48'),
(7208, '192.168.3.11', '', '', '', '2019-02-07 08:20:05'),
(7209, '172.16.58.3', '', '', '', '2019-02-07 08:52:54'),
(7210, '172.16.58.3', '', '', '', '2019-02-07 08:53:17'),
(7211, '192.168.3.11', '', '', '', '2019-02-07 09:49:16'),
(7212, '172.16.17.32', '', '', '', '2019-02-07 10:00:04'),
(7213, '172.16.31.10', '', '', '', '2019-02-07 10:00:07'),
(7214, '192.168.127.12', '', '', '', '2019-02-07 10:53:18'),
(7215, '172.16.17.32', '', '', '', '2019-02-07 12:21:53'),
(7216, '192.168.3.11', '', '', '', '2019-02-07 14:13:35'),
(7217, '172.16.31.10', '', '', '', '2019-02-07 14:22:40'),
(7218, '172.16.58.3', '', '', '', '2019-02-07 15:34:35'),
(7219, '172.16.58.3', '', '', '', '2019-02-07 15:35:32'),
(7220, '172.16.31.10', '', '', '', '2019-02-07 16:03:14'),
(7221, '172.16.31.10', '', '', '', '2019-02-07 16:03:16'),
(7222, '172.16.31.10', '', '', '', '2019-02-07 16:03:19'),
(7223, '172.16.31.10', '', '', '', '2019-02-07 16:03:21'),
(7224, '172.16.31.10', '', '', '', '2019-02-07 16:03:22'),
(7225, '172.16.31.10', '', '', '', '2019-02-07 16:03:26'),
(7226, '172.16.31.10', '', '', '', '2019-02-07 16:08:40'),
(7227, '192.168.3.11', '', '', '', '2019-02-07 16:34:24'),
(7228, '172.16.31.10', '', '', '', '2019-02-07 17:27:37'),
(7229, '172.16.31.10', '', '', '', '2019-02-07 21:37:52'),
(7230, '172.16.58.3', '', '', '', '2019-02-07 21:45:51'),
(7231, '192.168.127.12', '', '', '', '2019-02-07 22:47:34'),
(7232, '192.168.127.12', '', '', '', '2019-02-07 23:09:31'),
(7233, '192.168.3.11', '', '', '', '2019-02-07 23:09:34'),
(7234, '172.16.17.32', '', '', '', '2019-02-08 00:11:50'),
(7235, '172.16.17.32', '', '', '', '2019-02-08 00:26:42'),
(7236, '192.168.3.11', '', '', '', '2019-02-08 01:19:28'),
(7237, '192.168.3.11', '', '', '', '2019-02-08 02:24:18'),
(7238, '192.168.3.11', '', '', '', '2019-02-08 02:59:33'),
(7239, '192.168.3.11', '', '', '', '2019-02-08 02:59:40'),
(7240, '172.16.17.32', '', '', '', '2019-02-08 03:00:56'),
(7241, '172.16.58.3', '', '', '', '2019-02-08 04:06:35'),
(7242, '172.16.17.32', '', '', '', '2019-02-08 04:07:05'),
(7243, '172.16.17.32', '', '', '', '2019-02-08 04:07:05'),
(7244, '192.168.3.11', '', '', '', '2019-02-08 06:08:13'),
(7245, '172.16.31.10', '', '', '', '2019-02-08 06:24:09'),
(7246, '192.168.127.12', '', '', '', '2019-02-08 06:49:49'),
(7247, '192.168.3.11', '', '', '', '2019-02-08 07:06:44'),
(7248, '172.16.58.3', '', '', '', '2019-02-08 07:21:12'),
(7249, '172.16.58.3', '', '', '', '2019-02-08 07:21:13'),
(7250, '172.16.58.3', '', '', '', '2019-02-08 07:54:23'),
(7251, '172.16.17.32', '', '', '', '2019-02-08 08:52:57'),
(7252, '192.168.3.11', '', '', '', '2019-02-08 09:12:57'),
(7253, '192.168.3.11', '', '', '', '2019-02-08 09:13:01'),
(7254, '192.168.3.11', '', '', '', '2019-02-08 10:22:40'),
(7255, '192.168.3.11', '', '', '', '2019-02-08 10:22:44'),
(7256, '172.16.31.10', '', '', '', '2019-02-08 10:47:16'),
(7257, '172.16.31.10', '', '', '', '2019-02-08 12:18:18'),
(7258, '172.16.31.10', '', '', '', '2019-02-08 12:18:25'),
(7259, '192.168.3.11', '', '', '', '2019-02-08 12:42:37'),
(7260, '172.16.31.10', '', '', '', '2019-02-08 12:58:38'),
(7261, '192.168.3.11', '', '', '', '2019-02-08 13:16:08'),
(7262, '172.16.31.10', '', '', '', '2019-02-08 14:26:33'),
(7263, '172.16.31.10', '', '', '', '2019-02-08 14:26:35'),
(7264, '192.168.3.11', '', '', '', '2019-02-08 14:52:29'),
(7265, '192.168.3.11', '', '', '', '2019-02-08 15:02:59'),
(7266, '192.168.3.11', '', '', '', '2019-02-08 15:03:05'),
(7267, '192.168.3.11', '', '', '', '2019-02-08 15:17:54'),
(7268, '192.168.3.11', '', '', '', '2019-02-08 16:05:08'),
(7269, '192.168.3.11', '', '', '', '2019-02-08 16:05:10'),
(7270, '192.168.3.11', '', '', '', '2019-02-08 16:05:16'),
(7271, '192.168.3.11', '', '', '', '2019-02-08 18:08:00'),
(7272, '172.16.58.3', '', '', '', '2019-02-08 19:15:44'),
(7273, '172.16.58.3', '', '', '', '2019-02-08 19:15:48'),
(7274, '172.16.31.10', '', '', '', '2019-02-08 20:09:36'),
(7275, '172.16.31.10', '', '', '', '2019-02-08 20:51:58'),
(7276, '172.16.31.10', '', '', '', '2019-02-08 21:20:32'),
(7277, '172.16.31.10', '', '', '', '2019-02-08 23:57:59'),
(7278, '172.16.31.10', '', '', '', '2019-02-08 23:58:02'),
(7279, '192.168.3.11', '', '', '', '2019-02-09 00:58:49'),
(7280, '172.16.17.32', '', '', '', '2019-02-09 03:09:36'),
(7281, '192.168.127.12', '', '', '', '2019-02-09 03:13:25'),
(7282, '192.168.127.12', '', '', '', '2019-02-09 03:13:29'),
(7283, '172.16.31.10', '', '', '', '2019-02-09 06:33:37'),
(7284, '172.16.31.10', '', '', '', '2019-02-09 06:33:37'),
(7285, '172.16.17.32', '', '', '', '2019-02-09 07:31:58'),
(7286, '172.16.31.10', '', '', '', '2019-02-09 08:38:04'),
(7287, '172.16.58.3', '', '', '', '2019-02-09 08:53:44'),
(7288, '192.168.127.12', '', '', '', '2019-02-09 08:53:50'),
(7289, '192.168.3.11', '', '', '', '2019-02-09 08:58:12'),
(7290, '192.168.3.11', '', '', '', '2019-02-09 10:10:56'),
(7291, '172.16.58.3', '', '', '', '2019-02-09 10:17:32'),
(7292, '172.16.58.3', '', '', '', '2019-02-09 10:17:34'),
(7293, '172.16.58.3', '', '', '', '2019-02-09 11:07:54'),
(7294, '172.16.58.3', '', '', '', '2019-02-09 11:08:00'),
(7295, '192.168.3.11', '', '', '', '2019-02-09 11:31:36'),
(7296, '192.168.3.11', '', '', '', '2019-02-09 11:32:23'),
(7297, '172.16.17.32', '', '', '', '2019-02-09 13:15:51'),
(7298, '172.16.17.32', '', '', '', '2019-02-09 13:15:54'),
(7299, '192.168.3.11', '', '', '', '2019-02-09 14:01:38'),
(7300, '172.16.17.32', '', '', '', '2019-02-09 14:09:34'),
(7301, '192.168.3.11', '', '', '', '2019-02-09 14:46:59'),
(7302, '192.168.127.12', '', '', '', '2019-02-09 14:47:32'),
(7303, '172.16.31.10', '', '', '', '2019-02-09 14:47:32'),
(7304, '172.16.58.3', '', '', '', '2019-02-09 15:19:05'),
(7305, '192.168.127.12', '', '', '', '2019-02-09 15:19:06'),
(7306, '192.168.127.12', '', '', '', '2019-02-09 15:28:05'),
(7307, '192.168.127.12', '', '', '', '2019-02-09 15:28:09'),
(7308, '172.16.31.10', '', '', '', '2019-02-09 16:01:25'),
(7309, '172.16.31.10', '', '', '', '2019-02-09 16:01:27'),
(7310, '172.16.31.10', '', '', '', '2019-02-09 16:01:30'),
(7311, '172.16.31.10', '', '', '', '2019-02-09 16:01:31'),
(7312, '172.16.17.32', '', '', '', '2019-02-09 16:25:20'),
(7313, '172.16.17.32', '', '', '', '2019-02-09 16:25:24'),
(7314, '172.16.58.3', '', '', '', '2019-02-09 17:58:06'),
(7315, '172.16.31.10', '', '', '', '2019-02-09 17:58:32'),
(7316, '172.16.17.32', '', '', '', '2019-02-09 18:45:08'),
(7317, '172.16.31.10', '', '', '', '2019-02-09 19:31:27'),
(7318, '172.16.17.32', '', '', '', '2019-02-09 20:38:10'),
(7319, '192.168.127.12', '', '', '', '2019-02-09 21:11:03'),
(7320, '172.16.31.10', '', '', '', '2019-02-09 21:42:57'),
(7321, '192.168.3.11', '', '', '', '2019-02-09 22:56:49'),
(7322, '192.168.127.12', '', '', '', '2019-02-09 23:51:08'),
(7323, '192.168.127.12', '', '', '', '2019-02-09 23:51:10'),
(7324, '172.16.17.32', '', '', '', '2019-02-10 01:15:34'),
(7325, '172.16.17.32', '', '', '', '2019-02-10 01:15:37'),
(7326, '192.168.127.12', '', '', '', '2019-02-10 01:19:55'),
(7327, '192.168.127.12', '', '', '', '2019-02-10 01:20:02'),
(7328, '192.168.3.11', '', '', '', '2019-02-10 01:33:23'),
(7329, '192.168.3.11', '', '', '', '2019-02-10 01:33:27'),
(7330, '172.16.17.32', '', '', '', '2019-02-10 02:54:23'),
(7331, '172.16.17.32', '', '', '', '2019-02-10 03:29:57'),
(7332, '172.16.31.10', '', '', '', '2019-02-10 04:49:01'),
(7333, '192.168.127.12', '', '', '', '2019-02-10 05:05:31'),
(7334, '192.168.3.11', '', '', '', '2019-02-10 05:07:48'),
(7335, '172.16.58.3', '', '', '', '2019-02-10 07:38:25'),
(7336, '172.16.58.3', '', '', '', '2019-02-10 07:38:26'),
(7337, '192.168.127.12', '', '', '', '2019-02-10 08:28:47'),
(7338, '192.168.127.12', '', '', '', '2019-02-10 08:29:05'),
(7339, '192.168.3.11', '', '', '', '2019-02-10 09:09:32'),
(7340, '172.16.58.3', '', '', '', '2019-02-10 10:13:00'),
(7341, '192.168.3.11', '', '', '', '2019-02-10 10:39:54'),
(7342, '172.16.31.10', '', '', '', '2019-02-10 11:40:14'),
(7343, '172.16.31.10', '', '', '', '2019-02-10 11:40:20'),
(7344, '172.16.58.3', '', '', '', '2019-02-10 11:40:20'),
(7345, '172.16.58.3', '', '', '', '2019-02-10 11:40:38'),
(7346, '192.168.127.12', '', '', '', '2019-02-10 11:58:53'),
(7347, '172.16.17.32', '', '', '', '2019-02-10 12:06:45'),
(7348, '192.168.127.12', '', '', '', '2019-02-10 12:07:25'),
(7349, '192.168.127.12', '', '', '', '2019-02-10 12:28:55'),
(7350, '192.168.127.12', '', '', '', '2019-02-10 13:51:13'),
(7351, '192.168.127.12', '', '', '', '2019-02-10 13:51:14'),
(7352, '172.16.31.10', '', '', '', '2019-02-10 14:46:22'),
(7353, '172.16.58.3', '', '', '', '2019-02-10 14:51:21'),
(7354, '172.16.58.3', '', '', '', '2019-02-10 14:51:25'),
(7355, '172.16.31.10', '', '', '', '2019-02-10 15:22:57'),
(7356, '172.16.31.10', '', '', '', '2019-02-10 15:23:13'),
(7357, '192.168.127.12', '', '', '', '2019-02-10 15:46:56'),
(7358, '192.168.127.12', '', '', '', '2019-02-10 15:46:57'),
(7359, '192.168.127.12', '', '', '', '2019-02-10 15:46:59'),
(7360, '172.16.58.3', '', '', '', '2019-02-10 15:57:12'),
(7361, '172.16.58.3', '', '', '', '2019-02-10 15:57:15'),
(7362, '172.16.31.10', '', '', '', '2019-02-10 16:00:23'),
(7363, '172.16.31.10', '', '', '', '2019-02-10 16:02:20'),
(7364, '172.16.31.10', '', '', '', '2019-02-10 16:02:22'),
(7365, '172.16.31.10', '', '', '', '2019-02-10 16:02:28'),
(7366, '172.16.31.10', '', '', '', '2019-02-10 16:02:29'),
(7367, '192.168.3.11', '', '', '', '2019-02-10 16:20:46'),
(7368, '172.16.58.3', '', '', '', '2019-02-10 17:13:03'),
(7369, '192.168.3.11', '', '', '', '2019-02-10 17:52:04'),
(7370, '192.168.3.11', '', '', '', '2019-02-10 20:56:01'),
(7371, '192.168.3.11', '', '', '', '2019-02-10 20:56:03'),
(7372, '172.16.58.3', '', '', '', '2019-02-10 22:14:51'),
(7373, '172.16.58.3', '', '', '', '2019-02-10 22:14:52'),
(7374, '172.16.31.10', '', '', '', '2019-02-11 00:43:05'),
(7375, '172.16.31.10', '', '', '', '2019-02-11 00:43:12'),
(7376, '172.16.31.10', '', '', '', '2019-02-11 01:16:16'),
(7377, '172.16.31.10', '', '', '', '2019-02-11 01:16:22'),
(7378, '172.16.58.3', '', '', '', '2019-02-11 02:21:12'),
(7379, '192.168.127.12', '', '', '', '2019-02-11 03:54:31'),
(7380, '192.168.3.11', '', '', '', '2019-02-11 04:23:51'),
(7381, '192.168.3.11', '', '', '', '2019-02-11 05:29:09'),
(7382, '172.16.58.3', '', '', '', '2019-02-11 06:00:43'),
(7383, '172.16.58.3', '', '', '', '2019-02-11 06:00:44'),
(7384, '192.168.3.11', '', '', '', '2019-02-11 06:32:37'),
(7385, '192.168.3.11', '', '', '', '2019-02-11 06:32:38'),
(7386, '192.168.127.12', '', '', '', '2019-02-11 06:40:03'),
(7387, '192.168.127.12', '', '', '', '2019-02-11 08:42:50'),
(7388, '192.168.3.11', '', '', '', '2019-02-11 10:11:35'),
(7389, '172.16.58.3', '', '', '', '2019-02-11 10:22:17'),
(7390, '172.16.17.32', '', '', '', '2019-02-11 10:58:35'),
(7391, '172.16.17.32', '', '', '', '2019-02-11 10:58:36'),
(7392, '172.16.58.3', '', '', '', '2019-02-11 10:58:50'),
(7393, '172.16.58.3', '', '', '', '2019-02-11 10:59:06'),
(7394, '172.16.17.32', '', '', '', '2019-02-11 11:30:37'),
(7395, '172.16.31.10', '', '', '', '2019-02-11 12:19:07'),
(7396, '172.16.31.10', '', '', '', '2019-02-11 12:28:25'),
(7397, '172.16.17.32', '', '', '', '2019-02-11 13:08:49'),
(7398, '192.168.127.12', '', '', '', '2019-02-11 14:07:34'),
(7399, '192.168.3.11', '', '', '', '2019-02-11 14:31:32'),
(7400, '172.16.17.32', '', '', '', '2019-02-11 14:33:51'),
(7401, '172.16.31.10', '', '', '', '2019-02-11 15:41:04'),
(7402, '172.16.31.10', '', '', '', '2019-02-11 15:41:21'),
(7403, '172.16.31.10', '', '', '', '2019-02-11 16:01:10'),
(7404, '172.16.31.10', '', '', '', '2019-02-11 16:01:14'),
(7405, '172.16.31.10', '', '', '', '2019-02-11 16:01:25'),
(7406, '192.168.3.11', '', '', '', '2019-02-11 16:13:19'),
(7407, '172.16.31.10', '', '', '', '2019-02-11 16:43:19'),
(7408, '172.16.31.10', '', '', '', '2019-02-11 16:43:24'),
(7409, '172.16.58.3', '', '', '', '2019-02-11 17:27:41'),
(7410, '172.16.58.3', '', '', '', '2019-02-11 18:40:59'),
(7411, '192.168.3.11', '', '', '', '2019-02-11 19:55:33'),
(7412, '192.168.3.11', '', '', '', '2019-02-11 19:55:36'),
(7413, '172.16.31.10', '', '', '', '2019-02-11 22:19:37'),
(7414, '172.16.58.3', '', '', '', '2019-02-11 23:01:59'),
(7415, '172.16.17.32', '', '', '', '2019-02-11 23:17:02'),
(7416, '172.16.17.32', '', '', '', '2019-02-11 23:17:02'),
(7417, '192.168.127.12', '', '', '', '2019-02-11 23:29:25'),
(7418, '192.168.127.12', '', '', '', '2019-02-12 00:41:54'),
(7419, '192.168.3.11', '', '', '', '2019-02-12 00:43:33'),
(7420, '172.16.31.10', '', '', '', '2019-02-12 00:45:36'),
(7421, '172.16.31.10', '', '', '', '2019-02-12 00:45:36'),
(7422, '172.16.31.10', '', '', '', '2019-02-12 00:45:44'),
(7423, '192.168.3.11', '', '', '', '2019-02-12 01:21:12'),
(7424, '192.168.3.11', '', '', '', '2019-02-12 01:30:25'),
(7425, '192.168.3.11', '', '', '', '2019-02-12 01:30:25'),
(7426, '192.168.3.11', '', '', '', '2019-02-12 01:33:24'),
(7427, '192.168.3.11', '', '', '', '2019-02-12 01:33:27'),
(7428, '192.168.3.11', '', '', '', '2019-02-12 01:34:52'),
(7429, '192.168.3.11', '', '', '', '2019-02-12 01:34:53'),
(7430, '192.168.3.11', '', '', '', '2019-02-12 02:07:00'),
(7431, '172.16.31.10', '', '', '', '2019-02-12 03:19:26'),
(7432, '172.16.31.10', '', '', '', '2019-02-12 03:19:27'),
(7433, '172.16.17.32', '', '', '', '2019-02-12 04:47:58'),
(7434, '172.16.58.3', '', '', '', '2019-02-12 05:17:35'),
(7435, '172.16.58.3', '', '', '', '2019-02-12 05:17:36'),
(7436, '192.168.3.11', '', '', '', '2019-02-12 06:19:18'),
(7437, '192.168.3.11', '', '', '', '2019-02-12 06:38:47'),
(7438, '172.16.31.10', '', '', '', '2019-02-12 06:52:49'),
(7439, '172.16.31.10', '', '', '', '2019-02-12 06:52:49'),
(7440, '172.16.17.32', '', '', '', '2019-02-12 07:15:41'),
(7441, '172.16.17.32', '', '', '', '2019-02-12 07:19:22'),
(7442, '172.16.58.3', '', '', '', '2019-02-12 08:19:41'),
(7443, '192.168.127.12', '', '', '', '2019-02-12 08:19:42'),
(7444, '172.16.31.10', '', '', '', '2019-02-12 09:08:25'),
(7445, '172.16.31.10', '', '', '', '2019-02-12 09:08:37'),
(7446, '172.16.31.10', '', '', '', '2019-02-12 09:08:54'),
(7447, '192.168.3.11', '', '', '', '2019-02-12 09:31:18'),
(7448, '192.168.3.11', '', '', '', '2019-02-12 09:33:42'),
(7449, '192.168.127.12', '', '', '', '2019-02-12 09:43:06'),
(7450, '192.168.127.12', '', '', '', '2019-02-12 09:43:09'),
(7451, '172.16.31.10', '', '', '', '2019-02-12 10:20:14'),
(7452, '172.16.58.3', '', '', '', '2019-02-12 14:12:00'),
(7453, '192.168.3.11', '', '', '', '2019-02-12 14:29:56'),
(7454, '192.168.3.11', '', '', '', '2019-02-12 14:44:33'),
(7455, '192.168.3.11', '', '', '', '2019-02-12 14:46:18'),
(7456, '192.168.3.11', '', '', '', '2019-02-12 14:46:43'),
(7457, '192.168.3.11', '', '', '', '2019-02-12 14:48:10'),
(7458, '172.16.17.32', '', '', '', '2019-02-12 14:49:41'),
(7459, '172.16.17.32', '', '', '', '2019-02-12 14:49:44'),
(7460, '192.168.3.11', '', '', '', '2019-02-12 15:05:19'),
(7461, '172.16.17.32', '', '', '', '2019-02-12 15:18:22'),
(7462, '172.16.17.32', '', '', '', '2019-02-12 15:22:03'),
(7463, '192.168.127.12', '', '', '', '2019-02-12 15:23:03'),
(7464, '172.16.31.10', '', '', '', '2019-02-12 15:36:52'),
(7465, '192.168.127.12', '', '', '', '2019-02-12 16:05:46'),
(7466, '192.168.127.12', '', '', '', '2019-02-12 16:05:48'),
(7467, '192.168.127.12', '', '', '', '2019-02-12 16:05:56'),
(7468, '192.168.127.12', '', '', '', '2019-02-12 16:06:02'),
(7469, '192.168.127.12', '', '', '', '2019-02-12 16:06:04'),
(7470, '172.16.17.32', '', '', '', '2019-02-12 16:32:32'),
(7471, '172.16.17.32', '', '', '', '2019-02-12 16:32:50'),
(7472, '192.168.127.12', '', '', '', '2019-02-12 17:49:20'),
(7473, '192.168.3.11', '', '', '', '2019-02-12 19:52:16'),
(7474, '172.16.31.10', '', '', '', '2019-02-12 19:52:19'),
(7475, '172.16.58.3', '', '', '', '2019-02-12 19:52:23'),
(7476, '192.168.3.11', '', '', '', '2019-02-12 20:08:29'),
(7477, '192.168.3.11', '', '', '', '2019-02-12 21:41:01'),
(7478, '192.168.3.11', '', '', '', '2019-02-12 21:41:15'),
(7479, '192.168.127.12', '', '', '', '2019-02-12 23:08:37'),
(7480, '172.16.31.10', '', '', '', '2019-02-12 23:16:59'),
(7481, '172.16.17.32', '', '', '', '2019-02-12 23:38:18'),
(7482, '172.16.17.32', '', '', '', '2019-02-12 23:46:29'),
(7483, '172.16.31.10', '', '', '', '2019-02-13 00:30:30'),
(7484, '172.16.31.10', '', '', '', '2019-02-13 00:58:52'),
(7485, '192.168.127.12', '', '', '', '2019-02-13 01:42:37'),
(7486, '192.168.3.11', '', '', '', '2019-02-13 02:48:07'),
(7487, '172.16.31.10', '', '', '', '2019-02-13 02:52:09'),
(7488, '172.16.17.32', '', '', '', '2019-02-13 02:52:45'),
(7489, '172.16.31.10', '', '', '', '2019-02-13 02:56:33'),
(7490, '172.16.58.3', '', '', '', '2019-02-13 03:13:01'),
(7491, '192.168.127.12', '', '', '', '2019-02-13 03:51:39'),
(7492, '172.16.58.3', '', '', '', '2019-02-13 04:18:05'),
(7493, '172.16.31.10', '', '', '', '2019-02-13 04:19:11'),
(7494, '172.16.31.10', '', '', '', '2019-02-13 04:19:12'),
(7495, '172.16.31.10', '', '', '', '2019-02-13 06:01:05'),
(7496, '172.16.31.10', '', '', '', '2019-02-13 06:37:41'),
(7497, '192.168.3.11', '', '', '', '2019-02-13 07:03:08'),
(7498, '172.16.58.3', '', '', '', '2019-02-13 07:05:10'),
(7499, '172.16.58.3', '', '', '', '2019-02-13 07:05:11'),
(7500, '172.16.31.10', '', '', '', '2019-02-13 08:19:09'),
(7501, '172.16.58.3', '', '', '', '2019-02-13 08:19:35'),
(7502, '192.168.3.11', '', '', '', '2019-02-13 08:58:38'),
(7503, '172.16.31.10', '', '', '', '2019-02-13 11:11:32'),
(7504, '172.16.31.10', '', '', '', '2019-02-13 11:59:46'),
(7505, '172.16.31.10', '', '', '', '2019-02-13 12:34:13'),
(7506, '192.168.127.12', '', '', '', '2019-02-13 12:52:38'),
(7507, '192.168.3.11', '', '', '', '2019-02-13 14:32:47'),
(7508, '172.16.58.3', '', '', '', '2019-02-13 15:23:55'),
(7509, '192.168.3.11', '', '', '', '2019-02-13 15:37:19'),
(7510, '192.168.3.11', '', '', '', '2019-02-13 15:37:20'),
(7511, '192.168.3.11', '', '', '', '2019-02-13 15:37:20'),
(7512, '192.168.3.11', '', '', '', '2019-02-13 15:37:21'),
(7513, '192.168.3.11', '', '', '', '2019-02-13 15:37:22'),
(7514, '192.168.3.11', '', '', '', '2019-02-13 15:37:22'),
(7515, '192.168.3.11', '', '', '', '2019-02-13 15:37:23'),
(7516, '192.168.3.11', '', '', '', '2019-02-13 15:37:23'),
(7517, '192.168.3.11', '', '', '', '2019-02-13 15:37:24'),
(7518, '192.168.3.11', '', '', '', '2019-02-13 15:37:26'),
(7519, '192.168.3.11', '', '', '', '2019-02-13 15:37:26'),
(7520, '192.168.3.11', '', '', '', '2019-02-13 15:37:27'),
(7521, '192.168.3.11', '', '', '', '2019-02-13 15:37:28'),
(7522, '192.168.3.11', '', '', '', '2019-02-13 15:37:28'),
(7523, '172.16.31.10', '', '', '', '2019-02-13 16:05:47'),
(7524, '172.16.31.10', '', '', '', '2019-02-13 16:05:48'),
(7525, '172.16.31.10', '', '', '', '2019-02-13 16:05:51'),
(7526, '192.168.127.12', '', '', '', '2019-02-13 22:23:54'),
(7527, '172.16.58.3', '', '', '', '2019-02-13 22:23:56'),
(7528, '172.16.58.3', '', '', '', '2019-02-13 23:48:04'),
(7529, '192.168.127.12', '', '', '', '2019-02-14 00:42:16'),
(7530, '192.168.127.12', '', '', '', '2019-02-14 01:17:16'),
(7531, '192.168.127.12', '', '', '', '2019-02-14 01:55:13'),
(7532, '172.16.17.32', '', '', '', '2019-02-14 04:40:46'),
(7533, '172.16.17.32', '', '', '', '2019-02-14 04:40:47'),
(7534, '172.16.17.32', '', '', '', '2019-02-14 04:40:48'),
(7535, '172.16.17.32', '', '', '', '2019-02-14 04:40:49'),
(7536, '172.16.17.32', '', '', '', '2019-02-14 04:40:50'),
(7537, '172.16.17.32', '', '', '', '2019-02-14 04:40:51'),
(7538, '172.16.17.32', '', '', '', '2019-02-14 04:40:52'),
(7539, '172.16.17.32', '', '', '', '2019-02-14 04:40:54'),
(7540, '172.16.17.32', '', '', '', '2019-02-14 04:40:55'),
(7541, '172.16.17.32', '', '', '', '2019-02-14 04:40:56'),
(7542, '172.16.17.32', '', '', '', '2019-02-14 04:40:56'),
(7543, '172.16.17.32', '', '', '', '2019-02-14 04:40:58'),
(7544, '172.16.17.32', '', '', '', '2019-02-14 04:40:58'),
(7545, '172.16.17.32', '', '', '', '2019-02-14 04:40:59'),
(7546, '172.16.31.10', '', '', '', '2019-02-14 05:22:34'),
(7547, '172.16.31.10', '', '', '', '2019-02-14 05:22:34'),
(7548, '172.16.58.3', '', '', '', '2019-02-14 05:53:17'),
(7549, '192.168.127.12', '', '', '', '2019-02-14 06:38:20'),
(7550, '192.168.127.12', '', '', '', '2019-02-14 06:38:21'),
(7551, '172.16.31.10', '', '', '', '2019-02-14 12:54:51'),
(7552, '172.16.17.32', '', '', '', '2019-02-14 13:05:28'),
(7553, '192.168.3.11', '', '', '', '2019-02-14 13:22:08'),
(7554, '192.168.3.11', '', '', '', '2019-02-14 13:32:25'),
(7555, '192.168.3.11', '', '', '', '2019-02-14 13:33:09'),
(7556, '172.16.31.10', '', '', '', '2019-02-14 14:08:26'),
(7557, '192.168.3.11', '', '', '', '2019-02-14 14:44:49'),
(7558, '172.16.58.3', '', '', '', '2019-02-14 14:57:51'),
(7559, '192.168.127.12', '', '', '', '2019-02-14 15:38:22'),
(7560, '192.168.3.11', '', '', '', '2019-02-14 16:07:00'),
(7561, '192.168.3.11', '', '', '', '2019-02-14 16:07:01'),
(7562, '172.16.31.10', '', '', '', '2019-02-14 16:51:46'),
(7563, '172.16.31.10', '', '', '', '2019-02-14 19:32:07'),
(7564, '172.16.31.10', '', '', '', '2019-02-14 21:25:18'),
(7565, '172.16.31.10', '', '', '', '2019-02-14 21:25:19'),
(7566, '192.168.3.11', '', '', '', '2019-02-14 22:25:15'),
(7567, '192.168.3.11', '', '', '', '2019-02-14 23:30:13'),
(7568, '192.168.3.11', '', '', '', '2019-02-15 00:42:41'),
(7569, '172.16.31.10', '', '', '', '2019-02-15 02:31:26'),
(7570, '172.16.17.32', '', '', '', '2019-02-15 02:31:27'),
(7571, '172.16.31.10', '', '', '', '2019-02-15 03:14:49'),
(7572, '192.168.127.12', '', '', '', '2019-02-15 04:21:48'),
(7573, '172.16.31.10', '', '', '', '2019-02-15 04:53:58'),
(7574, '192.168.3.11', '', '', '', '2019-02-15 06:08:21'),
(7575, '192.168.3.11', '', '', '', '2019-02-15 06:08:22'),
(7576, '172.16.58.3', '', '', '', '2019-02-15 06:33:48'),
(7577, '192.168.127.12', '', '', '', '2019-02-15 06:34:36'),
(7578, '172.16.31.10', '', '', '', '2019-02-15 08:13:48'),
(7579, '192.168.127.12', '', '', '', '2019-02-15 09:54:16'),
(7580, '192.168.3.11', '', '', '', '2019-02-15 09:58:37'),
(7581, '172.16.17.32', '', '', '', '2019-02-15 11:04:54'),
(7582, '172.16.58.3', '', '', '', '2019-02-15 11:31:06'),
(7583, '192.168.127.12', '', '', '', '2019-02-15 11:34:11'),
(7584, '192.168.127.12', '', '', '', '2019-02-15 13:12:53'),
(7585, '192.168.127.12', '', '', '', '2019-02-15 14:54:54'),
(7586, '192.168.3.11', '', '', '', '2019-02-15 16:00:55'),
(7587, '192.168.3.11', '', '', '', '2019-02-15 16:00:57'),
(7588, '192.168.3.11', '', '', '', '2019-02-15 16:01:13'),
(7589, '192.168.3.11', '', '', '', '2019-02-15 16:01:14'),
(7590, '172.16.31.10', '', '', '', '2019-02-15 16:55:59'),
(7591, '172.16.58.3', '', '', '', '2019-02-15 17:43:20'),
(7592, '192.168.3.11', '', '', '', '2019-02-15 18:16:43'),
(7593, '192.168.127.12', '', '', '', '2019-02-15 19:09:02'),
(7594, '192.168.127.12', '', '', '', '2019-02-15 19:09:04'),
(7595, '172.16.31.10', '', '', '', '2019-02-15 21:13:49'),
(7596, '172.16.31.10', '', '', '', '2019-02-15 23:04:28'),
(7597, '172.16.31.10', '', '', '', '2019-02-16 00:45:09'),
(7598, '172.16.58.3', '', '', '', '2019-02-16 03:33:22'),
(7599, '192.168.127.12', '', '', '', '2019-02-16 04:25:33'),
(7600, '172.16.31.10', '', '', '', '2019-02-16 04:57:25'),
(7601, '192.168.3.11', '', '', '', '2019-02-16 05:22:14'),
(7602, '192.168.127.12', '', '', '', '2019-02-16 06:54:02'),
(7603, '172.16.17.32', '', '', '', '2019-02-16 06:54:04'),
(7604, '192.168.127.12', '', '', '', '2019-02-16 09:07:54'),
(7605, '192.168.127.12', '', '', '', '2019-02-16 09:07:57'),
(7606, '192.168.127.12', '', '', '', '2019-02-16 15:54:12'),
(7607, '192.168.3.11', '', '', '', '2019-02-16 16:01:29'),
(7608, '192.168.3.11', '', '', '', '2019-02-16 16:01:31'),
(7609, '192.168.3.11', '', '', '', '2019-02-16 16:01:32'),
(7610, '192.168.3.11', '', '', '', '2019-02-16 16:01:34'),
(7611, '192.168.3.11', '', '', '', '2019-02-16 16:01:40'),
(7612, '192.168.3.11', '', '', '', '2019-02-16 18:01:25'),
(7613, '172.16.58.3', '', '', '', '2019-02-16 19:38:02'),
(7614, '172.16.58.3', '', '', '', '2019-02-16 19:38:04'),
(7615, '192.168.3.11', '', '', '', '2019-02-16 21:24:13'),
(7616, '172.16.17.32', '', '', '', '2019-02-16 21:39:51'),
(7617, '172.16.58.3', '', '', '', '2019-02-17 00:22:19'),
(7618, '172.16.58.3', '', '', '', '2019-02-17 00:22:20'),
(7619, '192.168.127.12', '', '', '', '2019-02-17 01:07:39'),
(7620, '192.168.127.12', '', '', '', '2019-02-17 06:10:30'),
(7621, '192.168.3.11', '', '', '', '2019-02-17 07:02:40'),
(7622, '192.168.3.11', '', '', '', '2019-02-17 07:02:41'),
(7623, '172.16.17.32', '', '', '', '2019-02-17 10:15:42'),
(7624, '172.16.31.10', '', '', '', '2019-02-17 10:49:02'),
(7625, '192.168.3.11', '', '', '', '2019-02-17 11:31:42'),
(7626, '192.168.127.12', '', '', '', '2019-02-17 11:37:56'),
(7627, '172.16.31.10', '', '', '', '2019-02-17 16:03:23'),
(7628, '172.16.31.10', '', '', '', '2019-02-17 16:03:25'),
(7629, '172.16.31.10', '', '', '', '2019-02-17 16:03:26'),
(7630, '172.16.31.10', '', '', '', '2019-02-17 16:03:31'),
(7631, '192.168.127.12', '', '', '', '2019-02-17 16:39:51'),
(7632, '172.16.17.32', '', '', '', '2019-02-18 01:31:33'),
(7633, '172.16.17.32', '', '', '', '2019-02-18 01:32:20'),
(7634, '172.16.31.10', '', '', '', '2019-02-18 03:57:41'),
(7635, '172.16.31.10', '', '', '', '2019-02-18 07:16:02'),
(7636, '172.16.31.10', '', '', '', '2019-02-18 07:16:04'),
(7637, '192.168.3.11', '', '', '', '2019-02-18 08:26:28'),
(7638, '192.168.3.11', '', '', '', '2019-02-18 08:26:29'),
(7639, '172.16.58.3', '', '', '', '2019-02-18 10:51:40'),
(7640, '172.16.58.3', '', '', '', '2019-02-18 10:51:41'),
(7641, '172.16.17.32', '', '', '', '2019-02-18 11:03:57'),
(7642, '172.16.31.10', '', '', '', '2019-02-18 11:23:11'),
(7643, '172.16.31.10', '', '', '', '2019-02-18 12:02:41'),
(7644, '192.168.127.12', '', '', '', '2019-02-18 13:35:17'),
(7645, '172.16.31.10', '', '', '', '2019-02-18 14:40:10'),
(7646, '172.16.31.10', '', '', '', '2019-02-18 15:10:23'),
(7647, '172.16.17.32', '', '', '', '2019-02-18 15:32:16'),
(7648, '172.16.17.32', '', '', '', '2019-02-18 15:33:42'),
(7649, '192.168.127.12', '', '', '', '2019-02-18 15:44:54'),
(7650, '192.168.3.11', '', '', '', '2019-02-18 16:05:41'),
(7651, '192.168.3.11', '', '', '', '2019-02-18 16:05:45'),
(7652, '192.168.3.11', '', '', '', '2019-02-18 16:05:58'),
(7653, '192.168.3.11', '', '', '', '2019-02-18 16:06:00'),
(7654, '192.168.3.11', '', '', '', '2019-02-18 16:28:39'),
(7655, '172.16.31.10', '', '', '', '2019-02-18 18:08:27'),
(7656, '172.16.58.3', '', '', '', '2019-02-18 21:11:01'),
(7657, '172.16.58.3', '', '', '', '2019-02-18 21:11:02'),
(7658, '192.168.127.12', '', '', '', '2019-02-18 21:24:09'),
(7659, '192.168.3.11', '', '', '', '2019-02-18 21:32:34'),
(7660, '172.16.58.3', '', '', '', '2019-02-18 22:43:52'),
(7661, '172.16.58.3', '', '', '', '2019-02-18 23:59:40'),
(7662, '192.168.3.11', '', '', '', '2019-02-19 00:00:39'),
(7663, '172.16.58.3', '', '', '', '2019-02-19 00:03:16'),
(7664, '192.168.3.11', '', '', '', '2019-02-19 00:14:58'),
(7665, '172.16.17.32', '', '', '', '2019-02-19 01:03:32'),
(7666, '172.16.17.32', '', '', '', '2019-02-19 01:45:11'),
(7667, '192.168.3.11', '', '', '', '2019-02-19 01:45:12'),
(7668, '192.168.3.11', '', '', '', '2019-02-19 03:06:45'),
(7669, '192.168.127.12', '', '', '', '2019-02-19 04:34:35'),
(7670, '172.16.17.32', '', '', '', '2019-02-19 05:27:41'),
(7671, '172.16.58.3', '', '', '', '2019-02-19 07:46:03'),
(7672, '192.168.3.11', '', '', '', '2019-02-19 08:16:32'),
(7673, '192.168.3.11', '', '', '', '2019-02-19 08:16:32'),
(7674, '192.168.3.11', '', '', '', '2019-02-19 08:54:23'),
(7675, '192.168.3.11', '', '', '', '2019-02-19 08:54:24'),
(7676, '192.168.3.11', '', '', '', '2019-02-19 09:00:00'),
(7677, '192.168.3.11', '', '', '', '2019-02-19 09:00:01'),
(7678, '192.168.3.11', '', '', '', '2019-02-19 09:04:29'),
(7679, '192.168.3.11', '', '', '', '2019-02-19 09:04:30'),
(7680, '172.16.31.10', '', '', '', '2019-02-19 09:18:43'),
(7681, '172.16.31.10', '', '', '', '2019-02-19 09:18:45'),
(7682, '172.16.31.10', '', '', '', '2019-02-19 10:52:13'),
(7683, '172.16.17.32', '', '', '', '2019-02-19 11:37:39'),
(7684, '172.16.17.32', '', '', '', '2019-02-19 14:21:28'),
(7685, '172.16.31.10', '', '', '', '2019-02-19 16:06:20'),
(7686, '172.16.31.10', '', '', '', '2019-02-19 16:06:26'),
(7687, '172.16.17.32', '', '', '', '2019-02-19 17:08:40'),
(7688, '172.16.31.10', '', '', '', '2019-02-19 17:51:25'),
(7689, '172.16.31.10', '', '', '', '2019-02-19 17:51:26'),
(7690, '192.168.127.12', '', '', '', '2019-02-19 19:04:47'),
(7691, '192.168.127.12', '', '', '', '2019-02-19 19:04:49'),
(7692, '192.168.127.12', '', '', '', '2019-02-19 19:04:50'),
(7693, '192.168.127.12', '', '', '', '2019-02-19 19:04:51'),
(7694, '192.168.127.12', '', '', '', '2019-02-19 19:04:55'),
(7695, '192.168.127.12', '', '', '', '2019-02-19 19:04:58'),
(7696, '192.168.127.12', '', '', '', '2019-02-19 19:05:03'),
(7697, '192.168.127.12', '', '', '', '2019-02-19 19:05:04'),
(7698, '192.168.3.11', '', '', '', '2019-02-19 21:51:28'),
(7699, '172.16.17.32', '', '', '', '2019-02-19 21:57:52'),
(7700, '192.168.3.11', '', '', '', '2019-02-19 22:12:11'),
(7701, '172.16.17.32', '', '', '', '2019-02-19 22:52:25'),
(7702, '172.16.58.3', '', '', '', '2019-02-19 22:52:54'),
(7703, '172.16.31.10', '', '', '', '2019-02-19 23:19:15'),
(7704, '172.16.58.3', '', '', '', '2019-02-19 23:19:16'),
(7705, '192.168.127.12', '', '', '', '2019-02-19 23:20:36'),
(7706, '172.16.17.32', '', '', '', '2019-02-19 23:42:04'),
(7707, '172.16.58.3', '', '', '', '2019-02-20 00:46:07'),
(7708, '192.168.127.12', '', '', '', '2019-02-20 00:48:19'),
(7709, '172.16.58.3', '', '', '', '2019-02-20 00:48:21'),
(7710, '172.16.17.32', '', '', '', '2019-02-20 01:50:48'),
(7711, '172.16.17.32', '', '', '', '2019-02-20 02:50:49'),
(7712, '172.16.17.32', '', '', '', '2019-02-20 02:50:50'),
(7713, '172.16.31.10', '', '', '', '2019-02-20 04:51:55'),
(7714, '192.168.127.12', '', '', '', '2019-02-20 08:08:31'),
(7715, '192.168.127.12', '', '', '', '2019-02-20 08:08:33'),
(7716, '172.16.17.32', '', '', '', '2019-02-20 13:57:11'),
(7717, '172.16.17.32', '', '', '', '2019-02-20 14:47:30'),
(7718, '172.16.31.10', '', '', '', '2019-02-20 16:04:09'),
(7719, '172.16.31.10', '', '', '', '2019-02-20 16:04:11'),
(7720, '172.16.31.10', '', '', '', '2019-02-20 16:04:17'),
(7721, '172.16.31.10', '', '', '', '2019-02-20 16:04:22'),
(7722, '192.168.3.11', '', '', '', '2019-02-20 16:56:13'),
(7723, '172.16.58.3', '', '', '', '2019-02-20 17:34:46'),
(7724, '192.168.3.11', '', '', '', '2019-02-20 17:39:30'),
(7725, '192.168.127.12', '', '', '', '2019-02-20 18:20:08'),
(7726, '172.16.58.3', '', '', '', '2019-02-20 19:25:39'),
(7727, '172.16.58.3', '', '', '', '2019-02-20 19:30:36'),
(7728, '172.16.58.3', '', '', '', '2019-02-20 21:19:22'),
(7729, '172.16.58.3', '', '', '', '2019-02-20 21:19:27'),
(7730, '192.168.3.11', '', '', '', '2019-02-20 23:48:31'),
(7731, '172.16.31.10', '', '', '', '2019-02-21 01:29:34'),
(7732, '192.168.3.11', '', '', '', '2019-02-21 08:11:02'),
(7733, '192.168.3.11', '', '', '', '2019-02-21 08:37:54'),
(7734, '172.16.58.3', '', '', '', '2019-02-21 08:37:57'),
(7735, '172.16.58.3', '', '', '', '2019-02-21 09:09:38'),
(7736, '172.16.58.3', '', '', '', '2019-02-21 09:09:38'),
(7737, '172.16.31.10', '', '', '', '2019-02-21 09:24:01'),
(7738, '172.16.31.10', '', '', '', '2019-02-21 12:01:34'),
(7739, '192.168.127.12', '', '', '', '2019-02-21 12:17:05'),
(7740, '192.168.127.12', '', '', '', '2019-02-21 12:17:05'),
(7741, '192.168.127.12', '', '', '', '2019-02-21 12:17:06'),
(7742, '192.168.3.11', '', '', '', '2019-02-21 13:27:49'),
(7743, '192.168.3.11', '', '', '', '2019-02-21 13:27:57'),
(7744, '192.168.3.11', '', '', '', '2019-02-21 14:22:46'),
(7745, '192.168.3.11', '', '', '', '2019-02-21 16:06:13'),
(7746, '192.168.3.11', '', '', '', '2019-02-21 16:06:15'),
(7747, '192.168.3.11', '', '', '', '2019-02-21 16:06:24'),
(7748, '192.168.3.11', '', '', '', '2019-02-21 16:06:31'),
(7749, '172.16.17.32', '', '', '', '2019-02-21 16:47:34'),
(7750, '172.16.31.10', '', '', '', '2019-02-21 17:01:43'),
(7751, '192.168.127.12', '', '', '', '2019-02-21 17:07:20'),
(7752, '172.16.31.10', '', '', '', '2019-02-21 17:35:01'),
(7753, '172.16.31.10', '', '', '', '2019-02-21 18:00:55'),
(7754, '172.16.17.32', '', '', '', '2019-02-21 18:03:21'),
(7755, '192.168.3.11', '', '', '', '2019-02-21 18:25:04'),
(7756, '172.16.31.10', '', '', '', '2019-02-21 18:51:21'),
(7757, '172.16.58.3', '', '', '', '2019-02-21 18:51:33'),
(7758, '192.168.3.11', '', '', '', '2019-02-21 19:19:08'),
(7759, '192.168.3.11', '', '', '', '2019-02-21 20:30:34'),
(7760, '192.168.3.11', '', '', '', '2019-02-21 20:43:13'),
(7761, '172.16.58.3', '', '', '', '2019-02-21 21:09:25'),
(7762, '172.16.58.3', '', '', '', '2019-02-21 21:09:32'),
(7763, '172.16.58.3', '', '', '', '2019-02-21 21:09:33'),
(7764, '172.16.58.3', '', '', '', '2019-02-21 21:09:36'),
(7765, '172.16.58.3', '', '', '', '2019-02-21 21:09:39'),
(7766, '172.16.58.3', '', '', '', '2019-02-21 21:09:41'),
(7767, '172.16.58.3', '', '', '', '2019-02-21 21:09:42'),
(7768, '192.168.127.12', '', '', '', '2019-02-21 21:22:18'),
(7769, '172.16.17.32', '', '', '', '2019-02-21 21:22:44'),
(7770, '192.168.3.11', '', '', '', '2019-02-21 21:36:02'),
(7771, '192.168.3.11', '', '', '', '2019-02-21 21:37:50'),
(7772, '172.16.17.32', '', '', '', '2019-02-21 21:44:04'),
(7773, '172.16.17.32', '', '', '', '2019-02-21 23:56:51');
INSERT INTO `traffic` (`id_traffic`, `ip`, `browser`, `platform`, `negara`, `waktu_akses`) VALUES
(7774, '172.16.31.10', '', '', '', '2019-02-22 03:24:55'),
(7775, '172.16.17.32', '', '', '', '2019-02-22 03:30:01'),
(7776, '192.168.3.11', '', '', '', '2019-02-22 05:38:08'),
(7777, '172.16.17.32', '', '', '', '2019-02-22 06:43:37'),
(7778, '172.16.17.32', '', '', '', '2019-02-22 06:43:38'),
(7779, '172.16.31.10', '', '', '', '2019-02-22 07:33:04'),
(7780, '172.16.31.10', '', '', '', '2019-02-22 07:33:08'),
(7781, '172.16.31.10', '', '', '', '2019-02-22 08:20:23'),
(7782, '192.168.3.11', '', '', '', '2019-02-22 08:53:40'),
(7783, '172.16.31.10', '', '', '', '2019-02-22 08:54:25'),
(7784, '192.168.127.12', '', '', '', '2019-02-22 09:07:08'),
(7785, '192.168.3.11', '', '', '', '2019-02-22 09:12:50'),
(7786, '172.16.31.10', '', '', '', '2019-02-22 10:17:47'),
(7787, '172.16.31.10', '', '', '', '2019-02-22 10:17:50'),
(7788, '172.16.31.10', '', '', '', '2019-02-22 10:24:00'),
(7789, '172.16.17.32', '', '', '', '2019-02-22 10:41:01'),
(7790, '192.168.3.11', '', '', '', '2019-02-22 11:47:31'),
(7791, '172.16.58.3', '', '', '', '2019-02-22 14:40:28'),
(7792, '172.16.31.10', '', '', '', '2019-02-22 15:31:46'),
(7793, '172.16.31.10', '', '', '', '2019-02-22 16:00:10'),
(7794, '172.16.31.10', '', '', '', '2019-02-22 16:05:25'),
(7795, '172.16.31.10', '', '', '', '2019-02-22 16:05:27'),
(7796, '172.16.31.10', '', '', '', '2019-02-22 16:05:29'),
(7797, '172.16.31.10', '', '', '', '2019-02-22 16:05:33'),
(7798, '172.16.58.3', '', '', '', '2019-02-22 16:32:31'),
(7799, '172.16.58.3', '', '', '', '2019-02-22 19:01:20'),
(7800, '172.16.31.10', '', '', '', '2019-02-22 19:26:26'),
(7801, '172.16.31.10', '', '', '', '2019-02-22 19:27:52'),
(7802, '172.16.17.32', '', '', '', '2019-02-22 19:40:02'),
(7803, '172.16.31.10', '', '', '', '2019-02-22 21:27:10'),
(7804, '172.16.31.10', '', '', '', '2019-02-22 21:27:10'),
(7805, '172.16.31.10', '', '', '', '2019-02-22 23:39:32'),
(7806, '172.16.58.3', '', '', '', '2019-02-23 00:07:16'),
(7807, '172.16.17.32', '', '', '', '2019-02-23 00:29:38'),
(7808, '172.16.17.32', '', '', '', '2019-02-23 00:35:45'),
(7809, '172.16.58.3', '', '', '', '2019-02-23 01:38:11'),
(7810, '172.16.58.3', '', '', '', '2019-02-23 01:38:12'),
(7811, '172.16.17.32', '', '', '', '2019-02-23 02:17:16'),
(7812, '172.16.31.10', '', '', '', '2019-02-23 02:47:36'),
(7813, '172.16.31.10', '', '', '', '2019-02-23 02:47:42'),
(7814, '172.16.31.10', '', '', '', '2019-02-23 06:40:36'),
(7815, '172.16.31.10', '', '', '', '2019-02-23 07:06:01'),
(7816, '172.16.31.10', '', '', '', '2019-02-23 07:06:02'),
(7817, '192.168.3.11', '', '', '', '2019-02-23 09:00:57'),
(7818, '192.168.3.11', '', '', '', '2019-02-23 12:41:38'),
(7819, '192.168.127.12', '', '', '', '2019-02-23 12:41:39'),
(7820, '192.168.3.11', '', '', '', '2019-02-23 13:08:57'),
(7821, '192.168.3.11', '', '', '', '2019-02-23 13:20:07'),
(7822, '192.168.127.12', '', '', '', '2019-02-23 13:20:45'),
(7823, '172.16.17.32', '', '', '', '2019-02-23 13:21:22'),
(7824, '192.168.127.12', '', '', '', '2019-02-23 14:27:06'),
(7825, '172.16.31.10', '', '', '', '2019-02-23 15:55:48'),
(7826, '192.168.3.11', '', '', '', '2019-02-23 15:55:48'),
(7827, '172.16.31.10', '', '', '', '2019-02-23 16:06:15'),
(7828, '172.16.31.10', '', '', '', '2019-02-23 16:06:17'),
(7829, '172.16.31.10', '', '', '', '2019-02-23 16:06:18'),
(7830, '192.168.3.11', '', '', '', '2019-02-23 18:25:40'),
(7831, '192.168.127.12', '', '', '', '2019-02-23 22:57:35'),
(7832, '192.168.127.12', '', '', '', '2019-02-23 23:56:36'),
(7833, '192.168.3.11', '', '', '', '2019-02-24 00:23:22'),
(7834, '192.168.127.12', '', '', '', '2019-02-24 00:23:23'),
(7835, '172.16.17.32', '', '', '', '2019-02-24 01:29:02'),
(7836, '172.16.17.32', '', '', '', '2019-02-24 01:29:04'),
(7837, '192.168.3.11', '', '', '', '2019-02-24 01:29:39'),
(7838, '172.16.58.3', '', '', '', '2019-02-24 01:30:23'),
(7839, '172.16.58.3', '', '', '', '2019-02-24 01:34:26'),
(7840, '192.168.3.11', '', '', '', '2019-02-24 01:34:34'),
(7841, '172.16.31.10', '', '', '', '2019-02-24 02:33:39'),
(7842, '172.16.17.32', '', '', '', '2019-02-24 03:34:01'),
(7843, '192.168.3.11', '', '', '', '2019-02-24 03:34:02'),
(7844, '192.168.127.12', '', '', '', '2019-02-24 03:34:38'),
(7845, '192.168.3.11', '', '', '', '2019-02-24 03:34:39'),
(7846, '192.168.3.11', '', '', '', '2019-02-24 05:13:28'),
(7847, '172.16.17.32', '', '', '', '2019-02-24 05:29:16'),
(7848, '192.168.3.11', '', '', '', '2019-02-24 05:42:50'),
(7849, '172.16.31.10', '', '', '', '2019-02-24 06:24:28'),
(7850, '192.168.127.12', '', '', '', '2019-02-24 07:45:19'),
(7851, '192.168.127.12', '', '', '', '2019-02-24 07:45:20'),
(7852, '172.16.31.10', '', '', '', '2019-02-24 09:02:44'),
(7853, '172.16.17.32', '', '', '', '2019-02-24 09:03:40'),
(7854, '172.16.17.32', '', '', '', '2019-02-24 09:28:13'),
(7855, '172.16.17.32', '', '', '', '2019-02-24 09:28:14'),
(7856, '192.168.3.11', '', '', '', '2019-02-24 09:29:48'),
(7857, '192.168.127.12', '', '', '', '2019-02-24 10:49:19'),
(7858, '192.168.127.12', '', '', '', '2019-02-24 10:51:44'),
(7859, '172.16.58.3', '', '', '', '2019-02-24 10:52:26'),
(7860, '172.16.58.3', '', '', '', '2019-02-24 10:53:10'),
(7861, '192.168.127.12', '', '', '', '2019-02-24 10:53:22'),
(7862, '192.168.127.12', '', '', '', '2019-02-24 10:54:07'),
(7863, '192.168.127.12', '', '', '', '2019-02-24 10:54:39'),
(7864, '192.168.3.11', '', '', '', '2019-02-24 10:54:50'),
(7865, '192.168.3.11', '', '', '', '2019-02-24 10:54:53'),
(7866, '192.168.3.11', '', '', '', '2019-02-24 10:55:04'),
(7867, '192.168.3.11', '', '', '', '2019-02-24 10:55:55'),
(7868, '192.168.127.12', '', '', '', '2019-02-24 10:56:13'),
(7869, '192.168.127.12', '', '', '', '2019-02-24 10:56:26'),
(7870, '172.16.58.3', '', '', '', '2019-02-24 10:56:52'),
(7871, '172.16.58.3', '', '', '', '2019-02-24 10:56:54'),
(7872, '172.16.58.3', '', '', '', '2019-02-24 10:57:01'),
(7873, '172.16.31.10', '', '', '', '2019-02-24 10:58:32'),
(7874, '172.16.58.3', '', '', '', '2019-02-24 10:58:39'),
(7875, '172.16.58.3', '', '', '', '2019-02-24 10:59:06'),
(7876, '172.16.58.3', '', '', '', '2019-02-24 10:59:32'),
(7877, '192.168.3.11', '', '', '', '2019-02-24 11:00:10'),
(7878, '192.168.3.11', '', '', '', '2019-02-24 11:02:07'),
(7879, '192.168.127.12', '', '', '', '2019-02-24 11:03:49'),
(7880, '192.168.127.12', '', '', '', '2019-02-24 11:10:31'),
(7881, '192.168.127.12', '', '', '', '2019-02-24 11:17:49'),
(7882, '192.168.127.12', '', '', '', '2019-02-24 11:18:22'),
(7883, '192.168.127.12', '', '', '', '2019-02-24 11:27:43'),
(7884, '192.168.127.12', '', '', '', '2019-02-24 11:28:15'),
(7885, '192.168.3.11', '', '', '', '2019-02-24 11:31:31'),
(7886, '172.16.58.3', '', '', '', '2019-02-24 11:32:09'),
(7887, '172.16.17.32', '', '', '', '2019-02-24 12:00:16'),
(7888, '192.168.3.11', '', '', '', '2019-02-24 12:48:10'),
(7889, '192.168.127.12', '', '', '', '2019-02-24 12:54:59'),
(7890, '192.168.127.12', '', '', '', '2019-02-24 13:00:36'),
(7891, '192.168.127.12', '', '', '', '2019-02-24 13:00:37'),
(7892, '172.16.58.3', '', '', '', '2019-02-24 13:25:38'),
(7893, '192.168.127.12', '', '', '', '2019-02-24 13:34:11'),
(7894, '172.16.31.10', '', '', '', '2019-02-24 16:05:36'),
(7895, '172.16.31.10', '', '', '', '2019-02-24 16:05:38'),
(7896, '172.16.31.10', '', '', '', '2019-02-24 16:05:45'),
(7897, '172.16.31.10', '', '', '', '2019-02-24 16:05:46'),
(7898, '172.16.31.10', '', '', '', '2019-02-24 16:05:50'),
(7899, '172.16.31.10', '', '', '', '2019-02-24 16:05:54'),
(7900, '172.16.31.10', '', '', '', '2019-02-24 17:34:13'),
(7901, '172.16.58.3', '', '', '', '2019-02-24 18:24:05'),
(7902, '172.16.17.32', '', '', '', '2019-02-24 18:58:07'),
(7903, '172.16.58.3', '', '', '', '2019-02-24 18:58:27'),
(7904, '172.16.31.10', '', '', '', '2019-02-24 19:10:10'),
(7905, '192.168.127.12', '', '', '', '2019-02-24 19:12:17'),
(7906, '172.16.58.3', '', '', '', '2019-02-24 19:39:54'),
(7907, '172.16.31.10', '', '', '', '2019-02-24 20:40:55'),
(7908, '172.16.31.10', '', '', '', '2019-02-24 20:53:14'),
(7909, '172.16.58.3', '', '', '', '2019-02-24 20:53:56'),
(7910, '172.16.58.3', '', '', '', '2019-02-24 21:59:10'),
(7911, '172.16.31.100', '', '', '', '2019-02-24 21:59:11'),
(7912, '172.16.31.10', '', '', '', '2019-02-24 22:32:35'),
(7913, '192.168.127.12', '', '', '', '2019-02-25 00:13:14'),
(7914, '172.16.31.10', '', '', '', '2019-02-25 01:51:21'),
(7915, '172.16.31.10', '', '', '', '2019-02-25 02:50:43'),
(7916, '172.16.31.10', '', '', '', '2019-02-25 03:32:25'),
(7917, '192.168.127.12', '', '', '', '2019-02-25 05:10:43'),
(7918, '192.168.3.11', '', '', '', '2019-02-25 05:14:51'),
(7919, '172.16.31.10', '', '', '', '2019-02-25 06:02:23'),
(7920, '172.16.31.10', '', '', '', '2019-02-25 06:51:24'),
(7921, '172.16.17.32', '', '', '', '2019-02-25 07:09:49'),
(7922, '172.16.17.32', '', '', '', '2019-02-25 07:09:50'),
(7923, '172.16.17.32', '', '', '', '2019-02-25 07:09:51'),
(7924, '172.16.17.32', '', '', '', '2019-02-25 07:09:53'),
(7925, '172.16.17.32', '', '', '', '2019-02-25 07:09:54'),
(7926, '172.16.17.32', '', '', '', '2019-02-25 07:09:55'),
(7927, '172.16.17.32', '', '', '', '2019-02-25 07:09:56'),
(7928, '172.16.17.32', '', '', '', '2019-02-25 07:09:57'),
(7929, '172.16.17.32', '', '', '', '2019-02-25 07:09:58'),
(7930, '172.16.17.32', '', '', '', '2019-02-25 07:09:59'),
(7931, '172.16.17.32', '', '', '', '2019-02-25 07:09:59'),
(7932, '172.16.17.32', '', '', '', '2019-02-25 07:10:00'),
(7933, '172.16.17.32', '', '', '', '2019-02-25 07:10:01'),
(7934, '172.16.17.32', '', '', '', '2019-02-25 07:10:02'),
(7935, '172.16.17.32', '', '', '', '2019-02-25 07:10:03'),
(7936, '172.16.17.32', '', '', '', '2019-02-25 07:10:04'),
(7937, '172.16.17.32', '', '', '', '2019-02-25 07:10:05'),
(7938, '172.16.17.32', '', '', '', '2019-02-25 07:10:07'),
(7939, '172.16.17.32', '', '', '', '2019-02-25 07:10:09'),
(7940, '172.16.17.32', '', '', '', '2019-02-25 07:10:10'),
(7941, '172.16.17.32', '', '', '', '2019-02-25 07:10:11'),
(7942, '172.16.17.32', '', '', '', '2019-02-25 07:10:12'),
(7943, '172.16.17.32', '', '', '', '2019-02-25 07:10:13'),
(7944, '172.16.17.32', '', '', '', '2019-02-25 07:10:14'),
(7945, '172.16.17.32', '', '', '', '2019-02-25 07:10:15'),
(7946, '172.16.17.32', '', '', '', '2019-02-25 07:10:15'),
(7947, '172.16.58.3', '', '', '', '2019-02-25 07:18:30'),
(7948, '172.16.58.3', '', '', '', '2019-02-25 07:52:34'),
(7949, '172.16.31.10', '', '', '', '2019-02-25 08:24:47'),
(7950, '192.168.127.12', '', '', '', '2019-02-25 08:33:35'),
(7951, '192.168.3.11', '', '', '', '2019-02-25 08:50:26'),
(7952, '192.168.3.11', '', '', '', '2019-02-25 08:50:27'),
(7953, '192.168.127.12', '', '', '', '2019-02-25 08:53:21'),
(7954, '192.168.127.12', '', '', '', '2019-02-25 08:53:26'),
(7955, '192.168.127.12', '', '', '', '2019-02-25 10:11:48'),
(7956, '172.16.31.10', '', '', '', '2019-02-25 11:43:54'),
(7957, '172.16.31.10', '', '', '', '2019-02-25 11:44:00'),
(7958, '172.16.31.10', '', '', '', '2019-02-25 11:53:37'),
(7959, '172.16.31.10', '', '', '', '2019-02-25 12:04:57'),
(7960, '192.168.127.12', '', '', '', '2019-02-25 13:33:27'),
(7961, '172.16.31.10', '', '', '', '2019-02-25 15:12:24'),
(7962, '172.16.31.10', '', '', '', '2019-02-25 15:38:09'),
(7963, '192.168.3.11', '', '', '', '2019-02-25 16:07:14'),
(7964, '192.168.3.11', '', '', '', '2019-02-25 16:07:16'),
(7965, '192.168.3.11', '', '', '', '2019-02-25 16:07:18'),
(7966, '192.168.3.11', '', '', '', '2019-02-25 16:07:21'),
(7967, '172.16.58.3', '', '', '', '2019-02-25 17:17:36'),
(7968, '192.168.127.12', '', '', '', '2019-02-25 17:22:45'),
(7969, '192.168.127.12', '', '', '', '2019-02-25 17:45:57'),
(7970, '172.16.58.3', '', '', '', '2019-02-25 17:47:37'),
(7971, '172.16.31.10', '', '', '', '2019-02-25 19:12:40'),
(7972, '172.16.31.10', '', '', '', '2019-02-25 19:12:45'),
(7973, '192.168.3.11', '', '', '', '2019-02-25 20:32:42'),
(7974, '172.16.17.32', '', '', '', '2019-02-25 22:30:39'),
(7975, '172.16.17.32', '', '', '', '2019-02-25 22:30:43'),
(7976, '172.16.17.32', '', '', '', '2019-02-25 22:30:48'),
(7977, '172.16.17.32', '', '', '', '2019-02-25 22:30:52'),
(7978, '172.16.17.32', '', '', '', '2019-02-25 22:30:54'),
(7979, '172.16.17.32', '', '', '', '2019-02-25 22:30:58'),
(7980, '172.16.17.32', '', '', '', '2019-02-25 22:31:05'),
(7981, '172.16.17.32', '', '', '', '2019-02-25 22:31:08'),
(7982, '172.16.17.32', '', '', '', '2019-02-25 22:31:13'),
(7983, '172.16.17.32', '', '', '', '2019-02-25 22:31:26'),
(7984, '172.16.17.32', '', '', '', '2019-02-25 22:31:30'),
(7985, '172.16.17.32', '', '', '', '2019-02-25 22:31:33'),
(7986, '172.16.17.32', '', '', '', '2019-02-25 22:31:46'),
(7987, '172.16.17.32', '', '', '', '2019-02-25 22:31:49'),
(7988, '172.16.17.32', '', '', '', '2019-02-25 22:31:53'),
(7989, '172.16.17.32', '', '', '', '2019-02-25 22:31:57'),
(7990, '172.16.17.32', '', '', '', '2019-02-25 22:32:00'),
(7991, '172.16.17.32', '', '', '', '2019-02-25 22:32:05'),
(7992, '172.16.17.32', '', '', '', '2019-02-25 22:32:08'),
(7993, '172.16.17.32', '', '', '', '2019-02-25 22:32:12'),
(7994, '172.16.17.32', '', '', '', '2019-02-25 22:32:16'),
(7995, '172.16.17.32', '', '', '', '2019-02-25 22:32:19'),
(7996, '172.16.17.32', '', '', '', '2019-02-25 22:32:23'),
(7997, '172.16.17.32', '', '', '', '2019-02-25 22:32:38'),
(7998, '172.16.17.32', '', '', '', '2019-02-25 22:32:43'),
(7999, '172.16.17.32', '', '', '', '2019-02-25 22:32:51'),
(8000, '172.16.17.32', '', '', '', '2019-02-25 22:32:56'),
(8001, '172.16.17.32', '', '', '', '2019-02-25 22:32:58'),
(8002, '172.16.17.32', '', '', '', '2019-02-25 22:54:54'),
(8003, '172.16.31.10', '', '', '', '2019-02-26 00:00:25'),
(8004, '192.168.127.12', '', '', '', '2019-02-26 00:43:19'),
(8005, '192.168.127.12', '', '', '', '2019-02-26 00:43:20'),
(8006, '172.16.58.3', '', '', '', '2019-02-26 01:49:49'),
(8007, '172.16.31.10', '', '', '', '2019-02-26 02:00:54'),
(8008, '172.16.58.3', '', '', '', '2019-02-26 02:07:16'),
(8009, '172.16.58.3', '', '', '', '2019-02-26 03:22:11'),
(8010, '192.168.127.12', '', '', '', '2019-02-26 03:31:42'),
(8011, '192.168.127.12', '', '', '', '2019-02-26 03:31:47'),
(8012, '192.168.127.12', '', '', '', '2019-02-26 03:33:21'),
(8013, '172.16.31.10', '', '', '', '2019-02-26 04:29:35'),
(8014, '172.16.31.10', '', '', '', '2019-02-26 04:29:36'),
(8015, '172.16.17.32', '', '', '', '2019-02-26 06:25:57'),
(8016, '192.168.127.12', '', '', '', '2019-02-26 07:05:41'),
(8017, '172.16.31.10', '', '', '', '2019-02-26 07:47:04'),
(8018, '192.168.3.11', '', '', '', '2019-02-26 07:58:25'),
(8019, '192.168.3.11', '', '', '', '2019-02-26 07:58:25'),
(8020, '192.168.127.12', '', '', '', '2019-02-26 09:28:55'),
(8021, '172.16.58.3', '', '', '', '2019-02-26 09:36:26'),
(8022, '172.16.58.3', '', '', '', '2019-02-26 09:36:27'),
(8023, '172.16.17.32', '', '', '', '2019-02-26 10:39:12'),
(8024, '172.16.58.3', '', '', '', '2019-02-26 10:41:04'),
(8025, '172.16.17.32', '', '', '', '2019-02-26 10:49:40'),
(8026, '172.16.31.10', '', '', '', '2019-02-26 11:06:32'),
(8027, '172.16.17.32', '', '', '', '2019-02-26 12:22:55'),
(8028, '172.16.31.10', '', '', '', '2019-02-26 12:46:13'),
(8029, '192.168.3.11', '', '', '', '2019-02-26 13:21:43'),
(8030, '192.168.3.11', '', '', '', '2019-02-26 13:21:46'),
(8031, '192.168.3.11', '', '', '', '2019-02-26 13:25:18'),
(8032, '192.168.3.11', '', '', '', '2019-02-26 13:25:20'),
(8033, '192.168.3.11', '', '', '', '2019-02-26 13:37:00'),
(8034, '192.168.3.11', '', '', '', '2019-02-26 13:37:00'),
(8035, '192.168.3.11', '', '', '', '2019-02-26 13:47:41'),
(8036, '192.168.3.11', '', '', '', '2019-02-26 13:47:46'),
(8037, '192.168.127.12', '', '', '', '2019-02-26 14:26:57'),
(8038, '172.16.58.3', '', '', '', '2019-02-26 15:21:00'),
(8039, '172.16.31.10', '', '', '', '2019-02-26 15:21:02'),
(8040, '172.16.17.32', '', '', '', '2019-02-26 15:53:14'),
(8041, '192.168.3.11', '', '', '', '2019-02-26 16:00:46'),
(8042, '192.168.3.11', '', '', '', '2019-02-26 16:00:48'),
(8043, '192.168.3.11', '', '', '', '2019-02-26 16:00:49'),
(8044, '192.168.3.11', '', '', '', '2019-02-26 16:00:58'),
(8045, '172.16.31.10', '', '', '', '2019-02-26 16:08:02'),
(8046, '192.168.127.12', '', '', '', '2019-02-26 17:19:54'),
(8047, '192.168.127.12', '', '', '', '2019-02-26 17:19:56'),
(8048, '192.168.127.12', '', '', '', '2019-02-26 17:25:15'),
(8049, '172.16.31.10', '', '', '', '2019-02-26 17:48:01'),
(8050, '192.168.3.11', '', '', '', '2019-02-26 18:39:29'),
(8051, '192.168.127.12', '', '', '', '2019-02-26 18:47:45'),
(8052, '172.16.31.10', '', '', '', '2019-02-26 19:27:15'),
(8053, '172.16.17.32', '', '', '', '2019-02-26 19:30:35'),
(8054, '172.16.17.32', '', '', '', '2019-02-26 19:30:36'),
(8055, '172.16.17.32', '', '', '', '2019-02-26 19:30:39'),
(8056, '172.16.17.32', '', '', '', '2019-02-26 19:30:42'),
(8057, '172.16.17.32', '', '', '', '2019-02-26 19:30:44'),
(8058, '172.16.17.32', '', '', '', '2019-02-26 19:30:46'),
(8059, '192.168.127.12', '', '', '', '2019-02-26 22:38:51'),
(8060, '172.16.17.32', '', '', '', '2019-02-26 22:50:12'),
(8061, '172.16.58.3', '', '', '', '2019-02-26 22:50:12'),
(8062, '172.16.31.10', '', '', '', '2019-02-27 00:19:03'),
(8063, '172.16.31.10', '', '', '', '2019-02-27 00:20:28'),
(8064, '172.16.58.3', '', '', '', '2019-02-27 00:20:29'),
(8065, '172.16.17.32', '', '', '', '2019-02-27 01:32:39'),
(8066, '172.16.31.10', '', '', '', '2019-02-27 01:32:40'),
(8067, '172.16.17.32', '', '', '', '2019-02-27 01:33:52'),
(8068, '172.16.58.3', '', '', '', '2019-02-27 01:34:02'),
(8069, '172.16.58.3', '', '', '', '2019-02-27 01:34:14'),
(8070, '172.16.58.3', '', '', '', '2019-02-27 01:34:27'),
(8071, '172.16.58.3', '', '', '', '2019-02-27 01:34:36'),
(8072, '172.16.58.3', '', '', '', '2019-02-27 01:34:41'),
(8073, '172.16.31.10', '', '', '', '2019-02-27 01:35:26'),
(8074, '172.16.31.10', '', '', '', '2019-02-27 01:36:14'),
(8075, '172.16.58.3', '', '', '', '2019-02-27 01:37:06'),
(8076, '172.16.58.3', '', '', '', '2019-02-27 01:37:56'),
(8077, '172.16.31.10', '', '', '', '2019-02-27 01:38:55'),
(8078, '172.16.58.3', '', '', '', '2019-02-27 01:43:24'),
(8079, '192.168.127.12', '', '', '', '2019-02-27 02:27:44'),
(8080, '192.168.3.11', '', '', '', '2019-02-27 02:42:19'),
(8081, '192.168.3.11', '', '', '', '2019-02-27 02:57:23'),
(8082, '192.168.3.11', '', '', '', '2019-02-27 03:01:16'),
(8083, '172.16.58.3', '', '', '', '2019-02-27 03:18:54'),
(8084, '192.168.127.12', '', '', '', '2019-02-27 04:24:54'),
(8085, '172.16.31.10', '', '', '', '2019-02-27 04:46:52'),
(8086, '172.16.31.10', '', '', '', '2019-02-27 05:08:42'),
(8087, '172.16.17.32', '', '', '', '2019-02-27 07:48:06'),
(8088, '172.16.17.32', '', '', '', '2019-02-27 07:48:12'),
(8089, '172.16.58.3', '', '', '', '2019-02-27 08:30:47'),
(8090, '172.16.31.10', '', '', '', '2019-02-27 09:54:17'),
(8091, '192.168.3.11', '', '', '', '2019-02-27 09:59:18'),
(8092, '192.168.3.11', '', '', '', '2019-02-27 09:59:18'),
(8093, '172.16.17.32', '', '', '', '2019-02-27 11:27:40'),
(8094, '172.16.17.32', '', '', '', '2019-02-27 11:28:11'),
(8095, '172.16.31.10', '', '', '', '2019-02-27 12:58:56'),
(8096, '192.168.3.11', '', '', '', '2019-02-27 16:05:31'),
(8097, '192.168.3.11', '', '', '', '2019-02-27 16:05:33'),
(8098, '192.168.3.11', '', '', '', '2019-02-27 16:05:35'),
(8099, '192.168.3.11', '', '', '', '2019-02-27 16:05:39'),
(8100, '192.168.3.11', '', '', '', '2019-02-27 16:05:45'),
(8101, '192.168.3.11', '', '', '', '2019-02-27 16:05:47'),
(8102, '172.16.17.32', '', '', '', '2019-02-27 17:26:39'),
(8103, '172.16.58.3', '', '', '', '2019-02-28 01:22:45'),
(8104, '172.16.31.10', '', '', '', '2019-02-28 01:22:47'),
(8105, '172.16.17.32', '', '', '', '2019-02-28 02:21:28'),
(8106, '172.16.17.32', '', '', '', '2019-02-28 02:21:31'),
(8107, '172.16.17.32', '', '', '', '2019-02-28 02:21:32'),
(8108, '172.16.17.32', '', '', '', '2019-02-28 02:21:33'),
(8109, '172.16.17.32', '', '', '', '2019-02-28 02:21:36'),
(8110, '192.168.3.11', '', '', '', '2019-02-28 04:26:34'),
(8111, '172.16.17.32', '', '', '', '2019-02-28 07:41:51'),
(8112, '172.16.17.32', '', '', '', '2019-02-28 07:41:52'),
(8113, '192.168.127.12', '', '', '', '2019-02-28 08:13:47'),
(8114, '172.16.17.32', '', '', '', '2019-02-28 09:18:49'),
(8115, '192.168.127.12', '', '', '', '2019-02-28 09:54:01'),
(8116, '192.168.127.12', '', '', '', '2019-02-28 11:33:18'),
(8117, '172.16.17.32', '', '', '', '2019-02-28 12:19:55'),
(8118, '172.16.31.10', '', '', '', '2019-02-28 12:19:56'),
(8119, '172.16.31.10', '', '', '', '2019-02-28 13:11:21'),
(8120, '192.168.127.12', '', '', '', '2019-02-28 14:51:22'),
(8121, '172.16.31.10', '', '', '', '2019-02-28 15:55:36'),
(8122, '192.168.3.11', '', '', '', '2019-02-28 16:05:11'),
(8123, '192.168.3.11', '', '', '', '2019-02-28 16:05:13'),
(8124, '192.168.3.11', '', '', '', '2019-02-28 16:05:18'),
(8125, '192.168.3.11', '', '', '', '2019-02-28 16:05:29'),
(8126, '172.16.31.10', '', '', '', '2019-02-28 17:48:53'),
(8127, '192.168.127.12', '', '', '', '2019-02-28 18:53:51'),
(8128, '192.168.127.12', '', '', '', '2019-02-28 18:53:52'),
(8129, '172.16.17.32', '', '', '', '2019-02-28 19:23:23'),
(8130, '172.16.58.3', '', '', '', '2019-02-28 19:23:24'),
(8131, '172.16.17.32', '', '', '', '2019-02-28 20:04:27'),
(8132, '192.168.3.11', '', '', '', '2019-02-28 22:27:34'),
(8133, '192.168.3.11', '', '', '', '2019-03-01 00:07:31'),
(8134, '172.16.17.32', '', '', '', '2019-03-01 00:24:53'),
(8135, '172.16.17.32', '', '', '', '2019-03-01 00:24:54'),
(8136, '192.168.3.11', '', '', '', '2019-03-01 00:51:36'),
(8137, '192.168.3.11', '', '', '', '2019-03-01 01:09:15'),
(8138, '192.168.3.11', '', '', '', '2019-03-01 01:22:53'),
(8139, '172.16.58.3', '', '', '', '2019-03-01 02:18:29'),
(8140, '172.16.31.10', '', '', '', '2019-03-01 02:18:30'),
(8141, '192.168.3.11', '', '', '', '2019-03-01 03:41:46'),
(8142, '172.16.58.3', '', '', '', '2019-03-01 04:40:29'),
(8143, '172.16.17.32', '', '', '', '2019-03-01 04:40:30'),
(8144, '172.16.17.32', '', '', '', '2019-03-01 05:20:43'),
(8145, '172.16.31.10', '', '', '', '2019-03-01 05:52:05'),
(8146, '172.16.31.10', '', '', '', '2019-03-01 09:43:26'),
(8147, '172.16.17.32', '', '', '', '2019-03-01 09:43:26'),
(8148, '172.16.17.32', '', '', '', '2019-03-01 09:44:08'),
(8149, '172.16.17.32', '', '', '', '2019-03-01 09:44:09'),
(8150, '172.16.31.10', '', '', '', '2019-03-01 11:41:27'),
(8151, '172.16.31.10', '', '', '', '2019-03-01 11:47:37'),
(8152, '172.16.17.32', '', '', '', '2019-03-01 12:43:18'),
(8153, '172.16.17.32', '', '', '', '2019-03-01 12:43:19'),
(8154, '192.168.3.11', '', '', '', '2019-03-01 14:13:04'),
(8155, '172.16.31.10', '', '', '', '2019-03-01 14:13:06'),
(8156, '192.168.3.11', '', '', '', '2019-03-01 16:01:53'),
(8157, '192.168.3.11', '', '', '', '2019-03-01 16:01:54'),
(8158, '192.168.3.11', '', '', '', '2019-03-01 16:01:58'),
(8159, '192.168.3.11', '', '', '', '2019-03-01 16:02:02'),
(8160, '192.168.3.11', '', '', '', '2019-03-01 16:02:03'),
(8161, '192.168.3.11', '', '', '', '2019-03-01 16:02:08'),
(8162, '172.16.31.10', '', '', '', '2019-03-01 16:30:29'),
(8163, '172.16.31.10', '', '', '', '2019-03-01 16:30:30'),
(8164, '172.16.17.32', '', '', '', '2019-03-01 18:33:35'),
(8165, '172.16.17.32', '', '', '', '2019-03-01 20:21:02'),
(8166, '172.16.17.32', '', '', '', '2019-03-01 20:39:41'),
(8167, '172.16.17.32', '', '', '', '2019-03-01 21:24:29'),
(8168, '192.168.3.11', '', '', '', '2019-03-01 21:50:11'),
(8169, '192.168.127.12', '', '', '', '2019-03-01 22:14:05'),
(8170, '172.16.17.32', '', '', '', '2019-03-02 03:12:12'),
(8171, '172.16.58.3', '', '', '', '2019-03-02 03:12:14'),
(8172, '172.16.58.3', '', '', '', '2019-03-02 04:49:37'),
(8173, '172.16.58.3', '', '', '', '2019-03-02 06:04:54'),
(8174, '172.16.58.3', '', '', '', '2019-03-02 06:08:58'),
(8175, '172.16.17.32', '', '', '', '2019-03-02 06:15:58'),
(8176, '192.168.3.11', '', '', '', '2019-03-02 06:35:55'),
(8177, '172.16.31.10', '', '', '', '2019-03-02 07:36:21'),
(8178, '192.168.127.12', '', '', '', '2019-03-02 07:54:11'),
(8179, '192.168.127.12', '', '', '', '2019-03-02 07:54:11'),
(8180, '172.16.31.10', '', '', '', '2019-03-02 08:09:25'),
(8181, '172.16.31.10', '', '', '', '2019-03-02 08:38:50'),
(8182, '192.168.127.12', '', '', '', '2019-03-02 09:57:25'),
(8183, '192.168.127.12', '', '', '', '2019-03-02 09:57:29'),
(8184, '192.168.127.12', '', '', '', '2019-03-02 09:57:31'),
(8185, '192.168.127.12', '', '', '', '2019-03-02 09:57:33'),
(8186, '192.168.127.12', '', '', '', '2019-03-02 09:57:36'),
(8187, '192.168.127.12', '', '', '', '2019-03-02 09:57:37'),
(8188, '172.16.31.10', '', '', '', '2019-03-02 12:34:35'),
(8189, '192.168.3.11', '', '', '', '2019-03-02 16:04:15'),
(8190, '192.168.3.11', '', '', '', '2019-03-02 16:04:17'),
(8191, '192.168.3.11', '', '', '', '2019-03-02 16:04:25'),
(8192, '192.168.3.11', '', '', '', '2019-03-02 16:04:26'),
(8193, '192.168.3.11', '', '', '', '2019-03-02 16:04:27'),
(8194, '172.16.17.32', '', '', '', '2019-03-02 18:17:15'),
(8195, '172.16.17.32', '', '', '', '2019-03-02 19:06:33'),
(8196, '192.168.127.12', '', '', '', '2019-03-02 19:23:39'),
(8197, '172.16.58.3', '', '', '', '2019-03-02 19:23:40'),
(8198, '172.16.58.3', '', '', '', '2019-03-02 23:01:29'),
(8199, '172.16.17.32', '', '', '', '2019-03-02 23:07:36'),
(8200, '172.16.17.32', '', '', '', '2019-03-02 23:07:37'),
(8201, '192.168.127.12', '', '', '', '2019-03-02 23:09:02'),
(8202, '192.168.3.11', '', '', '', '2019-03-02 23:09:03'),
(8203, '192.168.127.12', '', '', '', '2019-03-03 00:09:22'),
(8204, '172.16.31.10', '', '', '', '2019-03-03 00:41:47'),
(8205, '172.16.31.10', '', '', '', '2019-03-03 01:04:12'),
(8206, '172.16.17.32', '', '', '', '2019-03-03 02:40:31'),
(8207, '192.168.127.12', '', '', '', '2019-03-03 02:42:16'),
(8208, '172.16.17.32', '', '', '', '2019-03-03 03:47:22'),
(8209, '172.16.58.3', '', '', '', '2019-03-03 05:27:29'),
(8210, '172.16.17.32', '', '', '', '2019-03-03 05:27:30'),
(8211, '172.16.58.3', '', '', '', '2019-03-03 05:29:34'),
(8212, '172.16.58.3', '', '', '', '2019-03-03 05:29:35'),
(8213, '172.16.58.3', '', '', '', '2019-03-03 05:40:02'),
(8214, '172.16.58.3', '', '', '', '2019-03-03 05:40:03'),
(8215, '172.16.31.10', '', '', '', '2019-03-03 06:28:44'),
(8216, '192.168.127.12', '', '', '', '2019-03-03 07:25:34'),
(8217, '192.168.3.11', '', '', '', '2019-03-03 08:01:24'),
(8218, '192.168.3.11', '', '', '', '2019-03-03 08:01:25'),
(8219, '192.168.3.11', '', '', '', '2019-03-03 10:27:05'),
(8220, '192.168.3.11', '', '', '', '2019-03-03 10:27:06'),
(8221, '192.168.3.11', '', '', '', '2019-03-03 10:27:07'),
(8222, '192.168.3.11', '', '', '', '2019-03-03 10:27:08'),
(8223, '192.168.3.11', '', '', '', '2019-03-03 10:27:09'),
(8224, '172.16.17.32', '', '', '', '2019-03-03 12:01:34'),
(8225, '192.168.127.12', '', '', '', '2019-03-03 12:01:49'),
(8226, '172.16.58.3', '', '', '', '2019-03-03 14:26:40'),
(8227, '172.16.58.3', '', '', '', '2019-03-03 14:26:40'),
(8228, '172.16.17.32', '', '', '', '2019-03-03 15:49:32'),
(8229, '172.16.17.32', '', '', '', '2019-03-03 15:49:33'),
(8230, '172.16.31.10', '', '', '', '2019-03-03 16:07:17'),
(8231, '172.16.31.10', '', '', '', '2019-03-03 16:07:19'),
(8232, '172.16.31.10', '', '', '', '2019-03-03 16:07:26'),
(8233, '172.16.31.10', '', '', '', '2019-03-03 16:07:32'),
(8234, '172.16.17.32', '', '', '', '2019-03-03 16:10:55'),
(8235, '172.16.17.32', '', '', '', '2019-03-03 16:11:04'),
(8236, '172.16.17.32', '', '', '', '2019-03-03 18:01:37'),
(8237, '172.16.31.10', '', '', '', '2019-03-03 19:35:54'),
(8238, '192.168.127.12', '', '', '', '2019-03-03 22:01:34'),
(8239, '172.16.58.3', '', '', '', '2019-03-03 22:01:34'),
(8240, '172.16.17.32', '', '', '', '2019-03-03 22:02:41'),
(8241, '192.168.127.12', '', '', '', '2019-03-03 22:03:21'),
(8242, '192.168.127.12', '', '', '', '2019-03-03 22:03:31'),
(8243, '172.16.58.3', '', '', '', '2019-03-03 22:03:56'),
(8244, '172.16.58.3', '', '', '', '2019-03-03 22:04:30'),
(8245, '172.16.58.3', '', '', '', '2019-03-03 22:05:33'),
(8246, '172.16.58.3', '', '', '', '2019-03-03 22:08:19'),
(8247, '172.16.31.10', '', '', '', '2019-03-03 22:26:39'),
(8248, '172.16.58.3', '', '', '', '2019-03-03 22:26:40'),
(8249, '172.16.17.32', '', '', '', '2019-03-04 00:50:10'),
(8250, '172.16.58.3', '', '', '', '2019-03-04 00:50:11'),
(8251, '172.16.58.3', '', '', '', '2019-03-04 01:26:02'),
(8252, '172.16.17.32', '', '', '', '2019-03-04 01:26:04'),
(8253, '172.16.17.32', '', '', '', '2019-03-04 02:49:38'),
(8254, '172.16.17.32', '', '', '', '2019-03-04 04:56:13'),
(8255, '172.16.58.3', '', '', '', '2019-03-04 04:56:14'),
(8256, '192.168.3.11', '', '', '', '2019-03-04 05:21:36'),
(8257, '172.16.17.32', '', '', '', '2019-03-04 05:21:36'),
(8258, '172.16.58.3', '', '', '', '2019-03-04 06:59:17'),
(8259, '172.16.58.3', '', '', '', '2019-03-04 06:59:17'),
(8260, '192.168.3.11', '', '', '', '2019-03-04 06:59:21'),
(8261, '172.16.31.10', '', '', '', '2019-03-04 07:28:15'),
(8262, '172.16.31.10', '', '', '', '2019-03-04 07:28:16'),
(8263, '192.168.127.12', '', '', '', '2019-03-04 08:59:35'),
(8264, '192.168.3.11', '', '', '', '2019-03-04 10:09:26'),
(8265, '172.16.17.32', '', '', '', '2019-03-04 12:12:42'),
(8266, '192.168.3.11', '', '', '', '2019-03-04 12:15:18'),
(8267, '192.168.127.12', '', '', '', '2019-03-04 13:49:38'),
(8268, '192.168.3.11', '', '', '', '2019-03-04 16:03:33'),
(8269, '192.168.3.11', '', '', '', '2019-03-04 16:03:34'),
(8270, '192.168.3.11', '', '', '', '2019-03-04 16:03:39'),
(8271, '172.16.17.32', '', '', '', '2019-03-04 16:18:34'),
(8272, '172.16.31.10', '', '', '', '2019-03-04 17:30:23'),
(8273, '172.16.31.10', '', '', '', '2019-03-04 17:33:50'),
(8274, '172.16.17.32', '', '', '', '2019-03-04 23:09:35'),
(8275, '172.16.58.3', '', '', '', '2019-03-05 00:01:36'),
(8276, '172.16.17.32', '', '', '', '2019-03-05 00:07:02'),
(8277, '172.16.17.32', '', '', '', '2019-03-05 00:24:29'),
(8278, '192.168.127.12', '', '', '', '2019-03-05 03:02:12'),
(8279, '172.16.58.3', '', '', '', '2019-03-05 07:37:48'),
(8280, '172.16.17.32', '', '', '', '2019-03-05 08:02:16'),
(8281, '172.16.31.10', '', '', '', '2019-03-05 08:02:16'),
(8282, '192.168.127.12', '', '', '', '2019-03-05 08:22:38'),
(8283, '172.16.58.3', '', '', '', '2019-03-05 09:13:58'),
(8284, '172.16.58.3', '', '', '', '2019-03-05 09:13:59'),
(8285, '192.168.127.12', '', '', '', '2019-03-05 09:53:07'),
(8286, '172.16.58.3', '', '', '', '2019-03-05 09:53:08'),
(8287, '172.16.31.10', '', '', '', '2019-03-05 09:58:07'),
(8288, '172.16.17.32', '', '', '', '2019-03-05 10:29:53'),
(8289, '172.16.17.32', '', '', '', '2019-03-05 11:18:23'),
(8290, '172.16.58.3', '', '', '', '2019-03-05 12:56:51'),
(8291, '172.16.31.10', '', '', '', '2019-03-05 13:59:42'),
(8292, '172.16.31.10', '', '', '', '2019-03-05 14:26:52'),
(8293, '172.16.58.3', '', '', '', '2019-03-05 15:25:15'),
(8294, '172.16.31.10', '', '', '', '2019-03-05 15:29:51'),
(8295, '172.16.31.10', '', '', '', '2019-03-05 16:09:11'),
(8296, '172.16.31.10', '', '', '', '2019-03-05 16:09:13'),
(8297, '172.16.31.10', '', '', '', '2019-03-05 16:09:25'),
(8298, '172.16.31.10', '', '', '', '2019-03-05 16:09:26'),
(8299, '172.16.31.10', '', '', '', '2019-03-05 16:09:38'),
(8300, '172.16.31.10', '', '', '', '2019-03-05 16:09:52'),
(8301, '172.16.31.10', '', '', '', '2019-03-05 16:09:55'),
(8302, '172.16.31.10', '', '', '', '2019-03-05 16:09:59'),
(8303, '172.16.31.10', '', '', '', '2019-03-05 16:10:09'),
(8304, '172.16.31.10', '', '', '', '2019-03-05 16:10:13'),
(8305, '172.16.31.10', '', '', '', '2019-03-05 16:10:24'),
(8306, '172.16.31.10', '', '', '', '2019-03-05 16:10:27'),
(8307, '192.168.3.11', '', '', '', '2019-03-05 16:29:46'),
(8308, '172.16.17.32', '', '', '', '2019-03-05 16:31:36'),
(8309, '172.16.31.10', '', '', '', '2019-03-05 17:57:04'),
(8310, '172.16.58.3', '', '', '', '2019-03-05 22:35:47'),
(8311, '172.16.31.10', '', '', '', '2019-03-05 22:39:50'),
(8312, '172.16.31.10', '', '', '', '2019-03-05 23:58:28'),
(8313, '172.16.31.10', '', '', '', '2019-03-06 00:38:03'),
(8314, '192.168.127.12', '', '', '', '2019-03-06 02:19:26'),
(8315, '172.16.58.3', '', '', '', '2019-03-06 02:20:07'),
(8316, '172.16.58.3', '', '', '', '2019-03-06 03:53:02'),
(8317, '172.16.58.3', '', '', '', '2019-03-06 03:53:12'),
(8318, '172.16.58.3', '', '', '', '2019-03-06 04:09:15'),
(8319, '172.16.31.10', '', '', '', '2019-03-06 04:09:53'),
(8320, '172.16.17.32', '', '', '', '2019-03-06 05:28:56'),
(8321, '172.16.17.32', '', '', '', '2019-03-06 05:39:40'),
(8322, '192.168.3.11', '', '', '', '2019-03-06 07:23:26'),
(8323, '192.168.127.12', '', '', '', '2019-03-06 08:57:27'),
(8324, '172.16.31.10', '', '', '', '2019-03-06 09:03:13'),
(8325, '172.16.31.10', '', '', '', '2019-03-06 09:03:15'),
(8326, '172.16.31.10', '', '', '', '2019-03-06 10:38:55'),
(8327, '172.16.31.10', '', '', '', '2019-03-06 10:53:13'),
(8328, '172.16.17.32', '', '', '', '2019-03-06 11:28:59'),
(8329, '172.16.31.10', '', '', '', '2019-03-06 12:18:38'),
(8330, '192.168.3.11', '', '', '', '2019-03-06 12:55:48'),
(8331, '172.16.58.3', '', '', '', '2019-03-06 13:13:12'),
(8332, '192.168.127.12', '', '', '', '2019-03-06 13:57:47'),
(8333, '172.16.31.10', '', '', '', '2019-03-06 14:08:39'),
(8334, '192.168.3.11', '', '', '', '2019-03-06 14:12:42'),
(8335, '192.168.3.11', '', '', '', '2019-03-06 14:12:43'),
(8336, '192.168.3.11', '', '', '', '2019-03-06 14:12:59'),
(8337, '192.168.3.11', '', '', '', '2019-03-06 14:13:57'),
(8338, '192.168.3.11', '', '', '', '2019-03-06 14:13:58'),
(8339, '192.168.3.11', '', '', '', '2019-03-06 14:14:03'),
(8340, '192.168.3.11', '', '', '', '2019-03-06 14:14:14'),
(8341, '192.168.3.11', '', '', '', '2019-03-06 14:14:20'),
(8342, '192.168.3.11', '', '', '', '2019-03-06 14:14:26'),
(8343, '172.16.31.10', '', '', '', '2019-03-06 15:37:25'),
(8344, '192.168.3.11', '', '', '', '2019-03-06 16:05:50'),
(8345, '192.168.3.11', '', '', '', '2019-03-06 16:05:51'),
(8346, '192.168.3.11', '', '', '', '2019-03-06 16:06:00'),
(8347, '192.168.3.11', '', '', '', '2019-03-06 16:06:07'),
(8348, '192.168.3.11', '', '', '', '2019-03-06 16:06:08'),
(8349, '172.16.31.10', '', '', '', '2019-03-06 23:05:34'),
(8350, '172.16.17.32', '', '', '', '2019-03-06 23:15:23'),
(8351, '172.16.58.3', '', '', '', '2019-03-06 23:31:25'),
(8352, '172.16.17.32', '', '', '', '2019-03-07 07:07:05'),
(8353, '172.16.31.10', '', '', '', '2019-03-07 08:28:13'),
(8354, '172.16.31.10', '', '', '', '2019-03-07 08:28:15'),
(8355, '172.16.31.10', '', '', '', '2019-03-07 08:28:16'),
(8356, '172.16.31.10', '', '', '', '2019-03-07 08:28:17'),
(8357, '172.16.31.10', '', '', '', '2019-03-07 08:28:25'),
(8358, '172.16.31.10', '', '', '', '2019-03-07 08:28:31'),
(8359, '172.16.31.10', '', '', '', '2019-03-07 08:28:33'),
(8360, '172.16.31.10', '', '', '', '2019-03-07 08:28:36'),
(8361, '172.16.31.10', '', '', '', '2019-03-07 08:28:51'),
(8362, '172.16.31.10', '', '', '', '2019-03-07 08:28:52'),
(8363, '172.16.31.10', '', '', '', '2019-03-07 08:28:54'),
(8364, '172.16.31.10', '', '', '', '2019-03-07 08:28:56'),
(8365, '172.16.31.10', '', '', '', '2019-03-07 08:28:58'),
(8366, '172.16.31.10', '', '', '', '2019-03-07 08:29:00'),
(8367, '172.16.31.10', '', '', '', '2019-03-07 08:29:15'),
(8368, '172.16.31.10', '', '', '', '2019-03-07 08:29:16'),
(8369, '172.16.31.10', '', '', '', '2019-03-07 08:29:17'),
(8370, '172.16.31.10', '', '', '', '2019-03-07 08:29:24'),
(8371, '172.16.31.10', '', '', '', '2019-03-07 08:29:34'),
(8372, '172.16.31.10', '', '', '', '2019-03-07 08:29:35'),
(8373, '172.16.31.10', '', '', '', '2019-03-07 08:29:37'),
(8374, '172.16.31.10', '', '', '', '2019-03-07 08:29:39'),
(8375, '172.16.31.10', '', '', '', '2019-03-07 08:29:41'),
(8376, '172.16.31.10', '', '', '', '2019-03-07 08:29:42'),
(8377, '172.16.31.10', '', '', '', '2019-03-07 08:29:58'),
(8378, '172.16.31.10', '', '', '', '2019-03-07 08:30:00'),
(8379, '172.16.31.10', '', '', '', '2019-03-07 08:30:02'),
(8380, '172.16.31.10', '', '', '', '2019-03-07 08:30:04'),
(8381, '172.16.31.10', '', '', '', '2019-03-07 08:30:06'),
(8382, '172.16.31.10', '', '', '', '2019-03-07 08:30:09'),
(8383, '172.16.31.10', '', '', '', '2019-03-07 08:30:10'),
(8384, '172.16.31.10', '', '', '', '2019-03-07 08:30:15'),
(8385, '172.16.31.10', '', '', '', '2019-03-07 08:30:21'),
(8386, '172.16.31.10', '', '', '', '2019-03-07 08:30:23'),
(8387, '172.16.31.10', '', '', '', '2019-03-07 08:30:24'),
(8388, '172.16.31.10', '', '', '', '2019-03-07 08:30:26'),
(8389, '172.16.31.10', '', '', '', '2019-03-07 08:30:28'),
(8390, '172.16.31.10', '', '', '', '2019-03-07 08:30:30'),
(8391, '172.16.31.10', '', '', '', '2019-03-07 08:30:32'),
(8392, '172.16.31.10', '', '', '', '2019-03-07 08:30:34'),
(8393, '172.16.31.10', '', '', '', '2019-03-07 08:30:45'),
(8394, '172.16.31.10', '', '', '', '2019-03-07 08:30:47'),
(8395, '172.16.31.10', '', '', '', '2019-03-07 08:30:56'),
(8396, '172.16.31.10', '', '', '', '2019-03-07 08:30:58'),
(8397, '172.16.31.10', '', '', '', '2019-03-07 08:31:00'),
(8398, '172.16.31.10', '', '', '', '2019-03-07 08:31:02'),
(8399, '172.16.31.10', '', '', '', '2019-03-07 08:31:04'),
(8400, '172.16.31.10', '', '', '', '2019-03-07 08:31:06'),
(8401, '172.16.31.10', '', '', '', '2019-03-07 08:31:07'),
(8402, '172.16.31.10', '', '', '', '2019-03-07 08:31:16'),
(8403, '172.16.31.10', '', '', '', '2019-03-07 08:31:22'),
(8404, '172.16.31.10', '', '', '', '2019-03-07 08:31:24'),
(8405, '172.16.31.10', '', '', '', '2019-03-07 08:31:25'),
(8406, '172.16.31.10', '', '', '', '2019-03-07 08:31:27'),
(8407, '172.16.31.10', '', '', '', '2019-03-07 08:31:29'),
(8408, '172.16.31.10', '', '', '', '2019-03-07 08:31:30'),
(8409, '172.16.31.10', '', '', '', '2019-03-07 08:31:40'),
(8410, '172.16.31.10', '', '', '', '2019-03-07 08:31:41'),
(8411, '172.16.31.10', '', '', '', '2019-03-07 08:31:44'),
(8412, '172.16.31.10', '', '', '', '2019-03-07 08:31:47'),
(8413, '172.16.31.10', '', '', '', '2019-03-07 08:31:49'),
(8414, '172.16.31.10', '', '', '', '2019-03-07 08:31:51'),
(8415, '172.16.31.10', '', '', '', '2019-03-07 08:31:58'),
(8416, '172.16.31.10', '', '', '', '2019-03-07 08:31:59'),
(8417, '172.16.31.10', '', '', '', '2019-03-07 08:32:16'),
(8418, '172.16.31.10', '', '', '', '2019-03-07 08:32:18'),
(8419, '172.16.58.3', '', '', '', '2019-03-07 08:41:56'),
(8420, '172.16.58.3', '', '', '', '2019-03-07 08:41:56'),
(8421, '172.16.58.3', '', '', '', '2019-03-07 09:38:13'),
(8422, '172.16.31.10', '', '', '', '2019-03-07 10:44:36'),
(8423, '172.16.31.10', '', '', '', '2019-03-07 10:49:45'),
(8424, '172.16.31.10', '', '', '', '2019-03-07 10:49:49'),
(8425, '172.16.31.10', '', '', '', '2019-03-07 10:51:17'),
(8426, '172.16.31.10', '', '', '', '2019-03-07 10:52:26'),
(8427, '172.16.31.10', '', '', '', '2019-03-07 11:09:51'),
(8428, '172.16.31.10', '', '', '', '2019-03-07 11:09:53'),
(8429, '172.16.31.10', '', '', '', '2019-03-07 11:09:54'),
(8430, '172.16.31.10', '', '', '', '2019-03-07 11:09:56'),
(8431, '172.16.31.10', '', '', '', '2019-03-07 11:10:07'),
(8432, '172.16.31.10', '', '', '', '2019-03-07 11:10:10'),
(8433, '172.16.31.10', '', '', '', '2019-03-07 11:10:22'),
(8434, '172.16.31.10', '', '', '', '2019-03-07 11:10:24'),
(8435, '172.16.17.32', '', '', '', '2019-03-07 12:03:41'),
(8436, '172.16.17.32', '', '', '', '2019-03-07 13:28:51'),
(8437, '172.16.17.32', '', '', '', '2019-03-07 13:28:52'),
(8438, '172.16.31.10', '', '', '', '2019-03-07 13:38:16'),
(8439, '172.16.17.32', '', '', '', '2019-03-07 13:47:45'),
(8440, '192.168.127.12', '', '', '', '2019-03-07 15:36:36'),
(8441, '192.168.3.11', '', '', '', '2019-03-07 15:55:53'),
(8442, '192.168.3.11', '', '', '', '2019-03-07 16:03:07'),
(8443, '192.168.3.11', '', '', '', '2019-03-07 16:03:09'),
(8444, '192.168.3.11', '', '', '', '2019-03-07 16:03:17'),
(8445, '192.168.3.11', '', '', '', '2019-03-07 16:03:19'),
(8446, '192.168.3.11', '', '', '', '2019-03-07 16:03:23'),
(8447, '172.16.17.32', '', '', '', '2019-03-07 16:39:30'),
(8448, '192.168.3.11', '', '', '', '2019-03-07 16:50:38'),
(8449, '192.168.3.11', '', '', '', '2019-03-07 16:50:38'),
(8450, '172.16.31.10', '', '', '', '2019-03-07 16:58:09'),
(8451, '172.16.58.3', '', '', '', '2019-03-07 17:39:44'),
(8452, '172.16.31.10', '', '', '', '2019-03-07 17:39:45'),
(8453, '192.168.3.11', '', '', '', '2019-03-07 17:45:56'),
(8454, '172.16.31.10', '', '', '', '2019-03-07 17:48:32'),
(8455, '192.168.3.11', '', '', '', '2019-03-07 18:51:27'),
(8456, '192.168.3.11', '', '', '', '2019-03-07 18:51:28'),
(8457, '172.16.31.10', '', '', '', '2019-03-07 19:21:34'),
(8458, '172.16.31.10', '', '', '', '2019-03-07 20:50:37'),
(8459, '172.16.31.10', '', '', '', '2019-03-07 21:38:11'),
(8460, '192.168.3.11', '', '', '', '2019-03-07 22:04:28'),
(8461, '192.168.127.12', '', '', '', '2019-03-07 23:09:58'),
(8462, '192.168.127.12', '', '', '', '2019-03-07 23:10:00'),
(8463, '172.16.31.10', '', '', '', '2019-03-08 01:00:02'),
(8464, '172.16.31.10', '', '', '', '2019-03-08 02:37:51'),
(8465, '192.168.127.12', '', '', '', '2019-03-08 07:33:53'),
(8466, '172.16.58.3', '', '', '', '2019-03-08 09:21:04'),
(8467, '192.168.127.12', '', '', '', '2019-03-08 10:11:38'),
(8468, '192.168.127.12', '', '', '', '2019-03-08 10:11:44'),
(8469, '192.168.127.12', '', '', '', '2019-03-08 10:11:45'),
(8470, '172.16.58.3', '', '', '', '2019-03-08 11:53:05'),
(8471, '172.16.31.10', '', '', '', '2019-03-08 11:53:06'),
(8472, '172.16.31.10', '', '', '', '2019-03-08 16:05:15'),
(8473, '172.16.31.10', '', '', '', '2019-03-08 16:05:17'),
(8474, '172.16.31.10', '', '', '', '2019-03-08 16:05:18'),
(8475, '172.16.31.10', '', '', '', '2019-03-08 16:05:22'),
(8476, '172.16.31.10', '', '', '', '2019-03-08 16:05:31'),
(8477, '192.168.3.11', '', '', '', '2019-03-08 16:08:41'),
(8478, '192.168.3.11', '', '', '', '2019-03-08 16:08:42'),
(8479, '192.168.127.12', '', '', '', '2019-03-08 17:05:59'),
(8480, '192.168.3.11', '', '', '', '2019-03-08 18:02:16'),
(8481, '172.16.31.10', '', '', '', '2019-03-08 18:02:18'),
(8482, '172.16.31.10', '', '', '', '2019-03-08 18:40:27'),
(8483, '172.16.58.3', '', '', '', '2019-03-08 18:40:29'),
(8484, '172.16.58.3', '', '', '', '2019-03-08 20:05:21'),
(8485, '172.16.58.3', '', '', '', '2019-03-08 21:02:09'),
(8486, '172.16.58.3', '', '', '', '2019-03-08 23:31:34'),
(8487, '172.16.58.3', '', '', '', '2019-03-09 01:34:47'),
(8488, '172.16.58.3', '', '', '', '2019-03-09 01:40:36'),
(8489, '172.16.58.3', '', '', '', '2019-03-09 01:53:34'),
(8490, '172.16.58.3', '', '', '', '2019-03-09 02:24:14'),
(8491, '172.16.58.3', '', '', '', '2019-03-09 04:07:29'),
(8492, '172.16.58.3', '', '', '', '2019-03-09 04:20:26'),
(8493, '172.16.58.3', '', '', '', '2019-03-09 04:33:52'),
(8494, '172.16.58.3', '', '', '', '2019-03-09 05:01:15'),
(8495, '172.16.58.3', '', '', '', '2019-03-09 05:01:19'),
(8496, '172.16.58.3', '', '', '', '2019-03-09 05:02:15'),
(8497, '172.16.58.3', '', '', '', '2019-03-09 05:02:18'),
(8498, '172.16.58.3', '', '', '', '2019-03-09 05:02:42'),
(8499, '172.16.58.3', '', '', '', '2019-03-09 05:06:20'),
(8500, '172.16.58.3', '', '', '', '2019-03-09 05:06:21'),
(8501, '172.16.58.3', '', '', '', '2019-03-09 05:09:32'),
(8502, '172.16.58.3', '', '', '', '2019-03-09 05:09:34'),
(8503, '172.16.58.3', '', '', '', '2019-03-09 05:09:51'),
(8504, '172.16.58.3', '', '', '', '2019-03-09 05:09:52'),
(8505, '172.16.58.3', '', '', '', '2019-03-09 05:10:34'),
(8506, '172.16.58.3', '', '', '', '2019-03-09 05:10:36'),
(8507, '172.16.58.3', '', '', '', '2019-03-09 05:43:17'),
(8508, '172.16.58.3', '', '', '', '2019-03-09 05:43:18'),
(8509, '172.16.58.3', '', '', '', '2019-03-09 08:00:57'),
(8510, '172.16.58.3', '', '', '', '2019-03-09 08:00:58'),
(8511, '172.16.58.3', '', '', '', '2019-03-09 08:14:39'),
(8512, '172.16.58.3', '', '', '', '2019-03-09 08:15:07'),
(8513, '172.16.58.3', '', '', '', '2019-03-09 09:29:25'),
(8514, '172.16.58.3', '', '', '', '2019-03-09 10:27:04'),
(8515, '172.16.58.3', '', '', '', '2019-03-09 11:54:28'),
(8516, '172.16.58.3', '', '', '', '2019-03-09 13:39:20'),
(8517, '172.16.58.3', '', '', '', '2019-03-09 13:41:19'),
(8518, '172.16.58.3', '', '', '', '2019-03-09 13:41:19'),
(8519, '172.16.58.3', '', '', '', '2019-03-09 15:32:38'),
(8520, '172.16.58.3', '', '', '', '2019-03-09 15:34:41'),
(8521, '172.16.58.3', '', '', '', '2019-03-09 15:41:54'),
(8522, '172.16.58.3', '', '', '', '2019-03-09 16:03:28'),
(8523, '172.16.58.3', '', '', '', '2019-03-09 16:03:29'),
(8524, '172.16.58.3', '', '', '', '2019-03-09 16:03:31'),
(8525, '172.16.58.3', '', '', '', '2019-03-09 16:03:35'),
(8526, '172.16.58.3', '', '', '', '2019-03-09 16:03:39'),
(8527, '172.16.58.3', '', '', '', '2019-03-09 16:40:01'),
(8528, '172.16.58.3', '', '', '', '2019-03-09 16:40:02'),
(8529, '172.16.58.3', '', '', '', '2019-03-09 16:40:12'),
(8530, '172.16.58.3', '', '', '', '2019-03-09 17:14:17'),
(8531, '172.16.58.3', '', '', '', '2019-03-09 17:58:55'),
(8532, '172.16.58.3', '', '', '', '2019-03-09 17:59:02'),
(8533, '172.16.58.3', '', '', '', '2019-03-09 19:37:27'),
(8534, '172.16.58.3', '', '', '', '2019-03-09 19:37:28'),
(8535, '172.16.58.3', '', '', '', '2019-03-09 19:52:37'),
(8536, '172.16.58.3', '', '', '', '2019-03-09 19:52:38'),
(8537, '172.16.58.3', '', '', '', '2019-03-09 21:52:31'),
(8538, '172.16.58.3', '', '', '', '2019-03-09 21:57:46'),
(8539, '172.16.58.3', '', '', '', '2019-03-09 21:57:46'),
(8540, '172.16.58.3', '', '', '', '2019-03-09 22:01:10'),
(8541, '172.16.58.3', '', '', '', '2019-03-09 22:05:02'),
(8542, '172.16.58.3', '', '', '', '2019-03-09 22:05:03'),
(8543, '172.16.58.3', '', '', '', '2019-03-09 22:05:05'),
(8544, '172.16.58.3', '', '', '', '2019-03-09 22:05:44'),
(8545, '172.16.58.3', '', '', '', '2019-03-09 22:05:51'),
(8546, '172.16.58.3', '', '', '', '2019-03-09 22:05:58'),
(8547, '172.16.58.3', '', '', '', '2019-03-09 22:05:59'),
(8548, '172.16.58.3', '', '', '', '2019-03-09 22:06:01'),
(8549, '172.16.58.3', '', '', '', '2019-03-09 22:06:04'),
(8550, '172.16.58.3', '', '', '', '2019-03-09 22:11:09'),
(8551, '172.16.58.3', '', '', '', '2019-03-09 22:12:55'),
(8552, '172.16.58.3', '', '', '', '2019-03-09 22:24:14'),
(8553, '172.16.58.3', '', '', '', '2019-03-09 22:36:10'),
(8554, '172.16.58.3', '', '', '', '2019-03-09 22:50:09'),
(8555, '172.16.58.3', '', '', '', '2019-03-09 22:50:16'),
(8556, '172.16.58.3', '', '', '', '2019-03-09 22:52:15'),
(8557, '172.16.58.3', '', '', '', '2019-03-10 00:05:05'),
(8558, '172.16.58.3', '', '', '', '2019-03-10 00:15:09'),
(8559, '172.16.58.3', '', '', '', '2019-03-10 00:15:12'),
(8560, '172.16.58.3', '', '', '', '2019-03-10 00:15:16'),
(8561, '172.16.58.3', '', '', '', '2019-03-10 01:20:46'),
(8562, '172.16.58.3', '', '', '', '2019-03-10 01:38:08'),
(8563, '172.16.58.3', '', '', '', '2019-03-10 03:51:31'),
(8564, '172.16.58.3', '', '', '', '2019-03-10 03:51:32'),
(8565, '172.16.58.3', '', '', '', '2019-03-10 04:47:14'),
(8566, '172.16.58.3', '', '', '', '2019-03-10 04:47:15'),
(8567, '172.16.58.3', '', '', '', '2019-03-10 04:47:16'),
(8568, '172.16.58.3', '', '', '', '2019-03-10 04:47:16'),
(8569, '172.16.58.3', '', '', '', '2019-03-10 05:55:13'),
(8570, '172.16.58.3', '', '', '', '2019-03-10 09:33:49'),
(8571, '172.16.58.3', '', '', '', '2019-03-10 09:43:30'),
(8572, '172.16.58.3', '', '', '', '2019-03-10 09:43:30'),
(8573, '172.16.58.3', '', '', '', '2019-03-10 09:47:56'),
(8574, '172.16.58.3', '', '', '', '2019-03-10 10:41:46'),
(8575, '172.16.58.3', '', '', '', '2019-03-10 10:41:51'),
(8576, '172.16.58.3', '', '', '', '2019-03-10 10:41:58'),
(8577, '172.16.58.3', '', '', '', '2019-03-10 10:42:09'),
(8578, '172.16.58.3', '', '', '', '2019-03-10 10:42:16'),
(8579, '172.16.58.3', '', '', '', '2019-03-10 10:42:25'),
(8580, '172.16.58.3', '', '', '', '2019-03-10 10:42:37'),
(8581, '172.16.58.3', '', '', '', '2019-03-10 10:42:38'),
(8582, '172.16.58.3', '', '', '', '2019-03-10 10:42:45'),
(8583, '172.16.58.3', '', '', '', '2019-03-10 10:42:47'),
(8584, '172.16.58.3', '', '', '', '2019-03-10 10:42:53'),
(8585, '172.16.58.3', '', '', '', '2019-03-10 10:42:54'),
(8586, '172.16.58.3', '', '', '', '2019-03-10 10:42:58'),
(8587, '172.16.58.3', '', '', '', '2019-03-10 10:43:09'),
(8588, '172.16.58.3', '', '', '', '2019-03-10 10:43:10'),
(8589, '172.16.58.3', '', '', '', '2019-03-10 10:43:18'),
(8590, '172.16.58.3', '', '', '', '2019-03-10 10:43:19'),
(8591, '172.16.58.3', '', '', '', '2019-03-10 10:43:23'),
(8592, '172.16.58.3', '', '', '', '2019-03-10 10:43:25'),
(8593, '172.16.58.3', '', '', '', '2019-03-10 10:43:36'),
(8594, '172.16.58.3', '', '', '', '2019-03-10 10:43:46'),
(8595, '172.16.58.3', '', '', '', '2019-03-10 10:44:10'),
(8596, '172.16.58.3', '', '', '', '2019-03-10 10:44:19'),
(8597, '172.16.58.3', '', '', '', '2019-03-10 10:44:22'),
(8598, '172.16.58.3', '', '', '', '2019-03-10 10:44:23'),
(8599, '172.16.58.3', '', '', '', '2019-03-10 10:44:24'),
(8600, '172.16.58.3', '', '', '', '2019-03-10 10:44:27'),
(8601, '172.16.58.3', '', '', '', '2019-03-10 10:44:27'),
(8602, '172.16.58.3', '', '', '', '2019-03-10 10:44:31'),
(8603, '172.16.58.3', '', '', '', '2019-03-10 10:44:31'),
(8604, '172.16.58.3', '', '', '', '2019-03-10 10:44:35'),
(8605, '172.16.58.3', '', '', '', '2019-03-10 10:44:38'),
(8606, '172.16.58.3', '', '', '', '2019-03-10 10:44:45'),
(8607, '172.16.58.3', '', '', '', '2019-03-10 10:44:51'),
(8608, '172.16.58.3', '', '', '', '2019-03-10 10:44:51'),
(8609, '172.16.58.3', '', '', '', '2019-03-10 10:45:00'),
(8610, '172.16.58.3', '', '', '', '2019-03-10 10:45:01'),
(8611, '172.16.58.3', '', '', '', '2019-03-10 10:45:09'),
(8612, '172.16.58.3', '', '', '', '2019-03-10 10:45:13'),
(8613, '172.16.58.3', '', '', '', '2019-03-10 10:45:18'),
(8614, '172.16.58.3', '', '', '', '2019-03-10 10:45:20'),
(8615, '172.16.58.3', '', '', '', '2019-03-10 10:45:27'),
(8616, '172.16.58.3', '', '', '', '2019-03-10 10:45:30'),
(8617, '172.16.58.3', '', '', '', '2019-03-10 10:45:33'),
(8618, '172.16.58.3', '', '', '', '2019-03-10 10:45:41'),
(8619, '172.16.58.3', '', '', '', '2019-03-10 10:45:51'),
(8620, '172.16.58.3', '', '', '', '2019-03-10 10:45:52'),
(8621, '172.16.58.3', '', '', '', '2019-03-10 10:45:54'),
(8622, '172.16.58.3', '', '', '', '2019-03-10 10:46:00'),
(8623, '172.16.58.3', '', '', '', '2019-03-10 10:46:04'),
(8624, '172.16.58.3', '', '', '', '2019-03-10 10:46:12'),
(8625, '172.16.58.3', '', '', '', '2019-03-10 10:46:23'),
(8626, '172.16.58.3', '', '', '', '2019-03-10 10:46:32'),
(8627, '172.16.58.3', '', '', '', '2019-03-10 10:46:44'),
(8628, '172.16.58.3', '', '', '', '2019-03-10 10:46:54'),
(8629, '172.16.58.3', '', '', '', '2019-03-10 10:47:01'),
(8630, '172.16.58.3', '', '', '', '2019-03-10 12:19:36');
INSERT INTO `traffic` (`id_traffic`, `ip`, `browser`, `platform`, `negara`, `waktu_akses`) VALUES
(8631, '172.16.58.3', '', '', '', '2019-03-10 12:19:38'),
(8632, '172.16.58.3', '', '', '', '2019-03-10 13:38:27'),
(8633, '172.16.58.3', '', '', '', '2019-03-10 13:38:28'),
(8634, '172.16.58.3', '', '', '', '2019-03-10 14:47:22'),
(8635, '172.16.58.3', '', '', '', '2019-03-10 14:47:22'),
(8636, '172.16.58.3', '', '', '', '2019-03-10 16:06:47'),
(8637, '172.16.58.3', '', '', '', '2019-03-10 16:06:49'),
(8638, '172.16.58.3', '', '', '', '2019-03-10 16:06:52'),
(8639, '172.16.58.3', '', '', '', '2019-03-10 16:06:58'),
(8640, '172.16.58.3', '', '', '', '2019-03-10 16:42:58'),
(8641, '172.16.58.3', '', '', '', '2019-03-10 17:34:56'),
(8642, '172.16.58.3', '', '', '', '2019-03-10 21:55:34'),
(8643, '172.16.58.3', '', '', '', '2019-03-11 03:24:25'),
(8644, '172.16.58.3', '', '', '', '2019-03-11 05:05:47'),
(8645, '172.16.58.3', '', '', '', '2019-03-11 07:06:06'),
(8646, '172.16.58.3', '', '', '', '2019-03-11 09:10:36'),
(8647, '172.16.58.3', '', '', '', '2019-03-11 09:10:36'),
(8648, '172.16.58.3', '', '', '', '2019-03-11 09:20:19'),
(8649, '172.16.58.3', '', '', '', '2019-03-11 09:20:19'),
(8650, '172.16.58.3', '', '', '', '2019-03-11 09:46:02'),
(8651, '172.16.58.3', '', '', '', '2019-03-11 09:52:07'),
(8652, '172.16.58.3', '', '', '', '2019-03-11 09:52:15'),
(8653, '172.16.58.3', '', '', '', '2019-03-11 09:52:23'),
(8654, '172.16.58.3', '', '', '', '2019-03-11 09:52:31'),
(8655, '172.16.58.3', '', '', '', '2019-03-11 09:52:40'),
(8656, '172.16.58.3', '', '', '', '2019-03-11 09:52:47'),
(8657, '172.16.58.3', '', '', '', '2019-03-11 09:52:56'),
(8658, '172.16.58.3', '', '', '', '2019-03-11 09:53:05'),
(8659, '172.16.58.3', '', '', '', '2019-03-11 09:53:13'),
(8660, '172.16.58.3', '', '', '', '2019-03-11 09:53:27'),
(8661, '172.16.58.3', '', '', '', '2019-03-11 09:53:35'),
(8662, '172.16.58.3', '', '', '', '2019-03-11 09:53:41'),
(8663, '172.16.58.3', '', '', '', '2019-03-11 09:54:03'),
(8664, '172.16.58.3', '', '', '', '2019-03-11 09:54:09'),
(8665, '172.16.58.3', '', '', '', '2019-03-11 09:54:16'),
(8666, '172.16.58.3', '', '', '', '2019-03-11 09:54:23'),
(8667, '172.16.58.3', '', '', '', '2019-03-11 09:54:29'),
(8668, '172.16.58.3', '', '', '', '2019-03-11 09:54:36'),
(8669, '172.16.58.3', '', '', '', '2019-03-11 09:54:45'),
(8670, '172.16.58.3', '', '', '', '2019-03-11 09:54:51'),
(8671, '172.16.58.3', '', '', '', '2019-03-11 09:54:59'),
(8672, '172.16.58.3', '', '', '', '2019-03-11 09:55:06'),
(8673, '172.16.58.3', '', '', '', '2019-03-11 09:55:19'),
(8674, '172.16.58.3', '', '', '', '2019-03-11 09:55:43'),
(8675, '172.16.58.3', '', '', '', '2019-03-11 09:55:48'),
(8676, '172.16.58.3', '', '', '', '2019-03-11 09:55:55'),
(8677, '172.16.58.3', '', '', '', '2019-03-11 09:56:00'),
(8678, '172.16.58.3', '', '', '', '2019-03-11 09:56:03'),
(8679, '172.16.58.3', '', '', '', '2019-03-11 10:26:13'),
(8680, '172.16.58.3', '', '', '', '2019-03-11 10:26:13'),
(8681, '172.16.58.3', '', '', '', '2019-03-11 10:58:12'),
(8682, '172.16.58.3', '', '', '', '2019-03-11 10:58:13'),
(8683, '172.16.58.3', '', '', '', '2019-03-11 16:07:30'),
(8684, '172.16.58.3', '', '', '', '2019-03-11 16:07:31'),
(8685, '172.16.58.3', '', '', '', '2019-03-11 17:07:49'),
(8686, '172.16.58.3', '', '', '', '2019-03-11 17:11:33'),
(8687, '172.16.58.3', '', '', '', '2019-03-11 17:43:18'),
(8688, '172.16.58.3', '', '', '', '2019-03-11 17:43:47'),
(8689, '172.16.58.3', '', '', '', '2019-03-11 17:45:59'),
(8690, '172.16.58.3', '', '', '', '2019-03-11 20:11:45'),
(8691, '172.16.58.3', '', '', '', '2019-03-11 20:11:56'),
(8692, '172.16.58.3', '', '', '', '2019-03-11 20:52:53'),
(8693, '172.16.58.3', '', '', '', '2019-03-11 21:34:21'),
(8694, '172.16.58.3', '', '', '', '2019-03-11 21:44:16'),
(8695, '172.16.58.3', '', '', '', '2019-03-12 00:59:07'),
(8696, '172.16.58.3', '', '', '', '2019-03-12 02:04:34'),
(8697, '172.16.58.3', '', '', '', '2019-03-12 04:23:41'),
(8698, '172.16.58.3', '', '', '', '2019-03-12 04:39:14'),
(8699, '172.16.58.3', '', '', '', '2019-03-12 05:14:30'),
(8700, '172.16.58.3', '', '', '', '2019-03-12 05:33:40'),
(8701, '172.16.58.3', '', '', '', '2019-03-12 05:36:43'),
(8702, '172.16.58.3', '', '', '', '2019-03-12 05:40:56'),
(8703, '172.16.58.3', '', '', '', '2019-03-12 06:50:17'),
(8704, '172.16.58.3', '', '', '', '2019-03-12 07:30:57'),
(8705, '172.16.58.3', '', '', '', '2019-03-12 08:38:45'),
(8706, '172.16.58.3', '', '', '', '2019-03-12 08:38:52'),
(8707, '172.16.58.3', '', '', '', '2019-03-12 08:55:57'),
(8708, '172.16.58.3', '', '', '', '2019-03-12 08:56:19'),
(8709, '172.16.58.3', '', '', '', '2019-03-12 08:59:47'),
(8710, '172.16.58.3', '', '', '', '2019-03-12 08:59:55'),
(8711, '172.16.58.3', '', '', '', '2019-03-12 09:06:10'),
(8712, '172.16.58.3', '', '', '', '2019-03-12 09:42:04'),
(8713, '172.16.58.3', '', '', '', '2019-03-12 09:44:35'),
(8714, '172.16.58.3', '', '', '', '2019-03-12 09:44:35'),
(8715, '172.16.58.3', '', '', '', '2019-03-12 10:06:06'),
(8716, '172.16.58.3', '', '', '', '2019-03-12 10:58:31'),
(8717, '172.16.58.3', '', '', '', '2019-03-12 11:44:05'),
(8718, '172.16.58.3', '', '', '', '2019-03-12 12:18:39'),
(8719, '172.16.58.3', '', '', '', '2019-03-12 12:18:46'),
(8720, '172.16.58.3', '', '', '', '2019-03-12 12:18:51'),
(8721, '172.16.58.3', '', '', '', '2019-03-12 12:18:57'),
(8722, '172.16.58.3', '', '', '', '2019-03-12 12:19:05'),
(8723, '172.16.58.3', '', '', '', '2019-03-12 12:19:10'),
(8724, '172.16.58.3', '', '', '', '2019-03-12 12:19:16'),
(8725, '172.16.58.3', '', '', '', '2019-03-12 12:19:21'),
(8726, '172.16.58.3', '', '', '', '2019-03-12 12:19:25'),
(8727, '172.16.58.3', '', '', '', '2019-03-12 12:19:36'),
(8728, '172.16.58.3', '', '', '', '2019-03-12 12:19:42'),
(8729, '172.16.58.3', '', '', '', '2019-03-12 12:19:48'),
(8730, '172.16.58.3', '', '', '', '2019-03-12 12:20:03'),
(8731, '172.16.58.3', '', '', '', '2019-03-12 12:20:15'),
(8732, '172.16.58.3', '', '', '', '2019-03-12 12:20:27'),
(8733, '172.16.58.3', '', '', '', '2019-03-12 12:20:32'),
(8734, '172.16.58.3', '', '', '', '2019-03-12 12:20:43'),
(8735, '172.16.58.3', '', '', '', '2019-03-12 12:20:52'),
(8736, '172.16.58.3', '', '', '', '2019-03-12 12:20:58'),
(8737, '172.16.58.3', '', '', '', '2019-03-12 12:21:04'),
(8738, '172.16.58.3', '', '', '', '2019-03-12 12:21:08'),
(8739, '172.16.58.3', '', '', '', '2019-03-12 12:21:14'),
(8740, '172.16.58.3', '', '', '', '2019-03-12 12:21:19'),
(8741, '172.16.58.3', '', '', '', '2019-03-12 12:21:27'),
(8742, '172.16.58.3', '', '', '', '2019-03-12 12:21:32'),
(8743, '172.16.58.3', '', '', '', '2019-03-12 12:21:42'),
(8744, '172.16.58.3', '', '', '', '2019-03-12 12:21:51'),
(8745, '172.16.58.3', '', '', '', '2019-03-12 12:21:56'),
(8746, '172.16.58.3', '', '', '', '2019-03-12 13:01:51'),
(8747, '172.16.58.3', '', '', '', '2019-03-12 15:28:59'),
(8748, '172.16.58.3', '', '', '', '2019-03-12 16:02:14'),
(8749, '172.16.58.3', '', '', '', '2019-03-12 16:02:16'),
(8750, '172.16.58.3', '', '', '', '2019-03-12 16:02:20'),
(8751, '172.16.58.3', '', '', '', '2019-03-12 16:16:14'),
(8752, '172.16.58.3', '', '', '', '2019-03-12 18:46:56'),
(8753, '172.16.58.3', '', '', '', '2019-03-12 18:47:53'),
(8754, '172.16.58.3', '', '', '', '2019-03-12 19:54:53'),
(8755, '172.16.58.3', '', '', '', '2019-03-12 20:49:57'),
(8756, '172.16.58.3', '', '', '', '2019-03-12 20:53:41'),
(8757, '172.16.58.3', '', '', '', '2019-03-12 21:10:48'),
(8758, '172.16.58.3', '', '', '', '2019-03-12 21:39:03'),
(8759, '172.16.58.3', '', '', '', '2019-03-12 21:42:39'),
(8760, '172.16.58.3', '', '', '', '2019-03-12 22:15:13'),
(8761, '172.16.58.3', '', '', '', '2019-03-12 22:15:14'),
(8762, '172.16.58.3', '', '', '', '2019-03-12 22:34:58'),
(8763, '172.16.58.3', '', '', '', '2019-03-13 00:08:49'),
(8764, '172.16.58.3', '', '', '', '2019-03-13 00:08:50'),
(8765, '172.16.58.3', '', '', '', '2019-03-13 01:30:22'),
(8766, '172.16.58.3', '', '', '', '2019-03-13 01:54:42'),
(8767, '172.16.58.3', '', '', '', '2019-03-13 01:54:42'),
(8768, '172.16.58.3', '', '', '', '2019-03-13 02:25:34'),
(8769, '172.16.58.3', '', '', '', '2019-03-13 02:25:35'),
(8770, '172.16.58.3', '', '', '', '2019-03-13 03:10:38'),
(8771, '172.16.58.3', '', '', '', '2019-03-13 03:10:45'),
(8772, '172.16.58.3', '', '', '', '2019-03-13 03:24:30'),
(8773, '172.16.58.3', '', '', '', '2019-03-13 04:29:49'),
(8774, '172.16.58.3', '', '', '', '2019-03-13 05:18:42'),
(8775, '172.16.58.3', '', '', '', '2019-03-13 05:20:12'),
(8776, '172.16.58.3', '', '', '', '2019-03-13 05:20:17'),
(8777, '172.16.58.3', '', '', '', '2019-03-13 05:21:17'),
(8778, '172.16.58.3', '', '', '', '2019-03-13 06:20:03'),
(8779, '172.16.58.3', '', '', '', '2019-03-13 07:14:49'),
(8780, '172.16.58.3', '', '', '', '2019-03-13 07:52:38'),
(8781, '172.16.58.3', '', '', '', '2019-03-13 08:00:48'),
(8782, '172.16.58.3', '', '', '', '2019-03-13 08:21:26'),
(8783, '172.16.58.3', '', '', '', '2019-03-13 08:21:29'),
(8784, '172.16.58.3', '', '', '', '2019-03-13 08:21:53'),
(8785, '172.16.58.3', '', '', '', '2019-03-13 08:21:58'),
(8786, '172.16.58.3', '', '', '', '2019-03-13 08:46:50'),
(8787, '172.16.58.3', '', '', '', '2019-03-13 08:46:52'),
(8788, '172.16.58.3', '', '', '', '2019-03-13 09:12:56'),
(8789, '172.16.58.3', '', '', '', '2019-03-13 09:12:57'),
(8790, '172.16.58.3', '', '', '', '2019-03-13 09:13:03'),
(8791, '172.16.58.3', '', '', '', '2019-03-13 09:16:34'),
(8792, '172.16.58.3', '', '', '', '2019-03-13 09:16:41'),
(8793, '172.16.58.3', '', '', '', '2019-03-13 09:49:33'),
(8794, '172.16.58.3', '', '', '', '2019-03-13 09:49:34'),
(8795, '172.16.58.3', '', '', '', '2019-03-13 09:49:38'),
(8796, '172.16.58.3', '', '', '', '2019-03-13 10:17:13'),
(8797, '172.16.58.3', '', '', '', '2019-03-13 10:43:07'),
(8798, '172.16.58.3', '', '', '', '2019-03-13 11:48:22'),
(8799, '172.16.58.3', '', '', '', '2019-03-13 12:15:39'),
(8800, '172.16.58.3', '', '', '', '2019-03-13 13:15:48'),
(8801, '172.16.58.3', '', '', '', '2019-03-13 13:58:34'),
(8802, '172.16.58.3', '', '', '', '2019-03-13 14:06:17'),
(8803, '172.16.58.3', '', '', '', '2019-03-13 15:00:43'),
(8804, '172.16.58.3', '', '', '', '2019-03-13 16:03:49'),
(8805, '172.16.58.3', '', '', '', '2019-03-13 16:03:50'),
(8806, '172.16.58.3', '', '', '', '2019-03-13 16:03:52'),
(8807, '172.16.58.3', '', '', '', '2019-03-13 16:03:54'),
(8808, '172.16.58.3', '', '', '', '2019-03-13 17:15:44'),
(8809, '172.16.58.3', '', '', '', '2019-03-13 17:41:42'),
(8810, '172.16.58.3', '', '', '', '2019-03-13 17:41:49'),
(8811, '172.16.58.3', '', '', '', '2019-03-13 17:41:57'),
(8812, '172.16.58.3', '', '', '', '2019-03-13 18:43:57'),
(8813, '172.16.58.3', '', '', '', '2019-03-13 19:23:15'),
(8814, '172.16.58.3', '', '', '', '2019-03-13 19:23:19'),
(8815, '172.16.58.3', '', '', '', '2019-03-13 19:35:44'),
(8816, '172.16.58.3', '', '', '', '2019-03-13 19:35:47'),
(8817, '172.16.58.3', '', '', '', '2019-03-13 19:35:52'),
(8818, '172.16.58.3', '', '', '', '2019-03-13 19:35:53'),
(8819, '172.16.58.3', '', '', '', '2019-03-13 19:36:10'),
(8820, '172.16.58.3', '', '', '', '2019-03-13 19:36:11'),
(8821, '172.16.58.3', '', '', '', '2019-03-13 19:36:13'),
(8822, '172.16.58.3', '', '', '', '2019-03-13 20:19:12'),
(8823, '172.16.58.3', '', '', '', '2019-03-13 20:22:20'),
(8824, '172.16.58.3', '', '', '', '2019-03-13 20:22:42'),
(8825, '172.16.58.3', '', '', '', '2019-03-13 21:11:15'),
(8826, '172.16.58.3', '', '', '', '2019-03-13 21:28:06'),
(8827, '172.16.58.3', '', '', '', '2019-03-13 22:06:52'),
(8828, '172.16.58.3', '', '', '', '2019-03-13 22:09:12'),
(8829, '172.16.58.3', '', '', '', '2019-03-14 01:16:10'),
(8830, '172.16.58.3', '', '', '', '2019-03-14 01:41:05'),
(8831, '172.16.58.3', '', '', '', '2019-03-14 01:41:09'),
(8832, '172.16.58.3', '', '', '', '2019-03-14 02:49:34'),
(8833, '172.16.58.3', '', '', '', '2019-03-14 03:18:33'),
(8834, '172.16.58.3', '', '', '', '2019-03-14 03:23:32'),
(8835, '172.16.58.3', '', '', '', '2019-03-14 04:04:56'),
(8836, '172.16.58.3', '', '', '', '2019-03-14 04:11:03'),
(8837, '172.16.58.3', '', '', '', '2019-03-14 04:28:19'),
(8838, '172.16.58.3', '', '', '', '2019-03-14 04:45:32'),
(8839, '172.16.58.3', '', '', '', '2019-03-14 04:45:36'),
(8840, '172.16.58.3', '', '', '', '2019-03-14 05:10:22'),
(8841, '172.16.58.3', '', '', '', '2019-03-14 05:26:10'),
(8842, '172.16.58.3', '', '', '', '2019-03-14 05:46:22'),
(8843, '172.16.58.3', '', '', '', '2019-03-14 05:46:27'),
(8844, '172.16.58.3', '', '', '', '2019-03-14 05:53:11'),
(8845, '172.16.58.3', '', '', '', '2019-03-14 05:53:14'),
(8846, '172.16.58.3', '', '', '', '2019-03-14 06:01:55'),
(8847, '172.16.58.3', '', '', '', '2019-03-14 07:41:57'),
(8848, '172.16.58.3', '', '', '', '2019-03-14 08:24:56'),
(8849, '172.16.58.3', '', '', '', '2019-03-14 08:24:57'),
(8850, '172.16.58.3', '', '', '', '2019-03-14 08:55:23'),
(8851, '172.16.58.3', '', '', '', '2019-03-14 08:55:24'),
(8852, '172.16.58.3', '', '', '', '2019-03-14 10:02:16'),
(8853, '172.16.58.3', '', '', '', '2019-03-14 10:02:23'),
(8854, '172.16.58.3', '', '', '', '2019-03-14 10:26:25'),
(8855, '172.16.58.3', '', '', '', '2019-03-14 10:26:30'),
(8856, '172.16.58.3', '', '', '', '2019-03-14 11:59:51'),
(8857, '172.16.58.3', '', '', '', '2019-03-14 12:25:59'),
(8858, '172.16.58.3', '', '', '', '2019-03-14 14:12:47'),
(8859, '172.16.58.3', '', '', '', '2019-03-14 14:33:16'),
(8860, '172.16.58.3', '', '', '', '2019-03-14 14:33:20'),
(8861, '172.16.58.3', '', '', '', '2019-03-14 14:46:23'),
(8862, '172.16.58.3', '', '', '', '2019-03-14 15:36:55'),
(8863, '172.16.58.3', '', '', '', '2019-03-14 16:06:18'),
(8864, '172.16.58.3', '', '', '', '2019-03-14 16:06:20'),
(8865, '172.16.58.3', '', '', '', '2019-03-14 16:06:35'),
(8866, '172.16.58.3', '', '', '', '2019-03-14 16:44:31'),
(8867, '172.16.58.3', '', '', '', '2019-03-14 16:47:33'),
(8868, '172.16.58.3', '', '', '', '2019-03-14 17:07:32'),
(8869, '172.16.58.3', '', '', '', '2019-03-14 17:07:32'),
(8870, '172.16.58.3', '', '', '', '2019-03-14 17:30:09'),
(8871, '172.16.58.3', '', '', '', '2019-03-14 17:30:29'),
(8872, '172.16.58.3', '', '', '', '2019-03-14 17:30:31'),
(8873, '172.16.58.3', '', '', '', '2019-03-14 18:39:56'),
(8874, '172.16.58.3', '', '', '', '2019-03-14 19:05:37'),
(8875, '172.16.58.3', '', '', '', '2019-03-14 19:05:40'),
(8876, '172.16.58.3', '', '', '', '2019-03-14 19:07:27'),
(8877, '172.16.58.3', '', '', '', '2019-03-14 19:10:25'),
(8878, '172.16.58.3', '', '', '', '2019-03-14 19:10:29'),
(8879, '172.16.58.3', '', '', '', '2019-03-14 19:30:50'),
(8880, '172.16.58.3', '', '', '', '2019-03-14 19:39:01'),
(8881, '172.16.58.3', '', '', '', '2019-03-14 20:11:05'),
(8882, '172.16.58.3', '', '', '', '2019-03-14 20:11:06'),
(8883, '172.16.58.3', '', '', '', '2019-03-14 20:16:52'),
(8884, '172.16.58.3', '', '', '', '2019-03-14 20:40:47'),
(8885, '172.16.58.3', '', '', '', '2019-03-14 21:20:33'),
(8886, '172.16.58.3', '', '', '', '2019-03-14 21:20:37'),
(8887, '172.16.58.3', '', '', '', '2019-03-14 21:24:00'),
(8888, '172.16.58.3', '', '', '', '2019-03-14 21:24:01'),
(8889, '172.16.58.3', '', '', '', '2019-03-14 21:24:02'),
(8890, '172.16.58.3', '', '', '', '2019-03-14 21:24:04'),
(8891, '172.16.58.3', '', '', '', '2019-03-14 21:24:10'),
(8892, '172.16.58.3', '', '', '', '2019-03-14 21:24:43'),
(8893, '172.16.58.3', '', '', '', '2019-03-14 21:24:44'),
(8894, '172.16.58.3', '', '', '', '2019-03-14 21:40:10'),
(8895, '172.16.58.3', '', '', '', '2019-03-14 22:01:07'),
(8896, '172.16.58.3', '', '', '', '2019-03-14 22:27:44'),
(8897, '172.16.58.3', '', '', '', '2019-03-14 22:44:29'),
(8898, '172.16.58.3', '', '', '', '2019-03-14 22:45:35'),
(8899, '172.16.58.3', '', '', '', '2019-03-14 22:59:25'),
(8900, '172.16.58.3', '', '', '', '2019-03-14 23:10:38'),
(8901, '172.16.58.3', '', '', '', '2019-03-14 23:11:19'),
(8902, '172.16.58.3', '', '', '', '2019-03-14 23:11:20'),
(8903, '172.16.58.3', '', '', '', '2019-03-14 23:12:17'),
(8904, '172.16.58.3', '', '', '', '2019-03-14 23:25:53'),
(8905, '172.16.58.3', '', '', '', '2019-03-14 23:48:53'),
(8906, '172.16.58.3', '', '', '', '2019-03-15 00:03:26'),
(8907, '172.16.58.3', '', '', '', '2019-03-15 01:04:45'),
(8908, '172.16.58.3', '', '', '', '2019-03-15 01:04:45'),
(8909, '172.16.58.3', '', '', '', '2019-03-15 01:04:46'),
(8910, '172.16.58.3', '', '', '', '2019-03-15 01:07:47'),
(8911, '172.16.58.3', '', '', '', '2019-03-15 01:38:04'),
(8912, '172.16.58.3', '', '', '', '2019-03-15 02:16:34'),
(8913, '172.16.58.3', '', '', '', '2019-03-15 02:46:58'),
(8914, '172.16.58.3', '', '', '', '2019-03-15 02:46:58'),
(8915, '172.16.58.3', '', '', '', '2019-03-15 02:46:59'),
(8916, '172.16.58.3', '', '', '', '2019-03-15 02:46:59'),
(8917, '172.16.58.3', '', '', '', '2019-03-15 03:10:48'),
(8918, '172.16.58.3', '', '', '', '2019-03-15 03:31:00'),
(8919, '172.16.58.3', '', '', '', '2019-03-15 04:46:16'),
(8920, '172.16.58.3', '', '', '', '2019-03-15 04:46:17'),
(8921, '172.16.58.3', '', '', '', '2019-03-15 05:05:55'),
(8922, '172.16.58.3', '', '', '', '2019-03-15 05:05:56'),
(8923, '172.16.58.3', '', '', '', '2019-03-15 06:58:39'),
(8924, '172.16.58.3', '', '', '', '2019-03-15 08:36:40'),
(8925, '172.16.58.3', '', '', '', '2019-03-15 08:36:41'),
(8926, '172.16.58.3', '', '', '', '2019-03-15 08:36:53'),
(8927, '172.16.58.3', '', '', '', '2019-03-15 10:10:08'),
(8928, '172.16.58.3', '', '', '', '2019-03-15 10:10:08'),
(8929, '172.16.58.3', '', '', '', '2019-03-15 11:11:05'),
(8930, '172.16.58.3', '', '', '', '2019-03-15 11:32:07'),
(8931, '172.16.58.3', '', '', '', '2019-03-15 11:48:38'),
(8932, '172.16.58.3', '', '', '', '2019-03-15 11:48:38'),
(8933, '172.16.58.3', '', '', '', '2019-03-15 12:08:06'),
(8934, '172.16.58.3', '', '', '', '2019-03-15 12:18:38'),
(8935, '172.16.58.3', '', '', '', '2019-03-15 12:34:15'),
(8936, '172.16.58.3', '', '', '', '2019-03-15 12:34:15'),
(8937, '172.16.58.3', '', '', '', '2019-03-15 13:27:16'),
(8938, '172.16.58.3', '', '', '', '2019-03-15 13:27:19'),
(8939, '172.16.58.3', '', '', '', '2019-03-15 13:39:19'),
(8940, '172.16.58.3', '', '', '', '2019-03-15 13:46:12'),
(8941, '172.16.58.3', '', '', '', '2019-03-15 13:49:41'),
(8942, '172.16.58.3', '', '', '', '2019-03-15 13:49:53'),
(8943, '172.16.58.3', '', '', '', '2019-03-15 13:50:18'),
(8944, '172.16.58.3', '', '', '', '2019-03-15 13:51:49'),
(8945, '172.16.58.3', '', '', '', '2019-03-15 14:49:20'),
(8946, '172.16.58.3', '', '', '', '2019-03-15 14:51:25'),
(8947, '172.16.58.3', '', '', '', '2019-03-15 14:51:26'),
(8948, '172.16.58.3', '', '', '', '2019-03-15 14:51:27'),
(8949, '172.16.58.3', '', '', '', '2019-03-15 14:51:29'),
(8950, '172.16.58.3', '', '', '', '2019-03-15 16:05:55'),
(8951, '172.16.58.3', '', '', '', '2019-03-15 16:05:59'),
(8952, '172.16.58.3', '', '', '', '2019-03-15 16:06:12'),
(8953, '172.16.58.3', '', '', '', '2019-03-15 16:06:14'),
(8954, '172.16.58.3', '', '', '', '2019-03-15 16:59:32'),
(8955, '172.16.58.3', '', '', '', '2019-03-15 17:22:34'),
(8956, '172.16.58.3', '', '', '', '2019-03-15 17:22:34'),
(8957, '172.16.58.3', '', '', '', '2019-03-15 17:33:43'),
(8958, '172.16.58.3', '', '', '', '2019-03-15 18:32:22'),
(8959, '172.16.58.3', '', '', '', '2019-03-15 18:32:22'),
(8960, '172.16.58.3', '', '', '', '2019-03-15 18:32:23'),
(8961, '172.16.58.3', '', '', '', '2019-03-15 18:32:24'),
(8962, '172.16.58.3', '', '', '', '2019-03-15 18:32:24'),
(8963, '172.16.58.3', '', '', '', '2019-03-15 18:32:25'),
(8964, '172.16.58.3', '', '', '', '2019-03-15 18:32:26'),
(8965, '172.16.58.3', '', '', '', '2019-03-15 18:32:26'),
(8966, '172.16.58.3', '', '', '', '2019-03-15 18:32:27'),
(8967, '172.16.58.3', '', '', '', '2019-03-15 18:32:28'),
(8968, '172.16.58.3', '', '', '', '2019-03-15 18:32:28'),
(8969, '172.16.58.3', '', '', '', '2019-03-15 18:32:29'),
(8970, '172.16.58.3', '', '', '', '2019-03-15 18:32:30'),
(8971, '172.16.58.3', '', '', '', '2019-03-15 18:32:30'),
(8972, '172.16.58.3', '', '', '', '2019-03-15 18:32:31'),
(8973, '172.16.58.3', '', '', '', '2019-03-15 18:32:32'),
(8974, '172.16.58.3', '', '', '', '2019-03-15 18:32:32'),
(8975, '172.16.58.3', '', '', '', '2019-03-15 18:32:33'),
(8976, '172.16.58.3', '', '', '', '2019-03-15 18:32:34'),
(8977, '172.16.58.3', '', '', '', '2019-03-15 18:32:35'),
(8978, '172.16.58.3', '', '', '', '2019-03-15 18:32:35'),
(8979, '172.16.58.3', '', '', '', '2019-03-15 18:32:36'),
(8980, '172.16.58.3', '', '', '', '2019-03-15 18:32:37'),
(8981, '172.16.58.3', '', '', '', '2019-03-15 18:32:37'),
(8982, '172.16.58.3', '', '', '', '2019-03-15 18:32:38'),
(8983, '172.16.58.3', '', '', '', '2019-03-15 18:32:39'),
(8984, '172.16.58.3', '', '', '', '2019-03-15 18:32:40'),
(8985, '172.16.58.3', '', '', '', '2019-03-15 18:38:33'),
(8986, '172.16.58.3', '', '', '', '2019-03-15 19:07:27'),
(8987, '172.16.58.3', '', '', '', '2019-03-15 21:09:34'),
(8988, '172.16.58.3', '', '', '', '2019-03-15 21:10:31'),
(8989, '172.16.58.3', '', '', '', '2019-03-15 21:11:02'),
(8990, '172.16.58.3', '', '', '', '2019-03-15 21:21:17'),
(8991, '172.16.58.3', '', '', '', '2019-03-15 21:25:54'),
(8992, '172.16.58.3', '', '', '', '2019-03-15 21:27:33'),
(8993, '172.16.58.3', '', '', '', '2019-03-15 21:28:59'),
(8994, '172.16.58.3', '', '', '', '2019-03-15 21:46:49'),
(8995, '172.16.58.3', '', '', '', '2019-03-15 21:46:51'),
(8996, '172.16.58.3', '', '', '', '2019-03-15 21:46:54'),
(8997, '172.16.58.3', '', '', '', '2019-03-15 22:36:59'),
(8998, '172.16.58.3', '', '', '', '2019-03-15 22:36:59'),
(8999, '172.16.58.3', '', '', '', '2019-03-15 22:40:49'),
(9000, '172.16.58.3', '', '', '', '2019-03-15 23:44:11'),
(9001, '172.16.58.3', '', '', '', '2019-03-15 23:45:45'),
(9002, '172.16.58.3', '', '', '', '2019-03-15 23:46:31'),
(9003, '172.16.58.3', '', '', '', '2019-03-16 01:20:12'),
(9004, '172.16.58.3', '', '', '', '2019-03-16 01:43:18'),
(9005, '172.16.58.3', '', '', '', '2019-03-16 01:43:19'),
(9006, '172.16.58.3', '', '', '', '2019-03-16 05:16:57'),
(9007, '172.16.58.3', '', '', '', '2019-03-16 05:16:58'),
(9008, '172.16.58.3', '', '', '', '2019-03-16 05:27:36'),
(9009, '172.16.58.3', '', '', '', '2019-03-16 07:10:56'),
(9010, '172.16.58.3', '', '', '', '2019-03-16 07:55:05'),
(9011, '172.16.58.3', '', '', '', '2019-03-16 09:56:09'),
(9012, '172.16.58.3', '', '', '', '2019-03-16 09:56:10'),
(9013, '172.16.58.3', '', '', '', '2019-03-16 10:07:00'),
(9014, '172.16.58.3', '', '', '', '2019-03-16 10:07:01'),
(9015, '172.16.58.3', '', '', '', '2019-03-16 10:07:02'),
(9016, '172.16.58.3', '', '', '', '2019-03-16 10:15:11'),
(9017, '172.16.58.3', '', '', '', '2019-03-16 10:15:12'),
(9018, '172.16.58.3', '', '', '', '2019-03-16 10:44:31'),
(9019, '172.16.58.3', '', '', '', '2019-03-16 10:47:00'),
(9020, '172.16.58.3', '', '', '', '2019-03-16 10:48:03'),
(9021, '172.16.58.3', '', '', '', '2019-03-16 11:42:04'),
(9022, '172.16.58.3', '', '', '', '2019-03-16 11:42:05'),
(9023, '172.16.58.3', '', '', '', '2019-03-16 11:56:25'),
(9024, '172.16.58.3', '', '', '', '2019-03-16 14:58:31'),
(9025, '172.16.58.3', '', '', '', '2019-03-16 14:59:55'),
(9026, '172.16.58.3', '', '', '', '2019-03-16 15:35:34'),
(9027, '172.16.58.3', '', '', '', '2019-03-16 15:35:38'),
(9028, '172.16.58.3', '', '', '', '2019-03-16 15:35:43'),
(9029, '172.16.58.3', '', '', '', '2019-03-16 15:35:49'),
(9030, '172.16.58.3', '', '', '', '2019-03-16 15:35:55'),
(9031, '172.16.58.3', '', '', '', '2019-03-16 15:35:59'),
(9032, '172.16.58.3', '', '', '', '2019-03-16 15:36:06'),
(9033, '172.16.58.3', '', '', '', '2019-03-16 15:36:13'),
(9034, '172.16.58.3', '', '', '', '2019-03-16 15:36:18'),
(9035, '172.16.58.3', '', '', '', '2019-03-16 15:36:31'),
(9036, '172.16.58.3', '', '', '', '2019-03-16 15:36:35'),
(9037, '172.16.58.3', '', '', '', '2019-03-16 15:36:43'),
(9038, '172.16.58.3', '', '', '', '2019-03-16 15:37:02'),
(9039, '172.16.58.3', '', '', '', '2019-03-16 15:37:07'),
(9040, '172.16.58.3', '', '', '', '2019-03-16 15:37:12'),
(9041, '172.16.58.3', '', '', '', '2019-03-16 15:37:17'),
(9042, '172.16.58.3', '', '', '', '2019-03-16 15:37:22'),
(9043, '172.16.58.3', '', '', '', '2019-03-16 15:37:28'),
(9044, '172.16.58.3', '', '', '', '2019-03-16 15:37:32'),
(9045, '172.16.58.3', '', '', '', '2019-03-16 15:37:37'),
(9046, '172.16.58.3', '', '', '', '2019-03-16 15:37:45'),
(9047, '172.16.58.3', '', '', '', '2019-03-16 15:37:49'),
(9048, '172.16.58.3', '', '', '', '2019-03-16 15:37:54'),
(9049, '172.16.58.3', '', '', '', '2019-03-16 15:38:02'),
(9050, '172.16.58.3', '', '', '', '2019-03-16 15:38:05'),
(9051, '172.16.58.3', '', '', '', '2019-03-16 15:38:12'),
(9052, '172.16.58.3', '', '', '', '2019-03-16 15:38:18'),
(9053, '172.16.58.3', '', '', '', '2019-03-16 15:38:22'),
(9054, '172.16.58.3', '', '', '', '2019-03-16 17:23:44'),
(9055, '172.16.58.3', '', '', '', '2019-03-16 17:23:46'),
(9056, '172.16.58.3', '', '', '', '2019-03-16 17:23:47'),
(9057, '172.16.58.3', '', '', '', '2019-03-16 17:23:58'),
(9058, '172.16.58.3', '', '', '', '2019-03-16 17:32:05'),
(9059, '172.16.58.3', '', '', '', '2019-03-16 19:05:16'),
(9060, '172.16.58.3', '', '', '', '2019-03-16 19:05:17'),
(9061, '172.16.58.3', '', '', '', '2019-03-16 19:05:21'),
(9062, '172.16.58.3', '', '', '', '2019-03-16 20:02:58'),
(9063, '172.16.58.3', '', '', '', '2019-03-16 20:03:11'),
(9064, '172.16.58.3', '', '', '', '2019-03-16 21:07:17'),
(9065, '172.16.58.3', '', '', '', '2019-03-16 22:04:30'),
(9066, '172.16.58.3', '', '', '', '2019-03-16 22:28:20'),
(9067, '172.16.58.3', '', '', '', '2019-03-16 22:28:22'),
(9068, '172.16.58.3', '', '', '', '2019-03-16 22:28:36'),
(9069, '172.16.58.3', '', '', '', '2019-03-16 22:28:38'),
(9070, '172.16.58.3', '', '', '', '2019-03-17 01:04:06'),
(9071, '172.16.58.3', '', '', '', '2019-03-17 01:04:06'),
(9072, '172.16.58.3', '', '', '', '2019-03-17 01:04:31'),
(9073, '172.16.58.3', '', '', '', '2019-03-17 01:04:32'),
(9074, '172.16.58.3', '', '', '', '2019-03-17 01:16:08'),
(9075, '172.16.58.3', '', '', '', '2019-03-17 01:16:08'),
(9076, '172.16.58.3', '', '', '', '2019-03-17 01:33:15'),
(9077, '172.16.58.3', '', '', '', '2019-03-17 01:33:18'),
(9078, '172.16.58.3', '', '', '', '2019-03-17 02:47:58'),
(9079, '172.16.58.3', '', '', '', '2019-03-17 08:13:53'),
(9080, '172.16.58.3', '', '', '', '2019-03-17 10:51:41'),
(9081, '172.16.58.3', '', '', '', '2019-03-17 10:51:42'),
(9082, '172.16.58.3', '', '', '', '2019-03-17 12:21:48'),
(9083, '172.16.58.3', '', '', '', '2019-03-17 12:37:43'),
(9084, '172.16.58.3', '', '', '', '2019-03-17 12:41:25'),
(9085, '172.16.58.3', '', '', '', '2019-03-17 13:21:13'),
(9086, '172.16.58.3', '', '', '', '2019-03-17 13:34:29'),
(9087, '172.16.58.3', '', '', '', '2019-03-17 14:20:07'),
(9088, '172.16.58.3', '', '', '', '2019-03-17 15:02:32'),
(9089, '172.16.58.3', '', '', '', '2019-03-17 15:02:33'),
(9090, '172.16.58.3', '', '', '', '2019-03-17 16:05:56'),
(9091, '172.16.58.3', '', '', '', '2019-03-17 16:05:57'),
(9092, '172.16.58.3', '', '', '', '2019-03-17 16:06:02'),
(9093, '172.16.58.3', '', '', '', '2019-03-17 16:06:04'),
(9094, '172.16.58.3', '', '', '', '2019-03-17 16:06:11'),
(9095, '172.16.58.3', '', '', '', '2019-03-17 16:06:13'),
(9096, '172.16.58.3', '', '', '', '2019-03-17 17:24:16'),
(9097, '172.16.58.3', '', '', '', '2019-03-17 22:05:08'),
(9098, '172.16.58.3', '', '', '', '2019-03-17 23:22:57'),
(9099, '172.16.58.3', '', '', '', '2019-03-17 23:22:58'),
(9100, '172.16.58.3', '', '', '', '2019-03-17 23:33:31'),
(9101, '172.16.58.3', '', '', '', '2019-03-17 23:33:32'),
(9102, '172.16.58.3', '', '', '', '2019-03-18 03:44:57'),
(9103, '172.16.58.3', '', '', '', '2019-03-18 09:52:18'),
(9104, '172.16.58.3', '', '', '', '2019-03-18 09:52:19'),
(9105, '172.16.58.3', '', '', '', '2019-03-18 10:42:30'),
(9106, '172.16.58.3', '', '', '', '2019-03-18 12:34:00'),
(9107, '172.16.58.3', '', '', '', '2019-03-18 12:49:34'),
(9108, '172.16.58.3', '', '', '', '2019-03-18 16:01:53'),
(9109, '172.16.58.3', '', '', '', '2019-03-18 16:01:55'),
(9110, '172.16.58.3', '', '', '', '2019-03-18 17:26:33'),
(9111, '172.16.58.3', '', '', '', '2019-03-18 18:56:41'),
(9112, '172.16.58.3', '', '', '', '2019-03-18 21:04:20'),
(9113, '172.16.58.3', '', '', '', '2019-03-18 21:04:21'),
(9114, '172.16.58.3', '', '', '', '2019-03-18 21:43:07'),
(9115, '172.16.58.3', '', '', '', '2019-03-18 23:19:10'),
(9116, '172.16.58.3', '', '', '', '2019-03-18 23:19:11'),
(9117, '172.16.58.3', '', '', '', '2019-03-18 23:19:16'),
(9118, '172.16.58.3', '', '', '', '2019-03-18 23:36:37'),
(9119, '172.16.58.3', '', '', '', '2019-03-18 23:46:36'),
(9120, '172.16.58.3', '', '', '', '2019-03-18 23:48:38'),
(9121, '172.16.58.3', '', '', '', '2019-03-18 23:51:31'),
(9122, '172.16.58.3', '', '', '', '2019-03-19 01:42:17'),
(9123, '172.16.58.3', '', '', '', '2019-03-19 04:03:46'),
(9124, '172.16.58.3', '', '', '', '2019-03-19 04:03:47'),
(9125, '172.16.58.3', '', '', '', '2019-03-19 05:00:44'),
(9126, '172.16.58.3', '', '', '', '2019-03-19 05:01:18'),
(9127, '172.16.58.3', '', '', '', '2019-03-19 06:14:57'),
(9128, '172.16.58.3', '', '', '', '2019-03-19 06:14:58'),
(9129, '172.16.58.3', '', '', '', '2019-03-19 06:14:59'),
(9130, '172.16.58.3', '', '', '', '2019-03-19 06:30:47'),
(9131, '172.16.58.3', '', '', '', '2019-03-19 06:57:02'),
(9132, '172.16.58.3', '', '', '', '2019-03-19 07:19:12'),
(9133, '172.16.58.3', '', '', '', '2019-03-19 07:40:22'),
(9134, '172.16.58.3', '', '', '', '2019-03-19 07:40:23'),
(9135, '172.16.58.3', '', '', '', '2019-03-19 08:52:57'),
(9136, '172.16.58.3', '', '', '', '2019-03-19 09:35:03'),
(9137, '172.16.58.3', '', '', '', '2019-03-19 09:35:03'),
(9138, '172.16.58.3', '', '', '', '2019-03-19 09:50:25'),
(9139, '172.16.58.3', '', '', '', '2019-03-19 10:24:32'),
(9140, '172.16.58.3', '', '', '', '2019-03-19 10:24:33'),
(9141, '172.16.58.3', '', '', '', '2019-03-19 10:53:10'),
(9142, '172.16.58.3', '', '', '', '2019-03-19 10:53:14'),
(9143, '172.16.58.3', '', '', '', '2019-03-19 11:01:56'),
(9144, '172.16.58.3', '', '', '', '2019-03-19 11:01:57'),
(9145, '172.16.58.3', '', '', '', '2019-03-19 11:23:04'),
(9146, '172.16.58.3', '', '', '', '2019-03-19 11:30:15'),
(9147, '172.16.58.3', '', '', '', '2019-03-19 11:39:27'),
(9148, '172.16.58.3', '', '', '', '2019-03-19 11:43:47'),
(9149, '172.16.58.3', '', '', '', '2019-03-19 11:43:52'),
(9150, '172.16.58.3', '', '', '', '2019-03-19 11:49:51'),
(9151, '172.16.58.3', '', '', '', '2019-03-19 12:31:49'),
(9152, '172.16.58.3', '', '', '', '2019-03-19 12:44:18'),
(9153, '172.16.58.3', '', '', '', '2019-03-19 12:46:15'),
(9154, '172.16.58.3', '', '', '', '2019-03-19 12:49:21'),
(9155, '172.16.58.3', '', '', '', '2019-03-19 12:56:34'),
(9156, '172.16.58.3', '', '', '', '2019-03-19 14:18:41'),
(9157, '172.16.58.3', '', '', '', '2019-03-19 14:18:43'),
(9158, '172.16.58.3', '', '', '', '2019-03-19 15:18:56'),
(9159, '172.16.58.3', '', '', '', '2019-03-19 16:01:16'),
(9160, '172.16.58.3', '', '', '', '2019-03-19 16:06:21'),
(9161, '172.16.58.3', '', '', '', '2019-03-19 16:06:23'),
(9162, '172.16.58.3', '', '', '', '2019-03-19 16:06:26'),
(9163, '172.16.58.3', '', '', '', '2019-03-19 16:06:28'),
(9164, '172.16.58.3', '', '', '', '2019-03-19 16:06:39'),
(9165, '172.16.58.3', '', '', '', '2019-03-19 16:09:42'),
(9166, '172.16.58.3', '', '', '', '2019-03-19 16:20:53'),
(9167, '172.16.58.3', '', '', '', '2019-03-19 16:33:45'),
(9168, '172.16.58.3', '', '', '', '2019-03-19 17:09:03'),
(9169, '172.16.58.3', '', '', '', '2019-03-19 17:39:13'),
(9170, '172.16.58.3', '', '', '', '2019-03-19 17:53:42'),
(9171, '172.16.58.3', '', '', '', '2019-03-19 18:08:25'),
(9172, '172.16.58.3', '', '', '', '2019-03-19 18:27:15'),
(9173, '172.16.58.3', '', '', '', '2019-03-19 18:49:38'),
(9174, '172.16.58.3', '', '', '', '2019-03-19 19:40:19'),
(9175, '172.16.58.3', '', '', '', '2019-03-19 19:46:39'),
(9176, '172.16.58.3', '', '', '', '2019-03-19 20:13:23'),
(9177, '172.16.58.3', '', '', '', '2019-03-19 20:28:21'),
(9178, '172.16.58.3', '', '', '', '2019-03-19 20:34:26'),
(9179, '172.16.58.3', '', '', '', '2019-03-19 20:49:53'),
(9180, '172.16.58.3', '', '', '', '2019-03-19 20:54:10'),
(9181, '172.16.58.3', '', '', '', '2019-03-19 21:14:34'),
(9182, '172.16.58.3', '', '', '', '2019-03-19 21:21:03'),
(9183, '172.16.58.3', '', '', '', '2019-03-19 21:25:19'),
(9184, '172.16.58.3', '', '', '', '2019-03-19 22:21:34'),
(9185, '172.16.58.3', '', '', '', '2019-03-19 22:28:02'),
(9186, '172.16.58.3', '', '', '', '2019-03-19 22:28:03'),
(9187, '172.16.58.3', '', '', '', '2019-03-19 22:31:00'),
(9188, '172.16.58.3', '', '', '', '2019-03-19 22:31:00'),
(9189, '172.16.58.3', '', '', '', '2019-03-19 22:42:31'),
(9190, '172.16.58.3', '', '', '', '2019-03-19 22:42:41'),
(9191, '172.16.58.3', '', '', '', '2019-03-19 23:06:06'),
(9192, '172.16.58.3', '', '', '', '2019-03-20 00:20:08'),
(9193, '172.16.58.3', '', '', '', '2019-03-20 01:06:09'),
(9194, '172.16.58.3', '', '', '', '2019-03-20 01:45:38'),
(9195, '172.16.58.3', '', '', '', '2019-03-20 02:18:49'),
(9196, '172.16.58.3', '', '', '', '2019-03-20 02:21:11'),
(9197, '172.16.58.3', '', '', '', '2019-03-20 03:22:08'),
(9198, '172.16.58.3', '', '', '', '2019-03-20 03:22:09'),
(9199, '172.16.58.3', '', '', '', '2019-03-20 03:31:58'),
(9200, '172.16.58.3', '', '', '', '2019-03-20 04:21:31'),
(9201, '172.16.58.3', '', '', '', '2019-03-20 04:25:42'),
(9202, '172.16.58.3', '', '', '', '2019-03-20 04:25:49'),
(9203, '172.16.58.3', '', '', '', '2019-03-20 04:25:53'),
(9204, '172.16.58.3', '', '', '', '2019-03-20 04:49:40'),
(9205, '172.16.58.3', '', '', '', '2019-03-20 05:04:38'),
(9206, '172.16.58.3', '', '', '', '2019-03-20 05:04:44'),
(9207, '172.16.58.3', '', '', '', '2019-03-20 05:18:19'),
(9208, '172.16.58.3', '', '', '', '2019-03-20 05:34:37'),
(9209, '172.16.58.3', '', '', '', '2019-03-20 06:03:36'),
(9210, '172.16.58.3', '', '', '', '2019-03-20 06:58:55'),
(9211, '172.16.58.3', '', '', '', '2019-03-20 07:37:12'),
(9212, '172.16.58.3', '', '', '', '2019-03-20 09:02:50'),
(9213, '172.16.58.3', '', '', '', '2019-03-20 09:18:13'),
(9214, '172.16.58.3', '', '', '', '2019-03-20 09:52:56'),
(9215, '172.16.58.3', '', '', '', '2019-03-20 10:54:25'),
(9216, '172.16.58.3', '', '', '', '2019-03-20 10:54:26'),
(9217, '172.16.58.3', '', '', '', '2019-03-20 10:54:46'),
(9218, '172.16.58.3', '', '', '', '2019-03-20 11:31:35'),
(9219, '172.16.58.3', '', '', '', '2019-03-20 11:48:07'),
(9220, '172.16.58.3', '', '', '', '2019-03-20 12:54:58'),
(9221, '172.16.58.3', '', '', '', '2019-03-20 12:55:00'),
(9222, '172.16.58.3', '', '', '', '2019-03-20 13:58:47'),
(9223, '172.16.58.3', '', '', '', '2019-03-20 14:28:27'),
(9224, '172.16.58.3', '', '', '', '2019-03-20 14:45:30'),
(9225, '172.16.58.3', '', '', '', '2019-03-20 15:50:19'),
(9226, '172.16.58.3', '', '', '', '2019-03-20 16:04:08'),
(9227, '172.16.58.3', '', '', '', '2019-03-20 16:04:09'),
(9228, '172.16.58.3', '', '', '', '2019-03-20 16:04:11'),
(9229, '172.16.58.3', '', '', '', '2019-03-20 16:19:20'),
(9230, '172.16.58.3', '', '', '', '2019-03-20 16:49:14'),
(9231, '172.16.58.3', '', '', '', '2019-03-20 17:33:12'),
(9232, '172.16.58.3', '', '', '', '2019-03-20 17:49:52'),
(9233, '172.16.58.3', '', '', '', '2019-03-20 18:00:24'),
(9234, '172.16.58.3', '', '', '', '2019-03-20 20:14:32'),
(9235, '172.16.58.3', '', '', '', '2019-03-20 20:14:34'),
(9236, '172.16.58.3', '', '', '', '2019-03-20 20:14:35'),
(9237, '172.16.58.3', '', '', '', '2019-03-20 20:14:36'),
(9238, '172.16.58.3', '', '', '', '2019-03-20 20:14:36'),
(9239, '172.16.58.3', '', '', '', '2019-03-20 20:14:37'),
(9240, '172.16.58.3', '', '', '', '2019-03-20 20:14:38'),
(9241, '172.16.58.3', '', '', '', '2019-03-20 20:14:39'),
(9242, '172.16.58.3', '', '', '', '2019-03-20 20:14:40'),
(9243, '172.16.58.3', '', '', '', '2019-03-20 20:14:41'),
(9244, '172.16.58.3', '', '', '', '2019-03-20 20:14:42'),
(9245, '172.16.58.3', '', '', '', '2019-03-20 20:14:43'),
(9246, '172.16.58.3', '', '', '', '2019-03-20 20:14:44'),
(9247, '172.16.58.3', '', '', '', '2019-03-20 21:19:38'),
(9248, '172.16.58.3', '', '', '', '2019-03-20 21:19:39'),
(9249, '172.16.58.3', '', '', '', '2019-03-20 21:33:29'),
(9250, '172.16.58.3', '', '', '', '2019-03-20 21:33:30'),
(9251, '172.16.58.3', '', '', '', '2019-03-20 22:39:35'),
(9252, '172.16.58.3', '', '', '', '2019-03-20 23:13:21'),
(9253, '172.16.58.3', '', '', '', '2019-03-20 23:13:22'),
(9254, '172.16.58.3', '', '', '', '2019-03-20 23:20:20'),
(9255, '172.16.58.3', '', '', '', '2019-03-21 00:03:54'),
(9256, '172.16.58.3', '', '', '', '2019-03-21 00:21:37'),
(9257, '172.16.58.3', '', '', '', '2019-03-21 00:21:37'),
(9258, '172.16.58.3', '', '', '', '2019-03-21 00:48:22'),
(9259, '172.16.58.3', '', '', '', '2019-03-21 01:31:19'),
(9260, '172.16.58.3', '', '', '', '2019-03-21 01:36:05'),
(9261, '172.16.58.3', '', '', '', '2019-03-21 02:05:43'),
(9262, '172.16.58.3', '', '', '', '2019-03-21 04:03:13'),
(9263, '172.16.58.3', '', '', '', '2019-03-21 05:13:02'),
(9264, '172.16.58.3', '', '', '', '2019-03-21 05:26:03'),
(9265, '172.16.58.3', '', '', '', '2019-03-21 05:26:03'),
(9266, '172.16.58.3', '', '', '', '2019-03-21 05:47:41'),
(9267, '172.16.58.3', '', '', '', '2019-03-21 05:47:42'),
(9268, '172.16.58.3', '', '', '', '2019-03-21 06:11:11'),
(9269, '172.16.58.3', '', '', '', '2019-03-21 06:45:48'),
(9270, '172.16.58.3', '', '', '', '2019-03-21 06:46:00'),
(9271, '172.16.58.3', '', '', '', '2019-03-21 06:46:01'),
(9272, '172.16.58.3', '', '', '', '2019-03-21 08:28:08'),
(9273, '172.16.58.3', '', '', '', '2019-03-21 09:08:26'),
(9274, '172.16.58.3', '', '', '', '2019-03-21 09:08:27'),
(9275, '172.16.58.3', '', '', '', '2019-03-21 09:33:52'),
(9276, '172.16.58.3', '', '', '', '2019-03-21 09:33:54'),
(9277, '172.16.58.3', '', '', '', '2019-03-21 09:34:19'),
(9278, '172.16.58.3', '', '', '', '2019-03-21 09:34:22'),
(9279, '172.16.58.3', '', '', '', '2019-03-21 09:38:20'),
(9280, '172.16.58.3', '', '', '', '2019-03-21 09:41:11'),
(9281, '172.16.58.3', '', '', '', '2019-03-21 09:41:12'),
(9282, '172.16.58.3', '', '', '', '2019-03-21 09:42:14'),
(9283, '172.16.58.3', '', '', '', '2019-03-21 09:42:16'),
(9284, '172.16.58.3', '', '', '', '2019-03-21 09:42:16'),
(9285, '172.16.58.3', '', '', '', '2019-03-21 09:45:53'),
(9286, '172.16.58.3', '', '', '', '2019-03-21 09:45:54'),
(9287, '172.16.58.3', '', '', '', '2019-03-21 09:45:55'),
(9288, '172.16.58.3', '', '', '', '2019-03-21 09:46:15'),
(9289, '172.16.58.3', '', '', '', '2019-03-21 09:46:17'),
(9290, '172.16.58.3', '', '', '', '2019-03-21 09:46:19'),
(9291, '172.16.58.3', '', '', '', '2019-03-21 09:46:19'),
(9292, '172.16.58.3', '', '', '', '2019-03-21 10:03:15'),
(9293, '172.16.58.3', '', '', '', '2019-03-21 10:03:18'),
(9294, '172.16.58.3', '', '', '', '2019-03-21 10:09:18'),
(9295, '172.16.58.3', '', '', '', '2019-03-21 11:23:05'),
(9296, '172.16.58.3', '', '', '', '2019-03-21 12:03:11'),
(9297, '172.16.58.3', '', '', '', '2019-03-21 13:42:10'),
(9298, '172.16.58.3', '', '', '', '2019-03-21 14:31:30'),
(9299, '172.16.58.3', '', '', '', '2019-03-21 14:31:35'),
(9300, '172.16.58.3', '', '', '', '2019-03-21 16:01:46'),
(9301, '172.16.58.3', '', '', '', '2019-03-21 16:01:55'),
(9302, '172.16.58.3', '', '', '', '2019-03-21 16:01:57'),
(9303, '172.16.58.3', '', '', '', '2019-03-21 16:02:08'),
(9304, '172.16.58.3', '', '', '', '2019-03-21 16:02:13'),
(9305, '172.16.58.3', '', '', '', '2019-03-21 16:14:56'),
(9306, '172.16.58.3', '', '', '', '2019-03-21 16:37:04'),
(9307, '172.16.58.3', '', '', '', '2019-03-21 16:39:32'),
(9308, '172.16.58.3', '', '', '', '2019-03-21 16:40:47'),
(9309, '172.16.58.3', '', '', '', '2019-03-21 20:03:47'),
(9310, '172.16.58.3', '', '', '', '2019-03-21 21:01:35'),
(9311, '172.16.58.3', '', '', '', '2019-03-21 21:01:41'),
(9312, '172.16.58.3', '', '', '', '2019-03-21 21:01:41'),
(9313, '172.16.58.3', '', '', '', '2019-03-21 21:01:42'),
(9314, '172.16.58.3', '', '', '', '2019-03-21 21:01:43'),
(9315, '172.16.58.3', '', '', '', '2019-03-21 21:01:44'),
(9316, '172.16.58.3', '', '', '', '2019-03-21 21:01:44'),
(9317, '172.16.58.3', '', '', '', '2019-03-21 21:01:50'),
(9318, '172.16.58.3', '', '', '', '2019-03-21 21:01:50'),
(9319, '172.16.58.3', '', '', '', '2019-03-21 21:01:51'),
(9320, '172.16.58.3', '', '', '', '2019-03-21 21:17:57'),
(9321, '172.16.58.3', '', '', '', '2019-03-21 22:23:59'),
(9322, '172.16.58.3', '', '', '', '2019-03-21 22:44:17'),
(9323, '172.16.58.3', '', '', '', '2019-03-21 23:54:58'),
(9324, '172.16.58.3', '', '', '', '2019-03-22 00:20:39'),
(9325, '172.16.58.3', '', '', '', '2019-03-22 01:13:40'),
(9326, '172.16.58.3', '', '', '', '2019-03-22 01:18:37'),
(9327, '172.16.58.3', '', '', '', '2019-03-22 03:04:34'),
(9328, '172.16.58.3', '', '', '', '2019-03-22 03:04:40'),
(9329, '172.16.58.3', '', '', '', '2019-03-22 03:04:46'),
(9330, '172.16.58.3', '', '', '', '2019-03-22 03:04:49'),
(9331, '172.16.58.3', '', '', '', '2019-03-22 03:04:53'),
(9332, '172.16.58.3', '', '', '', '2019-03-22 03:04:58'),
(9333, '172.16.58.3', '', '', '', '2019-03-22 03:05:04'),
(9334, '172.16.58.3', '', '', '', '2019-03-22 03:05:11'),
(9335, '172.16.58.3', '', '', '', '2019-03-22 03:05:17'),
(9336, '172.16.58.3', '', '', '', '2019-03-22 03:05:20'),
(9337, '172.16.58.3', '', '', '', '2019-03-22 03:47:22'),
(9338, '172.16.58.3', '', '', '', '2019-03-22 04:08:22'),
(9339, '172.16.58.3', '', '', '', '2019-03-22 04:22:46'),
(9340, '172.16.58.3', '', '', '', '2019-03-22 04:58:50'),
(9341, '172.16.58.3', '', '', '', '2019-03-22 04:58:57'),
(9342, '172.16.58.3', '', '', '', '2019-03-22 05:19:39'),
(9343, '172.16.58.3', '', '', '', '2019-03-22 07:15:28'),
(9344, '172.16.58.3', '', '', '', '2019-03-22 08:53:39'),
(9345, '172.16.58.3', '', '', '', '2019-03-22 09:42:43'),
(9346, '172.16.58.3', '', '', '', '2019-03-22 09:42:44'),
(9347, '172.16.58.3', '', '', '', '2019-03-22 09:44:09'),
(9348, '172.16.58.3', '', '', '', '2019-03-22 09:52:42'),
(9349, '172.16.58.3', '', '', '', '2019-03-22 10:17:59'),
(9350, '172.16.58.3', '', '', '', '2019-03-22 10:18:00'),
(9351, '172.16.58.3', '', '', '', '2019-03-22 10:36:55'),
(9352, '172.16.58.3', '', '', '', '2019-03-22 10:46:23'),
(9353, '172.16.58.3', '', '', '', '2019-03-22 10:55:51'),
(9354, '172.16.58.3', '', '', '', '2019-03-22 11:05:19'),
(9355, '172.16.58.3', '', '', '', '2019-03-22 11:24:15'),
(9356, '172.16.58.3', '', '', '', '2019-03-22 12:12:31'),
(9357, '172.16.58.3', '', '', '', '2019-03-22 12:12:34'),
(9358, '172.16.58.3', '', '', '', '2019-03-22 12:15:17'),
(9359, '172.16.58.3', '', '', '', '2019-03-22 12:49:27'),
(9360, '172.16.58.3', '', '', '', '2019-03-22 13:57:43'),
(9361, '172.16.58.3', '', '', '', '2019-03-22 14:36:38'),
(9362, '172.16.58.3', '', '', '', '2019-03-22 14:36:41'),
(9363, '172.16.58.3', '', '', '', '2019-03-22 14:52:55'),
(9364, '172.16.58.3', '', '', '', '2019-03-22 14:52:58'),
(9365, '172.16.58.3', '', '', '', '2019-03-22 14:53:00'),
(9366, '172.16.58.3', '', '', '', '2019-03-22 14:53:01'),
(9367, '172.16.58.3', '', '', '', '2019-03-22 16:02:35'),
(9368, '172.16.58.3', '', '', '', '2019-03-22 16:02:37'),
(9369, '172.16.58.3', '', '', '', '2019-03-22 16:02:45'),
(9370, '172.16.58.3', '', '', '', '2019-03-22 16:02:49'),
(9371, '172.16.58.3', '', '', '', '2019-03-22 16:02:50'),
(9372, '172.16.58.3', '', '', '', '2019-03-22 16:17:10'),
(9373, '172.16.58.3', '', '', '', '2019-03-22 17:11:33'),
(9374, '172.16.58.3', '', '', '', '2019-03-22 17:12:05'),
(9375, '172.16.58.3', '', '', '', '2019-03-22 19:14:47'),
(9376, '172.16.58.3', '', '', '', '2019-03-22 19:50:59'),
(9377, '172.16.58.3', '', '', '', '2019-03-22 20:16:10'),
(9378, '172.16.58.3', '', '', '', '2019-03-22 20:25:37'),
(9379, '172.16.58.3', '', '', '', '2019-03-22 20:25:38'),
(9380, '172.16.58.3', '', '', '', '2019-03-22 20:44:56'),
(9381, '172.16.58.3', '', '', '', '2019-03-23 00:30:57'),
(9382, '172.16.58.3', '', '', '', '2019-03-23 01:11:07'),
(9383, '172.16.58.3', '', '', '', '2019-03-23 01:18:47'),
(9384, '172.16.58.3', '', '', '', '2019-03-23 01:18:48'),
(9385, '172.16.58.3', '', '', '', '2019-03-23 02:30:54'),
(9386, '172.16.58.3', '', '', '', '2019-03-23 02:39:26'),
(9387, '172.16.58.3', '', '', '', '2019-03-23 02:39:26'),
(9388, '172.16.58.3', '', '', '', '2019-03-23 03:29:34'),
(9389, '172.16.58.3', '', '', '', '2019-03-23 03:29:37'),
(9390, '172.16.58.3', '', '', '', '2019-03-23 03:30:31'),
(9391, '172.16.58.3', '', '', '', '2019-03-23 03:30:49'),
(9392, '172.16.58.3', '', '', '', '2019-03-23 03:31:01'),
(9393, '172.16.58.3', '', '', '', '2019-03-23 03:31:04'),
(9394, '172.16.58.3', '', '', '', '2019-03-23 03:50:27'),
(9395, '172.16.58.3', '', '', '', '2019-03-23 03:50:31'),
(9396, '172.16.58.3', '', '', '', '2019-03-23 04:20:59'),
(9397, '172.16.58.3', '', '', '', '2019-03-23 04:21:09'),
(9398, '172.16.58.3', '', '', '', '2019-03-23 04:32:02'),
(9399, '172.16.58.3', '', '', '', '2019-03-23 04:32:03'),
(9400, '172.16.58.3', '', '', '', '2019-03-23 05:04:48'),
(9401, '172.16.58.3', '', '', '', '2019-03-23 05:06:44'),
(9402, '172.16.58.3', '', '', '', '2019-03-23 05:08:45'),
(9403, '172.16.58.3', '', '', '', '2019-03-23 05:19:07'),
(9404, '172.16.58.3', '', '', '', '2019-03-23 05:19:28'),
(9405, '172.16.58.3', '', '', '', '2019-03-23 06:29:15'),
(9406, '172.16.58.3', '', '', '', '2019-03-23 06:54:16'),
(9407, '172.16.58.3', '', '', '', '2019-03-23 07:15:20'),
(9408, '172.16.58.3', '', '', '', '2019-03-23 07:29:43'),
(9409, '172.16.58.3', '', '', '', '2019-03-23 08:19:30'),
(9410, '172.16.58.3', '', '', '', '2019-03-23 08:19:31'),
(9411, '172.16.58.3', '', '', '', '2019-03-23 08:19:32'),
(9412, '172.16.58.3', '', '', '', '2019-03-23 08:19:33'),
(9413, '172.16.58.3', '', '', '', '2019-03-23 08:19:34'),
(9414, '172.16.58.3', '', '', '', '2019-03-23 08:19:35'),
(9415, '172.16.58.3', '', '', '', '2019-03-23 08:19:37'),
(9416, '172.16.58.3', '', '', '', '2019-03-23 08:19:37'),
(9417, '172.16.58.3', '', '', '', '2019-03-23 08:19:38'),
(9418, '172.16.58.3', '', '', '', '2019-03-23 08:19:39'),
(9419, '172.16.58.3', '', '', '', '2019-03-23 08:19:40'),
(9420, '172.16.58.3', '', '', '', '2019-03-23 08:19:41'),
(9421, '172.16.58.3', '', '', '', '2019-03-23 08:19:42'),
(9422, '172.16.58.3', '', '', '', '2019-03-23 08:19:48'),
(9423, '172.16.58.3', '', '', '', '2019-03-23 08:19:49'),
(9424, '172.16.58.3', '', '', '', '2019-03-23 09:35:59'),
(9425, '172.16.58.3', '', '', '', '2019-03-23 09:45:13'),
(9426, '172.16.58.3', '', '', '', '2019-03-23 09:45:14'),
(9427, '172.16.58.3', '', '', '', '2019-03-23 11:11:18'),
(9428, '172.16.58.3', '', '', '', '2019-03-23 11:11:19'),
(9429, '172.16.58.3', '', '', '', '2019-03-23 11:11:20'),
(9430, '172.16.58.3', '', '', '', '2019-03-23 11:11:22'),
(9431, '172.16.58.3', '', '', '', '2019-03-23 11:11:23'),
(9432, '172.16.58.3', '', '', '', '2019-03-23 11:11:24'),
(9433, '172.16.58.3', '', '', '', '2019-03-23 11:11:25'),
(9434, '172.16.58.3', '', '', '', '2019-03-23 11:11:26'),
(9435, '172.16.58.3', '', '', '', '2019-03-23 11:11:27'),
(9436, '172.16.58.3', '', '', '', '2019-03-23 11:11:28'),
(9437, '172.16.58.3', '', '', '', '2019-03-23 11:11:30'),
(9438, '172.16.58.3', '', '', '', '2019-03-23 11:11:31'),
(9439, '172.16.58.3', '', '', '', '2019-03-23 11:11:32'),
(9440, '172.16.58.3', '', '', '', '2019-03-23 11:11:33'),
(9441, '172.16.58.3', '', '', '', '2019-03-23 11:11:34'),
(9442, '172.16.58.3', '', '', '', '2019-03-23 11:11:35'),
(9443, '172.16.58.3', '', '', '', '2019-03-23 11:33:00'),
(9444, '172.16.58.3', '', '', '', '2019-03-23 11:33:01'),
(9445, '172.16.58.3', '', '', '', '2019-03-23 11:59:16'),
(9446, '172.16.58.3', '', '', '', '2019-03-23 13:03:26'),
(9447, '172.16.58.3', '', '', '', '2019-03-23 13:15:22'),
(9448, '172.16.58.3', '', '', '', '2019-03-23 13:15:23'),
(9449, '172.16.58.3', '', '', '', '2019-03-23 13:18:13'),
(9450, '172.16.58.3', '', '', '', '2019-03-23 14:21:17'),
(9451, '172.16.58.3', '', '', '', '2019-03-23 14:21:17'),
(9452, '172.16.58.3', '', '', '', '2019-03-23 16:01:44'),
(9453, '172.16.58.3', '', '', '', '2019-03-23 16:04:49'),
(9454, '172.16.58.3', '', '', '', '2019-03-23 16:04:51'),
(9455, '172.16.58.3', '', '', '', '2019-03-23 16:04:55'),
(9456, '172.16.58.3', '', '', '', '2019-03-23 16:05:00'),
(9457, '172.16.58.3', '', '', '', '2019-03-23 16:12:14'),
(9458, '172.16.58.3', '', '', '', '2019-03-23 16:12:15'),
(9459, '172.16.58.3', '', '', '', '2019-03-23 16:12:16'),
(9460, '172.16.58.3', '', '', '', '2019-03-23 16:12:17'),
(9461, '172.16.58.3', '', '', '', '2019-03-23 16:12:18');
INSERT INTO `traffic` (`id_traffic`, `ip`, `browser`, `platform`, `negara`, `waktu_akses`) VALUES
(9462, '172.16.58.3', '', '', '', '2019-03-23 16:12:19'),
(9463, '172.16.58.3', '', '', '', '2019-03-23 16:12:20'),
(9464, '172.16.58.3', '', '', '', '2019-03-23 16:12:21'),
(9465, '172.16.58.3', '', '', '', '2019-03-23 16:12:22'),
(9466, '172.16.58.3', '', '', '', '2019-03-23 16:12:23'),
(9467, '172.16.58.3', '', '', '', '2019-03-23 16:12:24'),
(9468, '172.16.58.3', '', '', '', '2019-03-23 16:12:25'),
(9469, '172.16.58.3', '', '', '', '2019-03-23 16:12:26'),
(9470, '172.16.58.3', '', '', '', '2019-03-23 16:12:27'),
(9471, '172.16.58.3', '', '', '', '2019-03-23 16:12:28'),
(9472, '172.16.58.3', '', '', '', '2019-03-23 17:19:14'),
(9473, '172.16.58.3', '', '', '', '2019-03-23 17:51:42'),
(9474, '172.16.58.3', '', '', '', '2019-03-23 17:51:43'),
(9475, '172.16.58.3', '', '', '', '2019-03-23 19:58:13'),
(9476, '172.16.58.3', '', '', '', '2019-03-23 19:58:17'),
(9477, '172.16.58.3', '', '', '', '2019-03-23 20:19:36'),
(9478, '172.16.58.3', '', '', '', '2019-03-23 20:19:39'),
(9479, '172.16.58.3', '', '', '', '2019-03-23 20:19:39'),
(9480, '172.16.58.3', '', '', '', '2019-03-23 20:19:40'),
(9481, '172.16.58.3', '', '', '', '2019-03-23 20:19:44'),
(9482, '172.16.58.3', '', '', '', '2019-03-23 20:19:49'),
(9483, '172.16.58.3', '', '', '', '2019-03-23 20:19:54'),
(9484, '172.16.58.3', '', '', '', '2019-03-23 20:19:55'),
(9485, '172.16.58.3', '', '', '', '2019-03-23 20:24:23'),
(9486, '172.16.58.3', '', '', '', '2019-03-23 20:30:08'),
(9487, '172.16.58.3', '', '', '', '2019-03-23 20:51:40'),
(9488, '172.16.58.3', '', '', '', '2019-03-23 20:51:41'),
(9489, '172.16.58.3', '', '', '', '2019-03-23 22:48:07'),
(9490, '172.16.58.3', '', '', '', '2019-03-23 22:48:08'),
(9491, '172.16.58.3', '', '', '', '2019-03-24 00:12:19'),
(9492, '172.16.58.3', '', '', '', '2019-03-24 00:12:19'),
(9493, '172.16.58.3', '', '', '', '2019-03-24 00:12:20'),
(9494, '172.16.58.3', '', '', '', '2019-03-24 00:12:20'),
(9495, '172.16.58.3', '', '', '', '2019-03-24 00:12:21'),
(9496, '172.16.58.3', '', '', '', '2019-03-24 00:12:21'),
(9497, '172.16.58.3', '', '', '', '2019-03-24 00:12:22'),
(9498, '172.16.58.3', '', '', '', '2019-03-24 00:12:23'),
(9499, '172.16.58.3', '', '', '', '2019-03-24 00:12:23'),
(9500, '172.16.58.3', '', '', '', '2019-03-24 00:12:24'),
(9501, '172.16.58.3', '', '', '', '2019-03-24 00:12:24'),
(9502, '172.16.58.3', '', '', '', '2019-03-24 00:12:25'),
(9503, '172.16.58.3', '', '', '', '2019-03-24 00:12:25'),
(9504, '172.16.58.3', '', '', '', '2019-03-24 00:12:26'),
(9505, '172.16.58.3', '', '', '', '2019-03-24 00:12:27'),
(9506, '172.16.58.3', '', '', '', '2019-03-24 00:12:27'),
(9507, '172.16.58.3', '', '', '', '2019-03-24 00:21:11'),
(9508, '172.16.58.3', '', '', '', '2019-03-24 00:48:41'),
(9509, '172.16.58.3', '', '', '', '2019-03-24 01:46:50'),
(9510, '172.16.58.3', '', '', '', '2019-03-24 01:57:58'),
(9511, '172.16.58.3', '', '', '', '2019-03-24 03:39:13'),
(9512, '172.16.58.3', '', '', '', '2019-03-24 03:39:13'),
(9513, '172.16.58.3', '', '', '', '2019-03-24 03:50:40'),
(9514, '172.16.58.3', '', '', '', '2019-03-24 03:50:40'),
(9515, '172.16.58.3', '', '', '', '2019-03-24 03:54:44'),
(9516, '172.16.58.3', '', '', '', '2019-03-24 03:56:46'),
(9517, '172.16.58.3', '', '', '', '2019-03-24 03:56:47'),
(9518, '172.16.58.3', '', '', '', '2019-03-24 04:00:54'),
(9519, '172.16.58.3', '', '', '', '2019-03-24 04:00:56'),
(9520, '172.16.58.3', '', '', '', '2019-03-24 04:25:04'),
(9521, '172.16.58.3', '', '', '', '2019-03-24 04:25:05'),
(9522, '172.16.58.3', '', '', '', '2019-03-24 04:35:12'),
(9523, '172.16.58.3', '', '', '', '2019-03-24 04:35:16'),
(9524, '172.16.58.3', '', '', '', '2019-03-24 05:09:18'),
(9525, '172.16.58.3', '', '', '', '2019-03-24 05:29:05'),
(9526, '172.16.58.3', '', '', '', '2019-03-24 06:22:32'),
(9527, '172.16.58.3', '', '', '', '2019-03-24 07:04:31'),
(9528, '172.16.58.3', '', '', '', '2019-03-24 08:21:52'),
(9529, '172.16.58.3', '', '', '', '2019-03-24 09:11:57'),
(9530, '172.16.58.3', '', '', '', '2019-03-24 09:11:58'),
(9531, '172.16.58.3', '', '', '', '2019-03-24 10:13:55'),
(9532, '172.16.58.3', '', '', '', '2019-03-24 10:14:06'),
(9533, '172.16.58.3', '', '', '', '2019-03-24 10:43:46'),
(9534, '172.16.58.3', '', '', '', '2019-03-24 12:48:29'),
(9535, '172.16.58.3', '', '', '', '2019-03-24 12:48:31'),
(9536, '172.16.58.3', '', '', '', '2019-03-24 12:48:32'),
(9537, '172.16.58.3', '', '', '', '2019-03-24 12:48:33'),
(9538, '172.16.58.3', '', '', '', '2019-03-24 12:48:34'),
(9539, '172.16.58.3', '', '', '', '2019-03-24 12:48:35'),
(9540, '172.16.58.3', '', '', '', '2019-03-24 12:48:36'),
(9541, '172.16.58.3', '', '', '', '2019-03-24 12:48:37'),
(9542, '172.16.58.3', '', '', '', '2019-03-24 12:48:38'),
(9543, '172.16.58.3', '', '', '', '2019-03-24 12:48:39'),
(9544, '172.16.58.3', '', '', '', '2019-03-24 12:48:39'),
(9545, '172.16.58.3', '', '', '', '2019-03-24 12:48:40'),
(9546, '172.16.58.3', '', '', '', '2019-03-24 12:48:41'),
(9547, '172.16.58.3', '', '', '', '2019-03-24 12:48:42'),
(9548, '172.16.58.3', '', '', '', '2019-03-24 12:48:43'),
(9549, '172.16.58.3', '', '', '', '2019-03-24 12:48:44'),
(9550, '172.16.58.3', '', '', '', '2019-03-24 12:48:45'),
(9551, '172.16.58.3', '', '', '', '2019-03-24 12:48:46'),
(9552, '172.16.58.3', '', '', '', '2019-03-24 12:48:47'),
(9553, '172.16.58.3', '', '', '', '2019-03-24 12:48:48'),
(9554, '172.16.58.3', '', '', '', '2019-03-24 12:48:50'),
(9555, '172.16.58.3', '', '', '', '2019-03-24 12:48:51'),
(9556, '172.16.58.3', '', '', '', '2019-03-24 12:48:52'),
(9557, '172.16.58.3', '', '', '', '2019-03-24 15:13:22'),
(9558, '172.16.58.3', '', '', '', '2019-03-24 15:47:04'),
(9559, '172.16.58.3', '', '', '', '2019-03-24 15:50:53'),
(9560, '172.16.58.3', '', '', '', '2019-03-24 16:01:16'),
(9561, '172.16.58.3', '', '', '', '2019-03-24 16:01:18'),
(9562, '172.16.58.3', '', '', '', '2019-03-24 16:01:19'),
(9563, '172.16.58.3', '', '', '', '2019-03-24 16:01:20'),
(9564, '172.16.58.3', '', '', '', '2019-03-24 16:01:21'),
(9565, '172.16.58.3', '', '', '', '2019-03-24 16:01:22'),
(9566, '172.16.58.3', '', '', '', '2019-03-24 16:01:24'),
(9567, '172.16.58.3', '', '', '', '2019-03-24 16:01:25'),
(9568, '172.16.58.3', '', '', '', '2019-03-24 16:01:26'),
(9569, '172.16.58.3', '', '', '', '2019-03-24 16:01:26'),
(9570, '172.16.58.3', '', '', '', '2019-03-24 16:01:27'),
(9571, '172.16.58.3', '', '', '', '2019-03-24 16:01:28'),
(9572, '172.16.58.3', '', '', '', '2019-03-24 16:01:30'),
(9573, '172.16.58.3', '', '', '', '2019-03-24 16:01:31'),
(9574, '172.16.58.3', '', '', '', '2019-03-24 16:01:32'),
(9575, '172.16.58.3', '', '', '', '2019-03-24 16:01:33'),
(9576, '172.16.58.3', '', '', '', '2019-03-24 16:01:34'),
(9577, '172.16.58.3', '', '', '', '2019-03-24 16:01:35'),
(9578, '172.16.58.3', '', '', '', '2019-03-24 16:01:36'),
(9579, '172.16.58.3', '', '', '', '2019-03-24 16:01:38'),
(9580, '172.16.58.3', '', '', '', '2019-03-24 16:01:39'),
(9581, '172.16.58.3', '', '', '', '2019-03-24 16:01:40'),
(9582, '172.16.58.3', '', '', '', '2019-03-24 16:07:25'),
(9583, '172.16.58.3', '', '', '', '2019-03-24 16:07:26'),
(9584, '172.16.58.3', '', '', '', '2019-03-24 16:07:27'),
(9585, '172.16.58.3', '', '', '', '2019-03-24 16:07:31'),
(9586, '172.16.58.3', '', '', '', '2019-03-24 16:07:37'),
(9587, '172.16.58.3', '', '', '', '2019-03-24 16:26:01'),
(9588, '172.16.58.3', '', '', '', '2019-03-24 16:26:02'),
(9589, '172.16.58.3', '', '', '', '2019-03-24 16:26:13'),
(9590, '172.16.58.3', '', '', '', '2019-03-24 16:26:14'),
(9591, '172.16.58.3', '', '', '', '2019-03-24 16:26:34'),
(9592, '172.16.58.3', '', '', '', '2019-03-24 16:30:24'),
(9593, '172.16.58.3', '', '', '', '2019-03-24 16:31:58'),
(9594, '172.16.58.3', '', '', '', '2019-03-24 16:58:06'),
(9595, '172.16.58.3', '', '', '', '2019-03-24 19:00:45'),
(9596, '172.16.58.3', '', '', '', '2019-03-24 19:52:33'),
(9597, '172.16.58.3', '', '', '', '2019-03-24 20:16:32'),
(9598, '172.16.58.3', '', '', '', '2019-03-24 21:09:30'),
(9599, '172.16.58.3', '', '', '', '2019-03-24 21:29:36'),
(9600, '172.16.58.3', '', '', '', '2019-03-24 21:29:45'),
(9601, '172.16.58.3', '', '', '', '2019-03-24 21:49:05'),
(9602, '172.16.58.3', '', '', '', '2019-03-24 21:49:41'),
(9603, '172.16.58.3', '', '', '', '2019-03-24 21:49:53'),
(9604, '172.16.58.3', '', '', '', '2019-03-24 21:51:26'),
(9605, '172.16.58.3', '', '', '', '2019-03-24 21:51:42'),
(9606, '172.16.58.3', '', '', '', '2019-03-24 21:52:23'),
(9607, '172.16.58.3', '', '', '', '2019-03-24 21:55:14'),
(9608, '172.16.58.3', '', '', '', '2019-03-24 21:55:25'),
(9609, '172.16.58.3', '', '', '', '2019-03-24 21:55:49'),
(9610, '172.16.58.3', '', '', '', '2019-03-24 21:55:55'),
(9611, '172.16.58.3', '', '', '', '2019-03-24 21:55:57'),
(9612, '172.16.58.3', '', '', '', '2019-03-24 21:56:04'),
(9613, '172.16.58.3', '', '', '', '2019-03-24 21:56:41'),
(9614, '172.16.58.3', '', '', '', '2019-03-24 22:37:14'),
(9615, '172.16.58.3', '', '', '', '2019-03-24 23:16:04'),
(9616, '172.16.58.3', '', '', '', '2019-03-24 23:32:38'),
(9617, '172.16.58.3', '', '', '', '2019-03-25 00:23:11'),
(9618, '172.16.58.3', '', '', '', '2019-03-25 00:47:39'),
(9619, '172.16.58.3', '', '', '', '2019-03-25 01:04:33'),
(9620, '172.16.58.3', '', '', '', '2019-03-25 01:05:34'),
(9621, '172.16.58.3', '', '', '', '2019-03-25 02:23:32'),
(9622, '172.16.58.3', '', '', '', '2019-03-25 02:23:33'),
(9623, '172.16.58.3', '', '', '', '2019-03-25 02:23:34'),
(9624, '172.16.58.3', '', '', '', '2019-03-25 02:23:36'),
(9625, '172.16.58.3', '', '', '', '2019-03-25 02:23:37'),
(9626, '172.16.58.3', '', '', '', '2019-03-25 02:23:38'),
(9627, '172.16.58.3', '', '', '', '2019-03-25 02:23:40'),
(9628, '172.16.58.3', '', '', '', '2019-03-25 02:23:41'),
(9629, '172.16.58.3', '', '', '', '2019-03-25 02:23:42'),
(9630, '172.16.58.3', '', '', '', '2019-03-25 02:23:43'),
(9631, '172.16.58.3', '', '', '', '2019-03-25 02:23:43'),
(9632, '172.16.58.3', '', '', '', '2019-03-25 02:23:44'),
(9633, '172.16.58.3', '', '', '', '2019-03-25 02:23:45'),
(9634, '172.16.58.3', '', '', '', '2019-03-25 02:23:47'),
(9635, '172.16.58.3', '', '', '', '2019-03-25 02:23:48'),
(9636, '172.16.58.3', '', '', '', '2019-03-25 02:23:49'),
(9637, '172.16.58.3', '', '', '', '2019-03-25 02:23:50'),
(9638, '172.16.58.3', '', '', '', '2019-03-25 02:23:51'),
(9639, '172.16.58.3', '', '', '', '2019-03-25 02:23:52'),
(9640, '172.16.58.3', '', '', '', '2019-03-25 02:23:53'),
(9641, '172.16.58.3', '', '', '', '2019-03-25 02:23:55'),
(9642, '172.16.58.3', '', '', '', '2019-03-25 02:23:56'),
(9643, '172.16.58.3', '', '', '', '2019-03-25 02:23:57'),
(9644, '172.16.58.3', '', '', '', '2019-03-25 02:41:04'),
(9645, '172.16.58.3', '', '', '', '2019-03-25 03:50:02'),
(9646, '172.16.58.3', '', '', '', '2019-03-25 06:28:16'),
(9647, '172.16.58.3', '', '', '', '2019-03-25 07:24:27'),
(9648, '172.16.58.3', '', '', '', '2019-03-25 07:40:49'),
(9649, '172.16.58.3', '', '', '', '2019-03-25 07:55:54'),
(9650, '172.16.58.3', '', '', '', '2019-03-25 08:13:37'),
(9651, '172.16.58.3', '', '', '', '2019-03-25 08:13:37'),
(9652, '172.16.58.3', '', '', '', '2019-03-25 10:12:24'),
(9653, '172.16.58.3', '', '', '', '2019-03-25 12:28:17'),
(9654, '172.16.58.3', '', '', '', '2019-03-25 13:05:50'),
(9655, '172.16.58.3', '', '', '', '2019-03-25 13:05:57'),
(9656, '172.16.58.3', '', '', '', '2019-03-25 13:35:27'),
(9657, '172.16.58.3', '', '', '', '2019-03-25 13:54:26'),
(9658, '172.16.58.3', '', '', '', '2019-03-25 14:51:15'),
(9659, '172.16.58.3', '', '', '', '2019-03-25 15:11:18'),
(9660, '172.16.58.3', '', '', '', '2019-03-25 15:48:08'),
(9661, '172.16.58.3', '', '', '', '2019-03-25 15:50:23'),
(9662, '172.16.58.3', '', '', '', '2019-03-25 16:00:47'),
(9663, '172.16.58.3', '', '', '', '2019-03-25 16:01:46'),
(9664, '172.16.58.3', '', '', '', '2019-03-25 16:03:16'),
(9665, '172.16.58.3', '', '', '', '2019-03-25 16:04:34'),
(9666, '172.16.58.3', '', '', '', '2019-03-25 16:06:22'),
(9667, '172.16.58.3', '', '', '', '2019-03-25 16:06:23'),
(9668, '172.16.58.3', '', '', '', '2019-03-25 16:06:39'),
(9669, '172.16.58.3', '', '', '', '2019-03-25 16:07:02'),
(9670, '172.16.58.3', '', '', '', '2019-03-25 16:08:32'),
(9671, '172.16.58.3', '', '', '', '2019-03-25 16:17:27'),
(9672, '172.16.58.3', '', '', '', '2019-03-25 16:19:41'),
(9673, '172.16.58.3', '', '', '', '2019-03-25 16:21:11'),
(9674, '172.16.58.3', '', '', '', '2019-03-25 16:22:22'),
(9675, '172.16.58.3', '', '', '', '2019-03-25 16:34:35'),
(9676, '172.16.58.3', '', '', '', '2019-03-25 16:36:10'),
(9677, '172.16.58.3', '', '', '', '2019-03-25 16:37:41'),
(9678, '172.16.58.3', '', '', '', '2019-03-25 16:38:55'),
(9679, '172.16.58.3', '', '', '', '2019-03-25 16:39:59'),
(9680, '172.16.58.3', '', '', '', '2019-03-25 16:41:32'),
(9681, '172.16.58.3', '', '', '', '2019-03-25 16:50:13'),
(9682, '172.16.58.3', '', '', '', '2019-03-25 16:52:08'),
(9683, '172.16.58.3', '', '', '', '2019-03-25 16:53:53'),
(9684, '172.16.58.3', '', '', '', '2019-03-25 16:55:54'),
(9685, '172.16.58.3', '', '', '', '2019-03-25 16:57:59'),
(9686, '172.16.58.3', '', '', '', '2019-03-25 17:09:52'),
(9687, '172.16.58.3', '', '', '', '2019-03-25 17:13:08'),
(9688, '172.16.58.3', '', '', '', '2019-03-25 17:16:39'),
(9689, '172.16.58.3', '', '', '', '2019-03-25 17:20:05'),
(9690, '172.16.58.3', '', '', '', '2019-03-25 17:22:55'),
(9691, '172.16.58.3', '', '', '', '2019-03-25 17:30:44'),
(9692, '172.16.58.3', '', '', '', '2019-03-25 18:24:16'),
(9693, '172.16.58.3', '', '', '', '2019-03-25 18:38:37'),
(9694, '172.16.58.3', '', '', '', '2019-03-25 18:44:35'),
(9695, '172.16.58.3', '', '', '', '2019-03-25 18:46:11'),
(9696, '172.16.58.3', '', '', '', '2019-03-25 19:46:27'),
(9697, '172.16.58.3', '', '', '', '2019-03-25 19:54:24'),
(9698, '172.16.58.3', '', '', '', '2019-03-25 21:10:12'),
(9699, '172.16.58.3', '', '', '', '2019-03-25 21:41:18'),
(9700, '172.16.58.3', '', '', '', '2019-03-25 22:39:32'),
(9701, '172.16.58.3', '', '', '', '2019-03-25 23:33:42'),
(9702, '172.16.58.3', '', '', '', '2019-03-25 23:53:40'),
(9703, '172.16.58.3', '', '', '', '2019-03-25 23:53:41'),
(9704, '172.16.58.3', '', '', '', '2019-03-26 00:09:10'),
(9705, '172.16.58.3', '', '', '', '2019-03-26 00:09:10'),
(9706, '172.16.58.3', '', '', '', '2019-03-26 01:14:52'),
(9707, '172.16.58.3', '', '', '', '2019-03-26 01:18:58'),
(9708, '172.16.58.3', '', '', '', '2019-03-26 01:46:50'),
(9709, '172.16.58.3', '', '', '', '2019-03-26 01:57:47'),
(9710, '172.16.58.3', '', '', '', '2019-03-26 01:57:53'),
(9711, '172.16.58.3', '', '', '', '2019-03-26 01:57:53'),
(9712, '172.16.58.3', '', '', '', '2019-03-26 01:59:46'),
(9713, '172.16.58.3', '', '', '', '2019-03-26 01:59:49'),
(9714, '172.16.58.3', '', '', '', '2019-03-26 02:01:57'),
(9715, '172.16.58.3', '', '', '', '2019-03-26 02:01:58'),
(9716, '172.16.58.3', '', '', '', '2019-03-26 02:13:22'),
(9717, '172.16.58.3', '', '', '', '2019-03-26 03:02:35'),
(9718, '172.16.58.3', '', '', '', '2019-03-26 03:29:08'),
(9719, '172.16.58.3', '', '', '', '2019-03-26 03:46:40'),
(9720, '172.16.58.3', '', '', '', '2019-03-26 04:37:03'),
(9721, '172.16.58.3', '', '', '', '2019-03-26 04:44:55'),
(9722, '172.16.58.3', '', '', '', '2019-03-26 04:44:56'),
(9723, '172.16.58.3', '', '', '', '2019-03-26 05:17:35'),
(9724, '172.16.58.3', '', '', '', '2019-03-26 05:26:02'),
(9725, '172.16.58.3', '', '', '', '2019-03-26 05:26:03'),
(9726, '172.16.58.3', '', '', '', '2019-03-26 05:31:28'),
(9727, '172.16.58.3', '', '', '', '2019-03-26 05:31:29'),
(9728, '172.16.58.3', '', '', '', '2019-03-26 06:09:11'),
(9729, '172.16.58.3', '', '', '', '2019-03-26 07:31:14'),
(9730, '172.16.58.3', '', '', '', '2019-03-26 07:32:17'),
(9731, '172.16.58.3', '', '', '', '2019-03-26 07:32:21'),
(9732, '172.16.58.3', '', '', '', '2019-03-26 07:38:58'),
(9733, '172.16.58.3', '', '', '', '2019-03-26 07:38:58'),
(9734, '172.16.58.3', '', '', '', '2019-03-26 07:57:24'),
(9735, '172.16.58.3', '', '', '', '2019-03-26 08:32:00'),
(9736, '172.16.58.3', '', '', '', '2019-03-26 08:36:52'),
(9737, '172.16.58.3', '', '', '', '2019-03-26 09:08:18'),
(9738, '172.16.58.3', '', '', '', '2019-03-26 10:03:50'),
(9739, '172.16.58.3', '', '', '', '2019-03-26 10:43:14'),
(9740, '172.16.58.3', '', '', '', '2019-03-26 10:45:03'),
(9741, '172.16.58.3', '', '', '', '2019-03-26 10:45:57'),
(9742, '172.16.58.3', '', '', '', '2019-03-26 10:47:18'),
(9743, '172.16.58.3', '', '', '', '2019-03-26 11:11:33'),
(9744, '172.16.58.3', '', '', '', '2019-03-26 11:15:49'),
(9745, '172.16.58.3', '', '', '', '2019-03-26 11:15:50'),
(9746, '172.16.58.3', '', '', '', '2019-03-26 12:00:18'),
(9747, '172.16.58.3', '', '', '', '2019-03-26 12:24:09'),
(9748, '172.16.58.3', '', '', '', '2019-03-26 12:24:16'),
(9749, '172.16.58.3', '', '', '', '2019-03-26 12:24:23'),
(9750, '172.16.58.3', '', '', '', '2019-03-26 12:50:10'),
(9751, '172.16.58.3', '', '', '', '2019-03-26 13:22:57'),
(9752, '172.16.58.3', '', '', '', '2019-03-26 13:27:16'),
(9753, '172.16.58.3', '', '', '', '2019-03-26 13:27:16'),
(9754, '172.16.58.3', '', '', '', '2019-03-26 13:27:33'),
(9755, '172.16.58.3', '', '', '', '2019-03-26 13:29:57'),
(9756, '172.16.58.3', '', '', '', '2019-03-26 13:33:47'),
(9757, '172.16.58.3', '', '', '', '2019-03-26 13:38:31'),
(9758, '172.16.58.3', '', '', '', '2019-03-26 13:44:20'),
(9759, '172.16.58.3', '', '', '', '2019-03-26 13:47:29'),
(9760, '172.16.58.3', '', '', '', '2019-03-26 15:18:52'),
(9761, '172.16.58.3', '', '', '', '2019-03-26 16:01:59'),
(9762, '172.16.58.3', '', '', '', '2019-03-26 16:02:01'),
(9763, '172.16.58.3', '', '', '', '2019-03-26 16:02:17'),
(9764, '172.16.58.3', '', '', '', '2019-03-26 16:29:59'),
(9765, '172.16.58.3', '', '', '', '2019-03-26 16:34:34'),
(9766, '172.16.58.3', '', '', '', '2019-03-26 16:35:10'),
(9767, '172.16.58.3', '', '', '', '2019-03-26 16:56:10'),
(9768, '172.16.58.3', '', '', '', '2019-03-26 19:18:52'),
(9769, '172.16.58.3', '', '', '', '2019-03-26 20:30:51'),
(9770, '172.16.58.3', '', '', '', '2019-03-26 20:38:17'),
(9771, '172.16.58.3', '', '', '', '2019-03-26 20:38:21'),
(9772, '172.16.58.3', '', '', '', '2019-03-26 20:38:21'),
(9773, '172.16.58.3', '', '', '', '2019-03-26 20:38:22'),
(9774, '172.16.58.3', '', '', '', '2019-03-26 20:38:23'),
(9775, '172.16.58.3', '', '', '', '2019-03-26 20:38:24'),
(9776, '172.16.58.3', '', '', '', '2019-03-26 20:38:25'),
(9777, '172.16.58.3', '', '', '', '2019-03-26 20:38:25'),
(9778, '172.16.58.3', '', '', '', '2019-03-26 20:38:26'),
(9779, '172.16.58.3', '', '', '', '2019-03-26 20:38:26'),
(9780, '172.16.58.3', '', '', '', '2019-03-26 20:38:27'),
(9781, '172.16.58.3', '', '', '', '2019-03-26 20:38:28'),
(9782, '172.16.58.3', '', '', '', '2019-03-26 20:38:28'),
(9783, '172.16.58.3', '', '', '', '2019-03-26 20:38:29'),
(9784, '172.16.58.3', '', '', '', '2019-03-26 20:38:30'),
(9785, '172.16.58.3', '', '', '', '2019-03-26 20:38:30'),
(9786, '172.16.58.3', '', '', '', '2019-03-26 20:38:31'),
(9787, '172.16.58.3', '', '', '', '2019-03-26 20:38:32'),
(9788, '172.16.58.3', '', '', '', '2019-03-26 20:38:33'),
(9789, '172.16.58.3', '', '', '', '2019-03-26 20:38:33'),
(9790, '172.16.58.3', '', '', '', '2019-03-26 20:38:34'),
(9791, '172.16.58.3', '', '', '', '2019-03-26 20:38:35'),
(9792, '172.16.58.3', '', '', '', '2019-03-26 20:38:35'),
(9793, '172.16.58.3', '', '', '', '2019-03-26 21:38:23'),
(9794, '172.16.58.3', '', '', '', '2019-03-26 23:43:11'),
(9795, '172.16.58.3', '', '', '', '2019-03-26 23:43:15'),
(9796, '172.16.58.3', '', '', '', '2019-03-27 00:05:16'),
(9797, '172.16.58.3', '', '', '', '2019-03-27 00:11:04'),
(9798, '172.16.58.3', '', '', '', '2019-03-27 00:31:10'),
(9799, '172.16.58.3', '', '', '', '2019-03-27 01:34:36'),
(9800, '172.16.58.3', '', '', '', '2019-03-27 01:56:51'),
(9801, '172.16.58.3', '', '', '', '2019-03-27 01:56:52'),
(9802, '172.16.58.3', '', '', '', '2019-03-27 02:05:55'),
(9803, '172.16.58.3', '', '', '', '2019-03-27 02:15:10'),
(9804, '172.16.58.3', '', '', '', '2019-03-27 02:29:18'),
(9805, '172.16.58.3', '', '', '', '2019-03-27 02:34:02'),
(9806, '172.16.58.3', '', '', '', '2019-03-27 03:00:53'),
(9807, '172.16.58.3', '', '', '', '2019-03-27 03:43:17'),
(9808, '172.16.58.3', '', '', '', '2019-03-27 03:48:57'),
(9809, '172.16.58.3', '', '', '', '2019-03-27 03:48:59'),
(9810, '172.16.58.3', '', '', '', '2019-03-27 04:25:57'),
(9811, '172.16.58.3', '', '', '', '2019-03-27 05:00:23'),
(9812, '172.16.58.3', '', '', '', '2019-03-27 05:52:55'),
(9813, '172.16.58.3', '', '', '', '2019-03-27 06:14:33'),
(9814, '172.16.58.3', '', '', '', '2019-03-27 06:16:16'),
(9815, '172.16.58.3', '', '', '', '2019-03-27 06:33:34'),
(9816, '172.16.58.3', '', '', '', '2019-03-27 06:33:35'),
(9817, '172.16.58.3', '', '', '', '2019-03-27 06:48:29'),
(9818, '172.16.58.3', '', '', '', '2019-03-27 07:33:42'),
(9819, '::1', '', '', '', '2019-03-29 04:25:32'),
(9820, '::1', '', '', '', '2019-03-29 04:25:35'),
(9821, '::1', '', '', '', '2019-03-29 04:28:11'),
(9822, '::1', '', '', '', '2019-03-29 04:28:12'),
(9823, '::1', '', '', '', '2019-03-29 04:32:21'),
(9824, '::1', '', '', '', '2019-03-29 04:32:21'),
(9825, '::1', '', '', '', '2019-03-29 04:33:16'),
(9826, '::1', '', '', '', '2019-03-29 04:33:17'),
(9827, '::1', '', '', '', '2019-04-21 20:24:17'),
(9828, '::1', '', '', '', '2019-04-21 20:24:19'),
(9829, '::1', '', '', '', '2019-04-21 20:24:31'),
(9830, '::1', '', '', '', '2019-04-21 20:25:38'),
(9831, '::1', '', '', '', '2019-04-21 20:25:39'),
(9832, '::1', '', '', '', '2019-04-21 20:25:44'),
(9833, '::1', '', '', '', '2019-04-21 22:55:41'),
(9834, '::1', '', '', '', '2019-04-21 22:56:45'),
(9835, '::1', '', '', '', '2019-04-21 22:58:08'),
(9836, '::1', '', '', '', '2019-04-21 22:59:25'),
(9837, '::1', '', '', '', '2019-04-21 22:59:53'),
(9838, '::1', '', '', '', '2019-04-21 23:00:05'),
(9839, '::1', '', '', '', '2019-04-21 23:00:19'),
(9840, '::1', '', '', '', '2019-04-21 23:00:41'),
(9841, '::1', '', '', '', '2019-04-21 23:01:29'),
(9842, '::1', '', '', '', '2019-04-21 23:01:46'),
(9843, '::1', '', '', '', '2019-04-21 23:01:54'),
(9844, '::1', '', '', '', '2019-04-21 23:02:04'),
(9845, '::1', '', '', '', '2019-04-21 23:02:17'),
(9846, '::1', '', '', '', '2019-04-21 23:02:29'),
(9847, '::1', '', '', '', '2019-04-21 23:02:42'),
(9848, '::1', '', '', '', '2019-04-21 23:02:53'),
(9849, '::1', '', '', '', '2019-04-21 23:03:06'),
(9850, '::1', '', '', '', '2019-04-21 23:03:27'),
(9851, '::1', '', '', '', '2019-04-21 23:03:47'),
(9852, '::1', '', '', '', '2019-04-21 23:05:05'),
(9853, '::1', '', '', '', '2019-04-21 23:05:56'),
(9854, '::1', '', '', '', '2019-04-21 23:06:17'),
(9855, '::1', '', '', '', '2019-04-21 23:07:18'),
(9856, '::1', '', '', '', '2019-04-21 23:07:27'),
(9857, '::1', '', '', '', '2019-04-21 23:07:53'),
(9858, '::1', '', '', '', '2019-04-21 23:08:01'),
(9859, '::1', '', '', '', '2019-04-21 23:08:11'),
(9860, '::1', '', '', '', '2019-04-21 23:08:21'),
(9861, '::1', '', '', '', '2019-04-21 23:08:52'),
(9862, '::1', '', '', '', '2019-04-21 23:11:36'),
(9863, '::1', '', '', '', '2019-04-21 23:11:41'),
(9864, '::1', '', '', '', '2019-04-21 23:15:02'),
(9865, '::1', '', '', '', '2019-04-21 23:25:14'),
(9866, '::1', '', '', '', '2019-04-21 23:26:14'),
(9867, '::1', '', '', '', '2019-04-21 23:26:27'),
(9868, '::1', '', '', '', '2019-04-21 23:29:05'),
(9869, '::1', '', '', '', '2019-04-21 23:29:26'),
(9870, '::1', '', '', '', '2019-04-21 23:30:50'),
(9871, '::1', '', '', '', '2019-04-21 23:31:25'),
(9872, '::1', '', '', '', '2019-04-21 23:31:47'),
(9873, '::1', '', '', '', '2019-04-21 23:32:07'),
(9874, '::1', '', '', '', '2019-04-21 23:32:34'),
(9875, '::1', '', '', '', '2019-04-21 23:32:44'),
(9876, '::1', '', '', '', '2019-04-21 23:33:07'),
(9877, '::1', '', '', '', '2019-04-21 23:34:13'),
(9878, '::1', '', '', '', '2019-04-21 23:34:19'),
(9879, '::1', '', '', '', '2019-04-21 23:34:54'),
(9880, '::1', '', '', '', '2019-04-21 23:35:09'),
(9881, '::1', '', '', '', '2019-04-21 23:35:27'),
(9882, '::1', '', '', '', '2019-04-21 23:35:49'),
(9883, '::1', '', '', '', '2019-04-21 23:36:14'),
(9884, '::1', '', '', '', '2019-04-21 23:36:25'),
(9885, '::1', '', '', '', '2019-04-21 23:38:08'),
(9886, '::1', '', '', '', '2019-04-22 04:09:57'),
(9887, '::1', '', '', '', '2019-04-22 04:11:07'),
(9888, '::1', '', '', '', '2019-04-22 04:18:25'),
(9889, '::1', '', '', '', '2019-04-22 04:22:02'),
(9890, '::1', '', '', '', '2019-04-22 04:22:25'),
(9891, '::1', '', '', '', '2019-04-22 04:24:34'),
(9892, '::1', '', '', '', '2019-04-22 04:34:07'),
(9893, '::1', '', '', '', '2019-04-22 04:35:07'),
(9894, '::1', '', '', '', '2019-04-22 04:45:47'),
(9895, '::1', '', '', '', '2019-04-22 05:14:20'),
(9896, '::1', '', '', '', '2019-04-22 05:14:44'),
(9897, '::1', '', '', '', '2019-04-22 06:11:31'),
(9898, '::1', '', '', '', '2019-04-22 06:15:29'),
(9899, '::1', '', '', '', '2019-04-22 06:15:50'),
(9900, '::1', '', '', '', '2019-04-22 06:15:53'),
(9901, '::1', '', '', '', '2019-04-22 06:17:07'),
(9902, '::1', '', '', '', '2019-04-22 06:17:16'),
(9903, '::1', '', '', '', '2019-04-22 06:17:43'),
(9904, '::1', '', '', '', '2019-04-22 06:19:07'),
(9905, '::1', '', '', '', '2019-04-22 06:20:07'),
(9906, '::1', '', '', '', '2019-04-22 06:20:36'),
(9907, '::1', '', '', '', '2019-04-22 06:21:02'),
(9908, '::1', '', '', '', '2019-04-22 06:21:32'),
(9909, '::1', '', '', '', '2019-04-22 06:22:21'),
(9910, '::1', '', '', '', '2019-04-22 06:22:30'),
(9911, '::1', '', '', '', '2019-04-22 06:22:48'),
(9912, '::1', '', '', '', '2019-04-22 06:22:58'),
(9913, '::1', '', '', '', '2019-04-22 06:23:10'),
(9914, '::1', '', '', '', '2019-04-22 06:23:25'),
(9915, '::1', '', '', '', '2019-04-22 06:25:39'),
(9916, '::1', '', '', '', '2019-04-22 06:25:47'),
(9917, '::1', '', '', '', '2019-04-22 06:25:57'),
(9918, '::1', '', '', '', '2019-04-22 06:26:05'),
(9919, '::1', '', '', '', '2019-04-22 06:26:16'),
(9920, '::1', '', '', '', '2019-04-22 06:26:23'),
(9921, '::1', '', '', '', '2019-04-22 06:26:30'),
(9922, '::1', '', '', '', '2019-04-22 06:27:03'),
(9923, '::1', '', '', '', '2019-04-22 06:27:11'),
(9924, '::1', '', '', '', '2019-04-22 06:27:22'),
(9925, '::1', '', '', '', '2019-04-22 06:27:28'),
(9926, '::1', '', '', '', '2019-04-22 06:27:35'),
(9927, '::1', '', '', '', '2019-04-22 06:27:43'),
(9928, '::1', '', '', '', '2019-04-22 06:28:04'),
(9929, '::1', '', '', '', '2019-04-22 06:28:46'),
(9930, '::1', '', '', '', '2019-04-22 06:28:48'),
(9931, '::1', '', '', '', '2019-04-22 06:28:48'),
(9932, '::1', '', '', '', '2019-04-22 06:28:48'),
(9933, '::1', '', '', '', '2019-04-22 06:28:49'),
(9934, '::1', '', '', '', '2019-04-22 06:28:49'),
(9935, '::1', '', '', '', '2019-04-22 06:28:51'),
(9936, '::1', '', '', '', '2019-04-22 06:29:02'),
(9937, '::1', '', '', '', '2019-04-22 06:29:07'),
(9938, '::1', '', '', '', '2019-04-22 06:30:37'),
(9939, '::1', '', '', '', '2019-04-22 06:31:18'),
(9940, '::1', '', '', '', '2019-04-22 06:31:26'),
(9941, '::1', '', '', '', '2019-04-22 06:31:45'),
(9942, '::1', '', '', '', '2019-04-22 06:32:09'),
(9943, '::1', '', '', '', '2019-04-22 06:32:15'),
(9944, '::1', '', '', '', '2019-04-22 06:32:30'),
(9945, '::1', '', '', '', '2019-04-22 06:33:12'),
(9946, '::1', '', '', '', '2019-04-22 06:33:25'),
(9947, '::1', '', '', '', '2019-04-22 06:33:49'),
(9948, '::1', '', '', '', '2019-04-22 06:33:53'),
(9949, '::1', '', '', '', '2019-04-22 06:34:16'),
(9950, '::1', '', '', '', '2019-04-22 06:34:32'),
(9951, '::1', '', '', '', '2019-04-22 06:35:06'),
(9952, '::1', '', '', '', '2019-04-22 06:35:30'),
(9953, '::1', '', '', '', '2019-04-22 06:35:55'),
(9954, '::1', '', '', '', '2019-04-22 06:36:41'),
(9955, '::1', '', '', '', '2019-04-22 06:36:55'),
(9956, '::1', '', '', '', '2019-04-22 06:37:22'),
(9957, '::1', '', '', '', '2019-04-22 06:37:31'),
(9958, '::1', '', '', '', '2019-04-22 06:37:55'),
(9959, '::1', '', '', '', '2019-04-22 06:38:37'),
(9960, '::1', '', '', '', '2019-04-22 06:38:57'),
(9961, '::1', '', '', '', '2019-04-22 06:39:28'),
(9962, '::1', '', '', '', '2019-04-22 06:39:47'),
(9963, '::1', '', '', '', '2019-04-22 06:40:08'),
(9964, '::1', '', '', '', '2019-04-22 06:40:17'),
(9965, '::1', '', '', '', '2019-04-22 06:40:28'),
(9966, '::1', '', '', '', '2019-04-22 06:40:41'),
(9967, '::1', '', '', '', '2019-04-22 06:41:12'),
(9968, '::1', '', '', '', '2019-04-22 06:41:26'),
(9969, '::1', '', '', '', '2019-04-22 06:41:37'),
(9970, '::1', '', '', '', '2019-04-22 06:42:05'),
(9971, '::1', '', '', '', '2019-04-22 06:42:19'),
(9972, '::1', '', '', '', '2019-04-22 06:43:20'),
(9973, '::1', '', '', '', '2019-04-22 06:43:29'),
(9974, '::1', '', '', '', '2019-04-22 06:43:44'),
(9975, '::1', '', '', '', '2019-04-22 06:43:48'),
(9976, '::1', '', '', '', '2019-04-22 06:43:57'),
(9977, '::1', '', '', '', '2019-04-22 06:44:05'),
(9978, '::1', '', '', '', '2019-04-22 06:44:43'),
(9979, '::1', '', '', '', '2019-04-22 06:44:55'),
(9980, '::1', '', '', '', '2019-04-22 06:45:23'),
(9981, '::1', '', '', '', '2019-04-22 06:45:51'),
(9982, '::1', '', '', '', '2019-04-22 06:46:12'),
(9983, '::1', '', '', '', '2019-04-22 06:46:39'),
(9984, '::1', '', '', '', '2019-04-22 06:46:53'),
(9985, '::1', '', '', '', '2019-04-22 06:47:11'),
(9986, '::1', '', '', '', '2019-04-22 06:47:29'),
(9987, '::1', '', '', '', '2019-04-22 06:47:48'),
(9988, '::1', '', '', '', '2019-04-22 06:47:59'),
(9989, '::1', '', '', '', '2019-04-22 06:48:11'),
(9990, '::1', '', '', '', '2019-04-22 06:49:10'),
(9991, '::1', '', '', '', '2019-04-22 06:49:49'),
(9992, '::1', '', '', '', '2019-04-22 06:50:58'),
(9993, '::1', '', '', '', '2019-04-22 06:51:13'),
(9994, '::1', '', '', '', '2019-04-22 06:51:23'),
(9995, '::1', '', '', '', '2019-04-22 06:51:43'),
(9996, '::1', '', '', '', '2019-04-22 06:52:03'),
(9997, '::1', '', '', '', '2019-04-22 06:52:56'),
(9998, '::1', '', '', '', '2019-04-22 06:53:09'),
(9999, '::1', '', '', '', '2019-04-22 06:53:36'),
(10000, '::1', '', '', '', '2019-04-22 06:54:03'),
(10001, '::1', '', '', '', '2019-04-22 06:54:14'),
(10002, '::1', '', '', '', '2019-04-22 06:54:42'),
(10003, '::1', '', '', '', '2019-04-22 06:55:01'),
(10004, '::1', '', '', '', '2019-04-22 06:55:21'),
(10005, '::1', '', '', '', '2019-04-22 06:55:33'),
(10006, '::1', '', '', '', '2019-04-22 06:55:45'),
(10007, '::1', '', '', '', '2019-04-22 06:56:05'),
(10008, '::1', '', '', '', '2019-04-22 06:56:25'),
(10009, '::1', '', '', '', '2019-04-22 06:56:48'),
(10010, '::1', '', '', '', '2019-04-22 06:56:59'),
(10011, '::1', '', '', '', '2019-04-22 06:57:03'),
(10012, '::1', '', '', '', '2019-04-22 06:57:11'),
(10013, '::1', '', '', '', '2019-04-22 06:57:45'),
(10014, '::1', '', '', '', '2019-04-22 06:58:13'),
(10015, '::1', '', '', '', '2019-04-22 06:58:29'),
(10016, '::1', '', '', '', '2019-04-22 06:58:49'),
(10017, '::1', '', '', '', '2019-04-22 06:58:52'),
(10018, '::1', '', '', '', '2019-04-22 06:59:11'),
(10019, '::1', '', '', '', '2019-04-22 06:59:34'),
(10020, '::1', '', '', '', '2019-04-22 06:59:44'),
(10021, '::1', '', '', '', '2019-04-22 07:00:32'),
(10022, '::1', '', '', '', '2019-04-22 07:00:53'),
(10023, '::1', '', '', '', '2019-04-22 07:00:57'),
(10024, '::1', '', '', '', '2019-04-22 07:01:09'),
(10025, '::1', '', '', '', '2019-04-22 07:03:02'),
(10026, '::1', '', '', '', '2019-04-22 07:03:31'),
(10027, '::1', '', '', '', '2019-04-22 07:04:55'),
(10028, '::1', '', '', '', '2019-04-22 07:05:04'),
(10029, '::1', '', '', '', '2019-04-22 07:05:15'),
(10030, '::1', '', '', '', '2019-04-22 07:05:22'),
(10031, '::1', '', '', '', '2019-04-22 07:05:44'),
(10032, '::1', '', '', '', '2019-04-22 07:05:49'),
(10033, '::1', '', '', '', '2019-04-22 07:06:55'),
(10034, '::1', '', '', '', '2019-04-22 07:07:23'),
(10035, '::1', '', '', '', '2019-04-22 07:07:39'),
(10036, '::1', '', '', '', '2019-04-22 07:07:50'),
(10037, '::1', '', '', '', '2019-04-22 07:08:07'),
(10038, '::1', '', '', '', '2019-04-22 07:13:49'),
(10039, '::1', '', '', '', '2019-04-22 07:17:58'),
(10040, '::1', '', '', '', '2019-04-22 07:19:56'),
(10041, '::1', '', '', '', '2019-04-22 07:20:07'),
(10042, '::1', '', '', '', '2019-04-22 07:20:08'),
(10043, '::1', '', '', '', '2019-04-22 07:20:21'),
(10044, '::1', '', '', '', '2019-04-22 07:31:25'),
(10045, '::1', '', '', '', '2019-04-22 07:31:26'),
(10046, '::1', '', '', '', '2019-04-22 07:32:03'),
(10047, '::1', '', '', '', '2019-04-22 07:32:18'),
(10048, '::1', '', '', '', '2019-04-22 07:32:45'),
(10049, '::1', '', '', '', '2019-04-22 07:43:04'),
(10050, '::1', '', '', '', '2019-04-22 07:43:05'),
(10051, '::1', '', '', '', '2019-04-22 07:43:29'),
(10052, '::1', '', '', '', '2019-04-22 07:43:30'),
(10053, '::1', '', '', '', '2019-04-22 07:43:38'),
(10054, '::1', '', '', '', '2019-04-22 07:44:07'),
(10055, '::1', '', '', '', '2019-04-22 07:44:08'),
(10056, '::1', '', '', '', '2019-04-22 07:45:38'),
(10057, '::1', '', '', '', '2019-04-22 07:45:39'),
(10058, '::1', '', '', '', '2019-04-22 07:47:34'),
(10059, '::1', '', '', '', '2019-04-22 07:47:35'),
(10060, '::1', '', '', '', '2019-04-22 07:48:19'),
(10061, '::1', '', '', '', '2019-04-22 07:48:20'),
(10062, '::1', '', '', '', '2019-04-22 07:48:50'),
(10063, '::1', '', '', '', '2019-04-22 07:48:50'),
(10064, '::1', '', '', '', '2019-04-22 07:49:30'),
(10065, '::1', '', '', '', '2019-04-22 08:25:11'),
(10066, '::1', '', '', '', '2019-04-22 08:25:12'),
(10067, '::1', '', '', '', '2019-04-22 08:25:36'),
(10068, '::1', '', '', '', '2019-04-22 08:26:01'),
(10069, '::1', '', '', '', '2019-04-22 08:26:11'),
(10070, '::1', '', '', '', '2019-04-22 08:26:12'),
(10071, '::1', '', '', '', '2019-04-22 08:26:24'),
(10072, '::1', '', '', '', '2019-04-22 08:27:17'),
(10073, '::1', '', '', '', '2019-04-22 08:28:10'),
(10074, '::1', '', '', '', '2019-04-22 08:28:20'),
(10075, '::1', '', '', '', '2019-04-22 08:28:24'),
(10076, '::1', '', '', '', '2019-04-22 08:28:29'),
(10077, '::1', '', '', '', '2019-04-22 08:28:30'),
(10078, '::1', '', '', '', '2019-04-22 08:28:31'),
(10079, '::1', '', '', '', '2019-04-22 08:28:31'),
(10080, '::1', '', '', '', '2019-04-22 08:28:31'),
(10081, '::1', '', '', '', '2019-04-22 08:28:32'),
(10082, '::1', '', '', '', '2019-04-22 08:28:32'),
(10083, '::1', '', '', '', '2019-04-22 08:28:32'),
(10084, '::1', '', '', '', '2019-04-22 08:28:33'),
(10085, '::1', '', '', '', '2019-04-22 08:28:33'),
(10086, '::1', '', '', '', '2019-04-22 08:28:33'),
(10087, '::1', '', '', '', '2019-04-22 08:28:34'),
(10088, '::1', '', '', '', '2019-04-22 08:28:34'),
(10089, '::1', '', '', '', '2019-04-22 08:28:34'),
(10090, '::1', '', '', '', '2019-04-22 08:28:43'),
(10091, '::1', '', '', '', '2019-04-22 08:29:03'),
(10092, '::1', '', '', '', '2019-04-22 08:29:31'),
(10093, '::1', '', '', '', '2019-04-22 08:30:29'),
(10094, '::1', '', '', '', '2019-04-22 08:30:32'),
(10095, '::1', '', '', '', '2019-04-22 08:31:16'),
(10096, '::1', '', '', '', '2019-04-22 08:33:18'),
(10097, '::1', '', '', '', '2019-04-22 08:34:21'),
(10098, '::1', '', '', '', '2019-04-22 08:35:33'),
(10099, '::1', '', '', '', '2019-04-22 08:36:07'),
(10100, '::1', '', '', '', '2019-04-22 08:37:09'),
(10101, '::1', '', '', '', '2019-04-22 08:37:24'),
(10102, '::1', '', '', '', '2019-04-22 08:37:56'),
(10103, '::1', '', '', '', '2019-04-22 08:38:41'),
(10104, '::1', '', '', '', '2019-04-22 08:39:07'),
(10105, '::1', '', '', '', '2019-04-22 08:40:27'),
(10106, '::1', '', '', '', '2019-04-22 08:41:49'),
(10107, '::1', '', '', '', '2019-04-22 09:01:27'),
(10108, '::1', '', '', '', '2019-04-22 09:03:37'),
(10109, '::1', '', '', '', '2019-04-22 09:03:48'),
(10110, '::1', '', '', '', '2019-04-22 09:04:32'),
(10111, '::1', '', '', '', '2019-04-22 09:06:27'),
(10112, '::1', '', '', '', '2019-04-22 09:06:44'),
(10113, '::1', '', '', '', '2019-04-22 09:07:01'),
(10114, '::1', '', '', '', '2019-04-22 09:07:49'),
(10115, '::1', '', '', '', '2019-04-22 09:08:02'),
(10116, '::1', '', '', '', '2019-04-22 09:08:46'),
(10117, '::1', '', '', '', '2019-04-22 09:09:51'),
(10118, '::1', '', '', '', '2019-04-22 09:17:30'),
(10119, '::1', '', '', '', '2019-04-22 09:17:44'),
(10120, '::1', '', '', '', '2019-04-22 09:17:54'),
(10121, '::1', '', '', '', '2019-04-22 09:18:02'),
(10122, '::1', '', '', '', '2019-04-22 09:20:31'),
(10123, '::1', '', '', '', '2019-04-22 09:21:22'),
(10124, '::1', '', '', '', '2019-04-22 09:21:35'),
(10125, '::1', '', '', '', '2019-04-22 09:21:52'),
(10126, '::1', '', '', '', '2019-04-22 09:22:06'),
(10127, '::1', '', '', '', '2019-04-22 09:22:13'),
(10128, '::1', '', '', '', '2019-04-22 09:22:30'),
(10129, '::1', '', '', '', '2019-04-22 09:22:37'),
(10130, '::1', '', '', '', '2019-04-22 09:22:48'),
(10131, '::1', '', '', '', '2019-04-22 09:23:00'),
(10132, '::1', '', '', '', '2019-04-22 09:23:14'),
(10133, '::1', '', '', '', '2019-04-22 09:23:27'),
(10134, '::1', '', '', '', '2019-04-22 09:46:40'),
(10135, '::1', '', '', '', '2019-04-22 09:48:19'),
(10136, '::1', '', '', '', '2019-04-22 09:50:47'),
(10137, '::1', '', '', '', '2019-04-22 09:52:22'),
(10138, '::1', '', '', '', '2019-04-22 09:54:39'),
(10139, '::1', '', '', '', '2019-04-22 09:56:28'),
(10140, '::1', '', '', '', '2019-04-22 09:57:43'),
(10141, '::1', '', '', '', '2019-04-22 09:58:02'),
(10142, '::1', '', '', '', '2019-04-22 09:58:10'),
(10143, '::1', '', '', '', '2019-04-22 09:58:36'),
(10144, '::1', '', '', '', '2019-04-22 09:58:55'),
(10145, '::1', '', '', '', '2019-04-22 10:01:39'),
(10146, '::1', '', '', '', '2019-04-22 10:02:01'),
(10147, '::1', '', '', '', '2019-04-22 10:02:22'),
(10148, '::1', '', '', '', '2019-04-22 10:02:28'),
(10149, '::1', '', '', '', '2019-04-22 10:02:39'),
(10150, '::1', '', '', '', '2019-04-22 10:03:33'),
(10151, '::1', '', '', '', '2019-04-22 10:08:06'),
(10152, '::1', '', '', '', '2019-04-22 10:08:21'),
(10153, '::1', '', '', '', '2019-04-22 10:09:59'),
(10154, '::1', '', '', '', '2019-04-22 10:11:52'),
(10155, '::1', '', '', '', '2019-04-22 10:11:52'),
(10156, '::1', '', '', '', '2019-04-22 10:11:53'),
(10157, '::1', '', '', '', '2019-04-22 10:11:53'),
(10158, '::1', '', '', '', '2019-04-22 10:13:34'),
(10159, '::1', '', '', '', '2019-04-22 10:17:40'),
(10160, '::1', '', '', '', '2019-04-22 10:19:13'),
(10161, '::1', '', '', '', '2019-04-22 10:20:15'),
(10162, '::1', '', '', '', '2019-04-22 10:20:15'),
(10163, '::1', '', '', '', '2019-04-22 10:20:16'),
(10164, '::1', '', '', '', '2019-04-22 10:20:16'),
(10165, '::1', '', '', '', '2019-04-22 10:20:16'),
(10166, '::1', '', '', '', '2019-04-22 10:20:17'),
(10167, '::1', '', '', '', '2019-04-22 10:21:23'),
(10168, '::1', '', '', '', '2019-04-22 10:21:23'),
(10169, '::1', '', '', '', '2019-04-22 10:21:24'),
(10170, '::1', '', '', '', '2019-04-22 10:21:24'),
(10171, '::1', '', '', '', '2019-04-22 10:21:24'),
(10172, '::1', '', '', '', '2019-04-22 22:55:46'),
(10173, '::1', '', '', '', '2019-04-22 22:55:49'),
(10174, '::1', '', '', '', '2019-04-22 22:55:49'),
(10175, '::1', '', '', '', '2019-04-22 22:55:50'),
(10176, '::1', '', '', '', '2019-04-22 22:55:50'),
(10177, '::1', '', '', '', '2019-04-22 23:00:46'),
(10178, '::1', '', '', '', '2019-04-22 23:00:47'),
(10179, '::1', '', '', '', '2019-04-22 23:00:47'),
(10180, '::1', '', '', '', '2019-04-22 23:00:47'),
(10181, '::1', '', '', '', '2019-04-22 23:00:48'),
(10182, '::1', '', '', '', '2019-04-22 23:00:53'),
(10183, '::1', '', '', '', '2019-04-22 23:00:53'),
(10184, '::1', '', '', '', '2019-04-22 23:00:54'),
(10185, '::1', '', '', '', '2019-04-22 23:00:54'),
(10186, '::1', '', '', '', '2019-04-22 23:00:54'),
(10187, '::1', '', '', '', '2019-04-22 23:00:58'),
(10188, '::1', '', '', '', '2019-04-22 23:01:02'),
(10189, '::1', '', '', '', '2019-04-22 23:02:19'),
(10190, '::1', '', '', '', '2019-04-22 23:02:19'),
(10191, '::1', '', '', '', '2019-04-22 23:02:20'),
(10192, '::1', '', '', '', '2019-04-22 23:02:20'),
(10193, '::1', '', '', '', '2019-04-22 23:02:20'),
(10194, '::1', '', '', '', '2019-04-22 23:03:07'),
(10195, '::1', '', '', '', '2019-04-22 23:03:08'),
(10196, '::1', '', '', '', '2019-04-22 23:03:08'),
(10197, '::1', '', '', '', '2019-04-22 23:03:08'),
(10198, '::1', '', '', '', '2019-04-22 23:03:09'),
(10199, '::1', '', '', '', '2019-04-22 23:05:15'),
(10200, '::1', '', '', '', '2019-04-22 23:05:15'),
(10201, '::1', '', '', '', '2019-04-22 23:05:15'),
(10202, '::1', '', '', '', '2019-04-22 23:05:16'),
(10203, '::1', '', '', '', '2019-04-22 23:05:16'),
(10204, '::1', '', '', '', '2019-04-22 23:05:16'),
(10205, '::1', '', '', '', '2019-04-22 23:05:17'),
(10206, '::1', '', '', '', '2019-04-22 23:05:17'),
(10207, '::1', '', '', '', '2019-04-22 23:05:17'),
(10208, '::1', '', '', '', '2019-04-22 23:05:18'),
(10209, '::1', '', '', '', '2019-04-22 23:05:18'),
(10210, '::1', '', '', '', '2019-04-22 23:05:18'),
(10211, '::1', '', '', '', '2019-04-22 23:05:26'),
(10212, '::1', '', '', '', '2019-04-22 23:05:26'),
(10213, '::1', '', '', '', '2019-04-22 23:05:26'),
(10214, '::1', '', '', '', '2019-04-22 23:05:27'),
(10215, '::1', '', '', '', '2019-04-22 23:05:27'),
(10216, '::1', '', '', '', '2019-04-22 23:05:27'),
(10217, '::1', '', '', '', '2019-04-22 23:05:27'),
(10218, '::1', '', '', '', '2019-04-22 23:05:28'),
(10219, '::1', '', '', '', '2019-04-22 23:05:28'),
(10220, '::1', '', '', '', '2019-04-22 23:05:28'),
(10221, '::1', '', '', '', '2019-04-22 23:05:29'),
(10222, '::1', '', '', '', '2019-04-22 23:05:29'),
(10223, '::1', '', '', '', '2019-04-22 23:06:08'),
(10224, '::1', '', '', '', '2019-04-22 23:06:08'),
(10225, '::1', '', '', '', '2019-04-22 23:06:09'),
(10226, '::1', '', '', '', '2019-04-22 23:06:09'),
(10227, '::1', '', '', '', '2019-04-22 23:06:09'),
(10228, '::1', '', '', '', '2019-04-22 23:06:32'),
(10229, '::1', '', '', '', '2019-04-22 23:06:32'),
(10230, '::1', '', '', '', '2019-04-22 23:06:32'),
(10231, '::1', '', '', '', '2019-04-22 23:06:33'),
(10232, '::1', '', '', '', '2019-04-22 23:06:33'),
(10233, '::1', '', '', '', '2019-04-22 23:09:08'),
(10234, '::1', '', '', '', '2019-04-22 23:09:08'),
(10235, '::1', '', '', '', '2019-04-22 23:09:09'),
(10236, '::1', '', '', '', '2019-04-22 23:09:09'),
(10237, '::1', '', '', '', '2019-04-22 23:14:05'),
(10238, '::1', '', '', '', '2019-04-22 23:14:06'),
(10239, '::1', '', '', '', '2019-04-22 23:14:06'),
(10240, '::1', '', '', '', '2019-04-22 23:14:06'),
(10241, '::1', '', '', '', '2019-04-22 23:14:07'),
(10242, '::1', '', '', '', '2019-04-22 23:14:07'),
(10243, '::1', '', '', '', '2019-04-22 23:14:07'),
(10244, '::1', '', '', '', '2019-04-22 23:14:25'),
(10245, '::1', '', '', '', '2019-04-22 23:14:26'),
(10246, '::1', '', '', '', '2019-04-22 23:14:26'),
(10247, '::1', '', '', '', '2019-04-22 23:14:26'),
(10248, '::1', '', '', '', '2019-04-22 23:14:44'),
(10249, '::1', '', '', '', '2019-04-22 23:14:44'),
(10250, '::1', '', '', '', '2019-04-22 23:14:45'),
(10251, '::1', '', '', '', '2019-04-22 23:14:45'),
(10252, '::1', '', '', '', '2019-04-22 23:15:10'),
(10253, '::1', '', '', '', '2019-04-22 23:15:11'),
(10254, '::1', '', '', '', '2019-04-22 23:15:11'),
(10255, '::1', '', '', '', '2019-04-22 23:15:12'),
(10256, '::1', '', '', '', '2019-04-22 23:15:22'),
(10257, '::1', '', '', '', '2019-04-22 23:15:22'),
(10258, '::1', '', '', '', '2019-04-22 23:15:23'),
(10259, '::1', '', '', '', '2019-04-22 23:15:23'),
(10260, '::1', '', '', '', '2019-04-22 23:16:01'),
(10261, '::1', '', '', '', '2019-04-22 23:16:02'),
(10262, '::1', '', '', '', '2019-04-22 23:16:02'),
(10263, '::1', '', '', '', '2019-04-22 23:16:03'),
(10264, '::1', '', '', '', '2019-04-22 23:16:31'),
(10265, '::1', '', '', '', '2019-04-22 23:16:32'),
(10266, '::1', '', '', '', '2019-04-22 23:16:32'),
(10267, '::1', '', '', '', '2019-04-22 23:16:33'),
(10268, '::1', '', '', '', '2019-04-22 23:16:36'),
(10269, '::1', '', '', '', '2019-04-22 23:16:37'),
(10270, '::1', '', '', '', '2019-04-22 23:16:37'),
(10271, '::1', '', '', '', '2019-04-22 23:17:38'),
(10272, '::1', '', '', '', '2019-04-22 23:17:39'),
(10273, '::1', '', '', '', '2019-04-22 23:17:40'),
(10274, '::1', '', '', '', '2019-04-22 23:17:40'),
(10275, '::1', '', '', '', '2019-04-22 23:17:47'),
(10276, '::1', '', '', '', '2019-04-22 23:17:47'),
(10277, '::1', '', '', '', '2019-04-22 23:17:48'),
(10278, '::1', '', '', '', '2019-04-22 23:17:48'),
(10279, '::1', '', '', '', '2019-04-22 23:17:56'),
(10280, '::1', '', '', '', '2019-04-22 23:17:56'),
(10281, '::1', '', '', '', '2019-04-22 23:17:56'),
(10282, '::1', '', '', '', '2019-04-22 23:17:57'),
(10283, '::1', '', '', '', '2019-04-22 23:18:10'),
(10284, '::1', '', '', '', '2019-04-22 23:18:11'),
(10285, '::1', '', '', '', '2019-04-22 23:18:11'),
(10286, '::1', '', '', '', '2019-04-22 23:18:11'),
(10287, '::1', '', '', '', '2019-04-22 23:18:16'),
(10288, '::1', '', '', '', '2019-04-22 23:18:16'),
(10289, '::1', '', '', '', '2019-04-22 23:18:17'),
(10290, '::1', '', '', '', '2019-04-22 23:18:17'),
(10291, '::1', '', '', '', '2019-04-22 23:18:24'),
(10292, '::1', '', '', '', '2019-04-22 23:18:24'),
(10293, '::1', '', '', '', '2019-04-22 23:18:25'),
(10294, '::1', '', '', '', '2019-04-22 23:18:25'),
(10295, '::1', '', '', '', '2019-04-22 23:18:49'),
(10296, '::1', '', '', '', '2019-04-22 23:18:50'),
(10297, '::1', '', '', '', '2019-04-22 23:18:50'),
(10298, '::1', '', '', '', '2019-04-22 23:18:51'),
(10299, '::1', '', '', '', '2019-04-22 23:20:16'),
(10300, '::1', '', '', '', '2019-04-22 23:20:17'),
(10301, '::1', '', '', '', '2019-04-22 23:20:17'),
(10302, '::1', '', '', '', '2019-04-22 23:20:18'),
(10303, '::1', '', '', '', '2019-04-22 23:20:45'),
(10304, '::1', '', '', '', '2019-04-22 23:20:46'),
(10305, '::1', '', '', '', '2019-04-22 23:20:46'),
(10306, '::1', '', '', '', '2019-04-22 23:20:46'),
(10307, '::1', '', '', '', '2019-04-22 23:21:00'),
(10308, '::1', '', '', '', '2019-04-22 23:21:01'),
(10309, '::1', '', '', '', '2019-04-22 23:21:01'),
(10310, '::1', '', '', '', '2019-04-22 23:21:01'),
(10311, '::1', '', '', '', '2019-04-22 23:21:31'),
(10312, '::1', '', '', '', '2019-04-22 23:21:32'),
(10313, '::1', '', '', '', '2019-04-22 23:21:32'),
(10314, '::1', '', '', '', '2019-04-22 23:21:33'),
(10315, '::1', '', '', '', '2019-04-22 23:21:45'),
(10316, '::1', '', '', '', '2019-04-22 23:21:45'),
(10317, '::1', '', '', '', '2019-04-22 23:21:46'),
(10318, '::1', '', '', '', '2019-04-22 23:21:46'),
(10319, '::1', '', '', '', '2019-04-22 23:21:58'),
(10320, '::1', '', '', '', '2019-04-22 23:21:59'),
(10321, '::1', '', '', '', '2019-04-22 23:21:59'),
(10322, '::1', '', '', '', '2019-04-22 23:21:59'),
(10323, '::1', '', '', '', '2019-04-22 23:22:16'),
(10324, '::1', '', '', '', '2019-04-22 23:22:16'),
(10325, '::1', '', '', '', '2019-04-22 23:22:17'),
(10326, '::1', '', '', '', '2019-04-22 23:22:17'),
(10327, '::1', '', '', '', '2019-04-22 23:22:38'),
(10328, '::1', '', '', '', '2019-04-22 23:22:38'),
(10329, '::1', '', '', '', '2019-04-22 23:22:39'),
(10330, '::1', '', '', '', '2019-04-22 23:22:39'),
(10331, '::1', '', '', '', '2019-04-22 23:23:02'),
(10332, '::1', '', '', '', '2019-04-22 23:23:03'),
(10333, '::1', '', '', '', '2019-04-22 23:23:03'),
(10334, '::1', '', '', '', '2019-04-22 23:23:04'),
(10335, '::1', '', '', '', '2019-04-22 23:23:19'),
(10336, '::1', '', '', '', '2019-04-22 23:23:19'),
(10337, '::1', '', '', '', '2019-04-22 23:23:20'),
(10338, '::1', '', '', '', '2019-04-22 23:23:20'),
(10339, '::1', '', '', '', '2019-04-22 23:26:08'),
(10340, '::1', '', '', '', '2019-04-22 23:26:08'),
(10341, '::1', '', '', '', '2019-04-22 23:26:08'),
(10342, '::1', '', '', '', '2019-04-22 23:32:35'),
(10343, '::1', '', '', '', '2019-04-22 23:32:35'),
(10344, '::1', '', '', '', '2019-04-22 23:32:36'),
(10345, '::1', '', '', '', '2019-04-22 23:32:36'),
(10346, '::1', '', '', '', '2019-04-22 23:32:36'),
(10347, '::1', '', '', '', '2019-04-22 23:32:37'),
(10348, '::1', '', '', '', '2019-04-22 23:32:37'),
(10349, '::1', '', '', '', '2019-04-22 23:34:43'),
(10350, '::1', '', '', '', '2019-04-22 23:34:44'),
(10351, '::1', '', '', '', '2019-04-22 23:34:44'),
(10352, '::1', '', '', '', '2019-04-22 23:34:44'),
(10353, '::1', '', '', '', '2019-04-22 23:36:02'),
(10354, '::1', '', '', '', '2019-04-22 23:36:03'),
(10355, '::1', '', '', '', '2019-04-22 23:36:03'),
(10356, '::1', '', '', '', '2019-04-22 23:36:04'),
(10357, '::1', '', '', '', '2019-04-22 23:36:21'),
(10358, '::1', '', '', '', '2019-04-22 23:36:21'),
(10359, '::1', '', '', '', '2019-04-22 23:36:21'),
(10360, '::1', '', '', '', '2019-04-22 23:36:22'),
(10361, '::1', '', '', '', '2019-04-22 23:38:31'),
(10362, '::1', '', '', '', '2019-04-22 23:38:31'),
(10363, '::1', '', '', '', '2019-04-22 23:38:32'),
(10364, '::1', '', '', '', '2019-04-22 23:38:32'),
(10365, '::1', '', '', '', '2019-04-22 23:42:05'),
(10366, '::1', '', '', '', '2019-04-22 23:42:35'),
(10367, '::1', '', '', '', '2019-04-22 23:43:46'),
(10368, '::1', '', '', '', '2019-04-22 23:44:27'),
(10369, '::1', '', '', '', '2019-04-22 23:45:47'),
(10370, '::1', '', '', '', '2019-04-22 23:46:03'),
(10371, '::1', '', '', '', '2019-04-22 23:46:23'),
(10372, '::1', '', '', '', '2019-04-22 23:46:51'),
(10373, '::1', '', '', '', '2019-04-22 23:47:09'),
(10374, '::1', '', '', '', '2019-04-22 23:47:27'),
(10375, '::1', '', '', '', '2019-04-22 23:47:42'),
(10376, '::1', '', '', '', '2019-04-22 23:48:03'),
(10377, '::1', '', '', '', '2019-04-22 23:48:09'),
(10378, '::1', '', '', '', '2019-04-22 23:49:43'),
(10379, '::1', '', '', '', '2019-04-22 23:51:11'),
(10380, '::1', '', '', '', '2019-04-23 00:27:48'),
(10381, '::1', '', '', '', '2019-04-23 00:27:48'),
(10382, '::1', '', '', '', '2019-04-23 00:27:48'),
(10383, '::1', '', '', '', '2019-04-23 00:27:49'),
(10384, '::1', '', '', '', '2019-04-23 00:27:49'),
(10385, '::1', '', '', '', '2019-04-23 00:27:49'),
(10386, '::1', '', '', '', '2019-04-23 00:27:49'),
(10387, '::1', '', '', '', '2019-04-23 00:27:50'),
(10388, '::1', '', '', '', '2019-04-23 00:27:50'),
(10389, '::1', '', '', '', '2019-04-23 00:27:50'),
(10390, '::1', '', '', '', '2019-04-23 00:27:50'),
(10391, '::1', '', '', '', '2019-04-23 00:27:51'),
(10392, '::1', '', '', '', '2019-04-23 00:28:09'),
(10393, '::1', '', '', '', '2019-04-23 00:28:09'),
(10394, '::1', '', '', '', '2019-04-23 00:28:09'),
(10395, '::1', '', '', '', '2019-04-23 00:28:09'),
(10396, '::1', '', '', '', '2019-04-23 00:28:10'),
(10397, '::1', '', '', '', '2019-04-23 00:28:10'),
(10398, '::1', '', '', '', '2019-04-23 00:28:10'),
(10399, '::1', '', '', '', '2019-04-23 00:28:10'),
(10400, '::1', '', '', '', '2019-04-23 00:28:11'),
(10401, '::1', '', '', '', '2019-04-23 00:28:11'),
(10402, '::1', '', '', '', '2019-04-23 00:28:11');
INSERT INTO `traffic` (`id_traffic`, `ip`, `browser`, `platform`, `negara`, `waktu_akses`) VALUES
(10403, '::1', '', '', '', '2019-04-23 00:28:11'),
(10404, '::1', '', '', '', '2019-04-23 00:29:42'),
(10405, '::1', '', '', '', '2019-04-23 00:30:37'),
(10406, '::1', '', '', '', '2019-04-23 00:45:10'),
(10407, '::1', '', '', '', '2019-04-23 00:45:38'),
(10408, '::1', '', '', '', '2019-04-23 00:45:43'),
(10409, '::1', '', '', '', '2019-04-23 01:22:54'),
(10410, '::1', '', '', '', '2019-04-23 01:25:49'),
(10411, '::1', '', '', '', '2019-04-23 01:28:18'),
(10412, '::1', '', '', '', '2019-04-23 01:29:31'),
(10413, '::1', '', '', '', '2019-04-23 01:29:32'),
(10414, '::1', '', '', '', '2019-04-23 01:29:32'),
(10415, '::1', '', '', '', '2019-04-23 01:29:32'),
(10416, '::1', '', '', '', '2019-04-23 01:29:32'),
(10417, '::1', '', '', '', '2019-04-23 01:29:33'),
(10418, '::1', '', '', '', '2019-04-23 01:29:33'),
(10419, '::1', '', '', '', '2019-04-23 01:29:33'),
(10420, '::1', '', '', '', '2019-04-23 01:29:33'),
(10421, '::1', '', '', '', '2019-04-23 01:29:33'),
(10422, '::1', '', '', '', '2019-04-23 01:29:34'),
(10423, '::1', '', '', '', '2019-04-23 01:29:34'),
(10424, '::1', '', '', '', '2019-04-23 01:29:34'),
(10425, '::1', '', '', '', '2019-04-23 01:29:35'),
(10426, '::1', '', '', '', '2019-04-23 01:29:35'),
(10427, '::1', '', '', '', '2019-04-23 01:29:35'),
(10428, '::1', '', '', '', '2019-04-23 01:29:36'),
(10429, '::1', '', '', '', '2019-04-23 01:29:36'),
(10430, '::1', '', '', '', '2019-04-23 01:29:36'),
(10431, '::1', '', '', '', '2019-04-23 01:29:36'),
(10432, '::1', '', '', '', '2019-04-23 01:29:37'),
(10433, '::1', '', '', '', '2019-04-23 01:29:37'),
(10434, '::1', '', '', '', '2019-04-23 01:29:37'),
(10435, '::1', '', '', '', '2019-04-23 01:29:37'),
(10436, '::1', '', '', '', '2019-04-23 01:29:38'),
(10437, '::1', '', '', '', '2019-04-23 01:29:38'),
(10438, '::1', '', '', '', '2019-04-23 01:29:38'),
(10439, '::1', '', '', '', '2019-04-23 01:29:39'),
(10440, '::1', '', '', '', '2019-04-23 01:29:43'),
(10441, '::1', '', '', '', '2019-04-23 01:29:43'),
(10442, '::1', '', '', '', '2019-04-23 01:29:43'),
(10443, '::1', '', '', '', '2019-04-23 01:29:44'),
(10444, '::1', '', '', '', '2019-04-23 01:30:58'),
(10445, '::1', '', '', '', '2019-04-23 01:30:58'),
(10446, '::1', '', '', '', '2019-04-23 01:30:59'),
(10447, '::1', '', '', '', '2019-04-23 01:30:59'),
(10448, '::1', '', '', '', '2019-04-23 01:30:59'),
(10449, '::1', '', '', '', '2019-04-23 01:31:00'),
(10450, '::1', '', '', '', '2019-04-23 01:31:00'),
(10451, '::1', '', '', '', '2019-04-23 01:31:00'),
(10452, '::1', '', '', '', '2019-04-23 01:31:00'),
(10453, '::1', '', '', '', '2019-04-23 01:31:01'),
(10454, '::1', '', '', '', '2019-04-23 01:31:31'),
(10455, '::1', '', '', '', '2019-04-23 01:31:31'),
(10456, '::1', '', '', '', '2019-04-23 01:31:32'),
(10457, '::1', '', '', '', '2019-04-23 01:31:44'),
(10458, '::1', '', '', '', '2019-04-23 01:31:45'),
(10459, '::1', '', '', '', '2019-04-23 01:35:25'),
(10460, '::1', '', '', '', '2019-04-23 01:35:25'),
(10461, '::1', '', '', '', '2019-04-23 01:35:26'),
(10462, '::1', '', '', '', '2019-04-23 01:35:26'),
(10463, '::1', '', '', '', '2019-04-23 01:35:26'),
(10464, '::1', '', '', '', '2019-04-23 01:35:27'),
(10465, '::1', '', '', '', '2019-04-23 01:35:27'),
(10466, '::1', '', '', '', '2019-04-23 01:35:27'),
(10467, '::1', '', '', '', '2019-04-23 01:35:28'),
(10468, '::1', '', '', '', '2019-04-23 01:35:28'),
(10469, '::1', '', '', '', '2019-04-23 01:35:28'),
(10470, '::1', '', '', '', '2019-04-23 01:35:28'),
(10471, '::1', '', '', '', '2019-04-23 01:35:29'),
(10472, '::1', '', '', '', '2019-04-23 01:35:29'),
(10473, '::1', '', '', '', '2019-04-23 01:35:30'),
(10474, '::1', '', '', '', '2019-04-23 01:35:30'),
(10475, '::1', '', '', '', '2019-04-23 01:35:30'),
(10476, '::1', '', '', '', '2019-04-23 01:35:30'),
(10477, '::1', '', '', '', '2019-04-23 01:36:31'),
(10478, '::1', '', '', '', '2019-04-23 01:36:31'),
(10479, '::1', '', '', '', '2019-04-23 01:36:31'),
(10480, '::1', '', '', '', '2019-04-23 01:36:31'),
(10481, '::1', '', '', '', '2019-04-23 01:36:32'),
(10482, '::1', '', '', '', '2019-04-23 01:36:32'),
(10483, '::1', '', '', '', '2019-04-23 01:36:32'),
(10484, '::1', '', '', '', '2019-04-23 01:36:32'),
(10485, '::1', '', '', '', '2019-04-23 01:36:33'),
(10486, '::1', '', '', '', '2019-04-23 01:39:52'),
(10487, '::1', '', '', '', '2019-04-23 01:40:08'),
(10488, '::1', '', '', '', '2019-04-23 01:41:37'),
(10489, '::1', '', '', '', '2019-04-23 01:41:48'),
(10490, '::1', '', '', '', '2019-04-23 01:42:43'),
(10491, '::1', '', '', '', '2019-04-23 01:42:53'),
(10492, '::1', '', '', '', '2019-04-23 01:47:18'),
(10493, '::1', '', '', '', '2019-04-23 01:47:29'),
(10494, '::1', '', '', '', '2019-04-23 01:48:56'),
(10495, '::1', '', '', '', '2019-04-23 01:49:48'),
(10496, '::1', '', '', '', '2019-04-23 01:50:20'),
(10497, '::1', '', '', '', '2019-04-23 01:52:03'),
(10498, '::1', '', '', '', '2019-04-23 01:52:13'),
(10499, '::1', '', '', '', '2019-04-23 01:52:20'),
(10500, '::1', '', '', '', '2019-04-23 01:53:37'),
(10501, '::1', '', '', '', '2019-04-23 01:54:24'),
(10502, '::1', '', '', '', '2019-04-23 01:54:32'),
(10503, '::1', '', '', '', '2019-04-23 01:56:03'),
(10504, '::1', '', '', '', '2019-04-23 01:57:01'),
(10505, '::1', '', '', '', '2019-04-23 02:00:21'),
(10506, '::1', '', '', '', '2019-04-23 02:00:29'),
(10507, '::1', '', '', '', '2019-04-23 02:01:30'),
(10508, '::1', '', '', '', '2019-04-23 02:01:40'),
(10509, '::1', '', '', '', '2019-04-23 02:01:46'),
(10510, '::1', '', '', '', '2019-04-23 02:02:29'),
(10511, '::1', '', '', '', '2019-04-23 02:02:45'),
(10512, '::1', '', '', '', '2019-04-23 02:03:12'),
(10513, '::1', '', '', '', '2019-04-23 02:05:12'),
(10514, '::1', '', '', '', '2019-04-23 02:07:46'),
(10515, '::1', '', '', '', '2019-04-23 02:08:12'),
(10516, '::1', '', '', '', '2019-04-23 02:08:28'),
(10517, '::1', '', '', '', '2019-04-23 02:08:37'),
(10518, '::1', '', '', '', '2019-04-23 02:08:44'),
(10519, '::1', '', '', '', '2019-04-23 02:08:51'),
(10520, '::1', '', '', '', '2019-04-23 02:08:59'),
(10521, '::1', '', '', '', '2019-04-23 02:09:06'),
(10522, '::1', '', '', '', '2019-04-23 02:09:14'),
(10523, '::1', '', '', '', '2019-04-23 02:09:58'),
(10524, '::1', '', '', '', '2019-04-23 02:10:05'),
(10525, '::1', '', '', '', '2019-04-23 02:10:42'),
(10526, '::1', '', '', '', '2019-04-23 02:15:21'),
(10527, '::1', '', '', '', '2019-04-23 02:15:51'),
(10528, '::1', '', '', '', '2019-04-23 02:16:12'),
(10529, '::1', '', '', '', '2019-04-23 02:16:18'),
(10530, '::1', '', '', '', '2019-04-23 02:16:21'),
(10531, '::1', '', '', '', '2019-04-23 02:16:35'),
(10532, '::1', '', '', '', '2019-04-23 02:16:50'),
(10533, '::1', '', '', '', '2019-04-23 02:18:45'),
(10534, '::1', '', '', '', '2019-04-23 02:19:58'),
(10535, '::1', '', '', '', '2019-04-23 02:20:00'),
(10536, '::1', '', '', '', '2019-04-23 02:20:59'),
(10537, '::1', '', '', '', '2019-04-23 02:21:01'),
(10538, '::1', '', '', '', '2019-04-23 02:23:07'),
(10539, '::1', '', '', '', '2019-04-23 02:36:55'),
(10540, '::1', '', '', '', '2019-04-23 02:37:17'),
(10541, '::1', '', '', '', '2019-04-23 02:41:18'),
(10542, '::1', '', '', '', '2019-04-23 02:41:56'),
(10543, '::1', '', '', '', '2019-04-23 02:43:13'),
(10544, '::1', '', '', '', '2019-04-23 03:14:45'),
(10545, '::1', '', '', '', '2019-04-23 03:15:20'),
(10546, '::1', '', '', '', '2019-04-23 03:20:48'),
(10547, '::1', '', '', '', '2019-04-23 03:21:00'),
(10548, '::1', '', '', '', '2019-04-23 03:24:41'),
(10549, '::1', '', '', '', '2019-04-23 03:32:01'),
(10550, '::1', '', '', '', '2019-04-23 03:32:14'),
(10551, '::1', '', '', '', '2019-04-23 03:58:06'),
(10552, '::1', '', '', '', '2019-04-23 03:58:16'),
(10553, '::1', '', '', '', '2019-04-23 03:59:48'),
(10554, '::1', '', '', '', '2019-04-23 04:01:29'),
(10555, '::1', '', '', '', '2019-04-23 04:08:47'),
(10556, '::1', '', '', '', '2019-04-23 04:09:06'),
(10557, '::1', '', '', '', '2019-04-23 04:09:19'),
(10558, '::1', '', '', '', '2019-04-23 04:10:34'),
(10559, '::1', '', '', '', '2019-04-23 04:11:39'),
(10560, '::1', '', '', '', '2019-04-23 04:12:00'),
(10561, '::1', '', '', '', '2019-04-23 04:12:24'),
(10562, '::1', '', '', '', '2019-04-23 04:12:46'),
(10563, '::1', '', '', '', '2019-04-23 04:13:19'),
(10564, '::1', '', '', '', '2019-04-23 04:14:05'),
(10565, '::1', '', '', '', '2019-04-23 04:14:37'),
(10566, '::1', '', '', '', '2019-04-23 04:14:52'),
(10567, '::1', '', '', '', '2019-04-23 04:15:09'),
(10568, '::1', '', '', '', '2019-04-23 04:15:14'),
(10569, '::1', '', '', '', '2019-04-23 04:15:57'),
(10570, '::1', '', '', '', '2019-04-23 04:16:12'),
(10571, '::1', '', '', '', '2019-04-23 04:16:39'),
(10572, '::1', '', '', '', '2019-04-23 04:16:50'),
(10573, '::1', '', '', '', '2019-04-23 04:16:51'),
(10574, '::1', '', '', '', '2019-04-23 04:18:33'),
(10575, '::1', '', '', '', '2019-04-23 04:19:00'),
(10576, '::1', '', '', '', '2019-04-23 04:19:07'),
(10577, '::1', '', '', '', '2019-04-23 04:19:24'),
(10578, '::1', '', '', '', '2019-04-23 04:20:24'),
(10579, '::1', '', '', '', '2019-04-23 04:20:44'),
(10580, '::1', '', '', '', '2019-04-23 04:21:10'),
(10581, '::1', '', '', '', '2019-04-23 04:21:30'),
(10582, '::1', '', '', '', '2019-04-23 04:21:53'),
(10583, '::1', '', '', '', '2019-04-23 04:22:23'),
(10584, '::1', '', '', '', '2019-04-23 04:23:35'),
(10585, '::1', '', '', '', '2019-04-23 04:26:08'),
(10586, '::1', '', '', '', '2019-04-23 04:27:18'),
(10587, '::1', '', '', '', '2019-04-23 04:28:45'),
(10588, '::1', '', '', '', '2019-04-23 04:28:48'),
(10589, '::1', '', '', '', '2019-04-23 04:28:54'),
(10590, '::1', '', '', '', '2019-04-23 04:29:12'),
(10591, '::1', '', '', '', '2019-04-23 04:29:39'),
(10592, '::1', '', '', '', '2019-04-23 04:29:40'),
(10593, '::1', '', '', '', '2019-04-23 04:29:41'),
(10594, '::1', '', '', '', '2019-04-23 04:29:41'),
(10595, '::1', '', '', '', '2019-04-23 04:30:56'),
(10596, '::1', '', '', '', '2019-04-23 04:30:57'),
(10597, '::1', '', '', '', '2019-04-23 04:30:57'),
(10598, '::1', '', '', '', '2019-04-23 04:30:58'),
(10599, '::1', '', '', '', '2019-04-23 04:31:42'),
(10600, '::1', '', '', '', '2019-04-23 04:32:29'),
(10601, '::1', '', '', '', '2019-04-23 04:32:42'),
(10602, '::1', '', '', '', '2019-04-23 04:33:22'),
(10603, '::1', '', '', '', '2019-04-23 04:33:35'),
(10604, '::1', '', '', '', '2019-04-23 04:33:57'),
(10605, '::1', '', '', '', '2019-04-23 04:34:08'),
(10606, '::1', '', '', '', '2019-04-23 04:34:24'),
(10607, '::1', '', '', '', '2019-04-23 04:34:44'),
(10608, '::1', '', '', '', '2019-04-23 04:34:49'),
(10609, '::1', '', '', '', '2019-04-23 04:35:34'),
(10610, '::1', '', '', '', '2019-04-23 04:36:31'),
(10611, '::1', '', '', '', '2019-04-23 04:36:39'),
(10612, '::1', '', '', '', '2019-04-23 04:36:52'),
(10613, '::1', '', '', '', '2019-04-23 04:37:14'),
(10614, '::1', '', '', '', '2019-04-23 04:37:28'),
(10615, '::1', '', '', '', '2019-04-23 04:38:16'),
(10616, '::1', '', '', '', '2019-04-23 04:38:27'),
(10617, '::1', '', '', '', '2019-04-23 04:38:36'),
(10618, '::1', '', '', '', '2019-04-23 04:39:20'),
(10619, '::1', '', '', '', '2019-04-23 04:39:30'),
(10620, '::1', '', '', '', '2019-04-23 04:39:55'),
(10621, '::1', '', '', '', '2019-04-23 04:40:36'),
(10622, '::1', '', '', '', '2019-04-23 04:41:19'),
(10623, '::1', '', '', '', '2019-04-23 04:42:25'),
(10624, '::1', '', '', '', '2019-04-23 04:42:47'),
(10625, '::1', '', '', '', '2019-04-23 04:43:28'),
(10626, '::1', '', '', '', '2019-04-23 04:43:31'),
(10627, '::1', '', '', '', '2019-04-23 04:43:41'),
(10628, '::1', '', '', '', '2019-04-23 04:44:07'),
(10629, '::1', '', '', '', '2019-04-23 04:44:20'),
(10630, '::1', '', '', '', '2019-04-23 04:44:50'),
(10631, '::1', '', '', '', '2019-04-23 04:44:59'),
(10632, '::1', '', '', '', '2019-04-23 04:45:09'),
(10633, '::1', '', '', '', '2019-04-23 04:45:35'),
(10634, '::1', '', '', '', '2019-04-23 04:45:43'),
(10635, '::1', '', '', '', '2019-04-23 04:45:52'),
(10636, '::1', '', '', '', '2019-04-23 04:46:05'),
(10637, '::1', '', '', '', '2019-04-23 04:46:18'),
(10638, '::1', '', '', '', '2019-04-23 04:46:30'),
(10639, '::1', '', '', '', '2019-04-23 04:46:39'),
(10640, '::1', '', '', '', '2019-04-23 04:46:48'),
(10641, '::1', '', '', '', '2019-04-23 04:46:59'),
(10642, '::1', '', '', '', '2019-04-23 05:04:10'),
(10643, '::1', '', '', '', '2019-04-23 05:05:20'),
(10644, '::1', '', '', '', '2019-04-23 05:06:59'),
(10645, '::1', '', '', '', '2019-04-23 05:07:04'),
(10646, '::1', '', '', '', '2019-04-23 05:07:16'),
(10647, '::1', '', '', '', '2019-04-23 05:07:29'),
(10648, '::1', '', '', '', '2019-04-23 05:07:46'),
(10649, '::1', '', '', '', '2019-04-23 05:07:52'),
(10650, '::1', '', '', '', '2019-04-23 05:08:32'),
(10651, '::1', '', '', '', '2019-04-23 05:08:53'),
(10652, '::1', '', '', '', '2019-04-23 05:08:58'),
(10653, '::1', '', '', '', '2019-04-23 05:09:02'),
(10654, '::1', '', '', '', '2019-04-23 05:09:12'),
(10655, '::1', '', '', '', '2019-04-23 05:09:31'),
(10656, '::1', '', '', '', '2019-04-23 05:10:54'),
(10657, '::1', '', '', '', '2019-04-23 05:12:47'),
(10658, '::1', '', '', '', '2019-04-23 05:13:14'),
(10659, '::1', '', '', '', '2019-04-23 05:13:23'),
(10660, '::1', '', '', '', '2019-04-23 05:14:18'),
(10661, '::1', '', '', '', '2019-04-23 05:15:02'),
(10662, '::1', '', '', '', '2019-04-23 05:15:18'),
(10663, '::1', '', '', '', '2019-04-23 05:15:44'),
(10664, '::1', '', '', '', '2019-04-23 05:16:15'),
(10665, '::1', '', '', '', '2019-04-23 05:16:31'),
(10666, '::1', '', '', '', '2019-04-23 05:17:04'),
(10667, '::1', '', '', '', '2019-04-23 05:17:17'),
(10668, '::1', '', '', '', '2019-04-23 05:17:32'),
(10669, '::1', '', '', '', '2019-04-23 05:17:42'),
(10670, '::1', '', '', '', '2019-04-23 05:18:16'),
(10671, '::1', '', '', '', '2019-04-23 05:18:44'),
(10672, '::1', '', '', '', '2019-04-23 05:18:57'),
(10673, '::1', '', '', '', '2019-04-23 05:18:57'),
(10674, '::1', '', '', '', '2019-04-23 10:52:31'),
(10675, '::1', '', '', '', '2019-04-23 10:52:32'),
(10676, '::1', '', '', '', '2019-04-26 05:36:59'),
(10677, '::1', '', '', '', '2019-04-26 05:38:16'),
(10678, '::1', '', '', '', '2019-04-26 05:40:52'),
(10679, '::1', '', '', '', '2019-04-26 05:41:22'),
(10680, '::1', '', '', '', '2019-04-26 05:41:59'),
(10681, '::1', '', '', '', '2019-04-26 05:42:41'),
(10682, '::1', '', '', '', '2019-04-26 05:45:03'),
(10683, '::1', '', '', '', '2019-04-26 05:47:05'),
(10684, '::1', '', '', '', '2019-04-26 05:47:14'),
(10685, '::1', '', '', '', '2019-04-26 05:49:22'),
(10686, '::1', '', '', '', '2019-04-26 05:51:50'),
(10687, '::1', '', '', '', '2019-04-26 05:52:33'),
(10688, '192.168.3.11', '', '', '', '2019-04-25 23:01:57'),
(10689, '192.168.3.11', '', '', '', '2019-04-25 23:03:40'),
(10690, '192.168.3.11', '', '', '', '2019-04-25 23:05:33'),
(10691, '172.16.17.32', '', '', '', '2019-04-25 23:07:14'),
(10692, '192.168.3.11', '', '', '', '2019-04-25 23:08:34'),
(10693, '172.16.17.32', '', '', '', '2019-04-25 23:10:01'),
(10694, '192.168.127.12', '', '', '', '2019-04-26 10:27:16'),
(10695, '192.168.127.12', '', '', '', '2019-04-26 10:27:55'),
(10696, '172.16.58.3', '', '', '', '2019-05-02 21:37:25'),
(10697, '172.16.31.10', '', '', '', '2019-05-02 21:37:26'),
(10698, '172.16.58.3', '', '', '', '2019-05-02 21:37:27'),
(10699, '172.16.58.3', '', '', '', '2019-05-02 23:59:42'),
(10700, '172.16.58.3', '', '', '', '2019-05-03 00:10:30'),
(10701, '172.16.58.3', '', '', '', '2019-05-03 02:13:08'),
(10702, '172.16.31.10', '', '', '', '2019-05-03 03:54:48'),
(10703, '172.16.58.3', '', '', '', '2019-05-03 05:31:49'),
(10704, '192.168.127.12', '', '', '', '2019-05-03 06:34:47'),
(10705, '172.16.17.32', '', '', '', '2019-05-03 07:04:46'),
(10706, '172.16.17.32', '', '', '', '2019-05-03 07:04:46'),
(10707, '172.16.17.32', '', '', '', '2019-05-03 07:04:47'),
(10708, '192.168.127.12', '', '', '', '2019-05-03 13:39:55'),
(10709, '172.16.17.32', '', '', '', '2019-05-03 14:17:01'),
(10710, '192.168.3.11', '', '', '', '2019-05-03 14:17:02'),
(10711, '172.16.58.3', '', '', '', '2019-05-03 14:17:03'),
(10712, '192.168.3.11', '', '', '', '2019-05-03 15:41:55'),
(10713, '172.16.58.3', '', '', '', '2019-05-03 15:41:55'),
(10714, '172.16.31.10', '', '', '', '2019-05-03 18:23:28'),
(10715, '172.16.31.10', '', '', '', '2019-05-03 18:23:29'),
(10716, '172.16.31.10', '', '', '', '2019-05-03 18:23:30'),
(10717, '172.16.31.10', '', '', '', '2019-05-03 18:23:31'),
(10718, '172.16.31.10', '', '', '', '2019-05-03 18:47:05'),
(10719, '172.16.58.3', '', '', '', '2019-05-03 19:02:06'),
(10720, '172.16.31.10', '', '', '', '2019-05-03 19:32:40'),
(10721, '192.168.3.11', '', '', '', '2019-05-03 19:56:13'),
(10722, '192.168.127.12', '', '', '', '2019-05-03 19:56:16'),
(10723, '172.16.31.10', '', '', '', '2019-05-03 19:58:36'),
(10724, '172.16.17.32', '', '', '', '2019-05-03 20:30:59'),
(10725, '192.168.127.12', '', '', '', '2019-05-03 21:00:03'),
(10726, '192.168.127.12', '', '', '', '2019-05-03 23:52:10'),
(10727, '172.16.17.32', '', '', '', '2019-05-04 00:26:03'),
(10728, '192.168.3.11', '', '', '', '2019-05-04 01:17:10'),
(10729, '192.168.3.11', '', '', '', '2019-05-04 01:19:07'),
(10730, '::1', '', '', '', '2019-05-11 08:26:31'),
(10731, '::1', '', '', '', '2019-05-11 08:27:39'),
(10732, '::1', '', '', '', '2019-05-11 08:31:34'),
(10733, '::1', '', '', '', '2019-05-11 08:32:17'),
(10734, '::1', '', '', '', '2019-05-11 08:35:30'),
(10735, '::1', '', '', '', '2019-05-11 08:36:00'),
(10736, '::1', '', '', '', '2019-05-11 08:36:09'),
(10737, '::1', '', '', '', '2019-05-11 08:37:44'),
(10738, '::1', '', '', '', '2019-05-11 08:45:47'),
(10739, '::1', '', '', '', '2019-05-11 08:53:55'),
(10740, '::1', '', '', '', '2019-05-11 08:54:25'),
(10741, '::1', '', '', '', '2019-05-11 08:54:56'),
(10742, '::1', '', '', '', '2019-05-11 08:56:08'),
(10743, '::1', '', '', '', '2019-05-11 08:59:48'),
(10744, '::1', '', '', '', '2019-05-11 09:00:08'),
(10745, '::1', '', '', '', '2019-05-11 09:07:34'),
(10746, '::1', '', '', '', '2019-05-11 09:13:13'),
(10747, '::1', '', '', '', '2019-05-11 09:14:36'),
(10748, '::1', '', '', '', '2019-05-11 09:15:44'),
(10749, '::1', '', '', '', '2019-05-11 09:16:06'),
(10750, '::1', '', '', '', '2019-05-11 09:17:42'),
(10751, '::1', '', '', '', '2019-05-11 09:17:47'),
(10752, '::1', '', '', '', '2019-05-11 09:19:36'),
(10753, '::1', '', '', '', '2019-05-11 09:26:05'),
(10754, '::1', '', '', '', '2019-05-11 09:26:28'),
(10755, '::1', '', '', '', '2019-05-11 09:26:46'),
(10756, '::1', '', '', '', '2019-05-11 09:27:06'),
(10757, '::1', '', '', '', '2019-05-11 09:27:22'),
(10758, '::1', '', '', '', '2019-05-11 09:27:40'),
(10759, '::1', '', '', '', '2019-05-11 09:29:18'),
(10760, '::1', '', '', '', '2019-05-11 09:30:40'),
(10761, '::1', '', '', '', '2019-05-11 09:30:52'),
(10762, '::1', '', '', '', '2019-05-11 09:34:38'),
(10763, '::1', '', '', '', '2019-05-11 09:35:21'),
(10764, '::1', '', '', '', '2019-05-11 09:38:10'),
(10765, '::1', '', '', '', '2019-05-11 09:38:55'),
(10766, '::1', '', '', '', '2019-05-11 09:39:44'),
(10767, '::1', '', '', '', '2019-05-11 09:44:52'),
(10768, '::1', '', '', '', '2019-05-11 09:52:46'),
(10769, '::1', '', '', '', '2019-05-11 09:52:47'),
(10770, '::1', '', '', '', '2019-05-11 09:53:06'),
(10771, '::1', '', '', '', '2019-05-11 09:53:08'),
(10772, '::1', '', '', '', '2019-05-11 09:53:20'),
(10773, '::1', '', '', '', '2019-05-11 09:53:31'),
(10774, '::1', '', '', '', '2019-05-11 09:57:38'),
(10775, '::1', '', '', '', '2019-05-11 09:59:34'),
(10776, '::1', '', '', '', '2019-05-11 09:59:44'),
(10777, '::1', '', '', '', '2019-05-11 10:03:50'),
(10778, '::1', '', '', '', '2019-05-11 10:03:52'),
(10779, '::1', '', '', '', '2019-05-11 10:03:56'),
(10780, '::1', '', '', '', '2019-05-11 10:06:10'),
(10781, '::1', '', '', '', '2019-05-11 10:22:15'),
(10782, '::1', '', '', '', '2019-05-12 08:40:11'),
(10783, '::1', '', '', '', '2019-05-12 08:40:19'),
(10784, '::1', '', '', '', '2019-05-12 08:40:21'),
(10785, '::1', '', '', '', '2019-05-12 08:40:24'),
(10786, '::1', '', '', '', '2019-05-13 04:04:56'),
(10787, '::1', '', '', '', '2019-05-13 04:50:46'),
(10788, '::1', '', '', '', '2019-05-13 04:51:53'),
(10789, '::1', '', '', '', '2019-05-13 04:52:19'),
(10790, '::1', '', '', '', '2019-05-13 05:00:08'),
(10791, '::1', '', '', '', '2019-05-13 05:05:32'),
(10792, '::1', '', '', '', '2019-05-13 05:09:35'),
(10793, '::1', '', '', '', '2019-05-13 05:10:09'),
(10794, '::1', '', '', '', '2019-05-13 05:14:12'),
(10795, '::1', '', '', '', '2019-05-13 05:31:06'),
(10796, '::1', '', '', '', '2019-05-13 05:31:11'),
(10797, '::1', '', '', '', '2019-05-13 05:32:08'),
(10798, '::1', '', '', '', '2019-05-13 05:32:11'),
(10799, '::1', '', '', '', '2019-05-13 05:32:35'),
(10800, '::1', '', '', '', '2019-05-13 07:01:20'),
(10801, '::1', '', '', '', '2019-05-13 08:04:12'),
(10802, '::1', '', '', '', '2019-05-13 08:04:12'),
(10803, '::1', '', '', '', '2019-05-13 08:27:35'),
(10804, '::1', '', '', '', '2019-05-13 08:27:45'),
(10805, '::1', '', '', '', '2019-05-13 08:29:07'),
(10806, '::1', '', '', '', '2019-05-13 08:29:35'),
(10807, '::1', '', '', '', '2019-05-13 08:32:16'),
(10808, '::1', '', '', '', '2019-05-13 08:32:23'),
(10809, '::1', '', '', '', '2019-05-13 08:32:32'),
(10810, '::1', '', '', '', '2019-05-13 08:33:14'),
(10811, '::1', '', '', '', '2019-05-13 08:38:35'),
(10812, '::1', '', '', '', '2019-05-13 08:38:56'),
(10813, '::1', '', '', '', '2019-05-13 08:54:05'),
(10814, '::1', '', '', '', '2019-05-13 09:07:31'),
(10815, '::1', '', '', '', '2019-05-13 09:11:43'),
(10816, '::1', '', '', '', '2019-05-13 09:27:04'),
(10817, '::1', '', '', '', '2019-05-13 09:27:06'),
(10818, '::1', '', '', '', '2019-05-13 09:31:37'),
(10819, '::1', '', '', '', '2019-05-13 09:33:35'),
(10820, '::1', '', '', '', '2019-05-13 09:35:34'),
(10821, '::1', '', '', '', '2019-05-13 09:35:49'),
(10822, '::1', '', '', '', '2019-05-13 09:46:10'),
(10823, '::1', '', '', '', '2019-05-13 10:04:12'),
(10824, '::1', '', '', '', '2019-05-14 04:09:55'),
(10825, '::1', '', '', '', '2019-05-14 04:09:58'),
(10826, '::1', '', '', '', '2019-05-14 04:36:34'),
(10827, '::1', '', '', '', '2019-05-14 04:42:50'),
(10828, '::1', '', '', '', '2019-05-14 04:43:51'),
(10829, '::1', '', '', '', '2019-05-14 04:45:42'),
(10830, '::1', '', '', '', '2019-05-14 04:46:19'),
(10831, '::1', '', '', '', '2019-05-14 04:47:16'),
(10832, '::1', '', '', '', '2019-05-14 04:57:37'),
(10833, '::1', '', '', '', '2019-05-14 05:00:26'),
(10834, '::1', '', '', '', '2019-05-14 05:01:52'),
(10835, '::1', '', '', '', '2019-05-14 05:02:50'),
(10836, '::1', '', '', '', '2019-05-14 05:03:20'),
(10837, '::1', '', '', '', '2019-05-14 05:07:32'),
(10838, '::1', '', '', '', '2019-05-14 05:07:44'),
(10839, '::1', '', '', '', '2019-05-14 05:09:26'),
(10840, '::1', '', '', '', '2019-05-14 05:09:37'),
(10841, '::1', '', '', '', '2019-05-14 05:15:22'),
(10842, '::1', '', '', '', '2019-05-14 05:16:04'),
(10843, '::1', '', '', '', '2019-05-14 05:16:45'),
(10844, '::1', '', '', '', '2019-05-14 05:16:53'),
(10845, '::1', '', '', '', '2019-05-14 05:17:19'),
(10846, '::1', '', '', '', '2019-05-14 05:33:12'),
(10847, '::1', '', '', '', '2019-05-14 05:38:11'),
(10848, '::1', '', '', '', '2019-05-14 05:38:38'),
(10849, '::1', '', '', '', '2019-05-14 05:43:46'),
(10850, '::1', '', '', '', '2019-05-14 05:44:05'),
(10851, '::1', '', '', '', '2019-05-14 05:44:28'),
(10852, '::1', '', '', '', '2019-05-14 05:44:29'),
(10853, '::1', '', '', '', '2019-05-14 05:44:41'),
(10854, '::1', '', '', '', '2019-05-14 05:48:41'),
(10855, '::1', '', '', '', '2019-05-14 06:44:25'),
(10856, '::1', '', '', '', '2019-05-14 06:44:49'),
(10857, '::1', '', '', '', '2019-05-14 06:45:43'),
(10858, '::1', '', '', '', '2019-05-14 06:46:35'),
(10859, '::1', '', '', '', '2019-05-14 06:47:27'),
(10860, '::1', '', '', '', '2019-05-14 06:47:55'),
(10861, '::1', '', '', '', '2019-05-14 06:48:55'),
(10862, '::1', '', '', '', '2019-05-14 07:03:13'),
(10863, '::1', '', '', '', '2019-05-14 07:06:13'),
(10864, '::1', '', '', '', '2019-05-14 07:13:12'),
(10865, '::1', '', '', '', '2019-05-14 07:14:49'),
(10866, '::1', '', '', '', '2019-05-14 07:19:06'),
(10867, '::1', '', '', '', '2019-05-14 07:23:49'),
(10868, '::1', '', '', '', '2019-05-14 07:24:14'),
(10869, '::1', '', '', '', '2019-05-14 07:24:22'),
(10870, '::1', '', '', '', '2019-05-14 07:24:37'),
(10871, '::1', '', '', '', '2019-05-14 07:24:44'),
(10872, '::1', '', '', '', '2019-05-14 07:24:51'),
(10873, '::1', '', '', '', '2019-05-14 07:24:58'),
(10874, '::1', '', '', '', '2019-05-14 07:25:06'),
(10875, '::1', '', '', '', '2019-05-14 07:25:16'),
(10876, '::1', '', '', '', '2019-05-14 07:25:23'),
(10877, '::1', '', '', '', '2019-05-14 07:28:06'),
(10878, '::1', '', '', '', '2019-05-14 07:28:44'),
(10879, '::1', '', '', '', '2019-05-14 07:28:57'),
(10880, '::1', '', '', '', '2019-05-14 07:29:11'),
(10881, '::1', '', '', '', '2019-05-14 07:29:18'),
(10882, '::1', '', '', '', '2019-05-14 07:29:23'),
(10883, '::1', '', '', '', '2019-05-14 07:29:28'),
(10884, '::1', '', '', '', '2019-05-14 07:29:40'),
(10885, '::1', '', '', '', '2019-05-14 08:22:19'),
(10886, '::1', '', '', '', '2019-05-14 08:22:20'),
(10887, '::1', '', '', '', '2019-05-17 04:23:29'),
(10888, '::1', '', '', '', '2019-05-17 04:23:30'),
(10889, '::1', '', '', '', '2019-05-17 04:25:28'),
(10890, '::1', '', '', '', '2019-05-17 04:27:16'),
(10891, '::1', '', '', '', '2019-05-17 04:31:26'),
(10892, '::1', '', '', '', '2019-05-17 04:35:08'),
(10893, '::1', '', '', '', '2019-05-17 04:36:07'),
(10894, '::1', '', '', '', '2019-05-17 04:36:26'),
(10895, '::1', '', '', '', '2019-05-17 04:38:07'),
(10896, '::1', '', '', '', '2019-05-17 04:38:27'),
(10897, '::1', '', '', '', '2019-05-17 04:40:09'),
(10898, '::1', '', '', '', '2019-05-17 04:41:31'),
(10899, '::1', '', '', '', '2019-05-17 04:43:11'),
(10900, '::1', '', '', '', '2019-05-17 04:43:51'),
(10901, '::1', '', '', '', '2019-05-17 04:44:06'),
(10902, '::1', '', '', '', '2019-05-17 04:44:19'),
(10903, '::1', '', '', '', '2019-05-17 04:44:37'),
(10904, '::1', '', '', '', '2019-05-17 04:44:59'),
(10905, '::1', '', '', '', '2019-05-17 04:46:38'),
(10906, '::1', '', '', '', '2019-05-17 04:49:30'),
(10907, '::1', '', '', '', '2019-05-17 04:55:29'),
(10908, '::1', '', '', '', '2019-05-17 04:56:06'),
(10909, '::1', '', '', '', '2019-05-17 05:05:13'),
(10910, '::1', '', '', '', '2019-05-17 05:07:10'),
(10911, '::1', '', '', '', '2019-05-17 05:08:10'),
(10912, '::1', '', '', '', '2019-05-17 05:08:22'),
(10913, '::1', '', '', '', '2019-05-17 05:08:36'),
(10914, '::1', '', '', '', '2019-05-17 05:13:41'),
(10915, '::1', '', '', '', '2019-05-17 05:13:58'),
(10916, '::1', '', '', '', '2019-05-17 05:16:09'),
(10917, '::1', '', '', '', '2019-05-17 05:22:26'),
(10918, '::1', '', '', '', '2019-05-17 05:22:36'),
(10919, '::1', '', '', '', '2019-05-17 05:27:24'),
(10920, '::1', '', '', '', '2019-05-17 05:28:13'),
(10921, '::1', '', '', '', '2019-05-17 05:30:26'),
(10922, '::1', '', '', '', '2019-05-17 05:31:03'),
(10923, '::1', '', '', '', '2019-05-17 05:33:10'),
(10924, '::1', '', '', '', '2019-05-17 05:33:48'),
(10925, '::1', '', '', '', '2019-05-17 05:34:02'),
(10926, '::1', '', '', '', '2019-05-17 05:35:14'),
(10927, '::1', '', '', '', '2019-05-17 05:35:40'),
(10928, '::1', '', '', '', '2019-05-17 05:37:53'),
(10929, '::1', '', '', '', '2019-05-17 05:39:21'),
(10930, '::1', '', '', '', '2019-05-17 05:40:20'),
(10931, '::1', '', '', '', '2019-05-17 05:40:47'),
(10932, '::1', '', '', '', '2019-05-17 05:40:57'),
(10933, '::1', '', '', '', '2019-05-17 05:43:15'),
(10934, '::1', '', '', '', '2019-05-17 05:43:38'),
(10935, '::1', '', '', '', '2019-05-17 05:44:02'),
(10936, '::1', '', '', '', '2019-05-17 05:44:41'),
(10937, '::1', '', '', '', '2019-05-17 05:48:27'),
(10938, '::1', '', '', '', '2019-05-17 07:37:41'),
(10939, '::1', '', '', '', '2019-05-17 07:38:16'),
(10940, '::1', '', '', '', '2019-05-17 07:40:34'),
(10941, '::1', '', '', '', '2019-05-17 07:40:41'),
(10942, '::1', '', '', '', '2019-05-17 07:41:56'),
(10943, '::1', '', '', '', '2019-05-17 07:43:38'),
(10944, '::1', '', '', '', '2019-05-17 07:45:25'),
(10945, '::1', '', '', '', '2019-05-17 07:45:58'),
(10946, '::1', '', '', '', '2019-05-17 07:46:26'),
(10947, '::1', '', '', '', '2019-05-17 07:47:48'),
(10948, '::1', '', '', '', '2019-05-17 07:48:12'),
(10949, '::1', '', '', '', '2019-05-17 07:48:41'),
(10950, '::1', '', '', '', '2019-05-17 07:49:12'),
(10951, '::1', '', '', '', '2019-05-17 07:50:05'),
(10952, '::1', '', '', '', '2019-05-17 07:50:14'),
(10953, '::1', '', '', '', '2019-05-17 07:53:45'),
(10954, '::1', '', '', '', '2019-05-17 07:54:02'),
(10955, '::1', '', '', '', '2019-05-17 07:54:16'),
(10956, '::1', '', '', '', '2019-05-17 07:54:24'),
(10957, '::1', '', '', '', '2019-05-17 07:54:45'),
(10958, '::1', '', '', '', '2019-05-17 07:55:12'),
(10959, '::1', '', '', '', '2019-05-17 07:55:41'),
(10960, '::1', '', '', '', '2019-05-17 07:55:52'),
(10961, '::1', '', '', '', '2019-05-17 07:56:15'),
(10962, '::1', '', '', '', '2019-05-17 07:56:47'),
(10963, '::1', '', '', '', '2019-05-17 07:57:13'),
(10964, '::1', '', '', '', '2019-05-17 07:57:32'),
(10965, '::1', '', '', '', '2019-05-17 07:57:58'),
(10966, '::1', '', '', '', '2019-05-17 07:58:28'),
(10967, '::1', '', '', '', '2019-05-17 07:58:45'),
(10968, '::1', '', '', '', '2019-05-17 07:59:03'),
(10969, '::1', '', '', '', '2019-05-17 07:59:26'),
(10970, '::1', '', '', '', '2019-05-17 07:59:54'),
(10971, '::1', '', '', '', '2019-05-17 08:00:31'),
(10972, '::1', '', '', '', '2019-05-17 08:00:43'),
(10973, '::1', '', '', '', '2019-05-17 08:00:57'),
(10974, '::1', '', '', '', '2019-05-17 08:01:08'),
(10975, '::1', '', '', '', '2019-05-17 08:01:27'),
(10976, '::1', '', '', '', '2019-05-17 08:02:29'),
(10977, '::1', '', '', '', '2019-05-17 08:02:55'),
(10978, '::1', '', '', '', '2019-05-17 08:03:06'),
(10979, '::1', '', '', '', '2019-05-17 08:41:21'),
(10980, '::1', '', '', '', '2019-05-17 08:43:07'),
(10981, '::1', '', '', '', '2019-05-17 08:52:34'),
(10982, '::1', '', '', '', '2019-05-17 08:58:38'),
(10983, '::1', '', '', '', '2019-05-17 08:58:46'),
(10984, '::1', '', '', '', '2019-05-17 08:59:48'),
(10985, '::1', '', '', '', '2019-05-17 09:00:22'),
(10986, '::1', '', '', '', '2019-05-17 09:14:48'),
(10987, '::1', '', '', '', '2019-05-17 09:15:27'),
(10988, '::1', '', '', '', '2019-05-17 09:20:28'),
(10989, '::1', '', '', '', '2019-05-17 09:20:38'),
(10990, '::1', '', '', '', '2019-05-17 09:21:15'),
(10991, '::1', '', '', '', '2019-05-17 09:23:46'),
(10992, '::1', '', '', '', '2019-05-17 09:24:11'),
(10993, '::1', '', '', '', '2019-05-17 09:35:53'),
(10994, '::1', '', '', '', '2019-05-17 09:40:42'),
(10995, '::1', '', '', '', '2019-05-17 09:41:05'),
(10996, '::1', '', '', '', '2019-05-17 09:42:38'),
(10997, '::1', '', '', '', '2019-05-17 09:46:32'),
(10998, '::1', '', '', '', '2019-05-17 09:47:39'),
(10999, '::1', '', '', '', '2019-05-17 09:58:20'),
(11000, '::1', '', '', '', '2019-05-17 09:59:46'),
(11001, '::1', '', '', '', '2019-05-17 10:03:13'),
(11002, '::1', '', '', '', '2019-05-17 10:04:47'),
(11003, '::1', '', '', '', '2019-05-17 10:05:19'),
(11004, '::1', '', '', '', '2019-05-17 10:05:52'),
(11005, '::1', '', '', '', '2019-05-17 10:06:07'),
(11006, '::1', '', '', '', '2019-05-17 10:09:00'),
(11007, '::1', '', '', '', '2019-05-17 10:26:45'),
(11008, '::1', '', '', '', '2019-05-17 10:27:31'),
(11009, '::1', '', '', '', '2019-05-17 10:28:41'),
(11010, '::1', '', '', '', '2019-05-17 10:28:49'),
(11011, '::1', '', '', '', '2019-05-17 10:29:06'),
(11012, '::1', '', '', '', '2019-05-17 10:29:43'),
(11013, '::1', '', '', '', '2019-05-17 10:31:03'),
(11014, '::1', '', '', '', '2019-05-17 10:31:14'),
(11015, '::1', '', '', '', '2019-05-17 10:31:51'),
(11016, '::1', '', '', '', '2019-05-17 10:32:29'),
(11017, '::1', '', '', '', '2019-05-17 10:33:10'),
(11018, '::1', '', '', '', '2019-05-18 04:14:15'),
(11019, '::1', '', '', '', '2019-05-18 04:15:07'),
(11020, '::1', '', '', '', '2019-05-18 04:15:21'),
(11021, '::1', '', '', '', '2019-05-18 04:16:09'),
(11022, '::1', '', '', '', '2019-05-18 04:16:48'),
(11023, '::1', '', '', '', '2019-05-18 04:17:23'),
(11024, '::1', '', '', '', '2019-05-18 04:18:13'),
(11025, '::1', '', '', '', '2019-05-18 04:18:25'),
(11026, '::1', '', '', '', '2019-05-18 04:18:46'),
(11027, '::1', '', '', '', '2019-05-18 04:25:59'),
(11028, '::1', '', '', '', '2019-05-18 04:26:15'),
(11029, '::1', '', '', '', '2019-05-18 04:27:23'),
(11030, '::1', '', '', '', '2019-05-18 04:31:50'),
(11031, '::1', '', '', '', '2019-05-18 04:32:02'),
(11032, '::1', '', '', '', '2019-05-18 04:33:24'),
(11033, '::1', '', '', '', '2019-05-18 04:33:33'),
(11034, '::1', '', '', '', '2019-05-18 04:33:56'),
(11035, '::1', '', '', '', '2019-05-18 04:35:06'),
(11036, '::1', '', '', '', '2019-05-18 04:35:29'),
(11037, '::1', '', '', '', '2019-05-18 04:35:55'),
(11038, '::1', '', '', '', '2019-05-18 04:36:23'),
(11039, '::1', '', '', '', '2019-05-18 04:37:14'),
(11040, '::1', '', '', '', '2019-05-18 04:38:06'),
(11041, '::1', '', '', '', '2019-05-18 04:38:25'),
(11042, '::1', '', '', '', '2019-05-18 04:38:38'),
(11043, '::1', '', '', '', '2019-05-18 04:38:56'),
(11044, '::1', '', '', '', '2019-05-18 04:39:12'),
(11045, '::1', '', '', '', '2019-05-18 04:39:19'),
(11046, '::1', '', '', '', '2019-05-18 04:41:10'),
(11047, '::1', '', '', '', '2019-05-18 04:42:00'),
(11048, '::1', '', '', '', '2019-05-18 04:42:59'),
(11049, '::1', '', '', '', '2019-05-18 04:48:35'),
(11050, '::1', '', '', '', '2019-05-18 05:22:57'),
(11051, '::1', '', '', '', '2019-05-18 05:23:02'),
(11052, '::1', '', '', '', '2019-05-18 05:25:52'),
(11053, '::1', '', '', '', '2019-05-18 05:28:17'),
(11054, '::1', '', '', '', '2019-05-18 05:30:01'),
(11055, '::1', '', '', '', '2019-05-18 05:31:00'),
(11056, '::1', '', '', '', '2019-05-18 06:03:11'),
(11057, '::1', '', '', '', '2019-05-18 06:05:51'),
(11058, '::1', '', '', '', '2019-05-18 06:08:32'),
(11059, '::1', '', '', '', '2019-05-18 06:09:05'),
(11060, '::1', '', '', '', '2019-05-18 06:10:42'),
(11061, '::1', '', '', '', '2019-05-18 06:15:18'),
(11062, '::1', '', '', '', '2019-05-18 06:21:26'),
(11063, '::1', '', '', '', '2019-05-18 06:21:54'),
(11064, '::1', '', '', '', '2019-05-18 06:24:40'),
(11065, '::1', '', '', '', '2019-05-18 06:25:38'),
(11066, '::1', '', '', '', '2019-05-18 06:25:46'),
(11067, '::1', '', '', '', '2019-05-18 06:26:07'),
(11068, '::1', '', '', '', '2019-05-18 06:27:02'),
(11069, '::1', '', '', '', '2019-05-18 06:27:34'),
(11070, '::1', '', '', '', '2019-05-18 06:28:01'),
(11071, '::1', '', '', '', '2019-05-18 08:09:44'),
(11072, '::1', '', '', '', '2019-05-18 08:09:46'),
(11073, '::1', '', '', '', '2019-05-18 08:10:43'),
(11074, '::1', '', '', '', '2019-05-18 08:14:13'),
(11075, '::1', '', '', '', '2019-05-18 08:14:37'),
(11076, '::1', '', '', '', '2019-05-18 08:15:26'),
(11077, '::1', '', '', '', '2019-05-18 08:16:04'),
(11078, '::1', '', '', '', '2019-05-18 08:16:10'),
(11079, '::1', '', '', '', '2019-05-18 08:17:02'),
(11080, '::1', '', '', '', '2019-05-18 08:17:24'),
(11081, '::1', '', '', '', '2019-05-18 08:19:03'),
(11082, '::1', '', '', '', '2019-05-18 08:19:05'),
(11083, '::1', '', '', '', '2019-05-18 08:19:34'),
(11084, '::1', '', '', '', '2019-05-18 08:19:58'),
(11085, '::1', '', '', '', '2019-05-18 08:22:05'),
(11086, '::1', '', '', '', '2019-05-18 08:24:02'),
(11087, '::1', '', '', '', '2019-05-18 08:24:12'),
(11088, '::1', '', '', '', '2019-05-18 08:25:37'),
(11089, '::1', '', '', '', '2019-05-18 08:50:10'),
(11090, '::1', '', '', '', '2019-05-18 08:54:36'),
(11091, '::1', '', '', '', '2019-05-18 08:54:54'),
(11092, '::1', '', '', '', '2019-05-18 08:55:40'),
(11093, '::1', '', '', '', '2019-05-18 09:07:04'),
(11094, '::1', '', '', '', '2019-05-18 09:08:53'),
(11095, '::1', '', '', '', '2019-05-18 09:09:35'),
(11096, '::1', '', '', '', '2019-05-18 09:09:59'),
(11097, '::1', '', '', '', '2019-05-18 09:10:39'),
(11098, '::1', '', '', '', '2019-05-18 09:10:49'),
(11099, '::1', '', '', '', '2019-05-18 09:12:39'),
(11100, '::1', '', '', '', '2019-05-18 09:13:00'),
(11101, '::1', '', '', '', '2019-05-18 09:18:44'),
(11102, '::1', '', '', '', '2019-05-18 09:19:12'),
(11103, '::1', '', '', '', '2019-05-18 09:19:39'),
(11104, '::1', '', '', '', '2019-05-18 09:20:04'),
(11105, '::1', '', '', '', '2019-05-18 09:20:52'),
(11106, '::1', '', '', '', '2019-05-18 09:23:03'),
(11107, '::1', '', '', '', '2019-05-18 09:23:35'),
(11108, '::1', '', '', '', '2019-05-18 09:43:06'),
(11109, '::1', '', '', '', '2019-05-18 09:46:49'),
(11110, '::1', '', '', '', '2019-05-18 09:47:40'),
(11111, '::1', '', '', '', '2019-05-18 09:47:54'),
(11112, '::1', '', '', '', '2019-05-18 09:48:07'),
(11113, '::1', '', '', '', '2019-05-18 09:48:26'),
(11114, '::1', '', '', '', '2019-05-18 09:49:31'),
(11115, '::1', '', '', '', '2019-05-18 09:52:18'),
(11116, '::1', '', '', '', '2019-05-18 09:54:47'),
(11117, '::1', '', '', '', '2019-05-18 09:56:17'),
(11118, '::1', '', '', '', '2019-05-18 09:56:28'),
(11119, '::1', '', '', '', '2019-05-18 09:57:21'),
(11120, '::1', '', '', '', '2019-05-18 09:57:45'),
(11121, '::1', '', '', '', '2019-05-18 09:59:10'),
(11122, '::1', '', '', '', '2019-05-18 09:59:36'),
(11123, '::1', '', '', '', '2019-05-18 09:59:57'),
(11124, '::1', '', '', '', '2019-05-18 10:08:52'),
(11125, '::1', '', '', '', '2019-05-18 10:10:36'),
(11126, '::1', '', '', '', '2019-05-18 10:14:05'),
(11127, '::1', '', '', '', '2019-05-18 10:15:03'),
(11128, '::1', '', '', '', '2019-05-18 10:15:54'),
(11129, '::1', '', '', '', '2019-05-18 10:16:17'),
(11130, '::1', '', '', '', '2019-05-18 10:17:05'),
(11131, '::1', '', '', '', '2019-05-18 10:17:18'),
(11132, '::1', '', '', '', '2019-05-18 10:19:48'),
(11133, '::1', '', '', '', '2019-05-18 10:20:12'),
(11134, '::1', '', '', '', '2019-05-18 10:20:52'),
(11135, '::1', '', '', '', '2019-05-18 10:20:59'),
(11136, '::1', '', '', '', '2019-05-18 10:21:27'),
(11137, '::1', '', '', '', '2019-05-18 10:24:48'),
(11138, '::1', '', '', '', '2019-05-18 10:26:33'),
(11139, '::1', '', '', '', '2019-05-18 10:27:57'),
(11140, '::1', '', '', '', '2019-05-20 04:15:28'),
(11141, '::1', '', '', '', '2019-05-20 04:15:30'),
(11142, '::1', '', '', '', '2019-05-20 04:18:02'),
(11143, '::1', '', '', '', '2019-05-20 04:18:03'),
(11144, '::1', '', '', '', '2019-05-20 04:19:11'),
(11145, '::1', '', '', '', '2019-05-20 04:19:12'),
(11146, '::1', '', '', '', '2019-05-20 06:16:23'),
(11147, '::1', '', '', '', '2019-05-20 06:23:14'),
(11148, '::1', '', '', '', '2019-05-20 06:23:19'),
(11149, '::1', '', '', '', '2019-05-20 06:23:23'),
(11150, '::1', '', '', '', '2019-05-20 06:25:54'),
(11151, '::1', '', '', '', '2019-05-20 06:48:43'),
(11152, '::1', '', '', '', '2019-05-20 06:48:58'),
(11153, '::1', '', '', '', '2019-05-20 06:49:00'),
(11154, '::1', '', '', '', '2019-05-20 06:49:33'),
(11155, '::1', '', '', '', '2019-05-20 06:49:35'),
(11156, '::1', '', '', '', '2019-05-20 06:50:07'),
(11157, '::1', '', '', '', '2019-05-20 06:50:09'),
(11158, '::1', '', '', '', '2019-05-20 06:50:50'),
(11159, '::1', '', '', '', '2019-05-20 06:50:54'),
(11160, '::1', '', '', '', '2019-05-20 06:51:03'),
(11161, '::1', '', '', '', '2019-05-20 06:52:41'),
(11162, '::1', '', '', '', '2019-05-20 06:54:28'),
(11163, '::1', '', '', '', '2019-05-20 06:54:30'),
(11164, '::1', '', '', '', '2019-05-20 06:55:55'),
(11165, '::1', '', '', '', '2019-05-20 08:18:15'),
(11166, '::1', '', '', '', '2019-05-21 04:38:28'),
(11167, '::1', '', '', '', '2019-05-21 04:38:38'),
(11168, '::1', '', '', '', '2019-05-21 04:40:40'),
(11169, '::1', '', '', '', '2019-05-21 04:40:57'),
(11170, '::1', '', '', '', '2019-05-21 04:41:10'),
(11171, '::1', '', '', '', '2019-05-21 04:42:00'),
(11172, '::1', '', '', '', '2019-05-21 04:42:34'),
(11173, '::1', '', '', '', '2019-05-21 05:09:22'),
(11174, '::1', '', '', '', '2019-05-21 05:09:53'),
(11175, '::1', '', '', '', '2019-05-21 05:13:00'),
(11176, '::1', '', '', '', '2019-05-21 05:13:29'),
(11177, '::1', '', '', '', '2019-05-21 05:13:38'),
(11178, '::1', '', '', '', '2019-05-21 05:54:59'),
(11179, '::1', '', '', '', '2019-05-21 06:02:43'),
(11180, '::1', '', '', '', '2019-05-21 08:19:32'),
(11181, '::1', '', '', '', '2019-05-21 08:20:47'),
(11182, '::1', '', '', '', '2019-05-21 08:29:36'),
(11183, '::1', '', '', '', '2019-05-21 08:29:39'),
(11184, '::1', '', '', '', '2019-05-21 08:30:45'),
(11185, '::1', '', '', '', '2019-05-21 08:46:25'),
(11186, '127.0.0.1', '', '', '', '2019-05-21 08:48:49'),
(11187, '127.0.0.1', '', '', '', '2019-05-21 08:48:55'),
(11188, '127.0.0.1', '', '', '', '2019-05-21 08:49:03'),
(11189, '127.0.0.1', '', '', '', '2019-05-21 08:49:10'),
(11190, '127.0.0.1', '', '', '', '2019-05-21 08:49:49'),
(11191, '127.0.0.1', '', '', '', '2019-05-21 08:49:55'),
(11192, '127.0.0.1', '', '', '', '2019-05-21 08:51:54'),
(11193, '127.0.0.1', '', '', '', '2019-05-21 08:56:58'),
(11194, '127.0.0.1', '', '', '', '2019-05-21 08:57:06'),
(11195, '127.0.0.1', '', '', '', '2019-05-21 08:57:07'),
(11196, '127.0.0.1', '', '', '', '2019-05-21 08:57:43'),
(11197, '127.0.0.1', '', '', '', '2019-05-21 08:57:53'),
(11198, '127.0.0.1', '', '', '', '2019-05-21 09:00:55'),
(11199, '127.0.0.1', '', '', '', '2019-05-21 09:00:59'),
(11200, '127.0.0.1', '', '', '', '2019-05-21 09:05:30'),
(11201, '127.0.0.1', '', '', '', '2019-05-21 09:09:18'),
(11202, '127.0.0.1', '', '', '', '2019-05-21 09:19:05'),
(11203, '127.0.0.1', '', '', '', '2019-05-21 09:19:12'),
(11204, '127.0.0.1', '', '', '', '2019-05-21 09:22:10'),
(11205, '127.0.0.1', '', '', '', '2019-05-21 09:23:10'),
(11206, '127.0.0.1', '', '', '', '2019-05-21 09:23:13'),
(11207, '127.0.0.1', '', '', '', '2019-05-21 09:23:41'),
(11208, '127.0.0.1', '', '', '', '2019-05-21 09:23:44'),
(11209, '127.0.0.1', '', '', '', '2019-05-21 09:23:50'),
(11210, '127.0.0.1', '', '', '', '2019-05-21 09:24:04'),
(11211, '127.0.0.1', '', '', '', '2019-05-21 09:24:20'),
(11212, '127.0.0.1', '', '', '', '2019-05-21 09:25:22'),
(11213, '127.0.0.1', '', '', '', '2019-05-21 09:28:09'),
(11214, '127.0.0.1', '', '', '', '2019-05-21 09:28:11'),
(11215, '127.0.0.1', '', '', '', '2019-05-21 09:28:42'),
(11216, '127.0.0.1', '', '', '', '2019-05-21 09:28:44'),
(11217, '127.0.0.1', '', '', '', '2019-05-21 09:28:49'),
(11218, '127.0.0.1', '', '', '', '2019-05-21 09:28:52'),
(11219, '127.0.0.1', '', '', '', '2019-05-21 09:30:31'),
(11220, '127.0.0.1', '', '', '', '2019-05-21 09:30:36'),
(11221, '127.0.0.1', '', '', '', '2019-05-21 09:30:42'),
(11222, '127.0.0.1', '', '', '', '2019-05-21 09:32:52'),
(11223, '127.0.0.1', '', '', '', '2019-05-21 09:32:57'),
(11224, '127.0.0.1', '', '', '', '2019-05-21 09:48:43'),
(11225, '127.0.0.1', '', '', '', '2019-05-21 09:48:52'),
(11226, '127.0.0.1', '', '', '', '2019-05-21 10:00:22'),
(11227, '127.0.0.1', '', '', '', '2019-05-21 10:20:05'),
(11228, '127.0.0.1', '', '', '', '2019-05-21 10:24:31'),
(11229, '127.0.0.1', '', '', '', '2019-05-21 10:26:13'),
(11230, '127.0.0.1', '', '', '', '2019-05-22 04:25:45'),
(11231, '127.0.0.1', '', '', '', '2019-05-22 04:25:46'),
(11232, '127.0.0.1', '', '', '', '2019-05-22 04:25:50'),
(11233, '127.0.0.1', '', '', '', '2019-05-22 04:25:54'),
(11234, '127.0.0.1', '', '', '', '2019-05-22 04:25:57'),
(11235, '127.0.0.1', '', '', '', '2019-05-22 04:25:59'),
(11236, '127.0.0.1', '', '', '', '2019-05-22 04:26:02'),
(11237, '127.0.0.1', '', '', '', '2019-05-22 04:26:06'),
(11238, '127.0.0.1', '', '', '', '2019-05-22 04:29:21'),
(11239, '127.0.0.1', '', '', '', '2019-05-22 04:30:36'),
(11240, '127.0.0.1', '', '', '', '2019-05-22 04:37:02'),
(11241, '127.0.0.1', '', '', '', '2019-05-22 04:40:05'),
(11242, '127.0.0.1', '', '', '', '2019-05-22 04:40:22'),
(11243, '127.0.0.1', '', '', '', '2019-05-22 04:40:25'),
(11244, '127.0.0.1', '', '', '', '2019-05-22 04:40:32'),
(11245, '127.0.0.1', '', '', '', '2019-05-22 04:41:52'),
(11246, '127.0.0.1', '', '', '', '2019-05-22 04:44:16'),
(11247, '127.0.0.1', '', '', '', '2019-05-22 04:45:29'),
(11248, '127.0.0.1', '', '', '', '2019-05-22 04:46:22'),
(11249, '127.0.0.1', '', '', '', '2019-05-22 04:46:35'),
(11250, '127.0.0.1', '', '', '', '2019-05-22 04:53:51'),
(11251, '127.0.0.1', '', '', '', '2019-05-22 04:55:36'),
(11252, '127.0.0.1', '', '', '', '2019-05-22 04:55:54'),
(11253, '127.0.0.1', '', '', '', '2019-05-22 04:58:28'),
(11254, '127.0.0.1', '', '', '', '2019-05-22 04:58:50'),
(11255, '127.0.0.1', '', '', '', '2019-05-22 04:59:14'),
(11256, '127.0.0.1', '', '', '', '2019-05-22 04:59:37'),
(11257, '127.0.0.1', '', '', '', '2019-05-22 04:59:54'),
(11258, '127.0.0.1', '', '', '', '2019-05-22 05:00:45'),
(11259, '127.0.0.1', '', '', '', '2019-05-22 05:02:40'),
(11260, '127.0.0.1', '', '', '', '2019-05-22 05:03:08'),
(11261, '127.0.0.1', '', '', '', '2019-05-22 05:03:21'),
(11262, '127.0.0.1', '', '', '', '2019-05-22 05:04:27'),
(11263, '127.0.0.1', '', '', '', '2019-05-22 05:04:50'),
(11264, '127.0.0.1', '', '', '', '2019-05-22 05:05:05'),
(11265, '127.0.0.1', '', '', '', '2019-05-22 05:05:21'),
(11266, '127.0.0.1', '', '', '', '2019-05-22 05:05:22'),
(11267, '127.0.0.1', '', '', '', '2019-05-22 05:05:49'),
(11268, '127.0.0.1', '', '', '', '2019-05-22 05:06:33'),
(11269, '127.0.0.1', '', '', '', '2019-05-22 05:06:34'),
(11270, '127.0.0.1', '', '', '', '2019-05-22 05:06:52'),
(11271, '127.0.0.1', '', '', '', '2019-05-22 05:06:54'),
(11272, '127.0.0.1', '', '', '', '2019-05-22 05:08:03'),
(11273, '127.0.0.1', '', '', '', '2019-05-22 05:08:04'),
(11274, '127.0.0.1', '', '', '', '2019-05-22 05:09:52'),
(11275, '127.0.0.1', '', '', '', '2019-05-22 05:10:15'),
(11276, '127.0.0.1', '', '', '', '2019-05-22 05:11:09'),
(11277, '127.0.0.1', '', '', '', '2019-05-22 05:11:11'),
(11278, '127.0.0.1', '', '', '', '2019-05-22 05:12:13'),
(11279, '127.0.0.1', '', '', '', '2019-05-22 05:12:31'),
(11280, '127.0.0.1', '', '', '', '2019-05-22 05:13:42'),
(11281, '127.0.0.1', '', '', '', '2019-05-22 05:14:07'),
(11282, '127.0.0.1', '', '', '', '2019-05-22 05:14:27'),
(11283, '127.0.0.1', '', '', '', '2019-05-22 05:14:39'),
(11284, '127.0.0.1', '', '', '', '2019-05-22 05:14:47'),
(11285, '127.0.0.1', '', '', '', '2019-05-22 05:15:32'),
(11286, '127.0.0.1', '', '', '', '2019-05-22 05:15:34'),
(11287, '127.0.0.1', '', '', '', '2019-05-22 05:18:43'),
(11288, '127.0.0.1', '', '', '', '2019-05-22 05:18:49'),
(11289, '127.0.0.1', '', '', '', '2019-05-22 05:18:55'),
(11290, '127.0.0.1', '', '', '', '2019-05-22 05:19:00'),
(11291, '127.0.0.1', '', '', '', '2019-05-22 05:19:08'),
(11292, '127.0.0.1', '', '', '', '2019-05-22 05:19:15'),
(11293, '127.0.0.1', '', '', '', '2019-05-22 05:22:16'),
(11294, '127.0.0.1', '', '', '', '2019-05-22 05:22:35'),
(11295, '127.0.0.1', '', '', '', '2019-05-22 05:22:59'),
(11296, '127.0.0.1', '', '', '', '2019-05-22 05:23:10'),
(11297, '127.0.0.1', '', '', '', '2019-05-22 05:24:18'),
(11298, '127.0.0.1', '', '', '', '2019-05-22 05:24:36'),
(11299, '127.0.0.1', '', '', '', '2019-05-22 05:24:55'),
(11300, '127.0.0.1', '', '', '', '2019-05-22 05:25:09'),
(11301, '127.0.0.1', '', '', '', '2019-05-22 05:25:44'),
(11302, '127.0.0.1', '', '', '', '2019-05-22 05:25:53'),
(11303, '127.0.0.1', '', '', '', '2019-05-22 05:26:03'),
(11304, '127.0.0.1', '', '', '', '2019-05-22 05:27:54'),
(11305, '127.0.0.1', '', '', '', '2019-05-22 05:27:55'),
(11306, '127.0.0.1', '', '', '', '2019-05-22 05:28:19'),
(11307, '127.0.0.1', '', '', '', '2019-05-22 05:28:20'),
(11308, '127.0.0.1', '', '', '', '2019-05-22 05:28:32'),
(11309, '127.0.0.1', '', '', '', '2019-05-22 05:28:33'),
(11310, '127.0.0.1', '', '', '', '2019-05-22 05:29:42'),
(11311, '127.0.0.1', '', '', '', '2019-05-22 05:29:43'),
(11312, '127.0.0.1', '', '', '', '2019-05-22 05:29:52'),
(11313, '127.0.0.1', '', '', '', '2019-05-22 05:29:54'),
(11314, '127.0.0.1', '', '', '', '2019-05-22 05:30:05'),
(11315, '127.0.0.1', '', '', '', '2019-05-22 05:30:07'),
(11316, '127.0.0.1', '', '', '', '2019-05-22 05:31:57'),
(11317, '127.0.0.1', '', '', '', '2019-05-22 05:31:58'),
(11318, '127.0.0.1', '', '', '', '2019-05-22 05:32:26'),
(11319, '127.0.0.1', '', '', '', '2019-05-22 05:32:27'),
(11320, '127.0.0.1', '', '', '', '2019-05-22 05:33:44'),
(11321, '127.0.0.1', '', '', '', '2019-05-22 05:33:45'),
(11322, '127.0.0.1', '', '', '', '2019-05-22 05:34:02'),
(11323, '127.0.0.1', '', '', '', '2019-05-22 05:34:04'),
(11324, '127.0.0.1', '', '', '', '2019-05-22 05:34:53'),
(11325, '127.0.0.1', '', '', '', '2019-05-22 05:34:54'),
(11326, '127.0.0.1', '', '', '', '2019-05-22 05:34:58'),
(11327, '127.0.0.1', '', '', '', '2019-05-22 05:35:00'),
(11328, '127.0.0.1', '', '', '', '2019-05-22 05:35:09'),
(11329, '127.0.0.1', '', '', '', '2019-05-22 05:35:10'),
(11330, '127.0.0.1', '', '', '', '2019-05-22 05:35:23'),
(11331, '127.0.0.1', '', '', '', '2019-05-22 05:35:24'),
(11332, '127.0.0.1', '', '', '', '2019-05-22 05:35:33'),
(11333, '127.0.0.1', '', '', '', '2019-05-22 05:35:35'),
(11334, '127.0.0.1', '', '', '', '2019-05-22 05:35:40'),
(11335, '127.0.0.1', '', '', '', '2019-05-22 05:35:41'),
(11336, '127.0.0.1', '', '', '', '2019-05-22 05:35:51'),
(11337, '127.0.0.1', '', '', '', '2019-05-22 05:35:52'),
(11338, '127.0.0.1', '', '', '', '2019-05-22 05:35:58'),
(11339, '127.0.0.1', '', '', '', '2019-05-22 05:36:00'),
(11340, '127.0.0.1', '', '', '', '2019-05-22 05:36:23'),
(11341, '127.0.0.1', '', '', '', '2019-05-22 05:36:25'),
(11342, '127.0.0.1', '', '', '', '2019-05-22 05:36:35'),
(11343, '127.0.0.1', '', '', '', '2019-05-22 05:36:36'),
(11344, '127.0.0.1', '', '', '', '2019-05-22 05:36:49'),
(11345, '127.0.0.1', '', '', '', '2019-05-22 05:36:50'),
(11346, '127.0.0.1', '', '', '', '2019-05-22 05:37:12'),
(11347, '127.0.0.1', '', '', '', '2019-05-22 05:37:13'),
(11348, '127.0.0.1', '', '', '', '2019-05-22 05:37:35'),
(11349, '127.0.0.1', '', '', '', '2019-05-22 05:37:37'),
(11350, '127.0.0.1', '', '', '', '2019-05-22 05:38:38'),
(11351, '127.0.0.1', '', '', '', '2019-05-22 05:38:40'),
(11352, '127.0.0.1', '', '', '', '2019-05-22 05:40:37'),
(11353, '127.0.0.1', '', '', '', '2019-05-22 05:40:38'),
(11354, '127.0.0.1', '', '', '', '2019-05-22 05:40:47'),
(11355, '127.0.0.1', '', '', '', '2019-05-22 05:40:48'),
(11356, '127.0.0.1', '', '', '', '2019-05-22 05:41:04'),
(11357, '127.0.0.1', '', '', '', '2019-05-22 05:41:05'),
(11358, '127.0.0.1', '', '', '', '2019-05-22 05:41:34'),
(11359, '127.0.0.1', '', '', '', '2019-05-22 05:41:35'),
(11360, '127.0.0.1', '', '', '', '2019-05-22 05:41:44'),
(11361, '127.0.0.1', '', '', '', '2019-05-22 05:41:45'),
(11362, '127.0.0.1', '', '', '', '2019-05-22 05:42:33'),
(11363, '127.0.0.1', '', '', '', '2019-05-22 05:42:34'),
(11364, '127.0.0.1', '', '', '', '2019-05-22 05:42:55'),
(11365, '127.0.0.1', '', '', '', '2019-05-22 05:42:56'),
(11366, '127.0.0.1', '', '', '', '2019-05-22 05:44:04'),
(11367, '127.0.0.1', '', '', '', '2019-05-22 05:44:05'),
(11368, '127.0.0.1', '', '', '', '2019-05-22 05:45:12'),
(11369, '127.0.0.1', '', '', '', '2019-05-22 05:45:14'),
(11370, '127.0.0.1', '', '', '', '2019-05-22 05:46:07'),
(11371, '127.0.0.1', '', '', '', '2019-05-22 05:46:09'),
(11372, '127.0.0.1', '', '', '', '2019-05-22 05:46:27'),
(11373, '127.0.0.1', '', '', '', '2019-05-22 05:46:28'),
(11374, '127.0.0.1', '', '', '', '2019-05-22 05:46:37'),
(11375, '127.0.0.1', '', '', '', '2019-05-22 05:46:38'),
(11376, '127.0.0.1', '', '', '', '2019-05-22 05:47:04'),
(11377, '127.0.0.1', '', '', '', '2019-05-22 05:47:05'),
(11378, '127.0.0.1', '', '', '', '2019-05-22 05:48:47'),
(11379, '127.0.0.1', '', '', '', '2019-05-22 05:48:50'),
(11380, '127.0.0.1', '', '', '', '2019-05-22 05:48:56'),
(11381, '127.0.0.1', '', '', '', '2019-05-22 05:48:58'),
(11382, '127.0.0.1', '', '', '', '2019-05-22 05:49:00'),
(11383, '127.0.0.1', '', '', '', '2019-05-22 05:49:06'),
(11384, '127.0.0.1', '', '', '', '2019-05-22 05:49:11'),
(11385, '127.0.0.1', '', '', '', '2019-05-22 05:49:36'),
(11386, '127.0.0.1', '', '', '', '2019-05-22 05:49:39');
INSERT INTO `traffic` (`id_traffic`, `ip`, `browser`, `platform`, `negara`, `waktu_akses`) VALUES
(11387, '127.0.0.1', '', '', '', '2019-05-22 05:49:42'),
(11388, '127.0.0.1', '', '', '', '2019-05-22 05:49:45'),
(11389, '127.0.0.1', '', '', '', '2019-05-22 05:49:48'),
(11390, '127.0.0.1', '', '', '', '2019-05-22 05:49:53'),
(11391, '127.0.0.1', '', '', '', '2019-05-22 05:51:35'),
(11392, '127.0.0.1', '', '', '', '2019-05-22 05:52:37'),
(11393, '127.0.0.1', '', '', '', '2019-05-22 05:52:46'),
(11394, '127.0.0.1', '', '', '', '2019-05-22 05:54:05'),
(11395, '127.0.0.1', '', '', '', '2019-05-22 05:55:21'),
(11396, '127.0.0.1', '', '', '', '2019-05-22 05:55:25'),
(11397, '127.0.0.1', '', '', '', '2019-05-22 05:56:04'),
(11398, '127.0.0.1', '', '', '', '2019-05-22 05:56:53'),
(11399, '127.0.0.1', '', '', '', '2019-05-22 05:56:57'),
(11400, '127.0.0.1', '', '', '', '2019-05-22 05:56:57'),
(11401, '127.0.0.1', '', '', '', '2019-05-22 05:57:17'),
(11402, '127.0.0.1', '', '', '', '2019-05-22 05:58:39'),
(11403, '127.0.0.1', '', '', '', '2019-05-22 05:59:39'),
(11404, '127.0.0.1', '', '', '', '2019-05-22 06:00:10'),
(11405, '127.0.0.1', '', '', '', '2019-05-22 06:02:07'),
(11406, '127.0.0.1', '', '', '', '2019-05-22 06:02:08'),
(11407, '127.0.0.1', '', '', '', '2019-05-22 06:02:26'),
(11408, '127.0.0.1', '', '', '', '2019-05-22 06:02:28'),
(11409, '127.0.0.1', '', '', '', '2019-05-22 06:02:50'),
(11410, '127.0.0.1', '', '', '', '2019-05-22 06:02:51'),
(11411, '127.0.0.1', '', '', '', '2019-05-22 06:04:28'),
(11412, '127.0.0.1', '', '', '', '2019-05-22 06:04:38'),
(11413, '127.0.0.1', '', '', '', '2019-05-22 06:04:39'),
(11414, '127.0.0.1', '', '', '', '2019-05-22 06:06:42'),
(11415, '127.0.0.1', '', '', '', '2019-05-22 06:06:44'),
(11416, '127.0.0.1', '', '', '', '2019-05-22 06:08:15'),
(11417, '127.0.0.1', '', '', '', '2019-05-22 06:08:16'),
(11418, '127.0.0.1', '', '', '', '2019-05-22 06:09:36'),
(11419, '127.0.0.1', '', '', '', '2019-05-22 06:09:37'),
(11420, '127.0.0.1', '', '', '', '2019-05-22 06:09:46'),
(11421, '127.0.0.1', '', '', '', '2019-05-22 06:09:48'),
(11422, '127.0.0.1', '', '', '', '2019-05-22 06:09:54'),
(11423, '127.0.0.1', '', '', '', '2019-05-22 06:09:55'),
(11424, '127.0.0.1', '', '', '', '2019-05-22 06:25:29'),
(11425, '127.0.0.1', '', '', '', '2019-05-22 06:25:32'),
(11426, '127.0.0.1', '', '', '', '2019-05-22 06:32:23'),
(11427, '127.0.0.1', '', '', '', '2019-05-22 06:33:50'),
(11428, '127.0.0.1', '', '', '', '2019-05-22 06:36:17'),
(11429, '127.0.0.1', '', '', '', '2019-05-22 06:38:04'),
(11430, '127.0.0.1', '', '', '', '2019-05-22 06:38:54'),
(11431, '127.0.0.1', '', '', '', '2019-05-22 08:04:51'),
(11432, '127.0.0.1', '', '', '', '2019-05-22 08:05:10'),
(11433, '127.0.0.1', '', '', '', '2019-05-22 08:07:42'),
(11434, '127.0.0.1', '', '', '', '2019-05-22 08:40:48'),
(11435, '127.0.0.1', '', '', '', '2019-05-22 08:44:04'),
(11436, '127.0.0.1', '', '', '', '2019-05-22 08:44:14'),
(11437, '127.0.0.1', '', '', '', '2019-05-22 08:45:07'),
(11438, '127.0.0.1', '', '', '', '2019-05-22 08:45:27'),
(11439, '127.0.0.1', '', '', '', '2019-05-22 08:45:35'),
(11440, '127.0.0.1', '', '', '', '2019-05-22 08:45:54'),
(11441, '127.0.0.1', '', '', '', '2019-05-22 08:46:28'),
(11442, '127.0.0.1', '', '', '', '2019-05-22 08:46:53'),
(11443, '127.0.0.1', '', '', '', '2019-05-22 08:48:07'),
(11444, '127.0.0.1', '', '', '', '2019-05-22 08:48:08'),
(11445, '127.0.0.1', '', '', '', '2019-05-22 08:49:15'),
(11446, '127.0.0.1', '', '', '', '2019-05-22 08:49:17'),
(11447, '127.0.0.1', '', '', '', '2019-05-22 08:53:24'),
(11448, '127.0.0.1', '', '', '', '2019-05-22 08:53:26'),
(11449, '127.0.0.1', '', '', '', '2019-05-22 08:54:48'),
(11450, '127.0.0.1', '', '', '', '2019-05-22 08:54:50'),
(11451, '127.0.0.1', '', '', '', '2019-05-22 08:54:56'),
(11452, '127.0.0.1', '', '', '', '2019-05-22 08:54:58'),
(11453, '127.0.0.1', '', '', '', '2019-05-22 08:55:50'),
(11454, '127.0.0.1', '', '', '', '2019-05-22 08:55:51'),
(11455, '127.0.0.1', '', '', '', '2019-05-22 08:56:01'),
(11456, '127.0.0.1', '', '', '', '2019-05-22 08:56:03'),
(11457, '127.0.0.1', '', '', '', '2019-05-22 08:56:34'),
(11458, '127.0.0.1', '', '', '', '2019-05-22 08:56:36'),
(11459, '127.0.0.1', '', '', '', '2019-05-22 08:56:50'),
(11460, '127.0.0.1', '', '', '', '2019-05-22 08:56:51'),
(11461, '127.0.0.1', '', '', '', '2019-05-22 08:57:37'),
(11462, '127.0.0.1', '', '', '', '2019-05-22 08:57:39'),
(11463, '127.0.0.1', '', '', '', '2019-05-22 08:57:46'),
(11464, '127.0.0.1', '', '', '', '2019-05-22 08:57:48'),
(11465, '127.0.0.1', '', '', '', '2019-05-22 08:58:58'),
(11466, '127.0.0.1', '', '', '', '2019-05-22 08:59:00'),
(11467, '127.0.0.1', '', '', '', '2019-05-22 09:01:31'),
(11468, '127.0.0.1', '', '', '', '2019-05-22 09:01:32'),
(11469, '127.0.0.1', '', '', '', '2019-05-22 09:01:44'),
(11470, '127.0.0.1', '', '', '', '2019-05-22 09:01:45'),
(11471, '127.0.0.1', '', '', '', '2019-05-22 09:01:52'),
(11472, '127.0.0.1', '', '', '', '2019-05-22 09:01:53'),
(11473, '127.0.0.1', '', '', '', '2019-05-22 09:03:18'),
(11474, '127.0.0.1', '', '', '', '2019-05-22 09:03:19'),
(11475, '127.0.0.1', '', '', '', '2019-05-22 09:03:48'),
(11476, '127.0.0.1', '', '', '', '2019-05-22 09:03:49'),
(11477, '127.0.0.1', '', '', '', '2019-05-22 09:11:17'),
(11478, '127.0.0.1', '', '', '', '2019-05-22 09:11:19'),
(11479, '127.0.0.1', '', '', '', '2019-05-22 09:11:39'),
(11480, '127.0.0.1', '', '', '', '2019-05-22 09:11:41'),
(11481, '127.0.0.1', '', '', '', '2019-05-22 09:11:57'),
(11482, '127.0.0.1', '', '', '', '2019-05-22 09:11:59'),
(11483, '127.0.0.1', '', '', '', '2019-05-22 09:12:13'),
(11484, '127.0.0.1', '', '', '', '2019-05-22 09:12:15'),
(11485, '127.0.0.1', '', '', '', '2019-05-22 09:13:42'),
(11486, '127.0.0.1', '', '', '', '2019-05-22 09:13:44'),
(11487, '127.0.0.1', '', '', '', '2019-05-22 09:13:49'),
(11488, '127.0.0.1', '', '', '', '2019-05-22 09:13:50'),
(11489, '127.0.0.1', '', '', '', '2019-05-22 09:14:21'),
(11490, '127.0.0.1', '', '', '', '2019-05-22 09:14:22'),
(11491, '127.0.0.1', '', '', '', '2019-05-22 09:14:30'),
(11492, '127.0.0.1', '', '', '', '2019-05-22 09:14:32'),
(11493, '127.0.0.1', '', '', '', '2019-05-22 09:15:02'),
(11494, '127.0.0.1', '', '', '', '2019-05-22 09:15:03'),
(11495, '127.0.0.1', '', '', '', '2019-05-22 09:15:24'),
(11496, '127.0.0.1', '', '', '', '2019-05-22 09:15:26'),
(11497, '127.0.0.1', '', '', '', '2019-05-22 09:16:00'),
(11498, '127.0.0.1', '', '', '', '2019-05-22 09:33:56'),
(11499, '127.0.0.1', '', '', '', '2019-05-22 09:35:24'),
(11500, '127.0.0.1', '', '', '', '2019-05-22 09:35:28'),
(11501, '127.0.0.1', '', '', '', '2019-05-22 09:35:36'),
(11502, '127.0.0.1', '', '', '', '2019-05-22 09:35:39'),
(11503, '127.0.0.1', '', '', '', '2019-05-22 09:36:16'),
(11504, '127.0.0.1', '', '', '', '2019-05-22 09:37:22'),
(11505, '127.0.0.1', '', '', '', '2019-05-22 09:43:47'),
(11506, '127.0.0.1', '', '', '', '2019-05-22 09:59:26'),
(11507, '127.0.0.1', '', '', '', '2019-05-22 10:00:00'),
(11508, '127.0.0.1', '', '', '', '2019-05-22 10:00:21'),
(11509, '127.0.0.1', '', '', '', '2019-05-22 10:00:58'),
(11510, '127.0.0.1', '', '', '', '2019-05-22 10:01:32'),
(11511, '127.0.0.1', '', '', '', '2019-05-22 10:01:46'),
(11512, '127.0.0.1', '', '', '', '2019-05-22 10:01:59'),
(11513, '127.0.0.1', '', '', '', '2019-05-22 10:03:50'),
(11514, '127.0.0.1', '', '', '', '2019-05-22 10:25:42'),
(11515, '127.0.0.1', '', '', '', '2019-05-22 10:25:51'),
(11516, '127.0.0.1', '', '', '', '2019-05-22 10:27:12'),
(11517, '127.0.0.1', '', '', '', '2019-05-22 10:28:46'),
(11518, '127.0.0.1', '', '', '', '2019-05-22 13:32:17'),
(11519, '127.0.0.1', '', '', '', '2019-05-22 13:32:25'),
(11520, '127.0.0.1', '', '', '', '2019-05-22 14:42:59'),
(11521, '127.0.0.1', '', '', '', '2019-05-22 14:43:10'),
(11522, '127.0.0.1', '', '', '', '2019-05-22 14:43:18'),
(11523, '127.0.0.1', '', '', '', '2019-05-23 15:50:01'),
(11524, '127.0.0.1', '', '', '', '2019-05-23 15:50:03'),
(11525, '127.0.0.1', '', '', '', '2019-05-23 15:52:43'),
(11526, '127.0.0.1', '', '', '', '2019-05-24 04:05:29'),
(11527, '127.0.0.1', '', '', '', '2019-05-24 04:05:55'),
(11528, '127.0.0.1', '', '', '', '2019-05-24 04:06:05'),
(11529, '127.0.0.1', '', '', '', '2019-05-24 04:17:23'),
(11530, '127.0.0.1', '', '', '', '2019-05-24 04:17:29'),
(11531, '127.0.0.1', '', '', '', '2019-05-24 04:18:53'),
(11532, '127.0.0.1', '', '', '', '2019-05-24 04:18:58'),
(11533, '127.0.0.1', '', '', '', '2019-05-24 04:23:13'),
(11534, '127.0.0.1', '', '', '', '2019-05-24 04:23:22'),
(11535, '127.0.0.1', '', '', '', '2019-05-24 04:23:28'),
(11536, '127.0.0.1', '', '', '', '2019-05-24 04:23:47'),
(11537, '127.0.0.1', '', '', '', '2019-05-24 04:23:58'),
(11538, '127.0.0.1', '', '', '', '2019-05-24 04:24:12'),
(11539, '127.0.0.1', '', '', '', '2019-05-24 04:24:44'),
(11540, '127.0.0.1', '', '', '', '2019-05-24 04:32:21'),
(11541, '127.0.0.1', '', '', '', '2019-05-24 04:32:24'),
(11542, '127.0.0.1', '', '', '', '2019-05-24 04:32:28'),
(11543, '127.0.0.1', '', '', '', '2019-05-24 04:34:52'),
(11544, '127.0.0.1', '', '', '', '2019-05-24 04:39:43'),
(11545, '127.0.0.1', '', '', '', '2019-05-24 04:41:02'),
(11546, '127.0.0.1', '', '', '', '2019-05-24 04:41:05'),
(11547, '127.0.0.1', '', '', '', '2019-05-24 04:42:21'),
(11548, '127.0.0.1', '', '', '', '2019-05-24 04:49:57'),
(11549, '127.0.0.1', '', '', '', '2019-05-24 04:52:58'),
(11550, '127.0.0.1', '', '', '', '2019-05-24 04:54:47'),
(11551, '127.0.0.1', '', '', '', '2019-05-24 04:54:59'),
(11552, '127.0.0.1', '', '', '', '2019-05-24 04:56:14'),
(11553, '127.0.0.1', '', '', '', '2019-05-24 04:56:17'),
(11554, '127.0.0.1', '', '', '', '2019-05-24 04:56:20'),
(11555, '127.0.0.1', '', '', '', '2019-05-24 04:56:40'),
(11556, '127.0.0.1', '', '', '', '2019-05-24 04:56:43'),
(11557, '127.0.0.1', '', '', '', '2019-05-24 04:56:47'),
(11558, '127.0.0.1', '', '', '', '2019-05-24 04:57:07'),
(11559, '127.0.0.1', '', '', '', '2019-05-24 04:57:34'),
(11560, '127.0.0.1', '', '', '', '2019-05-24 05:00:56'),
(11561, '127.0.0.1', '', '', '', '2019-05-24 05:01:00'),
(11562, '127.0.0.1', '', '', '', '2019-05-24 05:01:02'),
(11563, '127.0.0.1', '', '', '', '2019-05-24 05:01:33'),
(11564, '127.0.0.1', '', '', '', '2019-05-24 05:01:36'),
(11565, '127.0.0.1', '', '', '', '2019-05-24 05:01:44'),
(11566, '127.0.0.1', '', '', '', '2019-05-24 05:01:48'),
(11567, '127.0.0.1', '', '', '', '2019-05-24 05:01:52'),
(11568, '127.0.0.1', '', '', '', '2019-05-24 05:03:32'),
(11569, '127.0.0.1', '', '', '', '2019-05-24 05:03:32'),
(11570, '127.0.0.1', '', '', '', '2019-05-24 05:03:33'),
(11571, '127.0.0.1', '', '', '', '2019-05-24 05:03:33'),
(11572, '127.0.0.1', '', '', '', '2019-05-24 05:03:33'),
(11573, '127.0.0.1', '', '', '', '2019-05-24 05:03:34'),
(11574, '127.0.0.1', '', '', '', '2019-05-24 05:03:34'),
(11575, '127.0.0.1', '', '', '', '2019-05-24 05:03:35'),
(11576, '127.0.0.1', '', '', '', '2019-05-24 05:03:35'),
(11577, '127.0.0.1', '', '', '', '2019-05-24 05:03:35'),
(11578, '127.0.0.1', '', '', '', '2019-05-24 05:03:35'),
(11579, '127.0.0.1', '', '', '', '2019-05-24 05:03:35'),
(11580, '127.0.0.1', '', '', '', '2019-05-24 05:03:36'),
(11581, '127.0.0.1', '', '', '', '2019-05-24 05:04:35'),
(11582, '127.0.0.1', '', '', '', '2019-05-24 05:04:36'),
(11583, '127.0.0.1', '', '', '', '2019-05-24 05:04:36'),
(11584, '127.0.0.1', '', '', '', '2019-05-24 05:04:36'),
(11585, '127.0.0.1', '', '', '', '2019-05-24 05:04:37'),
(11586, '127.0.0.1', '', '', '', '2019-05-24 05:04:37'),
(11587, '127.0.0.1', '', '', '', '2019-05-24 05:04:38'),
(11588, '127.0.0.1', '', '', '', '2019-05-24 05:04:38'),
(11589, '127.0.0.1', '', '', '', '2019-05-24 05:04:39'),
(11590, '127.0.0.1', '', '', '', '2019-05-24 05:04:39'),
(11591, '127.0.0.1', '', '', '', '2019-05-24 05:04:39'),
(11592, '127.0.0.1', '', '', '', '2019-05-24 05:04:39'),
(11593, '127.0.0.1', '', '', '', '2019-05-24 05:04:39'),
(11594, '127.0.0.1', '', '', '', '2019-05-24 05:11:39'),
(11595, '127.0.0.1', '', '', '', '2019-05-24 05:13:22'),
(11596, '127.0.0.1', '', '', '', '2019-05-24 05:13:35'),
(11597, '127.0.0.1', '', '', '', '2019-05-24 05:31:55'),
(11598, '127.0.0.1', '', '', '', '2019-05-24 05:44:16'),
(11599, '127.0.0.1', '', '', '', '2019-05-24 05:44:27'),
(11600, '127.0.0.1', '', '', '', '2019-05-24 06:08:14'),
(11601, '127.0.0.1', '', '', '', '2019-05-24 06:14:38'),
(11602, '127.0.0.1', '', '', '', '2019-05-24 06:14:43'),
(11603, '127.0.0.1', '', '', '', '2019-05-24 06:19:26'),
(11604, '127.0.0.1', '', '', '', '2019-05-24 06:27:59');
-- --------------------------------------------------------
--
-- Struktur dari tabel `user`
--
CREATE TABLE `user` (
`id_user` int(11) NOT NULL,
`nama_user` varchar(50) DEFAULT NULL,
`username` varchar(100) DEFAULT NULL,
`password` varchar(100) DEFAULT NULL,
`id_level` tinyint(5) DEFAULT NULL,
`status` enum('0','1') NOT NULL DEFAULT '1',
`email` varchar(50) NOT NULL,
`telp` char(18) NOT NULL,
`lastlogin` datetime DEFAULT NULL,
`keterangan` text,
`delete` enum('1','0') DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `user`
--
INSERT INTO `user` (`id_user`, `nama_user`, `username`, `password`, `id_level`, `status`, `email`, `telp`, `lastlogin`, `keterangan`, `delete`) VALUES
(21, '<NAME>', 'admin', '<PASSWORD>', 1, '1', '<EMAIL>', '<PASSWORD>', '2019-05-20 04:17:57', NULL, '1'),
(22, 'owner', 'owner', '<PASSWORD>', 2, '1', '<EMAIL>', '085299998888', '2017-03-18 03:10:46', NULL, NULL),
(23, 'operator1', 'operator1', '<PASSWORD>', 3, '1', '<EMAIL>', '08123456789', '2017-04-20 23:01:31', NULL, NULL);
-- --------------------------------------------------------
--
-- Struktur dari tabel `user_akses`
--
CREATE TABLE `user_akses` (
`id_user_akses` smallint(6) NOT NULL,
`id_level` tinyint(2) NOT NULL,
`id_module` int(2) NOT NULL,
`id_aksi` tinyint(5) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `user_akses`
--
INSERT INTO `user_akses` (`id_user_akses`, `id_level`, `id_module`, `id_aksi`) VALUES
(1, 1, 8, 2),
(2, 1, 8, 0),
(3, 1, 8, 1),
(4, 1, 8, 3),
(5, 1, 7, 0),
(6, 1, 1, 0),
(7, 2, 1, 0),
(10, 1, 1, 1),
(11, 1, 1, 2),
(12, 1, 1, 3),
(13, 1, 10, 0),
(14, 1, 10, 1),
(15, 1, 10, 2),
(16, 1, 10, 3),
(29, 1, 3, 0),
(30, 1, 3, 1),
(31, 1, 3, 2),
(32, 1, 3, 3),
(33, 1, 4, 0),
(34, 1, 4, 1),
(35, 1, 4, 2),
(36, 1, 4, 3),
(37, 1, 11, 0),
(38, 1, 11, 0),
(39, 1, 11, 1),
(40, 1, 11, 0),
(41, 1, 11, 2),
(42, 1, 11, 0),
(43, 1, 11, 3),
(44, 1, 11, 0),
(53, 1, 13, 0),
(54, 1, 13, 0),
(55, 1, 13, 1),
(56, 1, 13, 0),
(57, 1, 13, 2),
(58, 1, 13, 0),
(59, 1, 13, 3),
(60, 1, 13, 0),
(61, 1, 14, 0),
(62, 1, 14, 0),
(63, 1, 14, 1),
(64, 1, 14, 0),
(65, 1, 14, 2),
(66, 1, 14, 0),
(67, 1, 14, 3),
(68, 1, 14, 0),
(77, 1, 16, 0),
(78, 1, 16, 0),
(79, 1, 16, 1),
(80, 1, 16, 0),
(81, 1, 16, 2),
(82, 1, 16, 0),
(83, 1, 16, 3),
(84, 1, 16, 0),
(85, 1, 17, 0),
(86, 1, 17, 0),
(87, 1, 17, 1),
(88, 1, 17, 0),
(89, 1, 17, 2),
(90, 1, 17, 0),
(91, 1, 17, 3),
(92, 1, 17, 0),
(93, 1, 18, 0),
(94, 1, 18, 0),
(95, 1, 18, 1),
(96, 1, 18, 0),
(97, 1, 18, 2),
(98, 1, 18, 0),
(99, 1, 18, 3),
(100, 1, 18, 0),
(109, 2, 3, 0),
(110, 2, 3, 0),
(111, 2, 3, 1),
(112, 2, 3, 2),
(113, 2, 3, 3),
(114, 2, 4, 0),
(115, 2, 4, 0),
(116, 2, 4, 1),
(117, 2, 4, 2),
(118, 2, 4, 3),
(121, 2, 11, 0),
(122, 2, 11, 0),
(123, 2, 11, 1),
(124, 2, 11, 2),
(125, 2, 11, 3),
(126, 2, 13, 0),
(127, 2, 13, 0),
(128, 2, 13, 1),
(129, 2, 13, 2),
(130, 2, 13, 3),
(131, 2, 7, 0),
(132, 2, 7, 0),
(133, 2, 7, 1),
(134, 2, 7, 2),
(135, 2, 7, 3),
(136, 2, 7, 0),
(137, 2, 8, 0),
(138, 2, 8, 3),
(139, 2, 8, 0),
(140, 2, 8, 2),
(141, 2, 8, 1),
(142, 2, 18, 0),
(143, 2, 18, 0),
(144, 2, 18, 1),
(145, 2, 18, 2),
(146, 2, 18, 3),
(147, 2, 14, 0),
(148, 2, 14, 0),
(149, 2, 14, 1),
(150, 2, 14, 2),
(151, 2, 14, 3),
(157, 2, 16, 0),
(158, 2, 16, 0),
(159, 2, 16, 1),
(160, 2, 16, 2),
(161, 2, 16, 3),
(162, 2, 17, 0),
(163, 2, 17, 0),
(164, 2, 17, 1),
(165, 2, 17, 2),
(166, 2, 17, 3),
(167, 3, 1, 0),
(168, 3, 1, 0),
(171, 3, 3, 0),
(172, 3, 3, 0),
(173, 3, 4, 0),
(174, 3, 4, 0),
(175, 3, 11, 0),
(176, 3, 11, 0),
(177, 3, 13, 0),
(178, 3, 13, 0),
(179, 3, 11, 2),
(180, 3, 13, 1),
(183, 3, 16, 0),
(184, 3, 16, 0),
(185, 3, 17, 0),
(186, 3, 17, 0),
(187, 3, 14, 0),
(188, 3, 14, 0),
(191, 3, 7, 0),
(192, 3, 7, 0),
(193, 3, 7, 0),
(194, 3, 18, 0),
(195, 3, 18, 0),
(196, 1, 19, 0),
(197, 1, 19, 0),
(198, 1, 19, 1),
(199, 1, 19, 0),
(200, 1, 19, 2),
(201, 1, 19, 0),
(202, 1, 19, 3),
(203, 1, 19, 0),
(204, 1, 20, 0),
(205, 1, 20, 0),
(206, 1, 20, 1),
(207, 1, 20, 0),
(208, 1, 20, 2),
(209, 1, 20, 0),
(210, 1, 20, 3),
(211, 1, 20, 0),
(212, 1, 29, 0),
(213, 1, 29, 0),
(214, 1, 29, 1),
(215, 1, 29, 0),
(216, 1, 29, 2),
(217, 1, 29, 0),
(218, 1, 29, 3),
(219, 1, 29, 0),
(244, 1, 109, 0),
(245, 1, 109, 0),
(246, 1, 109, 1),
(247, 1, 109, 0),
(248, 1, 109, 2),
(249, 1, 109, 0),
(250, 1, 109, 3),
(251, 1, 109, 0),
(268, 1, 121, 0),
(269, 1, 121, 0),
(270, 1, 121, 1),
(271, 1, 121, 0),
(272, 1, 121, 2),
(273, 1, 121, 0),
(274, 1, 121, 3),
(275, 1, 121, 0),
(276, 1, 125, 0),
(277, 1, 125, 0),
(278, 1, 125, 1),
(279, 1, 125, 0),
(280, 1, 125, 2),
(281, 1, 125, 0),
(282, 1, 125, 3),
(283, 1, 125, 0),
(284, 1, 126, 0),
(285, 1, 126, 0),
(286, 1, 127, 0),
(287, 1, 127, 0),
(288, 1, 127, 1),
(289, 1, 127, 0),
(290, 1, 127, 2),
(291, 1, 127, 0),
(292, 1, 127, 3),
(293, 1, 127, 0),
(302, 1, 128, 0),
(303, 1, 128, 0),
(304, 1, 128, 1),
(305, 1, 128, 0);
-- --------------------------------------------------------
--
-- Struktur dari tabel `user_level`
--
CREATE TABLE `user_level` (
`id_level` smallint(2) NOT NULL,
`level` varchar(20) NOT NULL,
`is_admin` enum('0','1') NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `user_level`
--
INSERT INTO `user_level` (`id_level`, `level`, `is_admin`) VALUES
(1, 'Super Administrator', '1'),
(2, 'Owner', '0'),
(3, 'operator', '0');
-- --------------------------------------------------------
--
-- Struktur dari tabel `widget`
--
CREATE TABLE `widget` (
`id_widget` smallint(5) NOT NULL,
`id_posisi` tinyint(3) NOT NULL,
`urutan` tinyint(3) NOT NULL,
`nama_widget` char(30) NOT NULL,
`gambar_widget` tinytext NOT NULL,
`aktif` enum('0','1') NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `widget`
--
INSERT INTO `widget` (`id_widget`, `id_posisi`, `urutan`, `nama_widget`, `gambar_widget`, `aktif`) VALUES
(1, 1, 1, 'Project Salju', '/upload/post/p1.jpg', '1'),
(2, 1, 2, 'Project Malioboro', '/upload/post/p2.jpg', '1'),
(3, 1, 3, 'Project Kridosono', '/upload/post/p3.jpg', '1'),
(4, 2, 1, 'Testimonials', '/upload/testimonil/joe.jpg', '1'),
(5, 2, 2, 'Testimonials', '/upload/testimonil/gardner.jpg', '1'),
(6, 2, 3, 'Testimonials', '/upload/testimonil/mary.jpg', '1');
-- --------------------------------------------------------
--
-- Struktur dari tabel `widget_list`
--
CREATE TABLE `widget_list` (
`id_widget_list` mediumint(9) NOT NULL,
`id_widget` smallint(5) NOT NULL,
`id_bahasa` tinyint(3) NOT NULL,
`nama_widget_list` varchar(80) NOT NULL,
`konten_widget` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `widget_list`
--
INSERT INTO `widget_list` (`id_widget_list`, `id_widget`, `id_bahasa`, `nama_widget_list`, `konten_widget`) VALUES
(1, 1, 1, 'http://www.salju.com', '<p>Travel</p>'),
(2, 1, 2, 'http://www.salju.com', '<p>Travel</p>'),
(3, 2, 1, 'http://www.malioboro.com', '<p>Market</p>'),
(4, 2, 2, 'http://www.malioboro.com', '<p>Market</p>'),
(5, 3, 1, 'http://www.kridosono.com', '<p>Museum</p>'),
(6, 3, 2, 'http://www.kridosono.com', '<p>Museum</p>'),
(7, 4, 1, '<NAME>', '<p>My business and Verity are like salt and pepper, peanut butter and jelly, Batman and Robin, The Fonz and cool, rainbows and pots of gold, Santa and cookies, Pete and Pete they are just perfect together.</p>'),
(8, 4, 2, '<NAME>', '<p>My business and Verity are like salt and pepper, peanut butter and jelly, Batman and Robin, The Fonz and cool, rainbows and pots of gold, Santa and cookies, Pete and Pete they are just perfect together.</p>'),
(9, 5, 1, '<NAME>', '<p>This theme made my blog what it is today outstanding, wildly successful, ahead of its time. My site is getting lot of appreciation, and I truly believe I have Verity to thank for that.</p>'),
(10, 5, 2, '<NAME>', '<p>This theme made my blog what it is today outstanding, wildly successful, ahead of its time. My site is getting lot of appreciation, and I truly believe I have Verity to thank for that.</p>'),
(11, 6, 1, '<NAME>', '<p>This theme made my business what it is today outstanding, wildly successful, ahead of its time. My products are flying off the shelves, and I truly believe I have Verity to thank for that.</p>'),
(12, 6, 2, '<NAME>', '<p>This theme made my business what it is today outstanding, wildly successful, ahead of its time. My products are flying off the shelves, and I truly believe I have Verity to thank for that.</p>');
-- --------------------------------------------------------
--
-- Struktur dari tabel `widget_posisi`
--
CREATE TABLE `widget_posisi` (
`id_posisi` tinyint(3) NOT NULL,
`nama_posisi` char(15) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `widget_posisi`
--
INSERT INTO `widget_posisi` (`id_posisi`, `nama_posisi`) VALUES
(1, 'Top'),
(2, 'Bottom');
--
-- Indexes for dumped tables
--
--
-- Indeks untuk tabel `aksi`
--
ALTER TABLE `aksi`
ADD PRIMARY KEY (`id_aksi`);
--
-- Indeks untuk tabel `bahasa`
--
ALTER TABLE `bahasa`
ADD PRIMARY KEY (`id_bahasa`);
--
-- Indeks untuk tabel `bimbingan_tesis`
--
ALTER TABLE `bimbingan_tesis`
ADD PRIMARY KEY (`id_bimbingan`);
--
-- Indeks untuk tabel `chat_box`
--
ALTER TABLE `chat_box`
ADD PRIMARY KEY (`id`);
--
-- Indeks untuk tabel `chat_session`
--
ALTER TABLE `chat_session`
ADD PRIMARY KEY (`id_chat`),
ADD UNIQUE KEY `icode` (`icode`);
--
-- Indeks untuk tabel `chat_users`
--
ALTER TABLE `chat_users`
ADD PRIMARY KEY (`id_user`);
--
-- Indeks untuk tabel `footer`
--
ALTER TABLE `footer`
ADD PRIMARY KEY (`id_footer`);
--
-- Indeks untuk tabel `footer_list`
--
ALTER TABLE `footer_list`
ADD PRIMARY KEY (`id_footer_list`);
--
-- Indeks untuk tabel `footer_posisi`
--
ALTER TABLE `footer_posisi`
ADD PRIMARY KEY (`id_posisi`);
--
-- Indeks untuk tabel `galery`
--
ALTER TABLE `galery`
ADD PRIMARY KEY (`id_galery`);
--
-- Indeks untuk tabel `galery_file`
--
ALTER TABLE `galery_file`
ADD PRIMARY KEY (`id_file`);
--
-- Indeks untuk tabel `galery_file_list`
--
ALTER TABLE `galery_file_list`
ADD PRIMARY KEY (`id_file_list`);
--
-- Indeks untuk tabel `galery_kategori_list`
--
ALTER TABLE `galery_kategori_list`
ADD PRIMARY KEY (`id_ak_list`);
--
-- Indeks untuk tabel `galery_list`
--
ALTER TABLE `galery_list`
ADD PRIMARY KEY (`id_galery_list`);
--
-- Indeks untuk tabel `halaman`
--
ALTER TABLE `halaman`
ADD PRIMARY KEY (`id_halaman`);
--
-- Indeks untuk tabel `halaman_list`
--
ALTER TABLE `halaman_list`
ADD PRIMARY KEY (`id_halaman_list`);
--
-- Indeks untuk tabel `ip_country`
--
ALTER TABLE `ip_country`
ADD PRIMARY KEY (`kd_country`),
ADD KEY `code` (`kd_country`);
--
-- Indeks untuk tabel `ip_list`
--
ALTER TABLE `ip_list`
ADD KEY `ip` (`ip`);
--
-- Indeks untuk tabel `kategori_galery`
--
ALTER TABLE `kategori_galery`
ADD PRIMARY KEY (`id_kategori_galery`);
--
-- Indeks untuk tabel `kategori_galery_list`
--
ALTER TABLE `kategori_galery_list`
ADD PRIMARY KEY (`id_list`);
--
-- Indeks untuk tabel `kategori_post`
--
ALTER TABLE `kategori_post`
ADD PRIMARY KEY (`id_kategori_post`);
--
-- Indeks untuk tabel `kategori_post_list`
--
ALTER TABLE `kategori_post_list`
ADD PRIMARY KEY (`id_list`);
--
-- Indeks untuk tabel `komentar`
--
ALTER TABLE `komentar`
ADD PRIMARY KEY (`id_komentar`);
--
-- Indeks untuk tabel `module`
--
ALTER TABLE `module`
ADD PRIMARY KEY (`id_module`);
--
-- Indeks untuk tabel `module_aksi`
--
ALTER TABLE `module_aksi`
ADD PRIMARY KEY (`id_module_aksi`);
--
-- Indeks untuk tabel `module_kategori`
--
ALTER TABLE `module_kategori`
ADD PRIMARY KEY (`id_module_kategori`);
--
-- Indeks untuk tabel `module_web`
--
ALTER TABLE `module_web`
ADD PRIMARY KEY (`id_module`);
--
-- Indeks untuk tabel `module_web_list`
--
ALTER TABLE `module_web_list`
ADD PRIMARY KEY (`id_list`);
--
-- Indeks untuk tabel `module_web_posisi`
--
ALTER TABLE `module_web_posisi`
ADD PRIMARY KEY (`id_posisi`);
--
-- Indeks untuk tabel `online_log`
--
ALTER TABLE `online_log`
ADD PRIMARY KEY (`id_online`);
--
-- Indeks untuk tabel `post`
--
ALTER TABLE `post`
ADD PRIMARY KEY (`id_post`);
--
-- Indeks untuk tabel `post_kategori_list`
--
ALTER TABLE `post_kategori_list`
ADD PRIMARY KEY (`id_ak_list`);
--
-- Indeks untuk tabel `post_list`
--
ALTER TABLE `post_list`
ADD PRIMARY KEY (`id_post_list`);
--
-- Indeks untuk tabel `setting_web`
--
ALTER TABLE `setting_web`
ADD PRIMARY KEY (`id`);
--
-- Indeks untuk tabel `slider`
--
ALTER TABLE `slider`
ADD PRIMARY KEY (`id_slider`);
--
-- Indeks untuk tabel `tema`
--
ALTER TABLE `tema`
ADD PRIMARY KEY (`id_tema`);
--
-- Indeks untuk tabel `traffic`
--
ALTER TABLE `traffic`
ADD PRIMARY KEY (`id_traffic`);
--
-- Indeks untuk tabel `user`
--
ALTER TABLE `user`
ADD PRIMARY KEY (`id_user`);
--
-- Indeks untuk tabel `user_akses`
--
ALTER TABLE `user_akses`
ADD PRIMARY KEY (`id_user_akses`);
--
-- Indeks untuk tabel `user_level`
--
ALTER TABLE `user_level`
ADD PRIMARY KEY (`id_level`);
--
-- Indeks untuk tabel `widget`
--
ALTER TABLE `widget`
ADD PRIMARY KEY (`id_widget`);
--
-- Indeks untuk tabel `widget_list`
--
ALTER TABLE `widget_list`
ADD PRIMARY KEY (`id_widget_list`);
--
-- Indeks untuk tabel `widget_posisi`
--
ALTER TABLE `widget_posisi`
ADD PRIMARY KEY (`id_posisi`);
--
-- AUTO_INCREMENT untuk tabel yang dibuang
--
--
-- AUTO_INCREMENT untuk tabel `aksi`
--
ALTER TABLE `aksi`
MODIFY `id_aksi` tinyint(1) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT untuk tabel `bahasa`
--
ALTER TABLE `bahasa`
MODIFY `id_bahasa` tinyint(4) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT untuk tabel `chat_box`
--
ALTER TABLE `chat_box`
MODIFY `id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT untuk tabel `chat_session`
--
ALTER TABLE `chat_session`
MODIFY `id_chat` smallint(5) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT untuk tabel `chat_users`
--
ALTER TABLE `chat_users`
MODIFY `id_user` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT untuk tabel `footer`
--
ALTER TABLE `footer`
MODIFY `id_footer` smallint(5) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT untuk tabel `footer_list`
--
ALTER TABLE `footer_list`
MODIFY `id_footer_list` mediumint(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT untuk tabel `footer_posisi`
--
ALTER TABLE `footer_posisi`
MODIFY `id_posisi` tinyint(3) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT untuk tabel `galery`
--
ALTER TABLE `galery`
MODIFY `id_galery` mediumint(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT untuk tabel `galery_file`
--
ALTER TABLE `galery_file`
MODIFY `id_file` mediumint(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;
--
-- AUTO_INCREMENT untuk tabel `galery_file_list`
--
ALTER TABLE `galery_file_list`
MODIFY `id_file_list` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27;
--
-- AUTO_INCREMENT untuk tabel `galery_kategori_list`
--
ALTER TABLE `galery_kategori_list`
MODIFY `id_ak_list` mediumint(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;
--
-- AUTO_INCREMENT untuk tabel `galery_list`
--
ALTER TABLE `galery_list`
MODIFY `id_galery_list` mediumint(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
--
-- AUTO_INCREMENT untuk tabel `halaman`
--
ALTER TABLE `halaman`
MODIFY `id_halaman` tinyint(4) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;
--
-- AUTO_INCREMENT untuk tabel `halaman_list`
--
ALTER TABLE `halaman_list`
MODIFY `id_halaman_list` smallint(6) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15;
--
-- AUTO_INCREMENT untuk tabel `kategori_galery`
--
ALTER TABLE `kategori_galery`
MODIFY `id_kategori_galery` tinyint(3) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT untuk tabel `kategori_galery_list`
--
ALTER TABLE `kategori_galery_list`
MODIFY `id_list` smallint(6) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;
--
-- AUTO_INCREMENT untuk tabel `kategori_post`
--
ALTER TABLE `kategori_post`
MODIFY `id_kategori_post` tinyint(3) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;
--
-- AUTO_INCREMENT untuk tabel `kategori_post_list`
--
ALTER TABLE `kategori_post_list`
MODIFY `id_list` smallint(6) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17;
--
-- AUTO_INCREMENT untuk tabel `komentar`
--
ALTER TABLE `komentar`
MODIFY `id_komentar` smallint(5) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT untuk tabel `module`
--
ALTER TABLE `module`
MODIFY `id_module` mediumint(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=129;
--
-- AUTO_INCREMENT untuk tabel `module_aksi`
--
ALTER TABLE `module_aksi`
MODIFY `id_module_aksi` mediumint(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=480;
--
-- AUTO_INCREMENT untuk tabel `module_kategori`
--
ALTER TABLE `module_kategori`
MODIFY `id_module_kategori` tinyint(1) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT untuk tabel `module_web`
--
ALTER TABLE `module_web`
MODIFY `id_module` mediumint(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=41;
--
-- AUTO_INCREMENT untuk tabel `module_web_list`
--
ALTER TABLE `module_web_list`
MODIFY `id_list` mediumint(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=75;
--
-- AUTO_INCREMENT untuk tabel `module_web_posisi`
--
ALTER TABLE `module_web_posisi`
MODIFY `id_posisi` tinyint(3) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT untuk tabel `online_log`
--
ALTER TABLE `online_log`
MODIFY `id_online` mediumint(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19;
--
-- AUTO_INCREMENT untuk tabel `post`
--
ALTER TABLE `post`
MODIFY `id_post` smallint(5) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;
--
-- AUTO_INCREMENT untuk tabel `post_kategori_list`
--
ALTER TABLE `post_kategori_list`
MODIFY `id_ak_list` mediumint(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=150;
--
-- AUTO_INCREMENT untuk tabel `post_list`
--
ALTER TABLE `post_list`
MODIFY `id_post_list` mediumint(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19;
--
-- AUTO_INCREMENT untuk tabel `setting_web`
--
ALTER TABLE `setting_web`
MODIFY `id` tinyint(2) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT untuk tabel `slider`
--
ALTER TABLE `slider`
MODIFY `id_slider` tinyint(3) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT untuk tabel `tema`
--
ALTER TABLE `tema`
MODIFY `id_tema` tinyint(3) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT untuk tabel `traffic`
--
ALTER TABLE `traffic`
MODIFY `id_traffic` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11605;
--
-- AUTO_INCREMENT untuk tabel `user`
--
ALTER TABLE `user`
MODIFY `id_user` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=24;
--
-- AUTO_INCREMENT untuk tabel `user_akses`
--
ALTER TABLE `user_akses`
MODIFY `id_user_akses` smallint(6) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=306;
--
-- AUTO_INCREMENT untuk tabel `user_level`
--
ALTER TABLE `user_level`
MODIFY `id_level` smallint(2) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT untuk tabel `widget`
--
ALTER TABLE `widget`
MODIFY `id_widget` smallint(5) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
--
-- AUTO_INCREMENT untuk tabel `widget_list`
--
ALTER TABLE `widget_list`
MODIFY `id_widget_list` mediumint(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;
--
-- AUTO_INCREMENT untuk tabel `widget_posisi`
--
ALTER TABLE `widget_posisi`
MODIFY `id_posisi` tinyint(3) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
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 */;
|
-- Получение прав текущего пользователя для текущей БД
CREATE PROCEDURE GetPermissions AS
BEGIN
SELECT * INTO #Permissions FROM fn_my_permissions(NULL, 'SERVER') UNION SELECT * FROM fn_my_permissions(NULL, 'DATABASE');
DECLARE p_cur cursor
FOR
SELECT TABLE_NAME FROM INFORMATION_SCHEMA.TABLES
OPEN p_cur
DECLARE @t_name SYSNAME
FETCH NEXT FROM p_cur INTO @t_name
WHILE @@FETCH_STATUS = 0
BEGIN
INSERT INTO #Permissions SELECT * FROM fn_my_permissions(@t_name, 'Object')
FETCH NEXT FROM p_cur INTO @t_name
END
CLOSE p_cur
DEALLOCATE p_cur
SELECT * FROM #Permissions
DROP TABLE #Permissions
END |
<reponame>kimberlyamaya/MVC-challenge<filename>db/schema.sql<gh_stars>0
DROP DATABASE IF EXISTS db_tech_blog;
CREATE DATABASE db_tech_blog; |
USE `gk_site_integration`;
DROP TABLE IF EXISTS `gk_sys_site_exchange`;
CREATE TABLE `gk_sys_site_exchange` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`uuid` varchar(36) NOT NULL,
`table_name` varchar(40) NOT NULL,
`event` enum('CREATED','UPDATED','DELETED') NOT NULL,
`data` text NOT NULL,
`status` enum('NEW','IN_PROGRESS','PROCESSED') NOT NULL,
`last_update` datetime NOT NULL,
PRIMARY KEY (`id`),
KEY `uuid_idx` (`uuid`),
KEY `status_with_timestamp_idx` (`status`,`last_update`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
DROP TRIGGER IF EXISTS `exchange_added_trigger`;
DROP TRIGGER IF EXISTS `exchange_updated_trigger`;
DELIMITER ;;
CREATE TRIGGER `exchange_added_trigger` BEFORE INSERT ON `gk_sys_site_exchange` FOR EACH ROW
BEGIN
SET NEW.last_update = now();
SET NEW.uuid = uuid();
END;;
CREATE TRIGGER `exchange_updated_trigger` BEFORE UPDATE ON `gk_sys_site_exchange` FOR EACH ROW
BEGIN
Set NEW.last_update = now();
END;;;
DELIMITER ;
|
create database if not exists commentsearchdb;
use commentsearchdb;
drop table if exists comments;
CREATE TABLE `comments` (
`comment_id` bigint unsigned NOT NULL AUTO_INCREMENT,
`comment_text` longtext,
PRIMARY KEY (`comment_id`),
FULLTEXT KEY `comment_text` (`comment_text`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
|
<filename>server/conf/evolutions/default/3.sql
# USER TABLE
# --- !Ups
CREATE TABLE IF NOT EXISTS users (
user_id VARCHAR(40) NOT NULL,
first_name VARCHAR(255),
last_name VARCHAR(255),
phone VARCHAR(40),
address VARCHAR(255),
created TIMESTAMP NOT NULL,
updated TIMESTAMP NOT NULL,
PRIMARY KEY (user_id)
);
CREATE TABLE IF NOT EXISTS user_emails (
user_id VARCHAR(40) NOT NULL,
email VARCHAR(255) NOT NULL,
validated BOOLEAN NOT NULL,
primary_address BOOLEAN NOT NULL,
PRIMARY KEY (email)
);
CREATE TABLE IF NOT EXISTS user_credentials (
user_id VARCHAR(40) NOT NULL,
type INTEGER NOT NULL,
password VARCHAR(255) NOT NULL,
salt VARCHAR(255),
PRIMARY KEY (user_id)
);
CREATE TABLE IF NOT EXISTS user_memberships (
user_id VARCHAR(40) NOT NULL,
valid_from TIMESTAMP NOT NULL,
valid_to TIMESTAMP NOT NULL,
issuer INTEGER NOT NULL,
eb_attendee_id VARCHAR(40),
eb_event_id VARCHAR(40),
eb_order_id VARCHAR(40)
);
CREATE TABLE IF NOT EXISTS user_roles (
user_id VARCHAR(40) NOT NULL,
role varchar(20) NOT NULL
);
# --- !Downs
DROP TABLE IF EXISTS users;
DROP TABLE IF EXISTS user_emails;
DROP TABLE IF EXISTS user_credentials;
DROP TABLE IF EXISTS user_memberships;
DROP TABLE IF EXISTS user_roles;
|
CREATE TABLE film
(
id int NOT NULL PRIMARY KEY,
title varchar(255),
genre varchar(255),
release_date int,
running_time int,
nd_de_sold int,
CONSTRAINT fk_reservation FOREIGN KEY (title) REFERENCES reservation (title_film)
);
CREATE TABLE members
(
mail varchar(255),
password int,
nom varchar(255),
prenom varchar(255),
reduction varchar(255)
);
CREATE TABLE reduction
(
nom varchar(255) PRIMARY key,
montant int NOT NULL,
CONSTRAINT fk_reduction FOREIGN KEY (nom) REFERENCES film (title)
);
CREATE TABLE reservation
(
nb_Ticket int,
nb_de_res int,
id_acheteur int,
title_film varchar(255),
reduction int
);
CREATE TABLE employee
(
mail varchar(255),
password varchar(255)
); |
CREATE TABLE [school].[ModuleInformation]
(
[Id] INT NOT NULL PRIMARY KEY IDENTITY,
[StudentInformationId] INT NOT NULL,
[CodeId] INT NOT NULL,
[Code] VARCHAR(20) NOT NULL,
[Name] NVARCHAR(50) NULL,
[NumberOfCredits] INT NOT NULL,
[ClassHoursPerWeek] INT NOT NULL,
[HoursOfSelfStudy] INT NOT NULL,
[SelfStudyHoursPerWeek] DECIMAL(18, 10) NULL,
[StudyDate] DATETIME NOT NULL,
CONSTRAINT [FK_ModuleInformation_Module] FOREIGN KEY ([CodeId]) REFERENCES [school].[Modules]([Id]),
CONSTRAINT [FK_ModuleInformation_StudentInformation] FOREIGN KEY ([StudentInformationId]) REFERENCES [school].[StudentInformation]([Id])
)
|
<gh_stars>0
-- phpMyAdmin SQL Dump
-- version 4.8.5
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Nov 27, 2020 at 06:45 AM
-- Server version: 10.1.39-MariaDB
-- PHP Version: 7.1.29
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Database: `bookspourie`
--
-- --------------------------------------------------------
--
-- Table structure for table `admin_login`
--
CREATE TABLE `admin_login` (
`id` int(11) NOT NULL,
`name` varchar(100) NOT NULL,
`email` varchar(255) DEFAULT NULL,
`password` varchar(255) DEFAULT NULL,
`status` enum('A','I','D') NOT NULL DEFAULT 'A'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `admin_login`
--
INSERT INTO `admin_login` (`id`, `name`, `email`, `password`, `status`) VALUES
(1, 'Admin', '<EMAIL>', <PASSWORD>', 'A');
-- --------------------------------------------------------
--
-- Table structure for table `master_category`
--
CREATE TABLE `master_category` (
`id` bigint(20) NOT NULL,
`category_name` varchar(255) NOT NULL,
`image` varchar(255) DEFAULT NULL,
`status` enum('A','I','D') NOT NULL DEFAULT 'A',
`created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
`updated_at` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `master_category`
--
INSERT INTO `master_category` (`id`, `category_name`, `image`, `status`, `created_at`, `updated_at`) VALUES
(1, 'Science', 'mastercategory_237871606046135.jpg', 'A', '2020-11-22 14:31:43', '2020-11-22 18:59:13'),
(2, 'test cat vcs tre', 'mastercategory_500541606051224.jpg', 'A', '2020-11-22 18:49:39', '2020-11-22 18:59:17');
-- --------------------------------------------------------
--
-- Table structure for table `master_subcategory`
--
CREATE TABLE `master_subcategory` (
`id` bigint(20) NOT NULL,
`category_name` varchar(255) NOT NULL,
`master_category_id` int(11) NOT NULL,
`status` enum('A','I','D') NOT NULL DEFAULT 'A',
`created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
`modified_at` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `master_subcategory`
--
INSERT INTO `master_subcategory` (`id`, `category_name`, `master_category_id`, `status`, `created_at`, `modified_at`) VALUES
(1, 'Masala', 2, 'A', '2020-07-02 01:00:54', '2020-07-09 02:12:30'),
(2, 'Drinks', 2, 'A', '2020-07-02 01:14:55', '2020-11-23 22:09:25'),
(3, 'd2Masalaj', 3, 'A', '2020-08-24 23:53:44', '2020-11-23 22:09:31'),
(4, 'test category', 1, 'A', '2020-11-23 21:37:51', '2020-11-23 21:39:05'),
(5, 'ggggg', 1, 'A', '2020-11-23 21:39:58', NULL),
(6, 'new work', 1, 'A', '2020-11-23 22:14:49', NULL);
-- --------------------------------------------------------
--
-- Table structure for table `products`
--
CREATE TABLE `products` (
`id` varchar(255) NOT NULL,
`pro_id` bigint(20) NOT NULL,
`master_category_id` bigint(20) NOT NULL,
`sub_category_id` bigint(20) DEFAULT NULL,
`company_product_id` varchar(255) DEFAULT NULL,
`brand_id` bigint(20) DEFAULT NULL,
`is_loose` tinyint(1) NOT NULL DEFAULT '0',
`units` varchar(100) NOT NULL,
`name` varchar(255) NOT NULL COMMENT 'product name',
`image_alt` varchar(255) NOT NULL,
`description` longtext,
`specification` longtext,
`image_250` varchar(255) NOT NULL,
`image_500` varchar(255) NOT NULL,
`image_800` varchar(255) NOT NULL,
`status` enum('0','1') NOT NULL DEFAULT '1',
`created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `products`
--
INSERT INTO `products` (`id`, `pro_id`, `master_category_id`, `sub_category_id`, `company_product_id`, `brand_id`, `is_loose`, `units`, `name`, `image_alt`, `description`, `specification`, `image_250`, `image_500`, `image_800`, `status`, `created_at`) VALUES
('2c4b3e3ef53389cce7a2c1053b96e40099ad0d63', 2, 3, NULL, '565', NULL, 0, 'ml', 'ljnln', 'ljnln', 'klmkm kmkmk m\\\\\\;m', 'kkmkkj ', 'products_160363197686497_250.jpeg', 'products_160363197686497_500.jpeg', 'products_160363197686497_800.jpeg', '1', '2020-09-08 12:12:22'),
('8874313b0d6952a8a551ddb226befefec9313984', 3, 2, NULL, 'pordknd', NULL, 0, 'pcs', 'product 1', 'product 1', 'product 1 description', 'product one specification', 'products_160363175532986_250.jpeg', 'products_160363175532986_500.jpeg', 'products_160363175532986_800.jpeg', '1', '2020-10-25 18:45:55'),
('60ba6ee13c0e1be3a1a6d9e9e06f1c68b90e2394', 4, 1, NULL, 'lndkksl', NULL, 0, 'pcs', 'product 2', 'product 2', 'lnfklk', 'dffkf\\;', 'products_160363180782752_250.jpeg', 'products_160363180782752_500.jpeg', 'products_160363180782752_800.jpeg', '1', '2020-10-25 18:46:47'),
('566943cfe48e9efbbbd74afa55594402e83e51ca', 5, 1, NULL, 'ldfld', NULL, 0, 'pcs', 'product 3', 'product 3', 'jbdkfd ', 'dfljfld jdfndjfd ', 'products_160363183271159_250.jpeg', 'products_160363183271159_500.jpeg', 'products_160363183271159_800.jpeg', '1', '2020-10-25 18:47:12'),
('816296b9c4878db3a56dd44b493c32a506e139df', 6, 3, NULL, 'skldskl', NULL, 0, 'pcs', 'product 4', 'product 4', 'kldksmdksm sdsd sdsdsds ds', 'sndsds msdns ds', 'products_160363186045801_250.jpeg', 'products_160363186045801_500.jpeg', 'products_160363186045801_800.jpeg', '1', '2020-10-25 18:47:41'),
('6265c4d57529a2ce8623abddb47465d1c94424f6', 7, 3, NULL, 'skd skds ', NULL, 0, 'kg', 'product 5', 'product 5', 'jddns', 'oj', 'products_160363190777985_250.jpeg', 'products_160363190777985_500.jpeg', 'products_160363190777985_800.jpeg', '1', '2020-10-25 18:48:27');
-- --------------------------------------------------------
--
-- Table structure for table `product_cost`
--
CREATE TABLE `product_cost` (
`id` varchar(255) NOT NULL,
`pcost_id` bigint(20) NOT NULL,
`pro_id` bigint(20) NOT NULL,
`product_mrp` float NOT NULL DEFAULT '0',
`website_cost` float NOT NULL DEFAULT '0',
`product_discount` float NOT NULL DEFAULT '0',
`state` varchar(255) NOT NULL,
`created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
`modified_at` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `product_cost`
--
INSERT INTO `product_cost` (`id`, `pcost_id`, `pro_id`, `product_mrp`, `website_cost`, `product_discount`, `state`, `created_at`, `modified_at`) VALUES
('3607051c249ba8578f249fd77fa1b2947798ad3c', 6, 2, 140, 130, 0, 'west_bengal', '2020-10-25 20:23:44', NULL),
('055eedb4ddb1beb19e0e698a070d7355cdeb2c05', 7, 3, 200, 190, 0, 'west_bengal', '2020-10-25 20:28:53', NULL),
('57507682926e31dd32998e58ef6d1b6061fa9d15', 8, 4, 350, 320, 0, 'west_bengal', '2020-10-25 20:29:05', NULL),
('62dee124c176f244c92d768522ed542a19c2b13c', 9, 5, 310, 300, 0, 'west_bengal', '2020-10-25 20:29:50', NULL),
('da62fd99aa4c0c29a3f225b245cba0ca4913a902', 10, 7, 180, 165, 0, 'west_bengal', '2020-10-25 20:30:48', NULL);
-- --------------------------------------------------------
--
-- Table structure for table `total_records`
--
CREATE TABLE `total_records` (
`id` bigint(20) NOT NULL,
`type` varchar(255) NOT NULL,
`total_value` bigint(20) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `total_records`
--
INSERT INTO `total_records` (`id`, `type`, `total_value`) VALUES
(1, 'total_users', 3),
(2, 'total_master_category', 2),
(4, 'total_subcategory', 2),
(5, 'total_products', 2),
(6, 'total_brands', 2);
-- --------------------------------------------------------
--
-- Table structure for table `users`
--
CREATE TABLE `users` (
`id` varchar(200) NOT NULL,
`user_id` bigint(20) NOT NULL,
`name` varchar(255) NOT NULL,
`email` varchar(255) NOT NULL,
`mobile` bigint(20) NOT NULL,
`gender` varchar(20) NOT NULL,
`password` varchar(255) NOT NULL,
`image` varchar(255) DEFAULT NULL,
`status` enum('0','1') NOT NULL DEFAULT '1',
`created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
`modified_at` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `users`
--
INSERT INTO `users` (`id`, `user_id`, `name`, `email`, `mobile`, `gender`, `password`, `image`, `status`, `created_at`, `modified_at`) VALUES
('<PASSWORD>', 1, '<NAME>', '<EMAIL>', 8756215431, 'female', '$2y$10$qC.ovoUGfzhJn8GXroojBu1T.Ambf3qYZKg2KFyNIGEw9rSEnSmc.', 'userimg_159636335354811.png', '1', '2020-06-13 13:50:24', '2020-08-02 15:45:53'),
('705c0bfc1e<PASSWORD>0<PASSWORD>', 2, '<NAME>', '<EMAIL>', 8965784531, 'male', '$2y$10$3qaB2/7J95W7K7jjeyekSOLHqTPd3w2dZpodqDKa8L/3oSUmBeHU6', NULL, '0', '2020-06-13 22:24:23', '2020-08-02 15:45:24'),
('ae90ebc540c9699935af752772dd183b2f49093d', 3, 'Atanu', '<EMAIL>', 9865322154, 'male', '$2y$10$uRvGzRBwrMv6Pbk6eFFr8OBBwOJ.EbIl5jLwCiVaEraMkdU6IGVPm', NULL, '1', '2020-06-12 21:32:38', NULL);
-- --------------------------------------------------------
--
-- Table structure for table `user_address`
--
CREATE TABLE `user_address` (
`id` bigint(20) NOT NULL,
`user_id` varchar(200) NOT NULL,
`name` varchar(255) NOT NULL,
`address` text NOT NULL,
`city` text NOT NULL,
`landmark` text,
`state` varchar(255) NOT NULL,
`pincode` int(11) NOT NULL,
`mobile` bigint(20) NOT NULL,
`alt_mobile` bigint(20) DEFAULT NULL,
`created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
`modified_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00' ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `user_login_details`
--
CREATE TABLE `user_login_details` (
`id` bigint(20) NOT NULL,
`login_id` varchar(255) DEFAULT NULL,
`user_id` varchar(200) NOT NULL,
`email` varchar(255) NOT NULL,
`password` varchar(255) NOT NULL,
`login_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `user_login_details`
--
INSERT INTO `user_login_details` (`id`, `login_id`, `user_id`, `email`, `password`, `login_time`) VALUES
(0, NULL, '<PASSWORD>', '<EMAIL>', <PASSWORD>', '2020-06-12 21:32:38'),
(0, NULL, '36259866d74ebb644b72e28b88cb442dfdd64535', '<EMAIL>', <PASSWORD>.', '2020-06-13 13:50:24'),
(0, NULL, '<PASSWORD>', '<EMAIL>', <PASSWORD>', '2020-06-13 22:24:23');
-- --------------------------------------------------------
--
-- Table structure for table `user_track_details`
--
CREATE TABLE `user_track_details` (
`id` varchar(200) NOT NULL,
`user_id` varchar(200) NOT NULL,
`device_id` varchar(100) NOT NULL,
`platform` varchar(100) DEFAULT NULL,
`browser` varchar(100) DEFAULT NULL,
`ip` varchar(100) NOT NULL,
`token` text NOT NULL,
`logged_in` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
`logged_out` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `vendor_details`
--
CREATE TABLE `vendor_details` (
`id` bigint(20) NOT NULL,
`vendor_id` varchar(255) NOT NULL,
`name` text NOT NULL,
`email` varchar(255) DEFAULT NULL,
`gender` varchar(10) NOT NULL,
`mobile` bigint(20) NOT NULL,
`alternative_number` bigint(20) DEFAULT NULL,
`aadhaar_no` bigint(20) NOT NULL,
`pan_no` varchar(255) NOT NULL,
`company_name` text,
`company_reg_number` varchar(255) DEFAULT NULL,
`gst_number` varchar(255) DEFAULT NULL,
`business_type` bigint(20) NOT NULL,
`user_image` varchar(255) NOT NULL,
`office_address` longtext NOT NULL,
`office_pincode` int(11) NOT NULL,
`aadhaar_image` varchar(255) NOT NULL,
`pancard_image` varchar(255) NOT NULL,
`is_active` enum('0','1') NOT NULL DEFAULT '0',
`created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
`updated_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00' ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
--
-- Indexes for dumped tables
--
--
-- Indexes for table `admin_login`
--
ALTER TABLE `admin_login`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `master_category`
--
ALTER TABLE `master_category`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `master_subcategory`
--
ALTER TABLE `master_subcategory`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `products`
--
ALTER TABLE `products`
ADD PRIMARY KEY (`pro_id`),
ADD UNIQUE KEY `id` (`id`),
ADD KEY `master_category_product_index` (`master_category_id`),
ADD KEY `sub_master_category_product_index` (`sub_category_id`);
--
-- Indexes for table `product_cost`
--
ALTER TABLE `product_cost`
ADD PRIMARY KEY (`pcost_id`),
ADD UNIQUE KEY `id` (`id`),
ADD KEY `product_id_key` (`pro_id`);
--
-- Indexes for table `total_records`
--
ALTER TABLE `total_records`
ADD PRIMARY KEY (`id`);
ALTER TABLE `total_records` ADD FULLTEXT KEY `type` (`type`);
--
-- Indexes for table `users`
--
ALTER TABLE `users`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `email` (`email`),
ADD UNIQUE KEY `mobile` (`mobile`),
ADD KEY `user_id_index` (`user_id`);
--
-- Indexes for table `user_track_details`
--
ALTER TABLE `user_track_details`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `vendor_details`
--
ALTER TABLE `vendor_details` ADD FULLTEXT KEY `vendor_id` (`vendor_id`);
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `admin_login`
--
ALTER TABLE `admin_login`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `master_category`
--
ALTER TABLE `master_category`
MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `master_subcategory`
--
ALTER TABLE `master_subcategory`
MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
--
-- AUTO_INCREMENT for table `products`
--
ALTER TABLE `products`
MODIFY `pro_id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;
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 */;
|
<filename>DataTables.sql<gh_stars>0
CREATE TABLE "user" (
"id" serial NOT NULL,
"user_name" varchar(255) NOT NULL UNIQUE,
"password" varchar(255) NOT NULL,
"location" varchar(255) NOT NULL,
"email" varchar(255) NOT NULL UNIQUE,
"created_at" TIMESTAMP NOT NULL,
"last_login" TIMESTAMP NOT NULL,
CONSTRAINT "user_pk" PRIMARY KEY ("id")
) WITH (
OIDS=FALSE
);
CREATE TABLE "item" (
"item_id" serial NOT NULL,
"description" varchar(500) NOT NULL,
"category" varchar(255) NOT NULL,
"est_value" integer NOT NULL,
"condition" varchar(255) NOT NULL,
"available" BOOLEAN NOT NULL,
"sold_time" TIMESTAMP NOT NULL,
"item_name" varchar(255) NOT NULL,
CONSTRAINT "item_pk" PRIMARY KEY ("item_id")
) WITH (
OIDS=FALSE
);
CREATE TABLE "history" (
"history_id" serial NOT NULL,
"item_id" integer NOT NULL,
"sold_user_id" integer NOT NULL,
"received_user_id" integer NOT NULL,
CONSTRAINT "history_pk" PRIMARY KEY ("history_id")
) WITH (
OIDS=FALSE
);
ALTER TABLE "history" ADD CONSTRAINT "history_fk0" FOREIGN KEY ("item_id") REFERENCES "item"("item_id");
ALTER TABLE "history" ADD CONSTRAINT "history_fk1" FOREIGN KEY ("sold_user_id") REFERENCES "user"("id");
ALTER TABLE "history" ADD CONSTRAINT "history_fk2" FOREIGN KEY ("received_user_id") REFERENCES "user"("id");
|
<reponame>NeelamNiaz/Paper_System<filename>users.sql<gh_stars>0
-- phpMyAdmin SQL Dump
-- version 4.5.1
-- http://www.phpmyadmin.net
--
-- Host: 127.0.0.1
-- Generation Time: Oct 13, 2016 at 09:30 PM
-- Server version: 10.1.16-MariaDB
-- PHP Version: 7.0.9
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
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 */;
--
-- Database: `paper_system`
--
-- --------------------------------------------------------
--
-- Table structure for table `users`
--
CREATE TABLE `users` (
`id` int(10) UNSIGNED NOT NULL,
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`email` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`password` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`remember_token` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Indexes for dumped tables
--
--
-- Indexes for table `users`
--
ALTER TABLE `users`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `users_email_unique` (`email`);
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `users`
--
ALTER TABLE `users`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
/*!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 */;
|
<reponame>AlexisG13/Ravn-Node.js-Challenge
-- RenameIndex
ALTER INDEX "Profile_userId_unique" RENAME TO "Profile_userId_key";
|
CREATE TABLE IF NOT EXISTS languages (
alpha_2_code text PRIMARY KEY NOT NULL CHECK (alpha_2_code <> '')
, alpha_3_code text NOT NULL CHECK (alpha_3_code <> '')
);
|
<gh_stars>10-100
drop table if exists people CASCADE;
create table people (
id serial primary key,
first_name char(255),
last_name char(255),
ssn char(64),
address_id integer
);
drop table if exists people2 CASCADE;
create table people2 (
id serial primary key,
first_name char(255),
last_name char(255),
ssn char(64)
);
drop table if exists places CASCADE;
create table places (
id serial primary key,
address text,
city char(255),
cstate char(255),
country char(2)
);
drop table if exists items CASCADE;
create table items (
id serial primary key,
person_id integer
);
drop table if exists items_people CASCADE;
create table items_people (
person_id integer,
item_id integer
);
|
<reponame>BlagoKolev/SoftUni
CREATE DATABASE [Bitbucket]
USE [Bitbucket]
CREATE TABLE [Repositories]
(
[Id] INT PRIMARY KEY IDENTITY,
[Name] VARCHAR(50) NOT NULL
);
CREATE TABLE [Users]
(
[Id] INT PRIMARY KEY IDENTITY,
[Username] VARCHAR(30) NOT NULL,
[Password] VARCHAR(30) NOT NULL,
[Email] VARCHAR(30) NOT NULL,
);
CREATE TABLE [Issues]
(
[Id] INT PRIMARY KEY IDENTITY,
[Title] VARCHAR(MAX) NOT NULL,
[IssueStatus] CHAR(6) NOT NULL,
[RepositoryId] INT FOREIGN KEY REFERENCES [Repositories](Id) NOT NULL,
[AssigneeId] INT FOREIGN KEY REFERENCES [Users](Id) NOT NULL
);
CREATE TABLE [RepositoriesContributors]
(
[RepositoryId] INT NOT NULL FOREIGN KEY REFERENCES [Repositories](Id),
[ContributorId] INT NOT NULL FOREIGN KEY REFERENCES [Users](Id),
PRIMARY KEY([RepositoryId],[ContributorId])
);
CREATE TABLE [Commits]
(
[Id] INT PRIMARY KEY IDENTITY,
[Message] VARCHAR(255) NOT NULL,
[IssueId] INT FOREIGN KEY REFERENCES [Issues](Id),
[RepositoryId] INT NOT NULL FOREIGN KEY REFERENCES [Repositories](Id),
[ContributorId] INT NOT NULL FOREIGN KEY REFERENCES [Users](Id)
);
CREATE TABLE [Files]
(
[Id] INT PRIMARY KEY IDENTITY,
[Name] VARCHAR(100) NOT NULL,
[Size] DECIMAL(15,2) NOT NULL,
[ParentId] INT FOREIGN KEY REFERENCES [Files](Id),
[CommitId] INT FOREIGN KEY REFERENCES [Commits](Id) NOT NULL
);
--2 INSERT
INSERT INTO [Files]
VALUES
('Trade.idk',2598.0 , 1, 1),
('menu.net',9238.31 ,2 , 2),
('Administrate.soshy',1246.93 ,3 , 3),
('Controller.php',7353.15, 4,4 ),
('Find.java',9957.86 ,5 ,5 ),
('Controller.json',14034.87 ,3 ,6 ),
('Operate.xix',7662.92 ,7 ,7 )
INSERT INTO [Issues]
VALUES
('Critical Problem with HomeController.cs file' , 'open' ,1 , 4),
('Typo fix in Judge.html' , 'open' ,4 ,3 ),
('Implement documentation for UsersService.cs' , 'closed' ,8 ,2 ),
('Unreachable code in Index.cs' , 'open' , 9, 8)
--3 UPDATE
UPDATE [Issues] SET [IssueStatus] = 'closed' WHERE AssigneeId = 6
--4 DELETE
DELETE FROM RepositoriesContributors WHERE RepositoryId = 3
DELETE FROM Files WHERE CommitId IN (SELECT [Id] FROM Commits WHERE RepositoryId = 3)
DELETE FROM Commits WHERE RepositoryId = 3
DELETE FROM Issues WHERE RepositoryId = 3
--5 Commits
SELECT Id, Message,RepositoryId, ContributorId FROM Commits
ORDER BY Id, Message, RepositoryId, ContributorId
--6 Front-end
SELECT Id, [Name], Size FROM Files
WHERE Size > 1000 AND Name LIKE '%html%'
ORDER BY Size DESC,Id, [Name]
--7 Issue Asigment
SELECT i.Id, CONCAT(u.Username, ' : ', i.Title) AS IssueAssignee FROM Issues AS i
JOIN Users AS u ON i.AssigneeId = u.Id
ORDER BY i.Id DESC, i.AssigneeId
--8 Single Files
SELECT Id, [Name], CONCAT(Size,'KB') AS [Size] FROM Files
WHERE Id NOT IN (SELECT [ParentId] From Files where ParentId IS NOT NULL
GROUP BY ParentId)
ORDER BY [Id], [Name],[Size] DESC
--9 Commits in Repositories
SELECT TOP(5) r.[Id],r.[Name], COUNT(c.Id) AS Commits FROM [RepositoriesContributors] AS rc
JOIN [Repositories] AS r ON rc.[RepositoryId] = r.Id
JOIN Commits AS c ON rc.[RepositoryId] = c.[RepositoryId]
GROUP BY r.[Id],r.[Name]
ORDER BY Commits DESC,r.[Id],r.[Name]
--10 Average Size
SELECT u.Username, AVG(f.Size) AS Size FROM Users AS u
JOIN [Commits] AS c ON u.Id = c.ContributorId
JOIN [Files] AS f ON c.Id = f.CommitId
GROUP BY u.Username
ORDER BY Size DESC, u.Username
--11 All Users Commits
CREATE FUNCTION udf_AllUserCommits(@username VARCHAR(30))
RETURNS INT
AS
BEGIN
DECLARE @count INT = (SELECT COUNT(*) FROM Commits AS c
JOIN Users as u ON c.ContributorId = u.Id
WHERE u.Username = @username)
RETURN @count
END
--12 Search for Files
CREATE PROCEDURE usp_SearchForFiles(@fileExtension VARCHAR(10))
AS
SELECT [Id], [Name], CONCAT([Size],'KB') AS Size FROM Files
WHERE [Name] LIKE '%.'+ @fileExtension
|
-- Produces rows clustered by age. Persons with same age are clustered together.
-- Unlike `CLUSTER BY` clause, the rows are not sorted within a partition.
SELECT
age,
name
FROM person
DISTRIBUTE BY
age;
SELECT
age,
name
FROM person
DISTRIBUTE BY
1;
SELECT
age,
name
FROM person
DISTRIBUTE BY
name,
age;
SELECT
age,
name
FROM person
DISTRIBUTE BY
LEFT(SUBSTRING_INDEX(name, ' ', -1), 1);
|
<filename>sql/mob_place.sql<gh_stars>1-10
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('nameless_n','Ragged Zombie',1865,3,15000,0,1,'DUNGEON')
,('nameless_n','<NAME>',1866,5,15000,0,1,'DUNGEON')
,('nameless_n','Banshee',1867,4,15000,0,1,'DUNGEON')
,('nameless_n','Flame Skull',1869,1,30000,0,1,'DUNGEON')
,('nameless_n','Ghoul',1036,10,30000,0,1,'DUNGEON')
,('nameless_n','Zombie Slaughter',1864,5,15000,0,1,'DUNGEON')
,('nameless_n','Ragged Zombie',1865,5,15000,0,1,'DUNGEON')
,('nameless_n','<NAME>',1866,5,15000,0,1,'DUNGEON')
,('nameless_n','Banshee',1867,4,15000,0,1,'DUNGEON')
,('nameless_n','Flame Skull',1869,1,30000,0,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('nameless_n','Ghoul',1036,10,30000,0,1,'DUNGEON')
,('nameless_n','Zombie Slaughter',1864,2,15000,0,1,'DUNGEON')
,('nameless_n','Ragged Zombie',1865,2,15000,0,1,'DUNGEON')
,('nameless_n','<NAME>',1866,5,15000,0,1,'DUNGEON')
,('nameless_n','Banshee',1867,4,15000,0,1,'DUNGEON')
,('nameless_n','Flame Skull',1869,1,30000,0,1,'DUNGEON')
,('nameless_n','Ghoul',1036,10,30000,0,1,'DUNGEON')
,('nameless_n','Zombie Slaughter',1864,2,15000,0,1,'DUNGEON')
,('nameless_n','Ragged Zombie',1865,2,15000,0,1,'DUNGEON')
,('nameless_n','<NAME>',1866,2,15000,0,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('nameless_n','Banshee',1867,4,15000,0,1,'DUNGEON')
,('nameless_n','Ghoul',1036,10,30000,0,1,'DUNGEON')
,('abbey01','Banshee',1867,30,0,0,1,'DUNGEON')
,('abbey01','Banshee',1867,30,0,0,1,'DUNGEON')
,('abbey01','<NAME>',1866,15,0,0,1,'DUNGEON')
,('abbey01','Zombie Slaughter',1864,10,0,0,1,'DUNGEON')
,('abbey01','Ragged Zombie',1865,10,0,0,1,'DUNGEON')
,('abbey01','Flame Skull',1869,9,0,0,1,'DUNGEON')
,('abbey01','Ghoul',1036,10,0,0,1,'DUNGEON')
,('abbey01','Banshee',1867,3,0,0,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('abbey01','Hell Poodle',1866,2,0,0,1,'DUNGEON')
,('abbey01','Zombie Slaughter',1864,3,0,0,1,'DUNGEON')
,('abbey01','Ragged Zombie',1865,3,0,0,1,'DUNGEON')
,('abbey01','Flame Skull',1869,2,0,0,1,'DUNGEON')
,('abbey01','Ghoul',1036,4,0,0,1,'DUNGEON')
,('abbey01','Banshee',1867,3,0,0,1,'DUNGEON')
,('abbey01','Hell Poodle',1866,1,0,0,1,'DUNGEON')
,('abbey01','Zombie Slaughter',1864,1,0,0,1,'DUNGEON')
,('abbey01','Ragged Zombie',1865,2,0,0,1,'DUNGEON')
,('abbey01','Flame Skull',1869,1,0,0,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('abbey01','Ghoul',1036,4,0,0,1,'DUNGEON')
,('abbey01','Banshee',1867,10,0,0,1,'DUNGEON')
,('abbey01','Hell Poodle',1866,5,0,0,1,'DUNGEON')
,('abbey01','Zombie Slaughter',1864,7,0,0,1,'DUNGEON')
,('abbey01','Ragged Zombie',1865,7,0,0,1,'DUNGEON')
,('abbey01','Flame Skull',1869,3,0,0,1,'DUNGEON')
,('abbey01','Ghoul',1036,10,0,0,1,'DUNGEON')
,('abbey01','Banshee',1867,3,0,0,1,'DUNGEON')
,('abbey01','Zombie Slaughter',1864,3,0,0,1,'DUNGEON')
,('abbey01','Ragged Zombie',1865,3,0,0,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('abbey01','Flame Skull',1869,1,0,0,1,'DUNGEON')
,('abbey01','Ghoul',1036,10,0,0,1,'DUNGEON')
,('abbey01','Zombie Slaughter',1864,4,0,0,1,'DUNGEON')
,('abbey01','Ragged Zombie',1865,4,0,0,1,'DUNGEON')
,('abbey01','Flame Skull',1869,3,0,0,1,'DUNGEON')
,('abbey01','Ghoul',1036,10,0,0,1,'DUNGEON')
,('abbey01','Banshee',1867,7,0,0,1,'DUNGEON')
,('abbey01','Hell Poodle',1866,1,0,0,1,'DUNGEON')
,('abbey01','Zombie Slaughter',1864,1,0,0,1,'DUNGEON')
,('abbey01','Ragged Zombie',1865,2,0,0,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('abbey01','Flame Skull',1869,1,0,0,1,'DUNGEON')
,('abbey01','Ghoul',1036,4,0,0,1,'DUNGEON')
,('abbey01','Banshee',1867,7,0,0,1,'DUNGEON')
,('abbey01','Hell Poodle',1866,1,0,0,1,'DUNGEON')
,('abbey01','Zombie Slaughter',1864,1,0,0,1,'DUNGEON')
,('abbey01','Ragged Zombie',1865,2,0,0,1,'DUNGEON')
,('abbey01','Flame Skull',1869,1,0,0,1,'DUNGEON')
,('abbey01','Ghoul',1036,4,0,0,1,'DUNGEON')
,('abbey02','Zombie Slaughter',1864,30,60000,0,1,'DUNGEON')
,('abbey02','Ragged Zombie',1865,10,0,0,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('abbey02','Flame Skull',1869,3,0,0,1,'DUNGEON')
,('abbey02','Necromancer',1870,1,0,0,1,'DUNGEON')
,('abbey02','Zombie Slaughter',1864,30,124000,0,1,'DUNGEON')
,('abbey02','Ragged Zombie',1865,10,0,0,1,'DUNGEON')
,('abbey02','Flame Skull',1869,3,0,0,1,'DUNGEON')
,('abbey02','Necromancer',1870,1,0,0,1,'DUNGEON')
,('abbey02','Zombie Slaughter',1864,30,63000,0,1,'DUNGEON')
,('abbey02','Ragged Zombie',1865,10,0,0,1,'DUNGEON')
,('abbey02','Flame Skull',1869,3,0,0,1,'DUNGEON')
,('abbey02','Necromancer',1870,1,0,0,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('abbey02','Fallen Bishop Hibram',1871,1,7200000,600000,1,'DUNGEON')
,('abbey02','Zombie Slaughter',1864,30,122000,0,1,'DUNGEON')
,('abbey02','Ragged Zombie',1865,10,0,0,1,'DUNGEON')
,('abbey02','Flame Skull',1869,3,0,0,1,'DUNGEON')
,('abbey02','Necromancer',1870,1,0,0,1,'DUNGEON')
,('abbey02','Zombie Slaughter',1864,30,6000,0,1,'DUNGEON')
,('abbey02','Ragged Zombie',1865,10,0,0,1,'DUNGEON')
,('abbey02','Flame Skull',1869,3,0,0,1,'DUNGEON')
,('abbey02','Necromancer',1870,1,0,0,1,'DUNGEON')
,('abbey02','Zombie Slaughter',1864,30,120000,0,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('abbey02','Ragged Zombie',1865,10,0,0,1,'DUNGEON')
,('abbey02','Flame Skull',1869,3,0,0,1,'DUNGEON')
,('abbey02','Necromancer',1870,1,0,0,1,'DUNGEON')
,('abbey02','Zombie Slaughter',1864,30,60000,0,1,'DUNGEON')
,('abbey02','Ragged Zombie',1865,10,0,0,1,'DUNGEON')
,('abbey02','Flame Skull',1869,3,0,0,1,'DUNGEON')
,('abbey02','Necromancer',1870,1,0,0,1,'DUNGEON')
,('abbey03','Beelzebub',1873,1,43200000,600000,1,'DUNGEON')
,('abbey03','Necromancer',1870,10,0,0,1,'DUNGEON')
,('abbey03','Banshee',1867,10,0,0,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('abbey03','Flame Skull',1869,5,0,0,1,'DUNGEON')
,('abbey03','Necromancer',1870,20,0,0,1,'DUNGEON')
,('abbey03','Banshee',1867,10,0,0,1,'DUNGEON')
,('abbey03','Flame Skull',1869,10,0,0,1,'DUNGEON')
,('abbey03','Necromancer',1870,30,0,0,1,'DUNGEON')
,('abbey03','Banshee',1867,10,0,0,1,'DUNGEON')
,('abbey03','Flame Skull',1869,10,0,0,1,'DUNGEON')
,('abyss_01','Mimic',1191,10,600000,0,0,'DUNGEON')
,('abyss_01','Ancient Mimic',1699,10,600000,0,0,'DUNGEON')
,('abyss_01','Ferus',1714,10,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('abyss_01','Ferus',1717,25,300000,0,0,'DUNGEON')
,('abyss_01','Novus',1715,3,0,0,0,'DUNGEON')
,('abyss_01','Novus',1718,3,0,0,0,'DUNGEON')
,('abyss_01','Ferus',1714,10,0,0,0,'DUNGEON')
,('abyss_01','Ferus',1717,15,300000,0,0,'DUNGEON')
,('abyss_01','Novus',1715,3,0,0,0,'DUNGEON')
,('abyss_01','Novus',1718,3,0,0,0,'DUNGEON')
,('abyss_01','Ferus',1714,10,0,0,0,'DUNGEON')
,('abyss_01','Ferus',1717,15,300000,0,0,'DUNGEON')
,('abyss_01','Novus',1715,3,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('abyss_01','Novus',1718,3,0,0,0,'DUNGEON')
,('abyss_01','Penomena',1216,15,660000,300000,0,'DUNGEON')
,('abyss_01','Penomena',1216,5,720000,300000,0,'DUNGEON')
,('abyss_01','Penomena',1216,10,780000,300000,0,'DUNGEON')
,('abyss_01','Dragon Egg',1721,3,1200000,600000,0,'DUNGEON')
,('abyss_01','Dragon Egg',1721,5,1800000,600000,0,'DUNGEON')
,('abyss_02','Mimic',1191,10,900000,0,0,'DUNGEON')
,('abyss_02','Ancient Mimic',1699,10,900000,0,0,'DUNGEON')
,('abyss_02','Ferus',1714,50,300000,0,0,'DUNGEON')
,('abyss_02','Acidus',1713,10,600000,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('abyss_02','Acidus',1716,60,300000,0,0,'DUNGEON')
,('abyss_02','Novus',1715,5,0,0,0,'DUNGEON')
,('abyss_02','Novus',1718,5,0,0,0,'DUNGEON')
,('abyss_02','Dragon Egg',1721,10,1800000,600000,0,'DUNGEON')
,('abyss_03','Mimic',1191,10,300000,0,0,'DUNGEON')
,('abyss_03','Ancient Mimic',1699,10,300000,0,0,'DUNGEON')
,('abyss_03','Acidus',1713,60,600000,0,0,'DUNGEON')
,('abyss_03','Acidus',1716,10,300000,0,0,'DUNGEON')
,('abyss_03','Ferus',1714,10,300000,0,0,'DUNGEON')
,('abyss_03','Ferus',1717,10,300000,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('abyss_03','Dragon Egg',1721,10,1800000,600000,0,'DUNGEON')
,('abyss_03','Hydrolancer',1720,3,3000000,2400000,0,'DUNGEON')
,('abyss_03','Detardeurus',1719,1,10800000,600000,0,'DUNGEON')
,('alde_dun01','Arclouze',1194,50,0,0,0,'DUNGEON')
,('alde_dun01','Drainliar',1111,40,0,0,0,'DUNGEON')
,('alde_dun02','High Orc',1213,50,0,0,0,'DUNGEON')
,('alde_dun02','Orc Archer',1189,20,0,0,0,'DUNGEON')
,('alde_dun02','Brilight',1211,20,0,0,0,'DUNGEON')
,('alde_dun02','Arclouze',1194,20,0,0,0,'DUNGEON')
,('alde_dun03','Cramp',1209,25,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('alde_dun03','Drainliar',1111,20,0,0,0,'DUNGEON')
,('alde_dun03','Cramp',1209,3,40000,20000,0,'DUNGEON')
,('alde_dun03','Penomena',1216,45,180000,120000,0,'DUNGEON')
,('alde_dun03','Cramp',1209,10,300000,150000,0,'DUNGEON')
,('alde_dun03','Drainliar',1111,10,300000,150000,0,'DUNGEON')
,('alde_dun03','Penomena',1216,3,600000,300000,0,'DUNGEON')
,('alde_dun03','Penomena',1216,2,600000,300000,0,'DUNGEON')
,('alde_dun03','Penomena',1216,2,600000,300000,0,'DUNGEON')
,('alde_dun03','Cramp',1209,5,300000,150000,0,'DUNGEON')
,('alde_dun03','Drainliar',1111,5,300000,150000,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('alde_dun03','Penomena',1216,4,600000,300000,0,'DUNGEON')
,('alde_dun03','Cramp',1209,10,300000,150000,0,'DUNGEON')
,('alde_dun03','Drainliar',1111,10,300000,150000,0,'DUNGEON')
,('alde_dun03','Penomena',1216,7,600000,300000,0,'DUNGEON')
,('alde_dun03','Penomena',1216,2,600000,300000,0,'DUNGEON')
,('alde_dun03','Penomena',1216,4,600000,300000,0,'DUNGEON')
,('alde_dun03','Penomena',1216,5,600000,300000,0,'DUNGEON')
,('alde_dun03','Cramp',1209,3,300000,150000,0,'DUNGEON')
,('alde_dun03','Penomena',1216,5,600000,300000,0,'DUNGEON')
,('alde_dun03','Penomena',1216,3,600000,300000,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('alde_dun03','Penomena',1216,3,600000,300000,0,'DUNGEON')
,('alde_dun03','Drainliar',1111,10,300000,150000,0,'DUNGEON')
,('alde_dun04','Bathory',1102,50,0,0,0,'DUNGEON')
,('alde_dun04','Joker',1131,10,0,0,0,'DUNGEON')
,('alde_dun04','Executioner',1205,1,3600000,1800000,1,'DUNGEON')
,('alde_dun04','Mysteltainn',1203,1,3600000,1800000,1,'DUNGEON')
,('alde_dun04','Ogretooth',1204,1,3600000,1800000,1,'DUNGEON')
,('alde_dun04','Whisper',1179,10,0,0,0,'DUNGEON')
,('ama_dun01','<NAME>',1404,65,0,0,0,'DUNGEON')
,('ama_dun01','Firelock Soldier',1403,45,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('ama_dun01','Shinobi',1401,2,180000,90000,0,'DUNGEON')
,('ama_dun02','Poison Toad',1402,35,180000,90000,0,'DUNGEON')
,('ama_dun02','Firelock Soldier',1403,20,60000,30000,0,'DUNGEON')
,('ama_dun02','<NAME>',1404,5,120000,60000,0,'DUNGEON')
,('ama_dun02','Shinobi',1401,2,180000,90000,0,'DUNGEON')
,('ama_dun02','Horong',1129,10,0,0,0,'DUNGEON')
,('ama_dun02','The Paper',1375,1,180000,90000,0,'DUNGEON')
,('ama_dun03','Shinobi',1401,35,600000,300000,0,'DUNGEON')
,('ama_dun03','Firelock Soldier',1403,25,0,0,0,'DUNGEON')
,('ama_dun03','<NAME>',1404,1,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('ama_dun03','Tengu',1405,40,600000,300000,0,'DUNGEON')
,('ama_dun03','Mimic',1191,5,0,0,0,'DUNGEON')
,('ama_dun03','The Paper',1375,20,600000,300000,0,'DUNGEON')
,('ama_dun03','<NAME>',1492,1,5460000,600000,0,'DUNGEON')
,('ama_dun03','Shinobi',1401,20,5450000,3600000,0,'DUNGEON')
,('ama_dun03','Tengu',1405,15,5440000,3600000,0,'DUNGEON')
,('anthell01','Familiar',1005,20,0,0,0,'DUNGEON')
,('anthell01','Andre',1095,15,0,0,0,'DUNGEON')
,('anthell01','Piere',1160,50,0,0,0,'DUNGEON')
,('anthell01','Deniro',1105,40,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('anthell01','Vitata',1176,10,0,0,0,'DUNGEON')
,('anthell01','Giearth',1121,1,0,0,0,'DUNGEON')
,('anthell01','Maya Purple',1289,1,7200000,3600000,1,'DUNGEON')
,('anthell01','Ant Egg',1097,1,60000,30000,0,'DUNGEON')
,('anthell02','Ant Egg',1097,15,0,0,0,'DUNGEON')
,('anthell02','Familiar',1005,20,0,0,0,'DUNGEON')
,('anthell02','Andre',1095,50,0,0,0,'DUNGEON')
,('anthell02','Piere',1160,15,0,0,0,'DUNGEON')
,('anthell02','Deniro',1105,15,0,0,0,'DUNGEON')
,('anthell02','Vitata',1176,30,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('anthell02','Giearth',1121,3,0,0,0,'DUNGEON')
,('anthell02','Maya',1147,1,7200000,600000,1,'DUNGEON')
,('ayo_dun01','Leaf Cat',1586,65,0,0,0,'DUNGEON')
,('ayo_dun01','Whisper',1179,10,0,0,0,'DUNGEON')
,('ayo_dun01','Kraben',1587,5,0,0,0,'DUNGEON')
,('ayo_dun01','Ghoul',1036,30,0,0,0,'DUNGEON')
,('ayo_dun02','Tamruan',1584,100,0,0,0,'DUNGEON')
,('ayo_dun02','Whisper',1179,20,0,0,0,'DUNGEON')
,('ayo_dun02','Kraben',1587,20,0,0,0,'DUNGEON')
,('ayo_dun02','<NAME>',1688,1,25200000,600000,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('beach_dun','Medusa',1148,60,0,0,0,'DUNGEON')
,('beach_dun','Merman',1264,3,10000,5000,0,'DUNGEON')
,('beach_dun','Nereid',1255,20,0,0,0,'DUNGEON')
,('beach_dun','Pest',1256,20,0,0,0,'DUNGEON')
,('beach_dun','<NAME>',1583,1,18000000,600000,0,'DUNGEON')
,('beach_dun2','Megalith',1274,15,0,0,0,'DUNGEON')
,('beach_dun2','Nereid',1255,10,0,0,0,'DUNGEON')
,('beach_dun2','Stalactic Golem',1278,65,5000,0,0,'DUNGEON')
,('beach_dun2','Tri Joint',1279,20,0,0,0,'DUNGEON')
,('beach_dun2','Hydra',1068,10,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('beach_dun3','Nereid',1255,1,200000,100000,0,'DUNGEON')
,('beach_dun3','Thara Frog',1034,50,0,0,0,'DUNGEON')
,('beach_dun3','Hydra',1068,30,0,0,0,'DUNGEON')
,('beach_dun3','Megalodon',1064,30,0,0,0,'DUNGEON')
,('c_tower1','Punk',1199,70,0,0,0,'DUNGEON')
,('c_tower1','Rideword',1195,70,0,0,0,'DUNGEON')
,('c_tower1','Clock Tower Manager',1270,1,0,0,0,'DUNGEON')
,('c_tower1','Bathory',1102,1,0,0,0,'DUNGEON')
,('c_tower2','Punk',1199,40,0,0,0,'DUNGEON')
,('c_tower2','Clock',1269,40,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('c_tower2','Rideword',1195,7,0,0,0,'DUNGEON')
,('c_tower2','Rideword',1195,1,60000,30000,0,'DUNGEON')
,('c_tower2','Rideword',1195,1,120000,60000,0,'DUNGEON')
,('c_tower2','Rideword',1195,1,300000,120000,0,'DUNGEON')
,('c_tower2','Rideword',1195,1,120000,60000,0,'DUNGEON')
,('c_tower2','Rideword',1195,1,300000,120000,0,'DUNGEON')
,('c_tower2','Mimic',1191,3,0,0,0,'DUNGEON')
,('c_tower2','Clock Tower Manager',1270,1,0,0,0,'DUNGEON')
,('c_tower2','Elder',1377,1,3600000,1800000,0,'DUNGEON')
,('c_tower2','Elder',1377,1,3600000,1800000,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('c_tower3','Alarm',1193,80,0,0,0,'DUNGEON')
,('c_tower3','Rideword',1195,5,0,0,0,'DUNGEON')
,('c_tower3','Rideword',1195,1,126000,100000,0,'DUNGEON')
,('c_tower3','Mimic',1191,7,0,0,0,'DUNGEON')
,('c_tower3','Clock Tower Manager',1270,3,0,0,0,'DUNGEON')
,('c_tower4','Clock Tower Manager',1270,1,3600000,0,0,'DUNGEON')
,('c_tower4','Whisper',1179,5,0,0,0,'DUNGEON')
,('c_tower4','Elder',1377,1,3600000,1800000,0,'DUNGEON')
,('c_tower4','Alarm',1193,6,0,0,0,'DUNGEON')
,('c_tower4','Clock',1269,7,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('c_tower4','Owl Duke',1320,3,0,0,0,'DUNGEON')
,('c_tower4','Rideword',1195,1,340000,150000,1,'DUNGEON')
,('c_tower4','Mimic',1191,1,1800000,900000,1,'DUNGEON')
,('c_tower4','Mimic',1191,1,1800000,900000,1,'DUNGEON')
,('c_tower4','Executioner',1205,1,7200000,3600000,1,'DUNGEON')
,('ein_dun01','Pitman',1616,70,0,0,0,'DUNGEON')
,('ein_dun01','Noxious',1620,30,300000,0,0,'DUNGEON')
,('ein_dun01','Porcellio',1619,30,0,0,0,'DUNGEON')
,('ein_dun01','Venomous',1621,10,300000,0,0,'DUNGEON')
,('ein_dun01','Old Stove',1617,1,1800000,600000,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('ein_dun01','Ungoliant',1618,1,3600000,3000000,0,'DUNGEON')
,('ein_dun02','Obsidian',1615,10,0,0,0,'DUNGEON')
,('ein_dun02','Mineral',1614,15,0,0,0,'DUNGEON')
,('ein_dun02','Obsidian',1615,30,300000,0,0,'DUNGEON')
,('ein_dun02','Mineral',1614,35,300000,0,0,'DUNGEON')
,('ein_dun02','Teddy Bear',1622,10,0,0,0,'DUNGEON')
,('ein_dun02','Teddy Bear',1622,20,480000,0,0,'DUNGEON')
,('ein_dun02','Old Stove',1617,10,0,0,0,'DUNGEON')
,('ein_dun02','Old Stove',1617,20,480000,0,0,'DUNGEON')
,('ein_dun02','RSX-0806',1623,1,7500000,600000,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('gef_dun00','Hunter Fly',1035,30,60000,30000,0,'DUNGEON')
,('gef_dun00','Poporing',1031,15,0,0,0,'DUNGEON')
,('gef_dun00','Poison Spore',1077,25,0,0,0,'DUNGEON')
,('gef_dun00','Red Plant',1078,1,300000,150000,0,'DUNGEON')
,('gef_dun00','Yellow Plant',1081,1,300000,150000,0,'DUNGEON')
,('gef_dun00','Green Plant',1080,1,300000,150000,0,'DUNGEON')
,('gef_dun00','Red Plant',1078,1,300000,150000,0,'DUNGEON')
,('gef_dun00','Shining Plant',1083,1,3000000,1500000,0,'DUNGEON')
,('gef_dun00','Red Plant',1078,10,180000,90000,1,'DUNGEON')
,('gef_dun00','Black Mushroom',1084,3,180000,90000,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('gef_dun00','Black Mushroom',1084,3,180000,90000,1,'DUNGEON')
,('gef_dun01','Drainliar',1111,20,0,0,0,'DUNGEON')
,('gef_dun01','Nightmare',1061,30,0,0,0,'DUNGEON')
,('gef_dun01','Ogretooth',1204,1,1800000,1200000,0,'DUNGEON')
,('gef_dun01','Zombie',1015,25,0,0,0,'DUNGEON')
,('gef_dun01','Ghoul',1036,40,0,0,0,'DUNGEON')
,('gef_dun01','Jakk',1130,40,300000,100000,0,'DUNGEON')
,('gef_dun01','Blue Plant',1079,1,300000,100000,0,'DUNGEON')
,('gef_dun01','Dracula',1389,1,3600000,600000,1,'DUNGEON')
,('gef_dun01','Black Mushroom',1084,5,180000,90000,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('gef_dun01','White Plant',1082,3,180000,90000,1,'DUNGEON')
,('gef_dun01','White Plant',1082,3,180000,90000,1,'DUNGEON')
,('gef_dun01','White Plant',1082,2,180000,90000,1,'DUNGEON')
,('gef_dun01','White Plant',1082,2,180000,90000,1,'DUNGEON')
,('gef_dun02','Ghoul',1036,10,0,0,0,'DUNGEON')
,('gef_dun02','Whisper',1179,20,0,0,0,'DUNGEON')
,('gef_dun02','Hunter Fly',1035,10,0,0,0,'DUNGEON')
,('gef_dun02','Marionette',1143,20,0,0,0,'DUNGEON')
,('gef_dun02','Deviruchi',1109,35,0,0,0,'DUNGEON')
,('gef_dun02','Nightmare',1061,40,60000,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('gef_dun02','Doppelganger',1046,1,7200000,600000,1,'DUNGEON')
,('gef_dun02','White Plant',1082,3,180000,90000,1,'DUNGEON')
,('gef_dun02','White Plant',1082,3,180000,90000,1,'DUNGEON')
,('gef_dun02','White Plant',1082,3,180000,90000,1,'DUNGEON')
,('gef_dun02','White Plant',1082,3,180000,90000,1,'DUNGEON')
,('gef_dun02','Shining Plant',1083,1,1800000,900000,1,'DUNGEON')
,('gef_dun02','Shining Plant',1083,1,1800000,900000,1,'DUNGEON')
,('gef_dun03','Hellion Revenant',1626,1,600000,300000,0,'DUNGEON')
,('gef_dun03','Wraith',1192,8,60000,30000,0,'DUNGEON')
,('gef_dun03','Wraith Dead',1291,2,60000,30000,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('gef_dun03','Wind Ghost',1263,3,60000,30000,0,'DUNGEON')
,('gef_dun03','Shining Plant',1083,3,1800000,900000,1,'DUNGEON')
,('gef_dun03','White Plant',1082,10,180000,90000,1,'DUNGEON')
,('gefenia01','False Angel',1371,60,0,0,0,'DUNGEON')
,('gefenia01','Succubus',1370,10,0,0,0,'DUNGEON')
,('gefenia01','Incubus',1374,10,0,0,0,'DUNGEON')
,('gefenia01','Violy',1390,30,0,0,0,'DUNGEON')
,('gefenia01','Mini Demon',1292,20,0,0,0,'DUNGEON')
,('gefenia01','Abysmal Knight',1219,10,0,0,0,'DUNGEON')
,('gefenia01','Bloody Knight',1268,1,3600000,3000000,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('gefenia01','Mysteltainn',1203,1,10800000,7200000,0,'DUNGEON')
,('gefenia01','Executioner',1205,1,18000000,14400000,0,'DUNGEON')
,('gefenia01','Ogretooth',1204,1,18000000,14400000,0,'DUNGEON')
,('gefenia02','False Angel',1371,30,0,0,0,'DUNGEON')
,('gefenia02','Succubus',1370,20,0,0,0,'DUNGEON')
,('gefenia02','Incubus',1374,10,0,0,0,'DUNGEON')
,('gefenia02','Violy',1390,40,0,0,0,'DUNGEON')
,('gefenia02','Mini Demon',1292,30,0,0,0,'DUNGEON')
,('gefenia02','Abysmal Knight',1219,10,0,0,0,'DUNGEON')
,('gefenia02','Bloody Knight',1268,1,3600000,3000000,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('gefenia02','Mysteltainn',1203,1,18000000,14400000,0,'DUNGEON')
,('gefenia02','Executioner',1205,1,18000000,14400000,0,'DUNGEON')
,('gefenia02','Ogretooth',1204,1,10800000,7200000,0,'DUNGEON')
,('gefenia03','False Angel',1371,40,0,0,0,'DUNGEON')
,('gefenia03','Succubus',1370,10,0,0,0,'DUNGEON')
,('gefenia03','Incubus',1374,20,0,0,0,'DUNGEON')
,('gefenia03','Violy',1390,40,0,0,0,'DUNGEON')
,('gefenia03','Mini Demon',1292,30,0,0,0,'DUNGEON')
,('gefenia03','Abysmal Knight',1219,10,0,0,0,'DUNGEON')
,('gefenia03','Bloody Knight',1268,1,3600000,3000000,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('gefenia03','Mysteltainn',1203,1,18000000,14400000,0,'DUNGEON')
,('gefenia03','Executioner',1205,1,10800000,7200000,0,'DUNGEON')
,('gefenia03','Ogretooth',1204,1,18000000,14400000,0,'DUNGEON')
,('gefenia04','False Angel',1371,30,0,0,0,'DUNGEON')
,('gefenia04','Succubus',1370,10,600000,300000,0,'DUNGEON')
,('gefenia04','Incubus',1374,10,600000,300000,0,'DUNGEON')
,('gefenia04','Violy',1390,30,0,0,0,'DUNGEON')
,('gefenia04','Mini Demon',1292,20,0,0,0,'DUNGEON')
,('gefenia04','Abysmal Knight',1219,10,0,0,0,'DUNGEON')
,('gefenia04','Bloody Knight',1268,1,3600000,3000000,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('gefenia04','Mysteltainn',1203,1,18000000,14400000,0,'DUNGEON')
,('gefenia04','Executioner',1205,1,18000000,14400000,0,'DUNGEON')
,('gefenia04','Ogretooth',1204,1,18000000,14400000,0,'DUNGEON')
,('gl_cas01','Sage Worm',1281,10,0,0,0,'DUNGEON')
,('gl_cas01','Carat',1267,50,0,0,0,'DUNGEON')
,('gl_cas01','Rideword',1195,15,0,0,0,'DUNGEON')
,('gl_cas01','Dark Frame',1260,20,0,0,0,'DUNGEON')
,('gl_cas01','Whisper',1179,10,0,0,0,'DUNGEON')
,('gl_cas01','Alice',1275,1,0,0,0,'DUNGEON')
,('gl_cas01','Ogretooth',1204,1,7200000,3600000,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('gl_cas01','<NAME>',1295,6,0,0,1,'DUNGEON')
,('gl_cas01','O<NAME>',1320,20,0,0,1,'DUNGEON')
,('gl_cas02','Wanderer',1208,40,0,0,0,'DUNGEON')
,('gl_cas02','Raydric',1163,30,0,0,0,'DUNGEON')
,('gl_cas02','Rideword',1195,55,0,0,0,'DUNGEON')
,('gl_cas02','<NAME>',1276,19,0,0,0,'DUNGEON')
,('gl_cas02','Chimera',1283,2,1800000,900000,1,'DUNGEON')
,('gl_cas02','Abysmal Knight',1219,3,1800000,900000,1,'DUNGEON')
,('gl_cas02','Mysteltainn',1203,1,7200000,3600000,1,'DUNGEON')
,('gl_cas02','Whisper',1185,1,1800000,900000,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('gl_cas02','<NAME>',1117,9,120000,60000,1,'DUNGEON')
,('gl_cas02','Khalitzburg',1132,1,360000,180000,1,'DUNGEON')
,('gl_cas02','Mimic',1191,1,360000,180000,1,'DUNGEON')
,('gl_cas02','Ogretooth',1204,1,7200000,3600000,1,'DUNGEON')
,('gl_cas02','Alice',1275,1,0,0,0,'DUNGEON')
,('gl_in01','Marionette',1143,5,0,0,0,'DUNGEON')
,('gl_in01','Marionette',1143,5,0,0,0,'DUNGEON')
,('gl_in01','Marionette',1143,5,0,0,0,'DUNGEON')
,('gl_in01','Marionette',1143,5,0,0,0,'DUNGEON')
,('gl_in01','Rideword',1195,7,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('gl_in01','Wanderer',1208,1,0,0,0,'DUNGEON')
,('gl_in01','Alice',1275,1,0,0,0,'DUNGEON')
,('gl_in01','Dark Frame',1260,3,0,0,0,'DUNGEON')
,('gl_in01','Dark Frame',1260,2,0,0,0,'DUNGEON')
,('gl_in01','ark Frame',1260,2,0,0,0,'DUNGEON')
,('gl_in01','Dark Frame',1260,3,0,0,0,'DUNGEON')
,('gl_in01','Sage Worm',1281,3,0,0,0,'DUNGEON')
,('gl_in01','Sage Worm',1281,5,0,0,0,'DUNGEON')
,('gl_in01','Sage Worm',1281,3,0,0,0,'DUNGEON')
,('gl_in01','Sage Worm',1281,3,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('gl_prison','Injustice',1257,20,0,0,0,'DUNGEON')
,('gl_prison','Hunter Fly',1035,10,0,0,0,'DUNGEON')
,('gl_prison','Zombie Prisoner',1197,30,0,0,0,'DUNGEON')
,('gl_prison','Rybio',1201,15,0,0,0,'DUNGEON')
,('gl_prison1','Skeleton Prisoner',1196,30,0,0,0,'DUNGEON')
,('gl_prison1','Cramp',1209,5,0,0,0,'DUNGEON')
,('gl_prison1','Hunter Fly',1035,10,0,0,0,'DUNGEON')
,('gl_prison1','Injustice',1257,40,0,0,0,'DUNGEON')
,('gl_prison1','Zealotus',1200,1,3600000,1800000,1,'DUNGEON')
,('gl_prison1','Rybio',1201,10,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('gl_prison1','Phendark',1202,10,0,0,0,'DUNGEON')
,('glast_01','Abysmal Knight',1219,2,600000,300000,1,'DUNGEON')
,('glast_01','Gargoyle',1253,10,0,0,1,'DUNGEON')
,('glast_01','Green Plant',1080,8,360000,180000,1,'DUNGEON')
,('glast_01','Blue Plant',1079,2,900000,450000,1,'DUNGEON')
,('glast_01','Shining Plant',1083,1,1800000,900000,1,'DUNGEON')
,('gl_church','Wraith',1192,5,0,0,0,'DUNGEON')
,('gl_church','Evil Druid',1117,60,0,0,0,'DUNGEON')
,('gl_church','Ghoul',1036,50,0,0,0,'DUNGEON')
,('gl_church','Dark Illusion',1302,1,3600000,1800000,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('gl_church','Mimic',1191,5,0,0,0,'DUNGEON')
,('gl_church','Mimic',1191,1,30000,15000,0,'DUNGEON')
,('gl_church','Mimic',1191,2,60000,30000,0,'DUNGEON')
,('gl_church','Mimic',1191,1,30000,15000,0,'DUNGEON')
,('gl_chyard','Ghoul',1036,35,0,0,0,'DUNGEON')
,('gl_chyard','Zombie',1015,20,0,0,0,'DUNGEON')
,('gl_chyard','Wraith',1192,45,0,0,0,'DUNGEON')
,('gl_chyard','Evil Druid',1117,10,0,0,0,'DUNGEON')
,('gl_chyard','Hunter Fly',1035,3,0,0,0,'DUNGEON')
,('gl_chyard','Mimic',1191,3,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('gl_chyard','Dark Lord',1272,1,3600000,600000,1,'DUNGEON')
,('gl_sew01','Gargoyle',1253,30,0,0,0,'DUNGEON')
,('gl_sew01','Arclouze',1194,10,0,0,0,'DUNGEON')
,('gl_sew01','Whisper',1179,40,0,0,0,'DUNGEON')
,('gl_sew02','Gargoyle',1253,55,0,0,0,'DUNGEON')
,('gl_sew02','Cramp',1209,15,0,0,0,'DUNGEON')
,('gl_sew03','Sting',1207,70,0,0,0,'DUNGEON')
,('gl_sew03','Gargoyle',1253,37,0,0,0,'DUNGEON')
,('gl_sew03','Gargoyle',1253,1,2400000,1800000,0,'DUNGEON')
,('gl_sew03','Gargoyle',1253,1,3600000,1800000,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('gl_sew03','Gargoyle',1253,1,3600000,1800000,0,'DUNGEON')
,('gl_sew04','Anolian',1206,100,120000,0,0,'DUNGEON')
,('gl_sew04','Gargoyle',1253,20,0,0,0,'DUNGEON')
,('gl_sew04','Drainliar',1111,10,0,0,0,'DUNGEON')
,('gl_step','Mimic',1191,5,60000,30000,0,'DUNGEON')
,('gl_step','Raydric Archer',1276,10,0,0,0,'DUNGEON')
,('gl_step','Wind Ghost',1263,100,120000,0,0,'DUNGEON')
,('gl_knt01','Raydric',1163,60,0,0,0,'DUNGEON')
,('gl_knt01','Raydric Archer',1276,20,0,0,0,'DUNGEON')
,('gl_knt01','Khalitzburg',1132,10,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('gl_knt01','Abysmal Knight',1219,10,0,0,0,'DUNGEON')
,('gl_knt01','Alice',1275,1,0,0,0,'DUNGEON')
,('gl_knt01','Giant Whisper',1186,1,3600000,1800000,1,'DUNGEON')
,('gl_knt01','Rideword',1195,1,120000,60000,1,'DUNGEON')
,('gl_knt01','Rideword',1195,10,120000,60000,1,'DUNGEON')
,('gl_knt01','Rideword',1195,10,120000,60000,1,'DUNGEON')
,('gl_knt01','Black Mushroom',1084,1,3600000,1800000,1,'DUNGEON')
,('gl_knt01','Black Mushroom',1084,1,3600000,1800000,1,'DUNGEON')
,('gl_knt01','Black Mushroom',1084,1,3600000,1800000,1,'DUNGEON')
,('gl_knt01','Black Mushroom',1084,1,3600000,1800000,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('gl_knt01','Black Mushroom',1084,1,3600000,1800000,1,'DUNGEON')
,('gl_knt01','Black Mushroom',1084,1,3600000,1800000,1,'DUNGEON')
,('gl_knt01','Black Mushroom',1084,1,3600000,1800000,1,'DUNGEON')
,('gl_knt01','Black Mushroom',1084,1,3600000,1800000,1,'DUNGEON')
,('gl_knt01','Black Mushroom',1084,1,3600000,1800000,1,'DUNGEON')
,('gl_knt01','Black Mushroom',1084,1,3600000,1800000,1,'DUNGEON')
,('gl_knt01','Black Mushroom',1084,1,3600000,1800000,1,'DUNGEON')
,('gl_knt01','Black Mushroom',1084,1,3600000,1800000,1,'DUNGEON')
,('gl_knt02','Raydric',1163,50,0,0,0,'DUNGEON')
,('gl_knt02','<NAME>',1276,20,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('gl_knt02','Khalitzburg',1132,30,0,0,0,'DUNGEON')
,('gl_knt02','Bloody Knight',1268,1,3600000,1800000,1,'DUNGEON')
,('gl_knt02','Alice',1275,1,0,0,0,'DUNGEON')
,('gl_knt02','Mysteltainn',1203,1,1800000,1200000,0,'DUNGEON')
,('gl_knt02','Abysmal Knight',1219,5,0,0,0,'DUNGEON')
,('gl_knt02','Abysmal Knight',1219,1,3600000,1800000,1,'DUNGEON')
,('gl_knt02','Khalitzburg',1132,1,1800000,900000,1,'DUNGEON')
,('gl_knt02','Khalitzburg',1132,1,1800000,900000,1,'DUNGEON')
,('gl_knt02','Khalitzburg',1132,1,1800000,900000,1,'DUNGEON')
,('gl_knt02','Khalitzburg',1132,1,1800000,900000,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('gl_knt02','Khalitzburg',1132,1,1800000,900000,1,'DUNGEON')
,('gl_knt02','Khalitzburg',1132,1,1800000,900000,1,'DUNGEON')
,('gl_knt02','Khalitzburg',1132,1,1800000,900000,1,'DUNGEON')
,('gl_knt02','Khalitzburg',1132,1,1800000,900000,1,'DUNGEON')
,('gl_knt02','Khalitzburg',1132,1,1800000,900000,1,'DUNGEON')
,('gl_knt02','Khalitzburg',1132,1,1800000,900000,1,'DUNGEON')
,('gl_dun01','Arclouze',1194,50,0,0,0,'DUNGEON')
,('gl_dun01','Sting',1207,40,0,0,0,'DUNGEON')
,('gl_dun02','Majoruros',1310,45,0,0,0,'DUNGEON')
,('gl_dun02','Gargoyle',1253,15,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('gld_dun01','Skeleton General',1290,10,0,0,0,'DUNGEON')
,('gld_dun01','<NAME>',1301,20,0,0,0,'DUNGEON')
,('gld_dun01','Cat o Nine Tails',1307,3,1200000,0,0,'DUNGEON')
,('gld_dun01','Gajomart',1309,10,0,0,0,'DUNGEON')
,('gld_dun01','Eddga',1115,1,28800000,600000,1,'DUNGEON')
,('gld_dun01','Vagabond Wolf',1092,1,14400000,7200000,1,'DUNGEON')
,('gld_dun02','Owl Baron',1295,3,0,0,0,'DUNGEON')
,('gld_dun02','Giant Spider',1304,10,240000,120000,0,'DUNGEON')
,('gld_dun02','Ancient Worm',1305,5,120000,60000,0,'DUNGEON')
,('gld_dun02','Killer Mantis',1294,5,120000,60000,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('gld_dun02','Giant Hornet',1303,10,120000,60000,0,'DUNGEON')
,('gld_dun02','Doppelganger',1046,1,28800000,600000,1,'DUNGEON')
,('gld_dun03','Maya Purple',1289,3,1200000,600000,0,'DUNGEON')
,('gld_dun03','Caterpillar',1300,20,0,0,0,'DUNGEON')
,('gld_dun03','Gullinbursti',1311,10,0,0,0,'DUNGEON')
,('gld_dun03','Creamy Fear',1293,20,0,0,0,'DUNGEON')
,('gld_dun03','<NAME>',1306,20,0,0,0,'DUNGEON')
,('gld_dun03','Maya',1147,1,28800000,600000,1,'DUNGEON')
,('gld_dun04','Wraith Dead',1291,20,0,0,0,'DUNGEON')
,('gld_dun04','Mini Demon',1292,20,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('gld_dun04','Zombie Master',1298,20,0,0,0,'DUNGEON')
,('gld_dun04','Dark Illusion',1302,1,1200000,0,0,'DUNGEON')
,('gld_dun04','Dark Lord',1272,1,28800000,600000,1,'DUNGEON')
,('gld_dun04','Ghostring',1120,1,14400000,7200000,1,'DUNGEON')
,('arug_dun01','Banshee Master',1974,22,0,0,0,'DUNGEON')
,('arug_dun01','Necromancer',1870,18,0,0,0,'DUNGEON')
,('arug_dun01','Beholder Master',1975,17,0,0,0,'DUNGEON')
,('arug_dun01','Fanat',1797,17,0,0,0,'DUNGEON')
,('arug_dun01','Aunoe',1796,17,0,0,0,'DUNGEON')
,('schg_dun01','Hell Apocalypse',1978,20,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('schg_dun01','Zakudam',1979,20,0,0,0,'DUNGEON')
,('schg_dun01','Heavy Metaling',1977,15,0,0,0,'DUNGEON')
,('schg_dun01','Cobalt Mineral',1976,15,0,0,0,'DUNGEON')
,('gon_dun01','Bloody Butterfly',1408,55,650000,350000,0,'DUNGEON')
,('gon_dun01','Enchanted Peach Tree',1410,35,0,0,0,'DUNGEON')
,('gon_dun01','Zipper Bear',1417,30,0,0,0,'DUNGEON')
,('gon_dun01','Red Plant',1078,5,0,0,0,'DUNGEON')
,('gon_dun01','Yellow Plant',1081,10,0,0,0,'DUNGEON')
,('gon_dun01','White Plant',1082,10,0,0,0,'DUNGEON')
,('gon_dun02','Enchanted Peach Tree',1410,2,300000,150000,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('gon_dun02','Baby Leopard',1415,4,600000,300000,0,'DUNGEON')
,('gon_dun02','Enchanted Peach Tree',1410,3,120000,60000,0,'DUNGEON')
,('gon_dun02','Enchanted Peach Tree',1410,1,300000,150000,0,'DUNGEON')
,('gon_dun02','Baby Leopard',1415,2,600000,300000,0,'DUNGEON')
,('gon_dun02','Taoist Hermit',1412,20,690000,390000,0,'DUNGEON')
,('gon_dun02','Bloody Butterfly',1408,20,0,0,0,'DUNGEON')
,('gon_dun02','Enchanted Peach Tree',1410,15,0,0,0,'DUNGEON')
,('gon_dun02','Yellow Plant',1081,10,0,0,0,'DUNGEON')
,('gon_dun03','White Plant',1082,10,0,0,0,'DUNGEON')
,('gon_dun03','Hermit Plant',1413,20,600000,300000,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('gon_dun03','Evil Nymph',1416,50,600000,300000,0,'DUNGEON')
,('gon_dun03','Taoist Hermit',1412,30,0,0,0,'DUNGEON')
,('gon_dun03','Evil Snake Lord',1418,1,5650000,600000,0,'DUNGEON')
,('ice_dun01','Siroma',1776,75,0,0,0,'DUNGEON')
,('ice_dun01','Roween',1782,5,0,0,0,'DUNGEON')
,('ice_dun01','Gazeti',1778,2,0,0,0,'DUNGEON')
,('ice_dun01','Muscipular',1780,5,0,0,0,'DUNGEON')
,('ice_dun02','Snowier',1775,70,0,0,0,'DUNGEON')
,('ice_dun02','Siroma',1776,30,0,0,0,'DUNGEON')
,('ice_dun02','Gazeti',1778,15,240000,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('ice_dun02','Ice Titan',1777,7,0,0,0,'DUNGEON')
,('ice_dun02','Iceicle',1789,1,1320000,300000,0,'DUNGEON')
,('ice_dun02','Iceicle',1789,2,1020000,300000,0,'DUNGEON')
,('ice_dun02','Iceicle',1789,1,900000,300000,0,'DUNGEON')
,('ice_dun02','Iceicle',1789,1,1020000,300000,0,'DUNGEON')
,('ice_dun02','Iceicle',1789,1,1080000,300000,0,'DUNGEON')
,('ice_dun02','Iceicle',1789,1,840000,300000,0,'DUNGEON')
,('ice_dun02','Iceicle',1789,1,1020000,300000,0,'DUNGEON')
,('ice_dun02','Iceicle',1789,2,1080000,300000,0,'DUNGEON')
,('ice_dun02','Iceicle',1789,1,1020000,300000,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('ice_dun02','Iceicle',1789,1,960000,300000,0,'DUNGEON')
,('ice_dun02','Iceicle',1789,1,960000,300000,0,'DUNGEON')
,('ice_dun02','Iceicle',1789,2,1320000,300000,0,'DUNGEON')
,('ice_dun02','Iceicle',1789,1,840000,300000,0,'DUNGEON')
,('ice_dun02','Iceicle',1789,1,960000,300000,0,'DUNGEON')
,('ice_dun02','Iceicle',1789,1,1020000,300000,0,'DUNGEON')
,('ice_dun02','Iceicle',1789,1,960000,300000,0,'DUNGEON')
,('ice_dun03','Ice Titan',1777,12,0,0,0,'DUNGEON')
,('ice_dun03','Ice Titan',1777,10,7200000,3600000,0,'DUNGEON')
,('ice_dun03','Gazeti',1778,10,120000,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('ice_dun03','Snowier',1775,15,0,0,0,'DUNGEON')
,('ice_dun03','Ice Titan',1777,12,180000,0,0,'DUNGEON')
,('ice_dun03','Gazeti',1778,8,300000,0,0,'DUNGEON')
,('ice_dun03','Ice Titan',1777,12,180000,0,0,'DUNGEON')
,('ice_dun03','Gazeti',1778,8,300000,0,0,'DUNGEON')
,('ice_dun03','Ice Titan',1777,12,180000,0,0,'DUNGEON')
,('ice_dun03','Gazeti',1778,8,300000,0,0,'DUNGEON')
,('ice_dun03','Ice Titan',1777,12,180000,0,0,'DUNGEON')
,('ice_dun03','Gazeti',1778,8,300000,0,0,'DUNGEON')
,('ice_dun03','Iceicle',1789,2,720000,300000,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('ice_dun03','Iceicle',1789,5,1080000,300000,0,'DUNGEON')
,('ice_dun03','Iceicle',1789,3,960000,300000,0,'DUNGEON')
,('ice_dun03','Iceicle',1789,3,840000,300000,0,'DUNGEON')
,('ice_dun03','Iceicle',1789,3,960000,300000,0,'DUNGEON')
,('ice_dun03','Iceicle',1789,7,1080000,300000,0,'DUNGEON')
,('ice_dun03','Iceicle',1789,6,1080000,300000,0,'DUNGEON')
,('ice_dun03','Iceicle',1789,3,840000,300000,0,'DUNGEON')
,('in_sphinx1','Drainliar',1111,40,0,0,0,'DUNGEON')
,('in_sphinx1','Requiem',1164,20,0,0,0,'DUNGEON')
,('in_sphinx1','Zerom',1178,20,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('in_sphinx1','Matyr',1146,10,0,0,0,'DUNGEON')
,('in_sphinx2','Drainliar',1111,15,0,0,0,'DUNGEON')
,('in_sphinx2','Requiem',1164,50,0,0,0,'DUNGEON')
,('in_sphinx2','Zerom',1178,50,0,0,0,'DUNGEON')
,('in_sphinx2','Matyr',1146,20,0,0,0,'DUNGEON')
,('in_sphinx3','Matyr',1146,15,0,0,0,'DUNGEON')
,('in_sphinx3','Pasana',1154,5,0,0,0,'DUNGEON')
,('in_sphinx3','Marduk',1140,65,0,0,0,'DUNGEON')
,('in_sphinx3','Mimic',1191,5,600000,300000,1,'DUNGEON')
,('in_sphinx4','Minorous',1149,50,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('in_sphinx4','Anubis',1098,15,0,0,0,'DUNGEON')
,('in_sphinx4','Mimic',1191,4,600000,300000,1,'DUNGEON')
,('in_sphinx4','Pasana',1154,20,0,0,0,'DUNGEON')
,('in_sphinx5','Pasana',1154,70,0,0,0,'DUNGEON')
,('in_sphinx5','Matyr',1146,10,0,0,0,'DUNGEON')
,('in_sphinx5','Side Winder',1037,20,0,0,0,'DUNGEON')
,('in_sphinx5','Anubis',1098,10,0,0,0,'DUNGEON')
,('in_sphinx5','Mimic',1191,7,600000,300000,1,'DUNGEON')
,('in_sphinx5','Pharaoh',1157,1,3600000,600000,1,'DUNGEON')
,('iz_dun00','Plankton',1161,65,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('iz_dun00','Marina',1141,45,0,0,0,'DUNGEON')
,('iz_dun00','Kukre',1070,15,0,0,0,'DUNGEON')
,('iz_dun00','Hydra',1068,15,0,0,0,'DUNGEON')
,('iz_dun00','Vadon',1066,15,0,0,0,'DUNGEON')
,('iz_dun00','Black Mushroom',1084,5,180000,90000,1,'DUNGEON')
,('iz_dun01','Plankton',1161,10,0,0,0,'DUNGEON')
,('iz_dun01','Marina',1141,15,0,0,0,'DUNGEON')
,('iz_dun01','Kukre',1070,50,0,0,0,'DUNGEON')
,('iz_dun01','Hydra',1068,30,0,0,0,'DUNGEON')
,('iz_dun01','Vadon',1066,60,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('iz_dun01','Cornutus',1067,15,300000,150000,1,'DUNGEON')
,('iz_dun01','Black Mushroom',1084,10,180000,90000,1,'DUNGEON')
,('iz_dun02','Hydra',1068,40,0,0,0,'DUNGEON')
,('iz_dun02','Cornutus',1067,60,0,0,0,'DUNGEON')
,('iz_dun02','Marse',1144,40,0,0,0,'DUNGEON')
,('iz_dun02','Obeaune',1044,40,0,0,0,'DUNGEON')
,('iz_dun02','Merman',1264,1,1800000,1200000,0,'DUNGEON')
,('iz_dun02','Black Mushroom',1084,15,180000,90000,1,'DUNGEON')
,('iz_dun03','Hydra',1068,10,0,0,0,'DUNGEON')
,('iz_dun03','Phen',1158,45,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('iz_dun03','Marine Sphere',1142,20,0,0,0,'DUNGEON')
,('iz_dun03','Swordfish',1069,40,0,0,0,'DUNGEON')
,('iz_dun03','Marc',1045,40,0,0,0,'DUNGEON')
,('iz_dun03','Hydra',1068,1,312000,150000,0,'DUNGEON')
,('iz_dun03','Hydra',1068,1,323000,150000,0,'DUNGEON')
,('iz_dun03','Hydra',1068,1,317000,150000,0,'DUNGEON')
,('iz_dun03','Hydra',1068,1,323000,150000,0,'DUNGEON')
,('iz_dun03','Hydra',1068,1,305000,150000,0,'DUNGEON')
,('iz_dun03','Hydra',1068,1,304000,150000,0,'DUNGEON')
,('iz_dun03','Hydra',1068,1,302000,150000,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('iz_dun03','Hydra',1068,1,310000,150000,0,'DUNGEON')
,('iz_dun03','Hydra',1068,1,309000,150000,0,'DUNGEON')
,('iz_dun03','Hydra',1068,1,313000,150000,0,'DUNGEON')
,('iz_dun03','Hydra',1068,1,321000,150000,0,'DUNGEON')
,('iz_dun03','Hydra',1068,1,316000,150000,0,'DUNGEON')
,('iz_dun03','Hydra',1068,1,296000,150000,0,'DUNGEON')
,('iz_dun03','Hydra',1068,1,282000,150000,0,'DUNGEON')
,('iz_dun03','Hydra',1068,1,310000,150000,0,'DUNGEON')
,('iz_dun03','Hydra',1068,1,305000,150000,0,'DUNGEON')
,('iz_dun03','Hydra',1068,1,308000,150000,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('iz_dun03','Hydra',1068,1,321000,150000,0,'DUNGEON')
,('iz_dun03','Hydra',1068,1,300000,150000,0,'DUNGEON')
,('iz_dun03','Hydra',1068,1,300000,150000,0,'DUNGEON')
,('iz_dun03','Hydra',1068,1,300000,150000,0,'DUNGEON')
,('iz_dun03','Hydra',1068,1,300000,150000,0,'DUNGEON')
,('iz_dun03','Hydra',1068,1,300000,150000,0,'DUNGEON')
,('iz_dun03','Hydra',1068,1,300000,150000,0,'DUNGEON')
,('iz_dun03','Hydra',1068,1,300000,150000,0,'DUNGEON')
,('iz_dun03','Hydra',1068,1,300000,150000,0,'DUNGEON')
,('iz_dun03','Hydra',1068,1,300000,150000,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('iz_dun03','Hydra',1068,1,300000,150000,0,'DUNGEON')
,('iz_dun03','Hydra',1068,1,300000,150000,0,'DUNGEON')
,('iz_dun03','Hydra',1068,1,300000,150000,0,'DUNGEON')
,('iz_dun03','Merman',1264,3,1800000,1200000,0,'DUNGEON')
,('iz_dun04','Marine Sphere',1142,10,0,0,0,'DUNGEON')
,('iz_dun04','Swordfish',1069,10,0,0,0,'DUNGEON')
,('iz_dun04','Merman',1264,40,0,0,0,'DUNGEON')
,('iz_dun04','Strouf',1065,50,600000,300000,1,'DUNGEON')
,('iz_dun04','Hydra',1068,1,305000,150000,0,'DUNGEON')
,('iz_dun04','Hydra',1068,1,300000,150000,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('iz_dun04','Hydra',1068,1,312000,150000,0,'DUNGEON')
,('iz_dun04','Hydra',1068,1,306000,150000,0,'DUNGEON')
,('iz_dun04','Hydra',1068,1,300000,150000,0,'DUNGEON')
,('iz_dun04','Hydra',1068,1,308000,150000,0,'DUNGEON')
,('iz_dun04','Hydra',1068,1,300000,150000,0,'DUNGEON')
,('iz_dun04','Hydra',1068,1,321000,150000,0,'DUNGEON')
,('iz_dun04','Hydra',1068,1,300000,150000,0,'DUNGEON')
,('iz_dun04','Hydra',1068,1,294000,150000,0,'DUNGEON')
,('iz_dun04','Hydra',1068,1,302000,150000,0,'DUNGEON')
,('iz_dun04','Hydra',1068,1,318000,150000,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('iz_dun04','Hydra',1068,1,300000,150000,0,'DUNGEON')
,('iz_dun04','Hydra',1068,1,303000,150000,0,'DUNGEON')
,('iz_dun04','Hydra',1068,1,300000,150000,0,'DUNGEON')
,('iz_dun04','Hydra',1068,1,321000,150000,0,'DUNGEON')
,('iz_dun04','Hydra',1068,1,300000,150000,0,'DUNGEON')
,('iz_dun04','Hydra',1068,1,305000,150000,0,'DUNGEON')
,('iz_dun04','Deviace',1108,3,0,0,0,'DUNGEON')
,('iz_dun04','Merman',1264,3,150000,0,0,'DUNGEON')
,('iz_dun04','Merman',1264,3,170000,0,0,'DUNGEON')
,('iz_dun04','Merman',1264,3,150000,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('iz_dun04','Merman',1264,3,160000,0,0,'DUNGEON')
,('juperos_01','Venatu',1679,15,300000,0,1,'DUNGEON')
,('juperos_01','Venatu',1676,25,300000,0,1,'DUNGEON')
,('juperos_01','Venatu',1677,20,300000,0,1,'DUNGEON')
,('juperos_01','Venatu',1678,25,300000,0,1,'DUNGEON')
,('juperos_01','Venatu',1679,35,300000,0,1,'DUNGEON')
,('juperos_01','Venatu',1676,45,300000,0,1,'DUNGEON')
,('juperos_01','Venatu',1677,50,300000,0,1,'DUNGEON')
,('juperos_01','Venatu',1678,45,300000,0,1,'DUNGEON')
,('juperos_01','Dimik',1670,5,0,0,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('juperos_01','Dimik',1671,5,0,0,1,'DUNGEON')
,('juperos_01','Dimik',1672,5,0,0,1,'DUNGEON')
,('juperos_01','Dimik',1673,5,0,0,1,'DUNGEON')
,('juperos_01','Dimik',1670,5,420000,0,0,'DUNGEON')
,('juperos_02','Venatu',1679,50,0,0,1,'DUNGEON')
,('juperos_02','Venatu',1676,65,0,0,1,'DUNGEON')
,('juperos_02','Venatu',1677,65,0,0,1,'DUNGEON')
,('juperos_02','Venatu',1678,65,0,0,1,'DUNGEON')
,('juperos_02','Apocalypse',1365,70,0,0,1,'DUNGEON')
,('jupe_core','Venatu',1676,25,0,0,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('jupe_core','Venatu',1677,25,0,0,1,'DUNGEON')
,('jupe_core','Venatu',1678,25,0,0,1,'DUNGEON')
,('jupe_core','Dimik',1670,40,0,0,1,'DUNGEON')
,('jupe_core','Dimik',1671,40,0,0,1,'DUNGEON')
,('jupe_core','Dimik',1672,40,0,0,1,'DUNGEON')
,('jupe_core','Dimik',1673,40,0,0,1,'DUNGEON')
,('jupe_core','Archdam',1668,40,0,0,1,'DUNGEON')
,('jupe_core','Vesper',1685,1,7200000,600000,1,'DUNGEON')
,('kh_kiehl01','Constant',1745,10,0,0,0,'DUNGEON')
,('kh_kiehl01','Aliot',1740,1,180000,120000,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('kh_kiehl01','Aliza',1746,1,180000,120000,0,'DUNGEON')
,('kh_kiehl01','Aliza',1737,1,180000,120000,0,'DUNGEON')
,('kh_kiehl01','Alicel',1739,1,180000,120000,0,'DUNGEON')
,('kh_kiehl01','Aliot',1740,1,180000,120000,0,'DUNGEON')
,('kh_kiehl01','Aliza',1746,1,180000,120000,0,'DUNGEON')
,('kh_kiehl01','Alicel',1739,1,180000,120000,0,'DUNGEON')
,('kh_kiehl01','Aliot',1740,1,180000,120000,0,'DUNGEON')
,('kh_kiehl01','Alicel',1739,1,180000,120000,0,'DUNGEON')
,('kh_kiehl01','Alicel',1735,1,180000,120000,0,'DUNGEON')
,('kh_kiehl01','Aliot',1740,1,180000,120000,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('kh_kiehl01','Aliot',1740,1,180000,120000,0,'DUNGEON')
,('kh_kiehl01','Aliot',1736,1,180000,120000,0,'DUNGEON')
,('kh_kiehl01','Alicel',1739,1,180000,120000,0,'DUNGEON')
,('kh_kiehl01','Aliot',1740,1,180000,120000,0,'DUNGEON')
,('kh_kiehl01','Aliza',1746,1,180000,120000,0,'DUNGEON')
,('kh_kiehl01','Aliot',1740,1,180000,120000,0,'DUNGEON')
,('kh_kiehl01','Aliot',1736,1,180000,120000,0,'DUNGEON')
,('kh_kiehl01','Alicel',1739,1,180000,120000,0,'DUNGEON')
,('kh_kiehl01','Aliza',1746,1,180000,120000,0,'DUNGEON')
,('kh_dun01','Alice',1275,9,1800000,1200000,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('kh_dun01','Aliza',1737,15,300000,240000,0,'DUNGEON')
,('kh_dun01','Constant',1738,3,0,0,0,'DUNGEON')
,('kh_dun01','Alice',1275,16,1800000,1200000,0,'DUNGEON')
,('kh_dun01','Aliza',1737,30,300000,240000,0,'DUNGEON')
,('kh_dun01','Constant',1738,5,0,0,0,'DUNGEON')
,('kh_dun01','Constant',1745,5,0,0,0,'DUNGEON')
,('kh_dun01','Aliot',1736,3,600000,300000,0,'DUNGEON')
,('kh_dun01','Alicel',1735,3,600000,300000,0,'DUNGEON')
,('kh_dun02','Aliot',1736,25,0,0,0,'DUNGEON')
,('kh_dun02','Alicel',1735,30,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('kh_dun02','Aliza',1737,10,0,0,0,'DUNGEON')
,('kh_dun02','Constant',1738,15,1800000,1200000,0,'DUNGEON')
,('kh_dun02','Constant',1745,5,0,0,0,'DUNGEON')
,('kh_dun02','Kiel D-01',1734,1,7200000,3600000,0,'DUNGEON')
,('lhz_dun01','Metaling',1613,50,0,0,0,'DUNGEON')
,('lhz_dun01','Anopheles',1627,70,0,0,0,'DUNGEON')
,('lhz_dun01','Remover',1682,100,0,0,0,'DUNGEON')
,('lhz_dun01','Egnigem Cenia',1652,1,0,0,0,'DUNGEON')
,('lhz_dun01','Wickebine Tres',1653,1,0,0,0,'DUNGEON')
,('lhz_dun01','<NAME>',1654,1,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('lhz_dun01','<NAME>',1655,1,0,0,0,'DUNGEON')
,('lhz_dun01','<NAME>',1656,1,0,0,0,'DUNGEON')
,('lhz_dun01','<NAME>',1657,1,0,0,0,'DUNGEON')
,('lhz_dun01','Egnigem Cenia',1652,1,900000,800000,1,'DUNGEON')
,('lhz_dun01','Wickebine Tres',1653,1,900000,800000,1,'DUNGEON')
,('lhz_dun01','<NAME>',1654,1,900000,800000,1,'DUNGEON')
,('lhz_dun01','<NAME>',1655,5,900000,800000,1,'DUNGEON')
,('lhz_dun01','<NAME>',1656,5,600000,300000,1,'DUNGEON')
,('lhz_dun01','<NAME>',1657,5,600000,300000,1,'DUNGEON')
,('lhz_dun01','Egnigem Cenia',1652,4,900000,800000,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('lhz_dun01','Wickebine Tres',1653,4,600000,300000,1,'DUNGEON')
,('lhz_dun01','<NAME>',1654,4,900000,800000,1,'DUNGEON')
,('lhz_dun01','<NAME>',1655,2,900000,800000,1,'DUNGEON')
,('lhz_dun01','<NAME>',1656,2,900000,800000,1,'DUNGEON')
,('lhz_dun01','<NAME>',1657,2,600000,300000,1,'DUNGEON')
,('lhz_dun01','Egnigem Cenia',1652,1,600000,300000,1,'DUNGEON')
,('lhz_dun01','Wickebine Tres',1653,4,900000,800000,1,'DUNGEON')
,('lhz_dun01','<NAME>',1654,1,900000,800000,1,'DUNGEON')
,('lhz_dun01','<NAME>',1655,4,900000,800000,1,'DUNGEON')
,('lhz_dun01','<NAME>',1656,4,900000,800000,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('lhz_dun01','<NAME>',1657,2,600000,300000,1,'DUNGEON')
,('lhz_dun01','<NAME>',1652,1,900000,800000,1,'DUNGEON')
,('lhz_dun01','<NAME>',1653,1,900000,800000,1,'DUNGEON')
,('lhz_dun01','<NAME>',1654,1,900000,800000,1,'DUNGEON')
,('lhz_dun01','<NAME>',1655,1,900000,800000,1,'DUNGEON')
,('lhz_dun01','<NAME>',1656,1,900000,800000,1,'DUNGEON')
,('lhz_dun01','<NAME>',1657,1,900000,800000,1,'DUNGEON')
,('lhz_dun01','Gemini-S58',1681,1,7200000,5400000,0,'DUNGEON')
,('lhz_dun02','Egnigem Cenia',1652,26,0,0,0,'DUNGEON')
,('lhz_dun02','<NAME>',1653,26,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('lhz_dun02','<NAME>',1654,26,0,0,0,'DUNGEON')
,('lhz_dun02','<NAME>',1655,26,0,0,0,'DUNGEON')
,('lhz_dun02','<NAME>',1656,26,0,0,0,'DUNGEON')
,('lhz_dun02','<NAME>',1657,26,0,0,0,'DUNGEON')
,('lhz_dun02','Egnigem Cenia',1652,4,120000,60000,1,'DUNGEON')
,('lhz_dun02','<NAME>',1653,4,120000,60000,1,'DUNGEON')
,('lhz_dun02','<NAME>',1654,4,120000,60000,1,'DUNGEON')
,('lhz_dun02','<NAME>',1655,4,120000,60000,1,'DUNGEON')
,('lhz_dun02','<NAME>',1656,4,120000,60000,1,'DUNGEON')
,('lhz_dun02','<NAME>',1657,4,120000,60000,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('lhz_dun02','Egnigem Cenia',1652,10,120000,60000,1,'DUNGEON')
,('lhz_dun02','Wickebine Tres',1653,10,120000,60000,1,'DUNGEON')
,('lhz_dun02','<NAME>',1654,10,120000,60000,1,'DUNGEON')
,('lhz_dun02','<NAME>',1655,10,120000,60000,1,'DUNGEON')
,('lhz_dun02','<NAME>',1656,10,120000,60000,1,'DUNGEON')
,('lhz_dun02','<NAME>',1657,10,120000,60000,1,'DUNGEON')
,('lhz_dun02','Egnigem Cenia',1652,10,300000,150000,1,'DUNGEON')
,('lhz_dun02','Wickebine Tres',1653,10,300000,150000,1,'DUNGEON')
,('lhz_dun02','<NAME>',1654,10,300000,150000,1,'DUNGEON')
,('lhz_dun02','<NAME>',1655,10,300000,150000,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('lhz_dun02','<NAME>',1656,10,300000,150000,1,'DUNGEON')
,('lhz_dun02','<NAME>',1657,10,300000,150000,1,'DUNGEON')
,('lhz_dun02','Remover',1682,20,300000,150000,1,'DUNGEON')
,('lhz_dun02','Eremes Guile',1635,1,180000,120000,0,'DUNGEON')
,('lhz_dun02','Gemini-S58',1681,10,5400000,180000,0,'DUNGEON')
,('lhz_dun02','Egnigem Cenia',1658,1,7200000,600000,1,'DUNGEON')
,('lhz_dun03','<NAME>',1634,4,180000,120000,0,'DUNGEON')
,('lhz_dun03','Eremes Guile',1635,4,180000,120000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1636,4,180000,120000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1637,4,180000,120000,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('lhz_dun03','<NAME>',1638,4,180000,120000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1639,4,180000,120000,0,'DUNGEON')
,('lhz_dun03','Seyren Windsor',1634,1,120000,60000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1635,1,120000,60000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1636,1,120000,60000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1637,1,120000,60000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1638,1,120000,60000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1639,1,120000,60000,0,'DUNGEON')
,('lhz_dun03','Seyren Windsor',1634,1,120000,60000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1635,1,120000,60000,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('lhz_dun03','<NAME>',1636,1,120000,60000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1637,1,120000,60000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1638,1,120000,60000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1639,1,120000,60000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1634,7,120000,160000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1635,7,120000,160000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1636,7,120000,160000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1637,7,120000,160000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1638,7,120000,60000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1639,7,120000,60000,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('lhz_dun03','Seyren Windsor',1634,1,600000,540000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1635,1,540000,480000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1636,1,600000,540000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1637,1,540000,480000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1638,1,600000,540000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1639,1,540000,480000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1634,1,120000,60000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1635,1,120000,60000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1636,1,120000,60000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1637,1,120000,60000,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('lhz_dun03','<NAME>',1638,1,120000,60000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1639,1,120000,60000,0,'DUNGEON')
,('lhz_dun03','Se<NAME>',1634,1,120000,60000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1635,1,120000,60000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1636,1,120000,60000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1637,1,120000,60000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1638,1,120000,60000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1639,1,120000,60000,0,'DUNGEON')
,('lhz_dun03','Seyren Windsor',1634,5,180000,120000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1635,5,180000,120000,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('lhz_dun03','<NAME>',1636,5,180000,120000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1637,5,180000,120000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1638,5,120000,60000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1639,5,120000,60000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1634,5,180000,120000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1635,5,180000,120000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1636,5,180000,120000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1637,5,180000,120000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1638,5,120000,60000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1639,5,120000,60000,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('lhz_dun03','<NAME>',1634,3,120000,60000,0,'DUNGEON')
,('lhz_dun03','<NAME>ile',1635,3,120000,60000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1636,3,120000,60000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1637,3,180000,120000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1638,4,0,0,0,'DUNGEON')
,('lhz_dun03','Kathryne Keyron',1639,4,0,0,0,'DUNGEON')
,('lhz_dun03','<NAME>',1634,7,120000,60000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1635,7,180000,120000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1636,7,120000,60000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1637,7,180000,120000,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('lhz_dun03','<NAME>',1638,7,120000,60000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1639,7,120000,60000,0,'DUNGEON')
,('lhz_dun03','Kathryne Keyron',1639,1,120000,60000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1638,3,120000,60000,0,'DUNGEON')
,('lhz_dun03','Kathryne Keyron',1639,1,120000,60000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1638,3,120000,60000,0,'DUNGEON')
,('lhz_dun03','Kathryne Keyron',1639,1,120000,60000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1638,3,120000,60000,0,'DUNGEON')
,('lhz_dun03','Kathryne Keyron',1639,1,120000,60000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1638,3,120000,60000,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('lhz_dun03','<NAME>',1639,1,120000,60000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1638,3,120000,60000,0,'DUNGEON')
,('lhz_dun03','Kathryne Keyron',1639,1,120000,60000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1638,3,120000,60000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1639,1,120000,60000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1638,3,120000,60000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1639,1,120000,60000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1638,3,120000,60000,0,'DUNGEON')
,('lhz_dun03','Se<NAME>',1634,2,300000,120000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1635,2,300000,120000,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('lhz_dun03','<NAME>',1637,2,300000,120000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1638,5,0,0,0,'DUNGEON')
,('lhz_dun03','<NAME>',1639,3,0,0,0,'DUNGEON')
,('lhz_dun03','<NAME>',1634,2,300000,120000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1636,2,300000,120000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1637,2,300000,120000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1638,5,0,0,0,'DUNGEON')
,('lhz_dun03','<NAME>',1639,3,0,0,0,'DUNGEON')
,('lhz_dun03','<NAME>',1634,2,300000,120000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1635,2,300000,120000,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('lhz_dun03','<NAME>',1636,2,300000,120000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1638,5,0,0,0,'DUNGEON')
,('lhz_dun03','<NAME>',1639,3,0,0,0,'DUNGEON')
,('lhz_dun03','<NAME>',1635,2,300000,120000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1636,2,300000,120000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1637,2,300000,120000,0,'DUNGEON')
,('lhz_dun03','<NAME>',1638,5,0,0,0,'DUNGEON')
,('lhz_dun03','<NAME>',1639,3,0,0,0,'DUNGEON')
,('lhz_dun03','<NAME>',1640,1,2700000,2400000,1,'DUNGEON')
,('lhz_dun03','<NAME>',1642,1,3000000,2700000,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('lhz_dun03','Assassin Cross Eremes',1641,1,2580000,2340000,1,'DUNGEON')
,('lhz_dun03','<NAME>',1644,1,2700000,2500000,1,'DUNGEON')
,('lhz_dun03','High Priest Margaretha',1643,1,3300000,3000000,1,'DUNGEON')
,('lhz_dun03','High Wizard Kathryne',1645,1,2580000,2460000,1,'DUNGEON')
,('lou_dun01','Horong',1129,15,0,0,0,'DUNGEON')
,('lou_dun01','<NAME>',1516,15,0,0,0,'DUNGEON')
,('lou_dun01','Side Winder',1037,10,300000,120000,0,'DUNGEON')
,('lou_dun01','<NAME>',1517,25,300000,120000,0,'DUNGEON')
,('lou_dun01','<NAME>',1517,20,0,0,0,'DUNGEON')
,('lou_dun01','Grizzly',1381,15,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('lou_dun01','<NAME>',1306,1,300000,120000,0,'DUNGEON')
,('lou_dun01','Black Mushroom',1084,5,0,0,0,'DUNGEON')
,('lou_dun01','Shining Plant',1083,5,0,0,0,'DUNGEON')
,('lou_dun02','Yao Jun',1512,40,300000,120000,0,'DUNGEON')
,('lou_dun02','Munak',1026,25,0,0,0,'DUNGEON')
,('lou_dun02','Zhu Po Long',1514,5,0,0,0,'DUNGEON')
,('lou_dun02','Mimic',1191,5,0,0,0,'DUNGEON')
,('lou_dun03','Yao Jun',1512,25,120000,60000,0,'DUNGEON')
,('lou_dun03','Zhu Po Long',1514,25,120000,60000,0,'DUNGEON')
,('lou_dun03','Mao Guai',1513,15,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('lou_dun03','Green Maiden',1631,5,3000000,1800000,1,'DUNGEON')
,('lou_dun03','White Lady',1630,1,7000000,600000,1,'DUNGEON')
,('mag_dun01','Blazer',1367,20,0,0,0,'DUNGEON')
,('mag_dun01','Lava Golem',1366,20,600000,300000,0,'DUNGEON')
,('mag_dun01','Kaho',1072,20,0,0,0,'DUNGEON')
,('mag_dun01','Explosion',1383,30,0,0,0,'DUNGEON')
,('mag_dun01','Grizzly',1381,10,0,0,0,'DUNGEON')
,('mag_dun02','Gig',1387,10,0,0,0,'DUNGEON')
,('mag_dun02','Deleter',1384,25,0,0,0,'DUNGEON')
,('mag_dun02','Deleter',1385,25,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('mag_dun02','Diabolic',1382,10,120000,30000,0,'DUNGEON')
,('mag_dun02','Nightmare Terror',1379,15,0,0,0,'DUNGEON')
,('mag_dun02','Nightmare Terror',1379,10,60000,30000,0,'DUNGEON')
,('mag_dun02','Blazer',1367,5,300000,150000,0,'DUNGEON')
,('mag_dun02','Nightmare Terror',1379,4,180000,150000,0,'DUNGEON')
,('mag_dun02','Blazer',1367,15,300000,150000,0,'DUNGEON')
,('mag_dun02','Nightmare Terror',1379,10,300000,150000,0,'DUNGEON')
,('mag_dun02','Deleter',1384,3,300000,150000,0,'DUNGEON')
,('mag_dun02','Deleter',1384,7,300000,150000,0,'DUNGEON')
,('mag_dun02','Deleter',1385,10,300000,150000,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('mag_dun02','Nightmare Terror',1379,7,300000,150000,0,'DUNGEON')
,('mag_dun02','Deleter',1384,3,300000,150000,0,'DUNGEON')
,('mag_dun02','Deleter',1385,5,300000,150000,0,'DUNGEON')
,('mag_dun02','Diabolic',1382,5,300000,30000,0,'DUNGEON')
,('mjo_dun01','Familiar',1005,30,0,0,0,'DUNGEON')
,('mjo_dun01','Tarou',1175,60,0,0,0,'DUNGEON')
,('mjo_dun01','Martin',1145,20,0,0,0,'DUNGEON')
,('mjo_dun02','Martin',1145,60,0,0,0,'DUNGEON')
,('mjo_dun02','Drainliar',1111,20,0,0,0,'DUNGEON')
,('mjo_dun02','Skeleton Worker',1169,20,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('mjo_dun02','Giearth',1121,35,30000,10000,0,'DUNGEON')
,('mjo_dun03','Martin',1145,5,0,0,0,'DUNGEON')
,('mjo_dun03','Skeleton Worker',1169,70,0,0,0,'DUNGEON')
,('mjo_dun03','Giearth',1121,5,0,0,0,'DUNGEON')
,('mjo_dun03','Myst',1151,35,0,0,0,'DUNGEON')
,('mjo_dun03','Cramp',1209,2,300000,150000,0,'DUNGEON')
,('mjo_dun03','Cramp',1209,1,50000,25000,0,'DUNGEON')
,('moc_pryd01','Familiar',1005,50,0,0,0,'DUNGEON')
,('moc_pryd01','Poporing',1031,20,0,0,0,'DUNGEON')
,('moc_pryd02','Poporing',1031,20,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('moc_pryd02','Drainliar',1111,20,0,0,0,'DUNGEON')
,('moc_pryd02','Mummy',1041,30,0,0,0,'DUNGEON')
,('moc_pryd02','Isis',1029,5,0,0,0,'DUNGEON')
,('moc_pryd02','Soldier Skeleton',1028,30,0,0,0,'DUNGEON')
,('moc_pryd02','Archer Skeleton',1016,30,0,0,0,'DUNGEON')
,('moc_pryd03','Drainliar',1111,5,0,0,0,'DUNGEON')
,('moc_pryd03','Mimic',1191,5,0,0,0,'DUNGEON')
,('moc_pryd03','Matyr',1146,10,0,0,0,'DUNGEON')
,('moc_pryd03','Mummy',1041,70,0,0,0,'DUNGEON')
,('moc_pryd03','Verit',1032,20,600000,300000,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('moc_pryd04','Mummy',1041,25,0,0,0,'DUNGEON')
,('moc_pryd04','Ancient Mummy',1297,3,0,0,0,'DUNGEON')
,('moc_pryd04','Isis',1029,50,150000,75000,0,'DUNGEON')
,('moc_pryd04','Mimic',1191,15,600000,300000,1,'DUNGEON')
,('moc_pryd04','Osiris',1038,1,3600000,600000,0,'DUNGEON')
,('moc_pryd04','Matyr',1146,20,0,0,0,'DUNGEON')
,('moc_pryd05','Minorous',1149,60,0,0,0,'DUNGEON')
,('moc_pryd05','Mummy',1041,10,0,0,0,'DUNGEON')
,('moc_pryd05','Verit',1032,50,0,0,0,'DUNGEON')
,('moc_pryd06','Verit',1032,10,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('moc_pryd06','Arclouze',1194,20,0,0,0,'DUNGEON')
,('moc_pryd06','Ancient Mummy',1297,20,0,0,0,'DUNGEON')
,('moc_pryd06','Mimic',1191,20,0,0,0,'DUNGEON')
,('moc_pryd06','Amon Ra',1511,1,3600000,600000,0,'DUNGEON')
,('mosk_dun01','<NAME>',1880,15,10000,0,1,'DUNGEON')
,('mosk_dun01','Les',1881,7,10000,0,1,'DUNGEON')
,('mosk_dun01','<NAME>',1880,15,10000,0,1,'DUNGEON')
,('mosk_dun01','Les',1881,7,10000,0,1,'DUNGEON')
,('mosk_dun01','<NAME>',1880,30,10000,0,1,'DUNGEON')
,('mosk_dun01','Les',1881,15,10000,0,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('mosk_dun01','<NAME>',1880,3,10000,0,1,'DUNGEON')
,('mosk_dun01','Les',1881,2,10000,0,1,'DUNGEON')
,('mosk_dun01','<NAME>',1880,3,10000,0,1,'DUNGEON')
,('mosk_dun01','Les',1881,2,10000,0,1,'DUNGEON')
,('mosk_dun01','Mantis',1139,10,20000,0,0,'DUNGEON')
,('mosk_dun02','<NAME>',1880,30,10000,10000,1,'DUNGEON')
,('mosk_dun02','Les',1881,40,10000,10000,1,'DUNGEON')
,('mosk_dun02','Baba Yaga',1882,20,20000,10000,1,'DUNGEON')
,('mosk_dun02','Uzhas',1883,5,20000,10000,1,'DUNGEON')
,('mosk_dun03','Baba Yaga',1882,60,10000,10000,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('mosk_dun03','Uzhas',1883,35,20000,10000,1,'DUNGEON')
,('mosk_dun03','Mavka',1884,15,20000,10000,1,'DUNGEON')
,('mosk_dun03','Yellow Plant',1081,10,0,0,0,'DUNGEON')
,('mosk_dun03','White Plant',1082,10,0,0,0,'DUNGEON')
,('mosk_dun03','Shining Plant',1083,5,10000,0,0,'DUNGEON')
,('mosk_dun03','Gopinich',1885,1,7200000,600000,1,'DUNGEON')
,('nyd_dun01','Draco',2013,40,0,0,0,'DUNGEON')
,('nyd_dun01','Dracos Egg',2014,10,0,0,0,'DUNGEON')
,('nyd_dun01','Aqua Elemental',2016,20,0,0,0,'DUNGEON')
,('nyd_dun01','Dark Pinguicula',2015,10,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('nyd_dun01','Rata',2017,2,900000,0,0,'DUNGEON')
,('nyd_dun01','Duneyrr',2018,2,900000,0,0,'DUNGEON')
,('odin_tem01','Breeze',1692,10,300000,240000,0,'DUNGEON')
,('odin_tem01','Plasma',1697,3,900000,300000,0,'DUNGEON')
,('odin_tem01','Plasma',1695,3,900000,300000,0,'DUNGEON')
,('odin_tem01','Plasma',1696,3,900000,300000,0,'DUNGEON')
,('odin_tem01','Plasma',1694,3,900000,300000,0,'DUNGEON')
,('odin_tem01','Plasma',1693,10,900000,300000,0,'DUNGEON')
,('odin_tem01','Frus',1753,5,0,0,0,'DUNGEON')
,('odin_tem01','Skogul',1752,5,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('odin_tem01','Green Plant',1080,5,60000,30000,1,'DUNGEON')
,('odin_tem01','Yellow Plant',1081,5,60000,30000,1,'DUNGEON')
,('odin_tem01','Blue Plant',1079,5,600000,300000,1,'DUNGEON')
,('odin_tem02','Plasma',1693,15,900000,300000,0,'DUNGEON')
,('odin_tem02','Skeggiold',1754,1,1800000,0,0,'DUNGEON')
,('odin_tem02','Skeggiold',1755,1,1800000,0,0,'DUNGEON')
,('odin_tem02','Frus',1753,30,0,0,0,'DUNGEON')
,('odin_tem02','Skogul',1752,30,0,0,0,'DUNGEON')
,('odin_tem02','Frus',1762,1,30000,15000,0,'DUNGEON')
,('odin_tem02','Skogul',1761,1,30000,15000,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('odin_tem02','Frus',1762,1,30000,15000,0,'DUNGEON')
,('odin_tem02','Skogul',1761,1,30000,15000,0,'DUNGEON')
,('odin_tem02','Frus',1762,1,30000,15000,0,'DUNGEON')
,('odin_tem02','Valkyrie',1765,1,5400000,1800000,0,'DUNGEON')
,('odin_tem02','Blue Plant',1079,10,1800000,900000,1,'DUNGEON')
,('odin_tem03','Plasma',1693,20,900000,300000,0,'DUNGEON')
,('odin_tem03','Skeggiold',1754,16,0,0,0,'DUNGEON')
,('odin_tem03','Skeggiold',1755,16,0,0,0,'DUNGEON')
,('odin_tem03','Frus',1753,4,0,0,0,'DUNGEON')
,('odin_tem03','Skogul',1752,4,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('odin_tem03','Frus',1762,1,30000,15000,0,'DUNGEON')
,('odin_tem03','Skogul',1761,1,30000,15000,0,'DUNGEON')
,('odin_tem03','Frus',1762,1,30000,15000,0,'DUNGEON')
,('odin_tem03','Frus',1762,1,30000,15000,0,'DUNGEON')
,('odin_tem03','Skogul',1761,1,30000,15000,0,'DUNGEON')
,('odin_tem03','Skogul',1761,1,30000,15000,0,'DUNGEON')
,('odin_tem03','Skogul',1761,1,30000,15000,0,'DUNGEON')
,('odin_tem03','Frus',1762,1,30000,15000,0,'DUNGEON')
,('odin_tem03','Skogul',1761,1,30000,15000,0,'DUNGEON')
,('odin_tem03','Frus',1762,1,30000,15000,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('odin_tem03','Valkyrie',1765,2,1800000,1200000,0,'DUNGEON')
,('odin_tem03','<NAME>',1751,1,28800000,600000,1,'DUNGEON')
,('odin_tem03','Blue Plant',1079,15,1800000,900000,1,'DUNGEON')
,('odin_tem03','Shining Plant',1083,15,1800000,900000,1,'DUNGEON')
,('orcsdun01','<NAME>',1042,10,0,0,0,'DUNGEON')
,('orcsdun01','Familiar',1005,15,0,0,0,'DUNGEON')
,('orcsdun01','Drainliar',1111,5,0,0,0,'DUNGEON')
,('orcsdun01','Orc Zombie',1153,10,3000,5000,0,'DUNGEON')
,('orcsdun01','Orc Zombie',1153,30,60000,30000,0,'DUNGEON')
,('orcsdun01','Orc Zombie',1153,40,120000,60000,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('orcsdun01','Orc Skeleton',1152,10,180000,60000,0,'DUNGEON')
,('orcsdun01','Black Mushroom',1084,5,900000,450000,1,'DUNGEON')
,('orcsdun01','Black Mushroom',1084,5,900000,450000,1,'DUNGEON')
,('orcsdun01','White Plant',1082,2,180000,90000,1,'DUNGEON')
,('orcsdun01','White Plant',1082,3,180000,90000,1,'DUNGEON')
,('orcsdun02','<NAME>',1042,20,0,0,0,'DUNGEON')
,('orcsdun02','Drainliar',1111,20,0,0,0,'DUNGEON')
,('orcsdun02','Orc Skeleton',1152,10,3000,5000,0,'DUNGEON')
,('orcsdun02','Orc Skeleton',1152,20,60000,30000,0,'DUNGEON')
,('orcsdun02','Orc Skeleton',1152,20,120000,60000,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('orcsdun02','Zenorc',1177,30,3000,5000,0,'DUNGEON')
,('orcsdun02','Zenorc',1177,20,60000,30000,0,'DUNGEON')
,('orcsdun02','Orc Archer',1189,5,1800000,900000,1,'DUNGEON')
,('orcsdun02','Black Mushroom',1084,5,180000,90000,1,'DUNGEON')
,('orcsdun02','White Plant',1082,2,180000,90000,1,'DUNGEON')
,('orcsdun02','White Plant',1082,3,180000,90000,1,'DUNGEON')
,('pay_dun00','Familiar',1005,15,0,0,0,'DUNGEON')
,('pay_dun00','Zombie',1015,20,0,0,0,'DUNGEON')
,('pay_dun00','Skeleton',1076,35,0,0,0,'DUNGEON')
,('pay_dun00','Poporing',1031,15,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('pay_dun00','Red Plant',1078,15,180000,90000,1,'DUNGEON')
,('pay_dun00','Black Mushroom',1084,3,360000,180000,1,'DUNGEON')
,('pay_dun01','Drainliar',1111,5,0,0,0,'DUNGEON')
,('pay_dun01','Eggyra',1116,15,0,0,0,'DUNGEON')
,('pay_dun01','Soldier Skeleton',1028,50,300000,150000,1,'DUNGEON')
,('pay_dun01','Archer Skeleton',1016,30,300000,150000,1,'DUNGEON')
,('pay_dun01','Black Mushroom',1084,7,900000,450000,1,'DUNGEON')
,('pay_dun01','Red Plant',1078,10,180000,90000,1,'DUNGEON')
,('pay_dun02','Soldier Skeleton',1028,15,180000,90000,1,'DUNGEON')
,('pay_dun02','Munak',1026,40,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('pay_dun02','Bongun',1188,30,0,0,0,'DUNGEON')
,('pay_dun02','Poporing',1031,10,0,0,0,'DUNGEON')
,('pay_dun02','Archer Skeleton',1016,20,180000,90000,1,'DUNGEON')
,('pay_dun02','Hydra',1068,1,345000,100000,1,'DUNGEON')
,('pay_dun02','Hydra',1068,1,306000,100000,1,'DUNGEON')
,('pay_dun02','Hydra',1068,1,300000,100000,1,'DUNGEON')
,('pay_dun02','Hydra',1068,1,326000,100000,1,'DUNGEON')
,('pay_dun02','Hydra',1068,1,302000,100000,1,'DUNGEON')
,('pay_dun02','Hydra',1068,1,275000,100000,1,'DUNGEON')
,('pay_dun02','Hydra',1068,1,314000,100000,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('pay_dun02','Hydra',1068,1,300000,100000,1,'DUNGEON')
,('pay_dun02','Hydra',1068,1,332000,100000,1,'DUNGEON')
,('pay_dun02','Hydra',1068,1,300000,100000,1,'DUNGEON')
,('pay_dun02','Hydra',1068,1,312000,100000,1,'DUNGEON')
,('pay_dun02','Hydra',1068,1,285000,100000,1,'DUNGEON')
,('pay_dun02','Hydra',1068,1,324000,100000,1,'DUNGEON')
,('pay_dun02','Hydra',1068,1,300000,100000,1,'DUNGEON')
,('pay_dun02','Hydra',1068,1,315000,100000,1,'DUNGEON')
,('pay_dun02','Hydra',1068,1,300000,100000,1,'DUNGEON')
,('pay_dun02','Hydra',1068,1,303000,100000,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('pay_dun02','Hydra',1068,1,300000,100000,1,'DUNGEON')
,('pay_dun02','Hydra',1068,1,333000,100000,1,'DUNGEON')
,('pay_dun02','Hydra',1068,1,300000,100000,1,'DUNGEON')
,('pay_dun02','Hydra',1068,1,321000,100000,1,'DUNGEON')
,('pay_dun02','Hydra',1068,1,300000,100000,1,'DUNGEON')
,('pay_dun02','Hydra',1068,1,319000,100000,1,'DUNGEON')
,('pay_dun02','Hydra',1068,1,300000,100000,1,'DUNGEON')
,('pay_dun02','Hydra',1068,1,300000,100000,1,'DUNGEON')
,('pay_dun02','Hydra',1068,1,374000,100000,1,'DUNGEON')
,('pay_dun02','Hydra',1068,1,300000,100000,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('pay_dun02','Hydra',1068,1,332000,100000,1,'DUNGEON')
,('pay_dun02','Hydra',1068,1,300000,100000,1,'DUNGEON')
,('pay_dun02','Hydra',1068,1,320000,100000,1,'DUNGEON')
,('pay_dun02','Hydra',1068,1,300000,100000,1,'DUNGEON')
,('pay_dun02','Mandragora',1020,1,300000,100000,1,'DUNGEON')
,('pay_dun02','Mandragora',1020,1,300000,100000,1,'DUNGEON')
,('pay_dun02','Mandragora',1020,1,300000,100000,1,'DUNGEON')
,('pay_dun02','Red Plant',1078,1,600000,300000,1,'DUNGEON')
,('pay_dun02','Black Mushroom',1084,1,600000,300000,1,'DUNGEON')
,('pay_dun02','Nine Tail',1180,1,3600000,1800000,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('pay_dun02','Black Mushroom',1084,7,900000,450000,1,'DUNGEON')
,('pay_dun02','White Plant',1082,3,180000,90000,1,'DUNGEON')
,('pay_dun02','White Plant',1082,3,180000,90000,1,'DUNGEON')
,('pay_dun02','Red Plant',1078,4,180000,90000,1,'DUNGEON')
,('pay_dun02','Red Plant',1078,4,180000,90000,1,'DUNGEON')
,('pay_dun03','Sohee',1170,50,0,0,0,'DUNGEON')
,('pay_dun03','Munak',1026,3,0,0,0,'DUNGEON')
,('pay_dun03','Bongun',1188,3,0,0,0,'DUNGEON')
,('pay_dun03','Nine Tail',1180,1,0,0,0,'DUNGEON')
,('pay_dun03','Nine Tail',1180,1,3600000,1800000,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('pay_dun03','Whisper',1185,1,1800000,0,1,'DUNGEON')
,('pay_dun03','Whisper',1185,1,1800000,0,1,'DUNGEON')
,('pay_dun03','Whisper',1185,1,1800000,0,1,'DUNGEON')
,('pay_dun03','Whisper',1185,1,1800000,0,1,'DUNGEON')
,('pay_dun03','Giant Whisper',1186,1,14400000,0,1,'DUNGEON')
,('pay_dun03','Hydra',1068,1,600000,300000,1,'DUNGEON')
,('pay_dun03','Hydra',1068,1,600000,300000,1,'DUNGEON')
,('pay_dun03','Hydra',1068,1,600000,300000,1,'DUNGEON')
,('pay_dun03','Hydra',1068,1,600000,300000,1,'DUNGEON')
,('pay_dun03','Hydra',1068,1,600000,300000,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('pay_dun03','Hydra',1068,1,600000,300000,1,'DUNGEON')
,('pay_dun03','Hydra',1068,1,600000,300000,1,'DUNGEON')
,('pay_dun03','Hydra',1068,1,600000,300000,1,'DUNGEON')
,('pay_dun03','Hydra',1068,1,600000,300000,1,'DUNGEON')
,('pay_dun03','Hydra',1068,1,600000,300000,1,'DUNGEON')
,('pay_dun03','Hydra',1068,1,600000,300000,1,'DUNGEON')
,('pay_dun03','Hydra',1068,1,600000,300000,1,'DUNGEON')
,('pay_dun03','Hydra',1068,1,600000,300000,1,'DUNGEON')
,('pay_dun03','Hydra',1068,1,600000,300000,1,'DUNGEON')
,('pay_dun03','Hydra',1068,1,600000,300000,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('pay_dun03','Hydra',1068,1,600000,300000,1,'DUNGEON')
,('pay_dun03','Hydra',1068,1,600000,300000,1,'DUNGEON')
,('pay_dun03','Sohee',1170,2,300000,100000,1,'DUNGEON')
,('pay_dun03','Sohee',1170,2,300000,100000,1,'DUNGEON')
,('pay_dun03','Sohee',1170,2,300000,100000,1,'DUNGEON')
,('pay_dun03','Sohee',1170,2,300000,100000,1,'DUNGEON')
,('pay_dun03','Sohee',1170,2,300000,100000,1,'DUNGEON')
,('pay_dun03','Sohee',1170,2,300000,100000,1,'DUNGEON')
,('pay_dun03','Sohee',1170,2,300000,100000,1,'DUNGEON')
,('pay_dun03','Sohee',1170,2,300000,100000,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('pay_dun03','Sohee',1170,2,300000,100000,1,'DUNGEON')
,('pay_dun03','Sohee',1170,2,300000,100000,1,'DUNGEON')
,('pay_dun03','Red Plant',1078,1,600000,300000,1,'DUNGEON')
,('pay_dun03','Blue Plant',1079,1,600000,300000,1,'DUNGEON')
,('pay_dun03','Green Plant',1080,1,600000,300000,1,'DUNGEON')
,('pay_dun03','Yellow Plant',1081,1,600000,300000,1,'DUNGEON')
,('pay_dun03','Mandragora',1020,1,300000,100000,1,'DUNGEON')
,('pay_dun03','Mandragora',1020,1,300000,100000,1,'DUNGEON')
,('pay_dun03','Mandragora',1020,1,300000,100000,1,'DUNGEON')
,('pay_dun03','Mandragora',1020,1,300000,100000,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('pay_dun03','Mandragora',1020,1,300000,100000,1,'DUNGEON')
,('pay_dun03','Mandragora',1020,1,300000,100000,1,'DUNGEON')
,('pay_dun03','Mandragora',1020,1,300000,100000,1,'DUNGEON')
,('pay_dun03','Mandragora',1020,1,300000,100000,1,'DUNGEON')
,('pay_dun03','Mandragora',1020,1,300000,100000,1,'DUNGEON')
,('pay_dun03','Mandragora',1020,1,300000,100000,1,'DUNGEON')
,('pay_dun03','Greatest General',1277,3,0,0,0,'DUNGEON')
,('pay_dun03','Red Plant',1078,15,180000,90000,1,'DUNGEON')
,('pay_dun03','White Plant',1082,3,180000,90000,1,'DUNGEON')
,('pay_dun03','White Plant',1082,2,180000,90000,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('pay_dun04','Dokebi',1110,40,0,0,0,'DUNGEON')
,('pay_dun04','Horong',1129,30,0,0,0,'DUNGEON')
,('pay_dun04','Moonlight Flower',1150,1,3600000,600000,1,'DUNGEON')
,('pay_dun04','Greatest General',1277,15,0,0,0,'DUNGEON')
,('pay_dun04','Archer Skeleton',1016,15,0,0,0,'DUNGEON')
,('pay_dun04','Nine Tail',1180,30,60000,30000,0,'DUNGEON')
,('pay_dun04','Skeleton General',1290,1,0,0,0,'DUNGEON')
,('pay_dun04','Am Mut',1301,1,0,0,0,'DUNGEON')
,('pay_dun04','Cat o Nine Tails',1307,1,3600000,7200000,1,'DUNGEON')
,('pay_dun04','Shining Plant',1083,1,1800000,900000,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('pay_dun04','Shining Plant',1083,1,1800000,900000,1,'DUNGEON')
,('pay_dun04','Red Plant',1078,10,180000,90000,1,'DUNGEON')
,('pay_dun04','White Plant',1082,2,180000,90000,1,'DUNGEON')
,('pay_dun04','White Plant',1082,2,180000,90000,1,'DUNGEON')
,('pay_dun04','White Plant',1082,2,180000,90000,1,'DUNGEON')
,('prt_maze01','Poring',1002,5,120000,40000,1,'DUNGEON')
,('prt_maze01','Lunatic',1063,5,120000,40000,1,'DUNGEON')
,('prt_maze01','Fabre',1007,5,120000,40000,1,'DUNGEON')
,('prt_maze01','Creamy',1018,1,120000,40000,1,'DUNGEON')
,('prt_maze01','Pupa',1008,5,120000,40000,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('prt_maze01','Poporing',1031,5,120000,40000,1,'DUNGEON')
,('prt_maze01','Rocker',1052,5,120000,40000,1,'DUNGEON')
,('prt_maze01','Bigfoot',1060,5,120000,40000,1,'DUNGEON')
,('prt_maze01','Smokie',1056,5,120000,40000,1,'DUNGEON')
,('prt_maze01','Boa',1025,5,120000,40000,1,'DUNGEON')
,('prt_maze01','Wolf',1013,5,120000,40000,1,'DUNGEON')
,('prt_maze01','Argiope',1099,3,120000,40000,1,'DUNGEON')
,('prt_maze01','Argos',1100,3,120000,40000,1,'DUNGEON')
,('prt_maze01','Chonchon',1011,5,120000,40000,1,'DUNGEON')
,('prt_maze01','Horn',1128,5,120000,40000,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('prt_maze01','Hunter Fly',1035,3,120000,40000,1,'DUNGEON')
,('prt_maze01','Mantis',1139,3,120000,40000,1,'DUNGEON')
,('prt_maze01','Stainer',1174,5,120000,40000,1,'DUNGEON')
,('prt_maze01','<NAME>',1037,3,120000,40000,1,'DUNGEON')
,('prt_maze01','Yoyo',1057,4,120000,40000,1,'DUNGEON')
,('prt_maze01','Choco',1214,2,120000,40000,1,'DUNGEON')
,('prt_maze01','<NAME>',1042,5,120000,40000,1,'DUNGEON')
,('prt_maze01','Coco',1104,5,120000,40000,1,'DUNGEON')
,('prt_maze01','Caramel',1103,5,120000,40000,1,'DUNGEON')
,('prt_maze01','Dustiness',1114,5,120000,40000,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('prt_maze01','Martin',1145,5,120000,40000,1,'DUNGEON')
,('prt_maze01','Savage',1166,3,120000,40000,1,'DUNGEON')
,('prt_maze01','Savage',1166,5,120000,40000,1,'DUNGEON')
,('prt_maze01','Hunter Fly',1035,1,0,0,0,'DUNGEON')
,('prt_maze01','Vagabond Wolf',1092,1,3600000,1800000,0,'DUNGEON')
,('prt_maze01','Shining Plant',1083,1,1800000,900000,1,'DUNGEON')
,('prt_maze01','White Plant',1082,1,1800000,900000,1,'DUNGEON')
,('prt_maze01','White Plant',1082,2,1800000,900000,1,'DUNGEON')
,('prt_maze01','Blue Plant',1079,1,1800000,900000,1,'DUNGEON')
,('prt_maze01','Plant',1081,1,1800000,900000,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('prt_maze01','Shining Plant',1083,1,1800000,900000,1,'DUNGEON')
,('prt_maze01','Blue Plant',1079,1,1800000,900000,1,'DUNGEON')
,('prt_maze01','Red Plant',1078,5,180000,90000,1,'DUNGEON')
,('prt_maze01','Blue Plant',1079,1,1800000,900000,1,'DUNGEON')
,('prt_maze01','Yellow Plant',1081,1,1800000,900000,1,'DUNGEON')
,('prt_maze01','Black Mushroom',1084,3,180000,90000,1,'DUNGEON')
,('prt_maze01','Black Mushroom',1084,2,180000,90000,1,'DUNGEON')
,('prt_maze01','Red Mushroom',1085,3,180000,90000,1,'DUNGEON')
,('prt_maze01','Red Mushroom',1085,2,180000,90000,1,'DUNGEON')
,('prt_maze02','Poporing',1031,25,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('prt_maze02','Bigfoot',1060,5,0,0,0,'DUNGEON')
,('prt_maze02','Sasquatch',1243,1,900000,40000,0,'DUNGEON')
,('prt_maze02','Le<NAME>',1306,1,1800000,900000,0,'DUNGEON')
,('prt_maze03','Poporing',1031,45,0,0,0,'DUNGEON')
,('prt_maze03','Side Winder',1037,10,0,0,0,'DUNGEON')
,('prt_maze03','Hunter Fly',1035,30,0,0,0,'DUNGEON')
,('prt_maze03','Ghostring',1120,1,6800000,3400000,1,'DUNGEON')
,('prt_maze03','Killer Mantis',1294,1,0,0,0,'DUNGEON')
,('prt_maze03','Side Winder',1037,20,300000,150000,0,'DUNGEON')
,('prt_maze03','Vocal',1088,1,1920000,1500000,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('prt_maze03','Stem Worm',1215,20,300000,150000,0,'DUNGEON')
,('prt_maze03','Vagabond Wolf',1092,1,1920000,150000,1,'DUNGEON')
,('prt_maze03','Mantis',1139,30,60000,30000,0,'DUNGEON')
,('prt_maze03','Eclipse',1093,1,1920000,150000,1,'DUNGEON')
,('prt_maze03','Mastering',1090,1,1920000,150000,1,'DUNGEON')
,('prt_maze03','Baphomet Jr.',1101,25,0,0,0,'DUNGEON')
,('prt_maze03','Baphomet',1039,1,7200000,600000,1,'DUNGEON')
,('prt_maze03','Shining Plant',1083,1,1800000,900000,1,'DUNGEON')
,('prt_maze03','Blue Plant',1079,1,1800000,900000,1,'DUNGEON')
,('prt_maze03','Yellow Plant',1081,1,1800000,900000,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('prt_maze03','Shining Plant',1083,1,1800000,900000,1,'DUNGEON')
,('prt_maze03','Shining Plant',1083,1,1800000,900000,1,'DUNGEON')
,('prt_maze03','Shining Plant',1083,1,1800000,900000,1,'DUNGEON')
,('prt_maze03','Shining Plant',1083,1,1800000,900000,1,'DUNGEON')
,('prt_maze03','Blue Plant',1079,1,1800000,900000,1,'DUNGEON')
,('prt_maze03','Blue Plant',1079,2,1800000,900000,1,'DUNGEON')
,('prt_maze03','Blue Plant',1079,1,1800000,900000,1,'DUNGEON')
,('prt_maze03','Red Plant',1078,5,180000,90000,1,'DUNGEON')
,('prt_maze03','Black Mushroom',1084,3,180000,90000,1,'DUNGEON')
,('prt_maze03','Black Mushroom',1084,3,180000,90000,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('prt_maze03','Red Mushroom',1085,2,180000,90000,1,'DUNGEON')
,('prt_maze03','Red Mushroom',1085,3,180000,90000,1,'DUNGEON')
,('ra_san01','Vanberk',1771,20,180000,0,1,'DUNGEON')
,('ra_san01','Isilla',1772,10,0,0,1,'DUNGEON')
,('ra_san01','Vanberk',1771,20,300000,0,1,'DUNGEON')
,('ra_san01','Isilla',1772,10,180000,0,1,'DUNGEON')
,('ra_san01','Gremlin',1632,5,60000,0,1,'DUNGEON')
,('ra_san01','Hodremlin',1773,2,60000,0,1,'DUNGEON')
,('ra_san01','Vanberk',1771,20,300000,0,1,'DUNGEON')
,('ra_san01','Isilla',1772,10,180000,0,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('ra_san01','Gremlin',1632,5,60000,0,1,'DUNGEON')
,('ra_san01','Hodremlin',1773,2,60000,0,1,'DUNGEON')
,('ra_san01','Vanberk',1771,7,180000,0,1,'DUNGEON')
,('ra_san01','Isilla',1772,3,180000,0,1,'DUNGEON')
,('ra_san01','Beholder',1633,3,60000,0,1,'DUNGEON')
,('ra_san01','Hodremlin',1773,1,60000,0,1,'DUNGEON')
,('ra_san01','Vanberk',1771,7,180000,0,1,'DUNGEON')
,('ra_san01','Isilla',1772,3,180000,0,1,'DUNGEON')
,('ra_san01','Beholder',1633,3,60000,0,1,'DUNGEON')
,('ra_san01','Hodremlin',1773,1,60000,0,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('ra_san01','Vanberk',1771,2,420000,0,1,'DUNGEON')
,('ra_san01','Vanberk',1771,2,420000,0,1,'DUNGEON')
,('ra_san01','Vanberk',1771,2,420000,0,1,'DUNGEON')
,('ra_san01','Vanberk',1771,2,420000,0,1,'DUNGEON')
,('ra_san02','Isilla',1772,35,0,0,0,'DUNGEON')
,('ra_san02','Isilla',1772,25,0,0,0,'DUNGEON')
,('ra_san02','Isilla',1772,25,0,0,0,'DUNGEON')
,('ra_san02','Vanberk',1771,10,0,0,0,'DUNGEON')
,('ra_san02','Vanberk',1771,10,0,0,0,'DUNGEON')
,('ra_san02','Vanberk',1771,10,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('ra_san02','Gremlin',1632,10,0,0,0,'DUNGEON')
,('ra_san02','Hodremlin',1773,3,0,0,0,'DUNGEON')
,('ra_san02','Beholder',1633,10,0,0,0,'DUNGEON')
,('ra_san02','Seeker',1774,2,0,0,0,'DUNGEON')
,('ra_san03','Beholder',1633,5,0,0,0,'DUNGEON')
,('ra_san03','Gremlin',1632,5,0,0,0,'DUNGEON')
,('ra_san03','Seeker',1774,40,0,0,0,'DUNGEON')
,('ra_san03','Hodremlin',1773,20,0,0,0,'DUNGEON')
,('ra_san03','Hodremlin',1773,40,0,0,0,'DUNGEON')
,('ra_san04','Echio',1770,60,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('ra_san04','Agav',1769,20,0,0,0,'DUNGEON')
,('ra_san04','Seeker',1774,10,0,0,0,'DUNGEON')
,('ra_san04','Hodremlin',1773,10,0,0,0,'DUNGEON')
,('ra_san05','Agav',1769,70,0,0,0,'DUNGEON')
,('ra_san05','Echio',1770,20,0,0,0,'DUNGEON')
,('ra_san05','Isilla',1772,10,0,0,0,'DUNGEON')
,('ra_san05','Seeker',1774,20,0,0,0,'DUNGEON')
,('ra_san05','Hodremlin',1773,20,0,0,0,'DUNGEON')
,('ra_san05','Agav',1769,10,18000000,14400000,0,'DUNGEON')
,('ra_san05','Echio',1770,10,18000000,14400000,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('ra_san05','Gloom Under Night',1768,1,18000000,600000,0,'DUNGEON')
,('prt_sewb1','Thief Bug Egg',1048,80,0,0,0,'DUNGEON')
,('prt_sewb1','Thief Bug',1051,30,0,0,0,'DUNGEON')
,('prt_sewb1','Familiar',1005,10,0,0,0,'DUNGEON')
,('prt_sewb1','Tarou',1175,10,0,0,0,'DUNGEON')
,('prt_sewb2','Thief Bug Egg',1048,20,0,0,0,'DUNGEON')
,('prt_sewb2','Thief Bug',1051,70,0,0,0,'DUNGEON')
,('prt_sewb2','Familiar',1005,10,0,0,0,'DUNGEON')
,('prt_sewb2','Spore',1014,20,0,0,0,'DUNGEON')
,('prt_sewb2','Plankton',1161,30,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('prt_sewb2','Thief Bug Female',1053,10,0,0,0,'DUNGEON')
,('prt_sewb2','Tarou',1175,60,0,0,0,'DUNGEON')
,('prt_sewb3','Thief Bug Egg',1048,10,0,0,0,'DUNGEON')
,('prt_sewb3','Thief Bug',1051,20,0,0,0,'DUNGEON')
,('prt_sewb3','Thief Bug Female',1053,65,0,0,0,'DUNGEON')
,('prt_sewb3','Thief Bug Male',1054,65,0,0,0,'DUNGEON')
,('prt_sewb3','Tarou',1175,15,0,0,0,'DUNGEON')
,('prt_sewb3','Poison Spore',1077,15,0,0,0,'DUNGEON')
,('prt_sewb3','Familiar',1005,20,0,0,0,'DUNGEON')
,('prt_sewb4','Thief Bug Egg',1048,10,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('prt_sewb4','Thief Bug',1051,20,0,0,0,'DUNGEON')
,('prt_sewb4','Thief Bug Female',1053,20,0,0,0,'DUNGEON')
,('prt_sewb4','Thief Bug Male',1054,70,0,0,0,'DUNGEON')
,('prt_sewb4','Drainliar',1111,20,0,0,0,'DUNGEON')
,('prt_sewb4','Cramp',1209,5,0,0,0,'DUNGEON')
,('prt_sewb4','Golden Thief Bug',1086,1,3600000,600000,1,'DUNGEON')
,('tha_t01','Alice',1275,5,0,0,0,'DUNGEON')
,('tha_t01','Plasma',1695,20,0,0,0,'DUNGEON')
,('tha_t01','Rideword',1195,20,0,0,0,'DUNGEON')
,('tha_t01','Mimic',1191,20,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('tha_t01','<NAME>',1703,4,1800000,1200000,0,'DUNGEON')
,('tha_t02','Alice',1275,10,0,0,0,'DUNGEON')
,('tha_t02','Plasma',1697,20,0,0,0,'DUNGEON')
,('tha_t02','Mimic',1191,30,0,0,0,'DUNGEON')
,('tha_t02','Ancient Mimic',1699,80,0,0,0,'DUNGEON')
,('tha_t02','Rideword',1195,10,0,0,0,'DUNGEON')
,('tha_t02','Death Word',1698,10,0,0,0,'DUNGEON')
,('tha_t02','Elder',1377,10,0,0,0,'DUNGEON')
,('tha_t02','Baroness of Retribution',1702,4,1800000,1200000,0,'DUNGEON')
,('tha_t03','Plasma',1696,20,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('tha_t03','Rideword',1195,30,0,0,0,'DUNGEON')
,('tha_t03','Death Word',1698,80,0,0,0,'DUNGEON')
,('tha_t03','Mimic',1191,10,0,0,0,'DUNGEON')
,('tha_t03','Ancient Mimic',1699,10,0,0,0,'DUNGEON')
,('tha_t03','Elder',1377,10,0,0,0,'DUNGEON')
,('tha_t03','Mistress of Shelter',1701,4,1800000,1200000,0,'DUNGEON')
,('tha_t04','Plasma',1694,20,0,0,0,'DUNGEON')
,('tha_t04','Rideword',1195,20,0,0,0,'DUNGEON')
,('tha_t04','Death Word',1698,20,0,0,0,'DUNGEON')
,('tha_t04','Mimic',1191,20,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('tha_t04','Ancient Mimic',1699,20,0,0,0,'DUNGEON')
,('tha_t04','Elder',1377,20,0,0,0,'DUNGEON')
,('tha_t04','Owl Baron',1295,10,0,0,0,'DUNGEON')
,('tha_t04','Owl Duke',1320,10,0,0,0,'DUNGEON')
,('tha_t04','Dame of Sentinel',1700,4,1800000,1200000,0,'DUNGEON')
,('tha_t05','Elder',1377,5,0,0,0,'DUNGEON')
,('tha_t05','Plasma',1697,10,0,0,0,'DUNGEON')
,('tha_t05','Death Word',1698,10,0,0,0,'DUNGEON')
,('tha_t05','Ancient Mimic',1699,10,0,0,0,'DUNGEON')
,('tha_t05','Owl Duke',1320,20,300000,120000,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('tha_t05','Owl Baron',1295,5,300000,120000,0,'DUNGEON')
,('tha_t05','Elder',1377,5,0,0,0,'DUNGEON')
,('tha_t05','Plasma',1695,10,0,0,0,'DUNGEON')
,('tha_t05','Death Word',1698,10,0,0,0,'DUNGEON')
,('tha_t05','Ancient Mimic',1699,10,0,0,0,'DUNGEON')
,('tha_t05','Owl Duke',1320,20,300000,120000,0,'DUNGEON')
,('tha_t05','Owl Baron',1295,5,300000,120000,0,'DUNGEON')
,('tha_t05','Elder',1377,5,0,0,0,'DUNGEON')
,('tha_t05','Plasma',1696,10,0,0,0,'DUNGEON')
,('tha_t05','Death Word',1698,10,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('tha_t05','Ancient Mimic',1699,10,0,0,0,'DUNGEON')
,('tha_t05','Owl Duke',1320,20,300000,120000,0,'DUNGEON')
,('tha_t05','Owl Baron',1295,5,300000,120000,0,'DUNGEON')
,('tha_t05','Elder',1377,5,0,0,0,'DUNGEON')
,('tha_t05','Plasma',1694,10,0,0,0,'DUNGEON')
,('tha_t05','Death Word',1698,10,0,0,0,'DUNGEON')
,('tha_t05','Ancient Mimic',1699,10,0,0,0,'DUNGEON')
,('tha_t05','Owl Duke',1320,20,300000,120000,0,'DUNGEON')
,('tha_t05','Owl Baron',1295,5,300000,120000,0,'DUNGEON')
,('tha_t05','Dolor of Thanatos',1707,2,1800000,1200000,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('tha_t06','Elder',1377,5,0,0,0,'DUNGEON')
,('tha_t06','Plasma',1697,10,0,0,0,'DUNGEON')
,('tha_t06','Death Word',1698,10,0,0,0,'DUNGEON')
,('tha_t06','Ancient Mimic',1699,10,0,0,0,'DUNGEON')
,('tha_t06','Owl Baron',1295,10,300000,120000,0,'DUNGEON')
,('tha_t06','Owl Duke',1320,10,300000,120000,0,'DUNGEON')
,('tha_t06','Elder',1377,5,0,0,0,'DUNGEON')
,('tha_t06','Plasma',1695,10,0,0,0,'DUNGEON')
,('tha_t06','Death Word',1698,10,0,0,0,'DUNGEON')
,('tha_t06','Ancient Mimic',1699,10,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('tha_t06','Owl Baron',1295,10,300000,120000,0,'DUNGEON')
,('tha_t06','Owl Duke',1320,10,300000,120000,0,'DUNGEON')
,('tha_t06','Elder',1377,5,0,0,0,'DUNGEON')
,('tha_t06','Plasma',1696,10,0,0,0,'DUNGEON')
,('tha_t06','Death Word',1698,10,0,0,0,'DUNGEON')
,('tha_t06','Ancient Mimic',1699,10,0,0,0,'DUNGEON')
,('tha_t06','Owl Baron',1295,10,300000,120000,0,'DUNGEON')
,('tha_t06','Owl Duke',1320,10,300000,120000,0,'DUNGEON')
,('tha_t06','Elder',1377,5,0,0,0,'DUNGEON')
,('tha_t06','Plasma',1694,10,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('tha_t06','Death Word',1698,10,0,0,0,'DUNGEON')
,('tha_t06','Ancient Mimic',1699,10,0,0,0,'DUNGEON')
,('tha_t06','Owl Baron',1295,10,300000,120000,0,'DUNGEON')
,('tha_t06','Owl Duke',1320,10,300000,120000,0,'DUNGEON')
,('tha_t06','Maero of Thanatos',1706,2,1800000,1200000,0,'DUNGEON')
,('tha_t07','Death Word',1698,10,300000,120000,0,'DUNGEON')
,('tha_t07','Ancient Mimic',1699,10,300000,120000,0,'DUNGEON')
,('tha_t07','Lady Solace',1703,7,300000,120000,0,'DUNGEON')
,('tha_t07','Mistress of Shelter',1701,7,300000,120000,0,'DUNGEON')
,('tha_t07','Baroness of Retribution',1702,15,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('tha_t07','Dame of Sentinel',1700,7,300000,120000,0,'DUNGEON')
,('tha_t07','Despero of Thanatos',1705,2,1800000,1200000,0,'DUNGEON')
,('tha_t08','Death Word',1698,10,300000,120000,0,'DUNGEON')
,('tha_t08','Ancient Mimic',1699,10,300000,120000,0,'DUNGEON')
,('tha_t08','Lady Solace',1703,5,0,0,0,'DUNGEON')
,('tha_t08','Mistress of Shelter',1701,5,0,0,0,'DUNGEON')
,('tha_t08','Baroness of Retribution',1702,20,300000,120000,0,'DUNGEON')
,('tha_t08','Dame of Sentinel',1700,5,0,0,0,'DUNGEON')
,('tha_t08','Odium of Thanatos',1704,2,1800000,1200000,0,'DUNGEON')
,('tha_t09','Plasma',1694,5,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('tha_t09','Lady Solace',1703,20,600000,0,0,'DUNGEON')
,('tha_t09','Baroness of Retribution',1702,5,420000,0,0,'DUNGEON')
,('tha_t09','Mistress of Shelter',1701,5,420000,0,0,'DUNGEON')
,('tha_t09','Dame of Sentinel',1700,5,420000,0,0,'DUNGEON')
,('tha_t09','Dolor of Thanatos',1707,1,1800000,1200000,0,'DUNGEON')
,('tha_t09','Dolor of Thanatos',1712,3,1800000,1200000,0,'DUNGEON')
,('tha_t10','Plasma',1697,5,0,0,0,'DUNGEON')
,('tha_t10','Baroness of Retribution',1702,20,600000,0,0,'DUNGEON')
,('tha_t10','Lady Solace',1703,5,420000,0,0,'DUNGEON')
,('tha_t10','Mistress of Shelter',1701,5,420000,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('tha_t10','Dame of Sentinel',1700,5,420000,0,0,'DUNGEON')
,('tha_t10','Maero of Thanatos',1706,1,1800000,1200000,0,'DUNGEON')
,('tha_t10','Maero of Thanatos',1711,3,1800000,1200000,0,'DUNGEON')
,('tha_t11','Plasma',1695,5,0,0,0,'DUNGEON')
,('tha_t11','Mistress of Shelter',1701,20,600000,0,0,'DUNGEON')
,('tha_t11','Lady Solace',1703,5,420000,0,0,'DUNGEON')
,('tha_t11','Baroness of Retribution',1702,5,420000,0,0,'DUNGEON')
,('tha_t11','Dame of Sentinel',1700,5,420000,0,0,'DUNGEON')
,('tha_t11','Despero of Thanatos',1705,1,1800000,1200000,0,'DUNGEON')
,('tha_t11','Despero of Thanatos',1710,3,1800000,1200000,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('tha_t12','Plasma',1693,5,0,0,0,'DUNGEON')
,('tha_t12','Dame of Sentinel',1700,13,600000,0,0,'DUNGEON')
,('tha_t12','Lady Solace',1703,5,420000,0,0,'DUNGEON')
,('tha_t12','Mistress of Shelter',1701,5,420000,0,0,'DUNGEON')
,('tha_t12','Baroness of Retribution',1702,5,420000,0,0,'DUNGEON')
,('tha_t12','Odium of Thanatos',1709,4,1800000,1200000,0,'DUNGEON')
,('thor_v01','Magmaring',1836,10,0,0,0,'DUNGEON')
,('thor_v01','Fire Imp',1837,5,0,0,0,'DUNGEON')
,('thor_v01','Fire Imp',1837,12,1800000,0,0,'DUNGEON')
,('thor_v01','Fire Imp',1837,2,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('thor_v01','Fire Imp',1837,2,0,0,0,'DUNGEON')
,('thor_v01','Fire Imp',1837,2,0,0,0,'DUNGEON')
,('thor_v01','Fire Imp',1837,2,0,0,0,'DUNGEON')
,('thor_v01','Kasa',1833,25,0,0,0,'DUNGEON')
,('thor_v01','Kasa',1833,5,0,0,0,'DUNGEON')
,('thor_v01','Kasa',1833,5,0,0,0,'DUNGEON')
,('thor_v01','Kasa',1833,5,0,0,0,'DUNGEON')
,('thor_v01','Kasa',1833,5,0,0,0,'DUNGEON')
,('thor_v01','Sword Master',1829,5,420000,0,0,'DUNGEON')
,('thor_v01','Bow Master',1830,5,420000,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('thor_v01','Salamander',1831,5,3600000,0,0,'DUNGEON')
,('thor_v01','Byorgue',1839,1,3600000,0,0,'DUNGEON')
,('thor_v02','Magmaring',1836,10,0,0,0,'DUNGEON')
,('thor_v02','Fire Imp',1837,5,0,0,0,'DUNGEON')
,('thor_v02','Fire Imp',1837,3,0,0,0,'DUNGEON')
,('thor_v02','Fire Imp',1837,2,0,0,0,'DUNGEON')
,('thor_v02','Kaho',1072,5,0,0,0,'DUNGEON')
,('thor_v02','Kaho',1072,3,0,0,0,'DUNGEON')
,('thor_v02','Kaho',1072,2,0,0,0,'DUNGEON')
,('thor_v02','Knocker',1838,20,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('thor_v02','Knocker',1838,20,0,0,0,'DUNGEON')
,('thor_v02','Knocker',1838,15,0,0,0,'DUNGEON')
,('thor_v02','Salamander',1831,1,18000000,0,0,'DUNGEON')
,('thor_v02','Sword Master',1829,1,7200000,0,0,'DUNGEON')
,('thor_v02','Bow Master',1830,1,7200000,0,0,'DUNGEON')
,('thor_v03','Kasa',1833,16,0,0,0,'DUNGEON')
,('thor_v03','Kasa',1833,6,0,0,0,'DUNGEON')
,('thor_v03','Kasa',1833,6,0,0,0,'DUNGEON')
,('thor_v03','Kasa',1833,6,0,0,0,'DUNGEON')
,('thor_v03','Kasa',1833,6,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('thor_v03','Salamander',1831,20,0,0,0,'DUNGEON')
,('thor_v03','Salamander',1831,10,0,0,0,'DUNGEON')
,('thor_v03','Salamander',1831,10,0,0,0,'DUNGEON')
,('thor_v03','Salamander',1831,10,0,0,0,'DUNGEON')
,('thor_v03','Salamander',1831,10,0,0,0,'DUNGEON')
,('thor_v03','Sword Master',1829,5,0,0,0,'DUNGEON')
,('thor_v03','Sword Master',1829,5,1800000,0,0,'DUNGEON')
,('thor_v03','Bow Master',1830,5,0,0,0,'DUNGEON')
,('thor_v03','Bow Master',1830,5,1800000,0,0,'DUNGEON')
,('thor_v03','Byorgue',1839,5,1800000,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('thor_v03','Ifrit',1832,1,39600000,600000,0,'DUNGEON')
,('treasure01','Kukre',1070,20,0,0,1,'DUNGEON')
,('treasure01','Whisper',1179,5,0,0,1,'DUNGEON')
,('treasure01','Whisper',1179,5,120000,60000,1,'DUNGEON')
,('treasure01','Poison Spore',1077,3,180000,90000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,180000,90000,1,'DUNGEON')
,('treasure01','Poison Spore',1077,3,180000,90000,1,'DUNGEON')
,('treasure01','Hydra',1068,4,180000,90000,1,'DUNGEON')
,('treasure01','Pirate Skeleton',1071,5,180000,90000,1,'DUNGEON')
,('treasure01','Pirate Skeleton',1071,5,180000,90000,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('treasure01','Pirate Skeleton',1071,5,180000,90000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,263000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,293000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,317000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,300000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,305000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,290000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,302000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,306000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,316000,100000,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('treasure01','Hydra',1068,1,300000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,310000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,300000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,308000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,301000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,314000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,270000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,285000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,310000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,300000,100000,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('treasure01','Hydra',1068,1,268000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,281000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,296000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,300000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,305000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,313000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,269000,100000,1,'DUNGEON')
,('treasure01','Poison Spore',1077,3,100000,100000,1,'DUNGEON')
,('treasure01','Poison Spore',1077,3,100000,100000,1,'DUNGEON')
,('treasure01','Pirate Skeleton',1071,2,300000,100000,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('treasure01','Pirate Skeleton',1071,2,300000,100000,1,'DUNGEON')
,('treasure01','Pirate Skeleton',1071,2,300000,100000,1,'DUNGEON')
,('treasure01','Pirate Skeleton',1071,3,300000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,300000,100000,1,'DUNGEON')
,('treasure01','Pirate Skeleton',1071,3,300000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,300000,100000,1,'DUNGEON')
,('treasure01','Pirate Skeleton',1071,3,300000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,300000,100000,1,'DUNGEON')
,('treasure01','Pirate Skeleton',1071,3,300000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,300000,100000,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('treasure01','Hydra',1068,1,273000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,314000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,300000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,300000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,305000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,300000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,307000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,293000,100000,1,'DUNGEON')
,('treasure01','Whisper',1179,5,300000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,300000,100000,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('treasure01','Hydra',1068,1,300000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,300000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,300000,100000,1,'DUNGEON')
,('treasure01','Pirate Skeleton',1071,10,300000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,302000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,300000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,305000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,300000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,300000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,307000,100000,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('treasure01','Hydra',1068,1,285000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,312000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,318000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,300000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,306000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,290000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,300000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,314000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,300000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,306000,100000,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('treasure01','Hydra',1068,1,290000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,322000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,300000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,302000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,305000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,300000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,313000,100000,1,'DUNGEON')
,('treasure01','Hydra',1068,1,300000,100000,1,'DUNGEON')
,('treasure02','Ghostring',1120,1,1980000,1200000,1,'DUNGEON')
,('treasure02','Whisper',1179,5,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('treasure02','Wanderer',1208,1,600000,300000,1,'DUNGEON')
,('treasure02','Penomena',1216,22,300000,120000,1,'DUNGEON')
,('treasure02','Kukre',1070,20,0,0,1,'DUNGEON')
,('treasure02','Pirate Skeleton',1071,5,0,0,1,'DUNGEON')
,('treasure02','Mimic',1191,3,0,0,1,'DUNGEON')
,('treasure02','Hydra',1068,1,300000,100000,1,'DUNGEON')
,('treasure02','Hydra',1068,1,300000,100000,1,'DUNGEON')
,('treasure02','Hydra',1068,1,300000,100000,1,'DUNGEON')
,('treasure02','Hydra',1068,1,300000,100000,1,'DUNGEON')
,('treasure02','Hydra',1068,1,300000,100000,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('treasure02','Hydra',1068,1,300000,100000,1,'DUNGEON')
,('treasure02','Penomena',1216,5,300000,100000,1,'DUNGEON')
,('treasure02','Whisper',1179,1,300000,100000,1,'DUNGEON')
,('treasure02','Whisper',1179,1,300000,100000,1,'DUNGEON')
,('treasure02','Whisper',1179,1,300000,100000,1,'DUNGEON')
,('treasure02','Hydra',1068,1,300000,100000,1,'DUNGEON')
,('treasure02','Hydra',1068,1,300000,100000,1,'DUNGEON')
,('treasure02','Hydra',1068,1,300000,100000,1,'DUNGEON')
,('treasure02','Hydra',1068,1,300000,100000,1,'DUNGEON')
,('treasure02','Hydra',1068,1,300000,100000,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('treasure02','Hydra',1068,1,300000,100000,1,'DUNGEON')
,('treasure02','Hydra',1068,1,300000,100000,1,'DUNGEON')
,('treasure02','Hydra',1068,1,300000,100000,1,'DUNGEON')
,('treasure02','Hydra',1068,1,300000,100000,1,'DUNGEON')
,('treasure02','Hydra',1068,1,300000,100000,1,'DUNGEON')
,('treasure02','Hydra',1068,1,300000,100000,1,'DUNGEON')
,('treasure02','Hydra',1068,1,300000,100000,1,'DUNGEON')
,('treasure02','Whisper',1179,2,200000,100000,1,'DUNGEON')
,('treasure02','Drake',1112,1,7200000,600000,1,'DUNGEON')
,('treasure02','Mimic',1191,3,500000,200000,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('treasure02','Mimic',1191,2,100000,100000,1,'DUNGEON')
,('treasure02','Penomena',1216,4,100000,100000,1,'DUNGEON')
,('treasure02','Penomena',1216,1,1200000,600000,1,'DUNGEON')
,('treasure02','Penomena',1216,1,60000,200000,1,'DUNGEON')
,('treasure02','Pirate Skeleton',1071,3,300000,100000,1,'DUNGEON')
,('treasure02','Penomena',1216,5,300000,100000,1,'DUNGEON')
,('treasure02','Pirate Skeleton',1071,1,100000,100000,1,'DUNGEON')
,('treasure02','Pirate Skeleton',1071,1,100000,100000,1,'DUNGEON')
,('treasure02','Pirate Skeleton',1071,1,100000,100000,1,'DUNGEON')
,('treasure02','Pirate Skeleton',1071,6,300000,100000,1,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('treasure02','Pirate Skeleton',1071,1,300000,100000,1,'DUNGEON')
,('treasure02','Pirate Skeleton',1071,1,300000,100000,1,'DUNGEON')
,('treasure02','Pirate Skeleton',1071,1,300000,100000,1,'DUNGEON')
,('treasure02','Whisper',1179,1,100000,100000,1,'DUNGEON')
,('treasure02','Whisper',1179,1,100000,100000,1,'DUNGEON')
,('treasure02','Whisper',1179,1,200000,100000,1,'DUNGEON')
,('treasure02','Whisper',1179,1,200000,100000,1,'DUNGEON')
,('treasure02','Marionette',1143,1,200000,100000,1,'DUNGEON')
,('tur_dun01','Dragon Tail',1321,25,0,0,0,'DUNGEON')
,('tur_dun01','Spring Rabbit',1322,25,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('tur_dun01','<NAME>',1034,10,0,0,0,'DUNGEON')
,('tur_dun01','Permeter',1314,10,0,0,0,'DUNGEON')
,('tur_dun01','Pest',1256,15,0,0,0,'DUNGEON')
,('tur_dun02','Permeter',1314,40,0,0,0,'DUNGEON')
,('tur_dun02','Solider',1316,40,0,0,0,'DUNGEON')
,('tur_dun02','Freezer',1319,20,0,0,0,'DUNGEON')
,('tur_dun02','Pest',1256,15,0,0,0,'DUNGEON')
,('tur_dun03','Permeter',1314,15,0,0,0,'DUNGEON')
,('tur_dun03','Freezer',1319,40,0,0,0,'DUNGEON')
,('tur_dun03','Assaulter',1315,35,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('tur_dun03','Heater',1318,10,50000,0,0,'DUNGEON')
,('tur_dun04','Wanderer',1208,1,60000,30000,0,'DUNGEON')
,('tur_dun04','Turtle General',1312,1,3600000,600000,0,'DUNGEON')
,('tur_dun04','Heater',1318,3,120000,60000,0,'DUNGEON')
,('tur_dun04','Assaulter',1315,10,120000,60000,0,'DUNGEON')
,('tur_dun04','Freezer',1319,5,120000,60000,0,'DUNGEON')
,('tur_dun04','Wanderer',1208,1,300000,150000,0,'DUNGEON')
,('tur_dun04','Assaulter',1315,1,310000,160000,0,'DUNGEON')
,('tur_dun04','Assaulter',1315,1,320000,170000,0,'DUNGEON')
,('tur_dun04','Wanderer',1208,1,300000,150000,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('tur_dun04','Assaulter',1315,1,310000,160000,0,'DUNGEON')
,('tur_dun04','Assaulter',1315,1,320000,170000,0,'DUNGEON')
,('tur_dun04','Wanderer',1208,1,300000,150000,0,'DUNGEON')
,('tur_dun04','Assaulter',1315,1,310000,160000,0,'DUNGEON')
,('tur_dun04','Assaulter',1315,1,320000,170000,0,'DUNGEON')
,('tur_dun04','Wanderer',1208,1,300000,150000,0,'DUNGEON')
,('tur_dun04','Assaulter',1315,1,310000,160000,0,'DUNGEON')
,('tur_dun04','Assaulter',1315,1,320000,170000,0,'DUNGEON')
,('tur_dun04','Wanderer',1208,2,0,0,0,'DUNGEON')
,('tur_dun04','Heater',1318,10,300000,150000,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('tur_dun04','Heater',1318,20,620000,310000,0,'DUNGEON')
,('tur_dun04','Assaulter',1315,23,0,0,0,'DUNGEON')
,('tur_dun04','Freezer',1319,5,300000,150000,0,'DUNGEON')
,('tur_dun04','Freezer',1319,5,600000,300000,0,'DUNGEON')
,('tur_dun04','Permeter',1314,2,300000,150000,0,'DUNGEON')
,('tur_dun04','Permeter',1314,2,640000,320000,0,'DUNGEON')
,('tur_dun05','Permeter',1314,3,20000,0,0,'DUNGEON')
,('tur_dun05','Freezer',1319,5,30000,0,0,'DUNGEON')
,('tur_dun05','Assaulter',1315,1,20000,0,0,'DUNGEON')
,('um_dun01','Stone Shooter',1495,70,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('um_dun01','Wootan Fighter',1499,10,0,0,0,'DUNGEON')
,('um_dun01','Wootan Shooter',1498,10,0,0,0,'DUNGEON')
,('um_dun01','Yellow Plant',1081,5,180000,90000,1,'DUNGEON')
,('um_dun01','Green Plant',1080,5,180000,90000,1,'DUNGEON')
,('um_dun02','Wooden Golem',1497,50,0,0,0,'DUNGEON')
,('um_dun02','Wooden Golem',1497,2,240000,60000,0,'DUNGEON')
,('um_dun02','Wooden Golem',1497,2,240000,60000,0,'DUNGEON')
,('um_dun02','Wooden Golem',1497,2,240000,60000,0,'DUNGEON')
,('um_dun02','Wooden Golem',1497,2,240000,60000,0,'DUNGEON')
,('um_dun02','Wooden Golem',1497,2,360000,60000,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('um_dun02','Wooden Golem',1497,2,360000,60000,0,'DUNGEON')
,('um_dun02','Wooden Golem',1497,2,240000,60000,0,'DUNGEON')
,('um_dun02','Wooden Golem',1497,2,360000,60000,0,'DUNGEON')
,('um_dun02','Wooden Golem',1497,2,240000,60000,0,'DUNGEON')
,('um_dun02','Wooden Golem',1497,2,180000,60000,0,'DUNGEON')
,('um_dun02','Wooden Golem',1497,2,360000,60000,0,'DUNGEON')
,('um_dun02','Wooden Golem',1497,2,180000,60000,0,'DUNGEON')
,('um_dun02','Wooden Golem',1497,2,360000,60000,0,'DUNGEON')
,('um_dun02','Wooden Golem',1497,2,180000,60000,0,'DUNGEON')
,('um_dun02','Wooden Golem',1497,2,300000,60000,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('um_dun02','Wooden Golem',1497,2,180000,60000,0,'DUNGEON')
,('um_dun02','Driller',1380,5,0,0,0,'DUNGEON')
,('um_dun02','Wootan Shooter',1498,10,0,0,0,'DUNGEON')
,('um_dun02','Wootan Shooter',1498,2,120000,60000,0,'DUNGEON')
,('um_dun02','Wootan Shooter',1498,3,120000,60000,0,'DUNGEON')
,('um_dun02','Wootan Shooter',1498,1,120000,60000,0,'DUNGEON')
,('um_dun02','Wootan Shooter',1498,1,120000,60000,0,'DUNGEON')
,('um_dun02','Wootan Shooter',1498,1,120000,60000,0,'DUNGEON')
,('um_dun02','Wootan Shooter',1498,1,120000,60000,0,'DUNGEON')
,('um_dun02','Wootan Shooter',1498,1,120000,60000,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('um_dun02','Dryad',1493,25,0,0,0,'DUNGEON')
,('um_dun02','Yellow Plant',1081,5,180000,90000,1,'DUNGEON')
,('um_dun02','Red Plant',1078,5,180000,90000,1,'DUNGEON')
,('um_dun02','Shining Plant',1083,6,180000,90000,1,'DUNGEON')
,('xmas_dun01','Marin',1242,20,0,0,0,'DUNGEON')
,('xmas_dun01','Poring',1002,10,0,0,0,'DUNGEON')
,('xmas_dun01','Drops',1113,10,0,0,0,'DUNGEON')
,('xmas_dun01','Poporing',1031,20,0,0,0,'DUNGEON')
,('xmas_dun01','Cookie',1265,40,0,0,0,'DUNGEON')
,('xmas_dun01','Christmas Cookie',1246,40,0,0,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('xmas_dun01','Myst Case',1249,5,0,0,0,'DUNGEON')
,('xmas_dun01','Chepet',1250,1,1200000,900000,0,'DUNGEON')
,('xmas_dun01','Mastering',1090,1,1800000,900000,0,'DUNGEON')
,('xmas_dun01','Angeling',1096,1,3600000,1800000,0,'DUNGEON')
,('xmas_dun02','Christmas Cookie',1246,20,0,0,0,'DUNGEON')
,('xmas_dun02','Cookie',1265,20,0,0,0,'DUNGEON')
,('xmas_dun02','Cruiser',1248,35,0,0,0,'DUNGEON')
,('xmas_dun02','Myst Case',1249,50,0,0,0,'DUNGEON')
,('xmas_dun02','Garm Baby',1515,1,1800000,0,0,'DUNGEON')
,('xmas_dun02','Stormy Knight',1251,1,3600000,600000,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('yggdrasil01','Blue Plant',1079,5,1800000,600000,0,'DUNGEON')
,('yggdrasil01','Shining Plant',1083,1,1800000,600000,0,'DUNGEON')
,('yggdrasil01','Shining Plant',1083,5,1200000,600000,0,'DUNGEON')
,('yggdrasil01','Yellow Plant',1081,5,1200000,600000,0,'DUNGEON')
,('yggdrasil01','White Plant',1082,5,1200000,600000,0,'DUNGEON')
,('yggdrasil01','Blue Plant',1079,5,1200000,600000,0,'DUNGEON')
,('yggdrasil01','Shining Plant',1083,1,1800000,600000,0,'DUNGEON')
,('yggdrasil01','Blue Plant',1079,5,1200000,600000,0,'DUNGEON')
,('yggdrasil01','Shining Plant',1083,1,1200000,600000,0,'DUNGEON')
,('yggdrasil01','Shining Plant',1083,1,1800000,1200000,0,'DUNGEON')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('yggdrasil01','Shining Plant',1083,1,1200000,600000,0,'DUNGEON')
,('yggdrasil01','Green Plant',1080,1,60000,30000,0,'DUNGEON')
,('yggdrasil01','hining Plant',1083,1,1200000,600000,0,'DUNGEON')
,('yggdrasil01','Shining Plant',1083,1,1200000,600000,0,'DUNGEON')
,('yggdrasil01','Shining Plant',1083,1,1200000,600000,0,'DUNGEON')
,('yggdrasil01','Shining Plant',1083,3,1800000,1200000,0,'DUNGEON')
,('yggdrasil01','Shining Plant',1083,10,3600000,2300000,0,'DUNGEON')
,('yggdrasil01','Green Plant',1080,25,60000,30000,0,'DUNGEON')
,('yggdrasil01','Red Plant',1078,15,60000,30000,0,'DUNGEON')
,('ama_fild01','Kapha',1406,5,1200000,600000,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('ama_fild01','Kapha',1406,5,600000,300000,0,'FIELD')
,('ama_fild01','Kapha',1406,5,600000,300000,0,'FIELD')
,('ama_fild01','Kapha',1406,5,600000,300000,0,'FIELD')
,('ama_fild01','Hydra',1068,1,60000,30000,0,'FIELD')
,('ama_fild01','Hydra',1068,1,63000,31500,0,'FIELD')
,('ama_fild01','Hydra',1068,1,66000,33000,0,'FIELD')
,('ama_fild01','Hydra',1068,1,69000,34500,0,'FIELD')
,('ama_fild01','Hydra',1068,1,72000,39000,0,'FIELD')
,('ama_fild01','Hydra',1068,1,66000,33000,0,'FIELD')
,('ama_fild01','Hydra',1068,1,72000,39000,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('ama_fild01','Hydra',1068,1,60000,30000,0,'FIELD')
,('ama_fild01','Hydra',1068,1,69000,34500,0,'FIELD')
,('ama_fild01','Hydra',1068,1,63000,31500,0,'FIELD')
,('ama_fild01','Hydra',1068,1,66000,33000,0,'FIELD')
,('ama_fild01','Hydra',1068,1,60000,30000,0,'FIELD')
,('ama_fild01','Hydra',1068,1,66000,33000,0,'FIELD')
,('ama_fild01','Hydra',1068,1,60000,30000,0,'FIELD')
,('ama_fild01','Kapha',1406,20,60000,30000,0,'FIELD')
,('ama_fild01','Kapha',1406,10,300000,150000,0,'FIELD')
,('ama_fild01','<NAME>',1404,2,180000,90000,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('ama_fild01','Poison Toad',1402,1,180000,90000,0,'FIELD')
,('ama_fild01','Poporing',1031,15,0,0,0,'FIELD')
,('ama_fild01','Bigfoot',1060,15,60000,30000,0,'FIELD')
,('ayo_fild01','Coco',1104,30,0,0,0,'FIELD')
,('ayo_fild01','Yoyo',1057,30,0,0,0,'FIELD')
,('ayo_fild01','Smokie',1056,30,0,0,0,'FIELD')
,('ayo_fild01','Leaf Cat',1586,3,3600000,1800000,0,'FIELD')
,('ayo_fild01','Green Plant',1080,10,0,0,0,'FIELD')
,('ayo_fild02','Leaf Cat',1586,50,0,0,0,'FIELD')
,('ayo_fild02','Wootan Fighter',1499,20,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('ayo_fild02','Beetle King',1494,30,0,0,0,'FIELD')
,('ayo_fild02','Yellow Plant',1081,10,0,0,0,'FIELD')
,('cmd_fild01','Alligator',1271,60,0,0,0,'FIELD')
,('cmd_fild01','Savage',1166,30,0,0,0,'FIELD')
,('cmd_fild01','Poporing',1031,30,0,0,0,'FIELD')
,('cmd_fild01','Poison Spore',1077,20,0,0,0,'FIELD')
,('cmd_fild01','Shining Plant',1083,1,1800000,900000,1,'FIELD')
,('cmd_fild01','Blue Plant',1079,1,1800000,900000,1,'FIELD')
,('cmd_fild01','Blue Plant',1079,2,1800000,900000,1,'FIELD')
,('cmd_fild01','Blue Plant',1079,2,1800000,900000,1,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('cmd_fild01','Blue Plant',1079,1,1800000,900000,1,'FIELD')
,('cmd_fild01','Green Plant',1080,5,1800000,900000,1,'FIELD')
,('cmd_fild02','Aster',1266,5,0,0,0,'FIELD')
,('cmd_fild02','Aster',1266,5,0,0,0,'FIELD')
,('cmd_fild02','Crab',1073,20,0,0,0,'FIELD')
,('cmd_fild02','Alligator',1271,10,0,0,0,'FIELD')
,('cmd_fild02','Raggler',1254,30,0,0,0,'FIELD')
,('cmd_fild02','Raggler',1254,2,60000,0,0,'FIELD')
,('cmd_fild02','Cornutus',1067,5,180000,0,0,'FIELD')
,('cmd_fild02','Cornutus',1067,10,60000,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('cmd_fild02','Shellfish',1074,35,0,0,0,'FIELD')
,('cmd_fild02','Shellfish',1074,5,180000,0,0,'FIELD')
,('cmd_fild02','Mobster',1313,1,0,0,0,'FIELD')
,('cmd_fild02','Seal',1317,18,0,0,0,'FIELD')
,('cmd_fild02','Seal',1317,2,180000,0,0,'FIELD')
,('cmd_fild02','Galapago',1391,20,0,0,0,'FIELD')
,('cmd_fild03','Mutant Dragonoid',1262,1,0,0,1,'FIELD')
,('cmd_fild03','Pest',1256,30,0,0,0,'FIELD')
,('cmd_fild03','Poporing',1031,10,0,0,0,'FIELD')
,('cmd_fild03','Anolian',1206,90,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('cmd_fild03','Toad',1089,1,3600000,1800000,1,'FIELD')
,('cmd_fild03','Shining Plant',1083,1,1800000,900000,1,'FIELD')
,('cmd_fild03','Shining Plant',1083,1,1800000,900000,1,'FIELD')
,('cmd_fild03','Shining Plant',1083,1,1800000,900000,1,'FIELD')
,('cmd_fild04','Aster',1266,45,0,0,0,'FIELD')
,('cmd_fild04','Alligator',1271,40,0,0,0,'FIELD')
,('cmd_fild04','Crab',1073,20,0,0,0,'FIELD')
,('cmd_fild04','Raggler',1254,20,0,0,0,'FIELD')
,('cmd_fild04','Shellfish',1074,20,0,0,0,'FIELD')
,('cmd_fild04','Sea Otter',1323,20,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('cmd_fild05','Frilldora',1119,45,0,0,0,'FIELD')
,('cmd_fild05','Alligator',1271,20,0,0,0,'FIELD')
,('cmd_fild05','Stem Worm',1215,5,0,0,0,'FIELD')
,('cmd_fild05','Poporing',1031,10,0,0,0,'FIELD')
,('cmd_fild05','Pest',1256,5,0,0,0,'FIELD')
,('cmd_fild05','Shining Plant',1083,1,1800000,900000,1,'FIELD')
,('cmd_fild05','Yellow Plant',1081,3,1800000,900000,1,'FIELD')
,('cmd_fild05','Yellow Plant',1081,3,1800000,900000,1,'FIELD')
,('cmd_fild05','Green Plant',1080,5,1800000,900000,1,'FIELD')
,('cmd_fild06','Kobold Archer',1282,5,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('cmd_fild06','Kobold Archer',1282,5,300000,0,0,'FIELD')
,('cmd_fild06','Kobold Archer',1282,2,0,0,0,'FIELD')
,('cmd_fild06','Kobold Archer',1282,2,120000,0,0,'FIELD')
,('cmd_fild06','Kobold Archer',1282,4,0,0,0,'FIELD')
,('cmd_fild06','Kobold Archer',1282,4,120000,0,0,'FIELD')
,('cmd_fild06','Kobold Archer',1282,1,180000,0,0,'FIELD')
,('cmd_fild06','Kobold Archer',1282,1,190000,0,0,'FIELD')
,('cmd_fild06','Kobold Archer',1282,1,180000,0,0,'FIELD')
,('cmd_fild06','Kobold Archer',1282,1,180000,0,0,'FIELD')
,('cmd_fild06','Kobold Archer',1282,1,180000,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('cmd_fild06','Goblin Archer',1258,10,0,0,0,'FIELD')
,('cmd_fild06','Goblin Archer',1258,10,30000,0,0,'FIELD')
,('cmd_fild06','Goblin Archer',1258,3,0,0,0,'FIELD')
,('cmd_fild06','Goblin Archer',1258,3,120000,0,0,'FIELD')
,('cmd_fild06','Goblin Archer',1258,4,0,0,0,'FIELD')
,('cmd_fild06','Goblin Archer',1258,4,120000,0,0,'FIELD')
,('cmd_fild06','Goblin Archer',1258,3,130000,0,0,'FIELD')
,('cmd_fild06','Goblin Archer',1258,1,180000,0,0,'FIELD')
,('cmd_fild06','Goblin Archer',1258,1,180000,0,0,'FIELD')
,('cmd_fild06','Goblin Archer',1258,1,180000,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('cmd_fild06','Goblin Archer',1258,1,180000,0,0,'FIELD')
,('cmd_fild06','Goblin Archer',1258,1,180000,0,0,'FIELD')
,('cmd_fild06','Goblin Archer',1258,1,180000,0,0,'FIELD')
,('cmd_fild06','Goblin Archer',1258,1,180000,0,0,'FIELD')
,('cmd_fild06','Goblin Archer',1258,1,180000,0,0,'FIELD')
,('cmd_fild06','Goblin Archer',1258,1,180000,0,0,'FIELD')
,('cmd_fild06','Goblin Archer',1258,1,180000,0,0,'FIELD')
,('cmd_fild06','Drops',1113,20,0,0,0,'FIELD')
,('cmd_fild06','Harpy',1376,1,1500000,1000000,0,'FIELD')
,('cmd_fild06','Yellow Plant',1081,2,1800000,900000,1,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('cmd_fild06','Yellow Plant',1081,3,1800000,900000,1,'FIELD')
,('cmd_fild07','Aster',1266,2,60000,0,0,'FIELD')
,('cmd_fild07','Aster',1266,3,60000,0,0,'FIELD')
,('cmd_fild07','Crab',1073,3,60000,0,0,'FIELD')
,('cmd_fild07','Crab',1073,2,60000,0,0,'FIELD')
,('cmd_fild07','Raggler',1254,1,180000,0,0,'FIELD')
,('cmd_fild07','Raggler',1254,1,180000,0,0,'FIELD')
,('cmd_fild07','Raggler',1254,1,60000,0,0,'FIELD')
,('cmd_fild07','Raggler',1254,1,60000,0,0,'FIELD')
,('cmd_fild07','Drops',1113,20,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('cmd_fild07','Shellfish',1074,2,60000,0,0,'FIELD')
,('cmd_fild07','Shellfish',1074,3,60000,0,0,'FIELD')
,('cmd_fild08','Kobold Archer',1282,5,60000,0,0,'FIELD')
,('cmd_fild08','Kobold Archer',1282,5,0,0,0,'FIELD')
,('cmd_fild08','Kobold Archer',1282,5,0,0,0,'FIELD')
,('cmd_fild08','Kobold Archer',1282,5,0,0,0,'FIELD')
,('cmd_fild08','Kobold Archer',1282,5,0,0,0,'FIELD')
,('cmd_fild08','Kobold Archer',1282,1,190000,0,0,'FIELD')
,('cmd_fild08','Kobold Archer',1282,1,190000,0,0,'FIELD')
,('cmd_fild08','Kobold Archer',1282,1,190000,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('cmd_fild08','Kobold Archer',1282,1,190000,0,0,'FIELD')
,('cmd_fild08','Kobold Archer',1282,1,190000,0,0,'FIELD')
,('cmd_fild08','Kobold Archer',1282,1,190000,0,0,'FIELD')
,('cmd_fild08','Kobold Archer',1282,1,190000,0,0,'FIELD')
,('cmd_fild08','Kobold Archer',1282,1,190000,0,0,'FIELD')
,('cmd_fild08','Kobold Archer',1282,2,60000,0,0,'FIELD')
,('cmd_fild08','Kobold Archer',1282,10,0,0,0,'FIELD')
,('cmd_fild08','Kobold Archer',1282,7,0,0,0,'FIELD')
,('cmd_fild08','Kobold Archer',1282,8,0,0,0,'FIELD')
,('cmd_fild08','Kobold Archer',1282,1,180000,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('cmd_fild08','Kobold Archer',1282,1,180000,0,0,'FIELD')
,('cmd_fild08','Kobold Archer',1282,1,180000,0,0,'FIELD')
,('cmd_fild08','Kobold Archer',1282,1,180000,0,0,'FIELD')
,('cmd_fild08','Kobold Archer',1282,1,180000,0,0,'FIELD')
,('cmd_fild08','Kobold Archer',1282,1,180000,0,0,'FIELD')
,('cmd_fild08','Kobold Archer',1282,1,180000,0,0,'FIELD')
,('cmd_fild08','Kobold Archer',1282,1,180000,0,0,'FIELD')
,('cmd_fild08','Kobold Archer',1282,1,180000,0,0,'FIELD')
,('cmd_fild08','Goblin Archer',1258,5,0,0,0,'FIELD')
,('cmd_fild08','Goblin Archer',1258,5,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('cmd_fild08','Goblin Archer',1258,5,0,0,0,'FIELD')
,('cmd_fild08','Goblin Archer',1258,5,0,0,0,'FIELD')
,('cmd_fild08','Goblin Archer',1258,1,150000,0,0,'FIELD')
,('cmd_fild08','Goblin Archer',1258,1,150000,0,0,'FIELD')
,('cmd_fild08','Goblin Archer',1258,1,150000,0,0,'FIELD')
,('cmd_fild08','Goblin Archer',1258,1,150000,0,0,'FIELD')
,('cmd_fild08','Goblin Archer',1258,1,150000,0,0,'FIELD')
,('cmd_fild08','Goblin Archer',1258,1,150000,0,0,'FIELD')
,('cmd_fild08','Goblin Archer',1258,1,150000,0,0,'FIELD')
,('cmd_fild08','Goblin Archer',1258,1,150000,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('cmd_fild08','Stem Worm',1215,5,30000,0,0,'FIELD')
,('cmd_fild08','Stem Worm',1215,10,0,0,0,'FIELD')
,('cmd_fild08','Stem Worm',1215,2,0,0,0,'FIELD')
,('cmd_fild08','Stem Worm',1215,3,180000,0,0,'FIELD')
,('cmd_fild08','Stem Worm',1215,1,180000,0,0,'FIELD')
,('cmd_fild08','Stem Worm',1215,1,180000,0,0,'FIELD')
,('cmd_fild08','Stem Worm',1215,1,180000,0,0,'FIELD')
,('cmd_fild08','Stem Worm',1215,1,180000,0,0,'FIELD')
,('cmd_fild08','Stem Worm',1215,1,180000,0,0,'FIELD')
,('cmd_fild08','Drops',1113,10,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('cmd_fild08','Sandman',1165,15,0,0,0,'FIELD')
,('cmd_fild08','Kobold Archer',1282,10,0,0,0,'FIELD')
,('cmd_fild08','Side Winder',1037,2,0,0,0,'FIELD')
,('cmd_fild08','Side Winder',1037,3,0,0,0,'FIELD')
,('cmd_fild08','Side Winder',1037,15,0,0,0,'FIELD')
,('cmd_fild08','Gryphon',1259,1,3600000,1800000,1,'FIELD')
,('cmd_fild08','Yellow Plant',1081,4,1800000,900000,1,'FIELD')
,('cmd_fild08','Yellow Plant',1081,4,1800000,900000,1,'FIELD')
,('cmd_fild09','Steel Chonchon',1042,20,0,0,0,'FIELD')
,('cmd_fild09','Drops',1113,20,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('cmd_fild09','Anacondaq',1030,60,0,0,0,'FIELD')
,('cmd_fild09','Condor',1009,20,0,0,0,'FIELD')
,('cmd_fild09','Hode',1127,3,150000,0,0,'FIELD')
,('cmd_fild09','Gargoyle',1253,2,150000,0,0,'FIELD')
,('ein_fild01','Demon Pungus',1378,30,0,0,0,'FIELD')
,('ein_fild01','Demon Pungus',1378,20,0,0,0,'FIELD')
,('ein_fild01','Demon Pungus',1378,5,300000,60000,0,'FIELD')
,('ein_fild01','Punk',1199,25,0,0,0,'FIELD')
,('ein_fild01','Punk',1199,20,0,0,0,'FIELD')
,('ein_fild01','Punk',1199,5,300000,60000,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('ein_fild02','Driller',1380,10,0,0,0,'FIELD')
,('ein_fild02','Driller',1380,15,0,0,0,'FIELD')
,('ein_fild02','Driller',1380,10,0,0,0,'FIELD')
,('ein_fild02','Driller',1380,10,0,0,0,'FIELD')
,('ein_fild02','Demon Pungus',1378,30,0,0,0,'FIELD')
,('ein_fild02','Ungoliant',1618,1,75600000,75000000,0,'FIELD')
,('ein_fild03','Metaling',1613,30,0,0,0,'FIELD')
,('ein_fild03','Geographer',1368,5,0,0,0,'FIELD')
,('ein_fild03','Holden',1628,40,0,0,0,'FIELD')
,('ein_fild03','Geographer',1368,10,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('ein_fild03','Geographer',1368,5,0,0,0,'FIELD')
,('ein_fild03','Caramel',1103,10,60000,30000,1,'FIELD')
,('ein_fild03','Horn',1128,5,60000,30000,1,'FIELD')
,('ein_fild03','Yellow Plant',1081,15,60000,30000,0,'FIELD')
,('ein_fild03','Green Plant',1080,15,60000,30000,0,'FIELD')
,('ein_fild04','Metaling',1613,50,0,0,0,'FIELD')
,('ein_fild04','Geographer',1368,30,60000,30000,0,'FIELD')
,('ein_fild04','Holden',1628,5,0,0,0,'FIELD')
,('ein_fild04','Geographer',1368,40,60000,30000,0,'FIELD')
,('ein_fild04','Geographer',1368,5,60000,30000,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('ein_fild04','Geographer',1368,5,60000,30000,0,'FIELD')
,('ein_fild04','Giearth',1121,10,3600000,3000000,0,'FIELD')
,('ein_fild04','Holden',1628,15,0,0,0,'FIELD')
,('ein_fild04','Mineral',1614,5,3600000,3000000,0,'FIELD')
,('ein_fild04','Red Plant',1078,10,60000,30000,0,'FIELD')
,('ein_fild04','Yellow Plant',1081,10,60000,30000,0,'FIELD')
,('ein_fild04','Green Plant',1080,10,60000,30000,0,'FIELD')
,('ein_fild05','Mineral',1614,10,600000,360000,0,'FIELD')
,('ein_fild05','Mineral',1614,15,600000,360000,0,'FIELD')
,('ein_fild05','Mineral',1614,10,600000,360000,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('ein_fild05','Obsidian',1615,5,420000,360000,0,'FIELD')
,('ein_fild05','Obsidian',1615,7,420000,360000,0,'FIELD')
,('ein_fild05','Obsidian',1615,5,420000,360000,0,'FIELD')
,('ein_fild05','Anopheles',1627,30,0,0,0,'FIELD')
,('ein_fild05','Demon Pungus',1378,10,0,0,0,'FIELD')
,('ein_fild05','Geographer',1368,10,0,0,0,'FIELD')
,('ein_fild06','Goat',1372,55,0,0,0,'FIELD')
,('ein_fild06','Pupa',1008,10,0,0,0,'FIELD')
,('ein_fild06','Harpy',1376,5,1800000,1200000,0,'FIELD')
,('ein_fild06','Giearth',1121,2,3600000,3000000,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('ein_fild06','Red Plant',1078,10,120000,60000,0,'FIELD')
,('ein_fild06','Yellow Plant',1081,10,120000,60000,0,'FIELD')
,('ein_fild06','Black Mushroom',1084,5,120000,60000,0,'FIELD')
,('ein_fild07','Poring',1002,40,0,0,0,'FIELD')
,('ein_fild07','Poporing',1031,20,0,0,0,'FIELD')
,('ein_fild07','Metaling',1613,60,0,0,0,'FIELD')
,('ein_fild07','Flora',1118,20,0,0,0,'FIELD')
,('ein_fild07','Geographer',1368,20,0,0,0,'FIELD')
,('ein_fild07','Red Plant',1078,10,120000,60000,0,'FIELD')
,('ein_fild07','Yellow Plant',1081,10,120000,60000,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('ein_fild07','Red Mushroom',1085,10,120000,60000,0,'FIELD')
,('ein_fild07','Ungoliant',1618,1,86400000,86000000,0,'FIELD')
,('ein_fild08','Poring',1002,25,0,0,0,'FIELD')
,('ein_fild08','Drops',1113,25,0,0,0,'FIELD')
,('ein_fild08','Poporing',1031,25,0,0,0,'FIELD')
,('ein_fild08','Metaling',1613,25,0,0,0,'FIELD')
,('ein_fild08','Porcellio',1619,10,0,0,0,'FIELD')
,('ein_fild08','Thief Bug',1051,30,0,0,0,'FIELD')
,('ein_fild08','Red Plant',1078,10,120000,60000,0,'FIELD')
,('ein_fild08','Yellow Plant',1081,10,120000,60000,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('ein_fild08','Red Mushroom',1085,10,120000,60000,0,'FIELD')
,('ein_fild09','Metaling',1613,10,0,0,0,'FIELD')
,('ein_fild09','Porcellio',1619,70,0,0,0,'FIELD')
,('ein_fild09','Thief Bug',1051,20,0,0,0,'FIELD')
,('ein_fild09','Thief Bug Egg',1048,3,600000,300000,0,'FIELD')
,('ein_fild09','Red Plant',1078,10,120000,60000,0,'FIELD')
,('ein_fild09','Yellow Plant',1081,10,120000,60000,0,'FIELD')
,('ein_fild09','Red Mushroom',1085,10,120000,60000,0,'FIELD')
,('ein_fild09','Flora',1118,5,300000,120000,0,'FIELD')
,('ein_fild10','Geographer',1368,5,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('ein_fild10','Porcellio',1619,20,0,0,1,'FIELD')
,('ein_fild10','Porcellio',1619,10,0,0,1,'FIELD')
,('ein_fild10','Red Plant',1078,20,120000,60000,0,'FIELD')
,('ein_fild10','Yellow Plant',1081,20,120000,60000,0,'FIELD')
,('ein_fild10','Blue Plant',1079,20,600000,300000,0,'FIELD')
,('ein_fild10','Yoyo',1057,6,30000,10000,0,'FIELD')
,('ein_fild10','Yoyo',1057,4,30000,10000,0,'FIELD')
,('ein_fild10','Flora',1118,10,300000,120000,0,'FIELD')
,('ein_fild10','Flora',1118,10,300000,120000,0,'FIELD')
,('gef_fild00','Poring',1002,50,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('gef_fild00','Fabre',1007,50,0,0,0,'FIELD')
,('gef_fild00','Pupa',1008,20,0,0,0,'FIELD')
,('gef_fild00','Poporing',1031,10,0,0,0,'FIELD')
,('gef_fild00','Blue Plant',1079,1,900000,450000,1,'FIELD')
,('gef_fild00','Blue Plant',1079,1,900000,450000,1,'FIELD')
,('gef_fild00','Green Plant',1080,3,360000,180000,1,'FIELD')
,('gef_fild00','Green Plant',1080,3,360000,180000,1,'FIELD')
,('gef_fild01','Roda Frog',1012,50,0,0,0,'FIELD')
,('gef_fild01','Poporing',1031,20,0,0,0,'FIELD')
,('gef_fild01','Toad',1089,1,3600000,1800000,1,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('gef_fild01','Green Plant',1080,5,360000,180000,1,'FIELD')
,('gef_fild02','Yoyo',1057,10,0,0,0,'FIELD')
,('gef_fild02','Orc Warrior',1023,60,0,0,0,'FIELD')
,('gef_fild02','Coco',1104,10,0,0,0,'FIELD')
,('gef_fild02','Smokie',1056,10,0,0,0,'FIELD')
,('gef_fild02','Choco',1214,1,0,0,0,'FIELD')
,('gef_fild02','Orc Hero',1087,1,86400000,600000,1,'FIELD')
,('gef_fild02','Green Plant',1080,8,360000,180000,1,'FIELD')
,('gef_fild02','Red Mushroom',1085,5,360000,180000,1,'FIELD')
,('gef_fild02','Blue Plant',1079,2,360000,180000,1,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('gef_fild02','Blue Plant',1079,1,360000,180000,1,'FIELD')
,('gef_fild02','Blue Plant',1079,1,360000,180000,1,'FIELD')
,('gef_fild02','Shining Plant',1083,1,1800000,900000,1,'FIELD')
,('gef_fild03','Orc Warrior',1023,60,0,0,0,'FIELD')
,('gef_fild03','High Orc',1213,1,0,0,0,'FIELD')
,('gef_fild03','Savage',1166,40,0,0,0,'FIELD')
,('gef_fild03','Poporing',1031,20,0,0,0,'FIELD')
,('gef_fild03','Green Plant',1080,1,180000,90000,1,'FIELD')
,('gef_fild03','Green Plant',1080,1,180000,90000,1,'FIELD')
,('gef_fild03','Green Plant',1080,1,180000,90000,1,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('gef_fild03','Green Plant',1080,1,180000,90000,1,'FIELD')
,('gef_fild03','Green Plant',1080,1,180000,90000,1,'FIELD')
,('gef_fild03','Green Plant',1080,1,180000,90000,1,'FIELD')
,('gef_fild03','Green Plant',1080,1,180000,90000,1,'FIELD')
,('gef_fild03','Green Plant',1080,1,180000,90000,1,'FIELD')
,('gef_fild03','Green Plant',1080,1,180000,90000,1,'FIELD')
,('gef_fild03','Green Plant',1080,1,180000,90000,1,'FIELD')
,('gef_fild03','Green Plant',1080,1,180000,90000,1,'FIELD')
,('gef_fild03','Green Plant',1080,1,180000,90000,1,'FIELD')
,('gef_fild03','Green Plant',1080,1,180000,90000,1,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('gef_fild03','Green Plant',1080,1,180000,90000,1,'FIELD')
,('gef_fild03','Green Plant',1080,1,180000,90000,1,'FIELD')
,('gef_fild03','Green Plant',1080,1,180000,90000,1,'FIELD')
,('gef_fild03','Green Plant',1080,1,180000,90000,1,'FIELD')
,('gef_fild03','Green Plant',1080,1,180000,90000,1,'FIELD')
,('gef_fild03','Green Plant',1080,1,180000,90000,1,'FIELD')
,('gef_fild03','Green Plant',1080,1,180000,90000,1,'FIELD')
,('gef_fild03','Green Plant',1080,1,180000,90000,1,'FIELD')
,('gef_fild04','Poring',1002,30,0,0,0,'FIELD')
,('gef_fild04','Chonchon',1011,30,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('gef_fild04','Pupa',1008,60,0,0,0,'FIELD')
,('gef_fild04','Fabre',1007,20,0,0,0,'FIELD')
,('gef_fild04','Roda Frog',1012,20,0,0,0,'FIELD')
,('gef_fild04','Green Plant',1080,3,360000,180000,1,'FIELD')
,('gef_fild04','Green Plant',1080,3,360000,180000,1,'FIELD')
,('gef_fild05','Poring',1002,30,0,0,0,'FIELD')
,('gef_fild05','Kobold Archer',1282,10,0,0,0,'FIELD')
,('gef_fild05','Wild Rose',1261,50,0,0,0,'FIELD')
,('gef_fild05','Dustiness',1114,30,0,0,0,'FIELD')
,('gef_fild05','Red Plant',1078,1,180000,90000,1,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('gef_fild05','Red Plant',1078,1,180000,90000,1,'FIELD')
,('gef_fild05','Red Plant',1078,1,180000,90000,1,'FIELD')
,('gef_fild05','Red Plant',1078,1,180000,90000,1,'FIELD')
,('gef_fild05','Red Plant',1078,1,180000,90000,1,'FIELD')
,('gef_fild05','Red Plant',1078,1,180000,90000,1,'FIELD')
,('gef_fild05','Red Plant',1078,1,180000,90000,1,'FIELD')
,('gef_fild05','Red Plant',1078,1,180000,90000,1,'FIELD')
,('gef_fild05','Red Plant',1078,1,180000,90000,1,'FIELD')
,('gef_fild05','Red Plant',1078,1,180000,90000,1,'FIELD')
,('gef_fild05','Red Plant',1078,1,180000,90000,1,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('gef_fild05','Red Plant',1078,1,180000,90000,1,'FIELD')
,('gef_fild05','Red Plant',1078,1,180000,90000,1,'FIELD')
,('gef_fild05','Red Plant',1078,1,180000,90000,1,'FIELD')
,('gef_fild05','Red Plant',1078,1,180000,90000,1,'FIELD')
,('gef_fild06','Kobold',1133,20,0,0,0,'FIELD')
,('gef_fild06','Kobold',1134,10,0,0,0,'FIELD')
,('gef_fild06','Kobold',1135,10,0,0,0,'FIELD')
,('gef_fild06','Petite',1156,50,0,0,0,'FIELD')
,('gef_fild06','Poporing',1031,10,0,0,0,'FIELD')
,('gef_fild06','Mantis',1139,20,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('gef_fild06','Shining Plant',1083,4,1800000,900000,1,'FIELD')
,('gef_fild07','Poring',1002,20,0,0,0,'FIELD')
,('gef_fild07','Chonchon',1011,30,0,0,0,'FIELD')
,('gef_fild07','Pupa',1008,10,0,0,0,'FIELD')
,('gef_fild07','Fabre',1007,60,0,0,0,'FIELD')
,('gef_fild07','Green Plant',1080,3,360000,180000,1,'FIELD')
,('gef_fild07','Shining Plant',1083,1,1800000,900000,1,'FIELD')
,('gef_fild07','Blue Plant',1079,1,900000,450000,1,'FIELD')
,('gef_fild07','Green Plant',1080,3,360000,180000,1,'FIELD')
,('gef_fild08','Kobold',1133,20,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('gef_fild08','Kobold',1134,40,0,0,0,'FIELD')
,('gef_fild08','Kobold',1135,20,0,0,0,'FIELD')
,('gef_fild08','Golem',1040,40,0,0,0,'FIELD')
,('gef_fild08','<NAME>',1042,20,0,0,0,'FIELD')
,('gef_fild08','Poison Spore',1077,20,0,0,0,'FIELD')
,('gef_fild08','Blue Plant',1079,1,900000,450000,1,'FIELD')
,('gef_fild08','Blue Plant',1079,1,900000,450000,1,'FIELD')
,('gef_fild08','Blue Plant',1079,1,900000,450000,1,'FIELD')
,('gef_fild08','Blue Plant',1079,1,900000,450000,1,'FIELD')
,('gef_fild08','Blue Plant',1079,1,900000,450000,1,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('gef_fild08','Blue Plant',1079,1,900000,450000,1,'FIELD')
,('gef_fild08','Blue Plant',1079,1,900000,450000,1,'FIELD')
,('gef_fild08','Blue Plant',1079,1,900000,450000,1,'FIELD')
,('gef_fild09','Ambernite',1094,60,0,0,0,'FIELD')
,('gef_fild09','Poporing',1031,10,0,0,0,'FIELD')
,('gef_fild09','Poison Spore',1077,10,0,0,0,'FIELD')
,('gef_fild09','Red Mushroom',1085,1,180000,90000,1,'FIELD')
,('gef_fild09','Red Mushroom',1085,1,180000,90000,1,'FIELD')
,('gef_fild09','Red Mushroom',1085,1,180000,90000,1,'FIELD')
,('gef_fild09','Red Mushroom',1085,1,180000,90000,1,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('gef_fild09','Red Mushroom',1085,1,180000,90000,1,'FIELD')
,('gef_fild09','Red Mushroom',1085,1,180000,90000,1,'FIELD')
,('gef_fild09','Red Mushroom',1085,1,180000,90000,1,'FIELD')
,('gef_fild09','Red Mushroom',1085,1,180000,90000,1,'FIELD')
,('gef_fild09','Red Mushroom',1085,1,180000,90000,1,'FIELD')
,('gef_fild09','Red Mushroom',1085,1,180000,90000,1,'FIELD')
,('gef_fild09','Blue Plant',1079,3,900000,450000,1,'FIELD')
,('gef_fild10','Orc Lord',1190,1,7200000,600000,0,'FIELD')
,('gef_fild10','Orc Warrior',1023,20,0,0,0,'FIELD')
,('gef_fild10','Orc Lady',1273,70,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('gef_fild10','Poporing',1031,15,0,0,0,'FIELD')
,('gef_fild10','Orc Baby',1686,5,0,0,0,'FIELD')
,('gef_fild10','Blue Plant',1079,3,900000,450000,1,'FIELD')
,('gef_fild10','Blue Plant',1079,3,900000,450000,1,'FIELD')
,('gef_fild10','Green Plant',1080,3,360000,180000,1,'FIELD')
,('gef_fild11','Goblin Leader',1299,1,1800000,1200000,0,'FIELD')
,('gef_fild11','Goblin',1122,30,0,0,0,'FIELD')
,('gef_fild11','Goblin',1123,20,0,0,0,'FIELD')
,('gef_fild11','Goblin',1124,20,0,0,0,'FIELD')
,('gef_fild11','Goblin',1125,20,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('gef_fild11','Goblin',1126,20,0,0,0,'FIELD')
,('gef_fild11','<NAME>',1258,20,0,0,0,'FIELD')
,('gef_fild11','Poporing',1031,15,0,0,0,'FIELD')
,('gef_fild11','Rotar Zairo',1392,10,0,0,0,'FIELD')
,('gef_fild11','Black Mushroom',1084,3,360000,180000,1,'FIELD')
,('gef_fild11','Black Mushroom',1084,3,360000,180000,1,'FIELD')
,('gef_fild11','Black Mushroom',1084,3,360000,180000,1,'FIELD')
,('gef_fild11','Black Mushroom',1084,3,360000,180000,1,'FIELD')
,('gef_fild11','Black Mushroom',1084,3,360000,180000,1,'FIELD')
,('gef_fild11','Black Mushroom',1084,3,360000,180000,1,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('gef_fild11','Black Mushroom',1084,3,360000,180000,1,'FIELD')
,('gef_fild12','Kobold',1133,20,0,0,0,'FIELD')
,('gef_fild12','Kobold',1134,30,0,0,0,'FIELD')
,('gef_fild12','Kobold',1135,30,0,0,0,'FIELD')
,('gef_fild12','<NAME>',1282,40,0,0,0,'FIELD')
,('gef_fild12','Poporing',1031,20,0,0,0,'FIELD')
,('gef_fild12','Kobold Leader',1296,1,1800000,1200000,0,'FIELD')
,('gef_fild13','Poporing',1031,20,0,0,0,'FIELD')
,('gef_fild13','Creamy',1018,40,0,0,0,'FIELD')
,('gef_fild13','Ambernite',1094,30,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('gef_fild14','Orc Lady',1273,20,0,0,0,'FIELD')
,('gef_fild14','Orc Hero',1087,1,3600000,600000,1,'FIELD')
,('gef_fild14','Orc Warrior',1023,10,0,0,0,'FIELD')
,('gef_fild14','Orc Archer',1189,30,0,0,0,'FIELD')
,('gef_fild14','High Orc',1213,70,0,0,0,'FIELD')
,('gon_fild01','Baby Leopard',1415,40,600000,300000,0,'FIELD')
,('gon_fild01','Zipper Bear',1417,20,0,0,0,'FIELD')
,('gon_fild01','Poporing',1031,20,0,0,0,'FIELD')
,('gon_fild01','Dumpling Child',1409,30,0,0,0,'FIELD')
,('gon_fild01','Hermit Plant',1413,2,630000,330000,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('gon_fild01','Green Plant',1080,5,0,0,0,'FIELD')
,('gon_fild01','Shining Plant',1083,1,0,0,0,'FIELD')
,('hu_fild01','Breeze',1692,5,900000,300000,0,'FIELD')
,('hu_fild01','Plasma',1697,5,900000,300000,0,'FIELD')
,('hu_fild01','Plasma',1695,5,900000,300000,0,'FIELD')
,('hu_fild01','Plasma',1696,5,900000,300000,0,'FIELD')
,('hu_fild01','Plasma',1694,5,900000,300000,0,'FIELD')
,('hu_fild01','Plasma',1693,5,900000,300000,0,'FIELD')
,('hu_fild01','Geographer',1368,30,300000,0,0,'FIELD')
,('hu_fild01','Demon Pungus',1378,30,1200000,600000,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('hu_fild02','Anopheles',1627,30,0,0,0,'FIELD')
,('hu_fild02','Novus',1715,20,0,0,0,'FIELD')
,('hu_fild02','Novus',1718,40,0,0,0,'FIELD')
,('hu_fild02','Breeze',1692,10,0,0,0,'FIELD')
,('hu_fild02','Geographer',1368,10,600000,120000,0,'FIELD')
,('hu_fild02','Grove',1687,20,600000,120000,0,'FIELD')
,('hu_fild02','D<NAME>',1378,3,300000,120000,0,'FIELD')
,('hu_fild02','Novus',1715,1,300000,120000,0,'FIELD')
,('hu_fild02','Novus',1718,1,300000,120000,0,'FIELD')
,('hu_fild03','Grove',1687,70,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('hu_fild03','Novus',1715,30,0,0,0,'FIELD')
,('hu_fild03','Poporing',1031,20,0,0,0,'FIELD')
,('hu_fild03','Thief Bug',1051,10,0,0,0,'FIELD')
,('hu_fild03','Red Mushroom',1085,2,300000,0,0,'FIELD')
,('hu_fild03','Red Mushroom',1085,3,300000,0,0,'FIELD')
,('hu_fild03','Red Mushroom',1085,2,300000,0,0,'FIELD')
,('hu_fild03','Red Mushroom',1085,3,300000,0,0,'FIELD')
,('hu_fild03','Black Mushroom',1084,3,300000,0,0,'FIELD')
,('hu_fild03','Black Mushroom',1084,3,300000,0,0,'FIELD')
,('hu_fild03','Black Mushroom',1084,2,300000,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('hu_fild03','Black Mushroom',1084,2,300000,0,0,'FIELD')
,('hu_fild04','Breeze',1692,20,0,0,0,'FIELD')
,('hu_fild04','Deleter',1384,10,420000,24000,0,'FIELD')
,('hu_fild04','Deleter',1385,10,420000,240000,0,'FIELD')
,('hu_fild04','Petite',1155,10,0,0,0,'FIELD')
,('hu_fild04','Petite',1156,60,0,0,0,'FIELD')
,('hu_fild04','Novus',1715,20,0,0,0,'FIELD')
,('hu_fild04','Novus',1718,10,0,0,0,'FIELD')
,('hu_fild04','Anopheles',1627,30,0,0,0,'FIELD')
,('hu_fild04','Grove',1687,20,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('hu_fild04','Sleeper',1386,7,600000,300000,0,'FIELD')
,('hu_fild04','Green Plant',1080,10,0,0,0,'FIELD')
,('hu_fild04','Yellow Plant',1081,10,0,0,0,'FIELD')
,('hu_fild04','Blue Plant',1079,4,120000,600000,0,'FIELD')
,('hu_fild04','Blue Plant',1079,2,120000,600000,0,'FIELD')
,('hu_fild05','Anopheles',1627,3,42000,30000,0,'FIELD')
,('hu_fild05','Grove',1687,15,0,0,0,'FIELD')
,('hu_fild05','Novus',1715,2,0,0,0,'FIELD')
,('hu_fild05','Novus',1718,2,0,0,0,'FIELD')
,('hu_fild05','Anopheles',1627,10,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('hu_fild05','Mutant Dragonoid',1262,1,24000000,1800000,0,'FIELD')
,('hu_fild05','Grove',1687,15,0,0,0,'FIELD')
,('hu_fild05','Novus',1715,2,0,0,0,'FIELD')
,('hu_fild05','Novus',1718,1,0,0,0,'FIELD')
,('hu_fild05','Anopheles',1627,10,0,0,0,'FIELD')
,('hu_fild05','Mutant Dragonoid',1262,1,24000000,1800000,0,'FIELD')
,('hu_fild05','Grove',1687,15,0,0,0,'FIELD')
,('hu_fild05','Novus',1715,2,0,0,0,'FIELD')
,('hu_fild05','Novus',1718,2,0,0,0,'FIELD')
,('hu_fild05','Anopheles',1627,10,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('hu_fild05','Mutant Dragonoid',1262,1,24000000,1800000,0,'FIELD')
,('hu_fild05','Grove',1687,15,0,0,0,'FIELD')
,('hu_fild05','Novus',1715,2,0,0,0,'FIELD')
,('hu_fild05','Novus',1718,1,0,0,0,'FIELD')
,('hu_fild05','Anopheles',1627,10,0,0,0,'FIELD')
,('hu_fild05','Mutant Dragonoid',1262,1,24000000,1800000,0,'FIELD')
,('hu_fild05','Anopheles',1627,10,0,0,0,'FIELD')
,('hu_fild05','Dragon Egg',1721,1,7200000,1800000,0,'FIELD')
,('hu_fild05','Dragon Egg',1721,1,7200000,1800000,0,'FIELD')
,('hu_fild05','Dragon Egg',1721,1,7200000,1800000,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('hu_fild05','Dragon Egg',1721,1,7200000,1800000,0,'FIELD')
,('hu_fild06','Holden',1628,50,0,0,0,'FIELD')
,('hu_fild06','Caramel',1103,20,0,0,0,'FIELD')
,('hu_fild06','Poring',1002,10,0,0,0,'FIELD')
,('hu_fild06','Poporing',1031,10,0,0,0,'FIELD')
,('hu_fild06','Metaling',1613,10,0,0,0,'FIELD')
,('hu_fild06','Green Plant',1080,10,600000,0,0,'FIELD')
,('hu_fild06','Yellow Plant',1081,10,600000,0,0,'FIELD')
,('hu_fild07','Breeze',1692,10,0,0,0,'FIELD')
,('hu_fild07','Deleter',1384,10,420000,24000,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('hu_fild07','Deleter',1385,10,420000,240000,0,'FIELD')
,('hu_fild07','Petite',1155,60,0,0,0,'FIELD')
,('hu_fild07','Petite',1156,20,0,0,0,'FIELD')
,('hu_fild07','Novus',1715,10,0,0,0,'FIELD')
,('hu_fild07','Novus',1718,10,0,0,0,'FIELD')
,('hu_fild07','Anopheles',1627,30,0,0,0,'FIELD')
,('hu_fild07','Grove',1687,10,0,0,0,'FIELD')
,('hu_fild07','Geographer',1368,20,0,0,0,'FIELD')
,('hu_fild07','Demon Pungus',1378,10,0,0,0,'FIELD')
,('hu_fild07','Yellow Plant',1081,20,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('lhz_fild01','Metaling',1613,70,0,0,0,'FIELD')
,('lhz_fild01','Holden',1628,30,0,0,0,'FIELD')
,('lhz_fild01','Caramel',1103,20,0,0,0,'FIELD')
,('lhz_fild01','Red Plant',1078,10,60000,30000,0,'FIELD')
,('lhz_fild01','Yellow Plant',1081,10,60000,30000,0,'FIELD')
,('lhz_fild01','Green Plant',1080,10,60000,30000,0,'FIELD')
,('lhz_fild02','Metaling',1613,50,0,0,0,'FIELD')
,('lhz_fild02','Caramel',1103,30,0,0,0,'FIELD')
,('lhz_fild02','Horn',1128,10,0,0,0,'FIELD')
,('lhz_fild02','Holden',1628,10,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('lhz_fild02','Anopheles',1627,10,0,0,0,'FIELD')
,('lhz_fild02','Yellow Plant',1081,15,60000,30000,0,'FIELD')
,('lhz_fild02','Green Plant',1080,15,60000,30000,0,'FIELD')
,('lhz_fild03','Stem Worm',1215,50,600000,0,0,'FIELD')
,('lhz_fild03','Metaling',1613,20,0,0,0,'FIELD')
,('lhz_fild03','Caramel',1103,20,0,0,0,'FIELD')
,('lhz_fild03','Horn',1128,10,0,0,0,'FIELD')
,('lhz_fild03','Rafflesia',1162,5,0,0,0,'FIELD')
,('lhz_fild03','Anopheles',1627,20,0,0,1,'FIELD')
,('lhz_fild03','Hill Wind',1680,10,0,0,1,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('lhz_fild03','Red Plant',1078,10,60000,30000,0,'FIELD')
,('lhz_fild03','Green Plant',1080,10,60000,30000,0,'FIELD')
,('lou_fild01','Bigfoot',1060,7,0,0,0,'FIELD')
,('lou_fild01','Bigfoot',1060,4,60000,30000,1,'FIELD')
,('lou_fild01','Bigfoot',1060,4,0,0,0,'FIELD')
,('lou_fild01','Caramel',1103,7,0,0,0,'FIELD')
,('lou_fild01','Caramel',1103,7,0,0,0,'FIELD')
,('lou_fild01','Caramel',1103,7,0,0,0,'FIELD')
,('lou_fild01','Mantis',1139,10,0,0,0,'FIELD')
,('lou_fild01','Mantis',1139,10,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('lou_fild01','Mantis',1139,10,0,0,0,'FIELD')
,('lou_fild01','<NAME>',1516,8,0,0,0,'FIELD')
,('lou_fild01','<NAME>',1516,15,60000,30000,1,'FIELD')
,('lou_fild01','<NAME>',1516,7,0,0,0,'FIELD')
,('lou_fild01','Anacondaq',1030,2,0,0,0,'FIELD')
,('lou_fild01','Anacondaq',1030,1,0,0,0,'FIELD')
,('lou_fild01','Anacondaq',1030,2,0,0,0,'FIELD')
,('lou_fild01','Black Mushroom',1084,5,0,0,0,'FIELD')
,('lou_fild01','Yellow Plant',1081,10,0,0,0,'FIELD')
,('xmas_fild01','Marin',1242,35,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('xmas_fild01','Sasquatch',1243,20,0,0,0,'FIELD')
,('xmas_fild01','Garm Baby',1515,1,1800000,0,0,'FIELD')
,('xmas_fild01','Garm',1252,1,7200000,600000,1,'FIELD')
,('man_fild01','Nepenthes',1988,105,0,0,0,'FIELD')
,('man_fild01','Hillthion',1989,10,0,0,0,'FIELD')
,('man_fild01','<NAME>',1999,30,0,0,0,'FIELD')
,('man_fild01','Centipede',1987,2,0,0,0,'FIELD')
,('man_fild02','<NAME>',2024,50,0,0,0,'FIELD')
,('man_fild02','Centipede',1987,35,0,0,0,'FIELD')
,('man_fild02','Tatacho',1986,25,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('man_fild03','Hillthion',1989,25,0,0,0,'FIELD')
,('man_fild03','Tatacho',1986,25,0,0,0,'FIELD')
,('man_fild03','Centipede',1987,25,0,0,0,'FIELD')
,('man_fild03','Hardrock Mammoth',1990,1,14400000,0,0,'FIELD')
,('mjolnir_01','Horn',1128,20,0,0,0,'FIELD')
,('mjolnir_01','Creamy',1018,20,0,0,0,'FIELD')
,('mjolnir_01','Coco',1104,70,0,0,0,'FIELD')
,('mjolnir_01','Stainer',1174,20,0,0,0,'FIELD')
,('mjolnir_01','Caramel',1103,40,0,0,0,'FIELD')
,('mjolnir_01','Shining Plant',1083,1,1800000,900000,1,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('mjolnir_01','Shining Plant',1083,1,1800000,900000,1,'FIELD')
,('mjolnir_01','Green Plant',1080,5,180000,90000,1,'FIELD')
,('mjolnir_01','Green Plant',1080,5,180000,90000,1,'FIELD')
,('mjolnir_01','Blue Plant',1079,5,360000,180000,1,'FIELD')
,('mjolnir_02','Hornet',1004,30,0,0,0,'FIELD')
,('mjolnir_02','Creamy',1018,20,0,0,0,'FIELD')
,('mjolnir_02','Petite',1155,50,0,0,0,'FIELD')
,('mjolnir_02','Poporing',1031,10,0,0,0,'FIELD')
,('mjolnir_02','Flora',1118,30,0,0,0,'FIELD')
,('mjolnir_02','Green Plant',1080,1,180000,90000,1,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('mjolnir_02','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_02','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_02','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_02','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_02','Blue Plant',1079,1,360000,180000,1,'FIELD')
,('mjolnir_02','Red Plant',1078,1,180000,90000,1,'FIELD')
,('mjolnir_02','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_02','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_02','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_02','Green Plant',1080,1,180000,90000,1,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('mjolnir_02','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_02','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_02','Red Plant',1078,1,180000,90000,1,'FIELD')
,('mjolnir_02','Blue Plant',1079,1,360000,180000,1,'FIELD')
,('mjolnir_02','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_02','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_02','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_02','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_02','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_02','Green Plant',1080,1,180000,90000,1,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('mjolnir_02','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_02','Red Plant',1078,1,180000,90000,1,'FIELD')
,('mjolnir_02','Blue Plant',1079,1,360000,180000,1,'FIELD')
,('mjolnir_02','Red Plant',1078,1,180000,90000,1,'FIELD')
,('mjolnir_02','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_02','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_02','Red Plant',1078,1,180000,90000,1,'FIELD')
,('mjolnir_02','Blue Plant',1079,1,360000,180000,1,'FIELD')
,('mjolnir_02','Red Plant',1078,1,180000,90000,1,'FIELD')
,('mjolnir_02','Green Plant',1080,1,180000,90000,1,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('mjolnir_02','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_02','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_02','Blue Plant',1079,2,360000,180000,1,'FIELD')
,('mjolnir_03','Mantis',1139,30,0,0,0,'FIELD')
,('mjolnir_03','Creamy',1018,10,0,0,0,'FIELD')
,('mjolnir_03','Petite',1156,70,0,0,0,'FIELD')
,('mjolnir_03','Poporing',1031,10,0,0,0,'FIELD')
,('mjolnir_03','Flora',1118,10,0,0,0,'FIELD')
,('mjolnir_03','Argos',1100,20,0,0,0,'FIELD')
,('mjolnir_03','Shining Plant',1083,1,1800000,900000,1,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('mjolnir_03','Shining Plant',1083,1,1800000,900000,1,'FIELD')
,('mjolnir_03','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_03','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_03','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_03','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_03','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_03','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_03','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_03','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_03','Green Plant',1080,1,180000,90000,1,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('mjolnir_03','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_03','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_03','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_03','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_04','Mantis',1139,20,0,0,0,'FIELD')
,('mjolnir_04','Hornet',1004,70,0,0,0,'FIELD')
,('mjolnir_04','Poporing',1031,10,0,0,0,'FIELD')
,('mjolnir_04','Flora',1118,30,0,0,0,'FIELD')
,('mjolnir_04','Argiope',1099,20,0,0,0,'FIELD')
,('mjolnir_04','Mistress',1059,1,7200000,600000,1,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('mjolnir_04','Shining Plant',1083,3,1800000,900000,1,'FIELD')
,('mjolnir_04','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_04','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_04','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_04','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_04','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_04','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_04','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_04','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_04','Green Plant',1080,1,180000,90000,1,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('mjolnir_04','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_04','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_04','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_04','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_04','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_04','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_04','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_04','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_05','Mantis',1139,40,0,0,0,'FIELD')
,('mjolnir_05','Poporing',1031,10,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('mjolnir_05','Flora',1118,20,0,0,0,'FIELD')
,('mjolnir_05','Argiope',1099,70,0,0,0,'FIELD')
,('mjolnir_05','Argos',1100,20,0,0,0,'FIELD')
,('mjolnir_05','Blue Plant',1079,3,360000,180000,1,'FIELD')
,('mjolnir_05','Shining Plant',1083,1,1800000,900000,1,'FIELD')
,('mjolnir_05','Blue Plant',1079,3,360000,180000,1,'FIELD')
,('mjolnir_05','Blue Plant',1079,3,360000,180000,1,'FIELD')
,('mjolnir_05','Red Plant',1078,10,180000,90000,1,'FIELD')
,('mjolnir_06','Stainer',1174,70,0,0,0,'FIELD')
,('mjolnir_06','Horn',1128,20,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('mjolnir_06','Coco',1104,20,0,0,0,'FIELD')
,('mjolnir_06','Poporing',1031,20,0,0,0,'FIELD')
,('mjolnir_06','Caramel',1103,30,0,0,0,'FIELD')
,('mjolnir_06','Blue Plant',1079,1,360000,180000,1,'FIELD')
,('mjolnir_06','Blue Plant',1079,1,360000,180000,1,'FIELD')
,('mjolnir_06','Red Mushroom',1085,1,180000,90000,1,'FIELD')
,('mjolnir_06','Red Mushroom',1085,1,180000,90000,1,'FIELD')
,('mjolnir_06','Red Mushroom',1085,1,180000,90000,1,'FIELD')
,('mjolnir_06','Red Mushroom',1085,1,180000,90000,1,'FIELD')
,('mjolnir_06','Red Mushroom',1085,1,180000,90000,1,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('mjolnir_06','Red Mushroom',1085,1,180000,90000,1,'FIELD')
,('mjolnir_06','Red Mushroom',1085,1,180000,90000,1,'FIELD')
,('mjolnir_06','Red Mushroom',1085,1,180000,90000,1,'FIELD')
,('mjolnir_07','Poison Spore',1077,60,0,0,0,'FIELD')
,('mjolnir_07','Ambernite',1094,30,0,0,0,'FIELD')
,('mjolnir_07','Coco',1104,20,0,0,0,'FIELD')
,('mjolnir_07','Horn',1128,20,0,0,0,'FIELD')
,('mjolnir_07','Poporing',1031,20,0,0,0,'FIELD')
,('mjolnir_07','Hornet',1004,20,0,0,0,'FIELD')
,('mjolnir_07','Green Plant',1080,1,180000,90000,1,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('mjolnir_07','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_07','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_07','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_07','Red Mushroom',1085,1,180000,90000,1,'FIELD')
,('mjolnir_07','Red Mushroom',1085,1,180000,90000,1,'FIELD')
,('mjolnir_07','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_07','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_07','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_07','Blue Plant',1079,2,360000,180000,1,'FIELD')
,('mjolnir_08','Mantis',1139,60,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('mjolnir_08','Argiope',1099,30,0,0,0,'FIELD')
,('mjolnir_08','Argos',1100,20,0,0,0,'FIELD')
,('mjolnir_08','Poporing',1031,20,0,0,0,'FIELD')
,('mjolnir_08','Poring',1002,10,0,0,0,'FIELD')
,('mjolnir_08','Blue Plant',1079,2,360000,180000,1,'FIELD')
,('mjolnir_08','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_08','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_08','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_08','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_08','Green Plant',1080,1,180000,90000,1,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('mjolnir_08','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_09','Coco',1104,10,0,0,0,'FIELD')
,('mjolnir_09','Stainer',1174,20,0,0,0,'FIELD')
,('mjolnir_09','Horn',1128,70,0,0,0,'FIELD')
,('mjolnir_09','Poporing',1031,20,0,0,0,'FIELD')
,('mjolnir_09','Wolf',1013,30,0,0,0,'FIELD')
,('mjolnir_09','Red Mushroom',1085,1,180000,90000,1,'FIELD')
,('mjolnir_09','Red Mushroom',1085,1,180000,90000,1,'FIELD')
,('mjolnir_09','Red Mushroom',1085,1,180000,90000,1,'FIELD')
,('mjolnir_09','Red Mushroom',1085,1,180000,90000,1,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('mjolnir_09','Red Mushroom',1085,1,180000,90000,1,'FIELD')
,('mjolnir_09','Red Mushroom',1085,1,180000,90000,1,'FIELD')
,('mjolnir_09','Red Mushroom',1085,1,180000,90000,1,'FIELD')
,('mjolnir_09','Red Mushroom',1085,1,180000,90000,1,'FIELD')
,('mjolnir_09','Red Mushroom',1085,1,180000,90000,1,'FIELD')
,('mjolnir_09','Red Mushroom',1085,1,180000,90000,1,'FIELD')
,('mjolnir_09','Red Mushroom',1085,1,180000,90000,1,'FIELD')
,('mjolnir_10','Mantis',1139,20,0,0,0,'FIELD')
,('mjolnir_10','Flora',1118,30,0,0,0,'FIELD')
,('mjolnir_10','Argos',1100,60,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('mjolnir_10','Poporing',1031,20,0,0,0,'FIELD')
,('mjolnir_10','Petite',1155,10,0,0,0,'FIELD')
,('mjolnir_10','Shining Plant',1083,1,1800000,900000,1,'FIELD')
,('mjolnir_10','Green Plant',1080,10,180000,90000,1,'FIELD')
,('mjolnir_11','Argiope',1099,10,0,0,0,'FIELD')
,('mjolnir_11','Mandragora',1020,50,0,0,0,'FIELD')
,('mjolnir_11','Flora',1118,60,0,0,0,'FIELD')
,('mjolnir_11','Poporing',1031,10,0,0,0,'FIELD')
,('mjolnir_11','Thief Bug Male',1054,30,0,0,0,'FIELD')
,('mjolnir_11','Green Plant',1080,1,180000,90000,1,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('mjolnir_11','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_11','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_11','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_11','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_11','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_11','Blue Plant',1079,1,360000,180000,1,'FIELD')
,('mjolnir_11','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_11','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_11','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_11','Blue Plant',1079,1,360000,180000,1,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('mjolnir_11','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_11','Green Plant',1080,1,180000,90000,1,'FIELD')
,('mjolnir_12','Stem Worm',1215,20,0,0,0,'FIELD')
,('mjolnir_12','Dustiness',1114,50,0,0,0,'FIELD')
,('mjolnir_12','Thief Bug Female',1053,20,0,0,0,'FIELD')
,('moc_fild01','Baby Desert Wolf',1107,70,0,0,0,'FIELD')
,('moc_fild01','Ant Egg',1097,20,0,0,0,'FIELD')
,('moc_fild01','Peco Peco Egg',1047,20,0,0,0,'FIELD')
,('moc_fild01','Picky',1049,10,0,0,0,'FIELD')
,('moc_fild01','Drops',1113,30,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('moc_fild01','Poring',1002,10,0,0,0,'FIELD')
,('moc_fild01','Yellow Plant',1081,10,900000,450000,1,'FIELD')
,('moc_fild02','Peco Peco',1019,70,0,0,0,'FIELD')
,('moc_fild02','Ant Egg',1097,10,0,0,0,'FIELD')
,('moc_fild02','Peco Peco Egg',1047,40,0,0,0,'FIELD')
,('moc_fild02','Picky',1049,10,0,0,0,'FIELD')
,('moc_fild02','Drops',1113,30,0,0,0,'FIELD')
,('moc_fild02','Yellow Plant',1081,1,180000,90000,1,'FIELD')
,('moc_fild02','Yellow Plant',1081,1,180000,90000,1,'FIELD')
,('moc_fild02','Yellow Plant',1081,1,180000,90000,1,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('moc_fild02','Yellow Plant',1081,1,180000,90000,1,'FIELD')
,('moc_fild02','Yellow Plant',1081,1,180000,90000,1,'FIELD')
,('moc_fild02','Yellow Plant',1081,1,180000,90000,1,'FIELD')
,('moc_fild02','Yellow Plant',1081,1,180000,90000,1,'FIELD')
,('moc_fild02','Green Plant',1080,1,180000,90000,1,'FIELD')
,('moc_fild02','Green Plant',1080,1,180000,90000,1,'FIELD')
,('moc_fild02','Green Plant',1080,1,180000,90000,1,'FIELD')
,('moc_fild02','Green Plant',1080,1,180000,90000,1,'FIELD')
,('moc_fild02','Green Plant',1080,1,180000,90000,1,'FIELD')
,('moc_fild02','Green Plant',1080,1,180000,90000,1,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('moc_fild02','Green Plant',1080,1,180000,90000,1,'FIELD')
,('moc_fild03','<NAME>',1033,70,0,0,0,'FIELD')
,('moc_fild03','Greatest General',1277,30,0,0,0,'FIELD')
,('moc_fild03','Poporing',1031,20,0,0,0,'FIELD')
,('moc_fild03','Eggyra',1116,10,0,0,0,'FIELD')
,('moc_fild03','Willow',1010,20,0,0,0,'FIELD')
,('moc_fild03','Vagabond Wolf',1092,1,1800000,1200000,0,'FIELD')
,('moc_fild03','Green Plant',1080,2,180000,90000,1,'FIELD')
,('moc_fild03','Green Plant',1080,2,180000,90000,1,'FIELD')
,('moc_fild03','Green Plant',1080,2,180000,90000,1,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('moc_fild03','Green Plant',1080,2,180000,90000,1,'FIELD')
,('moc_fild03','Green Plant',1080,2,180000,90000,1,'FIELD')
,('moc_fild03','Green Plant',1080,2,180000,90000,1,'FIELD')
,('moc_fild03','Green Plant',1080,2,180000,90000,1,'FIELD')
,('moc_fild04','<NAME>',1106,20,0,0,0,'FIELD')
,('moc_fild04','Scorpion',1001,30,0,0,0,'FIELD')
,('moc_fild04','Metaller',1058,20,0,0,0,'FIELD')
,('moc_fild04','Magnolia',1138,40,0,0,0,'FIELD')
,('moc_fild04','Ant Egg',1097,10,0,0,0,'FIELD')
,('moc_fild04','Andre',1095,20,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('moc_fild04','Deniro',1105,20,0,0,0,'FIELD')
,('moc_fild04','Piere',1160,20,0,0,0,'FIELD')
,('moc_fild04','Yellow Plant',1081,10,900000,450000,1,'FIELD')
,('moc_fild05','Magnolia',1138,30,0,0,0,'FIELD')
,('moc_fild05','Metaller',1058,20,0,0,0,'FIELD')
,('moc_fild05','Golem',1040,70,0,0,0,'FIELD')
,('moc_fild05','Ant Egg',1097,10,0,0,0,'FIELD')
,('moc_fild05','Yellow Plant',1081,5,360000,180000,1,'FIELD')
,('moc_fild06','Peco Peco',1019,85,0,0,0,'FIELD')
,('moc_fild06','Muka',1055,30,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('moc_fild06','Condor',1009,50,0,0,0,'FIELD')
,('moc_fild06','Magnolia',1138,10,0,0,0,'FIELD')
,('moc_fild06','Ant Egg',1097,10,0,0,0,'FIELD')
,('moc_fild06','Yellow Plant',1081,10,900000,450000,1,'FIELD')
,('moc_fild07','Drops',1113,70,0,0,0,'FIELD')
,('moc_fild07','Peco Peco Egg',1047,50,0,0,0,'FIELD')
,('moc_fild07','Picky',1050,30,0,0,0,'FIELD')
,('moc_fild07','Picky',1049,30,0,0,0,'FIELD')
,('moc_fild07','Yellow Plant',1081,5,360000,180000,1,'FIELD')
,('moc_fild08','Magnolia',1138,30,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('moc_fild08','Scorpion',1001,80,0,0,0,'FIELD')
,('moc_fild08','Desert Wolf',1106,30,0,0,0,'FIELD')
,('moc_fild08','Anacondaq',1030,30,0,0,0,'FIELD')
,('moc_fild08','Baby Desert Wolf',1107,10,0,0,0,'FIELD')
,('moc_fild08','Drops',1113,10,0,0,0,'FIELD')
,('moc_fild09','Desert Wolf',1106,10,0,0,0,'FIELD')
,('moc_fild09','Metaller',1058,70,0,0,0,'FIELD')
,('moc_fild09','Magnolia',1138,50,0,0,0,'FIELD')
,('moc_fild09','Ant Egg',1097,10,0,0,0,'FIELD')
,('moc_fild09','Andre',1095,5,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('moc_fild09','Deniro',1105,5,0,0,0,'FIELD')
,('moc_fild09','Piere',1160,5,0,0,0,'FIELD')
,('moc_fild09','Ant Egg',1097,10,0,0,0,'FIELD')
,('moc_fild09','Frilldora',1119,6,0,0,0,'FIELD')
,('moc_fild09','Yellow Plant',1081,2,180000,90000,1,'FIELD')
,('moc_fild09','Yellow Plant',1081,2,180000,90000,1,'FIELD')
,('moc_fild09','Yellow Plant',1081,2,180000,90000,1,'FIELD')
,('moc_fild09','Yellow Plant',1081,2,180000,90000,1,'FIELD')
,('moc_fild09','Yellow Plant',1081,2,180000,90000,1,'FIELD')
,('moc_fild10','Drops',1113,30,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('moc_fild10','Peco Peco Egg',1047,70,0,0,0,'FIELD')
,('moc_fild10','Picky',1049,50,0,0,0,'FIELD')
,('moc_fild10','Picky',1050,50,0,0,0,'FIELD')
,('moc_fild10','Magnolia',1138,1,0,0,0,'FIELD')
,('moc_fild10','Ant Egg',1097,10,0,0,0,'FIELD')
,('moc_fild10','Yellow Plant',1081,10,180000,90000,1,'FIELD')
,('moc_fild10','Green Plant',1080,5,180000,90000,1,'FIELD')
,('moc_fild11','Hode',1127,10,0,0,0,'FIELD')
,('moc_fild11','Golem',1040,70,0,0,0,'FIELD')
,('moc_fild11','Andre',1095,10,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('moc_fild11','Deniro',1105,10,0,0,0,'FIELD')
,('moc_fild11','Piere',1160,10,0,0,0,'FIELD')
,('moc_fild11','Ant Egg',1097,10,0,0,0,'FIELD')
,('moc_fild11','Magnolia',1138,20,0,0,0,'FIELD')
,('moc_fild11','Muka',1055,20,0,0,0,'FIELD')
,('moc_fild11','Shining Plant',1083,1,1800000,900000,1,'FIELD')
,('moc_fild12','Picky',1050,50,0,0,0,'FIELD')
,('moc_fild12','Picky',1049,50,0,0,0,'FIELD')
,('moc_fild12','Peco Peco Egg',1047,35,0,0,0,'FIELD')
,('moc_fild12','Drops',1113,35,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('moc_fild12','Yellow Plant',1081,10,180000,90000,1,'FIELD')
,('moc_fild13','Desert Wolf',1106,30,0,0,0,'FIELD')
,('moc_fild13','Anacondaq',1030,75,0,0,0,'FIELD')
,('moc_fild13','Boa',1025,30,0,0,0,'FIELD')
,('moc_fild13','Side Winder',1037,5,0,0,0,'FIELD')
,('moc_fild13','Poporing',1031,20,0,0,0,'FIELD')
,('moc_fild13','Drops',1113,10,0,0,0,'FIELD')
,('moc_fild13','Red Mushroom',1085,1,180000,90000,1,'FIELD')
,('moc_fild13','Red Mushroom',1085,1,180000,90000,1,'FIELD')
,('moc_fild13','Red Mushroom',1085,1,180000,90000,1,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('moc_fild13','Red Mushroom',1085,1,180000,90000,1,'FIELD')
,('moc_fild13','Red Mushroom',1085,1,180000,90000,1,'FIELD')
,('moc_fild13','Red Mushroom',1085,1,180000,90000,1,'FIELD')
,('moc_fild13','Red Mushroom',1085,1,180000,90000,1,'FIELD')
,('moc_fild13','Red Mushroom',1085,1,180000,90000,1,'FIELD')
,('moc_fild13','Red Mushroom',1085,1,180000,90000,1,'FIELD')
,('moc_fild13','Red Mushroom',1085,1,180000,90000,1,'FIELD')
,('moc_fild13','Red Mushroom',1085,1,180000,90000,1,'FIELD')
,('moc_fild13','Red Mushroom',1085,1,180000,90000,1,'FIELD')
,('moc_fild13','Red Mushroom',1085,1,180000,90000,1,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('moc_fild13','Yellow Plant',1081,1,180000,90000,1,'FIELD')
,('moc_fild13','Yellow Plant',1081,1,180000,90000,1,'FIELD')
,('moc_fild13','Yellow Plant',1081,1,180000,90000,1,'FIELD')
,('moc_fild13','Yellow Plant',1081,1,180000,90000,1,'FIELD')
,('moc_fild13','Yellow Plant',1081,1,180000,90000,1,'FIELD')
,('moc_fild13','Yellow Plant',1081,1,180000,90000,1,'FIELD')
,('moc_fild13','Yellow Plant',1081,3,180000,90000,1,'FIELD')
,('moc_fild13','Yellow Plant',1081,3,180000,90000,1,'FIELD')
,('moc_fild13','Yellow Plant',1081,3,180000,90000,1,'FIELD')
,('moc_fild14','Desert Wolf',1106,80,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('moc_fild14','Side Winder',1037,20,0,0,0,'FIELD')
,('moc_fild14','Baby Desert Wolf',1107,40,0,0,0,'FIELD')
,('moc_fild14','Magnolia',1138,25,0,0,0,'FIELD')
,('moc_fild14','Shining Plant',1083,1,1800000,900000,1,'FIELD')
,('moc_fild14','Yellow Plant',1081,1,180000,90000,1,'FIELD')
,('moc_fild14','Yellow Plant',1081,1,180000,90000,1,'FIELD')
,('moc_fild14','Yellow Plant',1081,1,180000,90000,1,'FIELD')
,('moc_fild14','Yellow Plant',1081,1,180000,90000,1,'FIELD')
,('moc_fild14','Yellow Plant',1081,1,180000,90000,1,'FIELD')
,('moc_fild15','Hode',1127,30,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('moc_fild15','Scorpion',1001,10,0,0,0,'FIELD')
,('moc_fild15','Desert Wolf',1106,10,0,0,0,'FIELD')
,('moc_fild15','Magnolia',1138,25,0,0,0,'FIELD')
,('moc_fild15','Andre',1095,40,0,0,0,'FIELD')
,('moc_fild15','Ant Egg',1097,10,0,0,0,'FIELD')
,('moc_fild15','Phreeoni',1159,1,7200000,600000,1,'FIELD')
,('moc_fild15','Yellow Plant',1081,1,180000,90000,1,'FIELD')
,('moc_fild15','Yellow Plant',1081,1,180000,90000,1,'FIELD')
,('moc_fild15','Yellow Plant',1081,1,180000,90000,1,'FIELD')
,('moc_fild15','Yellow Plant',1081,1,180000,90000,1,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('moc_fild15','Yellow Plant',1081,1,180000,90000,1,'FIELD')
,('moc_fild15','Yellow Plant',1081,1,180000,90000,1,'FIELD')
,('moc_fild15','Yellow Plant',1081,1,180000,90000,1,'FIELD')
,('moc_fild15','Yellow Plant',1081,1,180000,90000,1,'FIELD')
,('moc_fild15','Yellow Plant',1081,1,180000,90000,1,'FIELD')
,('moc_fild15','Yellow Plant',1081,1,180000,90000,1,'FIELD')
,('moc_fild15','Yellow Plant',1081,1,180000,90000,1,'FIELD')
,('moc_fild15','Yellow Plant',1081,1,180000,90000,1,'FIELD')
,('moc_fild16','Sandman',1165,70,0,0,0,'FIELD')
,('moc_fild16','Hode',1127,30,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('moc_fild16','Magnolia',1138,25,0,0,0,'FIELD')
,('moc_fild16','Andre',1095,10,0,0,0,'FIELD')
,('moc_fild16','Deniro',1105,20,0,0,0,'FIELD')
,('moc_fild16','Ant Egg',1097,10,0,0,0,'FIELD')
,('moc_fild17','Hode',1127,100,0,0,0,'FIELD')
,('moc_fild17','<NAME>',1042,30,0,0,0,'FIELD')
,('moc_fild17','Magnolia',1138,15,0,0,0,'FIELD')
,('moc_fild17','Frilldora',1119,25,0,0,0,'FIELD')
,('moc_fild17','Ant Egg',1097,10,0,0,0,'FIELD')
,('moc_fild17','Scorpion',1001,5,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('moc_fild17','Phreeoni',1159,1,7200000,600000,1,'FIELD')
,('moc_fild17','Yellow Plant',1081,1,180000,90000,1,'FIELD')
,('moc_fild17','Yellow Plant',1081,1,180000,90000,1,'FIELD')
,('moc_fild17','Yellow Plant',1081,1,180000,90000,1,'FIELD')
,('moc_fild17','Blue Plant',1079,1,180000,90000,1,'FIELD')
,('moc_fild17','Yellow Plant',1081,1,180000,90000,1,'FIELD')
,('moc_fild17','Yellow Plant',1081,1,180000,90000,1,'FIELD')
,('moc_fild17','Yellow Plant',1081,1,180000,90000,1,'FIELD')
,('moc_fild18','<NAME>',1042,70,0,0,0,'FIELD')
,('moc_fild18','Chonchon',1011,40,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('moc_fild18','Muka',1055,80,0,0,0,'FIELD')
,('moc_fild18','Metaller',1058,10,0,0,0,'FIELD')
,('moc_fild18','Ant Egg',1097,5,0,0,0,'FIELD')
,('moc_fild18','Dragon Fly',1091,1,3600000,1800000,1,'FIELD')
,('moc_fild18','Hunter Fly',1035,1,7200000,3600000,1,'FIELD')
,('moc_fild18','Yellow Plant',1081,1,180000,90000,1,'FIELD')
,('moc_fild18','Yellow Plant',1081,1,180000,90000,1,'FIELD')
,('moc_fild18','Yellow Plant',1081,1,180000,90000,1,'FIELD')
,('moc_fild18','Yellow Plant',1081,1,180000,90000,1,'FIELD')
,('moc_fild18','Yellow Plant',1081,1,180000,90000,1,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('moc_fild18','Yellow Plant',1081,1,180000,90000,1,'FIELD')
,('moc_fild18','Yellow Plant',1081,1,180000,90000,1,'FIELD')
,('moc_fild18','Yellow Plant',1081,1,180000,90000,1,'FIELD')
,('moc_fild20','Ant Egg',1097,10,0,0,0,'FIELD')
,('moc_fild20','Andre',1095,20,0,0,0,'FIELD')
,('moc_fild20','Deniro',1105,20,0,0,0,'FIELD')
,('moc_fild20','Piere',1160,20,0,0,0,'FIELD')
,('moc_fild20','Metaller',1058,20,0,0,0,'FIELD')
,('moc_fild20','Drops',1113,30,0,0,0,'FIELD')
,('moc_fild20','Scorpion',1001,70,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('moc_fild20','Picky',1050,50,0,0,0,'FIELD')
,('moc_fild20','Picky',1049,50,0,0,0,'FIELD')
,('moc_fild20','Morroc''s Shadow',1918,1,30000,0,0,'FIELD')
,('moc_fild20','Morroc''s Shadow',1919,1,30000,0,0,'FIELD')
,('moc_fild20','Morroc''s Shadow',1920,1,30000,0,0,'FIELD')
,('moc_fild20','Morroc''s Shadow',1921,1,30000,0,0,'FIELD')
,('moc_fild21','Golem',1040,61,0,0,0,'FIELD')
,('moc_fild21','Stalactic Golem',1278,46,0,0,0,'FIELD')
,('moc_fild21','Lava Golem',1366,46,0,0,0,'FIELD')
,('moc_fild21','Morroc''s Shadow',1918,46,30000,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('moc_fild21','Morroc''s Shadow',1919,46,30000,0,0,'FIELD')
,('moc_fild21','Morroc''s Shadow',1920,46,30000,0,0,'FIELD')
,('moc_fild21','Morroc''s Shadow',1921,34,30000,0,0,'FIELD')
,('moc_fild22','Morroc''s Shadow',1918,60,30000,0,0,'FIELD')
,('moc_fild22','Morroc''s Shadow',1919,60,30000,0,0,'FIELD')
,('moc_fild22','Morroc''s Shadow',1920,60,30000,0,0,'FIELD')
,('moc_fild22','Morroc''s Shadow',1921,25,30000,0,0,'FIELD')
,('moc_fild22','Wounded Satan Morroc',1917,1,43200000,3600000,1,'FIELD')
,('mosk_fild02','Bigfoot',1060,40,0,0,0,'FIELD')
,('mosk_fild02','Caramel',1103,20,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('mosk_fild02','Mantis',1139,30,0,0,0,'FIELD')
,('mosk_fild02','Poring',1002,10,0,0,0,'FIELD')
,('mosk_fild02','Yellow Plant',1081,5,0,0,0,'FIELD')
,('mosk_fild02','White Plant',1082,5,10000,0,0,'FIELD')
,('nif_fild01','Disguise',1506,20,0,0,0,'FIELD')
,('nif_fild01','Disguise',1506,30,300000,120000,0,'FIELD')
,('nif_fild01','Dullahan',1504,7,1800000,1200000,0,'FIELD')
,('nif_fild01','Dullahan',1504,13,0,0,0,'FIELD')
,('nif_fild01','Gibbet',1503,10,0,0,0,'FIELD')
,('nif_fild01','Heirozoist',1510,10,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('nif_fild01','Quve',1508,30,0,0,0,'FIELD')
,('nif_fild02','Lude',1509,10,360000,150000,0,'FIELD')
,('nif_fild02','<NAME>',1507,1,1200000,600000,0,'FIELD')
,('nif_fild02','<NAME>',1507,1,1200000,600000,0,'FIELD')
,('nif_fild02','<NAME>',1507,1,1200000,600000,0,'FIELD')
,('nif_fild02','<NAME>',1507,1,1200000,600000,0,'FIELD')
,('nif_fild02','<NAME>',1507,7,0,0,0,'FIELD')
,('nif_fild02','<NAME>',1505,2,1200000,600000,0,'FIELD')
,('nif_fild02','Heirozoist',1510,4,1200000,600000,0,'FIELD')
,('nif_fild02','Gibbet',1503,5,1200000,600000,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('nif_fild02','Gibbet',1503,5,300000,150000,0,'FIELD')
,('nif_fild02','<NAME>',1505,19,120000,60000,0,'FIELD')
,('nif_fild02','Dullahan',1504,5,600000,300000,0,'FIELD')
,('nif_fild02','Dullahan',1504,5,0,0,0,'FIELD')
,('nif_fild02','Heirozoist',1510,6,0,0,0,'FIELD')
,('nif_fild02','Gibbet',1503,10,0,0,0,'FIELD')
,('niflheim','Dullahan',1504,5,1800000,1200000,0,'FIELD')
,('niflheim','Gibbet',1503,10,1200000,600000,0,'FIELD')
,('niflheim','Heirozoist',1510,10,1200000,600000,0,'FIELD')
,('niflheim','Quve',1508,20,300000,150000,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('niflheim','Lude',1509,20,300000,150000,0,'FIELD')
,('pay_fild01','Willow',1010,10,0,0,0,'FIELD')
,('pay_fild01','Poporing',1031,10,0,0,0,'FIELD')
,('pay_fild01','Poring',1002,10,0,0,0,'FIELD')
,('pay_fild01','Spore',1014,100,0,0,0,'FIELD')
,('pay_fild01','Black Mushroom',1084,1,180000,90000,1,'FIELD')
,('pay_fild01','Black Mushroom',1084,1,180000,90000,1,'FIELD')
,('pay_fild01','Black Mushroom',1084,1,180000,90000,1,'FIELD')
,('pay_fild01','Black Mushroom',1084,1,180000,90000,1,'FIELD')
,('pay_fild01','Black Mushroom',1084,1,180000,90000,1,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('pay_fild01','Black Mushroom',1084,1,180000,90000,1,'FIELD')
,('pay_fild01','Black Mushroom',1084,1,180000,90000,1,'FIELD')
,('pay_fild01','Black Mushroom',1084,1,180000,90000,1,'FIELD')
,('pay_fild01','Black Mushroom',1084,1,180000,90000,1,'FIELD')
,('pay_fild01','Black Mushroom',1084,1,180000,90000,1,'FIELD')
,('pay_fild01','Black Mushroom',1084,1,180000,90000,1,'FIELD')
,('pay_fild01','Black Mushroom',1084,1,180000,90000,1,'FIELD')
,('pay_fild01','Black Mushroom',1084,1,180000,90000,1,'FIELD')
,('pay_fild01','Black Mushroom',1084,1,180000,90000,1,'FIELD')
,('pay_fild01','Black Mushroom',1084,1,180000,90000,1,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('pay_fild01','Green Plant',1080,5,180000,90000,1,'FIELD')
,('pay_fild02','Boa',1025,30,0,0,0,'FIELD')
,('pay_fild02','Wolf',1013,70,0,0,0,'FIELD')
,('pay_fild02','Spore',1014,10,0,0,0,'FIELD')
,('pay_fild02','Poporing',1031,20,0,0,0,'FIELD')
,('pay_fild02','Green Plant',1080,4,360000,180000,1,'FIELD')
,('pay_fild02','Red Mushroom',1085,4,360000,180000,1,'FIELD')
,('pay_fild03','Poring',1002,30,0,0,0,'FIELD')
,('pay_fild03','Willow',1010,30,0,0,0,'FIELD')
,('pay_fild03','Pupa',1008,50,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('pay_fild03','Lunatic',1063,50,0,0,0,'FIELD')
,('pay_fild03','Red Mushroom',1085,6,900000,450000,1,'FIELD')
,('pay_fild03','Green Plant',1080,4,180000,90000,1,'FIELD')
,('pay_fild04','Poring',1002,40,0,0,0,'FIELD')
,('pay_fild04','Drops',1113,40,0,0,0,'FIELD')
,('pay_fild04','Poporing',1031,40,0,0,0,'FIELD')
,('pay_fild04','Marin',1242,10,0,0,0,'FIELD')
,('pay_fild04','Ghostring',1120,1,3600000,1800000,1,'FIELD')
,('pay_fild04','Mastering',1090,1,3600000,1800000,1,'FIELD')
,('pay_fild04','Angeling',1096,1,3600000,1800000,1,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('pay_fild04','Deviling',1582,1,7200000,3600000,1,'FIELD')
,('pay_fild04','Shining Plant',1083,1,1800000,900000,1,'FIELD')
,('pay_fild04','Green Plant',1080,5,360000,180000,1,'FIELD')
,('pay_fild05','Dragon Tail',1321,5,0,0,0,'FIELD')
,('pay_fild05','Poporing',1031,20,0,0,0,'FIELD')
,('pay_fild05','Poison Spore',1077,65,0,0,0,'FIELD')
,('pay_fild05','Green Plant',1080,4,900000,450000,1,'FIELD')
,('pay_fild05','Green Plant',1080,4,900000,450000,1,'FIELD')
,('pay_fild06','Wormtail',1024,90,0,0,0,'FIELD')
,('pay_fild06','Spore',1014,20,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('pay_fild06','Poporing',1031,20,0,0,0,'FIELD')
,('pay_fild06','Thief Bug Female',1053,40,0,0,0,'FIELD')
,('pay_fild06','Red Mushroom',1085,8,180000,90000,1,'FIELD')
,('pay_fild06','Green Plant',1080,10,360000,180000,1,'FIELD')
,('pay_fild06','Shining Plant',1083,1,1800000,900000,1,'FIELD')
,('pay_fild07','Elder Willow',1033,70,0,0,0,'FIELD')
,('pay_fild07','Eggyra',1116,40,0,0,0,'FIELD')
,('pay_fild07','Poporing',1031,20,0,0,0,'FIELD')
,('pay_fild07','Willow',1010,20,0,0,0,'FIELD')
,('pay_fild07','Bigfoot',1060,30,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('pay_fild07','Green Plant',1080,8,900000,450000,1,'FIELD')
,('pay_fild08','Poring',1002,30,0,0,0,'FIELD')
,('pay_fild08','Willow',1010,50,0,0,0,'FIELD')
,('pay_fild08','Pupa',1008,20,0,0,0,'FIELD')
,('pay_fild08','Spore',1014,70,0,0,0,'FIELD')
,('pay_fild08','Green Plant',1080,10,60000,30000,1,'FIELD')
,('pay_fild08','Shining Plant',1083,1,3600000,1800000,1,'FIELD')
,('pay_fild09','Poporing',1031,20,0,0,0,'FIELD')
,('pay_fild09','Smokie',1056,80,0,0,0,'FIELD')
,('pay_fild09','Bigfoot',1060,70,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('pay_fild09','Green Plant',1080,10,360000,180000,0,'FIELD')
,('pay_fild09','Shining Plant',1083,1,1800000,900000,1,'FIELD')
,('pay_fild10','Greatest General',1277,65,0,0,0,'FIELD')
,('pay_fild10','Dokebi',1110,70,0,0,0,'FIELD')
,('pay_fild10','Poison Spore',1077,20,0,0,0,'FIELD')
,('pay_fild10','Nine Tail',1180,2,0,0,0,'FIELD')
,('pay_fild10','Nine Tail',1180,1,1800000,900000,1,'FIELD')
,('pay_fild10','Nine Tail',1180,1,900000,450000,1,'FIELD')
,('pay_fild10','Green Plant',1080,5,360000,180000,1,'FIELD')
,('pay_fild10','Green Plant',1080,5,360000,180000,1,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('pay_fild10','Green Plant',1080,5,360000,180000,1,'FIELD')
,('pay_fild10','Blue Plant',1079,1,360000,180000,1,'FIELD')
,('pay_fild10','Blue Plant',1079,1,360000,180000,1,'FIELD')
,('pay_fild10','Blue Plant',1079,1,360000,180000,1,'FIELD')
,('pay_fild11','Greatest General',1277,30,0,0,0,'FIELD')
,('pay_fild11','Nine Tail',1180,60,180000,0,0,'FIELD')
,('pay_fild11','Dragon Tail',1321,50,180000,0,0,'FIELD')
,('pay_fild11','Eddga',1115,1,7200000,600000,1,'FIELD')
,('pay_fild11','Red Mushroom',1085,3,360000,180000,1,'FIELD')
,('pay_fild11','Red Mushroom',1085,3,360000,180000,1,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('prt_fild00','Creamy',1018,10,0,0,0,'FIELD')
,('prt_fild00','Fabre',1007,20,0,0,0,'FIELD')
,('prt_fild00','Pupa',1008,30,0,0,0,'FIELD')
,('prt_fild00','Lunatic',1063,30,0,0,0,'FIELD')
,('prt_fild00','Poring',1002,40,0,0,0,'FIELD')
,('prt_fild00','Hornet',1004,70,0,0,0,'FIELD')
,('prt_fild00','Shining Plant',1083,1,1800000,900000,1,'FIELD')
,('prt_fild00','Green Plant',1080,5,360000,180000,1,'FIELD')
,('prt_fild01','Thief Bug',1051,30,0,0,0,'FIELD')
,('prt_fild01','Fabre',1007,20,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('prt_fild01','Pupa',1008,10,0,0,0,'FIELD')
,('prt_fild01','Lunatic',1063,80,0,0,0,'FIELD')
,('prt_fild01','Poring',1002,30,0,0,0,'FIELD')
,('prt_fild01','Green Plant',1080,3,360000,180000,1,'FIELD')
,('prt_fild01','Blue Plant',1079,1,900000,450000,1,'FIELD')
,('prt_fild02','Mandragora',1020,70,0,0,0,'FIELD')
,('prt_fild02','Fabre',1007,50,0,0,0,'FIELD')
,('prt_fild02','Pupa',1008,20,0,0,0,'FIELD')
,('prt_fild02','Lunatic',1063,10,0,0,0,'FIELD')
,('prt_fild02','Poring',1002,30,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('prt_fild02','Eclipse',1093,1,1800000,1200000,0,'FIELD')
,('prt_fild02','Shining Plant',1083,1,1800000,900000,1,'FIELD')
,('prt_fild02','Shining Plant',1083,2,1800000,900000,1,'FIELD')
,('prt_fild03','Yoyo',1057,80,0,0,0,'FIELD')
,('prt_fild03','Smokie',1056,40,0,0,0,'FIELD')
,('prt_fild03','Choco',1214,1,0,0,0,'FIELD')
,('prt_fild03','Poporing',1031,10,0,0,0,'FIELD')
,('prt_fild03','Green Plant',1080,5,180000,90000,1,'FIELD')
,('prt_fild03','Blue Plant',1079,2,900000,450000,1,'FIELD')
,('prt_fild03','Green Plant',1080,5,360000,180000,1,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('prt_fild03','Green Plant',1080,5,360000,180000,1,'FIELD')
,('prt_fild03','Green Plant',1080,5,360000,180000,1,'FIELD')
,('prt_fild04','Rocker',1052,70,0,0,0,'FIELD')
,('prt_fild04','Creamy',1018,40,0,0,0,'FIELD')
,('prt_fild04','Pupa',1008,10,0,0,0,'FIELD')
,('prt_fild04','Poring',1002,30,0,0,0,'FIELD')
,('prt_fild04','Vocal',1088,1,1800000,1200000,0,'FIELD')
,('prt_fild04','Green Plant',1080,5,900000,450000,1,'FIELD')
,('prt_fild05','Poring',1002,70,0,0,0,'FIELD')
,('prt_fild05','Thief Bug Egg',1048,20,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('prt_fild05','Lunatic',1063,30,0,0,0,'FIELD')
,('prt_fild05','Pupa',1008,30,0,0,0,'FIELD')
,('prt_fild05','Thief Bug',1051,10,0,0,0,'FIELD')
,('prt_fild05','Green Plant',1080,6,900000,450000,1,'FIELD')
,('prt_fild05','Blue Plant',1079,1,900000,450000,1,'FIELD')
,('prt_fild06','Lunatic',1063,60,0,0,0,'FIELD')
,('prt_fild06','Thief Bug Egg',1048,20,0,0,0,'FIELD')
,('prt_fild06','Thief Bug',1051,10,0,0,0,'FIELD')
,('prt_fild06','Pupa',1008,20,0,0,0,'FIELD')
,('prt_fild06','Poring',1002,60,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('prt_fild06','Green Plant',1080,15,900000,450000,1,'FIELD')
,('prt_fild07','Rocker',1052,80,0,0,0,'FIELD')
,('prt_fild07','Poporing',1031,30,0,0,0,'FIELD')
,('prt_fild07','Vocal',1088,1,1800000,1200000,0,'FIELD')
,('prt_fild07','Black Mushroom',1084,3,360000,180000,1,'FIELD')
,('prt_fild08','Lunatic',1063,40,0,0,0,'FIELD')
,('prt_fild08','Pupa',1008,20,0,0,0,'FIELD')
,('prt_fild08','Poring',1002,70,0,0,0,'FIELD')
,('prt_fild08','Drops',1113,10,0,0,0,'FIELD')
,('prt_fild09','Savage Babe',1167,70,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('prt_fild09','Baby Desert Wolf',1107,20,0,0,0,'FIELD')
,('prt_fild09','Peco Peco Egg',1047,20,0,0,0,'FIELD')
,('prt_fild09','Picky',1049,20,0,0,0,'FIELD')
,('prt_fild09','Condor',1009,10,0,0,0,'FIELD')
,('prt_fild09','Yellow Plant',1081,3,360000,180000,1,'FIELD')
,('prt_fild10','Savage',1166,70,0,0,0,'FIELD')
,('prt_fild10','Savage Babe',1167,40,0,0,0,'FIELD')
,('prt_fild10','Poporing',1031,20,0,0,0,'FIELD')
,('prt_fild10','Thief Bug',1051,10,0,0,0,'FIELD')
,('prt_fild10','Red Mushroom',1085,15,360000,180000,1,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('prt_fild10','Shining Plant',1083,1,1800000,900000,1,'FIELD')
,('prt_fild11','Goblin',1122,10,0,0,0,'FIELD')
,('prt_fild11','Goblin',1123,20,0,0,0,'FIELD')
,('prt_fild11','Goblin',1124,20,0,0,0,'FIELD')
,('prt_fild11','Goblin',1125,30,0,0,0,'FIELD')
,('prt_fild11','Goblin',1126,30,0,0,0,'FIELD')
,('prt_fild11','<NAME>',1258,10,0,0,0,'FIELD')
,('prt_fild11','<NAME>',1308,1,1800000,1200000,0,'FIELD')
,('prt_fild11','Goblin Steamrider',1280,30,0,0,0,'FIELD')
,('prt_fild11','Red Mushroom',1085,10,180000,90000,1,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('ra_fild01','Muscipular',1780,60,0,0,1,'FIELD')
,('ra_fild01','Geographer',1368,30,300000,120000,1,'FIELD')
,('ra_fild01','Drosera',1781,20,0,0,1,'FIELD')
,('ra_fild01','Galion',1783,5,0,0,0,'FIELD')
,('ra_fild01','Gryphon',1259,3,3600000,0,1,'FIELD')
,('ra_fild02','Muscipular',1780,60,0,0,0,'FIELD')
,('ra_fild02','Drosera',1781,20,0,0,0,'FIELD')
,('ra_fild02','Galion',1783,15,0,0,0,'FIELD')
,('ra_fild02','Atroce',1785,1,14400000,600000,1,'FIELD')
,('ra_fild03','Galion',1783,35,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('ra_fild03','Drosera',1781,10,0,0,1,'FIELD')
,('ra_fild03','Roween',1782,10,0,0,0,'FIELD')
,('ra_fild03','Stapo',1784,10,0,0,0,'FIELD')
,('ra_fild03','Atroce',1785,1,10800000,600000,1,'FIELD')
,('ra_fild04','Roween',1782,60,0,0,0,'FIELD')
,('ra_fild04','Stapo',1784,20,0,0,0,'FIELD')
,('ra_fild04','Wild Rose',1261,10,0,0,0,'FIELD')
,('ra_fild04','Galion',1783,3,0,0,0,'FIELD')
,('ra_fild04','Atroce',1785,1,18000000,600000,1,'FIELD')
,('ra_fild05','Hill Wind',1680,70,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('ra_fild05','Drosera',1781,20,0,0,0,'FIELD')
,('ra_fild05','Geographer',1368,10,0,0,1,'FIELD')
,('ra_fild06','Hill Wind',1680,50,0,0,0,'FIELD')
,('ra_fild06','Anopheles',1627,20,0,0,0,'FIELD')
,('ra_fild06','Drosera',1781,10,0,0,1,'FIELD')
,('ra_fild07','Roween',1782,50,0,0,0,'FIELD')
,('ra_fild07','Galion',1783,20,0,0,0,'FIELD')
,('ra_fild07','Stapo',1784,10,0,0,1,'FIELD')
,('ra_fild08','Stapo',1784,100,0,0,1,'FIELD')
,('ra_fild08','Drops',1113,40,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('ra_fild08','Drosera',1781,20,0,0,1,'FIELD')
,('ra_fild09','Drosera',1781,60,0,0,1,'FIELD')
,('ra_fild09','Metaling',1613,20,0,0,0,'FIELD')
,('ra_fild09','Hill Wind',1680,10,0,0,0,'FIELD')
,('ra_fild09','Harpy',1376,1,3600000,0,0,'FIELD')
,('ra_fild10','Stapo',1784,30,0,0,1,'FIELD')
,('ra_fild10','Galion',1783,20,0,0,0,'FIELD')
,('ra_fild10','Roween',1782,10,0,0,0,'FIELD')
,('ra_fild11','Drops',1113,100,0,0,1,'FIELD')
,('ra_fild11','Stapo',1784,40,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('ra_fild11','Roween',1782,2,0,0,0,'FIELD')
,('ra_fild11','Yellow Plant',1081,15,0,0,1,'FIELD')
,('ra_fild11','Red Plant',1078,5,0,0,1,'FIELD')
,('ra_fild12','Drops',1113,100,0,0,0,'FIELD')
,('ra_fild12','Stapo',1784,40,0,0,1,'FIELD')
,('ra_fild12','Poporing',1031,5,0,0,0,'FIELD')
,('ra_fild12','Yellow Plant',1081,15,0,0,1,'FIELD')
,('ra_fild12','Red Plant',1078,5,0,0,1,'FIELD')
,('ra_fild13','Stapo',1784,60,0,0,1,'FIELD')
,('ra_fild13','Drops',1113,40,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('ra_fild13','Roween',1782,5,0,0,0,'FIELD')
,('spl_fild01','Pinguicula',1995,50,0,0,0,'FIELD')
,('spl_fild01','Naga',1993,35,0,0,0,'FIELD')
,('spl_fild01','Cornus',1992,25,0,0,0,'FIELD')
,('spl_fild02','Pinguicula',1995,95,0,0,0,'FIELD')
,('spl_fild02','<NAME>',1994,15,0,0,0,'FIELD')
,('spl_fild03','<NAME>',1994,35,0,0,0,'FIELD')
,('spl_fild03','Cornus',1992,25,0,0,0,'FIELD')
,('spl_fild03','Naga',1993,20,0,0,0,'FIELD')
,('spl_fild03','Tendril Lion',1991,1,3600000,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('um_fild01','Wootan Fighter',1499,10,0,0,0,'FIELD')
,('um_fild01','Stem Worm',1215,15,0,0,0,'FIELD')
,('um_fild01','Harpy',1376,2,0,0,0,'FIELD')
,('um_fild01','Dryad',1493,65,0,0,0,'FIELD')
,('um_fild01','Dustiness',1114,10,0,0,0,'FIELD')
,('um_fild01','Green Plant',1080,10,180000,90000,1,'FIELD')
,('um_fild01','Yellow Plant',1081,10,180000,90000,1,'FIELD')
,('um_fild01','Shining Plant',1083,6,180000,90000,1,'FIELD')
,('um_fild02','Coco',1104,10,0,0,0,'FIELD')
,('um_fild02','Choco',1214,5,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('um_fild02','Beetle King',1494,30,0,0,0,'FIELD')
,('um_fild02','Dustiness',1114,20,0,0,0,'FIELD')
,('um_fild02','Wootan Fighter',1499,26,0,0,0,'FIELD')
,('um_fild02','Stone Shooter',1495,13,0,0,0,'FIELD')
,('um_fild02','Stone Shooter',1495,1,120000,60000,0,'FIELD')
,('um_fild02','Wootan Fighter',1499,2,120000,60000,0,'FIELD')
,('um_fild02','Stone Shooter',1495,1,120000,60000,0,'FIELD')
,('um_fild02','Wootan Fighter',1499,2,120000,60000,0,'FIELD')
,('um_fild02','Stone Shooter',1495,1,120000,60000,0,'FIELD')
,('um_fild02','Wootan Fighter',1499,2,120000,60000,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('um_fild02','Stone Shooter',1495,1,120000,60000,0,'FIELD')
,('um_fild02','Wootan Fighter',1499,2,120000,60000,0,'FIELD')
,('um_fild02','Stone Shooter',1495,1,120000,60000,0,'FIELD')
,('um_fild02','Wootan Fighter',1499,2,120000,60000,0,'FIELD')
,('um_fild02','Stone Shooter',1495,1,120000,60000,0,'FIELD')
,('um_fild02','Wootan Fighter',1499,2,120000,60000,0,'FIELD')
,('um_fild02','Stone Shooter',1495,1,120000,60000,0,'FIELD')
,('um_fild02','Wootan Fighter',1499,2,120000,60000,0,'FIELD')
,('um_fild02','Stone Shooter',1495,1,120000,60000,0,'FIELD')
,('um_fild02','Wootan Fighter',1499,2,120000,60000,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('um_fild02','Stone Shooter',1495,1,120000,60000,0,'FIELD')
,('um_fild02','Wootan Fighter',1499,2,120000,60000,0,'FIELD')
,('um_fild02','Stone Shooter',1495,1,120000,60000,0,'FIELD')
,('um_fild02','Wootan Fighter',1499,2,120000,60000,0,'FIELD')
,('um_fild02','Stone Shooter',1495,1,120000,60000,0,'FIELD')
,('um_fild02','Wootan Fighter',1499,2,120000,60000,0,'FIELD')
,('um_fild02','Stone Shooter',1495,1,120000,60000,0,'FIELD')
,('um_fild02','Wootan Fighter',1499,2,120000,60000,0,'FIELD')
,('um_fild02','Flora',1118,3,180000,120000,0,'FIELD')
,('um_fild02','Red Plant',1078,5,180000,90000,1,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('um_fild02','Yellow Plant',1081,5,180000,90000,1,'FIELD')
,('um_fild03','Parasite',1500,95,0,0,0,'FIELD')
,('um_fild03','Dragon Tail',1321,20,0,0,0,'FIELD')
,('um_fild03','Alligator',1271,10,0,0,0,'FIELD')
,('um_fild03','Gryphon',1259,1,3500000,1900000,0,'FIELD')
,('um_fild03','Blue Plant',1079,5,180000,90000,1,'FIELD')
,('um_fild03','Green Plant',1080,10,180000,90000,1,'FIELD')
,('um_fild03','Shining Plant',1083,2,180000,90000,1,'FIELD')
,('um_fild04','Beetle King',1494,30,0,0,0,'FIELD')
,('um_fild04','Horn',1128,15,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('um_fild04','Choco',1214,2,0,0,0,'FIELD')
,('um_fild04','Wootan Shooter',1498,7,0,0,0,'FIELD')
,('um_fild04','Horn',1128,2,1200000,60000,0,'FIELD')
,('um_fild04','Beetle King',1494,4,120000,60000,0,'FIELD')
,('um_fild04','Beetle King',1494,2,120000,60000,0,'FIELD')
,('um_fild04','Beetle King',1494,2,120000,60000,0,'FIELD')
,('um_fild04','Beetle King',1494,2,120000,60000,0,'FIELD')
,('um_fild04','Beetle King',1494,2,120000,60000,0,'FIELD')
,('um_fild04','Beetle King',1494,2,120000,60000,0,'FIELD')
,('um_fild04','Horn',1128,1,120000,60000,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('um_fild04','Beetle King',1494,2,120000,60000,0,'FIELD')
,('um_fild04','Horn',1128,1,120000,60000,0,'FIELD')
,('um_fild04','Beetle King',1494,2,120000,60000,0,'FIELD')
,('um_fild04','Horn',1128,1,120000,60000,0,'FIELD')
,('um_fild04','Beetle King',1494,2,120000,60000,0,'FIELD')
,('um_fild04','Horn',1128,1,120000,60000,0,'FIELD')
,('um_fild04','Wootan Shooter',1498,1,300000,60000,0,'FIELD')
,('um_fild04','Wootan Shooter',1498,1,300000,60000,0,'FIELD')
,('um_fild04','Wootan Shooter',1498,1,300000,60000,0,'FIELD')
,('um_fild04','Red Plant',1078,5,180000,90000,1,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('um_fild04','Yellow Plant',1081,5,180000,90000,1,'FIELD')
,('ve_fild01','Drops',1113,10,0,0,0,'FIELD')
,('ve_fild01','Stapo',1784,20,0,0,0,'FIELD')
,('ve_fild01','Muka',1055,70,0,0,0,'FIELD')
,('ve_fild01','Side Winder',1037,10,0,0,0,'FIELD')
,('ve_fild01','Atroce',1785,1,10800000,600000,0,'FIELD')
,('ve_fild01','Red Plant',1078,10,0,0,0,'FIELD')
,('ve_fild01','Yellow Plant',1081,10,0,0,0,'FIELD')
,('ve_fild01','Blue Plant',1079,4,840000,0,0,'FIELD')
,('ve_fild01','Shining Plant',1083,1,960000,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('ve_fild02','Stapo',1784,20,0,0,0,'FIELD')
,('ve_fild02','Savage',1166,30,0,0,0,'FIELD')
,('ve_fild02','Savage',1166,30,0,0,0,'FIELD')
,('ve_fild02','Roween',1782,2,660000,0,0,'FIELD')
,('ve_fild02','Roween',1782,18,0,0,0,'FIELD')
,('ve_fild02','Side Winder',1037,1,900000,0,0,'FIELD')
,('ve_fild02','Side Winder',1037,4,0,0,0,'FIELD')
,('ve_fild02','Atroce',1785,1,21600000,600000,0,'FIELD')
,('ve_fild02','Red Plant',1078,10,0,0,0,'FIELD')
,('ve_fild02','Yellow Plant',1081,10,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('ve_fild03','Stapo',1784,10,0,0,0,'FIELD')
,('ve_fild03','Magmaring',1836,10,0,0,0,'FIELD')
,('ve_fild03','Sandman',1165,20,0,0,0,'FIELD')
,('ve_fild03','Sandman',1165,25,0,0,0,'FIELD')
,('ve_fild03','Sleeper',1386,5,0,0,0,'FIELD')
,('ve_fild03','Red Plant',1078,10,0,0,0,'FIELD')
,('ve_fild03','Yellow Plant',1081,10,0,0,0,'FIELD')
,('ve_fild04','Stapo',1784,20,0,0,0,'FIELD')
,('ve_fild04','Desert Wolf',1106,60,0,0,0,'FIELD')
,('ve_fild04','Roween',1782,20,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('ve_fild04','Muscipular',1780,10,0,0,0,'FIELD')
,('ve_fild04','Yellow Plant',1081,10,0,0,0,'FIELD')
,('ve_fild04','Blue Plant',1079,3,660000,0,0,'FIELD')
,('ve_fild05','Roween',1782,15,0,0,0,'FIELD')
,('ve_fild05','Galion',1783,5,0,0,0,'FIELD')
,('ve_fild05','Drosera',1781,10,0,0,0,'FIELD')
,('ve_fild05','Sandman',1165,10,0,0,0,'FIELD')
,('ve_fild05','Sandman',1165,7,60000,0,0,'FIELD')
,('ve_fild05','Sandman',1165,11,60000,0,0,'FIELD')
,('ve_fild05','Sandman',1165,2,90000,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('ve_fild05','Sleeper',1386,10,0,0,0,'FIELD')
,('ve_fild05','Sleeper',1386,15,90000,0,0,'FIELD')
,('ve_fild05','Sleeper',1386,25,90000,0,0,'FIELD')
,('ve_fild05','Sleeper',1386,5,120000,0,0,'FIELD')
,('ve_fild05','White Plant',1082,5,1800000,0,0,'FIELD')
,('ve_fild05','Shining Plant',1083,1,2400000,0,0,'FIELD')
,('ve_fild06','Stapo',1784,2,300000,0,0,'FIELD')
,('ve_fild06','Stapo',1784,1,1800000,0,0,'FIELD')
,('ve_fild06','Shining Plant',1083,1,1020000,0,0,'FIELD')
,('ve_fild07','Stapo',1784,30,0,0,0,'FIELD')
;
INSERT INTO mob_place (map,monster,"mobId",quantity,spawntime,unknown1,unknown2,ambience) VALUES
('ve_fild07','Aster',1266,3,0,0,0,'FIELD')
,('ve_fild07','Aster',1266,7,0,0,0,'FIELD')
,('ve_fild07','Shellfish',1074,3,0,0,0,'FIELD')
,('ve_fild07','Shellfish',1074,7,0,0,0,'FIELD')
,('ve_fild07','Raggler',1254,24,0,0,0,'FIELD')
,('ve_fild07','Raggler',1254,4,0,0,0,'FIELD')
,('ve_fild07','Raggler',1254,7,0,0,0,'FIELD')
,('ve_fild07','Side Winder',1037,70,0,0,0,'FIELD')
,('ve_fild07','White Plant',1082,10,600000,0,0,'FIELD')
; |
-- Create user related to file table
CREATE TABLE `tbl_user_file` (
`id` int(10) NOT NULL AUTO_INCREMENT COMMENT '递增主键',
`user_name` varchar(64) NOT NULL COMMENT '用户昵称',
`file_sha1` varchar(64) NOT NULL DEFAULT '' COMMENT '文件哈希',
`status` int(10) NOT NULL DEFAULT '0' COMMENT '状态(可用/禁用/已删除等状态)',
PRIMARY KEY (`id`),
UNIQUE KEY `idx_user_file` (`user_name`, `file_sha1`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
DROP TABLE IF EXISTS books CASCADE;
DROP TABLE IF EXISTS authors CASCADE;
CREATE TABLE authors (
author_id SERIAL PRIMARY KEY,
name text NOT NULL DEFAULT ''
);
CREATE INDEX authors_name_idx ON authors(name);
CREATE TABLE books (
book_id SERIAL PRIMARY KEY,
author_id integer NOT NULL REFERENCES authors(author_id),
isbn text NOT NULL DEFAULT '' UNIQUE,
booktype varchar(25) NOT NULL DEFAULT 'FICTION',
title text NOT NULL DEFAULT '',
year integer NOT NULL DEFAULT 2000,
available timestamp with time zone NOT NULL,
tags varchar(25) NOT NULL DEFAULT '{}'
);
CREATE INDEX books_title_year_idx ON books(title, year);
CREATE INDEX books_title_lower_idx ON books(title); |
-- file:create_index.sql ln:685 expect:true
CREATE INDEX hash_f8_index ON hash_f8_heap USING hash (random float8_ops)
|
-- file:insert.sql ln:209 expect:true
alter table mlparted attach partition mlparted1 for values from (1, 2) to (1, 10)
|
<gh_stars>0
/*!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 utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
DROP TABLE IF EXISTS `wpga_usermeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpga_usermeta` (
`umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext,
PRIMARY KEY (`umeta_id`),
KEY `user_id` (`user_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=18 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
LOCK TABLES `wpga_usermeta` WRITE;
/*!40000 ALTER TABLE `wpga_usermeta` DISABLE KEYS */;
INSERT INTO `wpga_usermeta` VALUES (1,1,'nickname','ian.lancaster'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'wpga_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'wpga_user_level','10'),(12,1,'dismissed_wp_pointers',''),(13,1,'show_welcome_panel','1'),(14,1,'session_tokens','a:1:{s:64:\"<KEY>\";a:4:{s:10:\"expiration\";i:1467091347;s:2:\"ip\";s:14:\"192.168.127.12\";s:2:\"ua\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.86 Safari/537.36\";s:5:\"login\";i:1466918547;}}'),(15,1,'wpga_user-settings','libraryContent=browse&editor=tinymce'),(16,1,'wpga_user-settings-time','1466918544'),(17,1,'wpga_dashboard_quick_press_last_post_id','3');
/*!40000 ALTER TABLE `wpga_usermeta` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!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 */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
<filename>schema.sql<gh_stars>10-100
DROP TABLE pp_notification_setting;
DROP TABLE pp_player_has_achievement;
DROP TABLE pp_achievement_name;
DROP TABLE pp_achievement;
DROP TABLE pp_xp_tx;
DROP TABLE pp_pair;
DROP TABLE pp_player;
DROP TABLE script;
DROP TABLE station_has_poi;
DROP TABLE poi_name;
DROP TABLE poi;
DROP TABLE feedback;
DROP TABLE feedback_type;
DROP TABLE station_use;
DROP TABLE station_use_type;
DROP TABLE trip;
DROP TABLE android_pair_request;
DROP TABLE api_pair;
DROP TABLE dataset_info;
DROP TABLE station_lobby_schedule;
DROP TABLE station_lobby_exit;
DROP TABLE station_lobby;
DROP TABLE station_feature;
DROP TABLE station_has_wifiap;
DROP TABLE wifiap;
DROP TABLE line_has_station;
DROP TABLE transfer;
DROP TABLE connection;
DROP TABLE station;
DROP TABLE line_disturbance_has_status;
DROP TABLE line_disturbance;
DROP TABLE line_status;
DROP TABLE mline;
DROP TABLE network;
DROP TABLE source;
CREATE TABLE IF NOT EXISTS "source" (
id VARCHAR(36) PRIMARY KEY,
name TEXT NOT NULL,
automatic BOOL NOT NULL,
official BOOL NOT NULL
);
CREATE TABLE IF NOT EXISTS "network" (
id VARCHAR(36) PRIMARY KEY,
name TEXT NOT NULL,
typ_cars INT NOT NULL,
holidays INT[] NOT NULL,
open_time TIME NOT NULL,
open_duration INTERVAL NOT NULL,
timezone TEXT NOT NULL,
news_url TEXT NOT NULL
);
CREATE TABLE IF NOT EXISTS "network_name" (
id VARCHAR(36) REFERENCES network (id),
main BOOLEAN NOT NULL,
lang VARCHAR(5) NOT NULL,
name TEXT NOT NULL,
PRIMARY KEY (id, lang)
);
CREATE TABLE IF NOT EXISTS "network_schedule" (
network_id VARCHAR(36) NOT NULL REFERENCES network (id),
holiday BOOLEAN NOT NULL,
day INT NOT NULL,
open BOOLEAN NOT NULL,
open_time TIME NOT NULL,
open_duration INTERVAL NOT NULL,
PRIMARY KEY (network_id, holiday, day)
);
CREATE TABLE IF NOT EXISTS "mline" (
id VARCHAR(36) PRIMARY KEY,
name TEXT NOT NULL,
color VARCHAR(6) NOT NULL,
network VARCHAR(36) NOT NULL REFERENCES network (id),
typ_cars INT NOT NULL,
order INT NOT NULL,
external_id VARCHAR(20) NOT NULL
);
CREATE TABLE IF NOT EXISTS "line_name" (
id VARCHAR(36) REFERENCES mline (id),
main BOOLEAN NOT NULL,
lang VARCHAR(5) NOT NULL,
name TEXT NOT NULL,
PRIMARY KEY (id, lang)
);
CREATE TABLE IF NOT EXISTS "line_status" (
id VARCHAR(36) PRIMARY KEY,
timestamp TIMESTAMP WITH TIME ZONE NOT NULL,
mline VARCHAR(36) NOT NULL REFERENCES mline (id),
downtime BOOL NOT NULL,
status TEXT NOT NULL,
source VARCHAR(36) NOT NULL REFERENCES source (id),
msgtype VARCHAR(36) NOT NULL
);
CREATE TABLE IF NOT EXISTS "line_condition" (
id VARCHAR(36) PRIMARY KEY,
timestamp TIMESTAMP WITH TIME ZONE NOT NULL,
mline VARCHAR(36) NOT NULL REFERENCES mline (id),
train_cars INT NOT NULL,
train_frequency INTERVAL NOT NULL,
source VARCHAR(36) NOT NULL REFERENCES source (id)
);
CREATE TABLE IF NOT EXISTS "line_disturbance" (
id VARCHAR(36) PRIMARY KEY,
time_start TIMESTAMP WITH TIME ZONE NOT NULL,
time_end TIMESTAMP WITH TIME ZONE,
otime_start TIMESTAMP WITH TIME ZONE,
otime_end TIMESTAMP WITH TIME ZONE,
mline VARCHAR(36) NOT NULL REFERENCES mline (id),
description TEXT NOT NULL,
notes TEXT
);
CREATE TABLE IF NOT EXISTS "line_disturbance_has_status" (
disturbance_id VARCHAR(36) NOT NULL REFERENCES line_disturbance(id),
status_id VARCHAR(36) NOT NULL REFERENCES line_status (id),
PRIMARY KEY (disturbance_id, status_id)
);
CREATE TABLE IF NOT EXISTS "line_schedule" (
line_id VARCHAR(36) NOT NULL REFERENCES mline (id),
holiday BOOLEAN NOT NULL,
day INT NOT NULL,
open BOOLEAN NOT NULL,
open_time TIME NOT NULL,
open_duration INTERVAL NOT NULL,
PRIMARY KEY (line_id, holiday, day)
);
CREATE TABLE IF NOT EXISTS "line_path" (
line_id VARCHAR(36) NOT NULL REFERENCES mline (id),
id VARCHAR(36) NOT NULL,
path PATH NOT NULL,
PRIMARY KEY (line_id, id)
);
CREATE TABLE IF NOT EXISTS "station" (
id VARCHAR(36) PRIMARY KEY,
name TEXT NOT NULL,
network VARCHAR(36) NOT NULL REFERENCES network (id),
alt_names TEXT[] NOT NULL
);
CREATE TABLE IF NOT EXISTS "connection" (
from_station VARCHAR(36) NOT NULL REFERENCES station (id),
to_station VARCHAR(36) NOT NULL REFERENCES station (id),
typ_wait_time INT NOT NULL,
typ_stop_time INT NOT NULL,
typ_time INT NOT NULL,
world_length INT NOT NULL,
from_platform VARCHAR(10) NOT NULL,
to_platform VARCHAR(10) NOT NULL,
PRIMARY KEY (from_station, to_station)
);
CREATE TABLE IF NOT EXISTS "transfer" (
station_id VARCHAR(36) NOT NULL REFERENCES station (id),
from_line VARCHAR(36) NOT NULL REFERENCES mline (id),
to_line VARCHAR(36) NOT NULL REFERENCES mline (id),
typ_time INT NOT NULL,
PRIMARY KEY (station_id, from_line, to_line)
);
CREATE TABLE IF NOT EXISTS "line_has_station" (
line_id VARCHAR(36) NOT NULL REFERENCES mline (id),
station_id VARCHAR(36) NOT NULL REFERENCES station (id),
position INT NOT NULL,
PRIMARY KEY (line_id, station_id)
);
CREATE TABLE IF NOT EXISTS "wifiap" (
bssid VARCHAR(17) PRIMARY KEY,
ssid TEXT NOT NULL
);
CREATE TABLE IF NOT EXISTS "station_has_wifiap" (
station_id VARCHAR(36) NOT NULL REFERENCES station (id),
bssid VARCHAR(17) NOT NULL REFERENCES wifiap (bssid),
line_id VARCHAR(36) REFERENCES mline (id),
PRIMARY KEY (station_id, bssid)
);
CREATE TABLE IF NOT EXISTS "station_tag" (
station_id VARCHAR(36) NOT NULL REFERENCES station (id),
tag VARCHAR(20) NOT NULL,
priority INT NOT NULL,
PRIMARY KEY (station_id, tag)
);
CREATE TABLE IF NOT EXISTS "station_lobby" (
id VARCHAR(36) PRIMARY KEY,
station_id VARCHAR(36) NOT NULL REFERENCES station (id),
name TEXT NOT NULL
);
CREATE TABLE IF NOT EXISTS "station_lobby_exit" (
id SERIAL PRIMARY KEY,
lobby_id VARCHAR(36) NOT NULL REFERENCES station_lobby (id),
world_coord POINT NOT NULL,
streets TEXT[] NOT NULL,
type VARCHAR(20) NOT NULL
);
CREATE TABLE IF NOT EXISTS "station_lobby_schedule" (
lobby_id VARCHAR(36) NOT NULL REFERENCES station_lobby (id),
holiday BOOLEAN NOT NULL,
day INT NOT NULL,
open BOOLEAN NOT NULL,
open_time TIME NOT NULL,
open_duration INTERVAL NOT NULL,
PRIMARY KEY (lobby_id, holiday, day)
);
CREATE TABLE IF NOT EXISTS "dataset_info" (
network_id VARCHAR(36) NOT NULL REFERENCES network (id) PRIMARY KEY,
version TIMESTAMP WITH TIME ZONE NOT NULL,
authors TEXT[] NOT NULL
);
CREATE TABLE IF NOT EXISTS "api_pair" (
key VARCHAR(16) PRIMARY KEY,
secret VARCHAR(64) NOT NULL,
type TEXT NOT NULL,
activation TIMESTAMP WITH TIME ZONE NOT NULL
);
CREATE TABLE IF NOT EXISTS "android_pair_request" (
nonce VARCHAR(36) PRIMARY KEY,
request_time TIMESTAMP WITH TIME ZONE NOT NULL,
android_id TEXT NOT NULL,
ip_address TEXT NOT NULL
);
CREATE INDEX ON "android_pair_request" (android_id);
CREATE INDEX ON "android_pair_request" (ip_address);
CREATE TABLE IF NOT EXISTS "trip" (
id VARCHAR(36) PRIMARY KEY,
start_time TIMESTAMP WITH TIME ZONE NOT NULL,
end_time TIMESTAMP WITH TIME ZONE NOT NULL,
submitter VARCHAR(16) NOT NULL REFERENCES api_pair (key),
submit_time TIMESTAMP WITH TIME ZONE NOT NULL,
edit_time TIMESTAMP WITH TIME ZONE,
user_confirmed BOOLEAN NOT NULL
);
CREATE TABLE IF NOT EXISTS "station_use_type" (
type VARCHAR(20) PRIMARY KEY
);
INSERT INTO station_use_type (type)
VALUES ('NETWORK_ENTRY'), ('NETWORK_EXIT'), ('INTERCHANGE'), ('GONE_THROUGH'), ('VISIT');
CREATE TABLE IF NOT EXISTS "station_use" (
trip_id VARCHAR(36) NOT NULL REFERENCES trip (id),
station_id VARCHAR(36) NOT NULL REFERENCES station (id),
entry_time TIMESTAMP WITH TIME ZONE NOT NULL,
leave_time TIMESTAMP WITH TIME ZONE NOT NULL,
type VARCHAR(20) NOT NULL REFERENCES station_use_type (type),
manual BOOLEAN NOT NULL,
source_line VARCHAR(36) REFERENCES mline (id),
target_line VARCHAR(36) REFERENCES mline (id),
PRIMARY KEY (trip_id, station_id, entry_time)
);
CREATE TABLE IF NOT EXISTS "feedback_type" (
type VARCHAR(50) PRIMARY KEY
);
INSERT INTO feedback_type (type)
VALUES ('s2ls-incorrect-detection');
CREATE TABLE IF NOT EXISTS "feedback" (
id VARCHAR(36) PRIMARY KEY,
submitter VARCHAR(16) NOT NULL REFERENCES api_pair (key),
timestamp TIMESTAMP WITH TIME ZONE NOT NULL,
type VARCHAR(50) NOT NULL REFERENCES feedback_type (type),
contents TEXT NOT NULL
);
CREATE TABLE IF NOT EXISTS "poi" (
id VARCHAR(36) PRIMARY KEY,
type VARCHAR(20) NOT NULL,
world_coord POINT NOT NULL,
web_url TEXT NOT NULL
);
CREATE TABLE IF NOT EXISTS "poi_name" (
id VARCHAR(36) REFERENCES poi (id),
main BOOLEAN NOT NULL,
lang VARCHAR(5) NOT NULL,
name TEXT NOT NULL,
PRIMARY KEY (id, lang)
);
CREATE TABLE IF NOT EXISTS "station_has_poi" (
station_id VARCHAR(36) NOT NULL REFERENCES station (id),
poi_id VARCHAR(36) NOT NULL REFERENCES poi (id)
);
CREATE TABLE IF NOT EXISTS "script" (
id VARCHAR(36) PRIMARY KEY,
type VARCHAR(36) NOT NULL,
autorun INT NOT NULL,
code TEXT NOT NULL,
notes TEXT NOT NULL
);
CREATE TABLE IF NOT EXISTS "pp_player" (
discord_id BIGINT PRIMARY KEY,
joined TIMESTAMP WITH TIME ZONE NOT NULL,
lb_privacy VARCHAR(20) NOT NULL,
profile_privacy VARCHAR(20) NOT NULL,
name_type VARCHAR(20) NOT NULL,
in_guild BOOLEAN NOT NULL,
cached_name TEXT NOT NULL
);
CREATE TABLE IF NOT EXISTS "pp_pair" (
discord_id BIGINT PRIMARY KEY REFERENCES pp_player (discord_id),
api_key VARCHAR(16) NOT NULL UNIQUE REFERENCES api_pair (key),
paired TIMESTAMP WITH TIME ZONE NOT NULL,
device_name TEXT NOT NULL
);
CREATE TABLE IF NOT EXISTS "pp_xp_tx" (
id VARCHAR(36) PRIMARY KEY,
discord_id BIGINT REFERENCES pp_player (discord_id),
timestamp TIMESTAMP WITH TIME ZONE NOT NULL,
value INTEGER NOT NULL,
type VARCHAR(36) NOT NULL,
extra TEXT NOT NULL
);
-- Important for e.g. leaderboards (~5x speedup)
CREATE INDEX ON pp_xp_tx (timestamp);
CREATE TABLE IF NOT EXISTS "pp_achievement" (
id VARCHAR(36) PRIMARY KEY,
strategy VARCHAR(36) NOT NULL,
config TEXT NOT NULL,
icon TEXT NOT NULL,
xp_reward INTEGER NOT NULL
);
CREATE TABLE IF NOT EXISTS "pp_achievement_name" (
id VARCHAR(36) REFERENCES pp_achievement (id),
main BOOLEAN NOT NULL,
lang VARCHAR(5) NOT NULL,
name TEXT NOT NULL,
description TEXT NOT NULL,
PRIMARY KEY (id, lang)
);
CREATE TABLE IF NOT EXISTS "pp_player_has_achievement" (
discord_id BIGINT REFERENCES pp_player (discord_id),
achievement_id VARCHAR(36) REFERENCES pp_achievement (id),
achieved TIMESTAMP WITH TIME ZONE,
extra TEXT NOT NULL,
PRIMARY KEY (discord_id, achievement_id)
);
CREATE TABLE IF NOT EXISTS "pp_notification_setting" (
discord_id BIGINT REFERENCES pp_player (discord_id),
notification_type VARCHAR(36) NOT NULL,
method VARCHAR(36) NOT NULL,
enabled BOOLEAN NOT NULL,
PRIMARY KEY (discord_id, notification_type, method)
); |
CREATE EXTERNAL TABLE ${0} ("아이디" int, "텍스트" text, "숫자" int) using text location ${table.path}; |
<filename>models/edr/data_monitoring/schema_changes/previous_and_current_schemas/previous_schema_columns.sql
{{
config(
materialized='ephemeral'
)
}}
with columns_snapshot as (
select * from {{ ref('schema_columns_snapshot') }}
),
previous_run_time as (
select detected_at
from columns_snapshot
group by detected_at
order by detected_at desc
limit 1 offset 1
),
previous_schema as (
select
full_table_name,
column_name,
data_type,
is_new,
detected_at
from columns_snapshot
where detected_at = (select detected_at from previous_run_time)
)
select * from previous_schema
|
DROP VIEW IF EXISTS view_daftar_barang_inspektorat;
CREATE VIEW view_daftar_barang_inspektorat AS
SELECT
*
FROM
view_daftar_barang_kabupaten
WHERE
1 = 1;
GRANT ALL PRIVILEGES ON view_daftar_barang_inspektorat TO lap_inspektorat;
REVOKE INSERT, UPDATE, DELETE ON view_daftar_barang_inspektorat FROM lap_inspektorat;
|
INSERT INTO soup (id, name, is_dairy) VALUES (6, '<NAME>', FALSE);
|
drop table if exists vc_tb1;
drop table if exists vc_tb2;
drop vclass if exists vtb1;
drop vclass if exists vtb2;
create table vc_tb1(a int, b blob,c clob);
insert into vc_tb1 values (1, bit_to_blob(B'10010'), char_to_clob('1abcdef'));
insert into vc_tb1 values (2, bit_to_blob(B'10011'), char_to_clob('2cefabc'));
create table vc_tb2(a int, b blob,c clob);
insert into vc_tb2 values (1, bit_to_blob(B'10010'), char_to_clob('1abcdef'));
insert into vc_tb2 values (4, bit_to_blob(B'10011'), char_to_clob('4cefabc'));
create vclass vtb1(
a int,
b blob,
c clob
) as select * from vc_tb1 where a>=1 union select * from vc_tb2 where a<=4;
create vclass vtb2(
a int,
b blob,
c clob
) as select * from vc_tb1 where a>=1 union all select * from vc_tb2 where a<4;
WITH cte_i36m AS (select a,blob_to_bit(b),clob_to_char(c) from vtb1 order by 1) select * from cte_i36m order by 1,2,3;
drop table if exists t21;
drop table if exists t22;
CREATE TABLE t21 (c1 INT, c2 INT);
CREATE TABLE t22 (d1 INT, d2 INT);
drop view if exists v2;
INSERT INTO t21 VALUES (1,1);
INSERT INTO t21 VALUES (1,2);
INSERT INTO t21 VALUES (1,3);
INSERT INTO t21 VALUES (1,4);
INSERT INTO t21 VALUES (5,8);
INSERT INTO t21 VALUES (5,9);
INSERT INTO t22 VALUES (2,1);
INSERT INTO t22 VALUES (2,2);
INSERT INTO t22 VALUES (2,3);
INSERT INTO t22 VALUES (2,4);
INSERT INTO t22 VALUES (5,8);
INSERT INTO t22 VALUES (5,9);
CREATE VIEW v2 as
SELECT * FROM t21 UNION SELECT * FROM t22 order by 2 desc;
SELECT * FROM v2 order by c1,c2;
WITH cte_wD0no9WnB AS
(
SELECT c2 FROM v2
)
select * from cte_wD0no9WnB order by c2;
drop view if exists v5;
CREATE VIEW v5 as
SELECT * FROM t21 DIFFERENCE SELECT * FROM t22 order by 2 desc;
WITH cte_IHY8oaxRs AS
(
SELECT c2 FROM v5
)
select * from cte_IHY8oaxRs order by c2;
drop table if exists t21;
drop table if exists t22;
drop view if exists v2;
drop view if exists v5;
drop table if exists vc_tb1;
drop table if exists vc_tb2;
drop vclass if exists vtb1;
drop vclass if exists vtb2;
|
<filename>openGaussBase/testcase/KEYWORDS/authid/Opengauss_Function_Keyword_Authid_Case0019.sql
-- @testpoint:opengauss关键字Authid(保留),作为外部数据源名
--关键字不带引号-合理报错
create data source Authid;
--关键字带双引号-成功
drop data source if exists "Authid";
create data source "Authid";
drop data source "Authid";
--关键字带单引号-合理报错
drop data source if exists 'Authid';
create data source 'Authid';
--关键字带反引号-合理报错
drop data source if exists `Authid`;
create data source `Authid`;
|
CREATE DATABASE IF NOT EXISTS whogoesfirst;
CREATE TABLE IF NOT EXISTS `users`
(
`id` INT(11) AUTO_INCREMENT,
`name` VARCHAR(100) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE (`name`)
)
ENGINE = InnoDB;
CREATE TABLE IF NOT EXISTS `chosen`
(
`user_id` INT(11) NOT NULL,
`chosen_on` DATETIME DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`user_id`, `chosen_on`),
FOREIGN KEY chosen_user_id (`user_id`) REFERENCES `users` (`id`)
)
ENGINE = InnoDB; |
<filename>sql/yjbb/603618.sql
EXEC [EST].[Proc_yjbb_Ins] @Code = N'603618',@CutoffDate = N'2017-09-30',@EPS = N'0.14',@EPSDeduct = N'0',@Revenue = N'29.62亿',@RevenueYoy = N'12.12',@RevenueQoq = N'18.88',@Profit = N'9436.44万',@ProfitYoy = N'-23.52',@ProfiltQoq = N'58.56',@NAVPerUnit = N'2.8788',@ROE = N'4.11',@CashPerUnit = N'-0.3986',@GrossProfitRate = N'17.00',@Distribution = N'-',@DividenRate = N'-',@AnnounceDate = N'2017-10-27'
EXEC [EST].[Proc_yjbb_Ins] @Code = N'603618',@CutoffDate = N'2017-03-31',@EPS = N'0.03',@EPSDeduct = N'0',@Revenue = N'7.60亿',@RevenueYoy = N'3.20',@RevenueQoq = N'-19.47',@Profit = N'2905.70万',@ProfitYoy = N'-4.25',@ProfiltQoq = N'101.58',@NAVPerUnit = N'3.2910',@ROE = N'1.29',@CashPerUnit = N'-0.3319',@GrossProfitRate = N'16.44',@Distribution = N'-',@DividenRate = N'-',@AnnounceDate = N'2017-04-29'
EXEC [EST].[Proc_yjbb_Ins] @Code = N'603618',@CutoffDate = N'2017-06-30',@EPS = N'0.07',@EPSDeduct = N'0.08',@Revenue = N'16.83亿',@RevenueYoy = N'4.43',@RevenueQoq = N'21.36',@Profit = N'5042.79万',@ProfitYoy = N'-29.12',@ProfiltQoq = N'-26.45',@NAVPerUnit = N'3.2735',@ROE = N'2.25',@CashPerUnit = N'-0.7471',@GrossProfitRate = N'16.21',@Distribution = N'不分配不转增',@DividenRate = N'-',@AnnounceDate = N'2017-08-29'
EXEC [EST].[Proc_yjbb_Ins] @Code = N'603618',@CutoffDate = N'2016-12-31',@EPS = N'0.21',@EPSDeduct = N'0.17',@Revenue = N'34.29亿',@RevenueYoy = N'10.12',@RevenueQoq = N'8.07',@Profit = N'1.36亿',@ProfitYoy = N'0.74',@ProfiltQoq = N'-71.41',@NAVPerUnit = N'3.4394',@ROE = N'7.73',@CashPerUnit = N'-0.3206',@GrossProfitRate = N'17.64',@Distribution = N'10派0.5',@DividenRate = N'0.51',@AnnounceDate = N'2017-03-30'
EXEC [EST].[Proc_yjbb_Ins] @Code = N'603618',@CutoffDate = N'2016-09-30',@EPS = N'0.17',@EPSDeduct = N'0',@Revenue = N'26.41亿',@RevenueYoy = N'7.62',@RevenueQoq = N'-0.16',@Profit = N'1.23亿',@ProfitYoy = N'29.50',@ProfiltQoq = N'23.56',@NAVPerUnit = N'3.2279',@ROE = N'6.78',@CashPerUnit = N'-0.5486',@GrossProfitRate = N'17.69',@Distribution = N'-',@DividenRate = N'-',@AnnounceDate = N'2017-10-27'
EXEC [EST].[Proc_yjbb_Ins] @Code = N'603618',@CutoffDate = N'2016-06-30',@EPS = N'0.11',@EPSDeduct = N'0.1',@Revenue = N'16.12亿',@RevenueYoy = N'11.88',@RevenueQoq = N'18.77',@Profit = N'7114.65万',@ProfitYoy = N'28.12',@ProfiltQoq = N'34.44',@NAVPerUnit = N'2.4180',@ROE = N'4.64',@CashPerUnit = N'-0.6061',@GrossProfitRate = N'17.76',@Distribution = N'不分配不转增',@DividenRate = N'-',@AnnounceDate = N'2017-08-29'
EXEC [EST].[Proc_yjbb_Ins] @Code = N'603618',@CutoffDate = N'2015-09-30',@EPS = N'0.15',@EPSDeduct = N'0',@Revenue = N'23.09亿',@RevenueYoy = N'17.04',@RevenueQoq = N'14.22',@Profit = N'9386.68万',@ProfitYoy = N'23.61',@ProfiltQoq = N'19.64',@NAVPerUnit = N'6.8806',@ROE = N'6.92',@CashPerUnit = N'-2.3356',@GrossProfitRate = N'17.36',@Distribution = N'-',@DividenRate = N'-',@AnnounceDate = N'2016-10-18'
EXEC [EST].[Proc_yjbb_Ins] @Code = N'603618',@CutoffDate = N'2015-03-31',@EPS = N'0.13',@EPSDeduct = N'0',@Revenue = N'6.80亿',@RevenueYoy = N'14.10',@RevenueQoq = N'-2.14',@Profit = N'2348.82万',@ProfitYoy = N'12.16',@ProfiltQoq = N'-42.83',@NAVPerUnit = N'6.7479',@ROE = N'2.41',@CashPerUnit = N'-2.1357',@GrossProfitRate = N'16.15',@Distribution = N'-',@DividenRate = N'-',@AnnounceDate = N'2016-04-12'
EXEC [EST].[Proc_yjbb_Ins] @Code = N'603618',@CutoffDate = N'2015-06-30',@EPS = N'0.09',@EPSDeduct = N'0.09',@Revenue = N'14.41亿',@RevenueYoy = N'10.53',@RevenueQoq = N'11.84',@Profit = N'5553.07万',@ProfitYoy = N'32.52',@ProfiltQoq = N'36.42',@NAVPerUnit = N'6.6981',@ROE = N'4.43',@CashPerUnit = N'-2.8732',@GrossProfitRate = N'17.49',@Distribution = N'不分配不转增',@DividenRate = N'-',@AnnounceDate = N'2016-07-26'
EXEC [EST].[Proc_yjbb_Ins] @Code = N'603618',@CutoffDate = N'2014-12-31',@EPS = N'0.73',@EPSDeduct = N'0.23',@Revenue = N'26.68亿',@RevenueYoy = N'10.81',@RevenueQoq = N'3.74',@Profit = N'1.17亿',@ProfitYoy = N'21.12',@ProfiltQoq = N'20.71',@NAVPerUnit = N'5.2708',@ROE = N'14.91',@CashPerUnit = N'0.2297',@GrossProfitRate = N'17.58',@Distribution = N'10派2',@DividenRate = N'0.78',@AnnounceDate = N'2016-03-01'
EXEC [EST].[Proc_yjbb_Ins] @Code = N'603618',@CutoffDate = N'2015-12-31',@EPS = N'0.22',@EPSDeduct = N'0.21',@Revenue = N'31.14亿',@RevenueYoy = N'16.72',@RevenueQoq = N'-7.34',@Profit = N'1.35亿',@ProfitYoy = N'15.33',@ProfiltQoq = N'7.21',@NAVPerUnit = N'7.0704',@ROE = N'9.93',@CashPerUnit = N'-0.2445',@GrossProfitRate = N'17.76',@Distribution = N'10转20派1.5',@DividenRate = N'0.86',@AnnounceDate = N'2017-03-30'
EXEC [EST].[Proc_yjbb_Ins] @Code = N'603618',@CutoffDate = N'2014-09-30',@EPS = N'0.44',@EPSDeduct = N'0',@Revenue = N'19.73亿',@RevenueYoy = N'-',@RevenueQoq = N'-5.30',@Profit = N'7594.00万',@ProfitYoy = N'-',@ProfiltQoq = N'62.37',@NAVPerUnit = N'0.0000',@ROE = N'9.29',@CashPerUnit = N'0.0000',@GrossProfitRate = N'17.11',@Distribution = N'-',@DividenRate = N'-',@AnnounceDate = N'2015-10-30'
EXEC [EST].[Proc_yjbb_Ins] @Code = N'603618',@CutoffDate = N'2014-06-30',@EPS = N'0.26',@EPSDeduct = N'0.24',@Revenue = N'13.03亿',@RevenueYoy = N'-',@RevenueQoq = N'18.68',@Profit = N'4190.41万',@ProfitYoy = N'-',@ProfiltQoq = N'0.10',@NAVPerUnit = N'4.8013',@ROE = N'5.61',@CashPerUnit = N'-2.2269',@GrossProfitRate = N'16.85',@Distribution = N'-',@DividenRate = N'-',@AnnounceDate = N'2015-07-28'
EXEC [EST].[Proc_yjbb_Ins] @Code = N'603618',@CutoffDate = N'2016-03-31',@EPS = N'0.04',@EPSDeduct = N'0',@Revenue = N'7.37亿',@RevenueYoy = N'8.33',@RevenueQoq = N'-8.48',@Profit = N'3034.75万',@ProfitYoy = N'29.20',@ProfiltQoq = N'-26.16',@NAVPerUnit = N'7.2126',@ROE = N'1.99',@CashPerUnit = N'-1.1631',@GrossProfitRate = N'16.68',@Distribution = N'-',@DividenRate = N'-',@AnnounceDate = N'2017-04-29'
EXEC [EST].[Proc_yjbb_Ins] @Code = N'603618',@CutoffDate = N'2012-12-31',@EPS = N'0.66',@EPSDeduct = N'0.48',@Revenue = N'20.70亿',@RevenueYoy = N'1.70',@RevenueQoq = N'-',@Profit = N'1.05亿',@ProfitYoy = N'430.54',@ProfiltQoq = N'-',@NAVPerUnit = N'3.9353',@ROE = N'18.17',@CashPerUnit = N'0.4801',@GrossProfitRate = N'17.49',@Distribution = N'-',@DividenRate = N'-',@AnnounceDate = N'2014-11-14'
EXEC [EST].[Proc_yjbb_Ins] @Code = N'603618',@CutoffDate = N'2011-12-31',@EPS = N'0.14',@EPSDeduct = N'0.52',@Revenue = N'20.36亿',@RevenueYoy = N'-',@RevenueQoq = N'-',@Profit = N'1978.82万',@ProfitYoy = N'-',@ProfiltQoq = N'-',@NAVPerUnit = N'3.2958',@ROE = N'4.51',@CashPerUnit = N'0.4655',@GrossProfitRate = N'17.11',@Distribution = N'-',@DividenRate = N'-',@AnnounceDate = N'2014-11-14'
EXEC [EST].[Proc_yjbb_Ins] @Code = N'603618',@CutoffDate = N'2014-03-31',@EPS = N'0.12',@EPSDeduct = N'0',@Revenue = N'5.96亿',@RevenueYoy = N'-',@RevenueQoq = N'-',@Profit = N'2094.18万',@ProfitYoy = N'-',@ProfiltQoq = N'-',@NAVPerUnit = N'0.0000',@ROE = N'2.65',@CashPerUnit = N'0.0000',@GrossProfitRate = N'16.11',@Distribution = N'-',@DividenRate = N'-',@AnnounceDate = N'2015-04-28'
EXEC [EST].[Proc_yjbb_Ins] @Code = N'603618',@CutoffDate = N'2013-12-31',@EPS = N'0.6',@EPSDeduct = N'0.62',@Revenue = N'24.08亿',@RevenueYoy = N'16.29',@RevenueQoq = N'-',@Profit = N'9661.60万',@ProfitYoy = N'-7.97',@ProfiltQoq = N'-',@NAVPerUnit = N'4.5394',@ROE = N'14.25',@CashPerUnit = N'0.3230',@GrossProfitRate = N'17.49',@Distribution = N'-',@DividenRate = N'-',@AnnounceDate = N'2014-11-14' |
CREATE PROCEDURE `proc_addProfilePicture` (IN seller INT, IN path VARCHAR(255))
BEGIN
INSERT INTO `picture`(`seller`,`isProfile`,`path`) VALUES (seller,1,path);
END |
<reponame>Joffcom/PaperCutExamples
--An example to get data for the last 30 days
declare @start_date datetime
declare @end_date datetime
set @end_date = getdate()
set @start_date = DATEADD(DAY,-30,@end_date)
SELECT Sum(printerusa0_.total_sheets) AS col_0_0_,
Sum(printerusa0_.total_pages) AS col_1_0_,
Sum(printerusa0_.usage_cost) AS col_2_0_,
Count(printerusa0_.printer_usage_log_id) AS col_3_0_,
Sum(printerusa0_.total_color_pages) AS col_4_0_
FROM tbl_printer_usage_log printerusa0_
INNER JOIN tbl_printer printer1_
ON printerusa0_.printer_id=printer1_.printer_id
INNER JOIN tbl_user user2_
ON printerusa0_.used_by_user_id=user2_.user_id
INNER JOIN tbl_account account3_
ON printerusa0_.charged_to_account_id=account3_.account_id
INNER JOIN tbl_account account4_
ON printerusa0_.assoc_with_account_id=account4_.account_id
WHERE printerusa0_.usage_date>=@start_date
AND printerusa0_.printed='N'
AND (
printerusa0_.denied_reason='RELEASE_STATION_TIMEOUT'
OR printerusa0_.denied_reason='RELEASE_STATION_CANCELLED') |
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 */;
CREATE TABLE `channels` (
`id` int(11) NOT NULL,
`messenger` set('default','utopia','telegram') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'default',
`channelid` varchar(96) COLLATE utf8mb4_unicode_ci NOT NULL,
`last_post_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
ALTER TABLE `channels`
ADD PRIMARY KEY (`id`),
ADD KEY `channelid` (`channelid`);
ALTER TABLE `channels`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
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 */;
|
<filename>back-end/sql/(NO).sql
# -- Users for testing -- #
INSERT INTO `controlroom`.`user`
(
`user_id`,
`email`,
`first_name`,
`last_name`,
`latitude`,
`longitude`,
`password`,
`username`,
`authority_id`,
`last_new_incident`)
VALUES
(1,
"<EMAIL>",
"Giannis",
"Katsaros",
0.0,
0.0,
"$2a$10$YHVRGOscVYeMbIjkf5qRg.lYqB43jrIh1baf2SyeI5K3DfL8Mvj4G",
"john",
5,
NOW());
INSERT INTO `controlroom`.`user_roles`
(`user_id`,
`role_id`)
VALUES
(1,
3);
INSERT INTO `controlroom`.`user`
(
`user_id`,
`email`,
`first_name`,
`last_name`,
`latitude`,
`longitude`,
`password`,
`username`,
`authority_id`,
`last_new_incident`)
VALUES
(2,
"<EMAIL>",
"George",
"Kalogeropoulos",
0.0,
0.0,
"$2a$10$s6eYUX4r7t80R8I5aYWhOODPIbp8EzRtH/JvttnKgwqVOtsgVOXVa",
"george",
5,
NOW());
INSERT INTO `controlroom`.`user_roles`
(`user_id`,
`role_id`)
VALUES
(2,
3);
INSERT INTO `controlroom`.`user`
(
`user_id`,
`email`,
`first_name`,
`last_name`,
`latitude`,
`longitude`,
`password`,
`username`,
`authority_id`,
`last_new_incident`)
VALUES
(3,
"<EMAIL>",
"Petros",
"Bakolas",
0.0,
0.0,
"$2a$10$Nd3aIiIwdzSMDbDNenKaJu8LdFrNiVQ4s/xnTkoJSm8lH7lS0A67m",
"petros",
1,
NOW());
INSERT INTO `controlroom`.`user_roles`
(`user_id`,
`role_id`)
VALUES
(3,
1);
INSERT INTO `controlroom`.`user`
(
`user_id`,
`email`,
`first_name`,
`last_name`,
`latitude`,
`longitude`,
`password`,
`username`,
`authority_id`,
`last_new_incident`)
VALUES
(4,
"<EMAIL>",
"Jack",
"Huffer",
0.0,
0.0,
"$2a$10$DIOnWbT.WcqH8CPRuoYp7uQced5z0Y3cxEeAHoVgBGRZfCQpNJW6K",
"jack",
2,
NOW());
INSERT INTO `controlroom`.`user_roles`
(`user_id`,
`role_id`)
VALUES
(4,
1);
INSERT INTO `controlroom`.`user`
(
`user_id`,
`email`,
`first_name`,
`last_name`,
`latitude`,
`longitude`,
`password`,
`username`,
`authority_id`,
`last_new_incident`)
VALUES
(5,
"<EMAIL>",
"Amelia",
"",
0.0,
0.0,
"$2a$10$QdFAfMU9KO1L6UKsjs3SpO2F.8zVyQ90lzg5Hd6VJfYXIsImstsIu",
"julia",
3,
NOW());
INSERT INTO `controlroom`.`user_roles`
(`user_id`,
`role_id`)
VALUES
(5,
1);
INSERT INTO `controlroom`.`user`
(
`user_id`,
`email`,
`first_name`,
`last_name`,
`latitude`,
`longitude`,
`password`,
`username`,
`authority_id`,
`last_new_incident`)
VALUES
(6,
"<EMAIL>",
"Mpampis",
"Rampinatou",
0.0,
0.0,
"$2a$10$QdFAfMU9KO1L6UKsjs3SpO2F.8zVyQ90lzg5Hd6VJfYXIsImstsIu",
"mpampis",
4,
NOW());
INSERT INTO `controlroom`.`user_roles`
(`user_id`,
`role_id`)
VALUES
(6,
1);
INSERT INTO `controlroom`.`user`
(
`user_id`,
`email`,
`first_name`,
`last_name`,
`latitude`,
`longitude`,
`password`,
`username`,
`authority_id`,
`last_new_incident`)
VALUES
(7,
"<EMAIL>",
"ControlRoom",
"",
0.0,
0.0,
"$2a$10$QdFAfMU9KO1L6UKsjs3SpO2F.8zVyQ90lzg5Hd6VJfYXIsImstsIu",
"controlroom",
5,
NOW());
INSERT INTO `controlroom`.`user_roles`
(`user_id`,
`role_id`)
VALUES
(7,
2);
#-----------------------------#
# -- Incidents for Testing -- #
INSERT INTO `controlroom`.`incidents`
(`caller_first_name`,
`caller_last_name`,
`caller_national_id`,
`caller_phone`,
`number`,
`user_id`,
`last_updated`,
`notes`,
`region`,
`postal_code`,
`status_id`,
`street`,
`title`,
`importance_id`,
`authority_id`,
`latitude`,
`longitude`,
`created_timestamp`)
VALUES
('ΝΙΚΟΣ',
'pap',
'greek',
'2100000000',
'5',
7,
NOW(),
"Simeiosh",
"Attiki",
'15234',
1,
"Sapfous",
'Listeia',
1,
1,
0.0,
0.0,
NOW());
INSERT INTO controlroom.incident_user (incident_id, user_id)
VALUES (1,1);
INSERT INTO `controlroom`.`incidents`
(`caller_first_name`,
`caller_last_name`,
`caller_national_id`,
`caller_phone`,
`number`,
`user_id`,
`last_updated`,
`notes`,
`region`,
`postal_code`,
`status_id`,
`street`,
`title`,
`importance_id`,
`authority_id`,
`latitude`,
`longitude`,
`created_timestamp`)
VALUES
('kostas',
'mix',
'greek',
'2100000000',
'6',
7,
NOW(),
"nope note",
"Attiki",
'15234',
2,
"Sapfous",
'FWTIA',
1,
2,
0.0,
0.0,
NOW());
INSERT INTO controlroom.incident_user (incident_id, user_id)
VALUES (2,1);
INSERT INTO `controlroom`.`incidents`
(`caller_first_name`,
`caller_last_name`,
`caller_national_id`,
`caller_phone`,
`number`,
`user_id`,
`last_updated`,
`notes`,
`region`,
`postal_code`,
`status_id`,
`street`,
`title`,
`importance_id`,
`authority_id`,
`latitude`,
`longitude`,
`created_timestamp`)
VALUES
('mpampis',
'paipp',
'AK 123456',
'2101234567',
'50',
7,
NOW(),
"Simeiosh 1234",
"Attiki",
'15238',
1,
"Olympou",
'Ksilo kai via sta sxoleia',
3,
1,
0.0,
0.0,
NOW());
INSERT INTO controlroom.incident_user (incident_id, user_id)
VALUES (3,1);
INSERT INTO controlroom.incident_user (incident_id, user_id)
VALUES (3,3);
INSERT INTO `controlroom`.`incidents`
(`caller_first_name`,
`caller_last_name`,
`caller_national_id`,
`caller_phone`,
`number`,
`user_id`,
`last_updated`,
`notes`,
`region`,
`postal_code`,
`status_id`,
`street`,
`title`,
`importance_id`,
`authority_id`,
`latitude`,
`longitude`,
`created_timestamp`)
VALUES
('mpampifefes',
'pbtbtbaipp',
'AK tbtb123456',
'2101235467',
'456',
7,
NOW(),
"Sihello 1234",
"Attiki465",
'15789',
1,
"htrhtd",
'deugedyuvecva',
4,
4,
0.0,
0.0,
NOW());
INSERT INTO controlroom.incident_user (incident_id, user_id)
VALUES (4,1);
INSERT INTO controlroom.incident_user (incident_id, user_id)
VALUES (4,5);
INSERT INTO controlroom.incident_user (incident_id, user_id)
VALUES (4,6);
INSERT INTO `controlroom`.`incidents`
(`caller_first_name`,
`caller_last_name`,
`caller_national_id`,
`caller_phone`,
`number`,
`user_id`,
`last_updated`,
`notes`,
`region`,
`postal_code`,
`status_id`,
`street`,
`title`,
`importance_id`,
`authority_id`,
`latitude`,
`longitude`,
`created_timestamp`)
VALUES
('mbfdbdbfes',
'pbxeepp',
'Ai3454566',
'2695132458',
'98',
7,
NOW(),
"",
"Peloponisos",
'48756',
1,
"cuihigeyvce",
'OMG',
5,
1,
0.0,
0.0,
NOW());
INSERT INTO controlroom.incident_user (incident_id, user_id)
VALUES (5,1);
INSERT INTO `controlroom`.`incidents`
(`caller_first_name`,
`caller_last_name`,
`caller_national_id`,
`caller_phone`,
`number`,
`user_id`,
`last_updated`,
`notes`,
`region`,
`postal_code`,
`status_id`,
`street`,
`title`,
`importance_id`,
`authority_id`,
`latitude`,
`longitude`,
`created_timestamp`)
VALUES
('φεφεφγσs',
'cvsrvsrvsvv',
'ay789421',
'6987451296',
'102',
7,
NOW(),
"Kalispera sas",
"korinthos",
'56987',
1,
"katitetoio",
'OMG kai tria lol',
2,
2,
0.0,
0.0,
NOW());
INSERT INTO controlroom.incident_user (incident_id, user_id)
VALUES (6,1);
INSERT INTO controlroom.incident_user (incident_id, user_id)
VALUES (6,3);
INSERT INTO controlroom.incident_user (incident_id, user_id)
VALUES (6,4);
INSERT INTO `controlroom`.`incidents`
(`caller_first_name`,
`caller_last_name`,
`caller_national_id`,
`caller_phone`,
`number`,
`user_id`,
`last_updated`,
`notes`,
`region`,
`postal_code`,
`status_id`,
`street`,
`title`,
`importance_id`,
`authority_id`,
`latitude`,
`longitude`,
`created_timestamp`)
VALUES
('nuimnuim',
'cvzaasdvsdv',
'bh456784',
'694523695',
'155',
7,
NOW(),
"ti leei",
"thesaloniki",
'69874',
1,
"mpampinou",
'ai ai ai',
3,
3,
0.0,
0.0,
NOW());
INSERT INTO controlroom.incident_user (incident_id, user_id)
VALUES (7,1);
INSERT INTO controlroom.incident_user (incident_id, user_id)
VALUES (7,2);
INSERT INTO controlroom.incident_user (incident_id, user_id)
VALUES (7,3);
INSERT INTO controlroom.incident_user (incident_id, user_id)
VALUES (7,6);
INSERT INTO `controlroom`.`incidents`
(`caller_first_name`,
`caller_last_name`,
`caller_national_id`,
`caller_phone`,
`number`,
`user_id`,
`last_updated`,
`notes`,
`region`,
`postal_code`,
`status_id`,
`street`,
`title`,
`importance_id`,
`authority_id`,
`latitude`,
`longitude`,
`created_timestamp`)
VALUES
('mopsmkocejkscbh',
'husbhuksvbsv',
'AK457125',
'699+874451',
'52',
7,
NOW(),
"giei giei giei",
"thraki",
'98745',
1,
"lolitoy",
'sous',
1,
4,
0.0,
0.0,
NOW());
INSERT INTO controlroom.incident_user (incident_id, user_id)
VALUES (8,1);
INSERT INTO controlroom.incident_user (incident_id, user_id)
VALUES (8,6);
INSERT INTO `controlroom`.`incidents`
(`caller_first_name`,
`caller_last_name`,
`caller_national_id`,
`caller_phone`,
`number`,
`user_id`,
`last_updated`,
`notes`,
`region`,
`postal_code`,
`status_id`,
`street`,
`title`,
`importance_id`,
`authority_id`,
`latitude`,
`longitude`,
`created_timestamp`)
VALUES
('miimntrbeb',
'qwsdqwedwedfwr',
'AK598741',
'695871548',
'15',
7,
NOW(),
"lell",
"Ναχος",
'16248',
1,
"νψθψενθεψ",
'κχιξαθοχιξν',
1,
1,
0.0,
0.0,
NOW());
INSERT INTO controlroom.incident_user (incident_id, user_id)
VALUES (9,1);
INSERT INTO controlroom.incident_user (incident_id, user_id)
VALUES (9,5);
INSERT INTO `controlroom`.`incidents`
(`caller_first_name`,
`caller_last_name`,
`caller_national_id`,
`caller_phone`,
`number`,
`user_id`,
`last_updated`,
`notes`,
`region`,
`postal_code`,
`status_id`,
`street`,
`title`,
`importance_id`,
`authority_id`,
`latitude`,
`longitude`,
`created_timestamp`)
VALUES
('ββςψεβςψρβυθςψ',
'μπαμπηρης',
'AK599856',
'695225984',
'10',
7,
NOW(),
"",
"σαντορινη",
'16985',
1,
"δεν ξερω",
'Θα μας σφαξουν ολους',
2,
2,
0.0,
0.0,
NOW());
INSERT INTO controlroom.incident_user (incident_id, user_id)
VALUES (10,1);
INSERT INTO controlroom.incident_user (incident_id, user_id)
VALUES (10,3);
INSERT INTO controlroom.incident_user (incident_id, user_id)
VALUES (10,4);
#---------------------------#
# -- Reports for testing -- #
INSERT INTO `controlroom`.`reports`
(`user_id`,
`incident_id`,
`last_updated`,
`content`)
VALUES
(1,
1,
NOW(),
'Nothing happened');
INSERT INTO `controlroom`.`reports`
(`user_id`,
`incident_id`,
`last_updated`,
`content`)
VALUES
(1,
1,
NOW(),
'Panic everywhere');
INSERT INTO controlroom.incident_statistics (deaths, injuries, incident_id)
VALUES (5,16,2);
|
<reponame>luga97/recuperativo
-- phpMyAdmin SQL Dump
-- version 4.6.5.2
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Apr 10, 2017 at 04:26 PM
-- Server version: 10.1.21-MariaDB
-- PHP Version: 7.1.1
CREATE DATABASE IF NOT EXISTS recuperativo;
use recuperativo;
-- --------------------------------------------------------
--
-- estructura de la tabla`categories`
--
CREATE TABLE `categories` (
`id` int(11) NOT NULL,
`user_id` int(11) NOT NULL,
`name` varchar(255) NOT NULL,
`created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
`updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Estructura para la tabla `comments`
--
CREATE TABLE `comments` (
`id` int(11) NOT NULL,
`post_id` int(11) NOT NULL,
`name` varchar(255) NOT NULL,
`email` varchar(255) NOT NULL,
`body` text NOT NULL,
`created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
`updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Estructura de la tabla `posts`
--
CREATE TABLE `posts` (
`id` int(11) NOT NULL,
`category_id` int(11) NOT NULL,
`user_id` int(11) NOT NULL,
`title` varchar(255) NOT NULL,
`slug` varchar(255) NOT NULL,
`body` text NOT NULL,
`post_image` varchar(255) NOT NULL,
`created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
`updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Estructura de la tabla `users`
--
CREATE TABLE `users` (
`id` int(11) NOT NULL,
`name` varchar(255) NOT NULL,
`email` varchar(255) NOT NULL,
`username` varchar(255) NOT NULL,
`password` varchar(255) NOT NULL,
`created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
`updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- Añadiendo claves primarias
ALTER TABLE `categories`
ADD PRIMARY KEY (`id`);
ALTER TABLE `comments`
ADD PRIMARY KEY (`id`);
ALTER TABLE `posts`
ADD PRIMARY KEY (`id`);
ALTER TABLE `users`
ADD PRIMARY KEY (`id`);
ALTER TABLE `categories`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1;
ALTER TABLE `comments`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1;
ALTER TABLE `posts`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1;
ALTER TABLE `users`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1;
--
-- Datos iniciales para `categories`
--
INSERT INTO `categories` (`name`,`created_at`) VALUES
('Arte Moderno', NOW()),
('cultura urbana', NOW()),
('heavy metal de los 90s', NOW()),
('Lugares exoticos', NOW()),
('Piezas de artesanias', NOW());
--
-- Datos de la tabla post `posts`
--
INSERT INTO `posts` (`category_id`, `user_id`, `title`, `slug`, `body`, `post_image`, `created_at`) VALUES
(1, 1, 'Arte Moderno', 'Arte-Moderno', '<p>Arte moderno es un término propio de distintos ámbitos del mundo del arte, que pretende diferenciar una parte de la producción artística, que se identificaría con un determinado concepto de modernidad por oposición al denominado arte académico.</p>\r\n', 'modern-art.jpeg', NOW()),
(2, 1, 'Cultura urbana', 'Cultura-Urbana', '<p>La cultura urbana es la cultura de los pueblos y ciudades. El tema definitorio es la presencia de un gran número de personas muy diferentes en un espacio muy limitado, la mayoría de ellas son desconocidas entre sí.</p>\r\n', 'urban-culture.jpeg', NOW()),
(3, 1, 'Metal De los 90s', 'heavy-metal', '<p>La llegada de los noventa renovó en gran medida la denominada época dorada del heavy metal. Por un lado el glam metal comenzó a perder popularidad en los principales mercados del mundo ante el nacimiento del grunge, liderado por bandas como Nirvana, Alice in Chains , Pearl Jam y Soundgarden. Esta nueva ola de grupos estaban influenciadas por el heavy metal, pero rechazaban los excesos de muchas agrupaciones de los ochenta, como la imagen ostentosa y los virtuosos solos de guitarra. Además, la incursión del thrash en las listas musicales y la eclosión del llamado groove metal fueron puntos importantes de esta renovación musical.</p>\r\n', 'cassete.jpeg', NOW()),
(4, 1, 'La Avenida de los Baobabs', 'exotic-place-1', '<p>La Avenida de los Baobabs, o Callejón de los Baobabs, es un grupo prominente de baobabs de Grandidier que bordean el camino de tierra entre Morondava y Beloni Tsiribihina en la región de Menabe, en el oeste de Madagascar.</p>\r\n', 'baobabs.jpg', NOW()),
(5, 1, 'Artesania de margarita', 'artesania-margarita', '<p>El intenso mestizaje que existe en el estado Nueva esparta de su densa población no ha permitido que sus manifestaciones sociales y populares sean adulteradas por influencias foráneas y, por tanto, se conservan con una tradición de autenticidad y pureza, difícil de conseguir en otros lugares. <br> En diferentes regiones del estado se elaboran trabajos artesanales propios desde sus aborígenes, de la herencia de la culturas de los precolombinos, y de artesanos que llegaron a la isla procedentes de España (durante el tercer viaje de Cristóbal Colon). <br> A pesar de que la practica de elaborar ésta artesanía autóctona, ha ido reduciendo a lo largo del tiempo; hoy en día al pasear por sus pueblos podemos ver y disfrutar de este "producto" que nos identifica.</p>\r\n', 'artesania.jpg', NOW())
;
--
-- datos para la tabla `users`
--
INSERT INTO `users` (`name`, `email`, `username`, `password`) VALUES
('Administrador', '<EMAIL>', '<PASSWORD>', '<PASSWORD>');
|
CREATE TABLE public.table_banco
(
id_banco bigserial NOT NULL,
banco character varying(100),
id_usuario integer,
fecha_registro timestamp without time zone,
ult_mod date,
estatus integer DEFAULT 0,
CONSTRAINT id_banco PRIMARY KEY (id_banco)
)
WITH (
OIDS=FALSE
);
ALTER TABLE public.table_banco
OWNER TO postgres;
--///////////////////////////////////////////////////////
CREATE TABLE public.table_moneda
(
id_moneda bigserial NOT NULL,
moneda character varying(100),
id_usuario integer,
fecha_registro timestamp without time zone,
ult_mod date,
estatus integer DEFAULT 0,
CONSTRAINT id_moneda PRIMARY KEY (id_moneda)
)
WITH (
OIDS=FALSE
);
ALTER TABLE public.table_moneda
OWNER TO postgres;
--///////////////////////////////////////////////////////
CREATE TABLE public.table_tipo_movimiento
(
id_tmov bigserial NOT NULL,
t_mov character varying(100),
condicion integer,
id_usuario integer,
fecha_registro timestamp without time zone,
ult_mod date,
estatus integer DEFAULT 0,
CONSTRAINT id_tmov PRIMARY KEY (id_tmov)
)
WITH (
OIDS=FALSE
);
ALTER TABLE public.table_tipo_movimiento
OWNER TO postgres;
--///////////////////////////////////////////////////////
CREATE TABLE public.table_cuentas
(
id_cuenta bigserial NOT NULL,
nombre character varying(100),
saldo double precision,
saldoi double precision,
id_banco integer,
id_moneda integer,
id_usuario integer,
fecha_registro timestamp without time zone,
ult_mod date,
estatus integer DEFAULT 0,
CONSTRAINT id_cuenta PRIMARY KEY (id_cuenta)
)
WITH (
OIDS=FALSE
);
ALTER TABLE public.table_cuentas
OWNER TO postgres;
--///////////////////////////////////////////////////////
CREATE TABLE public.table_movimientos
(
id_movimiento bigserial NOT NULL,
monto double precision,
tipo_movimiento integer,
id_cuenta integer,
concepto character varying(100),
saldoi double precision,
saldof double precision,
id_usuario integer,
fecha_registro timestamp without time zone,
fecha timestamp without time zone,
ult_mod date,
estatus integer DEFAULT 0,
CONSTRAINT id_movimiento PRIMARY KEY (id_movimiento)
)
WITH (
OIDS=FALSE
);
ALTER TABLE public.table_movimientos
OWNER TO postgres; |
<reponame>imajaydwivedi/Problem-Task---SQL-Server-Slowness<gh_stars>0
exec DBA..sp_BlitzFirst @ExpertMode = 1, @Seconds = 300 |
<reponame>rmeb/servidor-rme
CREATE TABLE recipes (
id TEXT PRIMARY KEY,
xml TEXT NOT NULL
);
|
-- +goose Up
CREATE TABLE DATA_SOURCE (
id INT PRIMARY KEY,
name VARCHAR(255) UNIQUE
) Engine=MyISAM, DEFAULT CHARSET=utf8;
INSERT INTO DATA_SOURCE (id, name) VALUES
(1, "<NAME>");
INSERT INTO DATA_SOURCE (id, name) VALUES
(2, "NBB");
INSERT INTO DATA_SOURCE (id, name) VALUES
(3, "NL");
CREATE TABLE BANK_DATA (
id BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,
source VARCHAR(255) NOT NULL,
bankcode VARCHAR(20),
name VARCHAR(255),
zip VARCHAR(10),
city VARCHAR(255),
bic VARCHAR(12),
country VARCHAR(2) NULL, # ISO-3160
algorithm VARCHAR(10), # identifier for checksum algorithm
created TIMESTAMP DEFAULT CURRENT_TIMESTAMP,
last_update TIMESTAMP DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
INDEX bankcode_index (bankcode asc),
INDEX bic_index (bic asc),
INDEX source_id (source),
UNIQUE INDEX (bankcode, country, bic),
FOREIGN KEY (source) references DATA_SOURCE(id)
) Engine=MyISAM, DEFAULT CHARSET=utf8;
-- +goose Down
DROP TABLE IF EXISTS DATA_SOURCE;
DROP TABLE IF EXISTS BANK_DATA;
|
<reponame>tushartushar/dbSmellsData
SELECT * FROM GeoCheckin WHERE time >= {0} and time <= {1} and geohash = 'hash1' and user = 'user2'
SELECT * FROM GeoCheckin WHERE time > {0} and time < {1} and geohash = 'hash1' and user = 'user2'
SELECT * from GeoCheckin WHERE time > 0 and time < 10 and geohash = 'hash1' and user = 'user1'
select * from SomeTable for xml auto
CREATE TABLE RTS-{0} (geohash varchar not null, user varchar not null, time timestamp not null, weather varchar not null, temperature double, data blob, PRIMARY KEY((geohash, user, quantum(time, 15, m)), geohash, user, time))
SELECT * From GeoCheckin
|
<filename>database/sql-files/Step06_fillTeams.sql
USE `microtope`
INSERT INTO teams (team_name) VALUES ("Red"),("Blue"),("Black"),("Purple");
|
<reponame>Teradata/PyTd
-- This is a comment; with a semi-colon
/** This comment's open quote should not break multi-statement parsing **/
-- CREATING TABLE
CREATE TABLE ${sampleTable} (a INTEGER,
/* THis is a comment */
b VARCHAR(100),
c TIMESTAMP WITH TIME ZONE,
e NUMERIC(20,10),
f NUMBER(18,2) NULL FORMAT '-----------------.99' TITLE 'f'
);
-- THIS IS ALSO A TEST
INSERT INTO ${sampleTable} VALUES (23, 'This ----- is a test;Making sure semi-colons
in statements work.$$', '2015-05-30 12:00:00-GMT', 1.23456, 789);
-- AND THIS
SELECT COUNT(*) AS ";count" FROM ${sampleTable};
;
-- MORE COMMENTS
SELECT * FROM ${sampleTable}
-- EVEN MORE
|
<reponame>makwanahimanshu/master<filename>database/ONLINE_MOBILE_SHOPPING.sql<gh_stars>1-10
-- phpMyAdmin SQL Dump
-- version 5.1.1
-- https://www.phpmyadmin.net/
--
-- Host: localhost
-- Generation Time: Mar 24, 2022 at 06:09 AM
-- Server version: 10.4.22-MariaDB
-- PHP Version: 7.4.27
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 */;
--
-- Database: `ONLINE_MOBILE_SHOPPING`
--
-- --------------------------------------------------------
--
-- Table structure for table `brand`
--
CREATE TABLE `brand` (
`brand_id` int(11) NOT NULL,
`brand_name` varchar(30) NOT NULL,
`CreatedAt` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
`UpdatedAt` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- --------------------------------------------------------
--
-- Table structure for table `cart`
--
CREATE TABLE `cart` (
`cart_id` int(11) NOT NULL,
`quantity` int(11) NOT NULL,
`CreatedAt` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
`UpdatedAt` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- --------------------------------------------------------
--
-- Table structure for table `category`
--
CREATE TABLE `category` (
`cat_id` int(11) NOT NULL,
`cat_name` varchar(20) NOT NULL,
`CreatedAt` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
`UpdatedAt` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- --------------------------------------------------------
--
-- Table structure for table `country`
--
CREATE TABLE `country` (
`con_id` int(11) NOT NULL,
`name` varchar(100) NOT NULL,
`status` tinyint(1) NOT NULL,
`CreatedAt` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
`UpdatedAt` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
`isDeleted` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- --------------------------------------------------------
--
-- Table structure for table `feedback`
--
CREATE TABLE `feedback` (
`f_id` int(11) NOT NULL,
`title` varchar(200) NOT NULL,
`discription` varchar(500) NOT NULL,
`status` enum('isactive','inactive') NOT NULL,
`CreatedAt` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
`UpdatedAt` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- --------------------------------------------------------
--
-- Table structure for table `order_tbl`
--
CREATE TABLE `order_tbl` (
`order_id` int(11) NOT NULL,
`quantity` int(11) NOT NULL,
`status` varchar(20) NOT NULL,
`CreatedAt` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
`UpdatedAt` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- --------------------------------------------------------
--
-- Table structure for table `payment`
--
CREATE TABLE `payment` (
`p_id` int(11) NOT NULL,
`type` enum('cash','paytm','ATM','DEBIT') NOT NULL,
`CreatedAt` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
`UpdatedAt` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- --------------------------------------------------------
--
-- Table structure for table `product`
--
CREATE TABLE `product` (
`pro_id` int(11) NOT NULL,
`pro_name` varchar(100) NOT NULL,
`CreatedAt` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
`UpdatedAt` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- --------------------------------------------------------
--
-- Table structure for table `product_details`
--
CREATE TABLE `product_details` (
`pro_details_id` int(11) NOT NULL,
`image` varchar(255) NOT NULL,
`discription` varchar(500) NOT NULL,
`RAM` int(11) NOT NULL,
`memory` int(11) NOT NULL,
`stock` int(11) NOT NULL,
`CreatedAt` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
`UpdatedAt` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- --------------------------------------------------------
--
-- Table structure for table `user`
--
CREATE TABLE `user` (
`id` int(11) NOT NULL,
`type` enum('admin','user') NOT NULL,
`first_name` varchar(100) NOT NULL,
`last_name` varchar(100) NOT NULL,
`email` varchar(100) NOT NULL,
`password` varchar(20) NOT NULL,
`conform_password` varchar(20) NOT NULL,
`image` varchar(255) NOT NULL,
`phone_no` int(15) NOT NULL,
`street_address` varchar(150) NOT NULL,
`pincode` int(6) NOT NULL,
`CreatedAt` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
`UpdatedAt` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
--
-- Indexes for dumped tables
--
--
-- Indexes for table `brand`
--
ALTER TABLE `brand`
ADD PRIMARY KEY (`brand_id`);
--
-- Indexes for table `cart`
--
ALTER TABLE `cart`
ADD PRIMARY KEY (`cart_id`);
--
-- Indexes for table `category`
--
ALTER TABLE `category`
ADD PRIMARY KEY (`cat_id`);
--
-- Indexes for table `country`
--
ALTER TABLE `country`
ADD PRIMARY KEY (`con_id`);
--
-- Indexes for table `feedback`
--
ALTER TABLE `feedback`
ADD PRIMARY KEY (`f_id`);
--
-- Indexes for table `order_tbl`
--
ALTER TABLE `order_tbl`
ADD PRIMARY KEY (`order_id`);
--
-- Indexes for table `payment`
--
ALTER TABLE `payment`
ADD PRIMARY KEY (`p_id`);
--
-- Indexes for table `product`
--
ALTER TABLE `product`
ADD PRIMARY KEY (`pro_id`);
--
-- Indexes for table `product_details`
--
ALTER TABLE `product_details`
ADD PRIMARY KEY (`pro_details_id`);
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `brand`
--
ALTER TABLE `brand`
MODIFY `brand_id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `cart`
--
ALTER TABLE `cart`
MODIFY `cart_id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `category`
--
ALTER TABLE `category`
MODIFY `cat_id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `country`
--
ALTER TABLE `country`
MODIFY `con_id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `feedback`
--
ALTER TABLE `feedback`
MODIFY `f_id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `order_tbl`
--
ALTER TABLE `order_tbl`
MODIFY `order_id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `payment`
--
ALTER TABLE `payment`
MODIFY `p_id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `product`
--
ALTER TABLE `product`
MODIFY `pro_id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `product_details`
--
ALTER TABLE `product_details`
MODIFY `pro_details_id` int(11) NOT NULL AUTO_INCREMENT;
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 */;
|
/*
Navicat Premium Data Transfer
Source Server : localhost
Source Server Type : MySQL
Source Server Version : 50726
Source Host : localhost:3306
Source Schema : cars
Target Server Type : MySQL
Target Server Version : 50726
File Encoding : 65001
Date: 23/05/2020 22:47:51
*/
SET NAMES utf8mb4;
SET FOREIGN_KEY_CHECKS = 0;
-- ----------------------------
-- Table structure for bus_car
-- ----------------------------
DROP TABLE IF EXISTS `bus_car`;
CREATE TABLE `bus_car` (
`carnumber` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
`cartype` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL,
`color` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL,
`price` decimal(10, 2) NULL DEFAULT NULL,
`rentprice` double(10, 2) NULL DEFAULT NULL,
`deposit` double NULL DEFAULT NULL,
`isrenting` int(11) NULL DEFAULT NULL,
`description` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL,
`carimg` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL,
`createtime` datetime(0) NULL DEFAULT NULL,
PRIMARY KEY (`carnumber`) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Compact;
-- ----------------------------
-- Records of bus_car
-- ----------------------------
INSERT INTO `bus_car` VALUES ('A90Q2', '轿车', '黑色', 199999.00, 5000.00, 5000, 1, '迈巴赫', '2020-05-23/202005231830452493316.jpg', '2020-05-23 16:33:02');
INSERT INTO `bus_car` VALUES ('XA77777', 'SUV', '白色', 350000.00, 1500.00, 12000, 1, '宝马X3', '2020-05-23/202005232244207314453.jpg', '2019-05-07 14:52:15');
INSERT INTO `bus_car` VALUES ('XA88888', '轿车', '黑色', 880000.00, 1000.00, 10000, 1, '保时捷 卡宴', '2020-05-23/202005232245271587023.jpg', '2019-05-07 14:52:15');
INSERT INTO `bus_car` VALUES ('XA99999', '新能源', '黄', 500000.00, 3000.00, 20000, 0, '动力强劲', '2020-05-23/202005232245394385568.jpg', '2019-06-10 14:50:12');
INSERT INTO `bus_car` VALUES ('XBA7788', '跑车', '红色', 123.22, 40000.00, 8000, 0, '红色法拉利', '2020-05-23/202005232245506157820.jpg', '2020-04-25 14:34:21');
-- ----------------------------
-- Table structure for bus_check
-- ----------------------------
DROP TABLE IF EXISTS `bus_check`;
CREATE TABLE `bus_check` (
`checkid` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
`checkdate` datetime(0) NULL DEFAULT NULL,
`checkdesc` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL,
`problem` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL,
`paymoney` double(255, 0) NULL DEFAULT NULL,
`opername` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL,
`rentid` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL,
`createtime` datetime(0) NULL DEFAULT NULL,
PRIMARY KEY (`checkid`) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Compact;
-- ----------------------------
-- Records of bus_check
-- ----------------------------
INSERT INTO `bus_check` VALUES ('JC_20180612_170407_0385_63960', '2018-06-12 00:00:00', '在G50高速超速', '超速', 500, '习大大', 'CZ_20180611_171304_0732_57330', '2019-05-07 14:55:30');
INSERT INTO `bus_check` VALUES ('JC_20180612_172559_0323_71959', '2018-06-13 00:00:00', '无', '无', 0, '习大大', 'CZ_20180612_164747_0573_26177', '2019-05-07 14:55:30');
INSERT INTO `bus_check` VALUES ('JC_20180718_091454_0191_93480', '2018-07-18 00:00:00', '无', '无', 0, '习大大', 'CZ_20180718_091206_0365_62161', '2019-05-07 14:55:30');
INSERT INTO `bus_check` VALUES ('JC_20181024_170206_355_7589', '2018-10-24 17:02:06', '无', '无', 0, '超级管理员', 'CZ_20181024_102327_735_9111', '2019-05-07 14:55:30');
INSERT INTO `bus_check` VALUES ('JC_20181201_105333_218_89516', '2018-12-02 00:00:00', '1231321', '111122', 200, '超级管理员', 'CZ_20180612_164808_0385_37625', '2019-05-07 14:55:30');
INSERT INTO `bus_check` VALUES ('JC_20181201_111951_947_77152', '2018-12-03 00:00:00', '无', '无', 0, '超级管理员', 'CZ_20181201_111936_383_31565', '2019-05-07 14:55:30');
INSERT INTO `bus_check` VALUES ('JC_2018_0901_175053_57325085', '2018-09-01 00:00:00', '在G50 1127-1130段超速20%未达50%', '有违章未处理', 500, '超级管理员', 'CZ_2018_0901_175000_97637709', '2019-05-07 14:55:30');
INSERT INTO `bus_check` VALUES ('JC_20190322_142814_147_8624', '2019-03-22 14:28:14', '222', '11', 100, '超级管理员', 'CZ_20190320_141553_303_8141', '2019-05-07 14:55:30');
INSERT INTO `bus_check` VALUES ('JC_20190611_111021_41215259', '2019-06-11 11:10:21', '没有1', '无1', 0, '超级管理员', 'CZ_20190611_094617_32192683', '2019-06-11 11:10:32');
INSERT INTO `bus_check` VALUES ('JC_20190727_173816_738_26810', '2019-07-27 17:38:16', '无1', '无22222', 1, '超级管理员', 'CZ_20190727_152634_863_83662', '2019-07-27 17:38:24');
INSERT INTO `bus_check` VALUES ('JC_20200516_231129_287_38499', '2020-05-16 23:11:29', '还没还', '还没还', 100, '管理员', 'CZ_20200516_231024_784_96201', '2020-05-16 23:11:48');
INSERT INTO `bus_check` VALUES ('JC_20200518_214837_336_23115', '2020-05-18 21:48:37', '2222', '3333', 333, '业务员', 'CZ_20200518_214506_267_18391', '2020-05-18 21:48:49');
INSERT INTO `bus_check` VALUES ('JC_20200518_215104_739_88957', '2020-05-18 21:51:04', '123', '123', 123, '管理员', 'CZ_20200518_215048_005_57260', '2020-05-18 21:51:09');
-- ----------------------------
-- Table structure for bus_customer
-- ----------------------------
DROP TABLE IF EXISTS `bus_customer`;
CREATE TABLE `bus_customer` (
`identity` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '身份证',
`custname` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '姓名',
`sex` int(255) NULL DEFAULT NULL COMMENT '性别',
`address` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '地址',
`phone` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '电话',
`career` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '职位',
`createtime` datetime(0) NULL DEFAULT NULL,
`money` int(255) NULL DEFAULT 0 COMMENT '余额',
PRIMARY KEY (`identity`) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Compact;
-- ----------------------------
-- Records of bus_customer
-- ----------------------------
INSERT INTO `bus_customer` VALUES ('123', '11111', 1, '123', '13599999911', '123', '2020-05-17 11:10:40', 0);
INSERT INTO `bus_customer` VALUES ('1234567', 'sang2', 1, '', '13354222222', '', '2020-05-23 22:42:27', 4000);
INSERT INTO `bus_customer` VALUES ('123456789', 'sang', NULL, '', NULL, '', '2020-05-23 22:38:46', 0);
INSERT INTO `bus_customer` VALUES ('3', 'd', 1, '3', '13354282222', '3', '2020-05-16 21:16:28', 0);
INSERT INTO `bus_customer` VALUES ('421087133414144412', '张小明', 1, '武昌', '13354281998', '程序员', '2019-05-07 14:52:24', 323);
INSERT INTO `bus_customer` VALUES ('431341134191311311', '李四', 0, '汉阳', '13451313113', 'CEO', '2019-05-07 14:52:24', 1);
INSERT INTO `bus_customer` VALUES ('431341134191311314', '王小明', 1, '汉口', '13413131113', 'CEO', '2019-05-07 14:52:24', 66);
-- ----------------------------
-- Table structure for bus_rent
-- ----------------------------
DROP TABLE IF EXISTS `bus_rent`;
CREATE TABLE `bus_rent` (
`rentid` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
`price` double(10, 2) NULL DEFAULT NULL,
`begindate` datetime(0) NULL DEFAULT NULL,
`returndate` datetime(0) NULL DEFAULT NULL,
`rentflag` int(11) NULL DEFAULT NULL,
`identity` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL,
`carnumber` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL,
`opername` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL,
`createtime` datetime(0) NULL DEFAULT NULL,
PRIMARY KEY (`rentid`) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Compact;
-- ----------------------------
-- Records of bus_rent
-- ----------------------------
INSERT INTO `bus_rent` VALUES ('CZ_20180611_171304_0732_57330', 1600.00, '2017-01-01 00:00:00', '2017-06-18 00:00:00', 1, '421087133414144412', '鄂A77777', '李四', '2017-01-01 00:00:00');
INSERT INTO `bus_rent` VALUES ('CZ_20180612_164747_0573_26177', 500.00, '2018-01-13 00:00:00', '2018-06-23 00:00:00', 1, '431321199291331131', '鄂A66666', '李四', '2018-01-13 00:00:00');
INSERT INTO `bus_rent` VALUES ('CZ_20180612_164808_0385_37625', 1000.00, '2018-03-13 00:00:00', '2018-06-15 00:00:00', 1, '421087133414144412', '鄂A88888', '王五', '2018-03-13 00:00:00');
INSERT INTO `bus_rent` VALUES ('CZ_20180718_091206_0365_62161', 500.00, '2018-05-18 00:00:00', '2018-07-21 00:00:00', 1, '421087133414144412', '鄂A66666', '张三', '2018-05-18 00:00:00');
INSERT INTO `bus_rent` VALUES ('CZ_20181024_102327_735_9111', 500.00, '2018-07-23 10:23:27', '2018-10-31 10:23:29', 1, '421087133414144412', '鄂A66666', '李四', '2018-07-23 10:23:27');
INSERT INTO `bus_rent` VALUES ('CZ_20181201_111936_383_31565', 1500.00, '2018-09-01 00:00:00', '2018-12-29 00:00:00', 1, '43131334113331131', '鄂A77777', '王五', '2018-09-01 00:00:00');
INSERT INTO `bus_rent` VALUES ('CZ_2018_0901_175000_97637709', 500.00, '2018-12-01 00:00:00', '2018-09-10 00:00:00', 1, '431321199291331131', '鄂A66666', '李四', '2018-12-01 00:00:00');
INSERT INTO `bus_rent` VALUES ('CZ_20190611_094617_32192683', 500.00, '2019-06-11 09:46:17', '2019-06-15 09:46:19', 1, '43131334113331131', '鄂A66666', '超级管理员', '2019-06-11 09:46:25');
INSERT INTO `bus_rent` VALUES ('CZ_20190727_152634_863_83662', 500.00, '2019-07-27 15:26:34', '2019-07-31 00:00:00', 1, '43131334113331131', '鄂A66666', '超级管理员', '2019-07-27 15:26:40');
INSERT INTO `bus_rent` VALUES ('CZ_20200516_231024_784_96201', 40000.00, '2020-05-16 23:10:24', '2020-05-17 00:00:00', 1, '3', '辽BA7788', '管理员', '2020-05-16 23:10:31');
INSERT INTO `bus_rent` VALUES ('CZ_20200518_214506_267_18391', 40000.00, '2020-05-18 21:45:06', '2020-05-21 00:00:00', 1, '123', '辽BA7788', '业务员', '2020-05-18 21:45:12');
INSERT INTO `bus_rent` VALUES ('CZ_20200518_215048_005_57260', 40000.00, '2020-05-18 21:50:48', '2020-05-18 21:50:51', 1, '123', '辽BA7788', '管理员', '2020-05-18 21:50:52');
INSERT INTO `bus_rent` VALUES ('CZ_20200523_220727_240_55630', 5000.00, '2020-05-23 22:07:27', NULL, NULL, NULL, 'A90Q2', '123', '2020-05-23 22:07:27');
INSERT INTO `bus_rent` VALUES ('CZ_20200523_222133_616_46312', 3000.00, '2020-05-23 22:21:33', NULL, 1, '123456', 'XA99999', 'yewu3', '2020-05-23 22:21:33');
INSERT INTO `bus_rent` VALUES ('CZ_20200523_224303_646_20120', 5000.00, '2020-05-23 22:43:03', NULL, 1, '1234567', 'A90Q2', 'sang2', '2020-05-23 22:43:03');
INSERT INTO `bus_rent` VALUES ('CZ_20200523_224626_351_81053', 1500.00, '2020-05-23 22:46:26', '2020-05-30 00:00:00', 0, '1234567', 'XA77777', '业务员', '2020-05-23 22:46:34');
INSERT INTO `bus_rent` VALUES ('CZ_20200523_224657_120_96871', 1000.00, '2020-05-23 22:46:57', NULL, 1, '1234567', 'XA88888', 'sang2', '2020-05-23 22:46:57');
-- ----------------------------
-- Table structure for sys_log_login
-- ----------------------------
DROP TABLE IF EXISTS `sys_log_login`;
CREATE TABLE `sys_log_login` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`loginname` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL,
`loginip` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL,
`logintime` datetime(0) NULL DEFAULT NULL,
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 312 CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Compact;
-- ----------------------------
-- Records of sys_log_login
-- ----------------------------
INSERT INTO `sys_log_login` VALUES (5, '超级管理员-admin', '127.0.0.1', '2019-06-10 10:18:31');
INSERT INTO `sys_log_login` VALUES (6, '超级管理员-admin', '127.0.0.1', '2019-06-10 10:21:26');
INSERT INTO `sys_log_login` VALUES (7, '超级管理员-admin', '127.0.0.1', '2019-06-10 10:22:20');
INSERT INTO `sys_log_login` VALUES (8, '超级管理员-admin', '127.0.0.1', '2019-06-10 11:01:47');
INSERT INTO `sys_log_login` VALUES (9, '超级管理员-admin', '127.0.0.1', '2019-06-10 11:12:34');
INSERT INTO `sys_log_login` VALUES (10, '超级管理员-admin', '127.0.0.1', '2019-06-10 14:42:41');
INSERT INTO `sys_log_login` VALUES (11, '超级管理员-admin', '127.0.0.1', '2019-06-10 14:53:57');
INSERT INTO `sys_log_login` VALUES (12, '超级管理员-admin', '127.0.0.1', '2019-06-10 15:35:46');
INSERT INTO `sys_log_login` VALUES (13, '超级管理员-admin', '127.0.0.1', '2019-06-10 15:35:51');
INSERT INTO `sys_log_login` VALUES (14, '超级管理员-admin', '127.0.0.1', '2019-06-10 15:41:25');
INSERT INTO `sys_log_login` VALUES (15, '超级管理员-admin', '127.0.0.1', '2019-06-10 16:15:34');
INSERT INTO `sys_log_login` VALUES (16, '超级管理员-admin', '127.0.0.1', '2019-06-10 16:38:44');
INSERT INTO `sys_log_login` VALUES (17, '超级管理员-admin', '127.0.0.1', '2019-06-10 16:53:20');
INSERT INTO `sys_log_login` VALUES (18, '超级管理员-admin', '127.0.0.1', '2019-06-11 09:19:33');
INSERT INTO `sys_log_login` VALUES (19, '超级管理员-admin', '127.0.0.1', '2019-06-11 09:41:54');
INSERT INTO `sys_log_login` VALUES (20, '超级管理员-admin', '127.0.0.1', '2019-06-11 10:57:54');
INSERT INTO `sys_log_login` VALUES (21, '超级管理员-admin', '127.0.0.1', '2019-06-11 11:07:57');
INSERT INTO `sys_log_login` VALUES (22, '超级管理员-admin', '127.0.0.1', '2019-06-11 11:10:04');
INSERT INTO `sys_log_login` VALUES (23, '超级管理员-admin', '127.0.0.1', '2019-06-11 11:30:00');
INSERT INTO `sys_log_login` VALUES (24, '超级管理员-admin', '127.0.0.1', '2019-06-11 11:38:28');
INSERT INTO `sys_log_login` VALUES (25, '超级管理员-admin', '127.0.0.1', '2019-06-11 14:22:43');
INSERT INTO `sys_log_login` VALUES (26, '超级管理员-admin', '127.0.0.1', '2019-06-11 14:37:13');
INSERT INTO `sys_log_login` VALUES (27, '超级管理员-admin', '127.0.0.1', '2019-06-11 14:45:35');
INSERT INTO `sys_log_login` VALUES (28, '超级管理员-admin', '127.0.0.1', '2019-06-11 15:57:16');
INSERT INTO `sys_log_login` VALUES (29, '超级管理员-admin', '127.0.0.1', '2019-06-11 16:42:55');
INSERT INTO `sys_log_login` VALUES (30, '超级管理员-admin', '127.0.0.1', '2019-06-11 17:01:10');
INSERT INTO `sys_log_login` VALUES (31, '超级管理员-admin', '127.0.0.1', '2019-06-12 09:35:50');
INSERT INTO `sys_log_login` VALUES (32, '超级管理员-admin', '127.0.0.1', '2019-06-12 09:54:09');
INSERT INTO `sys_log_login` VALUES (33, '超级管理员-admin', '127.0.0.1', '2019-06-12 09:59:20');
INSERT INTO `sys_log_login` VALUES (34, '超级管理员-admin', '127.0.0.1', '2019-06-12 09:59:43');
INSERT INTO `sys_log_login` VALUES (35, '超级管理员-admin', '127.0.0.1', '2019-06-12 10:00:13');
INSERT INTO `sys_log_login` VALUES (36, '超级管理员-admin', '127.0.0.1', '2019-06-12 10:00:44');
INSERT INTO `sys_log_login` VALUES (37, '超级管理员-admin', '127.0.0.1', '2019-06-12 10:02:29');
INSERT INTO `sys_log_login` VALUES (38, '超级管理员-admin', '127.0.0.1', '2019-06-12 10:05:57');
INSERT INTO `sys_log_login` VALUES (39, '超级管理员-admin', '127.0.0.1', '2019-06-12 10:16:26');
INSERT INTO `sys_log_login` VALUES (40, '超级管理员-admin', '127.0.0.1', '2019-06-12 10:20:36');
INSERT INTO `sys_log_login` VALUES (41, '超级管理员-admin', '127.0.0.1', '2019-06-12 10:24:14');
INSERT INTO `sys_log_login` VALUES (42, '超级管理员-admin', '127.0.0.1', '2019-06-12 11:17:46');
INSERT INTO `sys_log_login` VALUES (43, '超级管理员-admin', '127.0.0.1', '2019-06-12 11:32:29');
INSERT INTO `sys_log_login` VALUES (44, '超级管理员-admin', '127.0.0.1', '2019-06-12 11:35:05');
INSERT INTO `sys_log_login` VALUES (45, '超级管理员-admin', '127.0.0.1', '2019-06-12 11:51:48');
INSERT INTO `sys_log_login` VALUES (46, '超级管理员-admin', '127.0.0.1', '2019-06-12 14:31:34');
INSERT INTO `sys_log_login` VALUES (47, '超级管理员-admin', '127.0.0.1', '2019-06-12 15:01:15');
INSERT INTO `sys_log_login` VALUES (48, '超级管理员-admin', '127.0.0.1', '2019-06-12 15:26:55');
INSERT INTO `sys_log_login` VALUES (49, '超级管理员-admin', '127.0.0.1', '2019-06-12 15:31:17');
INSERT INTO `sys_log_login` VALUES (50, '超级管理员-admin', '127.0.0.1', '2019-06-12 15:40:38');
INSERT INTO `sys_log_login` VALUES (51, '超级管理员-admin', '127.0.0.1', '2019-06-12 15:40:52');
INSERT INTO `sys_log_login` VALUES (52, '超级管理员-admin', '127.0.0.1', '2019-06-12 15:44:41');
INSERT INTO `sys_log_login` VALUES (53, '超级管理员-admin', '127.0.0.1', '2019-06-12 15:44:50');
INSERT INTO `sys_log_login` VALUES (54, '超级管理员-admin', '127.0.0.1', '2019-06-12 15:44:53');
INSERT INTO `sys_log_login` VALUES (55, '超级管理员-admin', '127.0.0.1', '2019-06-12 15:45:59');
INSERT INTO `sys_log_login` VALUES (56, '超级管理员-admin', '127.0.0.1', '2019-06-12 15:45:59');
INSERT INTO `sys_log_login` VALUES (57, '超级管理员-admin', '127.0.0.1', '2019-06-12 15:47:29');
INSERT INTO `sys_log_login` VALUES (58, '超级管理员-admin', '127.0.0.1', '2019-06-12 15:48:56');
INSERT INTO `sys_log_login` VALUES (59, '超级管理员-admin', '127.0.0.1', '2019-06-14 09:10:49');
INSERT INTO `sys_log_login` VALUES (60, '超级管理员-admin', '127.0.0.1', '2019-06-14 09:37:03');
INSERT INTO `sys_log_login` VALUES (61, '超级管理员-admin', '127.0.0.1', '2019-06-14 09:38:45');
INSERT INTO `sys_log_login` VALUES (62, '超级管理员-admin', '127.0.0.1', '2019-06-14 09:39:08');
INSERT INTO `sys_log_login` VALUES (63, '超级管理员-admin', '127.0.0.1', '2019-06-14 09:41:16');
INSERT INTO `sys_log_login` VALUES (64, '超级管理员-admin', '127.0.0.1', '2019-06-14 10:49:01');
INSERT INTO `sys_log_login` VALUES (65, '超级管理员-admin', '127.0.0.1', '2019-06-14 10:56:58');
INSERT INTO `sys_log_login` VALUES (66, '超级管理员-admin', '127.0.0.1', '2019-06-14 11:03:40');
INSERT INTO `sys_log_login` VALUES (67, '超级管理员-admin', '127.0.0.1', '2019-06-14 11:06:35');
INSERT INTO `sys_log_login` VALUES (68, '超级管理员-admin', '127.0.0.1', '2019-06-14 11:19:40');
INSERT INTO `sys_log_login` VALUES (69, '超级管理员-admin', '127.0.0.1', '2019-06-14 11:21:08');
INSERT INTO `sys_log_login` VALUES (70, '超级管理员-admin', '127.0.0.1', '2019-06-14 11:22:51');
INSERT INTO `sys_log_login` VALUES (71, '超级管理员-admin', '127.0.0.1', '2019-06-14 11:23:07');
INSERT INTO `sys_log_login` VALUES (72, '超级管理员-admin', '127.0.0.1', '2019-06-14 11:27:18');
INSERT INTO `sys_log_login` VALUES (120, '习大大-xdd', '127.0.0.1', '2019-07-23 15:58:24');
INSERT INTO `sys_log_login` VALUES (121, '习大大-xdd', '127.0.0.1', '2019-07-23 16:15:51');
INSERT INTO `sys_log_login` VALUES (122, '习大大-xdd', '127.0.0.1', '2019-07-23 16:21:10');
INSERT INTO `sys_log_login` VALUES (123, '习大大-xdd', '127.0.0.1', '2019-07-23 16:21:29');
INSERT INTO `sys_log_login` VALUES (124, '习大大-xdd', '127.0.0.1', '2019-07-23 16:25:45');
INSERT INTO `sys_log_login` VALUES (125, '习大大-xdd', '127.0.0.1', '2019-07-23 16:29:54');
INSERT INTO `sys_log_login` VALUES (126, '习大大-xdd', '127.0.0.1', '2019-07-23 16:34:37');
INSERT INTO `sys_log_login` VALUES (127, '习大大-xdd', '127.0.0.1', '2019-07-23 16:36:28');
INSERT INTO `sys_log_login` VALUES (128, '习大大-xdd', '127.0.0.1', '2019-07-23 16:36:40');
INSERT INTO `sys_log_login` VALUES (129, '习大大-xdd', '127.0.0.1', '2019-07-23 16:52:14');
INSERT INTO `sys_log_login` VALUES (130, '习大大-xdd', '127.0.0.1', '2019-07-23 16:54:47');
INSERT INTO `sys_log_login` VALUES (131, '习大大-xdd', '127.0.0.1', '2019-07-23 17:00:09');
INSERT INTO `sys_log_login` VALUES (132, '习大大-xdd', '127.0.0.1', '2019-07-23 17:00:29');
INSERT INTO `sys_log_login` VALUES (133, '超级管理员-admin', '127.0.0.1', '2019-07-24 09:03:14');
INSERT INTO `sys_log_login` VALUES (134, '超级管理员-admin', '127.0.0.1', '2019-07-24 10:05:49');
INSERT INTO `sys_log_login` VALUES (135, '超级管理员-admin', '127.0.0.1', '2019-07-24 10:08:04');
INSERT INTO `sys_log_login` VALUES (136, '超级管理员-admin', '127.0.0.1', '2019-07-24 10:08:47');
INSERT INTO `sys_log_login` VALUES (137, '超级管理员-admin', '127.0.0.1', '2019-07-24 11:44:27');
INSERT INTO `sys_log_login` VALUES (138, '超级管理员-admin', '127.0.0.1', '2019-07-24 11:44:57');
INSERT INTO `sys_log_login` VALUES (139, '超级管理员-admin', '127.0.0.1', '2019-07-24 11:45:42');
INSERT INTO `sys_log_login` VALUES (140, '超级管理员-admin', '127.0.0.1', '2019-07-24 11:48:08');
INSERT INTO `sys_log_login` VALUES (141, '超级管理员-admin', '127.0.0.1', '2019-07-24 11:49:07');
INSERT INTO `sys_log_login` VALUES (142, '超级管理员-admin', '127.0.0.1', '2019-07-24 11:50:09');
INSERT INTO `sys_log_login` VALUES (143, '超级管理员-admin', '127.0.0.1', '2019-07-24 11:50:19');
INSERT INTO `sys_log_login` VALUES (144, '超级管理员-admin', '127.0.0.1', '2019-07-25 09:33:38');
INSERT INTO `sys_log_login` VALUES (145, '超级管理员-admin', '127.0.0.1', '2019-07-25 09:33:52');
INSERT INTO `sys_log_login` VALUES (146, '超级管理员-admin', '127.0.0.1', '2019-07-25 09:34:06');
INSERT INTO `sys_log_login` VALUES (147, '超级管理员-admin', '127.0.0.1', '2019-07-25 09:54:03');
INSERT INTO `sys_log_login` VALUES (148, '超级管理员-admin', '127.0.0.1', '2019-07-25 09:54:23');
INSERT INTO `sys_log_login` VALUES (149, '超级管理员-admin', '127.0.0.1', '2019-07-25 10:11:30');
INSERT INTO `sys_log_login` VALUES (150, '超级管理员-admin', '127.0.0.1', '2019-07-25 10:13:11');
INSERT INTO `sys_log_login` VALUES (151, '超级管理员-admin', '127.0.0.1', '2019-07-25 10:28:31');
INSERT INTO `sys_log_login` VALUES (152, '超级管理员-admin', '127.0.0.1', '2019-07-25 10:36:34');
INSERT INTO `sys_log_login` VALUES (153, '超级管理员-admin', '127.0.0.1', '2019-07-25 10:42:21');
INSERT INTO `sys_log_login` VALUES (154, '超级管理员-admin', '127.0.0.1', '2019-07-25 10:50:50');
INSERT INTO `sys_log_login` VALUES (155, '超级管理员-admin', '127.0.0.1', '2019-07-25 10:53:32');
INSERT INTO `sys_log_login` VALUES (156, '超级管理员-admin', '127.0.0.1', '2019-07-25 11:01:51');
INSERT INTO `sys_log_login` VALUES (157, '超级管理员-admin', '127.0.0.1', '2019-07-25 11:37:32');
INSERT INTO `sys_log_login` VALUES (158, '超级管理员-admin', '127.0.0.1', '2019-07-25 11:41:40');
INSERT INTO `sys_log_login` VALUES (159, '超级管理员-admin', '127.0.0.1', '2019-07-25 14:06:26');
INSERT INTO `sys_log_login` VALUES (160, '超级管理员-admin', '127.0.0.1', '2019-07-25 14:14:47');
INSERT INTO `sys_log_login` VALUES (161, '超级管理员-admin', '127.0.0.1', '2019-07-25 14:21:50');
INSERT INTO `sys_log_login` VALUES (162, '超级管理员-admin', '127.0.0.1', '2019-07-25 14:24:28');
INSERT INTO `sys_log_login` VALUES (163, '超级管理员-admin', '127.0.0.1', '2019-07-27 09:09:17');
INSERT INTO `sys_log_login` VALUES (164, '超级管理员-admin', '127.0.0.1', '2019-07-27 09:10:16');
INSERT INTO `sys_log_login` VALUES (165, '超级管理员-admin', '127.0.0.1', '2019-07-27 09:10:43');
INSERT INTO `sys_log_login` VALUES (166, '超级管理员-admin', '127.0.0.1', '2019-07-27 09:30:29');
INSERT INTO `sys_log_login` VALUES (167, '超级管理员-admin', '127.0.0.1', '2019-07-27 09:30:55');
INSERT INTO `sys_log_login` VALUES (168, '超级管理员-admin', '127.0.0.1', '2019-07-27 10:07:16');
INSERT INTO `sys_log_login` VALUES (169, '超级管理员-admin', '127.0.0.1', '2019-07-27 10:20:13');
INSERT INTO `sys_log_login` VALUES (170, '超级管理员-admin', '127.0.0.1', '2019-07-27 11:02:10');
INSERT INTO `sys_log_login` VALUES (171, '超级管理员-admin', '127.0.0.1', '2019-07-27 11:20:13');
INSERT INTO `sys_log_login` VALUES (172, '超级管理员-admin', '127.0.0.1', '2019-07-27 11:20:17');
INSERT INTO `sys_log_login` VALUES (173, '超级管理员-admin', '127.0.0.1', '2019-07-27 11:20:53');
INSERT INTO `sys_log_login` VALUES (174, '超级管理员-admin', '127.0.0.1', '2019-07-27 11:21:51');
INSERT INTO `sys_log_login` VALUES (175, '超级管理员-admin', '127.0.0.1', '2019-07-27 11:57:34');
INSERT INTO `sys_log_login` VALUES (176, '超级管理员-admin', '127.0.0.1', '2019-07-27 11:57:34');
INSERT INTO `sys_log_login` VALUES (177, '超级管理员-admin', '127.0.0.1', '2019-07-27 11:57:55');
INSERT INTO `sys_log_login` VALUES (178, '超级管理员-admin', '127.0.0.1', '2019-07-27 12:00:42');
INSERT INTO `sys_log_login` VALUES (179, '超级管理员-admin', '127.0.0.1', '2019-07-27 12:15:17');
INSERT INTO `sys_log_login` VALUES (180, '超级管理员-admin', '127.0.0.1', '2019-07-27 12:15:25');
INSERT INTO `sys_log_login` VALUES (181, '超级管理员-admin', '127.0.0.1', '2019-07-27 15:06:34');
INSERT INTO `sys_log_login` VALUES (182, '超级管理员-admin', '127.0.0.1', '2019-07-27 15:23:37');
INSERT INTO `sys_log_login` VALUES (183, '超级管理员-admin', '127.0.0.1', '2019-07-27 15:24:02');
INSERT INTO `sys_log_login` VALUES (184, '超级管理员-admin', '127.0.0.1', '2019-07-27 15:57:34');
INSERT INTO `sys_log_login` VALUES (185, '超级管理员-admin', '127.0.0.1', '2019-07-27 15:58:10');
INSERT INTO `sys_log_login` VALUES (186, '超级管理员-admin', '127.0.0.1', '2019-07-27 16:57:37');
INSERT INTO `sys_log_login` VALUES (187, '超级管理员-admin', '127.0.0.1', '2019-07-27 16:57:56');
INSERT INTO `sys_log_login` VALUES (188, '超级管理员-admin', '127.0.0.1', '2019-07-27 17:36:53');
INSERT INTO `sys_log_login` VALUES (189, '超级管理员-admin', '127.0.0.1', '2019-07-27 17:52:43');
INSERT INTO `sys_log_login` VALUES (190, '超级管理员-admin', '127.0.0.1', '2019-07-27 17:53:07');
INSERT INTO `sys_log_login` VALUES (191, '超级管理员-admin', '127.0.0.1', '2019-07-27 17:54:45');
INSERT INTO `sys_log_login` VALUES (192, '超级管理员-admin', '127.0.0.1', '2019-07-27 17:54:59');
INSERT INTO `sys_log_login` VALUES (193, '超级管理员-admin', '127.0.0.1', '2019-07-27 18:03:40');
INSERT INTO `sys_log_login` VALUES (194, '超级管理员-admin', '127.0.0.1', '2019-07-27 18:03:43');
INSERT INTO `sys_log_login` VALUES (195, '超级管理员-admin', '127.0.0.1', '2019-07-27 18:04:12');
INSERT INTO `sys_log_login` VALUES (196, '超级管理员-admin', '127.0.0.1', '2019-07-28 11:02:51');
INSERT INTO `sys_log_login` VALUES (197, '超级管理员-admin', '127.0.0.1', '2019-07-28 12:08:57');
INSERT INTO `sys_log_login` VALUES (198, '超级管理员-admin', '127.0.0.1', '2019-07-28 12:10:29');
INSERT INTO `sys_log_login` VALUES (199, '超级管理员-admin', '127.0.0.1', '2019-07-28 12:11:00');
INSERT INTO `sys_log_login` VALUES (200, '超级管理员-admin', '127.0.0.1', '2019-07-28 12:22:41');
INSERT INTO `sys_log_login` VALUES (201, '超级管理员-admin', '127.0.0.1', '2019-07-28 15:36:26');
INSERT INTO `sys_log_login` VALUES (202, '超级管理员-admin', '127.0.0.1', '2019-07-28 15:54:23');
INSERT INTO `sys_log_login` VALUES (203, '超级管理员-admin', '127.0.0.1', '2019-07-28 15:54:42');
INSERT INTO `sys_log_login` VALUES (204, '超级管理员-admin', '127.0.0.1', '2019-07-28 16:04:00');
INSERT INTO `sys_log_login` VALUES (205, '超级管理员-admin', '127.0.0.1', '2019-07-28 16:05:22');
INSERT INTO `sys_log_login` VALUES (206, '超级管理员-admin', '127.0.0.1', '2019-07-28 17:11:54');
INSERT INTO `sys_log_login` VALUES (207, '超级管理员-admin', '127.0.0.1', '2019-07-28 17:11:54');
INSERT INTO `sys_log_login` VALUES (208, '超级管理员-admin', '127.0.0.1', '2019-07-28 17:12:14');
INSERT INTO `sys_log_login` VALUES (209, '超级管理员-admin', '127.0.0.1', '2019-07-28 17:14:41');
INSERT INTO `sys_log_login` VALUES (210, '超级管理员-admin', '127.0.0.1', '2019-07-28 17:16:02');
INSERT INTO `sys_log_login` VALUES (211, '超级管理员-admin', '127.0.0.1', '2019-07-28 17:16:16');
INSERT INTO `sys_log_login` VALUES (212, '超级管理员-admin', '127.0.0.1', '2019-07-28 17:16:20');
INSERT INTO `sys_log_login` VALUES (213, '超级管理员-admin', '127.0.0.1', '2019-07-28 17:17:35');
INSERT INTO `sys_log_login` VALUES (214, '超级管理员-admin', '127.0.0.1', '2019-07-28 17:24:40');
INSERT INTO `sys_log_login` VALUES (215, '超级管理员-admin', '127.0.0.1', '2019-07-28 17:33:56');
INSERT INTO `sys_log_login` VALUES (216, '超级管理员-admin', '127.0.0.1', '2019-07-28 18:08:42');
INSERT INTO `sys_log_login` VALUES (217, '超级管理员-admin', '127.0.0.1', '2019-07-29 11:09:19');
INSERT INTO `sys_log_login` VALUES (218, '超级管理员-admin', '127.0.0.1', '2019-07-30 10:23:21');
INSERT INTO `sys_log_login` VALUES (219, '超级管理员-admin', '127.0.0.1', '2019-07-30 10:27:41');
INSERT INTO `sys_log_login` VALUES (220, '超级管理员-admin', '127.0.0.1', '2019-07-30 21:25:43');
INSERT INTO `sys_log_login` VALUES (221, '超级管理员-admin', '127.0.0.1', '2019-08-01 15:02:28');
INSERT INTO `sys_log_login` VALUES (222, '超级管理员-admin', '127.0.0.1', '2019-09-07 09:31:40');
INSERT INTO `sys_log_login` VALUES (223, '超级管理员-admin', '127.0.0.1', '2019-09-07 09:39:27');
INSERT INTO `sys_log_login` VALUES (224, '最代码官方-zuidaima', '0:0:0:0:0:0:0:1', '2020-04-04 12:02:29');
INSERT INTO `sys_log_login` VALUES (225, '最代码官方-zuidaima', '0:0:0:0:0:0:0:1', '2020-04-04 12:03:59');
INSERT INTO `sys_log_login` VALUES (226, '最代码官方-zuidaima', '0:0:0:0:0:0:0:1', '2020-04-04 12:08:50');
INSERT INTO `sys_log_login` VALUES (227, '最代码官方-zuidaima', '0:0:0:0:0:0:0:1', '2020-04-04 12:22:26');
INSERT INTO `sys_log_login` VALUES (228, '最代码官方-zuidaima', '0:0:0:0:0:0:0:1', '2020-04-04 12:24:38');
INSERT INTO `sys_log_login` VALUES (229, '最代码官方-zuidaima', '0:0:0:0:0:0:0:1', '2020-04-04 12:27:30');
INSERT INTO `sys_log_login` VALUES (230, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-04-25 13:58:40');
INSERT INTO `sys_log_login` VALUES (231, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-04-25 14:00:09');
INSERT INTO `sys_log_login` VALUES (232, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-04-25 14:00:32');
INSERT INTO `sys_log_login` VALUES (233, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-04-25 14:08:49');
INSERT INTO `sys_log_login` VALUES (234, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-04-25 14:16:02');
INSERT INTO `sys_log_login` VALUES (235, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-04-25 14:20:01');
INSERT INTO `sys_log_login` VALUES (236, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-04-25 14:25:28');
INSERT INTO `sys_log_login` VALUES (237, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-04-25 14:26:49');
INSERT INTO `sys_log_login` VALUES (238, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-04-25 14:32:35');
INSERT INTO `sys_log_login` VALUES (239, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-04-25 14:39:56');
INSERT INTO `sys_log_login` VALUES (240, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-04-25 14:42:08');
INSERT INTO `sys_log_login` VALUES (241, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-04-25 14:46:26');
INSERT INTO `sys_log_login` VALUES (242, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-04-25 14:59:00');
INSERT INTO `sys_log_login` VALUES (243, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-04-25 15:03:27');
INSERT INTO `sys_log_login` VALUES (244, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-04-25 15:19:48');
INSERT INTO `sys_log_login` VALUES (245, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-04-25 15:22:53');
INSERT INTO `sys_log_login` VALUES (246, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-04-25 15:29:48');
INSERT INTO `sys_log_login` VALUES (247, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-04-25 15:33:40');
INSERT INTO `sys_log_login` VALUES (248, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-04-25 15:43:20');
INSERT INTO `sys_log_login` VALUES (249, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-04-25 15:44:34');
INSERT INTO `sys_log_login` VALUES (250, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-04-25 15:45:16');
INSERT INTO `sys_log_login` VALUES (251, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-04-25 15:50:52');
INSERT INTO `sys_log_login` VALUES (252, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-04-25 15:51:01');
INSERT INTO `sys_log_login` VALUES (253, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-04-25 15:51:11');
INSERT INTO `sys_log_login` VALUES (254, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-04-25 15:52:04');
INSERT INTO `sys_log_login` VALUES (255, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-04-25 15:52:13');
INSERT INTO `sys_log_login` VALUES (256, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-04-25 15:52:31');
INSERT INTO `sys_log_login` VALUES (257, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-04-25 15:52:40');
INSERT INTO `sys_log_login` VALUES (258, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-04-25 15:53:05');
INSERT INTO `sys_log_login` VALUES (259, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-04-25 15:53:14');
INSERT INTO `sys_log_login` VALUES (260, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-04-25 15:54:01');
INSERT INTO `sys_log_login` VALUES (261, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-04-25 15:55:23');
INSERT INTO `sys_log_login` VALUES (262, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-04-25 15:56:45');
INSERT INTO `sys_log_login` VALUES (263, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-04-25 15:56:47');
INSERT INTO `sys_log_login` VALUES (264, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-05-16 07:52:09');
INSERT INTO `sys_log_login` VALUES (265, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-05-16 07:54:48');
INSERT INTO `sys_log_login` VALUES (266, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-05-16 08:15:39');
INSERT INTO `sys_log_login` VALUES (267, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-05-16 08:30:56');
INSERT INTO `sys_log_login` VALUES (268, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-05-16 08:52:12');
INSERT INTO `sys_log_login` VALUES (269, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-05-16 09:01:53');
INSERT INTO `sys_log_login` VALUES (270, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-05-16 09:09:19');
INSERT INTO `sys_log_login` VALUES (271, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-05-16 09:10:37');
INSERT INTO `sys_log_login` VALUES (272, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-05-16 09:11:44');
INSERT INTO `sys_log_login` VALUES (273, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-05-16 09:12:15');
INSERT INTO `sys_log_login` VALUES (274, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-05-16 09:12:47');
INSERT INTO `sys_log_login` VALUES (275, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-05-16 09:19:43');
INSERT INTO `sys_log_login` VALUES (276, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-05-16 09:22:00');
INSERT INTO `sys_log_login` VALUES (277, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-05-16 09:23:19');
INSERT INTO `sys_log_login` VALUES (278, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-05-16 09:26:13');
INSERT INTO `sys_log_login` VALUES (279, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-05-16 09:27:31');
INSERT INTO `sys_log_login` VALUES (280, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-05-16 09:29:07');
INSERT INTO `sys_log_login` VALUES (281, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-05-16 09:29:07');
INSERT INTO `sys_log_login` VALUES (282, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-05-16 09:30:47');
INSERT INTO `sys_log_login` VALUES (283, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-05-16 09:31:17');
INSERT INTO `sys_log_login` VALUES (284, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-05-16 09:33:53');
INSERT INTO `sys_log_login` VALUES (285, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-05-16 09:35:22');
INSERT INTO `sys_log_login` VALUES (286, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-05-16 09:36:11');
INSERT INTO `sys_log_login` VALUES (287, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-05-16 09:49:18');
INSERT INTO `sys_log_login` VALUES (288, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-05-16 20:52:21');
INSERT INTO `sys_log_login` VALUES (289, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-05-16 21:12:48');
INSERT INTO `sys_log_login` VALUES (290, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-05-16 21:13:44');
INSERT INTO `sys_log_login` VALUES (291, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-05-16 21:14:25');
INSERT INTO `sys_log_login` VALUES (292, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-05-16 21:16:06');
INSERT INTO `sys_log_login` VALUES (293, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-05-16 23:09:25');
INSERT INTO `sys_log_login` VALUES (294, '业务员-yewu', '0:0:0:0:0:0:0:1', '2020-05-16 23:19:15');
INSERT INTO `sys_log_login` VALUES (295, '业务员-yewu', '0:0:0:0:0:0:0:1', '2020-05-17 01:37:26');
INSERT INTO `sys_log_login` VALUES (296, '业务员-yewu', '0:0:0:0:0:0:0:1', '2020-05-17 10:49:56');
INSERT INTO `sys_log_login` VALUES (297, '业务员-yewu', '0:0:0:0:0:0:0:1', '2020-05-17 11:08:18');
INSERT INTO `sys_log_login` VALUES (298, '业务员-yewu', '0:0:0:0:0:0:0:1', '2020-05-17 11:35:14');
INSERT INTO `sys_log_login` VALUES (299, '业务员-yewu', '0:0:0:0:0:0:0:1', '2020-05-17 13:24:24');
INSERT INTO `sys_log_login` VALUES (300, '业务员-yewu', '0:0:0:0:0:0:0:1', '2020-05-18 21:44:30');
INSERT INTO `sys_log_login` VALUES (301, '业务员-yewu', '0:0:0:0:0:0:0:1', '2020-05-18 21:48:01');
INSERT INTO `sys_log_login` VALUES (302, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-05-18 21:49:12');
INSERT INTO `sys_log_login` VALUES (303, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-05-18 21:50:34');
INSERT INTO `sys_log_login` VALUES (304, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-05-18 21:52:07');
INSERT INTO `sys_log_login` VALUES (305, '业务员-yewu', '0:0:0:0:0:0:0:1', '2020-05-18 21:52:43');
INSERT INTO `sys_log_login` VALUES (306, '业务员-yewu', '0:0:0:0:0:0:0:1', '2020-05-23 18:30:08');
INSERT INTO `sys_log_login` VALUES (307, '业务员-yewu', '0:0:0:0:0:0:0:1', '2020-05-23 18:36:10');
INSERT INTO `sys_log_login` VALUES (308, '业务员-yewu', '0:0:0:0:0:0:0:1', '2020-05-23 18:49:42');
INSERT INTO `sys_log_login` VALUES (309, '业务员-yewu', '0:0:0:0:0:0:0:1', '2020-05-23 18:54:08');
INSERT INTO `sys_log_login` VALUES (310, '管理员-admin', '0:0:0:0:0:0:0:1', '2020-05-23 19:33:26');
INSERT INTO `sys_log_login` VALUES (311, '业务员-yewu', '0:0:0:0:0:0:0:1', '2020-05-23 22:43:30');
-- ----------------------------
-- Table structure for sys_menu
-- ----------------------------
DROP TABLE IF EXISTS `sys_menu`;
CREATE TABLE `sys_menu` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`pid` int(11) NULL DEFAULT NULL,
`title` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL,
`href` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL,
`spread` int(255) NULL DEFAULT NULL COMMENT '0不展开1展开',
`target` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL,
`icon` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL,
`available` int(255) NULL DEFAULT NULL COMMENT '0不可用1可用',
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 21 CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Compact;
-- ----------------------------
-- Records of sys_menu
-- ----------------------------
INSERT INTO `sys_menu` VALUES (1, 0, '汽车出租系统', NULL, 1, NULL, '', 1);
INSERT INTO `sys_menu` VALUES (2, 1, '基础管理', '', 1, '', '', 1);
INSERT INTO `sys_menu` VALUES (3, 1, '业务管理', '', 1, '', '', 1);
INSERT INTO `sys_menu` VALUES (4, 1, '系统管理', '', 0, '', '', 1);
INSERT INTO `sys_menu` VALUES (6, 2, '客户管理', '../bus/toCustomerManager.action', 0, '', '', 1);
INSERT INTO `sys_menu` VALUES (7, 2, '车辆管理', '../bus/toCarManager.action', 0, '', '', 1);
INSERT INTO `sys_menu` VALUES (8, 3, '汽车出租', '../bus/toRentCarManager.action', 1, '', '', 1);
INSERT INTO `sys_menu` VALUES (9, 3, '出租单管理', '../bus/toRentManager.action', 0, '', '', 1);
INSERT INTO `sys_menu` VALUES (10, 3, '汽车入库', '../bus/toCheckCarManager.action', 0, '', '', 1);
INSERT INTO `sys_menu` VALUES (11, 3, '检查单管理', '../bus/toCheckManager.action', 0, '', '', 1);
INSERT INTO `sys_menu` VALUES (12, 4, '菜单管理', '../sys/toMenuManager.action', 0, NULL, '', 1);
INSERT INTO `sys_menu` VALUES (13, 4, '角色管理', '../sys/toRoleManager.action', 0, '', '', 1);
INSERT INTO `sys_menu` VALUES (14, 4, '用户管理', '../sys/toUserManager.action', 0, '', '', 1);
INSERT INTO `sys_menu` VALUES (15, 4, '日志管理', '../sys/toLogInfoManager.action', 0, '', '', 1);
INSERT INTO `sys_menu` VALUES (16, 4, '公告管理', '../sys/toNewsManager.action', 0, '', '', 1);
INSERT INTO `sys_menu` VALUES (18, 5, '客户地区统计', '../stat/toCustomerAreaStat.action', 0, '', '', 1);
INSERT INTO `sys_menu` VALUES (19, 5, '公司年度月份销售额', '../stat/toCompanyYearGradeStat.action', 0, '', '', 1);
INSERT INTO `sys_menu` VALUES (20, 5, '业务员年度销售额', '../stat/toOpernameYearGradeStat.action', 0, '', '', 1);
-- ----------------------------
-- Table structure for sys_news
-- ----------------------------
DROP TABLE IF EXISTS `sys_news`;
CREATE TABLE `sys_news` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL,
`content` varchar(4000) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL,
`createtime` datetime(0) NULL DEFAULT NULL,
`opername` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL,
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Compact;
-- ----------------------------
-- Table structure for sys_role
-- ----------------------------
DROP TABLE IF EXISTS `sys_role`;
CREATE TABLE `sys_role` (
`roleid` int(11) NOT NULL AUTO_INCREMENT,
`rolename` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL,
`roledesc` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL,
`available` int(11) NULL DEFAULT NULL,
PRIMARY KEY (`roleid`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 3 CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Compact;
-- ----------------------------
-- Records of sys_role
-- ----------------------------
INSERT INTO `sys_role` VALUES (1, '超级管理员', '拥有所有菜单权限', 1);
INSERT INTO `sys_role` VALUES (2, '业务管理员', '拥有所以业务菜单', 1);
-- ----------------------------
-- Table structure for sys_role_menu
-- ----------------------------
DROP TABLE IF EXISTS `sys_role_menu`;
CREATE TABLE `sys_role_menu` (
`rid` int(11) NOT NULL,
`mid` int(11) NOT NULL,
PRIMARY KEY (`rid`, `mid`) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Compact;
-- ----------------------------
-- Records of sys_role_menu
-- ----------------------------
INSERT INTO `sys_role_menu` VALUES (1, 1);
INSERT INTO `sys_role_menu` VALUES (1, 2);
INSERT INTO `sys_role_menu` VALUES (1, 3);
INSERT INTO `sys_role_menu` VALUES (1, 4);
INSERT INTO `sys_role_menu` VALUES (1, 6);
INSERT INTO `sys_role_menu` VALUES (1, 7);
INSERT INTO `sys_role_menu` VALUES (1, 8);
INSERT INTO `sys_role_menu` VALUES (1, 9);
INSERT INTO `sys_role_menu` VALUES (1, 10);
INSERT INTO `sys_role_menu` VALUES (1, 11);
INSERT INTO `sys_role_menu` VALUES (1, 12);
INSERT INTO `sys_role_menu` VALUES (1, 13);
INSERT INTO `sys_role_menu` VALUES (1, 14);
INSERT INTO `sys_role_menu` VALUES (1, 15);
INSERT INTO `sys_role_menu` VALUES (1, 16);
INSERT INTO `sys_role_menu` VALUES (1, 17);
INSERT INTO `sys_role_menu` VALUES (2, 1);
INSERT INTO `sys_role_menu` VALUES (2, 2);
INSERT INTO `sys_role_menu` VALUES (2, 3);
INSERT INTO `sys_role_menu` VALUES (2, 6);
INSERT INTO `sys_role_menu` VALUES (2, 7);
INSERT INTO `sys_role_menu` VALUES (2, 8);
INSERT INTO `sys_role_menu` VALUES (2, 9);
INSERT INTO `sys_role_menu` VALUES (2, 10);
INSERT INTO `sys_role_menu` VALUES (2, 11);
-- ----------------------------
-- Table structure for sys_role_user
-- ----------------------------
DROP TABLE IF EXISTS `sys_role_user`;
CREATE TABLE `sys_role_user` (
`uid` int(11) NOT NULL,
`rid` int(11) NOT NULL,
PRIMARY KEY (`uid`, `rid`) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Compact;
-- ----------------------------
-- Records of sys_role_user
-- ----------------------------
INSERT INTO `sys_role_user` VALUES (4, 2);
-- ----------------------------
-- Table structure for sys_user
-- ----------------------------
DROP TABLE IF EXISTS `sys_user`;
CREATE TABLE `sys_user` (
`userid` int(11) NOT NULL AUTO_INCREMENT,
`loginname` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL,
`identity` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL,
`realname` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL,
`sex` int(255) NULL DEFAULT NULL COMMENT '0女1男',
`address` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL,
`phone` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL,
`pwd` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL,
`position` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL,
`type` int(255) NULL DEFAULT 2 COMMENT '1,超级管理员,2,系统用户',
`available` int(255) NULL DEFAULT NULL,
`money` int(255) NULL DEFAULT NULL COMMENT '余额',
PRIMARY KEY (`userid`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 5 CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Compact;
-- ----------------------------
-- Records of sys_user
-- ----------------------------
INSERT INTO `sys_user` VALUES (1, 'admin', '4313341334413', '管理员', 1, 'admin', '13520109202', 'e10adc3949ba59abbe56e057f20f883e', 'CEO', 1, 1, 1);
INSERT INTO `sys_user` VALUES (4, 'yewu', '43311341311314341', '业务员', 0, '业务员', '13999999999', 'e10adc3949ba59abbe56e057f20f883e', '业务员', 2, 1, 3);
-- ----------------------------
-- Table structure for tb_user
-- ----------------------------
DROP TABLE IF EXISTS `tb_user`;
CREATE TABLE `tb_user` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`username` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
`password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
`identity` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL,
PRIMARY KEY (`id`) USING BTREE,
UNIQUE INDEX `identity`(`identity`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 6 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of tb_user
-- ----------------------------
INSERT INTO `tb_user` VALUES (1, '123', '123', '123');
INSERT INTO `tb_user` VALUES (3, 'yewu3', '123456', '123456');
INSERT INTO `tb_user` VALUES (4, 'sang', 'jjjjjj', '123456789');
INSERT INTO `tb_user` VALUES (5, 'sang2', '111111', '1234567');
SET FOREIGN_KEY_CHECKS = 1;
|
# --- Created by Ebean DDL
# To stop Ebean DDL generation, remove this comment and start using Evolutions
# --- !Ups
create table ad_photos (
id bigint auto_increment not null,
path varchar(255),
ads_id bigint,
constraint pk_ad_photos primary key (id)
);
create table ads (
id bigint auto_increment not null,
description varchar(255),
price double not null,
district varchar(255),
thana varchar(255),
phone varchar(255),
chassis_number varchar(255),
users_nid varchar(255),
constraint pk_ads primary key (id)
);
create table cycles (
chassis_number varchar(255) not null,
brand varchar(255),
model varchar(255) not null,
price double,
date_of_buy date,
for_sale tinyint(1) default 0 not null,
users_nid varchar(255),
constraint pk_cycles primary key (chassis_number)
);
create table users (
nid varchar(255) not null,
email varchar(255) not null,
district varchar(255),
thana varchar(255),
password varchar(255),
phone varchar(255),
name varchar(255),
constraint pk_users primary key (nid)
);
alter table ad_photos add constraint fk_ad_photos_ads_id foreign key (ads_id) references ads (id) on delete restrict on update restrict;
create index ix_ad_photos_ads_id on ad_photos (ads_id);
alter table ads add constraint fk_ads_users_nid foreign key (users_nid) references users (nid) on delete restrict on update restrict;
create index ix_ads_users_nid on ads (users_nid);
alter table cycles add constraint fk_cycles_users_nid foreign key (users_nid) references users (nid) on delete restrict on update restrict;
create index ix_cycles_users_nid on cycles (users_nid);
# --- !Downs
alter table ad_photos drop foreign key fk_ad_photos_ads_id;
drop index ix_ad_photos_ads_id on ad_photos;
alter table ads drop foreign key fk_ads_users_nid;
drop index ix_ads_users_nid on ads;
alter table cycles drop foreign key fk_cycles_users_nid;
drop index ix_cycles_users_nid on cycles;
drop table if exists ad_photos;
drop table if exists ads;
drop table if exists cycles;
drop table if exists users;
|
select s.* from (select @experiment:="testinfected2017") unused, sessions_for_experiment s;
SELECT DISTINCT m.project_id
FROM (select @experiment:="testinfected2017") unused, master_events m
INNER JOIN sessions_for_experiment s ON m.session_id=s.id
INNER JOIN sessions ses ON ses.id=m.session_id
AND project_id IS NOT NULL
WHERE ses.created_at BETWEEN '2017-08-28 00:00:00' AND '2017-11-13 00:00:00'
SELECT DISTINCT m.project_id, s.id AS session_id
FROM (select @experiment:="testinfected2017") unused, master_events m
INNER JOIN sessions_for_experiment s ON m.session_id=s.id
INNER JOIN sessions ses ON ses.id=m.session_id
AND project_id IS NOT NULL
WHERE ses.created_at BETWEEN 2017-08-28 00:00:00 AND 2017-11-13 00:00:00
;
SELECT DISTINCT m.project_id
FROM (select @experiment:="testinfected2017") unused, master_events m
INNER JOIN sessions_for_experiment s ON m.session_id=s.id
INNER JOIN sessions ses ON ses.id=m.session_id
AND project_id IS NOT NULL
WHERE ses.created_at BETWEEN '2017-08-28 00:00:00' AND '2017-11-13 00:00:00'; |
-- start query 84 in stream 0 using template query84.tpl
SELECT c.c_customer_id AS customer_id,
c.c_last_name
|| ', '
|| c.c_first_name AS customername
FROM customer c,
customer_address ca,
customer_demographics cd,
household_demographics hd,
income_band ib,
store_returns sr
WHERE ca.ca_city = 'Green Acres'
AND c.c_current_addr_sk = ca.ca_address_sk
AND ib.ib_lower_bound >= 54986
AND ib.ib_upper_bound <= 54986 + 50000
AND ib.ib_income_band_sk = hd.hd_income_band_sk
AND cd.cd_demo_sk = c.c_current_cdemo_sk
AND hd.hd_demo_sk = c.c_current_hdemo_sk
AND sr.sr_cdemo_sk = cd.cd_demo_sk
ORDER BY c.c_customer_id
LIMIT 100;
|
<gh_stars>1-10
-- Database: firebird
-- Change Parameter: sequenceName=seq_id
ALTER SEQUENCE seq_id;
|
<filename>database/cpacrm.sql
-- MySQL dump 10.13 Distrib 5.7.25, for Linux (x86_64)
--
-- Host: localhost Database: cpacrm
-- ------------------------------------------------------
-- Server version 5.7.25
/*!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 utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `advertiser`
--
DROP TABLE IF EXISTS `advertiser`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `advertiser` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` int(11) NOT NULL,
`currency_id` int(11) NOT NULL,
`notify_me` int(11) NOT NULL,
`url` text NOT NULL,
`contact_1` varchar(255) NOT NULL,
`contact_2` varchar(255) NOT NULL,
`contact_3` varchar(255) NOT NULL,
`description` text NOT NULL,
`status` int(11) NOT NULL,
PRIMARY KEY (`id`),
KEY `user_fbk` (`user_id`),
KEY `currency_fbk` (`currency_id`),
CONSTRAINT `currency_fbk` FOREIGN KEY (`currency_id`) REFERENCES `currency` (`id`),
CONSTRAINT `user_fbk` FOREIGN KEY (`user_id`) REFERENCES `user` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `advertiser`
--
LOCK TABLES `advertiser` WRITE;
/*!40000 ALTER TABLE `advertiser` DISABLE KEYS */;
/*!40000 ALTER TABLE `advertiser` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `auth_assignment`
--
DROP TABLE IF EXISTS `auth_assignment`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `auth_assignment` (
`item_name` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
`user_id` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
`created_at` int(11) DEFAULT NULL,
PRIMARY KEY (`item_name`,`user_id`),
KEY `idx-auth_assignment-user_id` (`user_id`),
CONSTRAINT `auth_assignment_ibfk_1` FOREIGN KEY (`item_name`) REFERENCES `auth_item` (`name`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `auth_assignment`
--
LOCK TABLES `auth_assignment` WRITE;
/*!40000 ALTER TABLE `auth_assignment` DISABLE KEYS */;
INSERT INTO `auth_assignment` VALUES ('superuser','1',NULL);
/*!40000 ALTER TABLE `auth_assignment` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `auth_item`
--
DROP TABLE IF EXISTS `auth_item`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `auth_item` (
`name` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
`type` smallint(6) NOT NULL,
`description` text COLLATE utf8_unicode_ci,
`rule_name` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL,
`data` blob,
`created_at` int(11) DEFAULT NULL,
`updated_at` int(11) DEFAULT NULL,
PRIMARY KEY (`name`),
KEY `rule_name` (`rule_name`),
KEY `idx-auth_item-type` (`type`),
CONSTRAINT `auth_item_ibfk_1` FOREIGN KEY (`rule_name`) REFERENCES `auth_rule` (`name`) ON DELETE SET NULL ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `auth_item`
--
LOCK TABLES `auth_item` WRITE;
/*!40000 ALTER TABLE `auth_item` DISABLE KEYS */;
INSERT INTO `auth_item` VALUES ('accounter',1,'accounter',NULL,NULL,NULL,NULL),('advertiser',1,'advertiser',NULL,NULL,NULL,NULL),('manager',1,'manager',NULL,NULL,NULL,NULL),('superuser',1,'superuser',NULL,NULL,NULL,NULL),('user',1,'user',NULL,NULL,NULL,NULL),('webmaster',1,'webmaster',NULL,NULL,NULL,NULL);
/*!40000 ALTER TABLE `auth_item` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `auth_item_child`
--
DROP TABLE IF EXISTS `auth_item_child`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `auth_item_child` (
`parent` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
`child` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (`parent`,`child`),
KEY `child` (`child`),
CONSTRAINT `auth_item_child_ibfk_1` FOREIGN KEY (`parent`) REFERENCES `auth_item` (`name`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `auth_item_child_ibfk_2` FOREIGN KEY (`child`) REFERENCES `auth_item` (`name`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `auth_item_child`
--
LOCK TABLES `auth_item_child` WRITE;
/*!40000 ALTER TABLE `auth_item_child` DISABLE KEYS */;
/*!40000 ALTER TABLE `auth_item_child` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `auth_rule`
--
DROP TABLE IF EXISTS `auth_rule`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `auth_rule` (
`name` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
`data` blob,
`created_at` int(11) DEFAULT NULL,
`updated_at` int(11) DEFAULT NULL,
PRIMARY KEY (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `auth_rule`
--
LOCK TABLES `auth_rule` WRITE;
/*!40000 ALTER TABLE `auth_rule` DISABLE KEYS */;
/*!40000 ALTER TABLE `auth_rule` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `city`
--
DROP TABLE IF EXISTS `city`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `city` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`country_id` int(11) NOT NULL,
`region_id` int(11) NOT NULL,
`name` text NOT NULL,
`status` int(11) NOT NULL,
PRIMARY KEY (`id`),
KEY `region_lbk1` (`region_id`),
KEY `country_lbk1` (`country_id`),
CONSTRAINT `country_lbk1` FOREIGN KEY (`country_id`) REFERENCES `country` (`id`),
CONSTRAINT `region_lbk1` FOREIGN KEY (`region_id`) REFERENCES `region` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `city`
--
LOCK TABLES `city` WRITE;
/*!40000 ALTER TABLE `city` DISABLE KEYS */;
/*!40000 ALTER TABLE `city` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `country`
--
DROP TABLE IF EXISTS `country`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `country` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` int(11) NOT NULL,
`status` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `country`
--
LOCK TABLES `country` WRITE;
/*!40000 ALTER TABLE `country` DISABLE KEYS */;
/*!40000 ALTER TABLE `country` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `currency`
--
DROP TABLE IF EXISTS `currency`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `currency` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`sign` varchar(5) NOT NULL,
`title` text NOT NULL,
`status` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `currency`
--
LOCK TABLES `currency` WRITE;
/*!40000 ALTER TABLE `currency` DISABLE KEYS */;
/*!40000 ALTER TABLE `currency` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `flow`
--
DROP TABLE IF EXISTS `flow`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `flow` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`webmaster_id` int(11) NOT NULL,
`offer_id` int(11) NOT NULL,
`hash` int(11) NOT NULL,
`name` text NOT NULL,
`type` enum('direct','standart','custom','') NOT NULL,
`created_at` int(11) NOT NULL,
`updated_at` int(11) NOT NULL,
`status` int(11) NOT NULL,
`post_back_reject` int(11) NOT NULL,
`post_back_approve` int(11) NOT NULL,
`post_back_new` int(11) NOT NULL,
`resolve_server` text NOT NULL,
`url_schema` int(11) NOT NULL,
`sub1` varchar(255) NOT NULL,
`sub2` varchar(255) NOT NULL,
`sub3` varchar(255) NOT NULL,
`sub4` varchar(255) NOT NULL,
`sub5` varchar(255) NOT NULL,
PRIMARY KEY (`id`),
KEY `webmaster_fbk` (`webmaster_id`),
KEY `offer_dbk` (`offer_id`),
CONSTRAINT `offer_dbk` FOREIGN KEY (`offer_id`) REFERENCES `offer` (`id`),
CONSTRAINT `webmaster_fbk` FOREIGN KEY (`webmaster_id`) REFERENCES `webmaster` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `flow`
--
LOCK TABLES `flow` WRITE;
/*!40000 ALTER TABLE `flow` DISABLE KEYS */;
/*!40000 ALTER TABLE `flow` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `flow_traffic_source`
--
DROP TABLE IF EXISTS `flow_traffic_source`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `flow_traffic_source` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`flow_id` int(11) NOT NULL,
`traffic_source_id` int(11) NOT NULL,
PRIMARY KEY (`id`),
KEY `flow_fbk` (`flow_id`),
KEY `traffic_source_fbk` (`traffic_source_id`),
CONSTRAINT `flow_fbk` FOREIGN KEY (`flow_id`) REFERENCES `flow` (`id`),
CONSTRAINT `traffic_source_fbk` FOREIGN KEY (`traffic_source_id`) REFERENCES `traffic_source` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `flow_traffic_source`
--
LOCK TABLES `flow_traffic_source` WRITE;
/*!40000 ALTER TABLE `flow_traffic_source` DISABLE KEYS */;
/*!40000 ALTER TABLE `flow_traffic_source` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `geo`
--
DROP TABLE IF EXISTS `geo`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `geo` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`country_id` int(11) NOT NULL,
`region_id` int(11) NOT NULL,
`city_id` int(11) NOT NULL,
`sign` int(11) NOT NULL,
`status` int(11) NOT NULL,
PRIMARY KEY (`id`),
KEY `country_idbk1` (`country_id`),
KEY `city_idbk1` (`city_id`),
KEY `region_idbk1` (`region_id`),
CONSTRAINT `city_idbk1` FOREIGN KEY (`city_id`) REFERENCES `city` (`id`),
CONSTRAINT `country_idbk1` FOREIGN KEY (`country_id`) REFERENCES `country` (`id`),
CONSTRAINT `region_idbk1` FOREIGN KEY (`region_id`) REFERENCES `region` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `geo`
--
LOCK TABLES `geo` WRITE;
/*!40000 ALTER TABLE `geo` DISABLE KEYS */;
/*!40000 ALTER TABLE `geo` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `landing`
--
DROP TABLE IF EXISTS `landing`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `landing` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`flow_id` int(11) NOT NULL,
`url_template` text NOT NULL,
`title` text NOT NULL,
`description` text NOT NULL,
`vk` int(11) NOT NULL,
`fb` int(11) NOT NULL,
`ym` int(11) NOT NULL,
`ga` int(11) NOT NULL,
`status` int(11) NOT NULL,
PRIMARY KEY (`id`),
KEY `flow_fbk2` (`flow_id`),
CONSTRAINT `flow_fbk2` FOREIGN KEY (`flow_id`) REFERENCES `flow` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `landing`
--
LOCK TABLES `landing` WRITE;
/*!40000 ALTER TABLE `landing` DISABLE KEYS */;
/*!40000 ALTER TABLE `landing` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `language`
--
DROP TABLE IF EXISTS `language`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `language` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` int(11) NOT NULL,
`sign` int(11) NOT NULL,
`status` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `language`
--
LOCK TABLES `language` WRITE;
/*!40000 ALTER TABLE `language` DISABLE KEYS */;
/*!40000 ALTER TABLE `language` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lead`
--
DROP TABLE IF EXISTS `lead`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lead` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`flow_id` int(11) NOT NULL,
`offer_id` int(11) NOT NULL,
`click_id` int(11) NOT NULL,
`landing_id` int(11) NOT NULL,
`prelanding_id` int(11) NOT NULL,
`sub1` int(11) NOT NULL,
`sub2` int(11) NOT NULL,
`sub3` int(11) NOT NULL,
`sub4` int(11) NOT NULL,
`sub5` int(11) NOT NULL,
`ip` text NOT NULL,
`geo_id` int(11) NOT NULL,
`name` int(11) NOT NULL,
`age` int(11) NOT NULL,
`email` int(11) NOT NULL,
`phone` int(11) NOT NULL,
`weight` int(11) NOT NULL,
`refferer_name` int(11) NOT NULL,
`refferer_age` int(11) NOT NULL,
`refferer_phone` int(11) NOT NULL,
`refferer_email` int(11) NOT NULL,
`price` int(11) NOT NULL,
`has_voice` int(11) NOT NULL,
`is_trash` int(11) NOT NULL,
`is_double` int(11) NOT NULL,
`is_locked` int(11) NOT NULL,
`status` int(11) NOT NULL,
`created_at` int(11) NOT NULL,
`updated_at` int(11) NOT NULL,
`status_changed_at` int(11) NOT NULL,
`external_id` int(11) NOT NULL,
`external_api_id` int(11) NOT NULL,
`lock_user_id` int(11) NOT NULL,
`locked_at` int(11) NOT NULL,
`webmaster_id` int(11) NOT NULL,
`webmaster_hold` int(11) NOT NULL,
`webmaster_currency_id` int(11) NOT NULL,
`webmaster_price` int(11) NOT NULL,
`webmaster_comment` int(11) NOT NULL,
`sent_to_webmaster_at` int(11) NOT NULL,
`advertiser_id` int(11) NOT NULL,
`advertiser_currency_id` int(11) NOT NULL,
`advertiser_price` int(11) NOT NULL,
`advertiser_comment` int(11) NOT NULL,
`sent_to_advertiser_at` int(11) NOT NULL,
`callcenter_user_id` int(11) NOT NULL,
`callcenter_comment` int(11) NOT NULL,
`callcenter_call_count` int(11) NOT NULL,
`callcenter_status_set_at` int(11) NOT NULL,
PRIMARY KEY (`id`),
KEY `flow_id` (`flow_id`),
KEY `offer_id` (`offer_id`),
KEY `click_id` (`click_id`),
KEY `geo_id` (`geo_id`),
KEY `phone` (`phone`),
KEY `adv_lbk1` (`advertiser_id`),
KEY `web_lbk1` (`webmaster_id`),
KEY `call_lbk1` (`callcenter_user_id`),
KEY `land_lbk1` (`landing_id`),
KEY `preland_lbk1` (`prelanding_id`),
CONSTRAINT `adv_lbk1` FOREIGN KEY (`advertiser_id`) REFERENCES `advertiser` (`id`),
CONSTRAINT `call_lbk1` FOREIGN KEY (`callcenter_user_id`) REFERENCES `user` (`id`),
CONSTRAINT `flow_lbk1` FOREIGN KEY (`flow_id`) REFERENCES `flow` (`id`),
CONSTRAINT `geo_lbk1` FOREIGN KEY (`geo_id`) REFERENCES `geo` (`id`),
CONSTRAINT `land_lbk1` FOREIGN KEY (`landing_id`) REFERENCES `landing` (`id`),
CONSTRAINT `preland_lbk1` FOREIGN KEY (`prelanding_id`) REFERENCES `prelanding` (`id`),
CONSTRAINT `web_lbk1` FOREIGN KEY (`webmaster_id`) REFERENCES `webmaster` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lead`
--
LOCK TABLES `lead` WRITE;
/*!40000 ALTER TABLE `lead` DISABLE KEYS */;
/*!40000 ALTER TABLE `lead` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `migration`
--
DROP TABLE IF EXISTS `migration`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `migration` (
`version` varchar(180) NOT NULL,
`apply_time` int(11) DEFAULT NULL,
PRIMARY KEY (`version`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `migration`
--
LOCK TABLES `migration` WRITE;
/*!40000 ALTER TABLE `migration` DISABLE KEYS */;
INSERT INTO `migration` VALUES ('m000000_000000_base',1565589331),('m140506_102106_rbac_init',1565589332),('m170907_052038_rbac_add_index_on_auth_assignment_user_id',1565589333),('m180523_151638_rbac_updates_indexes_without_prefix',1565589333);
/*!40000 ALTER TABLE `migration` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `offer`
--
DROP TABLE IF EXISTS `offer`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `offer` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`advertiser_id` int(11) NOT NULL,
`offer_category_id` int(11) NOT NULL,
`is_top` int(11) NOT NULL,
`max_lead_count` float NOT NULL,
`title` text NOT NULL,
`description` text NOT NULL,
`logotype_path` text NOT NULL,
`hold` int(11) NOT NULL,
`status` int(11) NOT NULL,
PRIMARY KEY (`id`),
KEY `advertiser_fbk1` (`advertiser_id`),
KEY `category_fbk` (`offer_category_id`),
CONSTRAINT `advertiser_fbk1` FOREIGN KEY (`advertiser_id`) REFERENCES `advertiser` (`id`),
CONSTRAINT `category_fbk` FOREIGN KEY (`offer_category_id`) REFERENCES `offer_category` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `offer`
--
LOCK TABLES `offer` WRITE;
/*!40000 ALTER TABLE `offer` DISABLE KEYS */;
/*!40000 ALTER TABLE `offer` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `offer_category`
--
DROP TABLE IF EXISTS `offer_category`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `offer_category` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` int(11) NOT NULL,
`status` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `offer_category`
--
LOCK TABLES `offer_category` WRITE;
/*!40000 ALTER TABLE `offer_category` DISABLE KEYS */;
/*!40000 ALTER TABLE `offer_category` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `offer_geo`
--
DROP TABLE IF EXISTS `offer_geo`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `offer_geo` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`offer_id` int(11) NOT NULL,
`geo_id` int(11) NOT NULL,
`currency_id` int(11) NOT NULL,
`language_id` int(11) NOT NULL,
`target_id` int(11) NOT NULL,
`price` int(11) NOT NULL,
`price_discount` int(11) NOT NULL,
`advertiser_price` int(11) NOT NULL,
`webmaster_price` int(11) NOT NULL,
`status` int(11) NOT NULL,
PRIMARY KEY (`id`),
KEY `offer_fk` (`offer_id`),
KEY `geo_fbk1` (`geo_id`),
KEY `currency_id` (`currency_id`),
KEY `lang_fk` (`language_id`),
KEY `target_fbk1` (`target_id`),
CONSTRAINT `currency_id` FOREIGN KEY (`currency_id`) REFERENCES `currency` (`id`),
CONSTRAINT `geo_fbk1` FOREIGN KEY (`geo_id`) REFERENCES `geo` (`id`),
CONSTRAINT `lang_fk` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`),
CONSTRAINT `offer_fk` FOREIGN KEY (`offer_id`) REFERENCES `offer` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
CONSTRAINT `target_fbk1` FOREIGN KEY (`target_id`) REFERENCES `target` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `offer_geo`
--
LOCK TABLES `offer_geo` WRITE;
/*!40000 ALTER TABLE `offer_geo` DISABLE KEYS */;
/*!40000 ALTER TABLE `offer_geo` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `prelanding`
--
DROP TABLE IF EXISTS `prelanding`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `prelanding` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`flow_id` int(11) NOT NULL,
`url_template` text NOT NULL,
`title` text NOT NULL,
`description` text NOT NULL,
`vk` int(11) NOT NULL,
`fb` int(11) NOT NULL,
`ym` int(11) NOT NULL,
`ga` int(11) NOT NULL,
`status` int(11) NOT NULL,
PRIMARY KEY (`id`),
KEY `flow_fbk3` (`flow_id`),
CONSTRAINT `flow_fbk3` FOREIGN KEY (`flow_id`) REFERENCES `flow` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `prelanding`
--
LOCK TABLES `prelanding` WRITE;
/*!40000 ALTER TABLE `prelanding` DISABLE KEYS */;
/*!40000 ALTER TABLE `prelanding` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `region`
--
DROP TABLE IF EXISTS `region`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `region` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`country_id` int(11) NOT NULL,
`name` int(11) NOT NULL,
`status` int(11) NOT NULL,
PRIMARY KEY (`id`),
KEY `country_fk` (`country_id`),
CONSTRAINT `country_fk` FOREIGN KEY (`country_id`) REFERENCES `country` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `region`
--
LOCK TABLES `region` WRITE;
/*!40000 ALTER TABLE `region` DISABLE KEYS */;
/*!40000 ALTER TABLE `region` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `target`
--
DROP TABLE IF EXISTS `target`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `target` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` text NOT NULL,
`status` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `target`
--
LOCK TABLES `target` WRITE;
/*!40000 ALTER TABLE `target` DISABLE KEYS */;
/*!40000 ALTER TABLE `target` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `ticket`
--
DROP TABLE IF EXISTS `ticket`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ticket` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` int(11) NOT NULL,
`support_user_id` int(11) NOT NULL,
`created_at` int(11) NOT NULL,
`updated_at` int(11) NOT NULL,
`title` text NOT NULL,
`support_rate` int(11) NOT NULL,
`status` int(11) NOT NULL,
PRIMARY KEY (`id`),
KEY `user_dbfk1` (`user_id`),
KEY `support_fbk1` (`support_user_id`),
CONSTRAINT `support_fbk1` FOREIGN KEY (`support_user_id`) REFERENCES `user` (`id`),
CONSTRAINT `user_dbfk1` FOREIGN KEY (`user_id`) REFERENCES `user` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `ticket`
--
LOCK TABLES `ticket` WRITE;
/*!40000 ALTER TABLE `ticket` DISABLE KEYS */;
/*!40000 ALTER TABLE `ticket` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `ticket_message`
--
DROP TABLE IF EXISTS `ticket_message`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ticket_message` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`ticket_id` int(11) NOT NULL,
`user_id` int(11) NOT NULL,
`message` text NOT NULL,
`created_at` int(11) NOT NULL,
`updated_at` int(11) NOT NULL,
`status` int(11) NOT NULL,
PRIMARY KEY (`id`),
KEY `ticket_fbk1` (`ticket_id`),
KEY `user_tbk1` (`user_id`),
CONSTRAINT `ticket_fbk1` FOREIGN KEY (`ticket_id`) REFERENCES `ticket` (`id`),
CONSTRAINT `user_tbk1` FOREIGN KEY (`user_id`) REFERENCES `user` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `ticket_message`
--
LOCK TABLES `ticket_message` WRITE;
/*!40000 ALTER TABLE `ticket_message` DISABLE KEYS */;
/*!40000 ALTER TABLE `ticket_message` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `traffic_source`
--
DROP TABLE IF EXISTS `traffic_source`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `traffic_source` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` int(11) NOT NULL,
`status` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `traffic_source`
--
LOCK TABLES `traffic_source` WRITE;
/*!40000 ALTER TABLE `traffic_source` DISABLE KEYS */;
/*!40000 ALTER TABLE `traffic_source` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `transaction`
--
DROP TABLE IF EXISTS `transaction`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `transaction` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` int(11) NOT NULL,
`from_user_id` int(11) NOT NULL,
`type` int(11) NOT NULL,
`amount` float NOT NULL,
`document` text NOT NULL,
`comment` text NOT NULL,
`created_at` int(11) NOT NULL,
`updated_at` int(11) NOT NULL,
`status` int(11) NOT NULL,
PRIMARY KEY (`id`),
KEY `type_fk` (`type`),
KEY `user_fbk1` (`user_id`),
KEY `from_user_fbk1` (`from_user_id`),
CONSTRAINT `from_user_fbk1` FOREIGN KEY (`from_user_id`) REFERENCES `user` (`id`),
CONSTRAINT `type_fk` FOREIGN KEY (`type`) REFERENCES `transaction_type` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
CONSTRAINT `user_fbk1` FOREIGN KEY (`user_id`) REFERENCES `user` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `transaction`
--
LOCK TABLES `transaction` WRITE;
/*!40000 ALTER TABLE `transaction` DISABLE KEYS */;
/*!40000 ALTER TABLE `transaction` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `transaction_type`
--
DROP TABLE IF EXISTS `transaction_type`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `transaction_type` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` int(11) NOT NULL,
`status` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `transaction_type`
--
LOCK TABLES `transaction_type` WRITE;
/*!40000 ALTER TABLE `transaction_type` DISABLE KEYS */;
/*!40000 ALTER TABLE `transaction_type` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `user`
--
DROP TABLE IF EXISTS `user`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `user` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`username` varchar(255) NOT NULL,
`password` text NOT NULL,
`password_reset_token` varchar(255) DEFAULT NULL,
`password_hash` varchar(255) DEFAULT NULL,
`auth_key` varchar(255) DEFAULT NULL,
`full_name` text NOT NULL,
`email` varchar(255) NOT NULL,
`dob` int(11) NOT NULL,
`description` text NOT NULL,
`shown_balance` float NOT NULL,
`created_at` int(11) NOT NULL,
`updated_at` int(11) NOT NULL,
`status` int(2) NOT NULL,
`phone` varchar(20) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `username` (`username`),
KEY `email` (`email`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `user`
--
LOCK TABLES `user` WRITE;
/*!40000 ALTER TABLE `user` DISABLE KEYS */;
INSERT INTO `user` VALUES (1,'admin','123qwe',NULL,'$2y$13$fD93LkfBT96uGPTY.AaHjueDCOWnwoD2Y0SJMP5SvrcIEMum0a4nS',NULL,'Michael','<EMAIL>',1477912744,'admin',1000,1477912744,1477912744,1,NULL);
/*!40000 ALTER TABLE `user` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `user_auth_assignment`
--
DROP TABLE IF EXISTS `user_auth_assignment`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `user_auth_assignment` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`role_id` int(11) NOT NULL,
`user_id` int(11) NOT NULL,
PRIMARY KEY (`id`),
KEY `role_id` (`role_id`),
KEY `user_id` (`user_id`),
CONSTRAINT `user_auth_assignment_ibfk_1` FOREIGN KEY (`role_id`) REFERENCES `user_role` (`id`),
CONSTRAINT `user_dbk1` FOREIGN KEY (`user_id`) REFERENCES `user` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `user_auth_assignment`
--
LOCK TABLES `user_auth_assignment` WRITE;
/*!40000 ALTER TABLE `user_auth_assignment` DISABLE KEYS */;
/*!40000 ALTER TABLE `user_auth_assignment` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `user_role`
--
DROP TABLE IF EXISTS `user_role`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `user_role` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` int(11) NOT NULL,
`status` int(11) NOT NULL,
PRIMARY KEY (`id`),
CONSTRAINT `user_role_ibfk_1` FOREIGN KEY (`id`) REFERENCES `user_auth_assignment` (`role_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `user_role`
--
LOCK TABLES `user_role` WRITE;
/*!40000 ALTER TABLE `user_role` DISABLE KEYS */;
/*!40000 ALTER TABLE `user_role` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `webmaster`
--
DROP TABLE IF EXISTS `webmaster`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `webmaster` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` int(11) NOT NULL,
`currency_id` int(11) NOT NULL,
`notify_me` int(11) NOT NULL,
`url` text NOT NULL,
`contact_1` varchar(255) NOT NULL,
`contact_2` varchar(255) NOT NULL,
`contact_3` varchar(255) NOT NULL,
`description` text NOT NULL,
`status` int(11) NOT NULL,
PRIMARY KEY (`id`),
KEY `user_wfk1` (`user_id`),
KEY `currency_fbk1` (`currency_id`),
CONSTRAINT `currency_fbk1` FOREIGN KEY (`currency_id`) REFERENCES `currency` (`id`),
CONSTRAINT `user_wfk1` FOREIGN KEY (`user_id`) REFERENCES `user` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `webmaster`
--
LOCK TABLES `webmaster` WRITE;
/*!40000 ALTER TABLE `webmaster` DISABLE KEYS */;
/*!40000 ALTER TABLE `webmaster` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!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 */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2019-08-12 7:59:37
|
--[er]create vclass for created class using a int data type auto_increment(2,-1) constraint,that is an error,Increase value of an auto increment constraint should be greater than 0
create class xoo ( id int auto_increment(2,-1) , title varchar(100));
insert into xoo(title) values ('aaa');
insert into xoo(title) values ('bbb');
insert into xoo(title) values ('ccc');
select * from xoo order by 1;
create vclass vxoo (
id int,
title varchar(100)
) as select * from xoo;
select * from vxoo;
drop vclass vxoo;
drop class xoo; |
-- phpMyAdmin SQL Dump
-- version 5.0.4
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Waktu pembuatan: 10 Jan 2022 pada 14.07
-- Versi server: 10.4.17-MariaDB
-- Versi PHP: 8.0.0
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 */;
--
-- Database: `sistem_absensi`
--
-- --------------------------------------------------------
--
-- Struktur dari tabel `absensi`
--
CREATE TABLE `absensi` (
`id` bigint(20) NOT NULL,
`tanggal` date NOT NULL,
`divisi_id` varchar(20) DEFAULT NULL,
`nik` varchar(20) NOT NULL,
`status` varchar(20) NOT NULL,
`catatan` varchar(255) NOT NULL,
`foto` varchar(255) DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- --------------------------------------------------------
--
-- Struktur dari tabel `divisi`
--
CREATE TABLE `divisi` (
`id` bigint(20) NOT NULL,
`nama` varchar(255) NOT NULL,
`jam_masuk` varchar(10) NOT NULL,
`jam_keluar` varchar(10) NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- --------------------------------------------------------
--
-- Struktur dari tabel `karyawan`
--
CREATE TABLE `karyawan` (
`nik` varchar(20) NOT NULL,
`user_id` int(11) NOT NULL,
`divisi_id` varchar(20) DEFAULT NULL,
`telepon` varchar(255) NOT NULL,
`foto` text DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- --------------------------------------------------------
--
-- Struktur dari tabel `migrations`
--
CREATE TABLE `migrations` (
`id` int(10) UNSIGNED NOT NULL,
`migration` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`batch` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data untuk tabel `migrations`
--
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES
(1, '2014_10_12_000000_create_users_table', 1),
(2, '2019_12_14_000001_create_personal_access_tokens_table', 1);
-- --------------------------------------------------------
--
-- Struktur dari tabel `users`
--
CREATE TABLE `users` (
`id` bigint(20) UNSIGNED NOT NULL,
`name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`username` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`email_verified_at` timestamp NULL DEFAULT NULL,
`password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`role` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL,
`remember_token` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data untuk tabel `users`
--
INSERT INTO `users` (`id`, `name`, `username`, `email_verified_at`, `password`, `role`, `remember_token`, `created_at`, `updated_at`) VALUES
(1, 'Admin', 'admin', NULL, '$2y$10$devl27lFC4Tve3CDN5UBMu2X4RGsQkGGnEp.A4wrqOOroE.dzQQny', 'admin', NULL, '2022-01-07 19:22:24', '2022-01-07 19:22:24');
--
-- Indexes for dumped tables
--
--
-- Indeks untuk tabel `absensi`
--
ALTER TABLE `absensi`
ADD PRIMARY KEY (`id`);
--
-- Indeks untuk tabel `divisi`
--
ALTER TABLE `divisi`
ADD PRIMARY KEY (`id`);
--
-- Indeks untuk tabel `karyawan`
--
ALTER TABLE `karyawan`
ADD PRIMARY KEY (`nik`);
--
-- Indeks untuk tabel `migrations`
--
ALTER TABLE `migrations`
ADD PRIMARY KEY (`id`);
--
-- Indeks untuk tabel `users`
--
ALTER TABLE `users`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `users_email_unique` (`username`);
--
-- AUTO_INCREMENT untuk tabel yang dibuang
--
--
-- AUTO_INCREMENT untuk tabel `absensi`
--
ALTER TABLE `absensi`
MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18;
--
-- AUTO_INCREMENT untuk tabel `migrations`
--
ALTER TABLE `migrations`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT untuk tabel `users`
--
ALTER TABLE `users`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=761439;
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 */;
|
<reponame>vladislav-sidorovich/mocks-and-jdbctemplate
create table if not exists cache_table(
square integer,
id integer
); |
-- phpMyAdmin SQL Dump
-- version 5.0.4
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Mar 30, 2021 at 03:26 PM
-- Server version: 10.4.16-MariaDB
-- PHP Version: 7.4.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 */;
--
-- Database: `accounting_apps`
--
-- --------------------------------------------------------
--
-- Table structure for table `accounts_or_banks`
--
CREATE TABLE `accounts_or_banks` (
`id` int(11) NOT NULL,
`account_category_id` int(11) NOT NULL DEFAULT 0 COMMENT 'account_category_id',
`name` varchar(255) NOT NULL COMMENT 'required',
`account_id` varchar(55) DEFAULT NULL COMMENT 'optional',
`description` text DEFAULT NULL COMMENT 'optional',
`is_active` tinyint(1) NOT NULL DEFAULT 1 COMMENT '1-active,0-deactive, 2- deleted',
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL,
`admin_id` int(11) NOT NULL DEFAULT 0 COMMENT 'added by admin id',
`is_editable` tinyint(1) NOT NULL DEFAULT 0 COMMENT '0-no,yes-1',
`payment_method` varchar(10) NOT NULL DEFAULT 'B'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `accounts_or_banks`
--
INSERT INTO `accounts_or_banks` (`id`, `account_category_id`, `name`, `account_id`, `description`, `is_active`, `created_at`, `updated_at`, `admin_id`, `is_editable`, `payment_method`) VALUES
(1, 3, 'Cash on Hands', NULL, '', 1, NULL, NULL, 0, 0, 'C'),
(2, 3, 'Bank of Baroda', '36', 'varachha branch', 1, '2021-01-27 06:31:11', '2021-01-27 07:52:58', 2, 1, 'B'),
(3, 3, 'Bank of India', '25', 'yogi chowk branch', 1, '2021-01-27 06:42:05', '2021-01-27 06:42:05', 2, 1, 'B'),
(4, 3, 'SBI Bank 90', '90', 'varachha branch 90', 1, '2021-02-02 06:47:21', '2021-02-09 08:48:04', 2, 1, 'B'),
(5, 3, 'BOB of vickky', '8597556698', 'BOB of vickky', 1, '2021-02-04 07:46:19', '2021-02-04 07:46:19', 2, 1, 'B'),
(6, 4, 'SBI Credit Card', '56', NULL, 1, '2021-02-06 10:02:07', '2021-02-08 09:56:26', 2, 1, 'B'),
(7, 5, 'Bi', '56', NULL, 1, '2021-02-06 11:39:51', '2021-02-06 11:39:51', 2, 1, 'B'),
(8, 5, 'Vi bank 09', '89', NULL, 1, '2021-02-09 08:18:29', '2021-02-09 08:18:29', 2, 1, 'B'),
(9, 3, 'VB io', NULL, NULL, 1, '2021-02-09 08:48:24', '2021-02-09 08:48:24', 2, 1, 'B'),
(10, 3, 'NNNN one', NULL, NULL, 1, '2021-03-30 12:14:58', '2021-03-30 12:14:58', 2, 1, 'B'),
(11, 3, 'MMMM one', NULL, NULL, 1, '2021-03-30 12:15:07', '2021-03-30 12:15:07', 2, 1, 'B');
-- --------------------------------------------------------
--
-- Table structure for table `account_category`
--
CREATE TABLE `account_category` (
`id` int(11) NOT NULL,
`name` varchar(255) DEFAULT NULL,
`details` varchar(255) DEFAULT NULL,
`is_active` tinyint(1) NOT NULL DEFAULT 1 COMMENT '1-active,0-deactive, 2- deleted ',
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL,
`level` tinyint(1) NOT NULL DEFAULT 0 COMMENT '0-main category, 1- subcategory',
`path_to` int(11) NOT NULL DEFAULT 0,
`is_editable` tinyint(1) NOT NULL DEFAULT 0 COMMENT '0-no,yes-1'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `account_category`
--
INSERT INTO `account_category` (`id`, `name`, `details`, `is_active`, `created_at`, `updated_at`, `level`, `path_to`, `is_editable`) VALUES
(1, 'Assets', 'Assets', 1, '2021-01-25 08:10:44', '2021-01-25 08:10:44', 0, 0, 0),
(2, 'Liabilities & Credit Cards', 'Liabilities & Credit Cards', 1, '2021-01-25 08:10:44', '2021-01-25 08:10:44', 0, 0, 0),
(3, 'Cash and Bank', 'Cash and Bank', 1, '2021-01-24 18:30:00', '2021-01-25 08:11:45', 1, 1, 0),
(4, 'Credit Card', 'Credit Card', 1, '2021-01-24 18:30:00', '2021-01-25 08:11:45', 1, 2, 0),
(5, 'Money in Transit', 'Money in Transit', 1, '2021-01-24 18:30:00', '2021-01-25 08:11:45', 1, 1, 0);
-- --------------------------------------------------------
--
-- Table structure for table `admins`
--
CREATE TABLE `admins` (
`id` bigint(20) UNSIGNED NOT NULL,
`fullname` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
`email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'required',
`mobile` varchar(15) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`is_active` tinyint(1) NOT NULL DEFAULT 0 COMMENT '1-active,0-deactive, 2- deleted',
`role` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'S' COMMENT 'A-SuperAdmin/MainAdmin',
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL,
`otp` varchar(6) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `admins`
--
INSERT INTO `admins` (`id`, `fullname`, `email`, `mobile`, `password`, `is_active`, `role`, `created_at`, `updated_at`, `otp`) VALUES
(2, 'Developer', '<EMAIL>', '9878897889', '$2y$10$WCU9ZtfjM.u3wz.leOloTum2D665Pg9YxvwDJZ9nu0lM9c1edNfKS', 1, 'S', '2021-01-27 06:23:01', '2021-02-09 11:59:04', '394526'),
(3, '<NAME>', '<EMAIL>', '08990899089', '$2y$10$ioPA2PzKlR6l9ArYxQivEOjyWraGeJDWHOiWpBte89FSXDim1ezOi', 1, 'S', '2021-02-09 11:01:15', '2021-02-09 11:03:49', NULL),
(5, 'vishall', '<EMAIL>', NULL, '$2y$10$x28.x4lEAqY8S7PU5YGBJe3Znsb22Xz9rXMVoxVbX7gk8L2bQ/Qfi', 1, 'S', '2021-02-09 12:11:05', '2021-02-09 12:20:20', '628351');
-- --------------------------------------------------------
--
-- Table structure for table `bills`
--
CREATE TABLE `bills` (
`id` bigint(20) UNSIGNED NOT NULL,
`vendor_id` int(11) NOT NULL DEFAULT 0 COMMENT 'vendor_id',
`bill_notes` varchar(1000) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'optional',
`bill_number` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'optional',
`bill_date` datetime DEFAULT NULL COMMENT 'required',
`payment_due_date` datetime DEFAULT NULL,
`is_active` tinyint(1) NOT NULL DEFAULT 0 COMMENT '1-active,0-deactive, 2- deleted',
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL,
`admin_id` int(11) NOT NULL DEFAULT 0 COMMENT 'added by admin id',
`total_qty` int(11) NOT NULL DEFAULT 0,
`subtotal` decimal(25,2) NOT NULL DEFAULT 0.00,
`tax_total` decimal(25,2) NOT NULL DEFAULT 0.00,
`total` decimal(25,2) NOT NULL DEFAULT 0.00,
`bill_status` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'U' COMMENT 'bill_status',
`amount_due` decimal(17,2) NOT NULL DEFAULT 0.00 COMMENT 'amount_due',
`total_paid` decimal(25,2) NOT NULL DEFAULT 0.00
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `bills`
--
INSERT INTO `bills` (`id`, `vendor_id`, `bill_notes`, `bill_number`, `bill_date`, `payment_due_date`, `is_active`, `created_at`, `updated_at`, `admin_id`, `total_qty`, `subtotal`, `tax_total`, `total`, `bill_status`, `amount_due`, `total_paid`) VALUES
(1, 1, 'gh gf', '879', '2021-02-05 00:00:00', '2021-02-01 00:00:00', 1, '2021-02-05 12:01:28', '2021-03-30 08:50:22', 2, 2, '6491.23', '0.00', '6491.23', 'P', '0.00', '6491.23'),
(2, 2, 'gfh', 'ii99', '2021-02-05 00:00:00', '2021-02-20 00:00:00', 1, '2021-02-05 12:26:25', '2021-03-30 08:49:03', 2, 1, '4056.23', '0.00', '4056.23', 'P', '0.00', '4056.23');
-- --------------------------------------------------------
--
-- Table structure for table `bill_items`
--
CREATE TABLE `bill_items` (
`id` bigint(20) UNSIGNED NOT NULL,
`bill_id` int(11) NOT NULL DEFAULT 0 COMMENT 'bill_id',
`products_or_services_id` int(11) NOT NULL DEFAULT 0 COMMENT 'expense category only',
`description` varchar(1000) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'optional',
`qty` int(11) NOT NULL DEFAULT 1 COMMENT 'required',
`price` decimal(17,2) NOT NULL DEFAULT 0.00 COMMENT 'required',
`amount` decimal(25,2) NOT NULL DEFAULT 0.00 COMMENT 'required [qty x price]',
`totaltax` decimal(15,2) NOT NULL DEFAULT 0.00,
`is_active` tinyint(1) NOT NULL DEFAULT 0 COMMENT '1-active,0-deactive, 2- deleted',
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL,
`tax_id` int(11) NOT NULL DEFAULT 1 COMMENT 'tax_id',
`tax_rate` decimal(5,2) NOT NULL DEFAULT 0.00
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `bill_items`
--
INSERT INTO `bill_items` (`id`, `bill_id`, `products_or_services_id`, `description`, `qty`, `price`, `amount`, `totaltax`, `is_active`, `created_at`, `updated_at`, `tax_id`, `tax_rate`) VALUES
(3, 2, 7, 'electricity bill of office', 1, '4056.23', '4056.23', '0.00', 1, '2021-02-05 12:26:25', '2021-02-05 12:26:25', 1, '0.00'),
(5, 1, 4, 'my rent is ok my rent is ok my rent is ok my rent is ok', 1, '2435.00', '2435.00', '0.00', 1, '2021-02-08 13:00:31', '2021-02-08 13:00:31', 1, '0.00'),
(6, 1, 7, 'electricity bill of office', 1, '4056.23', '4056.23', '0.00', 1, '2021-02-08 13:00:31', '2021-02-08 13:00:31', 1, '0.00');
-- --------------------------------------------------------
--
-- Table structure for table `company_configurations`
--
CREATE TABLE `company_configurations` (
`id` smallint(4) UNSIGNED NOT NULL,
`company_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'Company Name',
`email` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'optional',
`mobile` varchar(15) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'optional',
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL,
`country` varchar(60) COLLATE utf8mb4_unicode_ci DEFAULT 'India',
`state` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`city` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`pincode` varchar(6) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`address` varchar(500) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`landmark` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`invoice_logo` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `company_configurations`
--
INSERT INTO `company_configurations` (`id`, `company_name`, `email`, `mobile`, `created_at`, `updated_at`, `country`, `state`, `city`, `pincode`, `address`, `landmark`, `invoice_logo`) VALUES
(1, 'Kipu Accounting', '<EMAIL>', '7889788978', '2021-01-27 09:04:26', '2021-02-04 12:02:54', 'India', 'Gujarat', 'Surat', '394569', 'Udhna Chaar Raasta near OM complex 123', 'Udhna Chaar Raasta', '601be26e3b42c1612440174.png');
-- --------------------------------------------------------
--
-- Table structure for table `customers`
--
CREATE TABLE `customers` (
`id` bigint(20) UNSIGNED NOT NULL,
`fullname` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'required',
`firstname` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'optional',
`lastname` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'optional',
`email` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'optional',
`mobile` varchar(15) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'optional',
`is_active` tinyint(1) NOT NULL DEFAULT 0 COMMENT '1-active,0-deactive, 2- deleted',
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL,
`admin_id` int(11) NOT NULL DEFAULT 0 COMMENT 'added by admin id',
`country` varchar(60) COLLATE utf8mb4_unicode_ci DEFAULT 'India',
`state` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`city` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`pincode` varchar(6) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`address` varchar(500) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`landmark` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `customers`
--
INSERT INTO `customers` (`id`, `fullname`, `firstname`, `lastname`, `email`, `mobile`, `is_active`, `created_at`, `updated_at`, `admin_id`, `country`, `state`, `city`, `pincode`, `address`, `landmark`) VALUES
(4, '<NAME>', 'vishal', 'kumar', '<EMAIL>', '7856784589', 1, '2021-01-21 09:42:44', '2021-01-28 13:01:08', 1, 'India', 'Gujarat', 'Surat', '394107', 'SHOP NO. 4039, 4TH FLOOR, NR.ROYAL SQUARE,VIP CIRCLE, SILVER BUSINESS POIN', 'near cinema house'),
(3, 'TEchnomads Infotech', 'TEchnomads', 'Infotech', '<EMAIL>', '07889788978', 1, '2021-01-21 09:29:08', '2021-01-22 11:26:25', 1, 'India', 'gujarat', 'surat', '898978', '8989, near vip circle hub', NULL),
(5, 'Naresh Kota', 'Naresh', 'Kota', '<EMAIL>', '7858785878', 1, '2021-01-22 11:28:42', '2021-01-22 11:28:42', 1, 'India', 'gujarat', 'surat', '394540', '90, surat', 'surat mahal'),
(6, 'Viral Mehta', 'Viral', 'mehta', '<EMAIL>', '9878854502', 1, '2021-01-28 10:31:48', '2021-01-28 10:31:48', 2, 'India', 'gujarat', 'surat', '394526', 'surat nagar', 'near hostpital'),
(7, '<NAME>', 'Gautam', 'Bajrangi', '<EMAIL>', '09797879878', 1, '2021-01-28 10:37:14', '2021-01-28 10:37:14', 2, 'India', NULL, NULL, NULL, NULL, NULL),
(8, 'fgjfdjfhg jfhjfghj', 'fdhdgfhf', 'fdgjhdfj', NULL, NULL, 1, '2021-01-28 10:40:30', '2021-01-28 10:40:30', 2, 'India', NULL, NULL, NULL, NULL, NULL),
(11, 'ET', 'E', 'T', NULL, NULL, 1, '2021-02-06 09:17:27', '2021-02-06 09:17:27', 2, 'India', NULL, NULL, NULL, NULL, NULL),
(10, '<NAME>', 'Govind', 'kumar', '<EMAIL>', '09966888659', 1, '2021-02-03 10:14:18', '2021-02-03 10:14:18', 2, 'India', 'Gujarat', 'Surat', '395652', '59, hariom nagar near vraj residency', NULL);
-- --------------------------------------------------------
--
-- Table structure for table `failed_jobs`
--
CREATE TABLE `failed_jobs` (
`id` bigint(20) UNSIGNED NOT NULL,
`uuid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`connection` text COLLATE utf8mb4_unicode_ci NOT NULL,
`queue` text COLLATE utf8mb4_unicode_ci NOT NULL,
`payload` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
`exception` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
`failed_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `invoices`
--
CREATE TABLE `invoices` (
`id` bigint(20) UNSIGNED NOT NULL,
`customer_id` int(11) NOT NULL DEFAULT 0,
`invoice_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`invoice_description` varchar(1000) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'optional',
`invoice_number` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'optional',
`invoice_date` datetime DEFAULT NULL COMMENT 'required',
`payment_due_date` datetime DEFAULT NULL,
`is_active` tinyint(1) NOT NULL DEFAULT 0 COMMENT '1-active,0-deactive, 2- deleted',
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL,
`admin_id` int(11) NOT NULL DEFAULT 0 COMMENT 'added by admin id',
`invoice_comment` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'remarks',
`footer_comment` varchar(1000) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`total_qty` int(11) NOT NULL DEFAULT 0,
`subtotal` decimal(25,2) NOT NULL DEFAULT 0.00,
`tax_total` decimal(25,2) NOT NULL DEFAULT 0.00,
`total` decimal(25,2) NOT NULL DEFAULT 0.00,
`invoice_status` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'U' COMMENT 'invoice_status',
`amount_due` decimal(17,2) NOT NULL DEFAULT 0.00 COMMENT 'amount_due',
`total_paid` decimal(25,2) NOT NULL DEFAULT 0.00
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `invoices`
--
INSERT INTO `invoices` (`id`, `customer_id`, `invoice_title`, `invoice_description`, `invoice_number`, `invoice_date`, `payment_due_date`, `is_active`, `created_at`, `updated_at`, `admin_id`, `invoice_comment`, `footer_comment`, `total_qty`, `subtotal`, `tax_total`, `total`, `invoice_status`, `amount_due`, `total_paid`) VALUES
(1, 4, 'Invoice Title', 'invoice of 56', '123', '2021-02-10 00:00:00', '2021-03-13 00:00:00', 1, '2021-02-05 07:59:26', '2021-03-30 08:45:45', 2, 'pay theses amount ASAP', 'footer text', 28, '72343.00', '5529.60', '77872.60', 'P', '0.00', '77872.60'),
(4, 5, 'Invoice', '46', '456', '2021-02-05 00:00:00', '2021-02-20 00:00:00', 1, '2021-02-05 13:58:52', '2021-02-05 14:05:57', 2, NULL, NULL, 15, '61514.85', '0.00', '61514.85', 'P', '0.00', '28949.85'),
(5, 4, 'Invoice', '77', 'f1111', '2021-02-05 00:00:00', '2021-02-20 00:00:00', 1, '2021-02-05 14:25:59', '2021-02-05 14:27:03', 2, NULL, NULL, 1, '20.00', '3.60', '23.60', 'P', '0.00', '118.00'),
(3, 4, 'Invoice Title', 'invoice of 56', 'fdsdvsfv', '2021-02-10 00:00:00', '2020-12-28 00:00:00', 1, '2021-02-05 13:55:36', '2021-03-30 08:40:17', 2, 'pay theses amount ASAP', 'footer text', 30, '83589.00', '5529.60', '89118.60', 'P', '0.00', '89118.60'),
(6, 6, 'Invoice 456', 'Invoice 456789', '123e', '2021-02-06 00:00:00', '2021-03-05 00:00:00', 1, '2021-02-06 05:19:06', '2021-02-06 09:16:31', 2, '234', NULL, 74, '202800.00', '26784.00', '229584.00', 'P', '0.00', '229584.00'),
(9, 11, 'Invoice', NULL, 'et#1', '2021-02-06 00:00:00', '2021-02-21 00:00:00', 1, '2021-02-06 09:17:49', '2021-02-06 09:23:23', 2, NULL, NULL, 45, '253035.00', '45546.30', '298581.30', 'P', '0.00', '305216.44'),
(8, 4, 'Invoice', 'fdghf hf', '7uuuu', '2021-02-06 00:00:00', '2021-02-21 00:00:00', 1, '2021-02-06 09:10:20', '2021-02-06 09:15:15', 2, NULL, NULL, 1, '2400.00', '0.00', '2400.00', 'P', '0.00', '2400.00'),
(10, 5, 'Invoice', '56565', '102', '2021-03-30 00:00:00', '2021-04-14 00:00:00', 1, '2021-03-30 08:39:53', '2021-03-30 08:40:08', 2, 'hello 13', NULL, 1, '2560.00', '460.80', '3020.80', 'P', '0.00', '3020.80'),
(11, 3, 'Invoice', NULL, '55', '2021-03-30 00:00:00', '2021-04-14 00:00:00', 1, '2021-03-30 09:15:29', '2021-03-30 09:15:29', 2, NULL, NULL, 1, '999.99', '0.00', '999.99', 'U', '999.99', '0.00');
-- --------------------------------------------------------
--
-- Table structure for table `invoice_items`
--
CREATE TABLE `invoice_items` (
`id` bigint(20) UNSIGNED NOT NULL,
`invoice_id` int(11) NOT NULL DEFAULT 0 COMMENT 'invoice_id',
`products_or_services_id` int(11) NOT NULL DEFAULT 0 COMMENT 'sales category only',
`description` varchar(1000) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'optional',
`qty` int(11) NOT NULL DEFAULT 1 COMMENT 'required',
`price` decimal(17,2) NOT NULL DEFAULT 0.00 COMMENT 'required',
`amount` decimal(25,2) NOT NULL DEFAULT 0.00 COMMENT 'required [qty x price]',
`totaltax` decimal(15,2) NOT NULL DEFAULT 0.00,
`is_active` tinyint(1) NOT NULL DEFAULT 0 COMMENT '1-active,0-deactive, 2- deleted',
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL,
`tax_id` int(11) NOT NULL DEFAULT 1 COMMENT 'tax_id',
`tax_rate` decimal(5,2) NOT NULL DEFAULT 0.00
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `invoice_items`
--
INSERT INTO `invoice_items` (`id`, `invoice_id`, `products_or_services_id`, `description`, `qty`, `price`, `amount`, `totaltax`, `is_active`, `created_at`, `updated_at`, `tax_id`, `tax_rate`) VALUES
(1, 1, 3, 'hifi admin panel', 12, '2560.00', '30720.00', '5529.60', 1, '2021-02-05 07:59:26', '2021-02-05 07:59:26', 2, '18.00'),
(2, 1, 8, 'per day 3-4 grapichs social media post', 15, '2400.00', '36000.00', '0.00', 1, '2021-02-05 07:59:26', '2021-02-05 07:59:26', 1, '0.00'),
(3, 1, 9, NULL, 1, '5623.00', '5623.00', '0.00', 1, '2021-02-05 07:59:26', '2021-02-05 07:59:26', 1, '0.00'),
(20, 5, 3, 'hifi admin panel', 1, '20.00', '20.00', '3.60', 1, '2021-02-05 14:27:03', '2021-02-05 14:27:03', 2, '18.00'),
(26, 8, 8, 'per day 3-4 grapichs social media post', 1, '2400.00', '2400.00', '0.00', 1, '2021-02-06 09:10:20', '2021-02-06 09:10:20', 1, '0.00'),
(16, 4, 2, 'total 5 Changes', 15, '4100.99', '61514.85', '0.00', 1, '2021-02-05 14:05:57', '2021-02-05 14:05:57', 1, '0.00'),
(31, 6, 8, 'per day 3-4 grapichs social media post', 62, '2400.00', '148800.00', '26784.00', 1, '2021-02-06 09:16:18', '2021-02-06 09:16:18', 2, '18.00'),
(30, 6, 6, 'Fancy Client website', 12, '4500.00', '54000.00', '0.00', 1, '2021-02-06 09:16:18', '2021-02-06 09:16:18', 1, '0.00'),
(37, 3, 8, 'per day 3-4 grapichs social media post', 15, '2400.00', '36000.00', '0.00', 1, '2021-02-08 12:45:59', '2021-02-08 12:45:59', 1, '0.00'),
(36, 9, 9, NULL, 45, '5623.00', '253035.00', '45546.30', 1, '2021-02-06 09:23:23', '2021-02-06 09:23:23', 2, '18.00'),
(38, 3, 3, 'hifi admin panel', 12, '2560.00', '30720.00', '5529.60', 1, '2021-02-08 12:45:59', '2021-02-08 12:45:59', 2, '18.00'),
(39, 3, 9, NULL, 3, '5623.00', '16869.00', '0.00', 1, '2021-02-08 12:45:59', '2021-02-08 12:45:59', 1, '0.00'),
(40, 10, 3, 'hifi admin panel', 1, '2560.00', '2560.00', '460.80', 1, '2021-03-30 08:39:53', '2021-03-30 08:39:53', 2, '18.00'),
(41, 11, 2, 'total 5 Changes', 1, '999.99', '999.99', '0.00', 1, '2021-03-30 09:15:29', '2021-03-30 09:15:29', 1, '0.00');
-- --------------------------------------------------------
--
-- Table structure for table `logs_deleted`
--
CREATE TABLE `logs_deleted` (
`id` bigint(20) NOT NULL,
`created_at` datetime DEFAULT NULL,
`data` text DEFAULT NULL,
`updated_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
--
-- Dumping data for table `logs_deleted`
--
INSERT INTO `logs_deleted` (`id`, `created_at`, `data`, `updated_at`) VALUES
(13, '2021-03-30 17:59:34', '{\"invoice_id\":0,\"bills_id\":0,\"transaction_date\":\"2021-03-30\",\"amount\":\"20.36\",\"sub_category_id\":\"29\",\"payment_method\":\"CC\",\"accounts_or_banks_id\":\"4\",\"notes\":null,\"description\":\"Write a Description1\",\"is_reviewed\":0,\"transaction_type\":\"Cr\",\"admin_id\":2,\"is_active\":\"1\",\"is_editable\":\"1\",\"created_at\":\"2021-03-30 17:59:34\",\"updated_at\":\"2021-03-30 17:59:34\",\"accounts_or_banks_id_transfer_fromto\":\"6\"}', '2021-03-30 17:59:34'),
(14, '2021-03-30 17:59:34', '{\"invoice_id\":0,\"bills_id\":0,\"transaction_date\":\"2021-03-30\",\"amount\":\"20.36\",\"sub_category_id\":\"29\",\"payment_method\":\"CC\",\"accounts_or_banks_id\":29,\"notes\":null,\"description\":\"Write a Description1\",\"is_reviewed\":0,\"transaction_type\":\"Dr\",\"admin_id\":2,\"is_active\":\"1\",\"is_editable\":\"1\",\"created_at\":\"2021-03-30 17:59:34\",\"updated_at\":\"2021-03-30 17:59:34\",\"accounts_or_banks_id_transfer_fromto\":\"4\"}', '2021-03-30 17:59:34'),
(15, '2021-03-30 18:01:09', '{\"invoice_id\":0,\"bills_id\":0,\"transaction_date\":\"2021-03-30\",\"amount\":\"26\",\"sub_category_id\":\"29\",\"payment_method\":\"B\",\"accounts_or_banks_id\":\"1\",\"notes\":null,\"description\":\"Write a Description1\",\"is_reviewed\":0,\"transaction_type\":\"Cr\",\"admin_id\":2,\"is_active\":\"1\",\"is_editable\":\"1\",\"created_at\":\"2021-03-30 18:01:09\",\"updated_at\":\"2021-03-30 18:01:09\",\"accounts_or_banks_id_transfer_fromto\":\"6\"}', '2021-03-30 18:01:09'),
(16, '2021-03-30 18:01:09', '{\"invoice_id\":0,\"bills_id\":0,\"transaction_date\":\"2021-03-30\",\"amount\":\"26\",\"sub_category_id\":\"29\",\"payment_method\":\"B\",\"accounts_or_banks_id\":29,\"notes\":null,\"description\":\"Write a Description1\",\"is_reviewed\":0,\"transaction_type\":\"Dr\",\"admin_id\":2,\"is_active\":\"1\",\"is_editable\":\"1\",\"created_at\":\"2021-03-30 18:01:09\",\"updated_at\":\"2021-03-30 18:01:09\",\"accounts_or_banks_id_transfer_fromto\":\"1\"}', '2021-03-30 18:01:09'),
(17, '2021-03-30 18:14:32', '{\"invoice_id\":0,\"bills_id\":0,\"transaction_date\":\"2021-03-30\",\"amount\":\"23\",\"sub_category_id\":\"30\",\"payment_method\":\"B\",\"accounts_or_banks_id\":\"1\",\"notes\":null,\"description\":\"ggsgfg\",\"is_reviewed\":0,\"transaction_type\":\"Dr\",\"admin_id\":2,\"is_active\":\"1\",\"is_editable\":\"1\",\"created_at\":\"2021-03-30 18:14:32\",\"updated_at\":\"2021-03-30 18:14:32\",\"accounts_or_banks_id_transfer_fromto\":\"4\"}', '2021-03-30 18:14:32'),
(18, '2021-03-30 18:14:32', '{\"invoice_id\":0,\"bills_id\":0,\"transaction_date\":\"2021-03-30\",\"amount\":\"23\",\"sub_category_id\":\"30\",\"payment_method\":\"B\",\"accounts_or_banks_id\":\"4\",\"notes\":null,\"description\":\"ggsgfg\",\"is_reviewed\":0,\"transaction_type\":\"Cr\",\"admin_id\":2,\"is_active\":\"1\",\"is_editable\":\"1\",\"created_at\":\"2021-03-30 18:14:32\",\"updated_at\":\"2021-03-30 18:14:32\",\"accounts_or_banks_id_transfer_fromto\":\"1\"}', '2021-03-30 18:14:32'),
(19, '2021-03-30 18:15:36', '{\"invoice_id\":0,\"bills_id\":0,\"transaction_date\":\"2021-03-31\",\"amount\":\"236\",\"sub_category_id\":\"29\",\"payment_method\":\"CQ\",\"accounts_or_banks_id\":\"9\",\"notes\":null,\"description\":\"klklklkl\",\"is_reviewed\":0,\"transaction_type\":\"Cr\",\"admin_id\":2,\"is_active\":\"1\",\"is_editable\":\"1\",\"created_at\":\"2021-03-30 18:15:36\",\"updated_at\":\"2021-03-30 18:15:36\",\"accounts_or_banks_id_transfer_fromto\":\"4\"}', '2021-03-30 18:15:36'),
(20, '2021-03-30 18:15:36', '{\"invoice_id\":0,\"bills_id\":0,\"transaction_date\":\"2021-03-31\",\"amount\":\"236\",\"sub_category_id\":30,\"payment_method\":\"CQ\",\"accounts_or_banks_id\":\"4\",\"notes\":null,\"description\":\"klklklkl\",\"is_reviewed\":0,\"transaction_type\":\"Dr\",\"admin_id\":2,\"is_active\":\"1\",\"is_editable\":\"1\",\"created_at\":\"2021-03-30 18:15:36\",\"updated_at\":\"2021-03-30 18:15:36\",\"accounts_or_banks_id_transfer_fromto\":\"9\"}', '2021-03-30 18:15:36'),
(21, '2021-03-30 18:23:09', '{\"invoice_id\":0,\"bills_id\":0,\"transaction_date\":\"2021-04-01\",\"amount\":\"0.00\",\"sub_category_id\":\"30\",\"payment_method\":\"CQ\",\"accounts_or_banks_id\":\"1\",\"notes\":null,\"description\":\"s11111\",\"is_reviewed\":0,\"transaction_type\":\"Dr\",\"admin_id\":2,\"is_active\":\"1\",\"is_editable\":\"1\",\"created_at\":\"2021-03-30 18:23:09\",\"updated_at\":\"2021-03-30 18:23:09\",\"accounts_or_banks_id_transfer_fromto\":\"3\"}', '2021-03-30 18:23:09'),
(22, '2021-03-30 18:23:09', '{\"invoice_id\":0,\"bills_id\":0,\"transaction_date\":\"2021-04-01\",\"amount\":\"0.00\",\"sub_category_id\":29,\"payment_method\":\"CQ\",\"accounts_or_banks_id\":\"3\",\"notes\":null,\"description\":\"s11111\",\"is_reviewed\":0,\"transaction_type\":\"Cr\",\"admin_id\":2,\"is_active\":\"1\",\"is_editable\":\"1\",\"created_at\":\"2021-03-30 18:23:09\",\"updated_at\":\"2021-03-30 18:23:09\",\"accounts_or_banks_id_transfer_fromto\":\"1\"}', '2021-03-30 18:23:09'),
(23, '2021-03-30 18:25:21', '{\"invoice_id\":0,\"bills_id\":0,\"transaction_date\":\"2021-04-06\",\"amount\":\"1234.23\",\"sub_category_id\":\"29\",\"payment_method\":\"CQ\",\"accounts_or_banks_id\":\"2\",\"notes\":null,\"description\":\"kkkkkkkkkk11\",\"is_reviewed\":0,\"transaction_type\":\"Cr\",\"admin_id\":2,\"is_active\":\"1\",\"is_editable\":\"1\",\"created_at\":\"2021-03-30 18:25:21\",\"updated_at\":\"2021-03-30 18:25:21\",\"accounts_or_banks_id_transfer_fromto\":\"5\"}', '2021-03-30 18:25:21'),
(24, '2021-03-30 18:25:21', '{\"invoice_id\":0,\"bills_id\":0,\"transaction_date\":\"2021-04-06\",\"amount\":\"1234.23\",\"sub_category_id\":30,\"payment_method\":\"CQ\",\"accounts_or_banks_id\":\"5\",\"notes\":null,\"description\":\"kkkkkkkkkk11\",\"is_reviewed\":0,\"transaction_type\":\"Dr\",\"admin_id\":2,\"is_active\":\"1\",\"is_editable\":\"1\",\"created_at\":\"2021-03-30 18:25:21\",\"updated_at\":\"2021-03-30 18:25:21\",\"accounts_or_banks_id_transfer_fromto\":\"2\"}', '2021-03-30 18:25:21'),
(25, '2021-03-30 18:33:01', '{\"invoice_id\":0,\"bills_id\":0,\"transaction_date\":\"2021-04-11\",\"amount\":\"5600\",\"sub_category_id\":\"29\",\"payment_method\":\"C\",\"accounts_or_banks_id\":\"2\",\"notes\":null,\"description\":\"tytytyy\",\"is_reviewed\":0,\"transaction_type\":\"Cr\",\"admin_id\":2,\"is_active\":\"1\",\"is_editable\":\"1\",\"created_at\":\"2021-03-30 18:33:01\",\"updated_at\":\"2021-03-30 18:33:01\",\"accounts_or_banks_id_transfer_fromto\":\"7\"}', '2021-03-30 18:33:01'),
(26, '2021-03-30 18:33:01', '{\"invoice_id\":0,\"bills_id\":0,\"transaction_date\":\"2021-04-11\",\"amount\":\"5600\",\"sub_category_id\":30,\"payment_method\":\"C\",\"accounts_or_banks_id\":\"7\",\"notes\":null,\"description\":\"tytytyy\",\"is_reviewed\":0,\"transaction_type\":\"Dr\",\"admin_id\":2,\"is_active\":\"1\",\"is_editable\":\"1\",\"created_at\":\"2021-03-30 18:33:01\",\"updated_at\":\"2021-03-30 18:33:01\",\"accounts_or_banks_id_transfer_fromto\":\"2\"}', '2021-03-30 18:33:01'),
(27, '2021-03-30 18:33:58', '{\"invoice_id\":0,\"bills_id\":0,\"transaction_date\":\"2021-03-30\",\"amount\":\"4997\",\"sub_category_id\":\"30\",\"payment_method\":\"CQ\",\"accounts_or_banks_id\":\"2\",\"notes\":\"469146\",\"description\":\"<PASSWORD>\",\"is_reviewed\":0,\"transaction_type\":\"Dr\",\"admin_id\":2,\"is_active\":\"1\",\"is_editable\":\"1\",\"created_at\":\"2021-03-30 18:33:58\",\"updated_at\":\"2021-03-30 18:33:58\",\"accounts_or_banks_id_transfer_fromto\":\"1\"}', '2021-03-30 18:33:58'),
(28, '2021-03-30 18:33:58', '{\"invoice_id\":0,\"bills_id\":0,\"transaction_date\":\"2021-03-30\",\"amount\":\"4997\",\"sub_category_id\":29,\"payment_method\":\"CQ\",\"accounts_or_banks_id\":\"1\",\"notes\":\"469146\",\"description\":\"jgghjh54\",\"is_reviewed\":0,\"transaction_type\":\"Cr\",\"admin_id\":2,\"is_active\":\"1\",\"is_editable\":\"1\",\"created_at\":\"2021-03-30 18:33:58\",\"updated_at\":\"2021-03-30 18:33:58\",\"accounts_or_banks_id_transfer_fromto\":\"2\"}', '2021-03-30 18:33:58'),
(29, '2021-03-30 18:35:09', '[{\"id\":1,\"transaction_date\":\"2021-03-30 00:00:00\",\"amount\":\"26.00\",\"payment_method\":\"B\",\"accounts_or_banks_id\":1,\"accounts_or_banks_id_transfer_fromto\":6,\"is_active\":1,\"created_at\":\"2021-03-30T12:31:09.000000Z\",\"updated_at\":\"2021-03-30T12:33:48.000000Z\",\"is_editable\":1,\"notes\":null,\"description\":\"Write a Description1\",\"is_reviewed\":1,\"transaction_type\":\"Cr\",\"invoice_id\":0,\"bills_id\":0,\"sub_category_id\":29,\"admin_id\":2}]', '2021-03-30 18:35:09'),
(30, '2021-03-30 18:35:11', '[{\"id\":3,\"transaction_date\":\"2021-03-30 00:00:00\",\"amount\":\"23.00\",\"payment_method\":\"B\",\"accounts_or_banks_id\":1,\"accounts_or_banks_id_transfer_fromto\":4,\"is_active\":1,\"created_at\":\"2021-03-30T12:44:32.000000Z\",\"updated_at\":\"2021-03-30T12:44:32.000000Z\",\"is_editable\":1,\"notes\":null,\"description\":\"ggsgfg\",\"is_reviewed\":0,\"transaction_type\":\"Dr\",\"invoice_id\":0,\"bills_id\":0,\"sub_category_id\":30,\"admin_id\":2}]', '2021-03-30 18:35:11'),
(31, '2021-03-30 18:35:28', '[{\"id\":4,\"transaction_date\":\"2021-03-30 00:00:00\",\"amount\":\"23.00\",\"payment_method\":\"B\",\"accounts_or_banks_id\":4,\"accounts_or_banks_id_transfer_fromto\":1,\"is_active\":1,\"created_at\":\"2021-03-30T12:44:32.000000Z\",\"updated_at\":\"2021-03-30T12:44:32.000000Z\",\"is_editable\":1,\"notes\":null,\"description\":\"ggsgfg\",\"is_reviewed\":0,\"transaction_type\":\"Cr\",\"invoice_id\":0,\"bills_id\":0,\"sub_category_id\":30,\"admin_id\":2}]', '2021-03-30 18:35:28'),
(32, '2021-03-30 18:36:06', '{\"invoice_id\":0,\"bills_id\":0,\"transaction_date\":\"2021-03-30\",\"amount\":\"100\",\"sub_category_id\":\"30\",\"payment_method\":\"C\",\"accounts_or_banks_id\":\"2\",\"notes\":null,\"description\":\"ghkhkjhkj\",\"is_reviewed\":0,\"transaction_type\":\"Dr\",\"admin_id\":2,\"is_active\":\"1\",\"is_editable\":\"1\",\"created_at\":\"2021-03-30 18:36:06\",\"updated_at\":\"2021-03-30 18:36:06\",\"accounts_or_banks_id_transfer_fromto\":\"5\"}', '2021-03-30 18:36:06'),
(33, '2021-03-30 18:36:06', '{\"invoice_id\":0,\"bills_id\":0,\"transaction_date\":\"2021-03-30\",\"amount\":\"100\",\"sub_category_id\":29,\"payment_method\":\"C\",\"accounts_or_banks_id\":\"5\",\"notes\":null,\"description\":\"ghkhkjhkj\",\"is_reviewed\":0,\"transaction_type\":\"Cr\",\"admin_id\":2,\"is_active\":\"1\",\"is_editable\":\"1\",\"created_at\":\"2021-03-30 18:36:06\",\"updated_at\":\"2021-03-30 18:36:06\",\"accounts_or_banks_id_transfer_fromto\":\"2\"}', '2021-03-30 18:36:06'),
(34, '2021-03-30 18:38:42', '{\"invoice_id\":0,\"bills_id\":0,\"transaction_date\":\"2021-03-30\",\"amount\":\"100\",\"sub_category_id\":\"30\",\"payment_method\":\"CQ\",\"accounts_or_banks_id\":\"5\",\"notes\":null,\"description\":\"fgdfgdfg\",\"is_reviewed\":0,\"transaction_type\":\"Dr\",\"admin_id\":2,\"is_active\":\"1\",\"is_editable\":\"1\",\"created_at\":\"2021-03-30 18:38:42\",\"updated_at\":\"2021-03-30 18:38:42\",\"accounts_or_banks_id_transfer_fromto\":\"1\"}', '2021-03-30 18:38:42'),
(35, '2021-03-30 18:38:42', '{\"invoice_id\":0,\"bills_id\":0,\"transaction_date\":\"2021-03-30\",\"amount\":\"100\",\"sub_category_id\":29,\"payment_method\":\"CQ\",\"accounts_or_banks_id\":\"1\",\"notes\":null,\"description\":\"fgdfgdfg\",\"is_reviewed\":0,\"transaction_type\":\"Cr\",\"admin_id\":2,\"is_active\":\"1\",\"is_editable\":\"1\",\"created_at\":\"2021-03-30 18:38:42\",\"updated_at\":\"2021-03-30 18:38:42\",\"accounts_or_banks_id_transfer_fromto\":\"5\"}', '2021-03-30 18:38:42'),
(36, '2021-03-30 18:39:17', '[{\"id\":4,\"transaction_date\":\"2021-03-30 00:00:00\",\"amount\":\"100.00\",\"payment_method\":\"CQ\",\"accounts_or_banks_id\":1,\"accounts_or_banks_id_transfer_fromto\":5,\"is_active\":1,\"created_at\":\"2021-03-30T13:08:42.000000Z\",\"updated_at\":\"2021-03-30T13:08:42.000000Z\",\"is_editable\":1,\"notes\":null,\"description\":\"fgdfgdfg\",\"is_reviewed\":0,\"transaction_type\":\"Cr\",\"invoice_id\":0,\"bills_id\":0,\"sub_category_id\":29,\"admin_id\":2}]', '2021-03-30 18:39:17'),
(37, '2021-03-30 18:39:19', '[{\"id\":3,\"transaction_date\":\"2021-03-30 00:00:00\",\"amount\":\"100.00\",\"payment_method\":\"CQ\",\"accounts_or_banks_id\":5,\"accounts_or_banks_id_transfer_fromto\":1,\"is_active\":1,\"created_at\":\"2021-03-30T13:08:42.000000Z\",\"updated_at\":\"2021-03-30T13:08:42.000000Z\",\"is_editable\":1,\"notes\":null,\"description\":\"fgdfgdfg\",\"is_reviewed\":0,\"transaction_type\":\"Dr\",\"invoice_id\":0,\"bills_id\":0,\"sub_category_id\":30,\"admin_id\":2}]', '2021-03-30 18:39:19'),
(38, '2021-03-30 18:39:46', '[{\"id\":1,\"transaction_date\":\"2021-03-30 00:00:00\",\"amount\":\"100.00\",\"payment_method\":\"C\",\"accounts_or_banks_id\":2,\"accounts_or_banks_id_transfer_fromto\":5,\"is_active\":1,\"created_at\":\"2021-03-30T13:06:06.000000Z\",\"updated_at\":\"2021-03-30T13:06:06.000000Z\",\"is_editable\":1,\"notes\":null,\"description\":\"ghkhkjhkj\",\"is_reviewed\":0,\"transaction_type\":\"Dr\",\"invoice_id\":0,\"bills_id\":0,\"sub_category_id\":30,\"admin_id\":2}]', '2021-03-30 18:39:46'),
(39, '2021-03-30 18:39:49', '[{\"id\":2,\"transaction_date\":\"2021-03-30 00:00:00\",\"amount\":\"100.00\",\"payment_method\":\"C\",\"accounts_or_banks_id\":5,\"accounts_or_banks_id_transfer_fromto\":2,\"is_active\":1,\"created_at\":\"2021-03-30T13:06:06.000000Z\",\"updated_at\":\"2021-03-30T13:06:06.000000Z\",\"is_editable\":1,\"notes\":null,\"description\":\"ghkhkjhkj\",\"is_reviewed\":0,\"transaction_type\":\"Cr\",\"invoice_id\":0,\"bills_id\":0,\"sub_category_id\":29,\"admin_id\":2}]', '2021-03-30 18:39:49'),
(40, '2021-03-30 18:40:09', '{\"invoice_id\":0,\"bills_id\":0,\"transaction_date\":\"2021-03-30\",\"amount\":\"100\",\"sub_category_id\":\"30\",\"payment_method\":\"C\",\"accounts_or_banks_id\":\"2\",\"notes\":null,\"description\":\"kgkgh\",\"is_reviewed\":0,\"transaction_type\":\"Dr\",\"admin_id\":2,\"is_active\":\"1\",\"is_editable\":\"1\",\"created_at\":\"2021-03-30 18:40:09\",\"updated_at\":\"2021-03-30 18:40:09\",\"accounts_or_banks_id_transfer_fromto\":\"1\"}', '2021-03-30 18:40:09'),
(41, '2021-03-30 18:40:09', '{\"invoice_id\":0,\"bills_id\":0,\"transaction_date\":\"2021-03-30\",\"amount\":\"100\",\"sub_category_id\":29,\"payment_method\":\"C\",\"accounts_or_banks_id\":\"1\",\"notes\":null,\"description\":\"kgkgh\",\"is_reviewed\":0,\"transaction_type\":\"Cr\",\"admin_id\":2,\"is_active\":\"1\",\"is_editable\":\"1\",\"created_at\":\"2021-03-30 18:40:09\",\"updated_at\":\"2021-03-30 18:40:09\",\"accounts_or_banks_id_transfer_fromto\":\"2\"}', '2021-03-30 18:40:09'),
(42, '2021-03-30 18:41:15', '{\"invoice_id\":0,\"bills_id\":0,\"transaction_date\":\"2021-03-30\",\"amount\":\"1000\",\"sub_category_id\":\"29\",\"payment_method\":\"CQ\",\"accounts_or_banks_id\":\"2\",\"notes\":null,\"description\":\"Write a Description1uiuiu\",\"is_reviewed\":0,\"transaction_type\":\"Cr\",\"admin_id\":2,\"is_active\":\"1\",\"is_editable\":\"1\",\"created_at\":\"2021-03-30 18:41:15\",\"updated_at\":\"2021-03-30 18:41:15\",\"accounts_or_banks_id_transfer_fromto\":\"1\"}', '2021-03-30 18:41:15'),
(43, '2021-03-30 18:41:15', '{\"invoice_id\":0,\"bills_id\":0,\"transaction_date\":\"2021-03-30\",\"amount\":\"1000\",\"sub_category_id\":30,\"payment_method\":\"CQ\",\"accounts_or_banks_id\":\"1\",\"notes\":null,\"description\":\"Write a Description1uiuiu\",\"is_reviewed\":0,\"transaction_type\":\"Dr\",\"admin_id\":2,\"is_active\":\"1\",\"is_editable\":\"1\",\"created_at\":\"2021-03-30 18:41:15\",\"updated_at\":\"2021-03-30 18:41:15\",\"accounts_or_banks_id_transfer_fromto\":\"2\"}', '2021-03-30 18:41:15'),
(44, '2021-03-30 18:41:48', '[{\"id\":8,\"transaction_date\":\"2021-03-30 00:00:00\",\"amount\":\"1000.00\",\"payment_method\":\"CQ\",\"accounts_or_banks_id\":1,\"accounts_or_banks_id_transfer_fromto\":2,\"is_active\":1,\"created_at\":\"2021-03-30T13:11:15.000000Z\",\"updated_at\":\"2021-03-30T13:11:15.000000Z\",\"is_editable\":1,\"notes\":null,\"description\":\"Write a Description1uiuiu\",\"is_reviewed\":0,\"transaction_type\":\"Dr\",\"invoice_id\":0,\"bills_id\":0,\"sub_category_id\":30,\"admin_id\":2}]', '2021-03-30 18:41:48'),
(45, '2021-03-30 18:41:51', '[{\"id\":7,\"transaction_date\":\"2021-03-30 00:00:00\",\"amount\":\"1000.00\",\"payment_method\":\"CQ\",\"accounts_or_banks_id\":2,\"accounts_or_banks_id_transfer_fromto\":1,\"is_active\":1,\"created_at\":\"2021-03-30T13:11:15.000000Z\",\"updated_at\":\"2021-03-30T13:11:15.000000Z\",\"is_editable\":1,\"notes\":null,\"description\":\"Write a Description1uiuiu\",\"is_reviewed\":0,\"transaction_type\":\"Cr\",\"invoice_id\":0,\"bills_id\":0,\"sub_category_id\":29,\"admin_id\":2}]', '2021-03-30 18:41:51');
-- --------------------------------------------------------
--
-- Table structure for table `main_category`
--
CREATE TABLE `main_category` (
`id` int(11) NOT NULL,
`name` varchar(255) DEFAULT NULL,
`name2` varchar(255) DEFAULT NULL,
`details` varchar(255) DEFAULT NULL,
`is_active` tinyint(1) NOT NULL DEFAULT 1 COMMENT '1-active,0-deactive, 2- deleted',
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL,
`is_editable` tinyint(1) NOT NULL DEFAULT 0 COMMENT '0-no,yes-1',
`mainaccount_type` varchar(10) NOT NULL DEFAULT 'I' COMMENT 'mainaccount_type'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `main_category`
--
INSERT INTO `main_category` (`id`, `name`, `name2`, `details`, `is_active`, `created_at`, `updated_at`, `is_editable`, `mainaccount_type`) VALUES
(1, 'Income', 'Sale', 'Income Account', 1, '2021-01-18 10:57:04', '2021-01-18 10:57:04', 0, 'I'),
(2, 'Expense', 'Buy', 'Expense Account', 1, '2021-01-18 10:57:04', '2021-01-18 10:57:04', 0, 'E');
-- --------------------------------------------------------
--
-- Table structure for table `migrations`
--
CREATE TABLE `migrations` (
`id` int(10) UNSIGNED NOT NULL,
`migration` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`batch` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `migrations`
--
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES
(1, '2014_10_12_000000_create_users_table', 1),
(2, '2014_10_12_100000_create_password_resets_table', 1),
(3, '2019_08_19_000000_create_failed_jobs_table', 1);
-- --------------------------------------------------------
--
-- Table structure for table `password_resets`
--
CREATE TABLE `password_resets` (
`email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`token` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `products_or_services`
--
CREATE TABLE `products_or_services` (
`id` int(11) NOT NULL,
`sub_category_id` varchar(50) NOT NULL DEFAULT '0' COMMENT 'sub_category id IN()',
`name` varchar(255) NOT NULL COMMENT 'required',
`description` text DEFAULT NULL COMMENT 'optional',
`price` decimal(25,2) NOT NULL DEFAULT 0.00,
`is_active` tinyint(1) NOT NULL DEFAULT 1 COMMENT '1-active,0-deactive, 2- deleted',
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL,
`tax_id` int(11) NOT NULL DEFAULT 1 COMMENT 'tax id',
`admin_id` int(11) NOT NULL DEFAULT 0 COMMENT 'added by admin id'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `products_or_services`
--
INSERT INTO `products_or_services` (`id`, `sub_category_id`, `name`, `description`, `price`, `is_active`, `created_at`, `updated_at`, `tax_id`, `admin_id`) VALUES
(1, '1', 'YTBHH', 'fghj g jghj ghjghj', '10.00', 2, '2021-01-19 08:34:08', '2021-01-19 08:34:08', 1, 0),
(2, '1', '5 Changes', 'total 5 Changes', '999.99', 1, '2021-01-19 08:34:08', '2021-02-01 06:59:21', 1, 0),
(3, '1', 'admin panel', 'hifi admin panel', '2560.00', 1, '2021-01-19 10:37:33', '2021-02-01 06:57:55', 2, 1),
(4, '6', 'my rent for shop', 'my rent is ok my rent is ok my rent is ok my rent is ok', '2435.00', 1, '2021-01-19 10:41:25', '2021-02-03 10:06:52', 1, 1),
(6, '1', 'Client website', 'Fancy Client website', '4500.00', 1, '2021-01-21 09:47:22', '2021-02-01 06:58:42', 1, 1),
(7, '12', 'electricity bill', 'electricity bill of office', '4056.23', 1, '2021-01-21 09:48:31', '2021-01-21 09:48:31', 1, 1),
(8, '1', 'Graphics Monthly', 'per day 3-4 grapichs social media post', '2400.00', 1, '2021-02-01 07:00:26', '2021-02-01 07:00:26', 1, 2),
(9, '1', 'Web Design #234', NULL, '5623.00', 1, '2021-02-04 07:24:10', '2021-02-04 07:24:10', 2, 2),
(10, '1', 'Admin Template #26', 'Admin Template id #26', '5600.00', 1, '2021-02-04 07:25:48', '2021-02-04 07:27:26', 1, 2),
(11, '1', 'Admin Template #27', 'Admin Template id #27', '2300.00', 1, '2021-02-04 07:27:08', '2021-02-04 07:27:08', 2, 2),
(12, '9', 'my house rent', 'my house rent january 2020', '5926.00', 1, '2021-02-04 07:34:35', '2021-02-04 07:34:35', 2, 2),
(13, '8', 'my house rent', NULL, '0.00', 1, '2021-02-04 07:34:56', '2021-02-04 07:34:56', 1, 2);
-- --------------------------------------------------------
--
-- Table structure for table `short_helper`
--
CREATE TABLE `short_helper` (
`id` int(11) UNSIGNED NOT NULL,
`name` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`short` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL,
`details` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'for what',
`is_active` tinyint(2) NOT NULL DEFAULT 1 COMMENT '1-active,0-deactive, 2-deleted',
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL,
`classhtml` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'span class'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `short_helper`
--
INSERT INTO `short_helper` (`id`, `name`, `short`, `details`, `type`, `is_active`, `created_at`, `updated_at`, `classhtml`) VALUES
(1, 'Income', 'I', 'Income Account', 'mainaccount_type', 1, '2021-01-18 11:52:56', '2021-01-18 11:52:56', NULL),
(2, 'Expense', 'E', 'Expense Account', 'mainaccount_type', 1, '2021-01-22 11:52:56', '2021-01-22 11:52:56', NULL),
(3, 'Account', 'A', 'Account', 'mainaccount_type', 1, '2021-01-22 11:52:56', '2021-01-22 11:52:56', NULL),
(4, 'Paid', 'P', 'Invoice Paid', 'invoice_status', 1, '2021-01-22 11:52:56', '2021-01-22 11:52:56', 'success'),
(5, 'Unpaid', 'U', 'Invoice UnPaid', 'invoice_status', 1, '2021-01-22 11:52:56', '2021-01-22 11:52:56', 'danger'),
(6, 'Draft', 'D', 'Invoice Draft', 'invoice_status', 1, '2021-01-22 11:52:56', '2021-01-22 11:52:56', 'warning'),
(7, 'Partial', 'R', 'Invoice Partial', 'invoice_status', 1, '2021-01-22 11:52:56', '2021-01-22 11:52:56', 'info'),
(8, 'Bank Payment', 'B', 'Bank Payment Method', 'payment_method', 1, '2021-01-22 11:52:56', '2021-01-22 11:52:56', ''),
(9, 'Cash', 'C', 'cash Method', 'payment_method', 1, '2021-01-22 11:52:56', '2021-01-22 11:52:56', ''),
(10, 'Cheque', 'CQ', 'Cheque Method', 'payment_method', 1, '2021-01-22 11:52:56', '2021-01-22 11:52:56', ''),
(11, 'Credit Card', 'CC', 'Credit Card Method', 'payment_method', 1, '2021-01-22 11:52:56', '2021-01-22 11:52:56', ''),
(12, 'Paypal', 'P', 'Paypal', 'payment_method', 1, '2021-01-22 11:52:56', '2021-01-22 11:52:56', ''),
(13, 'Other', 'O', 'Other Method', 'payment_method', 1, '2021-01-22 11:52:56', '2021-01-22 11:52:56', ''),
(14, 'Debit', 'Dr', 'Debit', 'transaction_type', 1, '2021-01-22 11:52:56', '2021-01-22 11:52:56', ''),
(15, 'Credit', 'Cr', 'Credit', 'transaction_type', 1, '2021-01-22 11:52:56', '2021-01-22 11:52:56', ''),
(16, 'Paid', 'P', 'Bill Paid', 'bill_status', 1, '2021-01-22 11:52:56', '2021-01-22 11:52:56', 'success'),
(17, 'Unpaid', 'U', 'Bill UnPaid', 'bill_status', 1, '2021-01-22 11:52:56', '2021-01-22 11:52:56', 'danger'),
(18, 'Deposit', 'Cr', 'Deposit', 'deposit_or_withdrawal', 1, '2021-02-03 11:52:56', '2021-01-22 11:52:56', ''),
(19, 'Withdraw', 'Dr', 'Withdraw', 'deposit_or_withdrawal', 1, '2021-02-03 11:52:56', '2021-01-22 11:52:56', ''),
(20, 'Reviewed', '1', 'Reviewed', 'is_reviewed_type', 1, '2021-02-08 11:52:56', '2021-01-22 11:52:56', ''),
(21, 'Not Reviewed', '0', 'Not Reviewed', 'is_reviewed_type', 1, '2021-02-08 11:52:56', '2021-01-22 11:52:56', '');
-- --------------------------------------------------------
--
-- Table structure for table `sub_category`
--
CREATE TABLE `sub_category` (
`id` int(11) NOT NULL,
`main_category_id` int(11) NOT NULL DEFAULT 0 COMMENT 'main_category id',
`name` varchar(255) DEFAULT NULL,
`name2` varchar(255) DEFAULT NULL,
`details` varchar(255) DEFAULT NULL,
`is_active` tinyint(1) NOT NULL DEFAULT 1 COMMENT '1-active,0-deactive, 2- deleted',
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL,
`is_editable` tinyint(1) NOT NULL DEFAULT 0 COMMENT '0-no,yes-1'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `sub_category`
--
INSERT INTO `sub_category` (`id`, `main_category_id`, `name`, `name2`, `details`, `is_active`, `created_at`, `updated_at`, `is_editable`) VALUES
(1, 1, 'Sales', NULL, 'Sales', 1, '2021-01-18 11:00:04', '2021-01-18 11:00:04', 0),
(2, 2, 'Accounting Fees', NULL, 'Accounting Fees', 1, '2021-01-18 11:00:04', '2021-01-18 11:00:04', 0),
(3, 2, 'Advertising & Promotion', NULL, 'Advertising & Promotion', 1, '2021-01-18 11:00:04', '2021-01-18 11:00:04', 0),
(4, 2, 'Bank Service Charges', NULL, 'Bank Service Charges', 1, '2021-01-18 11:00:04', '2021-01-18 11:00:04', 0),
(5, 2, 'Computer – Hardware', NULL, 'Computer – Hardware', 1, '2021-01-18 11:00:04', '2021-01-18 11:00:04', 0),
(6, 2, 'Computer – Hosting', NULL, 'Computer – Hosting', 1, '2021-01-18 11:00:04', '2021-01-18 11:00:04', 0),
(7, 2, 'Computer – Internet', NULL, 'Computer – Internet', 1, '2021-01-18 11:00:04', '2021-01-18 11:00:04', 0),
(8, 2, 'Computer – Software', NULL, 'Computer – Software', 1, '2021-01-18 11:00:04', '2021-01-18 11:00:04', 0),
(9, 2, 'Depreciation Expense', NULL, 'Depreciation Expense', 1, '2021-01-18 11:00:04', '2021-01-18 11:00:04', 0),
(10, 2, 'Dues & Subscriptions', NULL, 'Dues & Subscriptions', 1, '2021-01-18 11:00:04', '2021-01-18 11:00:04', 0),
(11, 2, 'Equipment Lease or Rental', NULL, 'Equipment Lease or Rental', 1, '2021-01-18 11:00:04', '2021-01-18 11:00:04', 0),
(12, 2, 'Insurance – Vehicles', NULL, 'Insurance – Vehicles', 1, '2021-01-18 11:00:04', '2021-01-18 11:00:04', 0),
(13, 2, 'Interest Expense', NULL, 'Interest Expense', 1, '2021-01-18 11:00:04', '2021-01-18 11:00:04', 0),
(14, 2, 'Loss on Foreign Exchange', NULL, 'Loss on Foreign Exchange', 1, '2021-01-18 11:00:04', '2021-01-18 11:00:04', 0),
(15, 2, 'Meals and Entertainment', NULL, 'Meals and Entertainment', 1, '2021-01-18 11:00:04', '2021-01-18 11:00:04', 0),
(16, 2, 'Office Supplies', NULL, 'Office Supplies', 1, '2021-01-18 11:00:04', '2021-01-18 11:00:04', 0),
(17, 2, 'Payroll – Employee Benefits', NULL, 'Payroll – Employee Benefits', 1, '2021-01-18 11:00:04', '2021-01-18 11:00:04', 0),
(20, 1, 'Gautam Own Sale group', NULL, NULL, 1, '2021-02-04 09:15:50', '2021-02-04 09:15:50', 1),
(21, 2, 'Gautam Own Expense group', 'Gautam Own Expense group rtgetr', 'Gautam Own Expense group 1', 1, '2021-02-04 09:19:37', '2021-02-04 09:35:53', 1),
(22, 1, 'Invoice Payment', 'Invoice Payment', 'Invoice Payment', 1, '2021-02-05 09:36:45', '2021-02-05 09:36:45', 0),
(23, 2, 'Bill Payment', 'Bill Payment', 'Bill Payment', 1, '2021-02-05 09:37:01', '2021-02-05 09:37:01', 0),
(24, 2, 'Expense Mine', NULL, NULL, 1, '2021-02-09 09:55:14', '2021-02-09 09:55:14', 1),
(29, 1, 'Transfer From Bank, Credit Card or Loan', 'Transfer From XXXXXX Bank', 'Transfer From XXXXXX Bank', 1, '2021-03-30 10:01:48', '2021-03-30 10:01:48', 0),
(30, 2, 'Transfer To Bank, Credit Card or Loan', 'Transfer To XXXXXX Bank', 'Transfer To XXXXXX Bank', 1, '2021-03-30 10:01:48', '2021-03-30 10:01:48', 0);
-- --------------------------------------------------------
--
-- Table structure for table `tax`
--
CREATE TABLE `tax` (
`id` int(11) NOT NULL,
`name` varchar(255) NOT NULL COMMENT 'required',
`current_tax_rate` decimal(4,2) NOT NULL DEFAULT 0.00 COMMENT 'required',
`abbreviation` varchar(55) NOT NULL COMMENT 'required',
`details` varchar(255) DEFAULT NULL COMMENT 'optional',
`is_active` tinyint(1) NOT NULL DEFAULT 1 COMMENT '1-active,0-deactive, 2- deleted',
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL,
`is_editable` tinyint(1) NOT NULL DEFAULT 0 COMMENT '0-no,yes-1'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `tax`
--
INSERT INTO `tax` (`id`, `name`, `current_tax_rate`, `abbreviation`, `details`, `is_active`, `created_at`, `updated_at`, `is_editable`) VALUES
(2, 'GST', '18.00', 'GST', 'Goods and Services Tax', 1, '2021-01-18 11:30:12', '2021-01-18 11:30:12', 0),
(1, 'Select-Tax', '0.00', 'Select-Tax', 'Zero-Tax', 1, '2021-01-18 11:30:12', '2021-01-18 11:30:12', 0);
-- --------------------------------------------------------
--
-- Table structure for table `transactions`
--
CREATE TABLE `transactions` (
`id` bigint(20) NOT NULL,
`transaction_date` datetime NOT NULL COMMENT 'required',
`amount` decimal(25,2) NOT NULL DEFAULT 0.00 COMMENT 'required',
`payment_method` varchar(20) NOT NULL DEFAULT 'C' COMMENT 'required',
`accounts_or_banks_id` int(11) DEFAULT 1 COMMENT 'required',
`accounts_or_banks_id_transfer_fromto` int(11) DEFAULT NULL COMMENT 'null for not transfer type else bank id',
`is_active` tinyint(1) NOT NULL DEFAULT 1 COMMENT '1-active,0-deactive, 2- deleted',
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL,
`is_editable` tinyint(1) NOT NULL DEFAULT 0 COMMENT '0-no,yes-1',
`notes` varchar(1000) DEFAULT NULL,
`description` varchar(1000) DEFAULT NULL COMMENT 'title description',
`is_reviewed` tinyint(1) NOT NULL DEFAULT 0 COMMENT '0-no, 1-yes',
`transaction_type` varchar(2) NOT NULL DEFAULT 'Dr' COMMENT 'required',
`invoice_id` int(11) NOT NULL DEFAULT 0 COMMENT 'invoices id',
`bills_id` int(11) NOT NULL DEFAULT 0 COMMENT 'bills id',
`sub_category_id` int(11) NOT NULL DEFAULT 0 COMMENT 'sub_category id',
`admin_id` int(11) NOT NULL DEFAULT 0 COMMENT 'added by'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `transactions`
--
INSERT INTO `transactions` (`id`, `transaction_date`, `amount`, `payment_method`, `accounts_or_banks_id`, `accounts_or_banks_id_transfer_fromto`, `is_active`, `created_at`, `updated_at`, `is_editable`, `notes`, `description`, `is_reviewed`, `transaction_type`, `invoice_id`, `bills_id`, `sub_category_id`, `admin_id`) VALUES
(9, '2021-03-30 00:00:00', '1230.00', 'CQ', 4, NULL, 1, '2021-03-30 13:12:59', '2021-03-30 13:14:24', 1, 'fhghf', 'fghfgh fg hghfg', 0, 'Dr', 0, 0, 30, 2),
(5, '2021-03-30 00:00:00', '100.00', 'C', 2, 1, 1, '2021-03-30 13:10:09', '2021-03-30 13:10:09', 1, NULL, 'kgkgh', 0, 'Dr', 0, 0, 30, 2),
(6, '2021-03-30 00:00:00', '100.00', 'C', 1, 2, 1, '2021-03-30 13:10:09', '2021-03-30 13:10:09', 1, NULL, 'kgkgh', 0, 'Cr', 0, 0, 29, 2),
(10, '2021-03-30 00:00:00', '56.00', 'B', 1, NULL, 1, '2021-03-30 13:20:11', '2021-03-30 13:20:11', 1, NULL, 'Write a Description1 dtyhdfthfy', 0, 'Dr', 0, 0, 4, 2);
-- --------------------------------------------------------
--
-- Table structure for table `users`
--
CREATE TABLE `users` (
`id` bigint(20) UNSIGNED NOT NULL,
`name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`email_verified_at` timestamp NULL DEFAULT NULL,
`password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`remember_token` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `vendors`
--
CREATE TABLE `vendors` (
`id` bigint(20) UNSIGNED NOT NULL,
`fullname` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'required',
`firstname` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'optional',
`lastname` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'optional',
`email` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'optional',
`mobile` varchar(15) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'optional',
`is_active` tinyint(1) NOT NULL DEFAULT 0 COMMENT '1-active,0-deactive, 2- deleted',
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL,
`admin_id` int(11) NOT NULL DEFAULT 0 COMMENT 'added by admin id',
`country` varchar(60) COLLATE utf8mb4_unicode_ci DEFAULT 'India',
`state` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`city` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`pincode` varchar(6) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`address` varchar(500) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`landmark` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `vendors`
--
INSERT INTO `vendors` (`id`, `fullname`, `firstname`, `lastname`, `email`, `mobile`, `is_active`, `created_at`, `updated_at`, `admin_id`, `country`, `state`, `city`, `pincode`, `address`, `landmark`) VALUES
(1, 'TEchnomads Infotech', 'Vendor', 'Kumar', '<EMAIL>', '07889788978', 1, '2021-01-22 11:38:28', '2021-02-03 10:18:30', 1, 'India', 'gujarat', 'surat', '898978', '8989, near vip circle hub', 'near cinema house'),
(2, 'Hemant Pvt Ltd.', 'Hemant', 'Vasava', '<EMAIL>', '7845780212', 1, '2021-02-03 08:55:39', '2021-02-03 10:18:58', 2, 'India', 'gujarat', 'surat', '365989', 'Saniya nagar near mall', 'surat'),
(3, '<NAME>', 'Govind', 'kumar', '<EMAIL>', '09966888659', 1, '2021-02-03 10:15:48', '2021-02-03 11:35:16', 2, 'India', 'Gujarat', 'Surat', '395652', '59, hariom nagar near vraj residency', NULL),
(4, 'Viral Media', NULL, NULL, '<EMAIL>', NULL, 1, '2021-02-03 10:22:47', '2021-02-03 10:23:05', 2, 'India', NULL, NULL, NULL, NULL, NULL);
--
-- Indexes for dumped tables
--
--
-- Indexes for table `accounts_or_banks`
--
ALTER TABLE `accounts_or_banks`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `account_category`
--
ALTER TABLE `account_category`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `admins`
--
ALTER TABLE `admins`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `bills`
--
ALTER TABLE `bills`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `bill_items`
--
ALTER TABLE `bill_items`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `company_configurations`
--
ALTER TABLE `company_configurations`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `customers`
--
ALTER TABLE `customers`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `failed_jobs`
--
ALTER TABLE `failed_jobs`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `invoices`
--
ALTER TABLE `invoices`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `invoice_items`
--
ALTER TABLE `invoice_items`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `logs_deleted`
--
ALTER TABLE `logs_deleted`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `main_category`
--
ALTER TABLE `main_category`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `migrations`
--
ALTER TABLE `migrations`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `password_resets`
--
ALTER TABLE `password_resets`
ADD KEY `password_resets_email_index` (`email`);
--
-- Indexes for table `products_or_services`
--
ALTER TABLE `products_or_services`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `short_helper`
--
ALTER TABLE `short_helper`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `sub_category`
--
ALTER TABLE `sub_category`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `tax`
--
ALTER TABLE `tax`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `transactions`
--
ALTER TABLE `transactions`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `users`
--
ALTER TABLE `users`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `vendors`
--
ALTER TABLE `vendors`
ADD PRIMARY KEY (`id`);
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `accounts_or_banks`
--
ALTER TABLE `accounts_or_banks`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;
--
-- AUTO_INCREMENT for table `account_category`
--
ALTER TABLE `account_category`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
--
-- AUTO_INCREMENT for table `admins`
--
ALTER TABLE `admins`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
--
-- AUTO_INCREMENT for table `bills`
--
ALTER TABLE `bills`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT for table `bill_items`
--
ALTER TABLE `bill_items`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
--
-- AUTO_INCREMENT for table `company_configurations`
--
ALTER TABLE `company_configurations`
MODIFY `id` smallint(4) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `customers`
--
ALTER TABLE `customers`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;
--
-- AUTO_INCREMENT for table `failed_jobs`
--
ALTER TABLE `failed_jobs`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `invoices`
--
ALTER TABLE `invoices`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;
--
-- AUTO_INCREMENT for table `invoice_items`
--
ALTER TABLE `invoice_items`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=42;
--
-- AUTO_INCREMENT for table `logs_deleted`
--
ALTER TABLE `logs_deleted`
MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=46;
--
-- AUTO_INCREMENT for table `main_category`
--
ALTER TABLE `main_category`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
--
-- AUTO_INCREMENT for table `migrations`
--
ALTER TABLE `migrations`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT for table `products_or_services`
--
ALTER TABLE `products_or_services`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;
--
-- AUTO_INCREMENT for table `short_helper`
--
ALTER TABLE `short_helper`
MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22;
--
-- AUTO_INCREMENT for table `sub_category`
--
ALTER TABLE `sub_category`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=31;
--
-- AUTO_INCREMENT for table `tax`
--
ALTER TABLE `tax`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT for table `transactions`
--
ALTER TABLE `transactions`
MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;
--
-- AUTO_INCREMENT for table `users`
--
ALTER TABLE `users`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `vendors`
--
ALTER TABLE `vendors`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
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 */;
|
DELETE t_parametros WHERE k_dominio.f_id_modulo(id_dominio) = 'MSJ';
|
-- phpMyAdmin SQL Dump
-- version 5.0.2
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Jan 30, 2021 at 02:19 PM
-- Server version: 10.4.14-MariaDB
-- PHP Version: 7.2.33
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 */;
--
-- Database: `main_pos`
--
-- --------------------------------------------------------
--
-- Table structure for table `backup`
--
CREATE TABLE `backup` (
`id` bigint(20) NOT NULL,
`file_url` text COLLATE utf8_unicode_ci NOT NULL,
`created_by` bigint(20) UNSIGNED DEFAULT NULL,
`updated_by` bigint(20) UNSIGNED DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `bills`
--
CREATE TABLE `bills` (
`id` bigint(20) UNSIGNED NOT NULL,
`bill_number` text COLLATE utf8mb4_unicode_ci NOT NULL,
`bill_date` date NOT NULL,
`vendor_id` bigint(20) UNSIGNED NOT NULL,
`bill_amount` double NOT NULL,
`due_amount` double NOT NULL,
`return_amount` double DEFAULT NULL,
`total_discount` double NOT NULL,
`adjustment_type` tinyint(4) DEFAULT NULL COMMENT '0= % 1= BDT',
`total_adjustment` double DEFAULT NULL,
`total_tax` double DEFAULT NULL,
`tax_type` tinyint(4) DEFAULT NULL COMMENT '0= % 1= BDT',
`vat_type` tinyint(4) DEFAULT NULL COMMENT '0= % 1= BDT',
`total_vat` double DEFAULT NULL,
`adjustment_note` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`bill_note` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`total_discount_type` tinyint(4) DEFAULT NULL,
`total_discount_amount` double DEFAULT NULL,
`total_discount_note` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`branch_id` bigint(20) UNSIGNED DEFAULT NULL,
`created_by` bigint(20) UNSIGNED DEFAULT NULL,
`updated_by` bigint(20) UNSIGNED DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL,
`cash_given` double DEFAULT NULL,
`change_amount` double DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `bills`
--
INSERT INTO `bills` (`id`, `bill_number`, `bill_date`, `vendor_id`, `bill_amount`, `due_amount`, `return_amount`, `total_discount`, `adjustment_type`, `total_adjustment`, `total_tax`, `tax_type`, `vat_type`, `total_vat`, `adjustment_note`, `bill_note`, `total_discount_type`, `total_discount_amount`, `total_discount_note`, `branch_id`, `created_by`, `updated_by`, `created_at`, `updated_at`, `cash_given`, `change_amount`) VALUES
(16, '1', '2021-01-25', 2, 928225, 926725, 0, 0, NULL, NULL, NULL, NULL, 0, 15, NULL, NULL, 1, 5000, NULL, NULL, 1, 1, '2021-01-25 07:18:08', '2021-01-30 12:34:01', NULL, 0),
(17, '2', '2021-01-26', 2, 9332.25, 8532.25, NULL, 0, NULL, NULL, NULL, NULL, 0, 15, NULL, NULL, 1, 0, NULL, NULL, 1, NULL, '2021-01-26 07:50:24', '2021-01-26 07:50:24', NULL, 0),
(18, '3', '2021-01-27', 2, 9332.25, 9332.25, NULL, 0, NULL, NULL, NULL, NULL, 0, 15, NULL, NULL, 1, 0, NULL, NULL, 1, 1, '2021-01-27 04:50:40', '2021-01-27 04:50:55', NULL, 0);
-- --------------------------------------------------------
--
-- Table structure for table `bill_entries`
--
CREATE TABLE `bill_entries` (
`id` bigint(20) UNSIGNED NOT NULL,
`bill_id` bigint(20) UNSIGNED NOT NULL,
`product_id` bigint(20) UNSIGNED NOT NULL,
`product_entry_id` bigint(20) UNSIGNED NOT NULL,
`vendor_id` bigint(20) UNSIGNED NOT NULL,
`rate` double NOT NULL,
`quantity` double NOT NULL DEFAULT 1,
`total_amount` double NOT NULL,
`discount_type` tinyint(4) NOT NULL COMMENT '0= % 1= BDT',
`discount_amount` double NOT NULL,
`branch_id` bigint(20) UNSIGNED DEFAULT NULL,
`created_by` bigint(20) UNSIGNED DEFAULT NULL,
`updated_by` bigint(20) UNSIGNED DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `bill_entries`
--
INSERT INTO `bill_entries` (`id`, `bill_id`, `product_id`, `product_entry_id`, `vendor_id`, `rate`, `quantity`, `total_amount`, `discount_type`, `discount_amount`, `branch_id`, `created_by`, `updated_by`, `created_at`, `updated_at`) VALUES
(71, 16, 21, 264, 2, 8115, 100, 811500, 0, 0, NULL, 1, NULL, '2021-01-25 07:18:32', NULL),
(72, 17, 21, 263, 2, 8115, 1, 8115, 0, 0, NULL, 1, NULL, '2021-01-26 07:50:24', NULL),
(74, 18, 21, 263, 2, 8115, 1, 8115, 0, 0, NULL, 1, NULL, '2021-01-27 04:50:55', NULL);
-- --------------------------------------------------------
--
-- Table structure for table `branches`
--
CREATE TABLE `branches` (
`id` bigint(20) UNSIGNED NOT NULL,
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`description` text COLLATE utf8_unicode_ci DEFAULT NULL,
`created_by` bigint(20) UNSIGNED DEFAULT NULL,
`updated_by` bigint(20) UNSIGNED DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `categories`
--
CREATE TABLE `categories` (
`id` bigint(20) UNSIGNED NOT NULL,
`name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`status` tinyint(4) NOT NULL COMMENT '1=active 0=inactive',
`branch_id` bigint(20) UNSIGNED DEFAULT NULL,
`created_by` bigint(20) UNSIGNED DEFAULT NULL,
`updated_by` bigint(20) UNSIGNED DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `categories`
--
INSERT INTO `categories` (`id`, `name`, `status`, `branch_id`, `created_by`, `updated_by`, `created_at`, `updated_at`) VALUES
(8, 'Satar', 1, NULL, 1, NULL, '2021-01-01 01:01:25', '2021-01-01 01:01:25'),
(9, 'R.A.K', 1, NULL, 1, NULL, '2021-01-01 01:01:43', '2021-01-01 01:01:43'),
(10, 'Stella', 1, NULL, 1, NULL, '2021-01-01 01:02:07', '2021-01-01 01:02:07'),
(11, 'Glory', 1, NULL, 1, NULL, '2021-01-01 01:02:27', '2021-01-01 01:02:27'),
(12, 'BISF', 1, NULL, 1, NULL, '2021-01-01 01:02:56', '2021-01-01 01:02:56'),
(13, 'N/A', 1, NULL, 1, NULL, '2021-01-11 18:25:15', '2021-01-11 18:25:15'),
(16, 'NPoly', 1, NULL, 1, NULL, '2021-01-11 18:35:55', '2021-01-11 18:35:55');
-- --------------------------------------------------------
--
-- Table structure for table `customers`
--
CREATE TABLE `customers` (
`id` bigint(20) UNSIGNED NOT NULL,
`name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`phone` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`email` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`address` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`nid_number` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`image` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`alternative_contact` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`contact_type` tinyint(4) NOT NULL COMMENT '0= customer 1= Supplier 2= Employee 3= Reference',
`joining_date` date DEFAULT NULL,
`designation` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`salary` double DEFAULT NULL,
`user_id` bigint(20) UNSIGNED DEFAULT NULL,
`branch_id` bigint(20) UNSIGNED DEFAULT NULL,
`opening_balance` double DEFAULT NULL,
`created_by` bigint(20) UNSIGNED DEFAULT NULL,
`updated_by` bigint(20) UNSIGNED DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `customers`
--
INSERT INTO `customers` (`id`, `name`, `phone`, `email`, `address`, `nid_number`, `image`, `alternative_contact`, `contact_type`, `joining_date`, `designation`, `salary`, `user_id`, `branch_id`, `opening_balance`, `created_by`, `updated_by`, `created_at`, `updated_at`) VALUES
(1, 'Walk-In Customer', NULL, NULL, NULL, NULL, NULL, NULL, 0, '2021-01-03', NULL, NULL, NULL, NULL, NULL, 1, NULL, '2021-01-03 07:38:36', '2021-01-03 07:38:36'),
(2, 'Walk-In Supplier', NULL, NULL, NULL, NULL, NULL, NULL, 1, '2021-01-03', NULL, NULL, NULL, NULL, NULL, 1, NULL, '2021-01-03 07:38:49', '2021-01-03 07:38:49'),
(21, '<NAME>', '01718937082', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2021-01-25 10:26:36', '2021-01-25 10:26:36'),
(22, '<NAME>', '01905111957', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2021-01-25 10:26:50', '2021-01-25 10:26:50'),
(23, 'Reza', '01854785825', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2021-01-25 11:26:22', '2021-01-25 11:26:22'),
(24, 'Sultan', '017586985', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2021-01-25 11:26:34', '2021-01-25 11:26:34'),
(25, '<NAME>', '01458785825', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2021-01-25 11:27:08', '2021-01-25 11:27:08'),
(26, '<NAME>', '01785254512', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2021-01-25 11:27:24', '2021-01-25 11:27:24'),
(27, '<NAME>', '01715658545', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2021-01-25 11:27:56', '2021-01-25 11:27:56'),
(28, 'Alifian Shopping', '01722947428', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2021-01-25 11:28:16', '2021-01-25 11:28:16'),
(29, '<NAME>', '01778548589', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2021-01-25 11:28:49', '2021-01-25 11:28:49'),
(30, '<NAME>', '01785254569', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2021-01-25 11:29:02', '2021-01-25 11:29:02'),
(31, '<NAME>', '01785698958', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2021-01-25 11:29:20', '2021-01-25 11:29:20'),
(32, 'Asraful', '01452857858', NULL, 'Dimla', NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2021-01-26 06:17:31', '2021-01-26 06:17:31'),
(33, 'R', '01452854587', NULL, 'WE', NULL, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2021-01-26 06:18:13', '2021-01-26 06:18:13'),
(34, 'RTR', '01458589658', NULL, 'ass', NULL, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2021-01-26 06:23:25', '2021-01-26 06:23:25'),
(35, 'Vision TV Supplier', '01', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2021-01-28 05:43:31', '2021-01-28 05:43:31'),
(36, '<NAME>', '01', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2021-01-28 05:44:06', '2021-01-28 05:44:06'),
(37, '<NAME>', '01', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2021-01-28 05:44:16', '2021-01-28 05:44:16'),
(38, 'fd', '323', NULL, 'ddf', NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2021-01-28 07:20:08', '2021-01-28 07:20:08'),
(39, 'weew', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2021-01-28 07:21:43', '2021-01-28 07:21:43'),
(40, 'dsdsadsdad', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2021-01-28 07:21:52', '2021-01-28 07:21:52');
-- --------------------------------------------------------
--
-- Table structure for table `discounts`
--
CREATE TABLE `discounts` (
`id` bigint(20) UNSIGNED NOT NULL,
`type` tinyint(4) NOT NULL COMMENT '0=coupons 1=membership',
`coupon_code` bigint(20) DEFAULT NULL,
`card_number` double DEFAULT NULL,
`phone_number` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`issue_date` date NOT NULL,
`expire_date` date NOT NULL,
`discount_type` tinyint(4) NOT NULL COMMENT '0= % 1= BDT',
`discount_amount` double NOT NULL,
`note` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`status` tinyint(4) NOT NULL COMMENT '0=inactive 1=active',
`branch_id` bigint(20) UNSIGNED DEFAULT NULL,
`created_by` bigint(20) UNSIGNED DEFAULT NULL,
`updated_by` bigint(20) UNSIGNED DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `discount_products`
--
CREATE TABLE `discount_products` (
`id` bigint(20) UNSIGNED NOT NULL,
`discount_id` bigint(20) UNSIGNED NOT NULL,
`product_id` bigint(20) UNSIGNED NOT NULL,
`branch_id` bigint(20) UNSIGNED DEFAULT NULL,
`created_by` bigint(20) UNSIGNED DEFAULT NULL,
`updated_by` bigint(20) UNSIGNED DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `expenses`
--
CREATE TABLE `expenses` (
`id` bigint(20) UNSIGNED NOT NULL,
`expense_category_id` bigint(20) UNSIGNED NOT NULL,
`expense_date` date NOT NULL,
`expense_number` text COLLATE utf8mb4_unicode_ci NOT NULL,
`amount` double NOT NULL,
`note` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`user_id` bigint(20) UNSIGNED DEFAULT NULL,
`salary_type` tinyint(4) DEFAULT NULL COMMENT '0=Salary 1=Service Charge',
`branch_id` bigint(20) UNSIGNED DEFAULT NULL,
`paid_through_id` bigint(20) UNSIGNED DEFAULT NULL,
`account_information` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`created_by` bigint(20) UNSIGNED DEFAULT NULL,
`updated_by` bigint(20) UNSIGNED DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `expenses`
--
INSERT INTO `expenses` (`id`, `expense_category_id`, `expense_date`, `expense_number`, `amount`, `note`, `user_id`, `salary_type`, `branch_id`, `paid_through_id`, `account_information`, `created_by`, `updated_by`, `created_at`, `updated_at`) VALUES
(15, 4, '2021-01-24', '1', 50000, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2021-01-24 06:43:57', '2021-01-24 06:43:57'),
(16, 2, '2021-01-26', '2', 500, 'ps1', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, NULL),
(17, 2, '2021-01-26', '3', 300, 'ps2', NULL, NULL, NULL, 4, NULL, 1, NULL, NULL, NULL),
(18, 4, '2021-01-26', '2', 5000, NULL, NULL, NULL, NULL, 2, '1221', 1, 1, '2021-01-26 08:32:29', '2021-01-26 09:04:24');
-- --------------------------------------------------------
--
-- Table structure for table `expense_categories`
--
CREATE TABLE `expense_categories` (
`id` bigint(20) UNSIGNED NOT NULL,
`name` text COLLATE utf8mb4_unicode_ci NOT NULL,
`branch_id` bigint(20) UNSIGNED DEFAULT NULL,
`created_by` bigint(20) UNSIGNED DEFAULT NULL,
`updated_by` bigint(20) UNSIGNED DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `expense_categories`
--
INSERT INTO `expense_categories` (`id`, `name`, `branch_id`, `created_by`, `updated_by`, `created_at`, `updated_at`) VALUES
(1, 'Employee Salary', NULL, 1, NULL, '2021-01-03 07:43:18', '2021-01-03 07:43:18'),
(2, 'Product Purchase', NULL, 1, NULL, '2021-01-03 07:43:30', '2021-01-03 07:43:30'),
(4, 'House Rent', NULL, 1, NULL, '2021-01-24 06:43:20', '2021-01-24 06:43:20');
-- --------------------------------------------------------
--
-- Table structure for table `failed_jobs`
--
CREATE TABLE `failed_jobs` (
`id` bigint(20) UNSIGNED NOT NULL,
`connection` text COLLATE utf8mb4_unicode_ci NOT NULL,
`queue` text COLLATE utf8mb4_unicode_ci NOT NULL,
`payload` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
`exception` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
`failed_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `incomes`
--
CREATE TABLE `incomes` (
`id` bigint(20) UNSIGNED NOT NULL,
`income_category_id` bigint(20) UNSIGNED NOT NULL,
`income_date` date NOT NULL,
`income_number` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`amount` double NOT NULL,
`note` text COLLATE utf8_unicode_ci DEFAULT NULL,
`paid_through_id` bigint(20) UNSIGNED DEFAULT NULL,
`account_information` text COLLATE utf8_unicode_ci DEFAULT NULL,
`created_by` bigint(20) UNSIGNED DEFAULT NULL,
`updated_by` bigint(20) UNSIGNED DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `income_categories`
--
CREATE TABLE `income_categories` (
`id` bigint(20) UNSIGNED NOT NULL,
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`created_by` bigint(20) UNSIGNED DEFAULT NULL,
`updated_by` bigint(20) UNSIGNED DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `invoices`
--
CREATE TABLE `invoices` (
`id` bigint(20) UNSIGNED NOT NULL,
`invoice_number` text COLLATE utf8mb4_unicode_ci NOT NULL,
`invoice_date` date NOT NULL,
`customer_id` bigint(20) UNSIGNED NOT NULL,
`reference_id` bigint(20) UNSIGNED DEFAULT NULL,
`customer_name` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`customer_phone` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`invoice_amount` double NOT NULL,
`due_amount` double NOT NULL,
`return_amount` double DEFAULT NULL,
`total_buy_price` double NOT NULL,
`total_discount` double NOT NULL,
`total_adjustment` double DEFAULT NULL,
`total_tax` double DEFAULT NULL,
`tax_type` tinyint(4) DEFAULT NULL COMMENT '0= % 1= BDT',
`vat_type` tinyint(4) DEFAULT NULL COMMENT '0= % 1= BDT',
`total_vat` double DEFAULT NULL,
`adjustment_type` tinyint(4) DEFAULT NULL COMMENT '0= % 1= BDT',
`adjustment_note` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`invoice_note` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`discount_code` double DEFAULT NULL,
`total_discount_type` tinyint(4) DEFAULT NULL,
`total_discount_amount` double DEFAULT NULL,
`total_discount_note` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`branch_id` bigint(20) UNSIGNED DEFAULT NULL,
`cash_given` double DEFAULT NULL,
`change_amount` double DEFAULT NULL,
`created_by` bigint(20) UNSIGNED DEFAULT NULL,
`updated_by` bigint(20) UNSIGNED DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `invoices`
--
INSERT INTO `invoices` (`id`, `invoice_number`, `invoice_date`, `customer_id`, `reference_id`, `customer_name`, `customer_phone`, `invoice_amount`, `due_amount`, `return_amount`, `total_buy_price`, `total_discount`, `total_adjustment`, `total_tax`, `tax_type`, `vat_type`, `total_vat`, `adjustment_type`, `adjustment_note`, `invoice_note`, `discount_code`, `total_discount_type`, `total_discount_amount`, `total_discount_note`, `branch_id`, `cash_given`, `change_amount`, `created_by`, `updated_by`, `created_at`, `updated_at`) VALUES
(53, '1', '2021-01-25', 1, NULL, NULL, NULL, 27422.25, 0, NULL, 24715, 0, NULL, NULL, NULL, 0, 15, NULL, NULL, NULL, NULL, 1, 1000, NULL, NULL, NULL, 0, 1, 1, '2021-01-25 07:03:59', '2021-01-26 10:48:57'),
(54, '2', '2021-01-26', 1, NULL, NULL, NULL, 9332.25, 0, NULL, 8115, 0, NULL, NULL, NULL, 0, 15, NULL, NULL, NULL, NULL, 1, 0, NULL, NULL, NULL, 0, 1, NULL, '2021-01-26 06:06:51', '2021-01-26 10:48:57'),
(55, '3', '2021-01-26', 1, NULL, NULL, NULL, 9257.5, 0, NULL, 8050, 0, NULL, NULL, NULL, 0, 15, NULL, NULL, NULL, NULL, 1, 0, NULL, NULL, NULL, 0, 1, NULL, '2021-01-26 06:07:09', '2021-01-26 10:48:57'),
(56, '4', '2021-01-26', 1, NULL, NULL, NULL, 8078.75, 0, NULL, 7025, 0, NULL, NULL, NULL, 0, 15, NULL, NULL, NULL, NULL, 1, 0, NULL, NULL, NULL, 0, 1, NULL, '2021-01-26 06:07:29', '2021-01-26 10:50:14'),
(57, '5', '2021-01-26', 1, NULL, NULL, NULL, 13984, 11574.75, NULL, 12160, 0, NULL, NULL, NULL, 0, 15, NULL, NULL, NULL, NULL, 1, 0, NULL, NULL, NULL, 0, 1, NULL, '2021-01-26 06:11:33', '2021-01-26 10:53:18'),
(58, '6', '2021-01-26', 1, NULL, NULL, NULL, 13984, 13984, NULL, 12160, 0, NULL, NULL, NULL, 0, 15, NULL, NULL, NULL, NULL, 1, 0, NULL, NULL, NULL, 0, 1, NULL, '2021-01-26 06:11:51', '2021-01-26 06:11:51'),
(59, '7', '2021-01-26', 1, NULL, NULL, NULL, 7187.5, 7187.5, NULL, 6250, 0, NULL, NULL, NULL, 0, 15, NULL, NULL, NULL, NULL, 1, 0, NULL, NULL, NULL, 0, 1, 1, '2021-01-26 06:12:33', '2021-01-26 06:25:00'),
(60, '8', '2021-01-26', 1, NULL, NULL, NULL, 21781, 17700, NULL, 18940, 0, NULL, NULL, NULL, 0, 15, NULL, NULL, NULL, NULL, 1, 0, NULL, NULL, 1781, 0, 1, NULL, '2021-01-26 07:28:41', '2021-01-26 07:43:44'),
(61, '9', '2021-01-30', 1, NULL, NULL, NULL, 9332.25, 7632.25, NULL, 8115, 0, NULL, NULL, NULL, 0, 15, NULL, NULL, NULL, NULL, 1, 0, NULL, NULL, NULL, 0, 1, NULL, '2021-01-30 04:09:23', '2021-01-30 12:16:47');
-- --------------------------------------------------------
--
-- Table structure for table `invoice_entries`
--
CREATE TABLE `invoice_entries` (
`id` bigint(20) UNSIGNED NOT NULL,
`invoice_id` bigint(20) UNSIGNED NOT NULL,
`product_id` bigint(20) UNSIGNED NOT NULL,
`product_entry_id` bigint(20) UNSIGNED NOT NULL,
`customer_id` bigint(20) UNSIGNED NOT NULL,
`reference_id` bigint(20) UNSIGNED DEFAULT NULL,
`buy_price` double NOT NULL,
`rate` double NOT NULL,
`quantity` double NOT NULL DEFAULT 1,
`total_amount` double NOT NULL,
`discount_type` tinyint(4) NOT NULL COMMENT '0= % 1= BDT',
`discount_amount` double NOT NULL,
`branch_id` bigint(20) UNSIGNED DEFAULT NULL,
`created_by` bigint(20) UNSIGNED DEFAULT NULL,
`updated_by` bigint(20) UNSIGNED DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `invoice_entries`
--
INSERT INTO `invoice_entries` (`id`, `invoice_id`, `product_id`, `product_entry_id`, `customer_id`, `reference_id`, `buy_price`, `rate`, `quantity`, `total_amount`, `discount_type`, `discount_amount`, `branch_id`, `created_by`, `updated_by`, `created_at`, `updated_at`) VALUES
(126, 53, 21, 263, 1, NULL, 8115, 8115, 1, 8115, 0, 0, NULL, 1, NULL, NULL, NULL),
(127, 53, 21, 265, 1, NULL, 8300, 8300, 2, 16600, 0, 0, NULL, 1, NULL, NULL, NULL),
(128, 54, 21, 264, 1, NULL, 8115, 8115, 1, 8115, 0, 0, NULL, 1, NULL, '2021-01-26 06:06:51', NULL),
(129, 55, 21, 268, 1, NULL, 8050, 8050, 1, 8050, 0, 0, NULL, 1, NULL, '2021-01-26 06:07:09', NULL),
(130, 56, 21, 266, 1, NULL, 7025, 7025, 1, 7025, 0, 0, NULL, 1, NULL, '2021-01-26 06:07:29', NULL),
(131, 57, 21, 267, 1, NULL, 12160, 12160, 1, 12160, 0, 0, NULL, 1, NULL, '2021-01-26 06:11:33', NULL),
(132, 58, 21, 267, 1, NULL, 12160, 12160, 1, 12160, 0, 0, NULL, 1, NULL, '2021-01-26 06:11:51', NULL),
(135, 59, 21, 272, 1, NULL, 6250, 6250, 1, 6250, 0, 0, NULL, 1, NULL, NULL, NULL),
(136, 60, 21, 267, 1, NULL, 12160, 12160, 1, 12160, 0, 0, NULL, 1, NULL, '2021-01-26 07:28:41', NULL),
(137, 60, 21, 270, 1, NULL, 6780, 6780, 1, 6780, 0, 0, NULL, 1, NULL, '2021-01-26 07:28:41', NULL),
(138, 61, 21, 264, 1, NULL, 8115, 8115, 1, 8115, 0, 0, NULL, 1, NULL, '2021-01-30 04:09:23', NULL);
-- --------------------------------------------------------
--
-- Table structure for table `items`
--
CREATE TABLE `items` (
`id` bigint(20) UNSIGNED NOT NULL,
`sub_category_id` bigint(20) UNSIGNED NOT NULL,
`name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`status` tinyint(4) NOT NULL COMMENT '1=active 0=inactive',
`branch_id` bigint(20) UNSIGNED DEFAULT NULL,
`created_by` bigint(20) UNSIGNED DEFAULT NULL,
`updated_by` bigint(20) UNSIGNED DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `message_deliveries`
--
CREATE TABLE `message_deliveries` (
`id` bigint(20) UNSIGNED NOT NULL,
`message_id` bigint(20) UNSIGNED NOT NULL,
`customer_id` bigint(20) UNSIGNED DEFAULT NULL,
`phone_book_id` bigint(20) UNSIGNED DEFAULT NULL,
`created_by` bigint(20) UNSIGNED DEFAULT NULL,
`updated_by` bigint(20) UNSIGNED DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `message_deliveries`
--
INSERT INTO `message_deliveries` (`id`, `message_id`, `customer_id`, `phone_book_id`, `created_by`, `updated_by`, `created_at`, `updated_at`) VALUES
(12, 1, 23, NULL, 1, NULL, '2021-01-25 12:57:43', NULL),
(13, 1, 24, NULL, 1, NULL, '2021-01-25 12:57:43', NULL),
(14, 1, 25, NULL, 1, NULL, '2021-01-25 12:57:43', NULL),
(15, 1, 26, NULL, 1, NULL, '2021-01-25 12:57:43', NULL),
(16, 1, 27, NULL, 1, NULL, '2021-01-25 12:57:43', NULL),
(17, 1, 28, NULL, 1, NULL, '2021-01-25 12:57:43', NULL),
(18, 1, 29, NULL, 1, NULL, '2021-01-25 12:57:43', NULL),
(19, 1, 30, NULL, 1, NULL, '2021-01-25 12:57:43', NULL),
(20, 1, 31, NULL, 1, NULL, '2021-01-25 12:57:43', NULL);
-- --------------------------------------------------------
--
-- Table structure for table `message_lists`
--
CREATE TABLE `message_lists` (
`id` bigint(20) UNSIGNED NOT NULL,
`title` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`body` text COLLATE utf8_unicode_ci NOT NULL,
`created_by` bigint(20) UNSIGNED DEFAULT NULL,
`updated_by` bigint(20) UNSIGNED DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `message_lists`
--
INSERT INTO `message_lists` (`id`, `title`, `body`, `created_by`, `updated_by`, `created_at`, `updated_at`) VALUES
(1, 'Big Sales', 'রুই ১.৫+, টাকা ২৬৫/কেজি \r\nমার্ক্স্ মিল্ক ৫০০ গ্রাম, টাকা ৫০ ছাড় ', 1, 1, '2021-01-25 10:03:42', '2021-01-25 13:35:05');
-- --------------------------------------------------------
--
-- Table structure for table `migrations`
--
CREATE TABLE `migrations` (
`id` int(10) UNSIGNED NOT NULL,
`migration` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`batch` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `migrations`
--
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES
(1, '2014_10_12_000000_create_users_table', 1),
(2, '2014_10_12_100000_create_password_resets_table', 1),
(3, '2019_08_19_000000_create_failed_jobs_table', 1);
-- --------------------------------------------------------
--
-- Table structure for table `modules`
--
CREATE TABLE `modules` (
`id` bigint(20) UNSIGNED NOT NULL,
`name` text COLLATE utf8mb4_unicode_ci NOT NULL,
`created_by` bigint(20) UNSIGNED DEFAULT NULL,
`updated_by` bigint(20) UNSIGNED DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `modules`
--
INSERT INTO `modules` (`id`, `name`, `created_by`, `updated_by`, `created_at`, `updated_at`) VALUES
(1, 'Product Categories', 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(2, 'Products', 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(3, 'Orders', 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(4, 'Purchases', 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(5, 'Sales Return', 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(6, 'Purchase Return', 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(7, 'Expenses', 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(8, 'Payments', 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(9, 'Contacts', 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(10, 'Paid Through Accounts', 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(11, 'Units', 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(12, 'Employee Salary', 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(13, 'Bar Code Print', 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(14, 'Discounts', 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(15, 'Reports', 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(16, 'Users', 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(17, 'Access Level', 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00');
-- --------------------------------------------------------
--
-- Table structure for table `modules_access`
--
CREATE TABLE `modules_access` (
`id` bigint(20) UNSIGNED NOT NULL,
`module_id` bigint(20) UNSIGNED NOT NULL,
`user_id` bigint(20) UNSIGNED NOT NULL,
`display` tinyint(4) NOT NULL,
`created_by` bigint(20) UNSIGNED DEFAULT NULL,
`updated_by` bigint(20) UNSIGNED DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `modules_access`
--
INSERT INTO `modules_access` (`id`, `module_id`, `user_id`, `display`, `created_by`, `updated_by`, `created_at`, `updated_at`) VALUES
(1, 1, 1, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(2, 2, 1, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(3, 3, 1, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(4, 4, 1, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(5, 5, 1, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(6, 6, 1, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(7, 7, 1, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(8, 8, 1, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(9, 9, 1, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(10, 10, 1, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(11, 11, 1, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(12, 12, 1, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(13, 13, 1, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(14, 14, 1, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(15, 15, 1, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(16, 16, 1, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(17, 17, 1, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(18, 1, 2, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(19, 2, 2, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(20, 3, 2, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(21, 4, 2, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(22, 5, 2, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(23, 6, 2, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(24, 7, 2, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(25, 8, 2, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(26, 9, 2, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(27, 10, 2, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(28, 11, 2, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(29, 12, 2, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(30, 13, 2, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(31, 14, 2, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(32, 15, 2, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(33, 16, 2, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(34, 17, 2, 1, 1, NULL, '2021-01-20 10:59:35', NULL);
-- --------------------------------------------------------
--
-- Table structure for table `paid_through_accounts`
--
CREATE TABLE `paid_through_accounts` (
`id` bigint(20) UNSIGNED NOT NULL,
`name` text COLLATE utf8mb4_unicode_ci NOT NULL,
`description` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`branch_id` bigint(20) UNSIGNED DEFAULT NULL,
`created_by` bigint(20) UNSIGNED DEFAULT NULL,
`updated_by` bigint(20) UNSIGNED DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `paid_through_accounts`
--
INSERT INTO `paid_through_accounts` (`id`, `name`, `description`, `branch_id`, `created_by`, `updated_by`, `created_at`, `updated_at`) VALUES
(1, 'CASH', NULL, NULL, NULL, NULL, NULL, NULL),
(2, 'BKash/01718937082', NULL, NULL, 1, NULL, '2021-01-26 06:46:03', '2021-01-26 06:46:03'),
(3, 'Rocket/01718937082', NULL, NULL, 1, NULL, '2021-01-26 06:46:19', '2021-01-26 06:46:19'),
(4, 'Nogod/01718937082', NULL, NULL, 1, NULL, '2021-01-26 06:46:33', '2021-01-26 06:46:33'),
(5, 'Check', NULL, NULL, 1, 1, '2021-01-26 06:48:10', '2021-01-26 06:48:25');
-- --------------------------------------------------------
--
-- Table structure for table `password_resets`
--
CREATE TABLE `password_resets` (
`email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`token` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `payments`
--
CREATE TABLE `payments` (
`id` bigint(20) UNSIGNED NOT NULL,
`payment_number` text COLLATE utf8mb4_unicode_ci NOT NULL,
`payment_date` date NOT NULL,
`amount` double NOT NULL,
`paid_through` bigint(20) UNSIGNED NOT NULL,
`note` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`account_information` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`customer_id` bigint(20) UNSIGNED NOT NULL,
`type` tinyint(4) NOT NULL COMMENT '0= invoice 1= bill 2= sales return 3= purchase return',
`branch_id` bigint(20) UNSIGNED DEFAULT NULL,
`created_by` bigint(20) UNSIGNED DEFAULT NULL,
`updated_by` bigint(20) UNSIGNED DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `payments`
--
INSERT INTO `payments` (`id`, `payment_number`, `payment_date`, `amount`, `paid_through`, `note`, `account_information`, `customer_id`, `type`, `branch_id`, `created_by`, `updated_by`, `created_at`, `updated_at`) VALUES
(98, '2', '2021-01-26', 1781, 1, 'n1', NULL, 1, 0, NULL, 1, NULL, '2021-01-26 07:28:41', NULL),
(99, '3', '2021-01-26', 2000, 2, 'n2', '01718937082', 1, 0, NULL, 1, NULL, '2021-01-26 07:28:41', NULL),
(100, '4', '2021-01-26', 100, 1, 'ns1', NULL, 1, 0, NULL, 1, NULL, '2021-01-26 07:43:44', NULL),
(101, '5', '2021-01-26', 200, 2, 'ns2', '01718937082', 1, 0, NULL, 1, NULL, '2021-01-26 07:43:44', NULL),
(102, '6', '2021-01-26', 500, 1, 'ps1', NULL, 2, 1, NULL, 1, NULL, '2021-01-26 07:50:24', NULL),
(103, '7', '2021-01-26', 300, 4, 'ps2', '01718937082', 2, 1, NULL, 1, NULL, '2021-01-26 07:50:24', NULL),
(104, '7', '2021-01-26', 50000, 1, NULL, NULL, 1, 0, NULL, 1, NULL, '2021-01-26 10:48:57', '2021-01-26 10:48:57'),
(105, '8', '2021-01-26', 6000, 1, NULL, NULL, 1, 0, NULL, 1, NULL, '2021-01-26 10:50:14', '2021-01-26 10:50:14'),
(106, '9', '2021-01-26', 500, 1, NULL, NULL, 1, 0, NULL, 1, NULL, '2021-01-26 10:53:18', '2021-01-26 10:53:18'),
(107, '10', '2021-01-30', 500, 1, NULL, NULL, 1, 0, NULL, 1, NULL, '2021-01-30 09:26:49', NULL),
(108, '11', '2021-01-30', 500, 1, NULL, NULL, 1, 0, NULL, 1, NULL, '2021-01-30 11:17:45', NULL),
(109, '12', '2021-01-30', 500, 1, NULL, NULL, 1, 0, NULL, 1, NULL, '2021-01-30 12:12:27', NULL),
(110, '13', '2021-01-30', 200, 1, NULL, NULL, 1, 0, NULL, 1, NULL, '2021-01-30 12:16:47', NULL),
(111, '10', '2021-01-30', 500, 1, NULL, NULL, 2, 1, NULL, 1, NULL, '2021-01-30 12:28:27', '2021-01-30 12:28:27'),
(112, '11', '2021-01-30', 700, 1, NULL, NULL, 2, 1, NULL, 1, NULL, '2021-01-30 12:31:14', '2021-01-30 12:31:14'),
(114, '12', '2021-01-30', 300, 1, NULL, NULL, 2, 1, NULL, 1, NULL, '2021-01-30 12:34:01', '2021-01-30 12:34:01');
-- --------------------------------------------------------
--
-- Table structure for table `payment_entries`
--
CREATE TABLE `payment_entries` (
`id` bigint(20) UNSIGNED NOT NULL,
`payment_id` bigint(20) UNSIGNED NOT NULL,
`invoice_id` bigint(20) UNSIGNED DEFAULT NULL,
`bill_id` bigint(20) UNSIGNED DEFAULT NULL,
`sales_return_id` bigint(20) UNSIGNED DEFAULT NULL,
`purchase_return_id` bigint(20) UNSIGNED DEFAULT NULL,
`amount` double NOT NULL,
`branch_id` bigint(20) UNSIGNED DEFAULT NULL,
`created_by` bigint(20) UNSIGNED DEFAULT NULL,
`updated_by` bigint(20) UNSIGNED DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `payment_entries`
--
INSERT INTO `payment_entries` (`id`, `payment_id`, `invoice_id`, `bill_id`, `sales_return_id`, `purchase_return_id`, `amount`, `branch_id`, `created_by`, `updated_by`, `created_at`, `updated_at`) VALUES
(98, 98, 60, NULL, NULL, NULL, 1781, NULL, 1, NULL, '2021-01-26 07:28:41', NULL),
(99, 99, 60, NULL, NULL, NULL, 2000, NULL, 1, NULL, '2021-01-26 07:28:41', NULL),
(100, 100, 60, NULL, NULL, NULL, 100, NULL, 1, NULL, '2021-01-26 07:43:44', NULL),
(101, 101, 60, NULL, NULL, NULL, 200, NULL, 1, NULL, '2021-01-26 07:43:44', NULL),
(102, 102, NULL, 17, NULL, NULL, 500, NULL, 1, NULL, '2021-01-26 07:50:24', NULL),
(103, 103, NULL, 17, NULL, NULL, 300, NULL, 1, NULL, '2021-01-26 07:50:24', NULL),
(104, 104, 53, NULL, NULL, NULL, 27422.25, NULL, 1, NULL, '2021-01-26 10:48:57', NULL),
(105, 104, 54, NULL, NULL, NULL, 9332.25, NULL, 1, NULL, '2021-01-26 10:48:57', NULL),
(106, 104, 55, NULL, NULL, NULL, 9257.5, NULL, 1, NULL, '2021-01-26 10:48:57', NULL),
(107, 104, 56, NULL, NULL, NULL, 3988, NULL, 1, NULL, '2021-01-26 10:48:57', NULL),
(108, 105, 56, NULL, NULL, NULL, 4090.75, NULL, 1, NULL, '2021-01-26 10:50:14', NULL),
(109, 105, 57, NULL, NULL, NULL, 1909.25, NULL, 1, NULL, '2021-01-26 10:50:14', NULL),
(110, 106, 57, NULL, NULL, NULL, 500, NULL, 1, NULL, '2021-01-26 10:53:18', NULL),
(111, 107, 61, NULL, NULL, NULL, 500, NULL, 1, NULL, '2021-01-30 09:26:49', NULL),
(112, 108, 61, NULL, NULL, NULL, 500, NULL, 1, NULL, '2021-01-30 11:17:45', NULL),
(113, 109, 61, NULL, NULL, NULL, 500, NULL, 1, NULL, '2021-01-30 12:12:27', NULL),
(114, 110, 61, NULL, NULL, NULL, 200, NULL, 1, NULL, '2021-01-30 12:16:47', NULL),
(115, 111, NULL, 16, NULL, NULL, 500, NULL, 1, NULL, '2021-01-30 12:28:27', NULL),
(116, 112, NULL, 16, NULL, NULL, 700, NULL, 1, NULL, '2021-01-30 12:31:14', NULL),
(117, 114, NULL, 16, NULL, NULL, 300, NULL, 1, NULL, '2021-01-30 12:34:01', NULL);
-- --------------------------------------------------------
--
-- Table structure for table `permissions`
--
CREATE TABLE `permissions` (
`id` bigint(20) UNSIGNED NOT NULL,
`user_id` bigint(20) UNSIGNED NOT NULL,
`url_id` bigint(20) UNSIGNED NOT NULL,
`access_level` tinyint(4) NOT NULL COMMENT '0= Not Allowed 1= Allowed',
`created_by` bigint(20) UNSIGNED DEFAULT NULL,
`updated_by` bigint(20) UNSIGNED DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `permissions`
--
INSERT INTO `permissions` (`id`, `user_id`, `url_id`, `access_level`, `created_by`, `updated_by`, `created_at`, `updated_at`) VALUES
(1, 1, 85, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(2, 1, 86, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(3, 1, 87, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(4, 1, 88, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(5, 1, 89, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(6, 1, 90, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(7, 1, 91, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(8, 1, 92, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(9, 1, 93, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(10, 1, 94, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(11, 1, 95, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(12, 1, 96, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(13, 1, 97, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(14, 1, 98, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(15, 1, 99, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(16, 1, 100, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(17, 1, 101, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(18, 1, 102, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(19, 1, 103, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(20, 1, 104, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(21, 1, 105, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(22, 1, 106, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(23, 1, 107, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(24, 1, 108, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(25, 1, 109, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(26, 1, 110, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(27, 1, 111, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(28, 1, 112, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(29, 1, 113, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(30, 1, 114, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(31, 1, 115, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(32, 1, 116, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(33, 1, 117, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(34, 1, 118, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(35, 1, 119, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(36, 1, 120, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(37, 1, 121, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(38, 1, 122, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(39, 1, 123, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(40, 1, 124, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(41, 1, 125, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(42, 1, 126, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(43, 1, 127, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(44, 1, 128, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(45, 1, 129, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(46, 1, 130, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(47, 1, 131, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(48, 1, 132, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(49, 1, 133, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(50, 1, 134, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(51, 1, 135, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(52, 1, 136, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(53, 1, 137, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(54, 1, 138, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(55, 1, 139, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(56, 1, 140, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(57, 1, 141, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(58, 1, 142, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(59, 1, 143, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(60, 1, 144, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(61, 1, 145, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(62, 1, 146, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(63, 1, 147, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(64, 1, 148, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(65, 1, 149, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(66, 1, 150, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(67, 1, 151, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(68, 1, 152, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(69, 1, 153, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(70, 1, 154, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(71, 1, 155, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(72, 1, 156, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(73, 1, 157, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(74, 1, 158, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(75, 1, 159, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(76, 1, 160, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(77, 1, 161, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(78, 1, 162, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(79, 1, 163, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(80, 1, 164, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(81, 1, 165, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(82, 1, 166, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(83, 1, 167, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(84, 1, 168, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(85, 1, 169, 1, 1, NULL, '2021-01-03 07:38:07', NULL),
(86, 2, 85, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(87, 2, 86, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(88, 2, 87, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(89, 2, 88, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(90, 2, 89, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(91, 2, 90, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(92, 2, 91, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(93, 2, 92, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(94, 2, 93, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(95, 2, 94, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(96, 2, 95, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(97, 2, 96, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(98, 2, 97, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(99, 2, 98, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(100, 2, 99, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(101, 2, 100, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(102, 2, 101, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(103, 2, 102, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(104, 2, 103, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(105, 2, 104, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(106, 2, 105, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(107, 2, 106, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(108, 2, 107, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(109, 2, 108, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(110, 2, 109, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(111, 2, 110, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(112, 2, 111, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(113, 2, 112, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(114, 2, 113, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(115, 2, 114, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(116, 2, 115, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(117, 2, 116, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(118, 2, 117, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(119, 2, 118, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(120, 2, 119, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(121, 2, 120, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(122, 2, 121, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(123, 2, 122, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(124, 2, 123, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(125, 2, 124, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(126, 2, 125, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(127, 2, 126, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(128, 2, 127, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(129, 2, 128, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(130, 2, 129, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(131, 2, 130, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(132, 2, 131, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(133, 2, 132, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(134, 2, 133, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(135, 2, 134, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(136, 2, 135, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(137, 2, 136, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(138, 2, 137, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(139, 2, 138, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(140, 2, 139, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(141, 2, 140, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(142, 2, 141, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(143, 2, 142, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(144, 2, 143, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(145, 2, 144, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(146, 2, 145, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(147, 2, 146, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(148, 2, 147, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(149, 2, 148, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(150, 2, 149, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(151, 2, 150, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(152, 2, 151, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(153, 2, 152, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(154, 2, 153, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(155, 2, 154, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(156, 2, 155, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(157, 2, 156, 0, 1, NULL, '2021-01-20 10:59:35', '2021-01-20 11:03:20'),
(158, 2, 157, 0, 1, NULL, '2021-01-20 10:59:35', '2021-01-20 11:03:20'),
(159, 2, 158, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(160, 2, 159, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(161, 2, 160, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(162, 2, 161, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(163, 2, 162, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(164, 2, 163, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(165, 2, 164, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(166, 2, 165, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(167, 2, 166, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(168, 2, 167, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(169, 2, 168, 1, 1, NULL, '2021-01-20 10:59:35', NULL),
(170, 2, 169, 1, 1, NULL, '2021-01-20 10:59:35', NULL);
-- --------------------------------------------------------
--
-- Table structure for table `phone_book`
--
CREATE TABLE `phone_book` (
`id` bigint(20) UNSIGNED NOT NULL,
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`phone` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`address` text COLLATE utf8_unicode_ci DEFAULT NULL,
`created_by` bigint(20) UNSIGNED DEFAULT NULL,
`updated_by` bigint(20) UNSIGNED DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `products`
--
CREATE TABLE `products` (
`id` bigint(20) UNSIGNED NOT NULL,
`category_id` bigint(20) UNSIGNED DEFAULT NULL,
`sub_category_id` bigint(20) UNSIGNED DEFAULT NULL,
`item_id` bigint(20) UNSIGNED DEFAULT NULL,
`name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`product_code` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`stock_in_hand` double DEFAULT NULL,
`total_sold` double DEFAULT NULL,
`unit` bigint(20) UNSIGNED DEFAULT NULL,
`buy_price` double DEFAULT NULL,
`sell_price` double DEFAULT NULL,
`total_purchase_return` double DEFAULT NULL,
`total_sales_return` double DEFAULT NULL,
`total_damage` double DEFAULT NULL,
`image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`status` tinyint(4) NOT NULL COMMENT '1=active 0=inactive',
`branch_id` bigint(20) UNSIGNED DEFAULT NULL,
`created_by` bigint(20) UNSIGNED DEFAULT NULL,
`updated_by` bigint(20) UNSIGNED DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `products`
--
INSERT INTO `products` (`id`, `category_id`, `sub_category_id`, `item_id`, `name`, `product_code`, `stock_in_hand`, `total_sold`, `unit`, `buy_price`, `sell_price`, `total_purchase_return`, `total_sales_return`, `total_damage`, `image`, `status`, `branch_id`, `created_by`, `updated_by`, `created_at`, `updated_at`) VALUES
(1, NULL, NULL, NULL, 'Opening Balance', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, '2021-01-03 01:39:13', '2021-01-03 01:39:13'),
(21, NULL, NULL, NULL, 'High Comod', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, '2021-01-01 01:19:30', '2021-01-01 01:19:30'),
(22, NULL, NULL, NULL, 'Low Pan', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, '2021-01-01 02:30:47', '2021-01-01 02:30:47'),
(23, NULL, NULL, NULL, 'Wash Basin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, '2021-01-01 02:50:24', '2021-01-01 02:50:24'),
(24, NULL, NULL, NULL, 'Corner Basin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, '2021-01-01 03:01:12', '2021-01-01 03:01:12'),
(25, NULL, NULL, NULL, 'Cabinet Basin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, '2021-01-11 18:24:27', '2021-01-11 18:24:27'),
(26, NULL, NULL, NULL, 'door', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 1, 1, '2021-01-11 18:35:14', '2021-01-26 09:42:33');
-- --------------------------------------------------------
--
-- Table structure for table `product_customers`
--
CREATE TABLE `product_customers` (
`id` bigint(20) UNSIGNED NOT NULL,
`product_entry_id` bigint(20) UNSIGNED NOT NULL,
`customer_id` bigint(20) UNSIGNED NOT NULL,
`whole_sale_price` double DEFAULT NULL,
`retail_price` double DEFAULT NULL,
`created_by` bigint(20) UNSIGNED DEFAULT NULL,
`updated_by` bigint(20) UNSIGNED DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `product_entries`
--
CREATE TABLE `product_entries` (
`id` bigint(20) UNSIGNED NOT NULL,
`product_id` bigint(20) UNSIGNED NOT NULL,
`sub_category_id` bigint(20) UNSIGNED DEFAULT NULL,
`brand_id` bigint(20) UNSIGNED DEFAULT NULL,
`supplier_id` bigint(20) UNSIGNED DEFAULT NULL,
`product_code` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`name` text COLLATE utf8mb4_unicode_ci NOT NULL,
`stock_in_hand` double DEFAULT NULL,
`opening_stock` double DEFAULT NULL,
`total_sold` double DEFAULT 0,
`buy_price` double DEFAULT NULL,
`sell_price` double DEFAULT NULL,
`total_purchase_return` double DEFAULT NULL,
`total_sales_return` double DEFAULT NULL,
`total_damage` double DEFAULT NULL,
`image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`unit_id` bigint(20) UNSIGNED DEFAULT NULL,
`alert_quantity` double DEFAULT NULL,
`tax_type` tinyint(4) DEFAULT NULL COMMENT '1=Inclusive 2=Exclusive',
`selling_price_exclusive_tax` double DEFAULT NULL,
`vat_percentage` double DEFAULT NULL,
`service_charge` double DEFAULT NULL,
`status` tinyint(4) NOT NULL COMMENT '1=active 0=inactive',
`branch_id` bigint(20) UNSIGNED DEFAULT NULL,
`product_type` tinyint(4) NOT NULL,
`created_by` bigint(20) UNSIGNED DEFAULT NULL,
`updated_by` bigint(20) UNSIGNED DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `product_entries`
--
INSERT INTO `product_entries` (`id`, `product_id`, `sub_category_id`, `brand_id`, `supplier_id`, `product_code`, `name`, `stock_in_hand`, `opening_stock`, `total_sold`, `buy_price`, `sell_price`, `total_purchase_return`, `total_sales_return`, `total_damage`, `image`, `unit_id`, `alert_quantity`, `tax_type`, `selling_price_exclusive_tax`, `vat_percentage`, `service_charge`, `status`, `branch_id`, `product_type`, `created_by`, `updated_by`, `created_at`, `updated_at`) VALUES
(1, 1, NULL, NULL, NULL, '1', 'Opening Balance', NULL, NULL, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, NULL, NULL, 1, NULL, 1, 1, NULL, '2021-01-03 01:39:32', '2021-01-03 01:39:32'),
(263, 21, NULL, 8, NULL, '1', 'Sara', 2, 1, 4, 8115, 8115, NULL, NULL, NULL, NULL, 1, 2, 1, 8115, NULL, NULL, 1, NULL, 2, 1, NULL, '2021-01-01 01:19:51', '2021-01-27 04:50:55'),
(264, 21, NULL, 8, NULL, '2', 'Sara', 201, 2, 2, 8115, 8115, NULL, NULL, NULL, NULL, 1, 2, 2, 8115, NULL, NULL, 1, NULL, 1, 1, NULL, '2021-01-01 01:33:34', '2021-01-30 04:09:23'),
(265, 21, NULL, 9, NULL, '3', 'Orient', 0, 1, 2, 8300, 8300, NULL, NULL, NULL, NULL, 1, 10, 1, 8300, NULL, NULL, 1, NULL, 1, 1, NULL, '2021-01-01 01:38:23', '2021-01-25 07:08:32'),
(266, 21, NULL, 9, NULL, '4', 'Karla', 0, 1, 1, 7025, 7025, NULL, NULL, NULL, NULL, 1, 2, 2, 7025, NULL, NULL, 1, NULL, 1, 1, NULL, '2021-01-01 02:03:10', '2021-01-26 06:07:29'),
(267, 21, NULL, 9, NULL, '5', 'Amanda', 0, 1, 3, 12160, 12160, NULL, NULL, NULL, NULL, 1, 2, 1, 12160, NULL, NULL, 1, NULL, 1, 1, NULL, '2021-01-01 02:05:05', '2021-01-26 07:28:41'),
(268, 21, NULL, 10, NULL, '6', 'Verso', 0, 1, 1, 8050, 8050, NULL, NULL, NULL, NULL, NULL, 2, 1, 8050, NULL, NULL, 1, NULL, 1, 1, NULL, '2021-01-01 02:06:24', '2021-01-26 06:07:09'),
(269, 21, NULL, 10, NULL, '7', 'Verso', 1, 1, 0, 8050, 8050, NULL, NULL, NULL, NULL, 1, NULL, 1, 8050, NULL, NULL, 0, NULL, 1, 1, NULL, '2021-01-01 02:11:04', '2021-01-03 00:26:35'),
(270, 21, NULL, 10, NULL, '8', 'Marcella', 0, 1, 1, 6780, 6780, NULL, NULL, NULL, NULL, 1, NULL, 1, 6780, NULL, NULL, 1, NULL, 1, 1, NULL, '2021-01-01 02:13:09', '2021-01-26 07:28:41'),
(271, 21, NULL, 10, NULL, '9', 'Marcella', NULL, NULL, 0, 6780, 6780, NULL, NULL, NULL, NULL, NULL, 2, 1, 6780, NULL, NULL, 1, NULL, 1, 1, NULL, '2021-01-01 02:17:16', '2021-01-01 02:17:16'),
(272, 21, NULL, 10, NULL, '10', 'Victoria', 1, 2, 1, 6250, 6250, NULL, NULL, NULL, NULL, NULL, 2, 1, 6250, NULL, NULL, 1, NULL, 1, 1, NULL, '2021-01-01 02:18:57', '2021-01-26 06:25:11'),
(273, 21, NULL, 10, NULL, '11', 'Victoria', 2, 2, 0, 6250, 6250, NULL, NULL, NULL, NULL, NULL, 2, 1, 6250, NULL, NULL, 1, NULL, 1, 1, NULL, '2021-01-01 02:20:23', '2021-01-03 00:28:22'),
(274, 21, NULL, 10, NULL, '12', 'Imola', 1, 1, 0, 5750, 5750, NULL, NULL, NULL, NULL, 1, 2, 1, 5750, NULL, NULL, 1, NULL, 1, 1, NULL, '2021-01-01 02:21:56', '2021-01-03 00:29:29'),
(275, 21, NULL, 10, NULL, '13', 'Isabella', 1, 1, 0, 11875, 11875, NULL, NULL, NULL, NULL, 1, 2, 1, 11875, NULL, NULL, 1, NULL, 1, 1, NULL, '2021-01-01 02:23:21', '2021-01-03 00:30:07'),
(276, 21, NULL, 10, NULL, '14', 'Isabella', 1, 1, 0, 11875, 11875, NULL, NULL, NULL, NULL, NULL, 2, 1, 11875, NULL, NULL, 1, NULL, 1, 1, NULL, '2021-01-01 02:24:22', '2021-01-03 00:31:05'),
(277, 21, NULL, 11, NULL, '15', 'Glory', 2, 2, 0, 5500, 5500, NULL, NULL, NULL, NULL, 1, 2, 1, 5500, NULL, NULL, 1, NULL, 1, 1, NULL, '2021-01-01 02:25:30', '2021-01-03 00:31:47'),
(278, 21, NULL, 11, NULL, '16', 'Glory', 2, 2, 0, 5500, 5500, NULL, NULL, NULL, NULL, 1, 2, 1, 5500, NULL, NULL, 1, NULL, 1, 1, NULL, '2021-01-01 02:27:01', '2021-01-03 00:32:20'),
(279, 22, NULL, 8, NULL, '17', 'Asian Pan', 2, NULL, 0, 1200, 1200, NULL, NULL, NULL, NULL, 1, 2, 1, 1200, NULL, NULL, 1, NULL, 1, 1, NULL, '2021-01-01 02:31:42', '2021-01-03 00:32:56'),
(280, 22, NULL, 8, NULL, '18', 'Asian Pan', 3, NULL, 0, 1200, 1200, NULL, NULL, NULL, NULL, 1, 2, 1, 1200, NULL, NULL, 1, NULL, 1, 1, NULL, '2021-01-01 02:32:40', '2021-01-03 00:33:26'),
(281, 22, NULL, 9, NULL, '19', '<NAME>', 1, NULL, 0, 920, 920, NULL, NULL, NULL, NULL, NULL, 2, 1, 920, NULL, NULL, 1, NULL, 1, 1, NULL, '2021-01-01 02:34:00', '2021-01-03 00:33:56'),
(282, 22, NULL, 9, NULL, '20', '<NAME>', 2, NULL, 0, 920, 920, NULL, NULL, NULL, NULL, 1, 2, 1, 920, NULL, NULL, 1, NULL, 1, 1, NULL, '2021-01-01 02:35:55', '2021-01-03 00:34:49'),
(283, 22, NULL, 9, NULL, '21', 'R.A.K Pan', 1, NULL, 0, 920, 920, NULL, NULL, NULL, NULL, 1, 2, 1, 920, NULL, NULL, 1, NULL, 1, 1, NULL, '2021-01-01 02:38:49', '2021-01-03 00:36:30'),
(284, 22, NULL, 9, NULL, '22', 'R.A.K Pan', 5, NULL, 0, 1600, 1600, NULL, NULL, NULL, NULL, 1, 2, 1, 1600, NULL, NULL, 1, NULL, 1, 1, NULL, '2021-01-01 02:39:44', '2021-01-03 00:37:42'),
(285, 22, NULL, 11, NULL, '23', 'Glory Pan', 1, NULL, 0, 800, 800, NULL, NULL, NULL, NULL, 1, 2, 1, 800, NULL, NULL, 1, NULL, 1, 1, NULL, '2021-01-01 02:43:03', '2021-01-03 00:43:49'),
(286, 22, NULL, 11, NULL, '24', 'Glory Pan', 11, NULL, 0, 800, 800, NULL, NULL, NULL, NULL, NULL, 2, 1, 800, NULL, NULL, 1, NULL, 1, 1, NULL, '2021-01-01 02:43:49', '2021-01-03 00:46:28'),
(287, 22, NULL, 11, NULL, '25', 'Glory Pan', NULL, NULL, 0, 800, 800, NULL, NULL, NULL, NULL, NULL, 2, 1, 800, NULL, NULL, 1, NULL, 1, 1, NULL, '2021-01-01 02:44:34', '2021-01-01 02:44:34'),
(288, 22, NULL, 11, NULL, '26', 'Glory Pan', 1, NULL, 0, 800, 800, NULL, NULL, NULL, NULL, NULL, 2, 1, 800, NULL, NULL, 1, NULL, 1, 1, NULL, '2021-01-01 02:47:13', '2021-01-03 00:47:37'),
(289, 22, NULL, 11, NULL, '27', 'Glory Pan', NULL, NULL, 0, 800, 800, NULL, NULL, NULL, NULL, 1, 2, 1, 800, NULL, NULL, 1, NULL, 1, 1, NULL, '2021-01-01 02:48:05', '2021-01-01 02:48:05'),
(290, 22, NULL, 11, NULL, '28', 'Glory Pan', 2, NULL, 0, 800, 800, NULL, NULL, NULL, NULL, 1, 2, 1, 800, NULL, NULL, 1, NULL, 1, 1, NULL, '2021-01-01 02:48:57', '2021-01-03 00:48:50'),
(291, 22, NULL, 12, NULL, '29', 'BISF Pan', 1, NULL, 0, 1700, 1700, NULL, NULL, NULL, NULL, NULL, 2, 1, 1700, NULL, NULL, 1, NULL, 1, 1, NULL, '2021-01-01 02:49:56', '2021-01-03 00:53:08'),
(292, 23, NULL, 10, NULL, '30', 'Silvana', NULL, NULL, 0, 2230, 2230, NULL, NULL, NULL, NULL, NULL, 2, 1, 2230, NULL, NULL, 1, NULL, 1, 1, NULL, '2021-01-01 02:51:01', '2021-01-01 02:51:01'),
(293, 23, NULL, 10, NULL, '31', 'Silvana', NULL, NULL, 0, 2230, 2230, NULL, NULL, NULL, NULL, NULL, 2, 1, 2230, NULL, NULL, 1, NULL, 1, 1, NULL, '2021-01-01 02:51:47', '2021-01-01 02:51:47'),
(294, 23, NULL, 10, NULL, '32', 'Silvana', NULL, NULL, 0, 2230, 2230, NULL, NULL, NULL, NULL, NULL, 2, 1, 2230, NULL, NULL, 1, NULL, 1, 1, NULL, '2021-01-01 02:52:28', '2021-01-01 02:52:28'),
(295, 23, NULL, 10, NULL, '33', 'Crown', NULL, NULL, 0, 2080, 2080, NULL, NULL, NULL, NULL, NULL, 2, 1, 2080, NULL, NULL, 1, NULL, 1, 1, NULL, '2021-01-01 02:53:14', '2021-01-01 02:53:14'),
(296, 23, NULL, 10, NULL, '34', 'Crown', NULL, NULL, 0, 2080, 2080, NULL, NULL, NULL, NULL, NULL, 2, 1, 2080, NULL, NULL, 1, NULL, 1, 1, NULL, '2021-01-01 02:53:58', '2021-01-01 02:53:58'),
(297, 23, NULL, 10, NULL, '35', 'Crown', NULL, NULL, 0, 2080, 2080, NULL, NULL, NULL, NULL, NULL, 2, 1, 2080, NULL, NULL, 1, NULL, 1, 1, NULL, '2021-01-01 02:55:06', '2021-01-01 02:55:06'),
(298, 23, NULL, 10, NULL, '36', 'Adriana', NULL, NULL, 0, 1870, 1870, NULL, NULL, NULL, NULL, 1, 2, 1, 1870, NULL, NULL, 1, NULL, 1, 1, NULL, '2021-01-01 02:57:51', '2021-01-01 02:57:51'),
(299, 23, NULL, 10, NULL, '37', 'Adriana', NULL, NULL, 0, 1870, 1870, NULL, NULL, NULL, NULL, 1, 2, 1, 1870, NULL, NULL, 1, NULL, 1, 1, NULL, '2021-01-01 02:58:56', '2021-01-01 02:58:56'),
(300, 23, NULL, 10, NULL, '38', 'Adriana', NULL, NULL, 0, 1870, 1870, NULL, NULL, NULL, NULL, 1, 2, 1, 1870, NULL, NULL, 1, NULL, 1, 1, NULL, '2021-01-01 03:00:37', '2021-01-01 03:00:37'),
(301, 24, NULL, 10, NULL, '39', 'Elana', NULL, NULL, 0, 2250, 2250, NULL, NULL, NULL, NULL, 1, 2, 1, 2250, NULL, NULL, 1, NULL, 1, 1, NULL, '2021-01-01 03:01:59', '2021-01-01 03:01:59'),
(302, 24, NULL, 10, NULL, '40', 'Elana', NULL, NULL, 0, 2250, 2250, NULL, NULL, NULL, NULL, 1, 2, 1, 2250, NULL, NULL, 1, NULL, 1, 1, NULL, '2021-01-01 03:02:48', '2021-01-01 03:02:48'),
(303, 24, NULL, 10, NULL, '41', 'Elana', NULL, NULL, 0, 2250, 2250, NULL, NULL, NULL, NULL, 1, 2, 1, 2250, NULL, NULL, 1, NULL, 1, 1, NULL, '2021-01-01 03:03:34', '2021-01-01 03:03:34'),
(304, 24, NULL, 11, NULL, '42', 'Glory', 1, NULL, 0, 1400, 1400, NULL, NULL, NULL, NULL, 1, 2, 1, 1400, NULL, NULL, 1, NULL, 1, 1, NULL, '2021-01-01 03:04:25', '2021-01-03 00:55:41'),
(305, 23, NULL, 11, NULL, '43', 'Glory 3 Dot', 1, NULL, 0, 4800, 4800, NULL, NULL, NULL, NULL, 1, 2, 1, 4800, NULL, NULL, 1, NULL, 1, 1, NULL, '2021-01-01 03:05:19', '2021-01-03 00:56:55'),
(306, 23, NULL, 11, NULL, '44', 'Glory 3 Dot', 1, NULL, 0, 5500, 5500, NULL, NULL, NULL, NULL, 1, 2, 1, 5500, NULL, NULL, 1, NULL, 1, 1, NULL, '2021-01-01 03:06:28', '2021-01-03 00:57:33'),
(307, 23, NULL, 11, NULL, '45', 'Glory SQ Basin', 1, NULL, 0, 4600, 4600, NULL, NULL, NULL, NULL, 1, 2, 1, 4600, NULL, NULL, 1, NULL, 1, 1, NULL, '2021-01-01 03:07:46', '2021-01-03 00:58:26'),
(308, 23, NULL, 11, NULL, '46', 'Glory SQ Basin', 1, NULL, 0, 4500, 4500, NULL, NULL, NULL, NULL, 1, 2, 1, 4500, NULL, NULL, 1, NULL, 1, 1, NULL, '2021-01-01 03:08:45', '2021-01-03 00:59:17'),
(310, 22, NULL, 9, NULL, '47', '<NAME>', 5, 5, 0, 1600, 1600, NULL, NULL, NULL, NULL, 1, 2, 1, 1600, NULL, NULL, 1, NULL, 1, 1, NULL, '2021-01-03 00:40:37', '2021-01-03 00:40:37'),
(311, 22, NULL, 11, NULL, '48', 'Glory Pan', 1, 1, 0, 1300, 1300, NULL, NULL, NULL, NULL, NULL, 2, 1, 1300, NULL, NULL, 1, NULL, 1, 1, NULL, '2021-01-03 00:52:21', '2021-01-03 00:52:21'),
(312, 21, NULL, 9, NULL, '49', '<NAME>', 1, 1, 0, 7025, 7025, NULL, NULL, NULL, NULL, NULL, 2, 1, 7025, NULL, NULL, 1, NULL, 1, 1, NULL, '2021-01-03 01:08:39', '2021-01-03 01:08:39'),
(314, 25, NULL, 15, NULL, '50', 'Wash Basin', 1, 1, 0, 16500, 20000, NULL, NULL, NULL, NULL, 1, 1, 1, 20000, NULL, NULL, 1, NULL, 1, 1, NULL, '2021-01-11 18:26:45', '2021-01-11 18:26:45'),
(315, 25, NULL, 13, NULL, '51', 'Wash Basin', 1, 1, 0, 20000, 25000, NULL, NULL, NULL, NULL, 1, 1, 1, 25000, NULL, NULL, 1, NULL, 1, 1, NULL, '2021-01-11 18:33:24', '2021-01-11 18:33:24'),
(316, 22, NULL, 15, NULL, '52', 'dfdsff', NULL, NULL, 0, 1, 2, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, 1, NULL, 1, 1, NULL, '2021-01-27 12:38:01', '2021-01-27 12:38:01');
-- --------------------------------------------------------
--
-- Table structure for table `product_suppliers`
--
CREATE TABLE `product_suppliers` (
`id` bigint(20) UNSIGNED NOT NULL,
`product_entry_id` bigint(20) UNSIGNED NOT NULL,
`supplier_id` bigint(20) UNSIGNED NOT NULL,
`whole_sale_price` double DEFAULT NULL,
`retail_price` double DEFAULT NULL,
`created_by` bigint(20) UNSIGNED DEFAULT NULL,
`updated_by` bigint(20) UNSIGNED DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `product_suppliers`
--
INSERT INTO `product_suppliers` (`id`, `product_entry_id`, `supplier_id`, `whole_sale_price`, `retail_price`, `created_by`, `updated_by`, `created_at`, `updated_at`) VALUES
(22, 263, 37, 120, 240, 1, NULL, '2021-01-30 06:47:51', NULL);
-- --------------------------------------------------------
--
-- Table structure for table `product_variations`
--
CREATE TABLE `product_variations` (
`id` bigint(20) UNSIGNED NOT NULL,
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`status` tinyint(4) DEFAULT NULL,
`created_by` bigint(20) UNSIGNED DEFAULT NULL,
`updated_by` bigint(20) UNSIGNED DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `product_variations`
--
INSERT INTO `product_variations` (`id`, `name`, `status`, `created_by`, `updated_by`, `created_at`, `updated_at`) VALUES
(10, 'Color', NULL, 1, NULL, '2021-01-21 04:40:47', '2021-01-21 04:40:47');
-- --------------------------------------------------------
--
-- Table structure for table `product_variation_entries`
--
CREATE TABLE `product_variation_entries` (
`id` bigint(20) UNSIGNED NOT NULL,
`product_entry_id` bigint(20) UNSIGNED NOT NULL,
`variation_id` bigint(20) UNSIGNED NOT NULL,
`variation_value_id` bigint(20) UNSIGNED NOT NULL,
`created_by` bigint(20) UNSIGNED DEFAULT NULL,
`updated_by` bigint(20) UNSIGNED DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `product_variation_entries`
--
INSERT INTO `product_variation_entries` (`id`, `product_entry_id`, `variation_id`, `variation_value_id`, `created_by`, `updated_by`, `created_at`, `updated_at`) VALUES
(47, 263, 10, 51, 1, NULL, '2021-01-30 06:10:02', NULL);
-- --------------------------------------------------------
--
-- Table structure for table `product_variation_values`
--
CREATE TABLE `product_variation_values` (
`id` bigint(20) UNSIGNED NOT NULL,
`product_variation_id` bigint(20) UNSIGNED NOT NULL,
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`status` tinyint(4) DEFAULT NULL,
`created_by` bigint(20) UNSIGNED DEFAULT NULL,
`updated_by` bigint(20) UNSIGNED DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `product_variation_values`
--
INSERT INTO `product_variation_values` (`id`, `product_variation_id`, `name`, `status`, `created_by`, `updated_by`, `created_at`, `updated_at`) VALUES
(51, 10, 'Red', NULL, 1, NULL, '2021-01-21 04:40:47', NULL),
(52, 10, 'White', NULL, 1, NULL, '2021-01-21 04:40:47', NULL);
-- --------------------------------------------------------
--
-- Table structure for table `purchase_return`
--
CREATE TABLE `purchase_return` (
`id` bigint(20) UNSIGNED NOT NULL,
`bill_id` bigint(20) UNSIGNED NOT NULL,
`purchase_return_number` text COLLATE utf8mb4_unicode_ci NOT NULL,
`purchase_return_date` date NOT NULL,
`customer_id` bigint(20) UNSIGNED NOT NULL,
`sub_total_amount` double NOT NULL,
`return_amount` double NOT NULL,
`due_amount` double NOT NULL,
`total_tax` double DEFAULT NULL,
`tax_type` tinyint(4) DEFAULT NULL COMMENT '0= % 1= BDT',
`vat_type` tinyint(4) DEFAULT NULL COMMENT '0= % 1= BDT',
`total_vat` double DEFAULT NULL,
`return_note` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`branch_id` bigint(20) UNSIGNED DEFAULT NULL,
`total_discount_type` tinyint(4) DEFAULT NULL,
`total_discount_amount` double DEFAULT NULL,
`created_by` bigint(20) UNSIGNED DEFAULT NULL,
`updated_by` bigint(20) UNSIGNED DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `purchase_return_entries`
--
CREATE TABLE `purchase_return_entries` (
`id` bigint(20) UNSIGNED NOT NULL,
`purchase_return_id` bigint(20) UNSIGNED NOT NULL,
`bill_id` bigint(20) UNSIGNED NOT NULL,
`product_id` bigint(20) UNSIGNED NOT NULL,
`product_entry_id` bigint(20) UNSIGNED NOT NULL,
`customer_id` bigint(20) UNSIGNED NOT NULL,
`rate` double NOT NULL,
`quantity` double NOT NULL DEFAULT 1,
`total_amount` double NOT NULL,
`branch_id` bigint(20) UNSIGNED DEFAULT NULL,
`created_by` bigint(20) UNSIGNED DEFAULT NULL,
`updated_by` bigint(20) UNSIGNED DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `sales_return`
--
CREATE TABLE `sales_return` (
`id` bigint(20) UNSIGNED NOT NULL,
`invoice_id` bigint(20) UNSIGNED NOT NULL,
`sales_return_number` text COLLATE utf8mb4_unicode_ci NOT NULL,
`sales_return_date` date NOT NULL,
`customer_id` bigint(20) UNSIGNED NOT NULL,
`sub_total_amount` double NOT NULL,
`return_amount` double NOT NULL,
`due_amount` double NOT NULL,
`total_tax` double DEFAULT NULL,
`tax_type` tinyint(4) DEFAULT NULL COMMENT '0= % 1= BDT',
`vat_type` tinyint(4) DEFAULT NULL COMMENT '0= % 1= BDT',
`total_vat` double DEFAULT NULL,
`return_note` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`branch_id` bigint(20) UNSIGNED DEFAULT NULL,
`total_discount_type` tinyint(4) DEFAULT NULL,
`total_discount_amount` double DEFAULT NULL,
`created_by` bigint(20) UNSIGNED DEFAULT NULL,
`updated_by` bigint(20) UNSIGNED DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `sales_return_entries`
--
CREATE TABLE `sales_return_entries` (
`id` bigint(20) UNSIGNED NOT NULL,
`sales_return_id` bigint(20) UNSIGNED NOT NULL,
`invoice_id` bigint(20) UNSIGNED NOT NULL,
`product_id` bigint(20) UNSIGNED NOT NULL,
`product_entry_id` bigint(20) UNSIGNED NOT NULL,
`customer_id` bigint(20) UNSIGNED NOT NULL,
`buy_price` double NOT NULL,
`rate` double NOT NULL,
`quantity` double NOT NULL DEFAULT 1,
`total_amount` double NOT NULL,
`branch_id` bigint(20) UNSIGNED DEFAULT NULL,
`created_by` bigint(20) UNSIGNED DEFAULT NULL,
`updated_by` bigint(20) UNSIGNED DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `sub_categories`
--
CREATE TABLE `sub_categories` (
`id` bigint(20) UNSIGNED NOT NULL,
`category_id` bigint(20) UNSIGNED NOT NULL,
`name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`status` tinyint(4) NOT NULL COMMENT '1=active 0=inactive',
`branch_id` bigint(20) UNSIGNED DEFAULT NULL,
`created_by` bigint(20) UNSIGNED DEFAULT NULL,
`updated_by` bigint(20) UNSIGNED DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `transactions`
--
CREATE TABLE `transactions` (
`id` bigint(20) UNSIGNED NOT NULL,
`transaction_date` date NOT NULL,
`invoice_id` bigint(20) UNSIGNED DEFAULT NULL,
`bill_id` bigint(20) UNSIGNED DEFAULT NULL,
`sales_return_id` bigint(20) UNSIGNED DEFAULT NULL,
`purchase_return_id` bigint(20) UNSIGNED DEFAULT NULL,
`expense_id` bigint(20) UNSIGNED DEFAULT NULL,
`income_id` bigint(20) UNSIGNED DEFAULT NULL,
`payment_id` bigint(20) UNSIGNED DEFAULT NULL,
`customer_id` bigint(20) UNSIGNED DEFAULT NULL,
`amount` double NOT NULL,
`paid_through` bigint(20) UNSIGNED NOT NULL,
`type` tinyint(4) NOT NULL,
`note` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`branch_id` bigint(20) UNSIGNED DEFAULT NULL,
`created_by` bigint(20) UNSIGNED DEFAULT NULL,
`updated_by` bigint(20) UNSIGNED DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `transactions`
--
INSERT INTO `transactions` (`id`, `transaction_date`, `invoice_id`, `bill_id`, `sales_return_id`, `purchase_return_id`, `expense_id`, `income_id`, `payment_id`, `customer_id`, `amount`, `paid_through`, `type`, `note`, `branch_id`, `created_by`, `updated_by`, `created_at`, `updated_at`) VALUES
(38, '2021-01-24', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, 1000, 1, 2, NULL, NULL, 1, NULL, NULL, NULL),
(39, '2021-01-24', NULL, NULL, NULL, NULL, 15, NULL, NULL, NULL, 50000, 1, 2, NULL, NULL, 1, NULL, NULL, NULL),
(40, '2021-01-24', NULL, NULL, NULL, NULL, NULL, 2, NULL, NULL, 15000, 1, 2, NULL, NULL, 1, NULL, NULL, NULL),
(42, '2021-01-22', NULL, NULL, NULL, NULL, NULL, 3, NULL, NULL, 1800, 1, 2, 'Test Note', NULL, 1, NULL, NULL, NULL),
(44, '2021-01-26', 53, NULL, NULL, NULL, NULL, NULL, 104, 1, 27422.25, 1, 0, NULL, NULL, 1, NULL, '2021-01-26 10:48:57', NULL),
(45, '2021-01-26', 54, NULL, NULL, NULL, NULL, NULL, 104, 1, 9332.25, 1, 0, NULL, NULL, 1, NULL, '2021-01-26 10:48:57', NULL),
(46, '2021-01-26', 55, NULL, NULL, NULL, NULL, NULL, 104, 1, 9257.5, 1, 0, NULL, NULL, 1, NULL, '2021-01-26 10:48:57', NULL),
(47, '2021-01-26', 56, NULL, NULL, NULL, NULL, NULL, 104, 1, 3988, 1, 0, NULL, NULL, 1, NULL, '2021-01-26 10:48:57', NULL),
(48, '2021-01-26', 56, NULL, NULL, NULL, NULL, NULL, 105, 1, 4090.75, 1, 0, NULL, NULL, 1, NULL, '2021-01-26 10:50:14', NULL),
(49, '2021-01-26', 57, NULL, NULL, NULL, NULL, NULL, 105, 1, 1909.25, 1, 0, NULL, NULL, 1, NULL, '2021-01-26 10:50:14', NULL),
(50, '2021-01-26', 57, NULL, NULL, NULL, NULL, NULL, 106, 1, 500, 1, 0, NULL, NULL, 1, NULL, '2021-01-26 10:53:18', NULL),
(51, '2021-01-30', NULL, 16, NULL, NULL, NULL, NULL, 111, 2, 500, 1, 1, NULL, NULL, 1, NULL, '2021-01-30 12:28:27', NULL),
(52, '2021-01-30', NULL, 16, NULL, NULL, NULL, NULL, 112, 2, 700, 1, 1, NULL, NULL, 1, NULL, '2021-01-30 12:31:14', NULL),
(53, '2021-01-30', NULL, 16, NULL, NULL, NULL, NULL, 114, 2, 300, 1, 1, NULL, NULL, 1, NULL, '2021-01-30 12:34:01', NULL);
-- --------------------------------------------------------
--
-- Table structure for table `units`
--
CREATE TABLE `units` (
`id` bigint(20) UNSIGNED NOT NULL,
`name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`branch_id` bigint(20) UNSIGNED DEFAULT NULL,
`created_by` bigint(20) UNSIGNED DEFAULT NULL,
`updated_by` bigint(20) UNSIGNED DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `units`
--
INSERT INTO `units` (`id`, `name`, `branch_id`, `created_by`, `updated_by`, `created_at`, `updated_at`) VALUES
(1, 'pcs', NULL, 1, NULL, '2021-01-03 07:40:36', '2021-01-03 07:40:36');
-- --------------------------------------------------------
--
-- Table structure for table `urls`
--
CREATE TABLE `urls` (
`id` bigint(20) UNSIGNED NOT NULL,
`name` text COLLATE utf8mb4_unicode_ci NOT NULL,
`url` text COLLATE utf8mb4_unicode_ci NOT NULL,
`module_id` bigint(20) UNSIGNED NOT NULL,
`created_by` bigint(20) UNSIGNED DEFAULT NULL,
`updated_by` bigint(20) UNSIGNED DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `urls`
--
INSERT INTO `urls` (`id`, `name`, `url`, `module_id`, `created_by`, `updated_by`, `created_at`, `updated_at`) VALUES
(85, 'Product Categories Create', 'products_category_index', 1, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(86, 'Product Categories Store', 'products_category_store', 1, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(87, 'Product Categories Edit', 'products_category_edit', 1, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(88, 'Product Categories Update', 'products_category_update', 1, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(89, 'Product Create', 'products_index', 2, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(90, 'Product Store', 'products_store', 2, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(91, 'Product Edit', 'products_edit', 2, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(92, 'Product Update', 'products_update', 2, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(93, 'All Orders', 'invoices_all_sales', 3, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(94, 'Order Create', 'invoices_index', 3, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(95, 'Order Store', 'invoices_store', 3, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(96, 'Order Edit', 'invoices_edit', 3, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(97, 'Order Update', 'invoices_update', 3, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(98, 'Order Show A4 Size', 'invoices_show', 3, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(99, 'Order Show Pos Printer', 'invoices_show_pos', 3, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(100, 'All Purchases', 'bills_all_bills', 4, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(101, 'Purchase Create', 'bills_index', 4, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(102, 'Purchase Store', 'bills_edit', 4, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(103, 'Purchase Edit', 'bills_store', 4, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(104, 'Purchase Update', 'bills_update', 4, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(105, 'Purchase Show', 'bills_show', 4, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(106, 'Sales Return Create', 'sales_return_index', 5, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(107, 'Sales Return Store', 'sales_return_store', 5, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(108, 'Sales Return Show', 'sales_return_show', 5, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(109, 'Sales Return Delete', 'sales_return_delete', 5, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(110, 'Purchase Return Create', 'purchase_return_index', 6, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(111, 'Purchase Return Store', 'purchase_return_store', 6, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(112, 'Purchase Return Show', 'purchase_return_show', 6, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(113, 'Purchase Return Delete', 'purchase_return_delete', 6, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(114, 'Expense Categories Store', 'expenses_categories_store', 7, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(115, 'Expense Categories Edit', 'expenses_categories_edit', 7, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(116, 'Expense Categories Update', 'expenses_categories_update', 7, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(117, 'Expenses Create', 'expenses_index', 7, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(118, 'Expenses Store', 'expenses_store', 7, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(119, 'Expenses Edit', 'expenses_edit', 7, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(120, 'Expenses Update', 'expenses_update', 7, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(121, 'Payments Create', 'payments_create', 8, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(122, 'Payments Store', 'payments_store', 8, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(123, 'Payments Show', 'payments_print', 8, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(124, 'Payments Delete', 'payments_delete', 8, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(125, 'Contacts Create', 'customers_index', 9, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(126, 'Contacts Store', 'customers_store', 9, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(127, 'Contacts Edit', 'customers_edit', 9, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(128, 'Contacts Update', 'customers_update', 9, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(129, 'Paid Through Accounts Create', 'paid_through_accounts_index', 10, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(130, 'Paid Through Accounts Store', 'paid_through_accounts_store', 10, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(131, 'Paid Through Accounts Edit', 'paid_through_accounts_edit', 10, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(132, 'Paid Through Accounts Update', 'paid_through_accounts_update', 10, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(133, 'Units Create', 'products_units_index', 11, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(134, 'Units Store', 'products_units_store', 11, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(135, 'Units Edit', 'products_units_edit', 11, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(136, 'Units Update', 'products_units_update', 11, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(137, 'Employee Salary Create', 'expenses_employee_salary_index', 12, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(138, 'Employee Salary Store', 'expenses_employee_salary_store', 12, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(139, 'Employee Salary Edit', 'expenses_employee_salary_edit', 12, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(140, 'Employee Salary Update', 'expenses_employee_salary_update', 12, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(141, 'Bar Code Generate', 'products_barcode_print', 13, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(142, 'Bar Code Print', 'products_barcode_print_print', 13, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(143, 'Discounts Create', 'discounts_index', 14, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(144, 'Discounts Store', 'discounts_store', 14, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(145, 'Discounts Edit', 'discounts_edit', 14, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(146, 'Discounts Update', 'discounts_update', 14, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(147, 'Users Create', 'users_index', 16, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(148, 'Users Store', 'users_store', 16, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(149, 'Users Edit', 'users_edit', 16, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(150, 'Users Update', 'users_update', 16, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(151, 'Users Delete', 'users_destroy', 16, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(152, 'Users Profile Edit', 'users_edit_profile', 16, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(153, 'Users Profile Update', 'users_update_profile', 16, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(154, 'Users Settings Edit', 'users_edit_settings', 16, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(155, 'Users Settings Update', 'users_update_settings', 16, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(156, 'Access Level Create', 'set_access_index', 17, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(157, 'Access Level Update', 'set_access_update', 17, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(158, 'Stock Report', 'stock_report_index', 15, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(159, 'Profit Loss Report', 'profit_loss_index', 15, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(160, 'Sales Report', 'sales_report_index', 15, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(161, 'Sales Summary Report', 'sales_summary_index', 15, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(162, 'Purchase Report', 'purchase_report_index', 15, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(163, 'Purchase Summary Report', 'purchase_summary_index', 15, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(164, 'Customer Due Report', 'due_report_customer_index', 15, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(165, 'Supplier Due Report', 'due_report_supplier_index', 15, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(166, 'Payment Report', 'payment_report_index', 15, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(167, 'Expense Rerport', 'expense_report_index', 15, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(168, 'Collection Report', 'collection_report_index', 15, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00'),
(169, 'SalaryReport', 'salary_report_index', 15, 1, 0, '2020-11-05 01:49:29', '0000-00-00 00:00:00');
-- --------------------------------------------------------
--
-- Table structure for table `users`
--
CREATE TABLE `users` (
`id` bigint(20) UNSIGNED NOT NULL,
`name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`email` varchar(150) COLLATE utf8mb4_unicode_ci NOT NULL,
`email_verified_at` timestamp NULL DEFAULT NULL,
`password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`photo` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`logo` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`remember_token` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`role` tinyint(4) NOT NULL COMMENT '1=Super Admin 2=Admin 3=Employee 4=cutomer',
`branch_id` bigint(20) UNSIGNED DEFAULT NULL,
`status` tinyint(4) NOT NULL COMMENT '1=Active\r\n0=Inactive',
`organization_name` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`address` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`contact_number` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`contact_email` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`website` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`header_image` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`footer_image` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`sales_show` double DEFAULT NULL,
`vat_reg_number` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`mushak` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`vat_type` tinyint(4) DEFAULT NULL,
`vat_amount` double DEFAULT NULL,
`tax_type` tinyint(4) DEFAULT NULL,
`tax_amount` double DEFAULT NULL,
`pos_printer` tinyint(4) DEFAULT 1 COMMENT '0= 58 mm Label Size 1 = 80 mm Label Size 2 = A4 3 = letter',
`created_by` bigint(20) UNSIGNED DEFAULT NULL,
`updated_by` bigint(20) UNSIGNED DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `users`
--
INSERT INTO `users` (`id`, `name`, `email`, `email_verified_at`, `password`, `photo`, `logo`, `remember_token`, `role`, `branch_id`, `status`, `organization_name`, `address`, `contact_number`, `contact_email`, `website`, `header_image`, `footer_image`, `sales_show`, `vat_reg_number`, `mushak`, `vat_type`, `vat_amount`, `tax_type`, `tax_amount`, `pos_printer`, `created_by`, `updated_by`, `created_at`, `updated_at`) VALUES
(1, 'Cyberdyne Technology Ltd.', 'superadmin', '0000-00-00 00:00:00', '$2y$10$e4t28BJ6.DSK1gmQ/IO3qOB0WqszhEzUvr0HGEypWGuHLuBY9zC3S', 'company-profile-images/1611226529.png', 'company-profile-images/1611663314.png', '', 1, 1, 1, 'Cyberdyne Technology Ltd', 'House # 1/6/1 (GF, 2 nd &4 th floor), Road # 1', '01715317133', '<EMAIL>', 'www.cyberdynetechnologyltd.com', '', '', 0, '12-23-34-21', '1001', 0, 15, 0, 0, 3, 1, 1, '2020-04-23 15:06:17', '2021-01-26 12:15:14');
--
-- Indexes for dumped tables
--
--
-- Indexes for table `backup`
--
ALTER TABLE `backup`
ADD PRIMARY KEY (`id`),
ADD KEY `created_by` (`created_by`),
ADD KEY `updated_by` (`updated_by`);
--
-- Indexes for table `bills`
--
ALTER TABLE `bills`
ADD PRIMARY KEY (`id`),
ADD KEY `bills_78_vendor_id_foreign` (`vendor_id`),
ADD KEY `bills_78_created_by_foreign` (`created_by`),
ADD KEY `bills_78_updated_by_foreign` (`updated_by`);
--
-- Indexes for table `bill_entries`
--
ALTER TABLE `bill_entries`
ADD PRIMARY KEY (`id`),
ADD KEY `bill_entries_78_bill_id_foreign` (`bill_id`),
ADD KEY `bill_entries_78_product_id_foreign` (`product_id`),
ADD KEY `bill_entries_78_product_entry_id_foreign` (`product_entry_id`),
ADD KEY `bill_entries_78_vendor_id_foreign` (`vendor_id`),
ADD KEY `bill_entries_78_created_by_foreign` (`created_by`),
ADD KEY `bill_entries_78_updated_by_foreign` (`updated_by`);
--
-- Indexes for table `branches`
--
ALTER TABLE `branches`
ADD PRIMARY KEY (`id`),
ADD KEY `created_by` (`created_by`),
ADD KEY `updated_by` (`updated_by`);
--
-- Indexes for table `categories`
--
ALTER TABLE `categories`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `name` (`name`),
ADD KEY `categories_78_created_by_foreign` (`created_by`),
ADD KEY `categories_78_updated_by_foreign` (`updated_by`);
--
-- Indexes for table `customers`
--
ALTER TABLE `customers`
ADD PRIMARY KEY (`id`),
ADD KEY `created_by` (`created_by`),
ADD KEY `updated_by` (`updated_by`),
ADD KEY `user_id` (`user_id`);
--
-- Indexes for table `discounts`
--
ALTER TABLE `discounts`
ADD PRIMARY KEY (`id`),
ADD KEY `discounts_78_created_by_foreign` (`created_by`),
ADD KEY `discounts_78_updated_by_foreign` (`updated_by`);
--
-- Indexes for table `discount_products`
--
ALTER TABLE `discount_products`
ADD PRIMARY KEY (`id`),
ADD KEY `discount_products_78_product_id_foreign` (`product_id`),
ADD KEY `discount_products_78_discount_id_foreign` (`discount_id`),
ADD KEY `discount_products_78_created_by_foreign` (`created_by`),
ADD KEY `discount_products_78_updated_by_foreign` (`updated_by`);
--
-- Indexes for table `expenses`
--
ALTER TABLE `expenses`
ADD PRIMARY KEY (`id`),
ADD KEY `expenses_78_expense_category_id_foreign` (`expense_category_id`),
ADD KEY `expenses_78_user_id_foreign` (`user_id`),
ADD KEY `expenses_78_created_by_foreign` (`created_by`),
ADD KEY `expenses_78_updated_by_foreign` (`updated_by`),
ADD KEY `paid_through_id` (`paid_through_id`);
--
-- Indexes for table `expense_categories`
--
ALTER TABLE `expense_categories`
ADD PRIMARY KEY (`id`),
ADD KEY `expense_categories_78_created_by_foreign` (`created_by`),
ADD KEY `expense_categories_78_updated_by_foreign` (`updated_by`);
--
-- Indexes for table `failed_jobs`
--
ALTER TABLE `failed_jobs`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `incomes`
--
ALTER TABLE `incomes`
ADD PRIMARY KEY (`id`),
ADD KEY `created_by` (`created_by`),
ADD KEY `updated_by` (`updated_by`),
ADD KEY `income_category_id` (`income_category_id`),
ADD KEY `paid_through_id` (`paid_through_id`);
--
-- Indexes for table `income_categories`
--
ALTER TABLE `income_categories`
ADD PRIMARY KEY (`id`),
ADD KEY `created_by` (`created_by`),
ADD KEY `updated_by` (`updated_by`);
--
-- Indexes for table `invoices`
--
ALTER TABLE `invoices`
ADD PRIMARY KEY (`id`),
ADD KEY `invoices_78_customer_id_foreign` (`customer_id`),
ADD KEY `invoices_78_created_by_foreign` (`created_by`),
ADD KEY `invoices_78_updated_by_foreign` (`updated_by`),
ADD KEY `branch_id` (`branch_id`);
--
-- Indexes for table `invoice_entries`
--
ALTER TABLE `invoice_entries`
ADD PRIMARY KEY (`id`),
ADD KEY `invoice_entries_78_invoice_id_foreign` (`invoice_id`),
ADD KEY `invoice_entries_78_product_id_foreign` (`product_id`),
ADD KEY `invoice_entries_78_product_entry_id_foreign` (`product_entry_id`),
ADD KEY `invoice_entries_78_customer_id_foreign` (`customer_id`),
ADD KEY `invoice_entries_78_created_by_foreign` (`created_by`),
ADD KEY `invoice_entries_78_updated_by_foreign` (`updated_by`);
--
-- Indexes for table `items`
--
ALTER TABLE `items`
ADD PRIMARY KEY (`id`),
ADD KEY `items_78_sub_category_id_foreign` (`sub_category_id`),
ADD KEY `items_78_created_by_foreign` (`created_by`),
ADD KEY `items_78_updated_by_foreign` (`updated_by`);
--
-- Indexes for table `message_deliveries`
--
ALTER TABLE `message_deliveries`
ADD PRIMARY KEY (`id`),
ADD KEY `customer_id` (`customer_id`),
ADD KEY `phone_book_id` (`phone_book_id`),
ADD KEY `message_id` (`message_id`);
--
-- Indexes for table `message_lists`
--
ALTER TABLE `message_lists`
ADD PRIMARY KEY (`id`),
ADD KEY `created_by` (`created_by`),
ADD KEY `updated_by` (`updated_by`);
--
-- Indexes for table `migrations`
--
ALTER TABLE `migrations`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `modules`
--
ALTER TABLE `modules`
ADD PRIMARY KEY (`id`),
ADD KEY `modules_78_created_by_foreign` (`created_by`),
ADD KEY `modules_78_updated_by_foreign` (`updated_by`);
--
-- Indexes for table `modules_access`
--
ALTER TABLE `modules_access`
ADD PRIMARY KEY (`id`),
ADD KEY `modules_access_78_module_id_foreign` (`module_id`),
ADD KEY `modules_access_78_user_id_foreign` (`user_id`),
ADD KEY `modules_access_78_created_by_foreign` (`created_by`),
ADD KEY `modules_access_78_updated_by_foreign` (`updated_by`);
--
-- Indexes for table `paid_through_accounts`
--
ALTER TABLE `paid_through_accounts`
ADD PRIMARY KEY (`id`),
ADD KEY `paid_through_accounts_78_created_by_foreign` (`created_by`),
ADD KEY `paid_through_accounts_78_updated_by_foreign` (`updated_by`);
--
-- Indexes for table `password_resets`
--
ALTER TABLE `password_resets`
ADD KEY `password_resets_email_index` (`email`(191));
--
-- Indexes for table `payments`
--
ALTER TABLE `payments`
ADD PRIMARY KEY (`id`),
ADD KEY `payments_78_customer_id_foreign` (`customer_id`),
ADD KEY `payments_78_paid_through_foreign` (`paid_through`),
ADD KEY `payments_78_created_by_foreign` (`created_by`),
ADD KEY `payments_78_updated_by_foreign` (`updated_by`);
--
-- Indexes for table `payment_entries`
--
ALTER TABLE `payment_entries`
ADD PRIMARY KEY (`id`),
ADD KEY `payment_entries_78_payment_id_foreign` (`payment_id`),
ADD KEY `payment_entries_78_invoice_id_foreign` (`invoice_id`),
ADD KEY `payment_entries_78_bill_id_foreign` (`bill_id`),
ADD KEY `payment_entries_78_sales_return_id_foreign` (`sales_return_id`),
ADD KEY `payment_entries_78_purchase_return_id_foreign` (`purchase_return_id`),
ADD KEY `payment_entries_78_created_by_foreign` (`created_by`),
ADD KEY `payment_entries_78_updated_by_foreign` (`updated_by`);
--
-- Indexes for table `permissions`
--
ALTER TABLE `permissions`
ADD PRIMARY KEY (`id`),
ADD KEY `permissions_78_url_id_foreign` (`url_id`),
ADD KEY `permissions_78_user_id_foreign` (`user_id`),
ADD KEY `permissions_78_created_by_foreign` (`created_by`),
ADD KEY `permissions_78_updated_by_foreign` (`updated_by`);
--
-- Indexes for table `phone_book`
--
ALTER TABLE `phone_book`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `products`
--
ALTER TABLE `products`
ADD PRIMARY KEY (`id`),
ADD KEY `products_78_category_id_foreign` (`category_id`),
ADD KEY `products_78_sub_category_id_foreign` (`sub_category_id`),
ADD KEY `products_78_item_id_foreign` (`item_id`),
ADD KEY `products_78_unit_foreign` (`unit`),
ADD KEY `products_78_created_by_foreign` (`created_by`),
ADD KEY `products_78_updated_by_foreign` (`updated_by`);
--
-- Indexes for table `product_customers`
--
ALTER TABLE `product_customers`
ADD PRIMARY KEY (`id`),
ADD KEY `created_by` (`created_by`),
ADD KEY `updated_by` (`updated_by`),
ADD KEY `supplier_id` (`customer_id`),
ADD KEY `product_entry_id` (`product_entry_id`);
--
-- Indexes for table `product_entries`
--
ALTER TABLE `product_entries`
ADD PRIMARY KEY (`id`),
ADD KEY `product_entries_78_product_id_foreign` (`product_id`),
ADD KEY `product_entries_78_unit_id_foreign` (`unit_id`),
ADD KEY `product_entries_78_created_by_foreign` (`created_by`),
ADD KEY `product_entries_78_updated_by_foreign` (`updated_by`),
ADD KEY `supplier_id` (`supplier_id`);
--
-- Indexes for table `product_suppliers`
--
ALTER TABLE `product_suppliers`
ADD PRIMARY KEY (`id`),
ADD KEY `created_by` (`created_by`),
ADD KEY `updated_by` (`updated_by`),
ADD KEY `supplier_id` (`supplier_id`),
ADD KEY `product_entry_id` (`product_entry_id`);
--
-- Indexes for table `product_variations`
--
ALTER TABLE `product_variations`
ADD PRIMARY KEY (`id`),
ADD KEY `created_by` (`created_by`),
ADD KEY `updated_by` (`updated_by`);
--
-- Indexes for table `product_variation_entries`
--
ALTER TABLE `product_variation_entries`
ADD PRIMARY KEY (`id`),
ADD KEY `created_by` (`created_by`),
ADD KEY `updated_by` (`updated_by`),
ADD KEY `product_entry_id` (`product_entry_id`),
ADD KEY `variation_id` (`variation_id`),
ADD KEY `variation_value_id` (`variation_value_id`);
--
-- Indexes for table `product_variation_values`
--
ALTER TABLE `product_variation_values`
ADD PRIMARY KEY (`id`),
ADD KEY `created_by` (`created_by`),
ADD KEY `updated_by` (`updated_by`),
ADD KEY `product_variation_id` (`product_variation_id`);
--
-- Indexes for table `purchase_return`
--
ALTER TABLE `purchase_return`
ADD PRIMARY KEY (`id`),
ADD KEY `purchase_return_78_bill_id_foreign` (`bill_id`),
ADD KEY `purchase_return_78_customer_id_foreign` (`customer_id`),
ADD KEY `purchase_return_78_created_by_foreign` (`created_by`),
ADD KEY `purchase_return_78_updated_by_foreign` (`updated_by`);
--
-- Indexes for table `purchase_return_entries`
--
ALTER TABLE `purchase_return_entries`
ADD PRIMARY KEY (`id`),
ADD KEY `purchase_return_entries_78_purchase_return_id_foreign` (`purchase_return_id`),
ADD KEY `purchase_return_entries_78_bill_id_foreign` (`bill_id`),
ADD KEY `purchase_return_entries_78_product_id_foreign` (`product_id`),
ADD KEY `purchase_return_entries_78_product_entry_id_foreign` (`product_entry_id`),
ADD KEY `purchase_return_entries_78_customer_id_foreign` (`customer_id`),
ADD KEY `purchase_return_entries_78_created_by_foreign` (`created_by`),
ADD KEY `purchase_return_entries_78_updated_by_foreign` (`updated_by`);
--
-- Indexes for table `sales_return`
--
ALTER TABLE `sales_return`
ADD PRIMARY KEY (`id`),
ADD KEY `sales_return_78_invoice_id_foreign` (`invoice_id`),
ADD KEY `sales_return_78_customer_id_foreign` (`customer_id`),
ADD KEY `sales_return_78_created_by_foreign` (`created_by`),
ADD KEY `sales_return_78_updated_by_foreign` (`updated_by`);
--
-- Indexes for table `sales_return_entries`
--
ALTER TABLE `sales_return_entries`
ADD PRIMARY KEY (`id`),
ADD KEY `sales_return_entries_78_sales_return_id_foreign` (`sales_return_id`),
ADD KEY `sales_return_entries_78_invoice_id_foreign` (`invoice_id`),
ADD KEY `sales_return_entries_78_product_id_foreign` (`product_id`),
ADD KEY `sales_return_entries_78_product_entry_id_foreign` (`product_entry_id`),
ADD KEY `sales_return_entries_78_customer_id_foreign` (`customer_id`),
ADD KEY `sales_return_entries_78_created_by_foreign` (`created_by`),
ADD KEY `sales_return_entries_78_updated_by_foreign` (`updated_by`);
--
-- Indexes for table `sub_categories`
--
ALTER TABLE `sub_categories`
ADD PRIMARY KEY (`id`),
ADD KEY `sub_categories_78_category_id_foreign` (`category_id`),
ADD KEY `sub_categories_78_created_by_foreign` (`created_by`),
ADD KEY `sub_categories_78_updated_by_foreign` (`updated_by`);
--
-- Indexes for table `transactions`
--
ALTER TABLE `transactions`
ADD PRIMARY KEY (`id`),
ADD KEY `transactions_78_invoice_id_foreign` (`invoice_id`),
ADD KEY `transactions_78_bill_id_foreign` (`bill_id`),
ADD KEY `transactions_78_sales_return_id_foreign` (`sales_return_id`),
ADD KEY `transactions_78_purchase_return_id_foreign` (`purchase_return_id`),
ADD KEY `transactions_78_expense_id_foreign` (`expense_id`),
ADD KEY `transactions_78_payment_id_foreign` (`payment_id`),
ADD KEY `transactions_78_customer_id_foreign` (`customer_id`),
ADD KEY `transactions_78_paid_through_foreign` (`paid_through`),
ADD KEY `transactions_78_created_by_foreign` (`created_by`),
ADD KEY `transactions_78_updated_by_foreign` (`updated_by`);
--
-- Indexes for table `units`
--
ALTER TABLE `units`
ADD PRIMARY KEY (`id`),
ADD KEY `units_78_created_by_foreign` (`created_by`),
ADD KEY `units_78_updated_by_foreign` (`updated_by`);
--
-- Indexes for table `urls`
--
ALTER TABLE `urls`
ADD PRIMARY KEY (`id`),
ADD KEY `urls_78_module_id_foreign` (`module_id`),
ADD KEY `urls_78_created_by_foreign` (`created_by`),
ADD KEY `urls_78_updated_by_foreign` (`updated_by`);
--
-- Indexes for table `users`
--
ALTER TABLE `users`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `email` (`email`),
ADD KEY `branch_id` (`branch_id`);
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `backup`
--
ALTER TABLE `backup`
MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=23;
--
-- AUTO_INCREMENT for table `bills`
--
ALTER TABLE `bills`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19;
--
-- AUTO_INCREMENT for table `bill_entries`
--
ALTER TABLE `bill_entries`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=75;
--
-- AUTO_INCREMENT for table `branches`
--
ALTER TABLE `branches`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `categories`
--
ALTER TABLE `categories`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17;
--
-- AUTO_INCREMENT for table `customers`
--
ALTER TABLE `customers`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=41;
--
-- AUTO_INCREMENT for table `discounts`
--
ALTER TABLE `discounts`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `discount_products`
--
ALTER TABLE `discount_products`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `expenses`
--
ALTER TABLE `expenses`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19;
--
-- AUTO_INCREMENT for table `expense_categories`
--
ALTER TABLE `expense_categories`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT for table `failed_jobs`
--
ALTER TABLE `failed_jobs`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `incomes`
--
ALTER TABLE `incomes`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT for table `income_categories`
--
ALTER TABLE `income_categories`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
--
-- AUTO_INCREMENT for table `invoices`
--
ALTER TABLE `invoices`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=62;
--
-- AUTO_INCREMENT for table `invoice_entries`
--
ALTER TABLE `invoice_entries`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=139;
--
-- AUTO_INCREMENT for table `items`
--
ALTER TABLE `items`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `message_deliveries`
--
ALTER TABLE `message_deliveries`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21;
--
-- AUTO_INCREMENT for table `message_lists`
--
ALTER TABLE `message_lists`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `migrations`
--
ALTER TABLE `migrations`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT for table `modules`
--
ALTER TABLE `modules`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18;
--
-- AUTO_INCREMENT for table `modules_access`
--
ALTER TABLE `modules_access`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=52;
--
-- AUTO_INCREMENT for table `paid_through_accounts`
--
ALTER TABLE `paid_through_accounts`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
--
-- AUTO_INCREMENT for table `payments`
--
ALTER TABLE `payments`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=115;
--
-- AUTO_INCREMENT for table `payment_entries`
--
ALTER TABLE `payment_entries`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=118;
--
-- AUTO_INCREMENT for table `permissions`
--
ALTER TABLE `permissions`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=256;
--
-- AUTO_INCREMENT for table `phone_book`
--
ALTER TABLE `phone_book`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `products`
--
ALTER TABLE `products`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27;
--
-- AUTO_INCREMENT for table `product_customers`
--
ALTER TABLE `product_customers`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;
--
-- AUTO_INCREMENT for table `product_entries`
--
ALTER TABLE `product_entries`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=317;
--
-- AUTO_INCREMENT for table `product_suppliers`
--
ALTER TABLE `product_suppliers`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=23;
--
-- AUTO_INCREMENT for table `product_variations`
--
ALTER TABLE `product_variations`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;
--
-- AUTO_INCREMENT for table `product_variation_entries`
--
ALTER TABLE `product_variation_entries`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=48;
--
-- AUTO_INCREMENT for table `product_variation_values`
--
ALTER TABLE `product_variation_values`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=53;
--
-- AUTO_INCREMENT for table `purchase_return`
--
ALTER TABLE `purchase_return`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18;
--
-- AUTO_INCREMENT for table `purchase_return_entries`
--
ALTER TABLE `purchase_return_entries`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21;
--
-- AUTO_INCREMENT for table `sales_return`
--
ALTER TABLE `sales_return`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15;
--
-- AUTO_INCREMENT for table `sales_return_entries`
--
ALTER TABLE `sales_return_entries`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15;
--
-- AUTO_INCREMENT for table `sub_categories`
--
ALTER TABLE `sub_categories`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `transactions`
--
ALTER TABLE `transactions`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=54;
--
-- AUTO_INCREMENT for table `units`
--
ALTER TABLE `units`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
--
-- AUTO_INCREMENT for table `urls`
--
ALTER TABLE `urls`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=170;
--
-- AUTO_INCREMENT for table `users`
--
ALTER TABLE `users`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- Constraints for dumped tables
--
--
-- Constraints for table `backup`
--
ALTER TABLE `backup`
ADD CONSTRAINT `backup_ibfk_1` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `backup_ibfk_2` FOREIGN KEY (`updated_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `bills`
--
ALTER TABLE `bills`
ADD CONSTRAINT `bills_78_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `bills_78_updated_by_foreign` FOREIGN KEY (`updated_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `bills_78_vendor_id_foreign` FOREIGN KEY (`vendor_id`) REFERENCES `customers` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `bill_entries`
--
ALTER TABLE `bill_entries`
ADD CONSTRAINT `bill_entries_78_bill_id_foreign` FOREIGN KEY (`bill_id`) REFERENCES `bills` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `bill_entries_78_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `bill_entries_78_product_entry_id_foreign` FOREIGN KEY (`product_entry_id`) REFERENCES `product_entries` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `bill_entries_78_product_id_foreign` FOREIGN KEY (`product_id`) REFERENCES `products` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `bill_entries_78_updated_by_foreign` FOREIGN KEY (`updated_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `bill_entries_78_vendor_id_foreign` FOREIGN KEY (`vendor_id`) REFERENCES `customers` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `branches`
--
ALTER TABLE `branches`
ADD CONSTRAINT `branches_ibfk_1` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `branches_ibfk_2` FOREIGN KEY (`updated_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `categories`
--
ALTER TABLE `categories`
ADD CONSTRAINT `categories_78_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `categories_78_updated_by_foreign` FOREIGN KEY (`updated_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `customers`
--
ALTER TABLE `customers`
ADD CONSTRAINT `customers_ibfk_1` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `customers_ibfk_2` FOREIGN KEY (`updated_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `customers_ibfk_3` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `discounts`
--
ALTER TABLE `discounts`
ADD CONSTRAINT `discounts_78_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `discounts_78_updated_by_foreign` FOREIGN KEY (`updated_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `discount_products`
--
ALTER TABLE `discount_products`
ADD CONSTRAINT `discount_products_78_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `discount_products_78_discount_id_foreign` FOREIGN KEY (`discount_id`) REFERENCES `discounts` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `discount_products_78_product_id_foreign` FOREIGN KEY (`product_id`) REFERENCES `product_entries` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `discount_products_78_updated_by_foreign` FOREIGN KEY (`updated_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `expenses`
--
ALTER TABLE `expenses`
ADD CONSTRAINT `expenses_78_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `expenses_78_expense_category_id_foreign` FOREIGN KEY (`expense_category_id`) REFERENCES `expense_categories` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `expenses_78_updated_by_foreign` FOREIGN KEY (`updated_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `expenses_78_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `customers` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `expenses_ibfk_1` FOREIGN KEY (`paid_through_id`) REFERENCES `paid_through_accounts` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `expense_categories`
--
ALTER TABLE `expense_categories`
ADD CONSTRAINT `expense_categories_78_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `expense_categories_78_updated_by_foreign` FOREIGN KEY (`updated_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `incomes`
--
ALTER TABLE `incomes`
ADD CONSTRAINT `incomes_ibfk_1` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `incomes_ibfk_2` FOREIGN KEY (`updated_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `incomes_ibfk_3` FOREIGN KEY (`income_category_id`) REFERENCES `income_categories` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `incomes_ibfk_4` FOREIGN KEY (`paid_through_id`) REFERENCES `paid_through_accounts` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `income_categories`
--
ALTER TABLE `income_categories`
ADD CONSTRAINT `income_categories_ibfk_1` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `income_categories_ibfk_2` FOREIGN KEY (`updated_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `invoices`
--
ALTER TABLE `invoices`
ADD CONSTRAINT `invoices_78_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `invoices_78_customer_id_foreign` FOREIGN KEY (`customer_id`) REFERENCES `customers` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `invoices_78_updated_by_foreign` FOREIGN KEY (`updated_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `invoices_ibfk_1` FOREIGN KEY (`branch_id`) REFERENCES `branches` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `invoice_entries`
--
ALTER TABLE `invoice_entries`
ADD CONSTRAINT `invoice_entries_78_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `invoice_entries_78_customer_id_foreign` FOREIGN KEY (`customer_id`) REFERENCES `customers` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `invoice_entries_78_invoice_id_foreign` FOREIGN KEY (`invoice_id`) REFERENCES `invoices` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `invoice_entries_78_product_entry_id_foreign` FOREIGN KEY (`product_entry_id`) REFERENCES `product_entries` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `invoice_entries_78_product_id_foreign` FOREIGN KEY (`product_id`) REFERENCES `products` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `invoice_entries_78_updated_by_foreign` FOREIGN KEY (`updated_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `items`
--
ALTER TABLE `items`
ADD CONSTRAINT `items_78_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `items_78_sub_category_id_foreign` FOREIGN KEY (`sub_category_id`) REFERENCES `sub_categories` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `items_78_updated_by_foreign` FOREIGN KEY (`updated_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `message_deliveries`
--
ALTER TABLE `message_deliveries`
ADD CONSTRAINT `message_deliveries_ibfk_1` FOREIGN KEY (`customer_id`) REFERENCES `customers` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `message_deliveries_ibfk_2` FOREIGN KEY (`phone_book_id`) REFERENCES `phone_book` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `message_deliveries_ibfk_3` FOREIGN KEY (`message_id`) REFERENCES `message_lists` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `message_lists`
--
ALTER TABLE `message_lists`
ADD CONSTRAINT `message_lists_ibfk_1` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `message_lists_ibfk_2` FOREIGN KEY (`updated_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `modules`
--
ALTER TABLE `modules`
ADD CONSTRAINT `modules_78_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `modules_78_updated_by_foreign` FOREIGN KEY (`updated_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `modules_access`
--
ALTER TABLE `modules_access`
ADD CONSTRAINT `modules_access_78_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `modules_access_78_module_id_foreign` FOREIGN KEY (`module_id`) REFERENCES `modules` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `modules_access_78_updated_by_foreign` FOREIGN KEY (`updated_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `modules_access_78_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `paid_through_accounts`
--
ALTER TABLE `paid_through_accounts`
ADD CONSTRAINT `paid_through_accounts_78_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `paid_through_accounts_78_updated_by_foreign` FOREIGN KEY (`updated_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `payments`
--
ALTER TABLE `payments`
ADD CONSTRAINT `payments_78_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `payments_78_customer_id_foreign` FOREIGN KEY (`customer_id`) REFERENCES `customers` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `payments_78_paid_through_foreign` FOREIGN KEY (`paid_through`) REFERENCES `paid_through_accounts` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `payments_78_updated_by_foreign` FOREIGN KEY (`updated_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `payment_entries`
--
ALTER TABLE `payment_entries`
ADD CONSTRAINT `payment_entries_78_bill_id_foreign` FOREIGN KEY (`bill_id`) REFERENCES `bills` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `payment_entries_78_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `payment_entries_78_invoice_id_foreign` FOREIGN KEY (`invoice_id`) REFERENCES `invoices` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `payment_entries_78_payment_id_foreign` FOREIGN KEY (`payment_id`) REFERENCES `payments` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `payment_entries_78_purchase_return_id_foreign` FOREIGN KEY (`purchase_return_id`) REFERENCES `purchase_return` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `payment_entries_78_sales_return_id_foreign` FOREIGN KEY (`sales_return_id`) REFERENCES `sales_return` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `payment_entries_78_updated_by_foreign` FOREIGN KEY (`updated_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `permissions`
--
ALTER TABLE `permissions`
ADD CONSTRAINT `permissions_78_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `permissions_78_updated_by_foreign` FOREIGN KEY (`updated_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `permissions_78_url_id_foreign` FOREIGN KEY (`url_id`) REFERENCES `urls` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `permissions_78_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `products`
--
ALTER TABLE `products`
ADD CONSTRAINT `products_78_category_id_foreign` FOREIGN KEY (`category_id`) REFERENCES `categories` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `products_78_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `products_78_item_id_foreign` FOREIGN KEY (`item_id`) REFERENCES `items` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `products_78_sub_category_id_foreign` FOREIGN KEY (`sub_category_id`) REFERENCES `sub_categories` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `products_78_unit_foreign` FOREIGN KEY (`unit`) REFERENCES `units` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `products_78_updated_by_foreign` FOREIGN KEY (`updated_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `product_entries`
--
ALTER TABLE `product_entries`
ADD CONSTRAINT `product_entries_78_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `product_entries_78_product_id_foreign` FOREIGN KEY (`product_id`) REFERENCES `products` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `product_entries_78_unit_id_foreign` FOREIGN KEY (`unit_id`) REFERENCES `units` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `product_entries_78_updated_by_foreign` FOREIGN KEY (`updated_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `product_entries_ibfk_1` FOREIGN KEY (`supplier_id`) REFERENCES `customers` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `product_suppliers`
--
ALTER TABLE `product_suppliers`
ADD CONSTRAINT `product_suppliers_ibfk_1` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `product_suppliers_ibfk_2` FOREIGN KEY (`updated_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `product_suppliers_ibfk_3` FOREIGN KEY (`supplier_id`) REFERENCES `customers` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `product_suppliers_ibfk_4` FOREIGN KEY (`product_entry_id`) REFERENCES `product_entries` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `product_variations`
--
ALTER TABLE `product_variations`
ADD CONSTRAINT `product_variations_ibfk_1` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `product_variations_ibfk_2` FOREIGN KEY (`updated_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `product_variation_entries`
--
ALTER TABLE `product_variation_entries`
ADD CONSTRAINT `product_variation_entries_ibfk_1` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `product_variation_entries_ibfk_2` FOREIGN KEY (`updated_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `product_variation_entries_ibfk_3` FOREIGN KEY (`product_entry_id`) REFERENCES `product_entries` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `product_variation_entries_ibfk_4` FOREIGN KEY (`variation_id`) REFERENCES `product_variations` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `product_variation_entries_ibfk_5` FOREIGN KEY (`variation_value_id`) REFERENCES `product_variation_values` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `product_variation_values`
--
ALTER TABLE `product_variation_values`
ADD CONSTRAINT `product_variation_values_ibfk_1` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `product_variation_values_ibfk_2` FOREIGN KEY (`updated_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `product_variation_values_ibfk_3` FOREIGN KEY (`product_variation_id`) REFERENCES `product_variations` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `purchase_return`
--
ALTER TABLE `purchase_return`
ADD CONSTRAINT `purchase_return_78_bill_id_foreign` FOREIGN KEY (`bill_id`) REFERENCES `bills` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `purchase_return_78_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `purchase_return_78_customer_id_foreign` FOREIGN KEY (`customer_id`) REFERENCES `customers` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `purchase_return_78_updated_by_foreign` FOREIGN KEY (`updated_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `purchase_return_entries`
--
ALTER TABLE `purchase_return_entries`
ADD CONSTRAINT `purchase_return_entries_78_bill_id_foreign` FOREIGN KEY (`bill_id`) REFERENCES `bills` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `purchase_return_entries_78_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `purchase_return_entries_78_customer_id_foreign` FOREIGN KEY (`customer_id`) REFERENCES `customers` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `purchase_return_entries_78_product_entry_id_foreign` FOREIGN KEY (`product_entry_id`) REFERENCES `product_entries` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `purchase_return_entries_78_product_id_foreign` FOREIGN KEY (`product_id`) REFERENCES `products` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `purchase_return_entries_78_purchase_return_id_foreign` FOREIGN KEY (`purchase_return_id`) REFERENCES `purchase_return` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `purchase_return_entries_78_updated_by_foreign` FOREIGN KEY (`updated_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `sales_return`
--
ALTER TABLE `sales_return`
ADD CONSTRAINT `sales_return_78_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `sales_return_78_customer_id_foreign` FOREIGN KEY (`customer_id`) REFERENCES `customers` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `sales_return_78_invoice_id_foreign` FOREIGN KEY (`invoice_id`) REFERENCES `invoices` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `sales_return_78_updated_by_foreign` FOREIGN KEY (`updated_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `sales_return_entries`
--
ALTER TABLE `sales_return_entries`
ADD CONSTRAINT `sales_return_entries_78_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `sales_return_entries_78_customer_id_foreign` FOREIGN KEY (`customer_id`) REFERENCES `customers` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `sales_return_entries_78_invoice_id_foreign` FOREIGN KEY (`invoice_id`) REFERENCES `invoices` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `sales_return_entries_78_product_entry_id_foreign` FOREIGN KEY (`product_entry_id`) REFERENCES `product_entries` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `sales_return_entries_78_product_id_foreign` FOREIGN KEY (`product_id`) REFERENCES `products` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `sales_return_entries_78_sales_return_id_foreign` FOREIGN KEY (`sales_return_id`) REFERENCES `sales_return` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `sales_return_entries_78_updated_by_foreign` FOREIGN KEY (`updated_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `sub_categories`
--
ALTER TABLE `sub_categories`
ADD CONSTRAINT `sub_categories_78_category_id_foreign` FOREIGN KEY (`category_id`) REFERENCES `categories` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `sub_categories_78_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `sub_categories_78_updated_by_foreign` FOREIGN KEY (`updated_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `transactions`
--
ALTER TABLE `transactions`
ADD CONSTRAINT `transactions_78_bill_id_foreign` FOREIGN KEY (`bill_id`) REFERENCES `bills` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `transactions_78_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `transactions_78_customer_id_foreign` FOREIGN KEY (`customer_id`) REFERENCES `customers` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `transactions_78_expense_id_foreign` FOREIGN KEY (`expense_id`) REFERENCES `expenses` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `transactions_78_invoice_id_foreign` FOREIGN KEY (`invoice_id`) REFERENCES `invoices` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `transactions_78_paid_through_foreign` FOREIGN KEY (`paid_through`) REFERENCES `paid_through_accounts` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `transactions_78_payment_id_foreign` FOREIGN KEY (`payment_id`) REFERENCES `payments` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `transactions_78_purchase_return_id_foreign` FOREIGN KEY (`purchase_return_id`) REFERENCES `purchase_return` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `transactions_78_sales_return_id_foreign` FOREIGN KEY (`sales_return_id`) REFERENCES `sales_return` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `transactions_78_updated_by_foreign` FOREIGN KEY (`updated_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `units`
--
ALTER TABLE `units`
ADD CONSTRAINT `units_78_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `units_78_updated_by_foreign` FOREIGN KEY (`updated_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `urls`
--
ALTER TABLE `urls`
ADD CONSTRAINT `urls_78_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `urls_78_module_id_foreign` FOREIGN KEY (`module_id`) REFERENCES `modules` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `urls_78_updated_by_foreign` FOREIGN KEY (`updated_by`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `users`
--
ALTER TABLE `users`
ADD CONSTRAINT `users_ibfk_1` FOREIGN KEY (`branch_id`) REFERENCES `branches` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
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 */;
|
--SELECT "TableroSistemaPenal_6"."Forma Inicio" AS "Forma Inicio" FROM "TableroSistemaPenal_6" GROUP BY 1 ORDER BY "Forma Inicio" ASC ;
|
<gh_stars>0
SELECT `first_name`, `last_name`
FROM `employees`
WHERE `first_name` LIKE 'sa%'; |
-- phpMyAdmin SQL Dump
-- version 4.7.0
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Aug 17, 2017 at 03:18 PM
-- Server version: 5.7.17
-- PHP Version: 5.6.30
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Database: `pharma`
--
-- --------------------------------------------------------
--
-- Table structure for table `annulation_vente`
--
CREATE TABLE `annulation_vente` (
`CODE_ANNULATION` int(4) NOT NULL,
`CODE_VENTE` int(11) NOT NULL,
`DATE_ANNULATION` date DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `banque`
--
CREATE TABLE `banque` (
`CODE_BANQUE` int(11) NOT NULL,
`NUM_BANQUE` text,
`DESCRIPTION` text
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `banque`
--
INSERT INTO `banque` (`CODE_BANQUE`, `NUM_BANQUE`, `DESCRIPTION`) VALUES
(1, '854789655', 'UTB');
-- --------------------------------------------------------
--
-- Table structure for table `bordereau`
--
CREATE TABLE `bordereau` (
`CODE_BORDEREAU` int(11) NOT NULL,
`NUMERO_BORDEREAU_COURSIER` text,
`BENEFICIAIRE` text
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `bordereau`
--
INSERT INTO `bordereau` (`CODE_BORDEREAU`, `NUMERO_BORDEREAU_COURSIER`, `BENEFICIAIRE`) VALUES
(1, 'AZR7854693PLO', 'Toto'),
(2, 'ERTG85479652', 'Gerant');
-- --------------------------------------------------------
--
-- Table structure for table `classe_produit`
--
CREATE TABLE `classe_produit` (
`CODE_CLASSE` int(11) NOT NULL,
`NUM_CLASS` text,
`DESCRIPTION` text
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `classe_produit`
--
INSERT INTO `classe_produit` (`CODE_CLASSE`, `NUM_CLASS`, `DESCRIPTION`) VALUES
(1, NULL, 'bacterie'),
(2, NULL, 'Anti-biotique');
-- --------------------------------------------------------
--
-- Table structure for table `client`
--
CREATE TABLE `client` (
`CODE_CLI` int(11) NOT NULL,
`CODE_COM` int(11) NOT NULL,
`TITRE` text,
`NOM_CLI` text,
`PRENOM_CLI` text,
`TYPE_PIECE` text,
`NUM_PIECE` text,
`DATE_PIECE` date DEFAULT NULL,
`EMAIL` text,
`ADRESSE` text,
`TEL1` text,
`TEL2` text,
`STATUT` tinyint(1) DEFAULT NULL,
`TOTAL_DU` float(8,2) DEFAULT NULL,
`CREDIT_MAX` float(8,2) DEFAULT NULL,
`DELAI_PAIEMENT` int(11) DEFAULT NULL,
`REMISE` float DEFAULT NULL,
`DROIT_CREDIT` tinyint(1) DEFAULT NULL,
`DEPASSEMENT` float DEFAULT NULL,
`DATE_CREATION` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `client`
--
INSERT INTO `client` (`CODE_CLI`, `CODE_COM`, `TITRE`, `NOM_CLI`, `PRENOM_CLI`, `TYPE_PIECE`, `NUM_PIECE`, `DATE_PIECE`, `EMAIL`, `ADRESSE`, `TEL1`, `TEL2`, `STATUT`, `TOTAL_DU`, `CREDIT_MAX`, `DELAI_PAIEMENT`, `REMISE`, `DROIT_CREDIT`, `DEPASSEMENT`, `DATE_CREATION`) VALUES
(1, 1, 'monsieur', 'toto', 'tata', 'CNI', '989990ki7', '2017-07-05', '<EMAIL>', 'klikan', '90909090', '98989898', 1, 8900.00, 234456.00, 7, 20, 1, 10000, '2017-07-30 03:22:14'),
(3, 2, 'Mr', 'corbeau', 'yoann', 'CNI', '098889765', '2017-07-20', '<EMAIL>', 'paris', '09988987', '90999988', 0, 0.00, 90000.00, 15, 30, 0, 1, NULL),
(5, 2, 'Mr', 'Notokpe', 'Aicha', 'CNI', '12345678901', '2017-08-17', '<EMAIL>', 'telessou', '09988987', '003378995544', 0, 0.00, 90000.00, 15, 30, 1, 10, NULL),
(6, 1, 'Mr', 'Notokpe', 'Alex', 'PP', '90888765', '2017-08-09', '<EMAIL>', 'Agoe', '09988987', '97125812', 0, 0.00, 70000.00, 15, 30, 1, 10, NULL);
-- --------------------------------------------------------
--
-- Table structure for table `commerciale`
--
CREATE TABLE `commerciale` (
`CODE_COM` int(10) NOT NULL,
`NOM_COM` text,
`PRENOM_COM` text,
`DATE_EMB` date DEFAULT NULL,
`TEL_COM` text,
`TEL_URG` text,
`ADRESSE` text,
`EMAIL` text,
`CHIFFRE` int(11) DEFAULT NULL,
`POURCENTAGE` float DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `commerciale`
--
INSERT INTO `commerciale` (`CODE_COM`, `NOM_COM`, `PRENOM_COM`, `DATE_EMB`, `TEL_COM`, `TEL_URG`, `ADRESSE`, `EMAIL`, `CHIFFRE`, `POURCENTAGE`) VALUES
(1, 'Agbogan', 'oyoyo', '2017-07-05', '92593461', '98628723', 'telessou', '<EMAIL>', 0, 0.2),
(2, 'toto', 'baba', '2017-07-13', '97125812', '91486620', 'attiegou', '<EMAIL>', 0, 0.5);
-- --------------------------------------------------------
--
-- Table structure for table `compte_produit_`
--
CREATE TABLE `compte_produit_` (
`CODE_C_FOURNISSEUR` int(11) NOT NULL,
`CODE_FOURNISSEUR` int(11) NOT NULL,
`CODE_USER` int(11) NOT NULL,
`DATE_MAJ_COMPTE` date DEFAULT NULL,
`MONTANT_MAJ_COMPTE` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `connexion`
--
CREATE TABLE `connexion` (
`CODE_CONNEXION` int(11) NOT NULL,
`LOGIN` text,
`STATUT` tinyint(1) DEFAULT NULL,
`IP` text,
`DATE_CONNEXION` datetime DEFAULT NULL,
`ACTION` text
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `depense`
--
CREATE TABLE `depense` (
`CODE_DEPENSE` int(11) NOT NULL,
`CODE_USER` int(11) NOT NULL,
`OBJET` text,
`MONTANT` int(11) DEFAULT NULL,
`DATE` date DEFAULT NULL,
`COMMENTAIRE` text
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `encaissement`
--
CREATE TABLE `encaissement` (
`CODE_ENCAISSEMENT` int(11) NOT NULL,
`CODE_JOURNEE` int(11) NOT NULL,
`CODE_PAIEMENT` int(11) NOT NULL,
`CODE_VENTE` int(11) NOT NULL,
`CODE_USER` int(11) NOT NULL,
`TYPE` text,
`DATE_ENCAISSEMENT` datetime DEFAULT NULL,
`STATUT` tinyint(1) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `encaissement`
--
INSERT INTO `encaissement` (`CODE_ENCAISSEMENT`, `CODE_JOURNEE`, `CODE_PAIEMENT`, `CODE_VENTE`, `CODE_USER`, `TYPE`, `DATE_ENCAISSEMENT`, `STATUT`) VALUES
(1, 1, 1, 1, 1, 'Liquide', '2017-08-09 00:00:00', 0);
-- --------------------------------------------------------
--
-- Table structure for table `entree`
--
CREATE TABLE `entree` (
`CODE_ENTREE` int(10) NOT NULL,
`DATE_ENTREE` date DEFAULT NULL,
`NUMERO_FACTURE` text,
`NUMERO_BORDEREAU` text
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `exploitant`
--
CREATE TABLE `exploitant` (
`CODE_EXPLOITANT` int(11) NOT NULL,
`NUM_EXPLOITANT` text,
`LIBELLE` text
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `exploitant`
--
INSERT INTO `exploitant` (`CODE_EXPLOITANT`, `NUM_EXPLOITANT`, `LIBELLE`) VALUES
(1, NULL, 'Dafra'),
(2, NULL, 'Medis');
-- --------------------------------------------------------
--
-- Table structure for table `famille_produit`
--
CREATE TABLE `famille_produit` (
`CODE_FAMILLE` int(10) NOT NULL,
`NUM_FAMILLE` text,
`NOM_FAMILLE` text
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `famille_produit`
--
INSERT INTO `famille_produit` (`CODE_FAMILLE`, `NUM_FAMILLE`, `NOM_FAMILLE`) VALUES
(1, NULL, 'Gellule'),
(2, NULL, 'Effervescent');
-- --------------------------------------------------------
--
-- Table structure for table `forme`
--
CREATE TABLE `forme` (
`CODE_FORME` int(11) NOT NULL,
`NOM_FORME` text,
`NUM_FORME` text
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `forme`
--
INSERT INTO `forme` (`CODE_FORME`, `NOM_FORME`, `NUM_FORME`) VALUES
(1, 'Ronde', NULL),
(2, 'Liquide', NULL);
-- --------------------------------------------------------
--
-- Table structure for table `fournisseur`
--
CREATE TABLE `fournisseur` (
`CODE_FOURNISSEUR` int(11) NOT NULL,
`RAISON_SOCIAL` text,
`CONCTACT` text,
`TEL` text,
`TEL_URG` text,
`EMAIL` text,
`ADRESSE` text,
`SOLDE_COMPTE` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `fournisseur`
--
INSERT INTO `fournisseur` (`CODE_FOURNISSEUR`, `RAISON_SOCIAL`, `CONCTACT`, `TEL`, `TEL_URG`, `EMAIL`, `ADRESSE`, `SOLDE_COMPTE`) VALUES
(1, 'Coaret', NULL, '<EMAIL>', 'Tosti rue 228 ', '7459633', '7459633', 0),
(2, 'NSIA', '<NAME>', '90989796', '003378995544', '<EMAIL>', 'paris', 0),
(3, 'WndH', '<NAME>', '97125812', '91486620', '<EMAIL>', 'klikame', 0);
-- --------------------------------------------------------
--
-- Table structure for table `historique_modif`
--
CREATE TABLE `historique_modif` (
`CODE_HISTORIQUE` int(11) NOT NULL,
`CODE_VENTE` int(11) NOT NULL,
`ANCIEN` int(11) DEFAULT NULL,
`QTEANCAV` float DEFAULT NULL,
`QTEANCAP` float DEFAULT NULL,
`NOUVEAU` float DEFAULT NULL,
`QTENOUVAV` float DEFAULT NULL,
`QTENOUVAP` float DEFAULT NULL,
`DATE_OPERATION` datetime DEFAULT NULL,
`LOGIN` text
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `journee`
--
CREATE TABLE `journee` (
`CODE_JOURNEE` int(11) NOT NULL,
`DATE` date DEFAULT NULL,
`DATE_OUVERTURE` datetime DEFAULT NULL,
`DATE_FERMETURE` datetime DEFAULT NULL,
`DATE_CLOTURE` datetime DEFAULT NULL,
`STATUT` tinyint(1) DEFAULT NULL,
`MONTANT_FERMETURE` float(8,2) DEFAULT NULL,
`MONTANT_CLOTURE` float(8,2) DEFAULT NULL,
`MONTANT_MANQUANT` float(8,2) DEFAULT NULL,
`MONTANT_SURPLUS` float(8,2) DEFAULT NULL,
`CODE_USER_OUVRIR` int(11) NOT NULL,
`CODE_USER_FERMER` int(11) DEFAULT NULL,
`CODE_USER_CLOTURER` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `journee`
--
INSERT INTO `journee` (`CODE_JOURNEE`, `DATE`, `DATE_OUVERTURE`, `DATE_FERMETURE`, `DATE_CLOTURE`, `STATUT`, `MONTANT_FERMETURE`, `MONTANT_CLOTURE`, `MONTANT_MANQUANT`, `MONTANT_SURPLUS`, `CODE_USER_OUVRIR`, `CODE_USER_FERMER`, `CODE_USER_CLOTURER`) VALUES
(1, '2017-08-09', '2017-08-09 00:00:00', '2017-08-16 00:00:00', '2017-08-10 00:00:00', 0, 250000.00, 254000.00, 0.00, 300.00, 0, NULL, NULL);
-- --------------------------------------------------------
--
-- Table structure for table `laboratoire`
--
CREATE TABLE `laboratoire` (
`CODE_LAB` int(10) NOT NULL,
`NUMERO_LAB` text,
`NOM_LABORATOIRE` text
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `laboratoire`
--
INSERT INTO `laboratoire` (`CODE_LAB`, `NUMERO_LAB`, `NOM_LABORATOIRE`) VALUES
(1, NULL, 'Bio-Pharma'),
(2, NULL, 'Dietetique');
-- --------------------------------------------------------
--
-- Table structure for table `localisation`
--
CREATE TABLE `localisation` (
`CODE_LOCALISATION` int(11) NOT NULL,
`NUM_LOCALISATION` text,
`NOM_LOCALISATION` text
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `localisation`
--
INSERT INTO `localisation` (`CODE_LOCALISATION`, `NUM_LOCALISATION`, `NOM_LOCALISATION`) VALUES
(1, NULL, 'Etagère 4'),
(2, NULL, 'Etagère 2');
-- --------------------------------------------------------
--
-- Table structure for table `logs`
--
CREATE TABLE `logs` (
`CODE_LOG` int(11) NOT NULL,
`CODE_USER` int(11) NOT NULL,
`LOGIN` text,
`HEURE` datetime DEFAULT NULL,
`EVENEMENT` text,
`STATUT` tinyint(1) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `mode_payement`
--
CREATE TABLE `mode_payement` (
`CODE_PAIEMENT` int(11) NOT NULL,
`CODE_BANQUE` int(11) DEFAULT NULL,
`DESCRIPTION` text,
`NUM_CHEQUE` int(11) DEFAULT NULL,
`MONTANT` int(11) DEFAULT NULL,
`DATE_CHEQUE` date DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `mode_payement`
--
INSERT INTO `mode_payement` (`CODE_PAIEMENT`, `CODE_BANQUE`, `DESCRIPTION`, `NUM_CHEQUE`, `MONTANT`, `DATE_CHEQUE`) VALUES
(1, 1, 'UTB', 25478965, 30000, '2017-08-16');
-- --------------------------------------------------------
--
-- Table structure for table `motif`
--
CREATE TABLE `motif` (
`CODE_MOTIF` int(11) NOT NULL,
`DESCRIPTION` text
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `mouvement`
--
CREATE TABLE `mouvement` (
`CODE_MOUVEMENT` int(10) NOT NULL,
`CODE_SORTIE` int(11) DEFAULT NULL,
`CODE_ENTREE` int(11) DEFAULT NULL,
`CODE_VENTE` int(11) DEFAULT NULL,
`LIBELLE` text,
`DATE` date DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `operationcompte`
--
CREATE TABLE `operationcompte` (
`CODE_COMPTE` int(11) NOT NULL,
`CODE_CLI` int(11) NOT NULL,
`SOLDE` float(8,2) DEFAULT NULL,
`MONTANT_VERSE` float(8,2) DEFAULT NULL,
`RESTE` float(8,2) DEFAULT NULL,
`DATE` date DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `privileges`
--
CREATE TABLE `privileges` (
`CODE_PRIVILEGE` int(11) NOT NULL,
`DESIGNATION` text,
`LEVEL` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `privileges`
--
INSERT INTO `privileges` (`CODE_PRIVILEGE`, `DESIGNATION`, `LEVEL`) VALUES
(1, 'administrateur', 5),
(2, 'Comptoir', 3);
-- --------------------------------------------------------
--
-- Table structure for table `produit`
--
CREATE TABLE `produit` (
`CODE_PRODUIT` int(11) NOT NULL,
`CODE_FAMILLE` int(11) NOT NULL,
`CODE_FORME` int(11) NOT NULL,
`CODE_CLASSE` int(11) DEFAULT NULL,
`CODE_EXPLOITANT` int(11) NOT NULL,
`PRO_CODE_PRODUIT` int(11) DEFAULT NULL,
`CODE_LOCALISATION` int(11) NOT NULL,
`CODE_SPECIALITE` int(11) NOT NULL,
`CODE_LAB` int(11) NOT NULL,
`DESIGNATION` text,
`DCI` text,
`SOUMIS_TVA` tinyint(1) DEFAULT '0',
`DATE_COMMERCIALISATION` date DEFAULT NULL,
`PHOTO` text,
`DATE_ENREGISTREMENT` datetime DEFAULT NULL,
`DATE_MJ` date DEFAULT NULL,
`DATE_PEREMPTION` date DEFAULT NULL,
`QTE_STOCK` int(11) DEFAULT NULL,
`PRIX_PRODUIT` float DEFAULT NULL,
`CIP` varchar(40) DEFAULT NULL,
`CODE_BARRE` int(11) DEFAULT NULL,
`TAUX_TVA` float DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `produit`
--
INSERT INTO `produit` (`CODE_PRODUIT`, `CODE_FAMILLE`, `CODE_FORME`, `CODE_CLASSE`, `CODE_EXPLOITANT`, `PRO_CODE_PRODUIT`, `CODE_LOCALISATION`, `CODE_SPECIALITE`, `CODE_LAB`, `DESIGNATION`, `DCI`, `SOUMIS_TVA`, `DATE_COMMERCIALISATION`, `PHOTO`, `DATE_ENREGISTREMENT`, `DATE_MJ`, `DATE_PEREMPTION`, `QTE_STOCK`, `PRIX_PRODUIT`, `CIP`, `CODE_BARRE`, `TAUX_TVA`) VALUES
(1, 1, 1, 2, 2, NULL, 2, 1, 2, 'Efferlagant', 'H20', 1, '2017-06-15', NULL, '2017-07-09 00:00:00', '2017-07-15', '2017-12-22', 25, 2541, '', NULL, 0),
(2, 2, 1, 2, 2, NULL, 1, 2, 2, 'Neopred', 'Molecule', 1, '2017-06-04', NULL, '2017-07-25 00:00:00', '2017-07-28', '2017-10-21', 30, 3652, '', NULL, 0),
(7, 1, 1, 1, 1, NULL, 1, 1, 1, 'savon', 'ethanol', 1, '2017-08-16', NULL, '2017-08-11 00:00:00', NULL, '2017-08-07', NULL, 99059, '8988342', 123434, 18),
(8, 1, 1, 1, 1, NULL, 1, 1, 1, 'fervex', 'benzene', 1, '2017-08-11', NULL, '2017-08-24 00:00:00', NULL, '2017-08-22', NULL, 78200, '123456', 3743764, 20);
-- --------------------------------------------------------
--
-- Table structure for table `produit_entree_fournisseur`
--
CREATE TABLE `produit_entree_fournisseur` (
`CODE_PRODUIT` int(11) NOT NULL,
`CODE_ENTREE` int(11) NOT NULL,
`CODE_FOURNISSEUR` int(11) NOT NULL,
`NOMBRE_ENTREE` int(11) DEFAULT NULL,
`QTE_ACHAT` int(11) DEFAULT NULL,
`QTE_GRATUIT` int(11) DEFAULT NULL,
`DATE_MAJ` date DEFAULT NULL,
`MONTANT_DU` int(11) DEFAULT NULL,
`ACHAT_CREDIT` tinyint(1) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `produit_sortie`
--
CREATE TABLE `produit_sortie` (
`CODE_SORTIE` int(11) NOT NULL,
`CODE_PRODUIT` int(11) NOT NULL,
`QTE_SORTIE` int(11) DEFAULT NULL,
`DATE_SORTIE` date DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `produit_vendu`
--
CREATE TABLE `produit_vendu` (
`CODE_PRODUIT` int(11) NOT NULL,
`CODE_VENTE` int(11) NOT NULL,
`NB_VENDU` int(11) DEFAULT NULL,
`MONTANT_VENTE` float DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `produit_vendu`
--
INSERT INTO `produit_vendu` (`CODE_PRODUIT`, `CODE_VENTE`, `NB_VENDU`, `MONTANT_VENTE`) VALUES
(2, 1, 2, 2536);
-- --------------------------------------------------------
--
-- Table structure for table `societe`
--
CREATE TABLE `societe` (
`CODE_SOCIETE` int(11) NOT NULL,
`RAISON_SOCIAL` text,
`TEL1` text,
`TEL2` text,
`BP` text,
`VILLE` text,
`PAYS` text,
`SITUATION_GEO` text,
`COPYRIGHT` text,
`LOGO` text
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `sortie`
--
CREATE TABLE `sortie` (
`CODE_SORTIE` int(11) NOT NULL,
`CODE_MOTIF` int(11) NOT NULL,
`DATE_SORTIE` date DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `specialite`
--
CREATE TABLE `specialite` (
`CODE_SPECIALITE` int(11) NOT NULL,
`NOM_SPECIALITE` text,
`NUM_SPECIALITE` text
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `specialite`
--
INSERT INTO `specialite` (`CODE_SPECIALITE`, `NOM_SPECIALITE`, `NUM_SPECIALITE`) VALUES
(1, 'Fièvre', NULL),
(2, 'Paludisme', NULL);
-- --------------------------------------------------------
--
-- Table structure for table `travailler`
--
CREATE TABLE `travailler` (
`CODE_USER` int(11) NOT NULL,
`CODE_JOURNEE` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `utilisateur`
--
CREATE TABLE `utilisateur` (
`CODE_USER` int(11) NOT NULL,
`CODE_PRIVILEGE` int(11) NOT NULL,
`NOM_USER` text,
`PRENOM_USER` text,
`LOGIN` text,
`PWD` text,
`STATUT` tinyint(1) DEFAULT NULL,
`DATE_ENREGISTREMENT` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `utilisateur`
--
INSERT INTO `utilisateur` (`CODE_USER`, `CODE_PRIVILEGE`, `NOM_USER`, `PRENOM_USER`, `LOGIN`, `PWD`, `STATUT`, `DATE_ENREGISTREMENT`) VALUES
(1, 1, 'administrateur', 'admini', 'admin', 'admin', 0, NULL),
(2, 1, 'nom_user', 'prenom_user', 'user', '12dea96fec<PASSWORD>93566ab75692c99495968<PASSWORD>', 1, NULL),
(3, 2, 'test_nom', 'test_prenom', 'test', 'a94a8fe5ccb19ba61c4c0873d391e987982fbbd3', 0, NULL),
(4, 1, 'Agbogan', 'yonam', 'yoni', 'b2512009c2b5cd932b662cb06095af865f40213b', 0, '2017-08-11 12:38:17');
-- --------------------------------------------------------
--
-- Table structure for table `vente`
--
CREATE TABLE `vente` (
`CODE_VENTE` int(11) NOT NULL,
`CODE_ANNULATION` int(11) DEFAULT NULL,
`CODE_JOURNEE` int(11) NOT NULL,
`CODE_CLI` int(11) NOT NULL,
`CODE_ENCAISSEMENT` int(11) DEFAULT NULL,
`CODE_USER` int(11) NOT NULL,
`CODE_BORDEREAU` int(11) NOT NULL,
`DATE_VENTE` date DEFAULT NULL,
`POURCENTAGE` float DEFAULT NULL,
`STATUT` tinyint(1) DEFAULT NULL,
`HEURE_VENTE` time DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `vente`
--
INSERT INTO `vente` (`CODE_VENTE`, `CODE_ANNULATION`, `CODE_JOURNEE`, `CODE_CLI`, `CODE_ENCAISSEMENT`, `CODE_USER`, `CODE_BORDEREAU`, `DATE_VENTE`, `POURCENTAGE`, `STATUT`, `HEURE_VENTE`) VALUES
(1, NULL, 1, 1, NULL, 1, 1, '2017-08-03', 0, 0, '18:24:00');
--
-- Indexes for dumped tables
--
--
-- Indexes for table `annulation_vente`
--
ALTER TABLE `annulation_vente`
ADD PRIMARY KEY (`CODE_ANNULATION`),
ADD KEY `FK_B2` (`CODE_VENTE`);
--
-- Indexes for table `banque`
--
ALTER TABLE `banque`
ADD PRIMARY KEY (`CODE_BANQUE`);
--
-- Indexes for table `bordereau`
--
ALTER TABLE `bordereau`
ADD PRIMARY KEY (`CODE_BORDEREAU`);
--
-- Indexes for table `classe_produit`
--
ALTER TABLE `classe_produit`
ADD PRIMARY KEY (`CODE_CLASSE`);
--
-- Indexes for table `client`
--
ALTER TABLE `client`
ADD PRIMARY KEY (`CODE_CLI`),
ADD KEY `FK_RABATTRE` (`CODE_COM`);
--
-- Indexes for table `commerciale`
--
ALTER TABLE `commerciale`
ADD PRIMARY KEY (`CODE_COM`);
--
-- Indexes for table `compte_produit_`
--
ALTER TABLE `compte_produit_`
ADD PRIMARY KEY (`CODE_C_FOURNISSEUR`),
ADD KEY `FK_OPERER` (`CODE_FOURNISSEUR`),
ADD KEY `FK_SUIVRE` (`CODE_USER`);
--
-- Indexes for table `connexion`
--
ALTER TABLE `connexion`
ADD PRIMARY KEY (`CODE_CONNEXION`);
--
-- Indexes for table `depense`
--
ALTER TABLE `depense`
ADD PRIMARY KEY (`CODE_DEPENSE`),
ADD KEY `FK_DEPENSER` (`CODE_USER`);
--
-- Indexes for table `encaissement`
--
ALTER TABLE `encaissement`
ADD PRIMARY KEY (`CODE_ENCAISSEMENT`),
ADD KEY `FK_FAIRE` (`CODE_USER`),
ADD KEY `FK_JOURNALISER` (`CODE_JOURNEE`),
ADD KEY `FK_PAYER` (`CODE_PAIEMENT`),
ADD KEY `FK_RELATIONSHIP_2` (`CODE_VENTE`);
--
-- Indexes for table `entree`
--
ALTER TABLE `entree`
ADD PRIMARY KEY (`CODE_ENTREE`);
--
-- Indexes for table `exploitant`
--
ALTER TABLE `exploitant`
ADD PRIMARY KEY (`CODE_EXPLOITANT`);
--
-- Indexes for table `famille_produit`
--
ALTER TABLE `famille_produit`
ADD PRIMARY KEY (`CODE_FAMILLE`);
--
-- Indexes for table `forme`
--
ALTER TABLE `forme`
ADD PRIMARY KEY (`CODE_FORME`);
--
-- Indexes for table `fournisseur`
--
ALTER TABLE `fournisseur`
ADD PRIMARY KEY (`CODE_FOURNISSEUR`);
--
-- Indexes for table `historique_modif`
--
ALTER TABLE `historique_modif`
ADD PRIMARY KEY (`CODE_HISTORIQUE`),
ADD KEY `FK_HISTORISER` (`CODE_VENTE`);
--
-- Indexes for table `journee`
--
ALTER TABLE `journee`
ADD PRIMARY KEY (`CODE_JOURNEE`),
ADD KEY `FK_FERMER_JOURNEE` (`CODE_USER_FERMER`),
ADD KEY `FK_OUVRIR_JOURNEE` (`CODE_USER_OUVRIR`),
ADD KEY `FK_CLOTURER_JOURNEE` (`CODE_USER_CLOTURER`);
--
-- Indexes for table `laboratoire`
--
ALTER TABLE `laboratoire`
ADD PRIMARY KEY (`CODE_LAB`);
--
-- Indexes for table `localisation`
--
ALTER TABLE `localisation`
ADD PRIMARY KEY (`CODE_LOCALISATION`);
--
-- Indexes for table `logs`
--
ALTER TABLE `logs`
ADD PRIMARY KEY (`CODE_LOG`),
ADD KEY `FK_POSSEDER` (`CODE_USER`);
--
-- Indexes for table `mode_payement`
--
ALTER TABLE `mode_payement`
ADD PRIMARY KEY (`CODE_PAIEMENT`),
ADD KEY `FK_ASSOCIER` (`CODE_BANQUE`);
--
-- Indexes for table `motif`
--
ALTER TABLE `motif`
ADD PRIMARY KEY (`CODE_MOTIF`);
--
-- Indexes for table `mouvement`
--
ALTER TABLE `mouvement`
ADD PRIMARY KEY (`CODE_MOUVEMENT`),
ADD KEY `FK_MVE` (`CODE_ENTREE`),
ADD KEY `FK_MVS` (`CODE_SORTIE`),
ADD KEY `FK_MVV` (`CODE_VENTE`);
--
-- Indexes for table `operationcompte`
--
ALTER TABLE `operationcompte`
ADD PRIMARY KEY (`CODE_COMPTE`),
ADD KEY `FK_LIER` (`CODE_CLI`);
--
-- Indexes for table `privileges`
--
ALTER TABLE `privileges`
ADD PRIMARY KEY (`CODE_PRIVILEGE`);
--
-- Indexes for table `produit`
--
ALTER TABLE `produit`
ADD PRIMARY KEY (`CODE_PRODUIT`),
ADD KEY `FK_APPARTENIR` (`CODE_FAMILLE`),
ADD KEY `FK_AVOIR_CLASSE` (`CODE_CLASSE`),
ADD KEY `FK_AVOIR_FORME` (`CODE_FORME`),
ADD KEY `FK_ETRE_GENERIQUE` (`PRO_CODE_PRODUIT`),
ADD KEY `FK_EXPLOITER` (`CODE_EXPLOITANT`),
ADD KEY `FK_FABRIQUER` (`CODE_LAB`),
ADD KEY `FK_LOCALISER` (`CODE_LOCALISATION`),
ADD KEY `FK_SPECIALISER` (`CODE_SPECIALITE`);
--
-- Indexes for table `produit_entree_fournisseur`
--
ALTER TABLE `produit_entree_fournisseur`
ADD PRIMARY KEY (`CODE_PRODUIT`,`CODE_ENTREE`,`CODE_FOURNISSEUR`),
ADD KEY `FK_PRODUIT_ENTREE_FOURNISSEUR` (`CODE_FOURNISSEUR`),
ADD KEY `FK_PRODUIT_ENTREE_FOURNISSEUR3` (`CODE_ENTREE`);
--
-- Indexes for table `produit_sortie`
--
ALTER TABLE `produit_sortie`
ADD PRIMARY KEY (`CODE_SORTIE`,`CODE_PRODUIT`),
ADD KEY `FK_PRODUIT_SORTIE` (`CODE_PRODUIT`);
--
-- Indexes for table `produit_vendu`
--
ALTER TABLE `produit_vendu`
ADD PRIMARY KEY (`CODE_PRODUIT`,`CODE_VENTE`),
ADD KEY `FK_PRODUIT_VENDU` (`CODE_VENTE`);
--
-- Indexes for table `societe`
--
ALTER TABLE `societe`
ADD PRIMARY KEY (`CODE_SOCIETE`);
--
-- Indexes for table `sortie`
--
ALTER TABLE `sortie`
ADD PRIMARY KEY (`CODE_SORTIE`),
ADD KEY `FK_JUSTIFIER` (`CODE_MOTIF`);
--
-- Indexes for table `specialite`
--
ALTER TABLE `specialite`
ADD PRIMARY KEY (`CODE_SPECIALITE`);
--
-- Indexes for table `travailler`
--
ALTER TABLE `travailler`
ADD PRIMARY KEY (`CODE_USER`,`CODE_JOURNEE`),
ADD KEY `FK_TRAVAILLER` (`CODE_JOURNEE`);
--
-- Indexes for table `utilisateur`
--
ALTER TABLE `utilisateur`
ADD PRIMARY KEY (`CODE_USER`),
ADD KEY `FK_AVOIR` (`CODE_PRIVILEGE`);
--
-- Indexes for table `vente`
--
ALTER TABLE `vente`
ADD PRIMARY KEY (`CODE_VENTE`),
ADD KEY `FK_B` (`CODE_ANNULATION`),
ADD KEY `FK_CONTRACTER` (`CODE_CLI`),
ADD KEY `FK_EFFECTUER` (`CODE_USER`),
ADD KEY `FK_JV` (`CODE_JOURNEE`),
ADD KEY `FK_MATERIALISER` (`CODE_BORDEREAU`),
ADD KEY `FK_RELATIONSHIP_1` (`CODE_ENCAISSEMENT`);
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `annulation_vente`
--
ALTER TABLE `annulation_vente`
MODIFY `CODE_ANNULATION` int(4) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `banque`
--
ALTER TABLE `banque`
MODIFY `CODE_BANQUE` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `bordereau`
--
ALTER TABLE `bordereau`
MODIFY `CODE_BORDEREAU` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `classe_produit`
--
ALTER TABLE `classe_produit`
MODIFY `CODE_CLASSE` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `client`
--
ALTER TABLE `client`
MODIFY `CODE_CLI` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
--
-- AUTO_INCREMENT for table `commerciale`
--
ALTER TABLE `commerciale`
MODIFY `CODE_COM` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `compte_produit_`
--
ALTER TABLE `compte_produit_`
MODIFY `CODE_C_FOURNISSEUR` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `connexion`
--
ALTER TABLE `connexion`
MODIFY `CODE_CONNEXION` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `depense`
--
ALTER TABLE `depense`
MODIFY `CODE_DEPENSE` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `encaissement`
--
ALTER TABLE `encaissement`
MODIFY `CODE_ENCAISSEMENT` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `entree`
--
ALTER TABLE `entree`
MODIFY `CODE_ENTREE` int(10) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `exploitant`
--
ALTER TABLE `exploitant`
MODIFY `CODE_EXPLOITANT` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `famille_produit`
--
ALTER TABLE `famille_produit`
MODIFY `CODE_FAMILLE` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `forme`
--
ALTER TABLE `forme`
MODIFY `CODE_FORME` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `fournisseur`
--
ALTER TABLE `fournisseur`
MODIFY `CODE_FOURNISSEUR` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT for table `historique_modif`
--
ALTER TABLE `historique_modif`
MODIFY `CODE_HISTORIQUE` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `journee`
--
ALTER TABLE `journee`
MODIFY `CODE_JOURNEE` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `laboratoire`
--
ALTER TABLE `laboratoire`
MODIFY `CODE_LAB` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `localisation`
--
ALTER TABLE `localisation`
MODIFY `CODE_LOCALISATION` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `logs`
--
ALTER TABLE `logs`
MODIFY `CODE_LOG` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `mode_payement`
--
ALTER TABLE `mode_payement`
MODIFY `CODE_PAIEMENT` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `motif`
--
ALTER TABLE `motif`
MODIFY `CODE_MOTIF` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `mouvement`
--
ALTER TABLE `mouvement`
MODIFY `CODE_MOUVEMENT` int(10) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `operationcompte`
--
ALTER TABLE `operationcompte`
MODIFY `CODE_COMPTE` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `privileges`
--
ALTER TABLE `privileges`
MODIFY `CODE_PRIVILEGE` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `produit`
--
ALTER TABLE `produit`
MODIFY `CODE_PRODUIT` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;
--
-- AUTO_INCREMENT for table `societe`
--
ALTER TABLE `societe`
MODIFY `CODE_SOCIETE` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `sortie`
--
ALTER TABLE `sortie`
MODIFY `CODE_SORTIE` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `specialite`
--
ALTER TABLE `specialite`
MODIFY `CODE_SPECIALITE` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `utilisateur`
--
ALTER TABLE `utilisateur`
MODIFY `CODE_USER` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT for table `vente`
--
ALTER TABLE `vente`
MODIFY `CODE_VENTE` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- Constraints for dumped tables
--
--
-- Constraints for table `annulation_vente`
--
ALTER TABLE `annulation_vente`
ADD CONSTRAINT `FK_B2` FOREIGN KEY (`CODE_VENTE`) REFERENCES `vente` (`CODE_VENTE`);
--
-- Constraints for table `client`
--
ALTER TABLE `client`
ADD CONSTRAINT `FK_RABATTRE` FOREIGN KEY (`CODE_COM`) REFERENCES `commerciale` (`CODE_COM`);
--
-- Constraints for table `compte_produit_`
--
ALTER TABLE `compte_produit_`
ADD CONSTRAINT `FK_OPERER` FOREIGN KEY (`CODE_FOURNISSEUR`) REFERENCES `fournisseur` (`CODE_FOURNISSEUR`),
ADD CONSTRAINT `FK_SUIVRE` FOREIGN KEY (`CODE_USER`) REFERENCES `utilisateur` (`CODE_USER`);
--
-- Constraints for table `depense`
--
ALTER TABLE `depense`
ADD CONSTRAINT `FK_DEPENSER` FOREIGN KEY (`CODE_USER`) REFERENCES `utilisateur` (`CODE_USER`);
--
-- Constraints for table `encaissement`
--
ALTER TABLE `encaissement`
ADD CONSTRAINT `FK_FAIRE` FOREIGN KEY (`CODE_USER`) REFERENCES `utilisateur` (`CODE_USER`),
ADD CONSTRAINT `FK_JOURNALISER` FOREIGN KEY (`CODE_JOURNEE`) REFERENCES `journee` (`CODE_JOURNEE`),
ADD CONSTRAINT `FK_PAYER` FOREIGN KEY (`CODE_PAIEMENT`) REFERENCES `mode_payement` (`CODE_PAIEMENT`),
ADD CONSTRAINT `FK_RELATIONSHIP_2` FOREIGN KEY (`CODE_VENTE`) REFERENCES `vente` (`CODE_VENTE`);
--
-- Constraints for table `historique_modif`
--
ALTER TABLE `historique_modif`
ADD CONSTRAINT `FK_HISTORISER` FOREIGN KEY (`CODE_VENTE`) REFERENCES `vente` (`CODE_VENTE`);
--
-- Constraints for table `journee`
--
ALTER TABLE `journee`
ADD CONSTRAINT `FK_CLOTURER_JOURNEE` FOREIGN KEY (`CODE_USER_CLOTURER`) REFERENCES `utilisateur` (`CODE_USER`),
ADD CONSTRAINT `FK_FERMER_JOURNEE` FOREIGN KEY (`CODE_USER_FERMER`) REFERENCES `utilisateur` (`CODE_USER`),
ADD CONSTRAINT `FK_OUVRIR_JOURNEE` FOREIGN KEY (`CODE_USER_OUVRIR`) REFERENCES `utilisateur` (`CODE_USER`);
--
-- Constraints for table `logs`
--
ALTER TABLE `logs`
ADD CONSTRAINT `FK_POSSEDER` FOREIGN KEY (`CODE_USER`) REFERENCES `utilisateur` (`CODE_USER`);
--
-- Constraints for table `mode_payement`
--
ALTER TABLE `mode_payement`
ADD CONSTRAINT `FK_ASSOCIER` FOREIGN KEY (`CODE_BANQUE`) REFERENCES `banque` (`CODE_BANQUE`);
--
-- Constraints for table `mouvement`
--
ALTER TABLE `mouvement`
ADD CONSTRAINT `FK_MVE` FOREIGN KEY (`CODE_ENTREE`) REFERENCES `entree` (`CODE_ENTREE`),
ADD CONSTRAINT `FK_MVS` FOREIGN KEY (`CODE_SORTIE`) REFERENCES `sortie` (`CODE_SORTIE`),
ADD CONSTRAINT `FK_MVV` FOREIGN KEY (`CODE_VENTE`) REFERENCES `vente` (`CODE_VENTE`);
--
-- Constraints for table `operationcompte`
--
ALTER TABLE `operationcompte`
ADD CONSTRAINT `FK_LIER` FOREIGN KEY (`CODE_CLI`) REFERENCES `client` (`CODE_CLI`);
--
-- Constraints for table `produit`
--
ALTER TABLE `produit`
ADD CONSTRAINT `FK_APPARTENIR` FOREIGN KEY (`CODE_FAMILLE`) REFERENCES `famille_produit` (`CODE_FAMILLE`),
ADD CONSTRAINT `FK_AVOIR_CLASSE` FOREIGN KEY (`CODE_CLASSE`) REFERENCES `classe_produit` (`CODE_CLASSE`),
ADD CONSTRAINT `FK_AVOIR_FORME` FOREIGN KEY (`CODE_FORME`) REFERENCES `forme` (`CODE_FORME`),
ADD CONSTRAINT `FK_ETRE_GENERIQUE` FOREIGN KEY (`PRO_CODE_PRODUIT`) REFERENCES `produit` (`CODE_PRODUIT`),
ADD CONSTRAINT `FK_EXPLOITER` FOREIGN KEY (`CODE_EXPLOITANT`) REFERENCES `exploitant` (`CODE_EXPLOITANT`),
ADD CONSTRAINT `FK_FABRIQUER` FOREIGN KEY (`CODE_LAB`) REFERENCES `laboratoire` (`CODE_LAB`),
ADD CONSTRAINT `FK_LOCALISER` FOREIGN KEY (`CODE_LOCALISATION`) REFERENCES `localisation` (`CODE_LOCALISATION`),
ADD CONSTRAINT `FK_SPECIALISER` FOREIGN KEY (`CODE_SPECIALITE`) REFERENCES `specialite` (`CODE_SPECIALITE`);
--
-- Constraints for table `produit_entree_fournisseur`
--
ALTER TABLE `produit_entree_fournisseur`
ADD CONSTRAINT `FK_PRODUIT_ENTREE_FOURNISSEUR` FOREIGN KEY (`CODE_FOURNISSEUR`) REFERENCES `fournisseur` (`CODE_FOURNISSEUR`),
ADD CONSTRAINT `FK_PRODUIT_ENTREE_FOURNISSEUR2` FOREIGN KEY (`CODE_PRODUIT`) REFERENCES `produit` (`CODE_PRODUIT`),
ADD CONSTRAINT `FK_PRODUIT_ENTREE_FOURNISSEUR3` FOREIGN KEY (`CODE_ENTREE`) REFERENCES `entree` (`CODE_ENTREE`);
--
-- Constraints for table `produit_sortie`
--
ALTER TABLE `produit_sortie`
ADD CONSTRAINT `FK_PRODUIT_SORTIE` FOREIGN KEY (`CODE_PRODUIT`) REFERENCES `produit` (`CODE_PRODUIT`),
ADD CONSTRAINT `FK_PRODUIT_SORTIE2` FOREIGN KEY (`CODE_SORTIE`) REFERENCES `sortie` (`CODE_SORTIE`);
--
-- Constraints for table `produit_vendu`
--
ALTER TABLE `produit_vendu`
ADD CONSTRAINT `FK_PRODUIT_VENDU` FOREIGN KEY (`CODE_VENTE`) REFERENCES `vente` (`CODE_VENTE`),
ADD CONSTRAINT `FK_PRODUIT_VENDU2` FOREIGN KEY (`CODE_PRODUIT`) REFERENCES `produit` (`CODE_PRODUIT`);
--
-- Constraints for table `sortie`
--
ALTER TABLE `sortie`
ADD CONSTRAINT `FK_JUSTIFIER` FOREIGN KEY (`CODE_MOTIF`) REFERENCES `motif` (`CODE_MOTIF`);
--
-- Constraints for table `travailler`
--
ALTER TABLE `travailler`
ADD CONSTRAINT `FK_TRAVAILLER` FOREIGN KEY (`CODE_JOURNEE`) REFERENCES `journee` (`CODE_JOURNEE`),
ADD CONSTRAINT `FK_TRAVAILLER2` FOREIGN KEY (`CODE_USER`) REFERENCES `utilisateur` (`CODE_USER`);
--
-- Constraints for table `utilisateur`
--
ALTER TABLE `utilisateur`
ADD CONSTRAINT `FK_AVOIR` FOREIGN KEY (`CODE_PRIVILEGE`) REFERENCES `privileges` (`CODE_PRIVILEGE`);
--
-- Constraints for table `vente`
--
ALTER TABLE `vente`
ADD CONSTRAINT `FK_B` FOREIGN KEY (`CODE_ANNULATION`) REFERENCES `annulation_vente` (`CODE_ANNULATION`),
ADD CONSTRAINT `FK_CONTRACTER` FOREIGN KEY (`CODE_CLI`) REFERENCES `client` (`CODE_CLI`),
ADD CONSTRAINT `FK_EFFECTUER` FOREIGN KEY (`CODE_USER`) REFERENCES `utilisateur` (`CODE_USER`),
ADD CONSTRAINT `FK_JV` FOREIGN KEY (`CODE_JOURNEE`) REFERENCES `journee` (`CODE_JOURNEE`),
ADD CONSTRAINT `FK_MATERIALISER` FOREIGN KEY (`CODE_BORDEREAU`) REFERENCES `bordereau` (`CODE_BORDEREAU`),
ADD CONSTRAINT `FK_RELATIONSHIP_1` FOREIGN KEY (`CODE_ENCAISSEMENT`) REFERENCES `encaissement` (`CODE_ENCAISSEMENT`);
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 */;
|
<filename>test/db/mysql/update.table1.rows.sql
UPDATE sqlerodbc.TEST
SET NAME = :name, UPDATED_AT = :updated
WHERE ID = :id; |
<filename>modules/hub/migrations/sqls/20190205215726-coinpayments-ipn-log-down.sql<gh_stars>0
drop table coinpayments_ipn_log;
|
<reponame>sergey-shambir/ps_judge<filename>tests/frontend_test_sandbox_data.sql<gh_stars>1-10
USE `psjudge_frontend_test`;
-- passwordHash keeps hash of '2018' string.
SET @passwordHash = '<PASSWORD>';
INSERT INTO contest (title, start_time, end_time) VALUES ('Test Contest', '2018-10-10 10:00:00', '2018-10-10 12:00:00');
SELECT @contest_id := id FROM contest WHERE title='Test Contest';
INSERT INTO assignment (contest_id, uuid, title, article) VALUES (@contest_id, 'd31fc051b882448798705a5b016141af', 'A+B Problem', 'Write program that reads two integer numbers from input and writes their sum to output');
INSERT INTO assignment (contest_id, uuid, title, article) VALUES (@contest_id, '4fec83ac54424d909a5a343c3cf36aa9', 'A*B Problem', 'Write program that reads two integer numbers from input and writes their product to output');
INSERT INTO user (username, password, roles, active_contest_id) VALUES ('Martin', @passwordHash, 'student', @contest_id);
INSERT INTO user (username, password, roles, active_contest_id) VALUES ('Piter', @passwordHash, 'judge', @contest_id);
|
<filename>resources/[DARK_DEV]/esx_treasure/esx_treasure.sql
CREATE TABLE `treasure` (
`identifier` varchar(50) NOT NULL,
`treasurename` varchar(255) NOT NULL
); |
CREATE DATABASE IF NOT EXISTS alpacastack;
USE alpacastack;
CREATE TABLE `alpacastack`.`assets` (
`id` VARCHAR(100) NOT NULL,
`class` VARCHAR(45) NOT NULL,
`exchange` VARCHAR(45) NOT NULL,
`symbol` VARCHAR(5) NOT NULL,
`tradable` BIT(1) NOT NULL,
`marginable` BIT(1) NOT NULL,
`shortable` BIT(1) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE INDEX `id_UNIQUE` (`id` ASC));
CREATE TABLE `alpacastack`.`positions` (
`id` VARCHAR(100) NOT NULL,
`asset_id` VARCHAR(100) NOT NULL,
`symbol` VARCHAR(5) NOT NULL,
`exchange` VARCHAR(45) NOT NULL,
`avg_entry_price` DECIMAL(5,5) NOT NULL,
`qty` INT NOT NULL,
`side` VARCHAR(5) NOT NULL,
`market_value` DECIMAL(5,5) NOT NULL,
`cost_basis` DECIMAL(5,5) NOT NULL,
`unrealized_pl` DECIMAL(5,5) NOT NULL,
`unrealized_plpc` DECIMAL(5,5) NOT NULL,
`unrealized_intraday_pl` DECIMAL(5,5) NOT NULL,
`unrealized_intraday_plpc` DECIMAL(5,5) NOT NULL,
`current_price` DECIMAL(5,5) NOT NULL,
`lastday_price` DECIMAL(5,5) NOT NULL,
`change_today` DECIMAL(5,5) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE INDEX `id_UNIQUE` (`id` ASC)); |
/*!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 */;
/*!40103 SET @OLD_TIME_ZONE = @@TIME_ZONE */;
/*!40103 SET TIME_ZONE = '+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS = @@UNIQUE_CHECKS, UNIQUE_CHECKS = 0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS = @@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS = 0 */;
/*!40101 SET @OLD_SQL_MODE = @@SQL_MODE, SQL_MODE = 'NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES = @@SQL_NOTES, SQL_NOTES = 0 */;
-- Table structure for table `AT_Attributes`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE IF NOT EXISTS `AT_Attributes`
(
`AT_id` bigint(20) unsigned NOT NULL,
`attribute_id` int(10) unsigned NOT NULL,
`attribute` text NOT NULL,
KEY `AT_Attributes_FK_1` (`attribute_id`),
KEY `AT_Attributes_FK` (`AT_id`),
CONSTRAINT `AT_Attributes_FK` FOREIGN KEY (`AT_id`) REFERENCES `AccessTokens` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `AT_Attributes_FK_1` FOREIGN KEY (`attribute_id`) REFERENCES `Attributes` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE = InnoDB
DEFAULT CHARSET = utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;
-- Table structure for table `AccessTokens`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE IF NOT EXISTS `AccessTokens`
(
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`token` text NOT NULL,
`created` datetime NOT NULL DEFAULT current_timestamp(),
`ip_created` varchar(32) NOT NULL,
`comment` text DEFAULT NULL,
`MT_id` varchar(128) NOT NULL,
PRIMARY KEY (`id`),
KEY `AccessTokens_FK` (`MT_id`),
CONSTRAINT `AccessTokens_FK` FOREIGN KEY (`MT_id`) REFERENCES `MTokens` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE = InnoDB
AUTO_INCREMENT = 1
DEFAULT CHARSET = utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;
-- Table structure for table `Attributes`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE IF NOT EXISTS `Attributes`
(
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`attribute` varchar(100) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `Attributes_UN` (`attribute`)
) ENGINE = InnoDB
AUTO_INCREMENT = 1
DEFAULT CHARSET = utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;
-- Table structure for table `AuthInfo`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE IF NOT EXISTS `AuthInfo`
(
`state_h` varchar(128) NOT NULL,
`iss` text NOT NULL,
`restrictions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`restrictions`)),
`capabilities` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`capabilities`)),
`name` varchar(100) DEFAULT NULL,
`polling_code` bit(1) NOT NULL DEFAULT b'0',
`created` datetime NOT NULL DEFAULT current_timestamp(),
`expires_in` int(11) NOT NULL,
`expires_at` datetime NOT NULL DEFAULT (current_timestamp() + interval `expires_in` second),
`subtoken_capabilities` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`subtoken_capabilities`)),
PRIMARY KEY (`state_h`)
) ENGINE = InnoDB
DEFAULT CHARSET = utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;
-- Table structure for table `EncryptionKeys`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE IF NOT EXISTS `EncryptionKeys`
(
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`encryption_key` text NOT NULL,
`created` datetime NOT NULL DEFAULT current_timestamp(),
PRIMARY KEY (`id`)
) ENGINE = InnoDB
AUTO_INCREMENT = 1
DEFAULT CHARSET = utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;
-- Temporary table structure for view `EventHistory`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
/*!50001 CREATE TABLE IF NOT EXISTS `EventHistory`
(
`time` tinyint NOT NULL,
`MT_id` tinyint NOT NULL,
`event` tinyint NOT NULL,
`comment` tinyint NOT NULL,
`ip` tinyint NOT NULL,
`user_agent` tinyint NOT NULL
) ENGINE = MyISAM */;
SET character_set_client = @saved_cs_client;
-- Table structure for table `Events`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE IF NOT EXISTS `Events`
(
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`event` varchar(100) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `Events_UN` (`event`)
) ENGINE = InnoDB
AUTO_INCREMENT = 1
DEFAULT CHARSET = utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;
-- Table structure for table `Grants`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE IF NOT EXISTS `Grants`
(
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`grant_type` varchar(100) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `Grants_UN` (`grant_type`)
) ENGINE = InnoDB
AUTO_INCREMENT = 1
DEFAULT CHARSET = utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;
-- Table structure for table `MT_Events`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE IF NOT EXISTS `MT_Events`
(
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`MT_id` varchar(128) NOT NULL,
`time` datetime NOT NULL DEFAULT current_timestamp(),
`event_id` int(10) unsigned NOT NULL DEFAULT 0,
`comment` varchar(100) DEFAULT NULL,
`ip` varchar(32) NOT NULL,
`user_agent` text NOT NULL,
PRIMARY KEY (`id`),
KEY `MT_Events_FK_2` (`MT_id`),
KEY `MT_Events_FK_3` (`event_id`),
CONSTRAINT `MT_Events_FK_2` FOREIGN KEY (`MT_id`) REFERENCES `MTokens` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `MT_Events_FK_3` FOREIGN KEY (`event_id`) REFERENCES `Events` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE = InnoDB
AUTO_INCREMENT = 1
DEFAULT CHARSET = utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;
-- Table structure for table `MTokens`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE IF NOT EXISTS `MTokens`
(
`id` varchar(128) NOT NULL,
`parent_id` varchar(128) DEFAULT NULL,
`root_id` varchar(128) DEFAULT NULL,
`name` varchar(100) DEFAULT NULL,
`created` datetime NOT NULL DEFAULT current_timestamp(),
`ip_created` varchar(32) NOT NULL,
`user_id` bigint(20) unsigned NOT NULL,
`rt_id` bigint(20) unsigned NOT NULL,
`seqno` bigint(20) unsigned NOT NULL,
`last_rotated` datetime NOT NULL DEFAULT current_timestamp(),
PRIMARY KEY (`id`),
KEY `SessionTokens_parent_id_IDX` (`parent_id`) USING BTREE,
KEY `SessionTokens_root_id_IDX` (`root_id`) USING BTREE,
KEY `Mytokens_FK_2` (`user_id`),
KEY `Mytokens_FK_3` (`rt_id`),
CONSTRAINT `Mytokens_FK` FOREIGN KEY (`parent_id`) REFERENCES `MTokens` (`id`) ON DELETE SET NULL ON UPDATE CASCADE,
CONSTRAINT `Mytokens_FK_1` FOREIGN KEY (`root_id`) REFERENCES `MTokens` (`id`) ON DELETE SET NULL ON UPDATE CASCADE,
CONSTRAINT `Mytokens_FK_2` FOREIGN KEY (`user_id`) REFERENCES `Users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `Mytokens_FK_3` FOREIGN KEY (`rt_id`) REFERENCES `RefreshTokens` (`id`) ON UPDATE CASCADE
) ENGINE = InnoDB
DEFAULT CHARSET = utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;
/*!50003 SET @saved_cs_client = @@character_set_client */;
/*!50003 SET @saved_cs_results = @@character_set_results */;
/*!50003 SET @saved_col_connection = @@collation_connection */;
/*!50003 SET character_set_client = utf8mb4 */;
/*!50003 SET character_set_results = utf8mb4 */;
/*!50003 SET collation_connection = utf8mb4_general_ci */;
/*!50003 SET @saved_sql_mode = @@sql_mode */;
/*!50003 SET sql_mode =
'IGNORE_SPACE,STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' */;
/*!50003 SET sql_mode = @saved_sql_mode */;
/*!50003 SET character_set_client = @saved_cs_client */;
/*!50003 SET character_set_results = @saved_cs_results */;
/*!50003 SET collation_connection = @saved_col_connection */;
-- Temporary table structure for view `MyTokens`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
/*!50001 CREATE TABLE IF NOT EXISTS `MyTokens`
(
`id` tinyint NOT NULL,
`seqno` tinyint NOT NULL,
`parent_id` tinyint NOT NULL,
`root_id` tinyint NOT NULL,
`name` tinyint NOT NULL,
`created` tinyint NOT NULL,
`ip_created` tinyint NOT NULL,
`user_id` tinyint NOT NULL,
`rt_id` tinyint NOT NULL,
`refresh_token` tinyint NOT NULL,
`rt_updated` tinyint NOT NULL,
`encryption_key` tinyint NOT NULL
) ENGINE = MyISAM */;
SET character_set_client = @saved_cs_client;
-- Table structure for table `ProxyTokens`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE IF NOT EXISTS `ProxyTokens`
(
`id` varchar(128) NOT NULL,
`jwt` text NOT NULL,
`MT_id` varchar(128) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `ProxyTokens_FK` (`MT_id`),
CONSTRAINT `ProxyTokens_FK` FOREIGN KEY (`MT_id`) REFERENCES `MTokens` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE = InnoDB
DEFAULT CHARSET = utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;
-- Table structure for table `RT_EncryptionKeys`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE IF NOT EXISTS `RT_EncryptionKeys`
(
`rt_id` bigint(20) unsigned NOT NULL,
`MT_id` varchar(128) NOT NULL,
`key_id` bigint(20) unsigned NOT NULL,
PRIMARY KEY (`rt_id`, `MT_id`),
KEY `RT_EncryptionKeys_FK` (`key_id`),
CONSTRAINT `RT_EncryptionKeys_FK` FOREIGN KEY (`key_id`) REFERENCES `EncryptionKeys` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `RT_EncryptionKeys_FK_1` FOREIGN KEY (`rt_id`) REFERENCES `RefreshTokens` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `RT_EncryptionKeys_FK_2` FOREIGN KEY (`MT_id`) REFERENCES `MTokens` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE = InnoDB
DEFAULT CHARSET = utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;
-- Table structure for table `RefreshTokens`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE IF NOT EXISTS `RefreshTokens`
(
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`rt` text NOT NULL,
`created` datetime NOT NULL DEFAULT current_timestamp(),
`updated` datetime NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
PRIMARY KEY (`id`)
) ENGINE = InnoDB
AUTO_INCREMENT = 1
DEFAULT CHARSET = utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;
-- Table structure for table `TokenUsages`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE IF NOT EXISTS `TokenUsages`
(
`MT_id` varchar(128) NOT NULL,
`restriction` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL CHECK (json_valid(`restriction`)),
`usages_AT` int(10) unsigned NOT NULL DEFAULT 0,
`usages_other` int(10) unsigned NOT NULL DEFAULT 0,
`restriction_hash` char(128) NOT NULL,
PRIMARY KEY (`MT_id`, `restriction_hash`),
CONSTRAINT `TokenUsages_FK` FOREIGN KEY (`MT_id`) REFERENCES `MTokens` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE = InnoDB
DEFAULT CHARSET = utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;
-- Temporary table structure for view `TransferCodes`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
/*!50001 CREATE TABLE IF NOT EXISTS `TransferCodes`
(
`id` tinyint NOT NULL,
`jwt` tinyint NOT NULL,
`created` tinyint NOT NULL,
`expires_in` tinyint NOT NULL,
`expires_at` tinyint NOT NULL,
`revoke_MT` tinyint NOT NULL,
`response_type` tinyint NOT NULL,
`consent_declined` tinyint NOT NULL
) ENGINE = MyISAM */;
SET character_set_client = @saved_cs_client;
-- Table structure for table `TransferCodesAttributes`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE IF NOT EXISTS `TransferCodesAttributes`
(
`id` varchar(128) NOT NULL,
`created` datetime NOT NULL DEFAULT current_timestamp(),
`expires_in` int(11) NOT NULL,
`expires_at` datetime NOT NULL DEFAULT (current_timestamp() + interval `expires_in` second),
`revoke_MT` bit(1) NOT NULL DEFAULT b'0',
`response_type` varchar(128) NOT NULL DEFAULT 'token',
`consent_declined` bit(1) DEFAULT NULL,
PRIMARY KEY (`id`),
CONSTRAINT `TransferCodesAttributes_FK` FOREIGN KEY (`id`) REFERENCES `ProxyTokens` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE = InnoDB
DEFAULT CHARSET = utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;
-- Table structure for table `UserGrant_Attributes`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE IF NOT EXISTS `UserGrant_Attributes`
(
`user_id` bigint(20) unsigned NOT NULL,
`grant_id` int(10) unsigned NOT NULL,
`attribute_id` int(10) unsigned NOT NULL,
`attribute` text NOT NULL,
PRIMARY KEY (`user_id`, `grant_id`),
KEY `UserGrant_Attributes_FK_3` (`attribute_id`),
KEY `UserGrant_Attributes_FK_1` (`grant_id`),
CONSTRAINT `UserGrant_Attributes_FK` FOREIGN KEY (`user_id`) REFERENCES `Users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `UserGrant_Attributes_FK_1` FOREIGN KEY (`grant_id`) REFERENCES `Grants` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `UserGrant_Attributes_FK_3` FOREIGN KEY (`attribute_id`) REFERENCES `Attributes` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE = InnoDB
DEFAULT CHARSET = utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;
-- Table structure for table `UserGrants`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE IF NOT EXISTS `UserGrants`
(
`user_id` bigint(20) unsigned NOT NULL,
`grant_id` int(10) unsigned NOT NULL,
`enabled` bit(1) NOT NULL,
PRIMARY KEY (`user_id`, `grant_id`),
KEY `UserGrants_FK` (`grant_id`),
CONSTRAINT `UserGrants_FK` FOREIGN KEY (`grant_id`) REFERENCES `Grants` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `UserGrants_FK_1` FOREIGN KEY (`user_id`) REFERENCES `Users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE = InnoDB
DEFAULT CHARSET = utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;
-- Table structure for table `Users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE IF NOT EXISTS `Users`
(
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`sub` varchar(512) NOT NULL,
`iss` varchar(256) NOT NULL,
`token_tracing` tinyint(1) NOT NULL DEFAULT 1,
`jwt_pk` text DEFAULT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `Users_UN` (`sub`, `iss`)
) ENGINE = InnoDB
AUTO_INCREMENT = 1
DEFAULT CHARSET = utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;
-- Table structure for table `version`;
CREATE TABLE IF NOT EXISTS `version`
(
`version` varchar(64) NOT NULL,
`bef` datetime DEFAULT NULL,
`aft` datetime DEFAULT NULL,
PRIMARY KEY (`version`)
) ENGINE = InnoDB
DEFAULT CHARSET = utf8mb4;
-- Final view structure for view `EventHistory`;
/*!50001 DROP TABLE IF EXISTS `EventHistory`*/;;
/*!50001 DROP VIEW IF EXISTS `EventHistory`*/;;
/*!50001 SET @saved_cs_client = @@character_set_client */;;
/*!50001 SET @saved_cs_results = @@character_set_results */;;
/*!50001 SET @saved_col_connection = @@collation_connection */;;
/*!50001 SET character_set_client = utf8mb4 */;;
/*!50001 SET character_set_results = utf8mb4 */;;
/*!50001 SET collation_connection = utf8mb4_general_ci */;;
/*!50001 CREATE ALGORITHM = UNDEFINED */ /*!50001 VIEW `EventHistory` AS
select `me`.`time` AS `time`,
`me`.`MT_id` AS `MT_id`,
`e`.`event` AS `event`,
`me`.`comment` AS `comment`,
`me`.`ip` AS `ip`,
`me`.`user_agent` AS `user_agent`
from (`Events` `e`
join `MT_Events` `me` on (`e`.`id` = `me`.`event_id`))
order by `me`.`time`
*/;;
/*!50001 SET character_set_client = @saved_cs_client */;;
/*!50001 SET character_set_results = @saved_cs_results */;;
/*!50001 SET collation_connection = @saved_col_connection */;
-- Final view structure for view `MyTokens`;
/*!50001 DROP TABLE IF EXISTS `MyTokens`*/;;
/*!50001 DROP VIEW IF EXISTS `MyTokens`*/;;
/*!50001 SET @saved_cs_client = @@character_set_client */;;
/*!50001 SET @saved_cs_results = @@character_set_results */;;
/*!50001 SET @saved_col_connection = @@collation_connection */;;
/*!50001 SET character_set_client = utf8mb4 */;;
/*!50001 SET character_set_results = utf8mb4 */;;
/*!50001 SET collation_connection = utf8mb4_general_ci */;;
/*!50001 CREATE ALGORITHM = UNDEFINED */ /*!50001 VIEW `MyTokens` AS
select `mt`.`id` AS `id`,
`mt`.`seqno` AS `seqno`,
`mt`.`parent_id` AS `parent_id`,
`mt`.`root_id` AS `root_id`,
`mt`.`name` AS `name`,
`mt`.`created` AS `created`,
`mt`.`ip_created` AS `ip_created`,
`mt`.`user_id` AS `user_id`,
`mt`.`rt_id` AS `rt_id`,
`rts`.`rt` AS `refresh_token`,
`rts`.`updated` AS `rt_updated`,
`keys`.`encryption_key` AS `encryption_key`
from (((`MTokens` `mt` join `RefreshTokens` `rts` on (`mt`.`rt_id` = `rts`.`id`)) join `RT_EncryptionKeys` `rkeys` on (`mt`.`id` = `rkeys`.`MT_id` and `mt`.`rt_id` = `rkeys`.`rt_id`))
join `EncryptionKeys` `keys` on (`rkeys`.`key_id` = `keys`.`id`))
*/;;
/*!50001 SET character_set_client = @saved_cs_client */;;
/*!50001 SET character_set_results = @saved_cs_results */;;
/*!50001 SET collation_connection = @saved_col_connection */;
-- Final view structure for view `TransferCodes`;
/*!50001 DROP TABLE IF EXISTS `TransferCodes`*/;;
/*!50001 DROP VIEW IF EXISTS `TransferCodes`*/;;
/*!50001 SET @saved_cs_client = @@character_set_client */;;
/*!50001 SET @saved_cs_results = @@character_set_results */;;
/*!50001 SET @saved_col_connection = @@collation_connection */;;
/*!50001 SET character_set_client = utf8mb4 */;;
/*!50001 SET character_set_results = utf8mb4 */;;
/*!50001 SET collation_connection = utf8mb4_general_ci */;;
/*!50001 CREATE ALGORITHM = UNDEFINED */ /*!50001 VIEW `TransferCodes` AS
select `pt`.`id` AS `id`,
`pt`.`jwt` AS `jwt`,
`tca`.`created` AS `created`,
`tca`.`expires_in` AS `expires_in`,
`tca`.`expires_at` AS `expires_at`,
`tca`.`revoke_MT` AS `revoke_MT`,
`tca`.`response_type` AS `response_type`,
`tca`.`consent_declined` AS `consent_declined`
from (`ProxyTokens` `pt`
join `TransferCodesAttributes` `tca` on (`pt`.`id` = `tca`.`id`))
*/;;
/*!50001 SET character_set_client = @saved_cs_client */;;
/*!50001 SET character_set_results = @saved_cs_results */;;
/*!50001 SET collation_connection = @saved_col_connection */;;
/*!40103 SET TIME_ZONE = @OLD_TIME_ZONE */;;
/*!40101 SET SQL_MODE = @OLD_SQL_MODE */;;
/*!40014 SET FOREIGN_KEY_CHECKS = @OLD_FOREIGN_KEY_CHECKS */;;
/*!40014 SET UNIQUE_CHECKS = @OLD_UNIQUE_CHECKS */;;
/*!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 */;;
/*!40111 SET SQL_NOTES = @OLD_SQL_NOTES */;
# Predefined Values
INSERT IGNORE INTO Attributes(attribute)
VALUES ('scope');
INSERT IGNORE INTO Attributes(attribute)
VALUES ('audience');
INSERT IGNORE INTO Attributes(attribute)
VALUES ('capability');
INSERT IGNORE INTO Events (event)
VALUES ('unknown');
INSERT IGNORE INTO Events (event)
VALUES ('created');
INSERT IGNORE INTO Events (event)
VALUES ('AT_created');
INSERT IGNORE INTO Events (event)
VALUES ('MT_created');
INSERT IGNORE INTO Events (event)
VALUES ('tokeninfo_introspect');
INSERT IGNORE INTO Events (event)
VALUES ('tokeninfo_history');
INSERT IGNORE INTO Events (event)
VALUES ('tokeninfo_tree');
INSERT IGNORE INTO Events (event)
VALUES ('tokeninfo_list_mytokens');
INSERT IGNORE INTO Events (event)
VALUES ('mng_enabled_AT_grant');
INSERT IGNORE INTO Events (event)
VALUES ('mng_disabled_AT_grant');
INSERT IGNORE INTO Events (event)
VALUES ('mng_enabled_JWT_grant');
INSERT IGNORE INTO Events (event)
VALUES ('mng_disabled_JWT_grant');
INSERT IGNORE INTO Events (event)
VALUES ('mng_linked_grant');
INSERT IGNORE INTO Events (event)
VALUES ('mng_unlinked_grant');
INSERT IGNORE INTO Events (event)
VALUES ('mng_enabled_tracing');
INSERT IGNORE INTO Events (event)
VALUES ('mng_disabled_tracing');
INSERT IGNORE INTO Events (event)
VALUES ('inherited_RT');
INSERT IGNORE INTO Events (event)
VALUES ('transfer_code_created');
INSERT IGNORE INTO Events (event)
VALUES ('transfer_code_used');
INSERT IGNORE INTO Grants (grant_type)
VALUES ('mytoken');
INSERT IGNORE INTO Grants (grant_type)
VALUES ('oidc_flow');
INSERT IGNORE INTO Grants (grant_type)
VALUES ('polling_code');
INSERT IGNORE INTO Grants (grant_type)
VALUES ('transfer_code');
|
USE dqlab;
CREATE TABLE IF NOT EXISTS ms_pelanggan (
`no_urut` INT,
`kode_pelanggan` VARCHAR(12) CHARACTER SET utf8,
`nama_customer` VARCHAR(21) CHARACTER SET utf8,
`alamat` VARCHAR(42) CHARACTER SET utf8
);
INSERT INTO
ms_pelanggan
VALUES
(
1,
'dqlabcust01',
'<NAME>, S.H.',
'Vila Sempilan, No. 67 - Kota B'
),
(
2,
'dqlabcust02',
'<NAME>',
'Vila Sempilan, No. 11 - Kota B'
),
(
3,
'dqlabcust03',
'<NAME>',
'Vila Sempilan, No. 1 - Kota B'
),
(
4,
'dqlabcust04',
'<NAME>',
'Vila Permata Intan Berkilau, Blok C5-7'
),
(
5,
'dqlabcust05',
'<NAME>',
'Vila Permata Intan Berkilau, Blok A1/2'
),
(
6,
'dqlabcust06',
'<NAME>',
'Vila Gunung Seribu, Blok O1 - No. 1'
),
(
7,
'dqlabcust07',
'<NAME>',
'Vila Gunung Seribu, Blok F4 - No. 8'
),
(
8,
'dqlabcust08',
'<NAME>',
'Vila Bukit Sagitarius, Gang. Sawit No. 3'
),
(
9,
'dqlabcust09',
'Ir. I<NAME>',
'Vila Bukit Sagitarius, Gang Kelapa No. 6'
),
(
10,
'dqlabcust10',
'<NAME>, Drs.',
'Vila Bukit Sagitarius, Blok A1 No. 1'
); |
CREATE VIEW [dbo].[vParameters]
AS
SELECT p.Parameter_ID, p.Parameter_Name, ISNULL(a.Parameter_Value_Assessment, p.Parameter_Name) AS Default_Value, a.Assessment_ID
FROM dbo.PARAMETERS AS p LEFT OUTER JOIN
dbo.PARAMETER_ASSESSMENT AS a ON p.Parameter_ID = a.Parameter_ID
|
<reponame>webguru071/Django-Online-Book-Store<filename>db/rating.sql
INSERT INTO Rating (score, ISBN, ratee_id, rater_id) VALUES (2,'978-0399536496','oman2483','rios31969')
,(2,'978-0399536496','hris79','hlin43266')
,(2,'978-0399536496','ardy46329','witz646')
,(2,'978-0833030474','elge4953','y P.337')
,(5,'978-0833030474','elge4953','Z B.6745')
,(7,'978-0833030474','uBay81', 'kson11803')
,(4,'978-1461002505', 'eman30', 'aBee7020')
,(7,'978-1461002505', 'niel553', 'G.L.99142')
,(9,'978-1461002505', 'niel553', 'olli347')
,(2,'978-1936976027', 'oner94', 'nsky552')
,(7,'978-1936976027', 'ings9871', 'uvic31018') |
<reponame>smith750/kc
set define off
set sqlblanklines on
spool KC-RELEASE-5_0-Demo-ORACLE-Install.log
@../../current/5.0/dml/KC_DML_01_KCCOI-164_0TSD.sql
@../../current/5.0/dml/KC_DML_01_KCCOI-166_0TSD.sql
@../../current/5.0/dml/KC_DML_01_KCIAC-17_0TSD.sql
@../../current/5.0/dml/KC_DML_01_KRACOEUS-5539_0TSD.sql
@../../current/5.0/dml/KC_DML_02_KCCOI-162_0TSD.sql
@../../current/5.0/dml/KC_DML_02_KCCOI-163_0TSD.sql
@../../current/5.0/dml/KC_DML_03_KCIAC-16_0TSD.sql
commit;
exit
|
USE [EMISXMaster]
GO
/****** Object: StoredProcedure [dbo].[InstallExtract] Script Date: 01/09/2017 12:13:35 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER OFF
GO
CREATE procedure [dbo].[InstallExtract]
as
set nocount on
declare @msg varchar(1000)
declare @sql nvarchar(4000)
exec PrintMsg '-----------------------------------------------------------------------------'
exec PrintMsg '-- Install extract'
set @msg = '-- Run date: ' + convert(varchar, getdate())
exec PrintMsg @msg
exec PrintMsg ''
----------------------------------------------------------------------
-- check staged data exists
----------------------------------------------------------------------
if not exists (select * from Data.StagedExtract)
begin
exec ThrowError 'No staged data exists'
return
end
if not exists (select * from sys.databases where name = 'EMISXCommon')
begin
exec PrintMsg 'EMISXCommon database not found, please run:'
exec PrintMsg ''
exec PrintMsg 'exec CreateCommonDatabase'
exec PrintMsg ''
exec ThrowError 'EMISXCommon database not found, cannot continue'
return
end
----------------------------------------------------------------------
-- check is in correct sequence order
----------------------------------------------------------------------
declare @StagedProcessingIdStart integer = (select ProcessingIdStart from Data.StagedExtract)
declare @InstalledProcessingIdEnd integer = (select top 1 ProcessingIdEnd from Data.InstalledExtracts order by ExtractId desc)
if (@StagedProcessingIdStart != 1)
begin
if (@InstalledProcessingIdEnd is null)
begin
exec ThrowError 'Cannot install - first installed extract must be a bulk'
return
end
--DL - sequence numbers get reset, so this isn't valid
/*else if (@StagedProcessingIdStart != (@InstalledProcessingIdEnd + 1))
begin
exec ThrowError 'Cannot install - processing ID does not continue from last installed extract'
return
end*/
end
declare @StagedExtractDate datetime2 = (select ExtractDate from Data.StagedExtract)
declare @InstalledExtractDate datetime2 = (select top 1 ExtractDate from Data.InstalledExtracts order by ExtractId desc)
if (@InstalledExtractDate is not null)
begin
if (@StagedExtractDate <= @InstalledExtractDate)
begin
exec ThrowError 'Cannot install - staged extract date is less than or equal to last installed extract date'
return
end
end
----------------------------------------------------------------------
-- check organisations in extract
----------------------------------------------------------------------
/*declare @OrganisationGuid varchar(5000)
select
@OrganisationGuid = isnull(@OrganisationGuid + ', ' + OrganisationGuid, OrganisationGuid)
from dbo.GetStagingOrganisations()
where IsInstalled = 0
and HaveDetails = 0
if (@OrganisationGuid is not null)
begin
set @msg = 'Data for the organisations (' + @OrganisationGuid + ') was found in staging but cannot find associated organisation details in the staged data or EMISXCommon, cannot continue.'
exec ThrowError @msg
return
end
*/
declare @PracticeNames varchar(5000)
select
@PracticeNames = isnull(@PracticeNames + ', ' + OrganisationName + ' (CDB ' + CDB + ')', OrganisationName + ' (CDB ' + CDB + ')')
from dbo.GetStagingOrganisations()
where IsInstalled = 0
and HaveDetails = 1
if (@PracticeNames is not null)
begin
declare @CreatePracticeCommands StringList
insert into @CreatePracticeCommands (String)
select 'exec ConfigurePractice ' + CDB + ', ''' + replace(OrganisationName, '''', '''''') + ''', ''' + ODSCode + ''', ''' + OrganisationGuid + ''''
from dbo.GetStagingOrganisations() where IsInstalled = 0 and HaveDetails = 1
-- DL - actually execute the SQL to create the practice databases
declare @StringListCopy StringList
insert into @StringListCopy (String) select String from @CreatePracticeCommands
while exists (select * from @StringListCopy)
begin
declare @String varchar(8000) = (select top 1 String from @StringListCopy)
;with t as (select top 1 * from @StringListCopy) delete from t
EXEC (@String);
end
/*set @msg = 'Data found for new organisations ' + @PracticeNames
exec PrintMsg @msg
exec PrintMsg ''
exec PrintMsg 'Please run:'
exec PrintMsg ''
exec PrintList @CreatePracticeCommands
exec PrintMsg ''
exec ThrowError 'Please add new practices before rerunning this procedure'
return*/
end
begin try
begin transaction
declare @PreviousExtractId integer = (select max(ExtractId) from Data.InstalledExtracts)
declare @ExtractId integer = isnull(@PreviousExtractId + 1, 1)
insert into Data.InstalledExtracts
(
ExtractId,
FileDirectory,
ProcessingIdStart,
ProcessingIdEnd,
ExtractDate,
SharingAgreementGuid,
FilenameTemplate,
StagedDate,
InstalledDated
)
select
@ExtractId,
FileDirectory,
ProcessingIdStart,
ProcessingIdEnd,
ExtractDate,
SharingAgreementGuid,
FilenameTemplate,
StagedDate,
getdate()
from Data.StagedExtract
set @msg = ' Using ExtractId ' + convert(varchar, @ExtractId)
exec PrintMsg @msg
exec PrintMsg ''
----------------------------------------------------------------------
-- update newly configured practices
----------------------------------------------------------------------
if exists
(
select *
from Data.ConfiguredPractices
where NewlyConfigured = 1
)
begin
-- do better checks here
update Data.ConfiguredPractices
set
StartExtractId = @ExtractId,
NewlyConfigured = 0,
ConfiguredAfter = null
where NewlyConfigured = 1
and
(
(ConfiguredAfter is null and @PreviousExtractId is null)
or (ConfiguredAfter = @PreviousExtractId)
)
end
----------------------------------------------------------------------
-- migrate data
----------------------------------------------------------------------
declare @Practices table
(
OrganisationGuid varchar(100),
CDB integer,
PracticeName varchar(1000),
PracticeDBName varchar(100)
)
insert into @Practices
(
OrganisationGuid,
CDB,
PracticeName,
PracticeDBName
)
select distinct
OrganisationGuid,
CDB,
OrganisationName,
PracticeDBName
from dbo.GetStagingOrganisations()
where IsInstalled = 1
declare @PracticeCount integer = (select count(*) from @Practices)
set @msg = ' Migrating practice data for ' + convert(varchar, @PracticeCount) + ' organisations'
exec PrintMsg @msg
while exists (select * from @Practices)
begin
declare @MigrationOrganisationGuid varchar(100) = (select top 1 OrganisationGuid from @Practices)
declare @MigrationDBName varchar(200) = (select PracticeDBName from @Practices where OrganisationGuid = @MigrationOrganisationGuid)
delete from @Practices where OrganisationGuid = @MigrationOrganisationGuid
set @msg = ' Migrating into ' + @MigrationDBName
exec PrintMsg @msg
declare @PracticeTables table
(
TableName nvarchar(4000),
OrganisationGuidJoin nvarchar(4000)
)
insert into @PracticeTables
(
TableName,
OrganisationGuidJoin
)
select
TableName,
OrganisationGuidJoin
from Definition.Tables
where TableType = 'P'
while exists (select * from @PracticeTables)
begin
declare @PracticeTableName nvarchar(4000) = (select top 1 TableName from @PracticeTables order by case when isnull(OrganisationGuidJoin, '') != '' then 1 else 0 end desc, TableName asc) -- so deletions with tables that require a join occur first
declare @OrganisationGuidJoin nvarchar(4000) = (select OrganisationGuidJoin from @PracticeTables where TableName = @PracticeTableName)
delete from @PracticeTables where TableName = @PracticeTableName
declare @start datetime2 = getdate()
declare @rowcount integer = 0
set @msg = ' Migrating into ' + @MigrationDBName + '.dbo.' + @PracticeTableName
exec PrintMsg @msg
set @sql = 'insert into ' + @MigrationDBName + '.dbo.' + @PracticeTableName +
' select t.*, ' + convert(varchar(100), @ExtractId) + ' from EMISXStaging.dbo.' + @PracticeTableName + ' t ' +
replace(@OrganisationGuidJoin, '<<DBNAME>>', 'EMISXStaging') +
' where OrganisationGuid = ''' + @MigrationOrganisationGuid + ''''
execute sp_executesql @sql
set @rowcount = @@rowcount
declare @middle datetime2 = getdate()
set @msg = ' inserted ' + convert(varchar(100), @rowcount) + ' row(s) into ' + @MigrationDBName + ' in ' + convert(varchar, datediff(second, @start, @middle)) + 's'
exec PrintMsg @msg
set @sql = 'delete t from EMISXStaging.dbo.' + @PracticeTableName + ' as t ' +
replace(@OrganisationGuidJoin, '<<DBNAME>>', 'EMISXStaging') +
' where OrganisationGuid = ''' + @MigrationOrganisationGuid + ''''
execute sp_executesql @sql
set @rowcount = @@rowcount
declare @end datetime2 = getdate()
set @msg = ' deleted ' + convert(varchar(100), @rowcount) + ' row(s) from EMISXStaging in ' + convert(varchar, datediff(second, @middle, @end)) + 's'
exec PrintMsg @msg
end
end
----------------------------------------------------------------------
-- file common data
----------------------------------------------------------------------
exec PrintMsg ' Migrating common data'
declare @Tables table (TableName nvarchar(4000))
insert into @Tables (TableName) select TableName from Definition.Tables where TableType = 'C'
while exists (select * from @Tables)
begin
declare @TableName nvarchar(4000) = (select top 1 TableName from @Tables)
delete from @Tables where TableName = @TableName
set @msg = ' Migrating into EMISXCommon.dbo.' + @TableName
exec PrintMsg @msg
set @sql = 'insert into EMISXCommon.dbo.' + @TableName + ' select *, ' + convert(varchar(100), @ExtractId) + ' from EMISXStaging.dbo.' + @TableName
execute sp_executesql @sql
set @sql = 'delete from EMISXStaging.dbo.' + @TableName
execute sp_executesql @sql
end
----------------------------------------------------------------------
-- ensure all data migrated
----------------------------------------------------------------------
exec PrintMsg ''
exec PrintMsg ''
exec PrintMsg ' Checking for data remaining in staging'
delete from EMISXStaging.dbo.Appointment_SessionUser
declare @NonEmptyTables StringList
insert into @NonEmptyTables
exec GetNonEmptyTables 'EMISXStaging'
if exists (select * from @NonEmptyTables)
begin
exec PrintMsg ' Data remains in staging in the following table(s):'
exec PrintList @NonEmptyTables, ' '
exec ThrowError 'Cannot complete extract - data remains in staging after install'
return
end
else
begin
delete from Data.StagedExtract
exec PrintMsg ' No data remains in staging - all data has been installed'
exec PrintMsg 'Install complete'
end
commit transaction
exec PrintMsg 'COMMITTED'
end try
begin catch
exec PrintMsg 'ERROR detected, ROLLING BACK changes'
rollback;
throw
end catch
GO
|
CREATE KEYSPACE IF NOT EXISTS demo
WITH replication = {'class': 'SimpleStrategy', 'replication_factor': 1};
CREATE TABLE demo.stocks (
symbol text,
value decimal,
date timestamp,
PRIMARY KEY ((symbol), date)
) WITH CLUSTERING ORDER BY (date DESC)
AND default_time_to_live = 86400
AND compaction = {
'class' : 'TimeWindowCompactionStrategy',
'compaction_window_unit' : 'MINUTES',
'compaction_window_size' : 60
};
|
Subsets and Splits