sql
stringlengths
6
1.05M
-- @testpoint: octet_length函数输入值为时间类型 SELECT octet_length('2020-12-25:23:34:33'); SELECT octet_length('2020/12/23/23/23/21');
<reponame>edwin18g/project21<gh_stars>0 -- phpMyAdmin SQL Dump -- version 4.4.15.8 -- https://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Jul 15, 2017 at 12:24 PM -- Server version: 5.6.31 -- PHP Version: 7.0.10 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: `ibs_v1` -- -- -------------------------------------------------------- -- -- Table structure for table `batches` -- CREATE TABLE IF NOT EXISTS `batches` ( `id` int(11) NOT NULL, `title` varchar(250) DEFAULT NULL, `description` text, `fees` int(11) DEFAULT NULL COMMENT 'per customer', `capacity` int(11) DEFAULT NULL COMMENT 'max customers', `start_date` date DEFAULT NULL, `end_date` date DEFAULT NULL, `start_time` time DEFAULT '00:00:00' COMMENT '24 hours format', `end_time` time DEFAULT '00:00:00' COMMENT '24 hours format', `weekdays` text, `recurring` tinyint(1) DEFAULT '0', `recurring_type` enum('first_week','second_week','third_week','fourth_week','every_week') NOT NULL DEFAULT 'every_week', `status` tinyint(1) DEFAULT NULL, `date_added` timestamp DEFAULT '0000-00-00 00:00:00', `date_updated` timestamp DEFAULT now() ON UPDATE now(), `courses_id` int(11) DEFAULT NULL ) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8; -- -- Dumping data for table `batches` -- INSERT INTO `batches` (`id`, `title`, `description`, `fees`, `capacity`, `start_date`, `end_date`, `start_time`, `end_time`, `weekdays`, `status`, `date_added`, `date_updated`, `courses_id`) VALUES (1, 'morning batch', '<p>Lorem ipsum dolor sit amet, consectetur adipiscing 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>', 500, 50, '2017-09-03', '2017-12-31', '07:00:00', '08:00:00', '["1","2","3","4","5"]', 1, '2017-07-12 03:30:15', '2017-07-12 07:21:39', 6), (2, 'evening batch', '<p>Lorem ipsum dolor sit amet, consectetur adipiscing 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>', 500, 50, '2017-09-03', '2017-12-30', '07:00:00', '08:00:00', '["1","2","3","4","5"]', 1, '2017-07-12 03:31:04', '2017-07-12 07:21:44', 6), (3, 'morning batch', '<p>Lorem ipsum dolor sit amet, consectetur adipiscing 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>', 300, 50, '2017-09-03', '2017-12-30', '06:00:00', '07:00:00', '["1","2","3","4","5"]', 1, '2017-07-12 03:33:59', '2017-07-12 07:21:52', 8), (4, 'afternoon batch', '<p>Lorem ipsum dolor sit amet, consectetur adipiscing 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>', 350, 30, '2017-09-03', '2017-12-30', '13:00:00', '15:00:00', '["1","2","3","6"]', 1, '2017-07-12 03:35:56', '2017-07-12 07:21:59', 4), (5, 'morning batch', '<p>Lorem ipsum dolor sit amet, consectetur adipiscing 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>', 550, 50, '2017-09-03', '2017-12-30', '07:00:00', '09:00:00', '["1","2","3","4","5","6"]', 1, '2017-07-12 03:36:59', '2017-07-12 07:22:12', 5), (6, 'morning batch', '<p>Lorem ipsum dolor sit amet, consectetur adipiscing 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>', 300, 40, '2017-09-04', '2017-12-30', '06:30:00', '07:30:00', '["1","2","3","4"]', 1, '2017-07-12 03:39:18', '2017-07-12 03:39:18', 7), (7, 'evening batch', '<p>Lorem ipsum dolor sit amet, consectetur adipiscing 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>', 450, 20, '2017-09-04', '2017-12-30', '17:00:00', '18:30:00', '["1","2","3","4","6"]', 1, '2017-07-12 03:40:45', '2017-07-12 03:40:45', 1), (8, 'morning batch', '<p>Lorem ipsum dolor sit amet, consectetur adipiscing 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>', 390, 25, '2017-09-04', '2017-12-30', '10:00:00', '11:00:00', '["1","2","3","4","6"]', 1, '2017-07-12 03:41:47', '2017-07-12 07:21:02', 2), (9, 'evening batch', '<p>Lorem ipsum dolor sit amet, consectetur adipiscing 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>', 390, 25, '2017-07-03', '2017-12-30', '16:00:00', '18:00:00', '["1","2","3","4","6"]', 1, '2017-07-12 03:42:44', '2017-07-12 03:42:44', 2); -- -------------------------------------------------------- -- -- Table structure for table `batches_tutors` -- CREATE TABLE IF NOT EXISTS `batches_tutors` ( `users_id` int(11) DEFAULT NULL, `batches_id` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `batches_tutors` -- INSERT INTO `batches_tutors` (`users_id`, `batches_id`) VALUES (38, 1), (38, 5), (39, 1), (39, 2), (39, 5), (40, 3), (40, 5), (41, 3), (41, 5), (41, 6), (42, 7), (42, 8), (42, 9), (43, 4); -- -------------------------------------------------------- -- -- Table structure for table `blogs` -- CREATE TABLE IF NOT EXISTS `blogs` ( `id` int(11) NOT NULL, `title` varchar(256) DEFAULT NULL, `slug` varchar(512) DEFAULT NULL, `content` mediumtext, `users_id` int(11) DEFAULT NULL, `status` tinyint(4) NOT NULL DEFAULT '0' COMMENT '0:disable;1:published;2:pending', `image` varchar(256) DEFAULT NULL, `meta_title` varchar(128) DEFAULT NULL, `meta_tags` varchar(256) DEFAULT NULL, `meta_description` text, `date_added` timestamp DEFAULT '0000-00-00 00:00:00', `date_updated` timestamp DEFAULT now() ON UPDATE now() ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; -- -- Dumping data for table `blogs` -- INSERT INTO `blogs` (`id`, `title`, `slug`, `content`, `users_id`, `status`, `image`, `meta_title`, `meta_tags`, `meta_description`, `date_added`, `date_updated`) VALUES (1, 'Neque porro quisquam est qui', 'neque-porro-quisquam-est-qui', '<h5>"There is no one who loves pain itself, who seeks after it and wants to have it, simply because it is pain..."</h5>\r\n<hr />\r\n<div id="Content">\r\n<div class="boxed">\r\n<div id="lipsum">\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec bibendum in lacus convallis dignissim. Praesent finibus tincidunt lacus, vitae suscipit arcu mollis eget. Aliquam et felis pulvinar, semper quam ut, rutrum metus. Morbi non iaculis odio, ac consectetur ante. Proin iaculis gravida ex. Vestibulum eu lobortis enim. Nulla ultrices dignissim mauris sed vulputate. Nam blandit velit at ipsum posuere vehicula. Quisque eu sapien nec lectus mattis malesuada at maximus lorem. Ut augue lacus, dapibus at eleifend vitae, accumsan quis lacus.</p>\r\n<p>Sed elementum enim finibus nisi laoreet, nec laoreet nisl tincidunt. Suspendisse porta fermentum nibh. Sed congue magna nisl, eu tempor ex pellentesque ac. Ut semper orci elit, ut viverra metus posuere ac. Maecenas eleifend arcu lacinia turpis dictum, eu viverra nisl rutrum. Proin egestas diam eu arcu lacinia, id pellentesque tortor vestibulum. Nam velit enim, placerat eu dignissim at, consequat at odio. Aenean massa lacus, placerat vitae tincidunt vel, elementum nec odio. Aenean dignissim enim non eros fringilla pharetra. Suspendisse potenti. Cras vel velit sit amet lacus tristique faucibus. Suspendisse tellus metus, blandit semper viverra eu, volutpat sed orci.</p>\r\n<p>Cras ante sapien, iaculis ac suscipit non, viverra ac dui. Proin accumsan nisi felis, commodo fringilla elit blandit id. Duis vestibulum cursus dapibus. Mauris metus sapien, sollicitudin eget dolor nec, lacinia auctor erat. Praesent eu elit nec ligula convallis mollis sed eu massa. Maecenas malesuada lacus orci, id posuere augue varius at. Fusce ac dolor sed tellus pharetra laoreet ac ut orci.</p>\r\n<p>Interdum et malesuada fames ac ante ipsum primis in faucibus. Nullam nunc justo, fermentum non tellus eget, suscipit congue diam. Maecenas blandit, tortor non condimentum aliquam, leo sem porttitor dui, nec ultrices justo lectus in quam. Quisque pharetra consectetur ante venenatis blandit. Fusce blandit orci et dui rutrum, vitae efficitur sapien dignissim. Pellentesque in porta ligula. Praesent sed dignissim turpis, eu rutrum tellus. Fusce volutpat sem at augue tincidunt rhoncus.</p>\r\n<p>Donec vitae velit velit. Phasellus sed ligula at nulla faucibus blandit. Cras nec egestas mi. Morbi sit amet erat malesuada, porttitor magna quis, placerat tellus. Ut sit amet risus finibus, bibendum enim malesuada, fermentum magna. Suspendisse potenti. Donec quam metus, ullamcorper id pellentesque condimentum, congue vehicula nunc. Nunc sit amet ligula imperdiet nibh dignissim mollis. Donec fringilla felis placerat pulvinar tristique. Proin faucibus purus quam, sit amet imperdiet arcu dictum eu. Donec ullamcorper, mauris vel hendrerit maximus, enim arcu pretium ante, quis sodales odio est et mi. In hac habitasse platea dictumst. Cras id nulla tristique, pellentesque erat quis, scelerisque leo. Morbi quis tortor quis ante fringilla maximus eu at nibh.</p>\r\n</div>\r\n</div>\r\n</div>', 45, 1, '1499843849677.jpeg', 'Neque porro quisquam est qui dolorem ipsum quia dolor sit amet', 'Neque porro quisquam est qui dolorem ipsum quia dolor sit amet', 'Cras ante sapien, iaculis ac suscipit non, viverra ac dui. Proin accumsan nisi felis, commodo fringilla elit blandit id. Duis vestibulum cursus dapibus. Mauris metus sapien, sollicitudin eget dolor nec, lacinia auctor erat. Praesent eu elit nec ligula convallis mollis sed eu massa. Maecenas malesuada lacus orci, id posuere augue varius at. Fusce ac dolor sed tellus pharetra laoreet ac ut orci.', '2017-07-12 07:17:29', '2017-07-12 07:52:06'), (2, 'Sed elementum enim finibus nisi laoreet', 'sed-elementum-enim-finibus-nisi-laoreet', '<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec bibendum in lacus convallis dignissim. Praesent finibus tincidunt lacus, vitae suscipit arcu mollis eget. Aliquam et felis pulvinar, semper quam ut, rutrum metus. Morbi non iaculis odio, ac consectetur ante. Proin iaculis gravida ex. Vestibulum eu lobortis enim. Nulla ultrices dignissim mauris sed vulputate. Nam blandit velit at ipsum posuere vehicula. Quisque eu sapien nec lectus mattis malesuada at maximus lorem. Ut augue lacus, dapibus at eleifend vitae, accumsan quis lacus.</p>\r\n<p>Sed elementum enim finibus nisi laoreet, nec laoreet nisl tincidunt. Suspendisse porta fermentum nibh. Sed congue magna nisl, eu tempor ex pellentesque ac. Ut semper orci elit, ut viverra metus posuere ac. Maecenas eleifend arcu lacinia turpis dictum, eu viverra nisl rutrum. Proin egestas diam eu arcu lacinia, id pellentesque tortor vestibulum. Nam velit enim, placerat eu dignissim at, consequat at odio. Aenean massa lacus, placerat vitae tincidunt vel, elementum nec odio. Aenean dignissim enim non eros fringilla pharetra. Suspendisse potenti. Cras vel velit sit amet lacus tristique faucibus. Suspendisse tellus metus, blandit semper viverra eu, volutpat sed orci.</p>\r\n<p>Cras ante sapien, iaculis ac suscipit non, viverra ac dui. Proin accumsan nisi felis, commodo fringilla elit blandit id. Duis vestibulum cursus dapibus. Mauris metus sapien, sollicitudin eget dolor nec, lacinia auctor erat. Praesent eu elit nec ligula convallis mollis sed eu massa. Maecenas malesuada lacus orci, id posuere augue varius at. Fusce ac dolor sed tellus pharetra laoreet ac ut orci.</p>\r\n<p>Interdum et malesuada fames ac ante ipsum primis in faucibus. Nullam nunc justo, fermentum non tellus eget, suscipit congue diam. Maecenas blandit, tortor non condimentum aliquam, leo sem porttitor dui, nec ultrices justo lectus in quam. Quisque pharetra consectetur ante venenatis blandit. Fusce blandit orci et dui rutrum, vitae efficitur sapien dignissim. Pellentesque in porta ligula. Praesent sed dignissim turpis, eu rutrum tellus. Fusce volutpat sem at augue tincidunt rhoncus.</p>\r\n<p>Donec vitae velit velit. Phasellus sed ligula at nulla faucibus blandit. Cras nec egestas mi. Morbi sit amet erat malesuada, porttitor magna quis, placerat tellus. Ut sit amet risus finibus, bibendum enim malesuada, fermentum magna. Suspendisse potenti. Donec quam metus, ullamcorper id pellentesque condimentum, congue vehicula nunc. Nunc sit amet ligula imperdiet nibh dignissim mollis. Donec fringilla felis placerat pulvinar tristique. Proin faucibus purus quam, sit amet imperdiet arcu dictum eu. Donec ullamcorper, mauris vel hendrerit maximus, enim arcu pretium ante, quis sodales odio est et mi. In hac habitasse platea dictumst. Cras id nulla tristique, pellentesque erat quis, scelerisque leo. Morbi quis tortor quis ante fringilla maximus eu at nibh.</p>', 45, 1, '1499843895935.jpeg', 'Sed elementum enim finibus nisi laoreet', 'Sed elementum enim finibus nisi laoreet', 'Sed elementum enim finibus nisi laoreet', '2017-07-12 07:18:15', '2017-07-12 07:51:08'), (3, 'Phasellus sed ligula at nulla faucibus blandit', 'phasellus-sed-ligula-at-nulla-faucibus-blandit', '<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec bibendum in lacus convallis dignissim. Praesent finibus tincidunt lacus, vitae suscipit arcu mollis eget. Aliquam et felis pulvinar, semper quam ut, rutrum metus. Morbi non iaculis odio, ac consectetur ante. Proin iaculis gravida ex. Vestibulum eu lobortis enim. Nulla ultrices dignissim mauris sed vulputate. Nam blandit velit at ipsum posuere vehicula. Quisque eu sapien nec lectus mattis malesuada at maximus lorem. Ut augue lacus, dapibus at eleifend vitae, accumsan quis lacus.</p>\r\n<p>Sed elementum enim finibus nisi laoreet, nec laoreet nisl tincidunt. Suspendisse porta fermentum nibh. Sed congue magna nisl, eu tempor ex pellentesque ac. Ut semper orci elit, ut viverra metus posuere ac. Maecenas eleifend arcu lacinia turpis dictum, eu viverra nisl rutrum. Proin egestas diam eu arcu lacinia, id pellentesque tortor vestibulum. Nam velit enim, placerat eu dignissim at, consequat at odio. Aenean massa lacus, placerat vitae tincidunt vel, elementum nec odio. Aenean dignissim enim non eros fringilla pharetra. Suspendisse potenti. Cras vel velit sit amet lacus tristique faucibus. Suspendisse tellus metus, blandit semper viverra eu, volutpat sed orci.</p>\r\n<p>Cras ante sapien, iaculis ac suscipit non, viverra ac dui. Proin accumsan nisi felis, commodo fringilla elit blandit id. Duis vestibulum cursus dapibus. Mauris metus sapien, sollicitudin eget dolor nec, lacinia auctor erat. Praesent eu elit nec ligula convallis mollis sed eu massa. Maecenas malesuada lacus orci, id posuere augue varius at. Fusce ac dolor sed tellus pharetra laoreet ac ut orci.</p>\r\n<p>Interdum et malesuada fames ac ante ipsum primis in faucibus. Nullam nunc justo, fermentum non tellus eget, suscipit congue diam. Maecenas blandit, tortor non condimentum aliquam, leo sem porttitor dui, nec ultrices justo lectus in quam. Quisque pharetra consectetur ante venenatis blandit. Fusce blandit orci et dui rutrum, vitae efficitur sapien dignissim. Pellentesque in porta ligula. Praesent sed dignissim turpis, eu rutrum tellus. Fusce volutpat sem at augue tincidunt rhoncus.</p>\r\n<p>Donec vitae velit velit. Phasellus sed ligula at nulla faucibus blandit. Cras nec egestas mi. Morbi sit amet erat malesuada, porttitor magna quis, placerat tellus. Ut sit amet risus finibus, bibendum enim malesuada, fermentum magna. Suspendisse potenti. Donec quam metus, ullamcorper id pellentesque condimentum, congue vehicula nunc. Nunc sit amet ligula imperdiet nibh dignissim mollis. Donec fringilla felis placerat pulvinar tristique. Proin faucibus purus quam, sit amet imperdiet arcu dictum eu. Donec ullamcorper, mauris vel hendrerit maximus, enim arcu pretium ante, quis sodales odio est et mi. In hac habitasse platea dictumst. Cras id nulla tristique, pellentesque erat quis, scelerisque leo. Morbi quis tortor quis ante fringilla maximus eu at nibh.</p>', 45, 1, '1499843931377.jpeg', 'Phasellus sed ligula at nulla faucibus blandit', 'Phasellus sed ligula at nulla faucibus blandit', 'Phasellus sed ligula at nulla faucibus blandit', '2017-07-12 07:18:51', '2017-07-12 07:51:12'); -- -------------------------------------------------------- -- -- Table structure for table `b_bookings` -- CREATE TABLE IF NOT EXISTS `b_bookings` ( `id` bigint(20) NOT NULL, `customers_id` int(11) DEFAULT NULL, `course_categories_id` int(11) DEFAULT NULL, `courses_id` int(11) DEFAULT NULL, `batches_id` int(11) DEFAULT NULL, `fees` int(11) DEFAULT NULL, `net_fees` int(11) DEFAULT NULL, `booking_date` date DEFAULT NULL, `batch_title` varchar(256) DEFAULT NULL, `batch_description` text, `batch_capacity` int(11) DEFAULT NULL, `batch_recurring` tinyint(4) DEFAULT NULL, `batch_weekdays` text, `batch_start_date` date DEFAULT NULL, `batch_end_date` date DEFAULT NULL, `batch_start_time` time DEFAULT '00:00:00', `batch_end_time` time DEFAULT '00:00:00', `course_title` varchar(256) DEFAULT NULL, `course_category_title` varchar(256) DEFAULT NULL, `customer_name` varchar(256) DEFAULT NULL, `customer_email` varchar(156) DEFAULT NULL, `customer_address` varchar(256) DEFAULT NULL, `customer_mobile` varchar(20) DEFAULT NULL, `status` tinyint(1) DEFAULT NULL, `cancellation` tinyint(4) NOT NULL DEFAULT '0' COMMENT '0:disable;1:pending;2:approved;3:refunded;', `date_added` timestamp DEFAULT '0000-00-00 00:00:00', `date_updated` timestamp DEFAULT now() ON UPDATE now() ) ENGINE=InnoDB AUTO_INCREMENT=1004 DEFAULT CHARSET=utf8; -- -- Dumping data for table `b_bookings` -- INSERT INTO `b_bookings` (`id`, `customers_id`, `course_categories_id`, `courses_id`, `batches_id`, `fees`, `net_fees`, `booking_date`, `batch_title`, `batch_description`, `batch_capacity`, `batch_start_date`, `batch_end_date`, `batch_start_time`, `batch_end_time`, `course_title`, `course_category_title`, `customer_name`, `customer_email`, `customer_address`, `customer_mobile`, `status`, `cancellation`, `date_added`, `date_updated`) VALUES (1001, 45, 13, 5, 5, 935, 1100, '2017-09-03', 'morning batch', '<p>Lorem ipsum dolor sit amet, consectetur adipiscing 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>', 50, '2017-09-03', '2017-12-30', '07:00:00', '09:00:00', 'full body workout', 'body building', '<NAME>', '<EMAIL>', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.', '9876554320', 1, 0, '2017-07-12 07:24:02', '2017-07-12 07:24:02'), (1003, 45, 13, 5, 5, 935, 1100, '2017-09-03', 'morning batch', '<p>Lorem ipsum dolor sit amet, consectetur adipiscing 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>', 50, '2017-09-03', '2017-12-30', '07:00:00', '09:00:00', 'full body workout', 'body building', '<NAME>', '<EMAIL>', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.', '9876554320', 1, 0, '2017-07-12 10:52:20', '2017-07-12 10:52:20'); -- -------------------------------------------------------- -- -- Table structure for table `b_bookings_members` -- CREATE TABLE IF NOT EXISTS `b_bookings_members` ( `id` int(11) NOT NULL, `fullname` varchar(256) DEFAULT NULL, `gender` enum('male','female','other') DEFAULT NULL, `dob` date DEFAULT NULL, `mobile` varchar(20) DEFAULT NULL, `email` varchar(155) DEFAULT NULL, `address` varchar(256) DEFAULT NULL, `b_bookings_id` int(11) DEFAULT NULL, `date_added` timestamp DEFAULT '0000-00-00 00:00:00' ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; -- -- Dumping data for table `b_bookings_members` -- INSERT INTO `b_bookings_members` (`id`, `fullname`, `gender`, `dob`, `mobile`, `email`, `address`, `b_bookings_id`, `date_added`) VALUES (1, '<NAME>', NULL, NULL, '9876543210', '<EMAIL>', NULL, 1001, '2017-07-12 07:24:02'), (2, '<NAME>', NULL, NULL, '98765441190', '<EMAIL>', NULL, 1001, '2017-07-12 07:24:02'), (3, '<NAME>', NULL, NULL, '9876543210', '<EMAIL>', NULL, 1003, '2017-07-12 10:52:20'), (4, '<NAME>', NULL, NULL, '9876543320', '<EMAIL>', NULL, 1003, '2017-07-12 10:52:20'); -- -------------------------------------------------------- -- -- Table structure for table `b_bookings_payments` -- CREATE TABLE IF NOT EXISTS `b_bookings_payments` ( `id` int(11) NOT NULL, `b_bookings_id` int(11) DEFAULT NULL, `paid_amount` int(11) DEFAULT NULL, `total_amount` int(11) NOT NULL DEFAULT '0', `payment_type` enum('locally','stripe','paypal') DEFAULT NULL, `payment_status` tinyint(4) DEFAULT NULL COMMENT '0:pending;1:successful;2:failed', `transactions_id` int(11) DEFAULT NULL, `currency` varchar(3) DEFAULT NULL, `tax_title` varchar(56) DEFAULT NULL, `tax_rate_type` enum('percent','fixed') DEFAULT NULL, `tax_rate` tinyint(4) DEFAULT NULL, `tax_net_price` enum('including','excluding') DEFAULT NULL, `date_added` timestamp DEFAULT '0000-00-00 00:00:00' ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; -- -- Dumping data for table `b_bookings_payments` -- INSERT INTO `b_bookings_payments` (`id`, `b_bookings_id`, `paid_amount`, `total_amount`, `payment_type`, `payment_status`, `transactions_id`, `currency`, `tax_title`, `tax_rate_type`, `tax_rate`, `tax_net_price`, `date_added`) VALUES (1, 1001, 0, 1100, 'paypal', 1, 1, 'USD', 'standard vat', 'percent', 15, 'including', '2017-07-12 07:24:02'), (2, 1003, 0, 1100, 'stripe', 1, 3, 'USD', 'standard vat', 'percent', 15, 'including', '2017-07-12 10:52:20'); -- -------------------------------------------------------- -- -- Table structure for table `captcha` -- CREATE TABLE IF NOT EXISTS `captcha` ( `captcha_id` bigint(13) unsigned NOT NULL, `captcha_time` int(10) unsigned DEFAULT NULL, `ip_address` varchar(16) NOT NULL DEFAULT '0', `word` varchar(20) DEFAULT NULL ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; -- -- Dumping data for table `captcha` -- INSERT INTO `captcha` (`captcha_id`, `captcha_time`, `ip_address`, `word`) VALUES (1, 1499845980, '::1', '<PASSWORD>'), (2, 1499846013, '::1', '876Wk'), (3, 1499867787, '::1', 'rvCB3'); -- -------------------------------------------------------- # Dump of table ce_sessn # ------------------------------------------------------------ DROP TABLE IF EXISTS `ce_sessn`; CREATE TABLE `ce_sessn` ( `id` varchar(128) NOT NULL, `ip_address` varchar(45) NOT NULL, `timestamp` int(10) unsigned NOT NULL DEFAULT '0', `data` blob NOT NULL, PRIMARY KEY (`id`), KEY `anonym_sessn_timestamp` (`timestamp`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Table structure for table `controllers` -- CREATE TABLE IF NOT EXISTS `controllers` ( `id` int(11) NOT NULL, `name` varchar(64) NOT NULL ) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=utf8; -- -- Dumping data for table `controllers` -- INSERT INTO `controllers` (`id`, `name`) VALUES (1, 'categories'), (2, 'courses'), (3, 'batches'), (4, 'events'), (5, 'eventtypes'), (6, 'bbookings'), (7, 'ebookings'), (8, 'users'), (9, 'testimonials'), (10, 'gallaries'), (11, 'blogs'), (12, 'pages'), (13, 'faqs'), (14, 'languages'), (15, 'emailtemplates'), (16, 'currencies'), (17, 'customfields'), (18, 'taxes'), (19, 'settings'); -- -------------------------------------------------------- -- -- Table structure for table `courses` -- CREATE TABLE IF NOT EXISTS `courses` ( `id` int(11) NOT NULL, `title` varchar(256) DEFAULT NULL, `description` text, `images` text, `course_categories_id` int(11) DEFAULT NULL, `status` tinyint(1) DEFAULT NULL, `featured` tinyint(1) NOT NULL DEFAULT '0', `meta_title` varchar(128) DEFAULT NULL, `meta_tags` varchar(256) DEFAULT NULL, `meta_description` text, `date_added` timestamp DEFAULT '0000-00-00 00:00:00', `date_updated` timestamp DEFAULT now() ON UPDATE now() ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; -- -- Dumping data for table `courses` -- INSERT INTO `courses` (`id`, `title`, `description`, `images`, `course_categories_id`, `status`, `featured`, `meta_title`, `meta_tags`, `meta_description`, `date_added`, `date_updated`) VALUES (1, 'hip hop dance', '<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummied 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 popularized 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<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. <NAME>, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, connector, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubted source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.</p>\r\n<p>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by <NAME>.</p>', '["1499778062334.jpg","1499778062274.jpg","1499778062287.jpg"]', 2, 1, 1, 'Dance - Western Dance - Hip Hop Dance', 'dance - western dance - hip hop dance', 'Lorem Ipsum is simply dummied 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 popularized 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.', '2017-07-11 13:01:02', '2017-07-11 13:01:02'), (2, 'swing and boogie woogie', '<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummied 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 popularized 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<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. <NAME>, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, connector, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubted source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.</p>\r\n<p>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by <NAME>.</p>', '["1499778477137.jpg","1499778478647.jpg","1499778478116.jpg"]', 3, 1, 0, 'Dance - Jazz Dance - Swing and Boogie Woogie', 'dance - jazz dance - swing and boogie woogie', 'Lorem Ipsum is simply dummied 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 popularized 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.', '2017-07-11 13:07:58', '2017-07-11 13:07:58'), (3, 'orchestra group', '<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummied 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 popularized 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<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. <NAME>, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, connector, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubted source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.</p>\r\n<p>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by <NAME>.</p>', '["1499778830977.jpg","149977883099.jpg","1499778830934.jpg"]', 5, 1, 1, 'Music - Instrumental Music - Orchestra Group', 'music - instrumental music - orchestra group', 'Lorem Ipsum is simply dummied 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 popularized 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.', '2017-07-11 13:13:52', '2017-07-11 13:13:52'), (4, 'contemporary classical music', '<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummied 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 popularized 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<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. <NAME>, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, connector, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubted source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.</p>\r\n<p>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by <NAME>.</p>', '["1499779107189.jpg","149977910821.jpg","1499779108459.jpg"]', 6, 1, 0, 'Music - Classical Music - Contemporary Classical Music', 'music - classical music - contemporary classical music', 'Lorem Ipsum is simply dummied 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 popularized 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.', '2017-07-11 13:18:29', '2017-07-11 13:18:29'), (5, 'full body workout', '<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummied 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 popularized 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<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. <NAME>, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, connector, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubted source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum&nbsp;dolor&nbsp;sit amet..", comes from a line in section 1.10.32.</p>\r\n<p>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by <NAME>.</p>', '["1499779796577.jpg","1499779796956.jpg","1499779797457.jpg"]', 13, 1, 1, 'Fitness - Man Workout - Body Building - Full Body Workout', 'fitness - man workout - body building - full body workout', 'Lorem Ipsum is simply dummied 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 popularized 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.\r\n\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. <NAME>, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, connector, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubted source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by <NAME>.', '2017-07-11 13:29:57', '2017-07-11 13:34:51'), (6, 'aerobics & weight loss', '<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummied 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 popularized 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<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. <NAME>, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, connector, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubted source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.</p>\r\n<p>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by <NAME>.</p>', '["1499780081634.jpg","1499780081677.jpg","1499780081969.jpg"]', 14, 1, 0, 'Fitness - Woman Workout - Strength Training - Aerobics & Weight Loss', 'fitness - woman workout - strength training - aerobics & weight loss', 'Lorem Ipsum is simply dummied 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 popularized 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.', '2017-07-11 13:34:41', '2017-07-11 13:34:41'), (7, 'hatha yoga', '<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummied 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 popularized 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<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. <NAME>, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, connector, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubted source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum&nbsp;dolor&nbsp;sit amet..", comes from a line in section 1.10.32.</p>\r\n<p>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by <NAME>.</p>', '["1499780263691.jpg","1499780263939.jpg","1499780263666.jpg"]', 12, 1, 0, 'Hatha Yoga', 'hatha yoga', 'Lorem Ipsum is simply dummied 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 popularized 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.', '2017-07-11 13:37:44', '2017-07-11 13:37:44'), (8, 'ashtanga aka power yoga', '<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummied 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 popularized 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<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. <NAME>, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, connector, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubted source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum&nbsp;dolor&nbsp;sit amet..", comes from a line in section 1.10.32.</p>\r\n<p>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by <NAME>.</p>', '["1499780484849.jpg","1499780485243.jpg","1499780485108.jpg"]', 11, 1, 0, 'Ashtanga (aka Power Yoga)', 'ashtanga (aka power yoga)', 'The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by <NAME>.', '2017-07-11 13:41:25', '2017-07-15 12:23:44'); -- -------------------------------------------------------- -- -- Table structure for table `course_categories` -- CREATE TABLE IF NOT EXISTS `course_categories` ( `id` int(11) NOT NULL, `title` varchar(128) DEFAULT NULL, `description` text, `image` varchar(256) DEFAULT NULL, `icon` varchar(256) DEFAULT NULL, `parent_id` int(11) DEFAULT NULL, `status` tinyint(4) DEFAULT NULL, `date_added` timestamp DEFAULT '0000-00-00 00:00:00', `date_updated` timestamp DEFAULT now() ON UPDATE now() ) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8; -- -- Dumping data for table `course_categories` -- INSERT INTO `course_categories` (`id`, `title`, `description`, `image`, `icon`, `parent_id`, `status`, `date_added`, `date_updated`) VALUES (1, 'dance', '<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummied 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 popularized 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<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. <NAME>, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, connector, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubted source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.</p>\r\n<p>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by <NAME>.</p>', NULL, NULL, 0, 1, '2017-07-11 12:45:32', '2017-07-11 12:45:32'), (2, 'western dance', '<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummied 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 popularized 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<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. <NAME>, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, connector, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubted source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.</p>\r\n<p>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by <NAME>.</p>', NULL, NULL, 1, 1, '2017-07-11 12:46:08', '2017-07-11 12:46:08'), (3, 'jazz dance', '<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummied 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 popularized 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<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. <NAME>, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, connector, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubted source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.</p>\r\n<p>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by <NAME>.</p>', NULL, NULL, 1, 1, '2017-07-11 12:46:28', '2017-07-11 13:03:25'), (4, 'music', '<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummied 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 popularized 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<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. <NAME>, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, connector, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubted source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.</p>\r\n<p>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by <NAME>.</p>', NULL, NULL, 0, 1, '2017-07-11 12:47:33', '2017-07-11 12:47:33'), (5, 'instrumental music', '<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummied 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 popularized 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<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. <NAME>, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, connector, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubted source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.</p>\r\n<p>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by <NAME>.</p>', NULL, NULL, 4, 1, '2017-07-11 12:48:02', '2017-07-11 12:48:02'), (6, 'classical music', '<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummied 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 popularized 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<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. <NAME>, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, connector, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubted source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.</p>\r\n<p>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by <NAME>.</p>', NULL, NULL, 4, 1, '2017-07-11 12:48:21', '2017-07-11 12:48:21'), (7, 'fitness', '<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummied 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 popularized 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<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. <NAME>, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, connector, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubted source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.</p>\r\n<p>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by <NAME>.</p>', NULL, NULL, 0, 1, '2017-07-11 12:49:32', '2017-07-11 12:49:32'), (8, 'man workout', '<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummied 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 popularized 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<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. <NAME>, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, connector, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubted source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.</p>\r\n<p>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by <NAME>.</p>', NULL, NULL, 7, 1, '2017-07-11 12:49:56', '2017-07-11 13:19:45'), (9, 'woman workout', '<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummied 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 popularized 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<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. <NAME>, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, connector, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubted source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.</p>\r\n<p>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by <NAME>.</p>', NULL, NULL, 7, 1, '2017-07-11 12:50:19', '2017-07-11 13:19:35'), (10, 'yoga', '<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummied 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 popularized 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<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. <NAME>, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, connector, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubted source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.</p>\r\n<p>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by <NAME>.</p>', NULL, NULL, 0, 1, '2017-07-11 12:51:25', '2017-07-11 12:51:25'), (11, 'man yoga', '<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummied 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 popularized 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<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. <NAME>, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, connector, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubted source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.</p>\r\n<p>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by <NAME>.</p>', NULL, NULL, 10, 1, '2017-07-11 12:51:53', '2017-07-11 12:51:53'), (12, 'woman yoga', '<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummied 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 popularized 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<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. <NAME>, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, connector, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubted source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.</p>\r\n<p>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by <NAME>.</p>', NULL, NULL, 10, 1, '2017-07-11 12:52:10', '2017-07-11 12:52:10'), (13, 'body building', '<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummied 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 popularized 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<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. <NAME>, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, connector, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubted source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.</p>\r\n<p>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by <NAME>.</p>', NULL, NULL, 8, 1, '2017-07-11 13:26:23', '2017-07-11 13:26:23'), (14, 'strength training', '<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummied 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 popularized 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<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. <NAME>, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, connector, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubted source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum&nbsp;dolor&nbsp;sit amet..", comes from a line in section 1.10.32.</p>\r\n<p>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by <NAME>.</p>', NULL, NULL, 9, 1, '2017-07-11 13:26:57', '2017-07-11 13:26:57'); -- -------------------------------------------------------- -- -- Table structure for table `currencies` -- CREATE TABLE IF NOT EXISTS `currencies` ( `iso_code` varchar(3) NOT NULL, `symbol` varchar(3) DEFAULT NULL, `unicode` varchar(8) DEFAULT NULL, `position` varchar(6) DEFAULT NULL, `status` tinyint(1) NOT NULL DEFAULT '1', `date_updated` timestamp DEFAULT now() ON UPDATE now() ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `currencies` -- INSERT INTO `currencies` (`iso_code`, `symbol`, `unicode`, `position`, `status`, `date_updated`) VALUES ('AED', 'د.إ', '', 'after', 1, '2017-06-17 13:50:22'), ('ANG', 'ƒ', '&#x0192;', 'before', 1, '2017-06-17 13:50:32'), ('AOA', 'AOA', 'AOA', 'before', 1, '2017-04-28 12:52:34'), ('ARS', '$', '&#36;', 'before', 1, '2017-04-28 11:25:02'), ('AUD', '$', '&#36;', 'before', 1, '2017-04-28 11:25:02'), ('BAM', 'KM', 'KM', 'before', 1, '2017-04-28 11:25:02'), ('BBD', '$', '&#36;', 'before', 1, '2017-04-28 11:25:02'), ('BGL', 'лв', '&#1083;&', 'before', 1, '2017-04-28 11:25:02'), ('BHD', 'BD', 'BD', 'after', 1, '2017-04-28 11:25:02'), ('BND', '$', '&#36;', 'before', 1, '2017-04-28 11:25:02'), ('BRL', 'R$', 'R&#36;', 'before', 1, '2017-04-28 11:25:02'), ('CAD', '$', '&#36;', 'before', 1, '2017-04-28 11:25:02'), ('CHF', 'Fr', 'Fr', 'before', 1, '2017-04-28 11:25:02'), ('CLF', 'UF', 'UF', 'after', 1, '2017-04-28 11:25:02'), ('CLP', '$', '&#36;', 'before', 1, '2017-04-28 11:25:02'), ('CNY', '¥', '&#165;', 'before', 1, '2017-04-28 11:25:02'), ('COP', '$', '&#36;', 'before', 1, '2017-04-28 11:25:02'), ('CRC', '₡', '&#x20A1;', 'before', 1, '2017-04-28 11:25:02'), ('CZK', 'Kč', 'K&#269;', 'after', 1, '2017-04-28 11:25:02'), ('DKK', 'kr', 'kr', 'before', 1, '2017-04-28 11:25:02'), ('EEK', 'KR', 'KR', 'before', 1, '2017-04-28 11:25:02'), ('EGP', 'E£', 'E&#163;', 'before', 1, '2017-04-28 11:25:02'), ('EUR', '€', '&#128;', 'before', 1, '2017-04-28 11:25:02'), ('FJD', 'FJ$', 'FJ&#36;', 'before', 1, '2017-04-28 11:25:02'), ('GBP', '£', '&#163;', 'before', 1, '2017-04-28 11:25:02'), ('GTQ', 'Q', 'Q', 'before', 1, '2017-04-28 11:25:02'), ('HKD', '$', '&#36;', 'before', 1, '2017-04-28 11:25:02'), ('HRK', 'kn', 'kn', 'before', 1, '2017-04-28 11:25:02'), ('HUF', 'Ft', 'Ft', 'before', 1, '2017-04-28 11:25:02'), ('IDR', 'Rp', 'Rp', 'before', 1, '2017-04-28 11:25:02'), ('ILS', '₪', '&#x20AA;', 'before', 1, '2017-04-28 11:25:02'), ('INR', 'Rs', 'Rs', 'before', 1, '2017-04-28 11:25:02'), ('JOD', 'د.ا', '', '', 1, '2017-04-28 11:25:02'), ('JPY', '¥', '&#165;', 'before', 1, '2017-04-28 11:25:02'), ('KES', 'KSh', 'Ksh', 'before', 1, '2017-04-28 11:25:02'), ('KRW', '₩', '&#x20A9;', 'before', 1, '2017-04-28 11:25:02'), ('KWD', 'KD', 'KD', 'after', 1, '2017-04-28 11:25:02'), ('KYD', '$', '&#36;', 'before', 1, '2017-04-28 11:25:02'), ('LTL', 'Lt', 'Lt', 'before', 1, '2017-04-28 11:25:02'), ('LVL', 'Ls', 'Ls', 'before', 1, '2017-04-28 11:25:02'), ('MAD', 'د.م', '', '', 1, '2017-04-28 11:25:02'), ('MVR', 'Rf', 'Rf', 'before', 1, '2017-04-28 11:25:02'), ('MXN', '$', '&#36;', 'before', 1, '2017-04-28 11:25:02'), ('MYR', 'RM', 'RM', 'before', 1, '2017-04-28 11:25:02'), ('NGN', '₦', '&#x20A6;', 'before', 1, '2017-04-28 11:25:02'), ('NOK', 'kr', 'kr', 'before', 1, '2017-04-28 11:25:02'), ('NZD', '$', '&#36;', 'before', 1, '2017-04-28 11:25:02'), ('OMR', 'OMR', '&#65020;', 'after', 1, '2017-04-28 11:25:02'), ('PEN', 'S/.', 'S/.', 'before', 1, '2017-04-28 11:25:02'), ('PHP', '₱', '&#x20B1;', 'before', 1, '2017-04-28 11:25:02'), ('PLN', 'zł', 'Z&#322;', 'before', 1, '2017-04-28 11:25:02'), ('QAR', 'QAR', '&#65020;', 'after', 1, '2017-04-28 11:25:02'), ('RON', 'lei', 'lei', 'before', 1, '2017-04-28 11:25:02'), ('RUB', 'руб', '&#1088;&', 'after', 1, '2017-04-28 11:25:02'), ('SAR', 'SAR', '&#65020;', 'after', 1, '2017-04-28 11:25:02'), ('SEK', 'kr', 'kr', 'before', 1, '2017-04-28 11:25:02'), ('SGD', '$', '&#36;', 'before', 1, '2017-04-28 11:25:02'), ('THB', '฿', '&#322;', 'before', 1, '2017-04-28 11:25:02'), ('TRY', 'TL', 'TL', 'before', 1, '2017-04-28 11:25:02'), ('TTD', '$', '&#36;', 'before', 1, '2017-04-28 11:25:02'), ('TWD', '$', '&#36;', 'before', 1, '2017-04-28 11:25:02'), ('UAH', '₴', '&#8372;', 'before', 1, '2017-04-28 11:25:02'), ('USD', '$', '&#36;', 'before', 1, '2017-04-28 11:25:02'), ('VEF', 'Bs ', 'Bs.', 'before', 1, '2017-04-28 11:25:02'), ('VND', '₫', '&#x20AB;', 'before', 1, '2017-04-28 11:25:02'), ('XCD', '$', '&#36;', 'before', 1, '2017-04-28 11:25:02'), ('ZAR', 'R', 'R', 'before', 1, '2017-04-28 11:25:02'); -- -------------------------------------------------------- -- -- Table structure for table `custom_fields` -- CREATE TABLE IF NOT EXISTS `custom_fields` ( `id` int(10) unsigned NOT NULL, `name` varchar(128) DEFAULT NULL, `input_type` enum('input','textarea','radio','dropdown','file','email','checkbox') CHARACTER SET latin1 DEFAULT NULL, `options` text COMMENT 'Use for radio and dropdown: key|value on each line', `is_numeric` enum('0','1') NOT NULL DEFAULT '0' COMMENT 'forces numeric keypad on mobile devices', `show_editor` enum('0','1') NOT NULL DEFAULT '0', `help_text` varchar(256) DEFAULT NULL, `validation` text, `label` varchar(128) DEFAULT NULL, `value` text COMMENT 'If translate is 1, just start with your default language', `date_updated` timestamp DEFAULT now() ON UPDATE now() ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `emails` -- CREATE TABLE IF NOT EXISTS `emails` ( `id` int(10) unsigned NOT NULL, `name` varchar(64) DEFAULT NULL, `email` varchar(256) DEFAULT NULL, `title` varchar(128) DEFAULT NULL, `message` text, `created` datetime DEFAULT '0000-00-00 00:00:00', `read` datetime DEFAULT '0000-00-00 00:00:00', `read_by` int(11) unsigned DEFAULT NULL ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; -- -- Dumping data for table `emails` -- INSERT INTO `emails` (`id`, `name`, `email`, `title`, `message`, `created`, `read`, `read_by`) VALUES (1, '<NAME>', '<EMAIL>', 'Hello World', 'Lorem Lipsum sit annum', '2017-07-12 13:23:32', '2017-07-14 09:25:00', 1); -- -------------------------------------------------------- -- -- Table structure for table `email_templates` -- CREATE TABLE IF NOT EXISTS `email_templates` ( `id` int(11) NOT NULL, `title` varchar(256) DEFAULT NULL, `subject` varchar(256) DEFAULT NULL, `message` text, `date_added` timestamp DEFAULT '0000-00-00 00:00:00', `date_updated` timestamp DEFAULT now() ON UPDATE now() ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; -- -- Dumping data for table `email_templates` -- INSERT INTO `email_templates` (`id`, `title`, `subject`, `message`, `date_added`, `date_updated`) VALUES (1, 'batch booking confirmation', 'Batch Booking Successful', '<p>&nbsp;</p>\r\n<p>Dear (t_user_name) ,</p>\r\n<p>Your Booking Has Been Successful For : (t_be_name).</p>\r\n<p>Your txn id : (t_txn_id)</p>\r\n<p>We''ve received a total amount : (t_total_amount)</p>\r\n<p>&nbsp;</p>\r\n<p>Thank You.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>', '2017-04-28 13:52:14', '2017-07-11 11:23:52'), (3, 'events booking confirmation', 'Events Booking Successful', '<p>&nbsp;</p>\r\n<p>Dear (t_user_name) ,</p>\r\n<p>Your Booking Has Been Successful For : (t_be_name).</p>\r\n<p>Your txn id : (t_txn_id)</p>\r\n<p>We''ve received a total amount : (t_total_amount)</p>\r\n<p>&nbsp;</p>\r\n<p>Thank You.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>', '2017-07-11 11:23:29', '2017-07-11 11:23:29'), (4, 'register confirmation', 'Account Registration Successful', '<p>&nbsp;</p>\r\n<p>Hello (t_user_name) ,</p>\r\n<p>Welcome To:&nbsp;(t_site_name)</p>\r\n<p>Your Account has been registered successfully : (t_be_name).</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>Thank You.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>', '2017-07-11 11:26:20', '2017-07-11 11:26:20'); -- -------------------------------------------------------- -- -- Table structure for table `events` -- CREATE TABLE IF NOT EXISTS `events` ( `id` int(11) NOT NULL, `event_types_id` int(11) DEFAULT NULL, `title` varchar(250) DEFAULT NULL, `description` text, `images` text, `fees` int(11) DEFAULT NULL COMMENT 'per customer', `capacity` int(11) DEFAULT NULL COMMENT 'max customers', `start_date` date DEFAULT NULL, `end_date` date DEFAULT NULL, `start_time` time DEFAULT '00:00:00' COMMENT '24 hours format', `end_time` time DEFAULT '00:00:00' COMMENT '24 hours format', `weekdays` text, `recurring` tinyint(1) NOT NULL DEFAULT '0', `recurring_type` enum('first_week','second_week','third_week','fourth_week','every_week') NOT NULL DEFAULT 'every_week', `status` tinyint(1) DEFAULT NULL, `featured` tinyint(1) NOT NULL DEFAULT '0', `date_added` timestamp DEFAULT '0000-00-00 00:00:00', `date_updated` timestamp DEFAULT now() ON UPDATE now(), `meta_title` varchar(128) DEFAULT NULL, `meta_tags` varchar(256) DEFAULT NULL, `meta_description` text ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; -- -- Dumping data for table `events` -- INSERT INTO `events` (`id`, `event_types_id`, `title`, `description`, `images`, `fees`, `capacity`, `start_date`, `end_date`, `start_time`, `end_time`, `weekdays`, `recurring`, `recurring_type`, `status`, `featured`, `date_added`, `date_updated`, `meta_title`, `meta_tags`, `meta_description`) VALUES (1, 4, 'freshers day party 2017', '<p>Lorem ipsum dolor sit amet, consectetur adipiscing 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>&nbsp;</p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing 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>', '["1499840055803.jpg","1499840055740.png","1499840055389.jpg"]', 1, 500, '2017-12-25', '2017-12-25', '18:00:00', '23:00:00', NULL, 0, 'every_week', 1, 1, '2017-07-12 06:14:15', '2017-07-12 06:14:15', 'Freshers Day Party 2017', 'Freshers Day Party 2017', 'Lorem ipsum dolor sit amet, consectetur adipiscing 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.'), (2, 2, 'stars music show', '<p>Lorem ipsum dolor sit amet, consectetur adipiscing 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>', '["1499840388311.jpg","149984038974.jpg","1499840389302.jpg"]', 200, 500, '2017-11-14', '2017-11-14', '19:45:00', '23:45:00', NULL, 0, 'every_week', 1, 1, '2017-07-12 06:19:49', '2017-07-12 06:19:49', 'Stars Music Show', 'Stars Music Show', 'Lorem ipsum dolor sit amet, consectetur adipiscing 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.'), (3, 3, 'weekly personality development session', '<p>Lorem ipsum dolor sit amet, consectetur adipiscing 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>', '["1499840661581.png","1499840662166.jpg","1499840662455.jpg"]', 10, 100, '2017-07-03', '2017-12-30', '10:00:00', '12:00:00', '["5","6"]', 1, 'fourth_week', 1, 1, '2017-07-12 06:24:22', '2017-07-12 06:24:22', 'Weekly Personality Development Session', 'Weekly Personality Development Session', 'Lorem ipsum dolor sit amet, consectetur adipiscing 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.'), (4, 5, 'new year celebration 2018', '<p>Lorem ipsum dolor sit amet, consectetur adipiscing 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>', '["1499840977368.jpg","1499840977171.jpg","149984097713.jpg"]', 250, 1000, '2017-12-31', '2017-12-31', '10:00:00', '12:00:00', NULL, 0, 'every_week', 1, 0, '2017-07-12 06:29:37', '2017-07-12 06:29:37', 'New Year Celebration 2018', 'New Year Celebration 2018', 'Lorem ipsum dolor sit amet, consectetur adipiscing 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.'), (5, 1, 'man yoga workshop', '<p>Lorem ipsum dolor sit amet, consectetur adipiscing 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>', '["1499841241863.jpg","1499841242213.jpg"]', 10, 100, '2017-07-03', '2017-12-30', '06:00:00', '07:00:00', '["0"]', 1, 'second_week', 1, 0, '2017-07-12 06:34:02', '2017-07-12 06:34:02', 'Man Yoga Workshop', 'Man Yoga Workshop', 'Lorem ipsum dolor sit amet, consectetur adipiscing 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.'), (6, 1, 'health nutrition session', '<p>Lorem ipsum dolor sit amet, consectetur adipiscing 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>', '["1499841521119.jpg"]', 1, 100, '2017-12-07', '2017-12-07', '18:00:00', '19:00:00', NULL, 0, 'every_week', 1, 0, '2017-07-12 06:38:41', '2017-07-12 06:39:33', 'Health And Nutrition Education Session', 'Health And Nutrition Education Session', 'Lorem ipsum dolor sit amet, consectetur adipiscing 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.'), (7, 2, 'live dance show', '<p>Lorem ipsum dolor sit amet, consectetur adipiscing 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>', '["1499841850896.jpg"]', 100, 500, '2017-12-27', '2017-12-27', '18:15:00', '23:45:00', NULL, 0, 'every_week', 1, 0, '2017-07-12 06:44:10', '2017-07-12 06:44:10', 'Live Dance Show', 'Live Dance Show', 'Lorem ipsum dolor sit amet, consectetur adipiscing 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.'), (8, 1, 'international yoga day', '<p>Lorem ipsum dolor sit amet, consectetur adipiscing 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>', '["1499841989254.jpg"]', 1, 500, '2018-06-21', '2018-06-21', '06:00:00', '08:00:00', NULL, 0, 'every_week', 1, 0, '2017-07-12 06:46:29', '2017-07-12 06:46:29', 'International Yoga Day', 'International Yoga Day', 'Lorem ipsum dolor sit amet, consectetur adipiscing 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.'); -- -------------------------------------------------------- -- -- Table structure for table `events_tutors` -- CREATE TABLE IF NOT EXISTS `events_tutors` ( `users_id` int(11) DEFAULT NULL, `events_id` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `events_tutors` -- INSERT INTO `events_tutors` (`users_id`, `events_id`) VALUES (38, 1), (38, 3), (38, 4), (38, 6), (38, 7), (38, 8), (39, 1), (39, 3), (39, 4), (39, 6), (39, 7), (39, 8), (40, 1), (40, 3), (40, 4), (40, 5), (40, 6), (40, 7), (40, 8), (41, 1), (41, 3), (41, 4), (41, 5), (41, 6), (41, 7), (41, 8), (42, 1), (42, 2), (42, 3), (42, 4), (42, 7), (43, 1), (43, 2), (43, 3), (43, 4), (43, 7), (44, 1), (44, 2), (44, 3), (44, 4), (44, 5), (44, 6), (44, 7), (44, 8); -- -------------------------------------------------------- -- -- Table structure for table `event_types` -- CREATE TABLE IF NOT EXISTS `event_types` ( `id` int(11) NOT NULL, `title` varchar(128) DEFAULT NULL, `image` varchar(256) DEFAULT NULL, `icon` varchar(256) DEFAULT NULL, `status` tinyint(1) DEFAULT NULL, `date_added` timestamp DEFAULT '0000-00-00 00:00:00', `date_updated` timestamp DEFAULT now() ON UPDATE now() ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; -- -- Dumping data for table `event_types` -- INSERT INTO `event_types` (`id`, `title`, `image`, `icon`, `status`, `date_added`, `date_updated`) VALUES (1, 'workshop', NULL, NULL, 1, '2017-07-11 12:53:13', '2017-07-11 12:53:13'), (2, 'live concert', NULL, NULL, 1, '2017-07-11 12:53:52', '2017-07-11 12:53:52'), (3, 'seminar', NULL, NULL, 1, '2017-07-11 12:54:13', '2017-07-11 12:54:18'), (4, 'freshers day', NULL, NULL, 1, '2017-07-11 12:54:31', '2017-07-11 12:55:06'), (5, 'party', NULL, NULL, 1, '2017-07-11 12:55:01', '2017-07-11 12:55:05'), (6, 'weekly tests', NULL, NULL, 1, '2017-07-12 06:41:58', '2017-07-12 06:42:01'); -- -------------------------------------------------------- -- -- Table structure for table `e_bookings` -- CREATE TABLE IF NOT EXISTS `e_bookings` ( `id` bigint(20) NOT NULL, `customers_id` int(11) DEFAULT NULL, `event_types_id` int(11) DEFAULT NULL, `events_id` int(11) DEFAULT NULL, `fees` int(11) DEFAULT NULL, `net_fees` int(11) DEFAULT NULL, `booking_date` date DEFAULT NULL, `event_title` varchar(256) DEFAULT NULL, `event_description` text, `event_capacity` int(11) DEFAULT NULL, `event_weekdays` text, `event_recurring` tinyint(1) DEFAULT NULL, `event_start_date` date DEFAULT NULL, `event_end_date` date DEFAULT NULL, `event_start_time` time DEFAULT '00:00:00', `event_end_time` time DEFAULT '00:00:00', `event_type_title` varchar(256) DEFAULT NULL, `customer_name` varchar(256) DEFAULT NULL, `customer_email` varchar(156) DEFAULT NULL, `customer_address` varchar(256) DEFAULT NULL, `customer_mobile` varchar(20) DEFAULT NULL, `status` tinyint(1) DEFAULT NULL, `cancellation` tinyint(4) NOT NULL DEFAULT '0' COMMENT '0:disable;1:pending;2:approved;3:refunded;', `date_added` timestamp DEFAULT '0000-00-00 00:00:00', `date_updated` timestamp DEFAULT now() ON UPDATE now() ) ENGINE=InnoDB AUTO_INCREMENT=1003 DEFAULT CHARSET=utf8; -- -- Dumping data for table `e_bookings` -- INSERT INTO `e_bookings` (`id`, `customers_id`, `event_types_id`, `events_id`, `fees`, `net_fees`, `booking_date`, `event_title`, `event_description`, `event_capacity`, `event_weekdays`, `event_recurring`, `event_start_date`, `event_end_date`, `event_start_time`, `event_end_time`, `event_type_title`, `customer_name`, `customer_email`, `customer_address`, `customer_mobile`, `status`, `cancellation`, `date_added`, `date_updated`) VALUES (1002, 45, 2, 7, 85, 100, '2017-12-27', 'live dance show', '<p>Lorem ipsum dolor sit amet, consectetur adipiscing 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>', 500, NULL, 0, '2017-12-27', '2017-12-27', '18:15:00', '23:45:00', 'live concert', '<NAME>', '<EMAIL>', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.', '9876554320', 1, 0, '2017-07-12 07:30:14', '2017-07-12 07:30:14'); -- -------------------------------------------------------- -- -- Table structure for table `e_bookings_members` -- CREATE TABLE IF NOT EXISTS `e_bookings_members` ( `id` int(11) NOT NULL, `fullname` varchar(256) DEFAULT NULL, `gender` enum('male','female','other') DEFAULT NULL, `dob` date DEFAULT NULL, `mobile` varchar(20) DEFAULT NULL, `email` varchar(155) DEFAULT NULL, `address` varchar(256) DEFAULT NULL, `e_bookings_id` int(11) DEFAULT NULL, `date_added` timestamp DEFAULT '0000-00-00 00:00:00' ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; -- -- Dumping data for table `e_bookings_members` -- INSERT INTO `e_bookings_members` (`id`, `fullname`, `gender`, `dob`, `mobile`, `email`, `address`, `e_bookings_id`, `date_added`) VALUES (1, 'Deepak', NULL, NULL, '8837220019', '<EMAIL>', NULL, 1002, '2017-07-12 07:30:14'); -- -------------------------------------------------------- -- -- Table structure for table `e_bookings_payments` -- CREATE TABLE IF NOT EXISTS `e_bookings_payments` ( `id` int(11) NOT NULL, `e_bookings_id` int(11) DEFAULT NULL, `paid_amount` int(11) DEFAULT NULL, `total_amount` int(11) NOT NULL DEFAULT '0', `payment_type` enum('locally','stripe','paypal') DEFAULT NULL, `payment_status` tinyint(4) DEFAULT NULL COMMENT '0:pending;1:successful;2:failed', `transactions_id` int(11) DEFAULT NULL, `currency` varchar(3) DEFAULT NULL, `tax_title` varchar(56) DEFAULT NULL, `tax_rate_type` enum('percent','fixed') DEFAULT NULL, `tax_rate` tinyint(4) DEFAULT NULL, `tax_net_price` enum('including','excluding') DEFAULT NULL, `date_added` timestamp DEFAULT '0000-00-00 00:00:00' ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; -- -- Dumping data for table `e_bookings_payments` -- INSERT INTO `e_bookings_payments` (`id`, `e_bookings_id`, `paid_amount`, `total_amount`, `payment_type`, `payment_status`, `transactions_id`, `currency`, `tax_title`, `tax_rate_type`, `tax_rate`, `tax_net_price`, `date_added`) VALUES (1, 1002, 0, 100, 'stripe', 1, 2, 'USD', 'standard vat', 'percent', 15, 'including', '2017-07-12 07:30:14'); -- -------------------------------------------------------- -- -- Table structure for table `faqs` -- CREATE TABLE IF NOT EXISTS `faqs` ( `id` int(11) NOT NULL, `question` varchar(256) DEFAULT NULL, `answer` text, `status` tinyint(1) DEFAULT NULL, `date_added` timestamp DEFAULT '0000-00-00 00:00:00', `date_updated` timestamp DEFAULT now() ON UPDATE now() ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; -- -- Dumping data for table `faqs` -- INSERT INTO `faqs` (`id`, `question`, `answer`, `status`, `date_added`, `date_updated`) VALUES (1, 'What is Lorem Ipsum?', '<p><strong>Lorem Ipsum</strong>&nbsp;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>', 1, '2017-07-12 07:48:16', '2017-07-12 07:48:16'), (2, 'Why do we use it?', '<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>', 1, '2017-07-12 07:48:38', '2017-07-12 07:48:38'), (3, 'Where does it come from?', '<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. <NAME>, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.</p>', 1, '2017-07-12 07:48:56', '2017-07-12 07:48:56'), (4, 'Where can I get some?', '<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don''t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn''t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</p>', 1, '2017-07-12 07:49:14', '2017-07-12 07:49:14'); -- -------------------------------------------------------- -- -- Table structure for table `gallaries` -- CREATE TABLE IF NOT EXISTS `gallaries` ( `id` int(11) NOT NULL, `image` varchar(128) DEFAULT NULL, `date_added` timestamp DEFAULT '0000-00-00 00:00:00' ) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8; -- -- Dumping data for table `gallaries` -- INSERT INTO `gallaries` (`id`, `image`, `date_added`) VALUES (1, '1499843277173.jpg', '2017-07-12 07:07:59'), (2, '1499843277669.jpg', '2017-07-12 07:07:59'), (3, '1499843277893.jpg', '2017-07-12 07:07:59'), (4, '1499843277461.jpg', '2017-07-12 07:07:59'), (5, '1499843278581.jpg', '2017-07-12 07:07:59'), (6, '1499843278549.jpg', '2017-07-12 07:07:59'), (7, '1499843278251.jpg', '2017-07-12 07:07:59'), (8, '1499843278915.jpg', '2017-07-12 07:07:59'), (9, '1499843278764.jpg', '2017-07-12 07:07:59'); -- -------------------------------------------------------- -- -- Table structure for table `groups` -- CREATE TABLE IF NOT EXISTS `groups` ( `id` mediumint(8) unsigned NOT NULL, `name` varchar(20) DEFAULT NULL, `description` varchar(100) DEFAULT NULL, `date_added` timestamp DEFAULT '0000-00-00 00:00:00', `date_updated` timestamp DEFAULT now() ON UPDATE now() ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; -- -- Dumping data for table `groups` -- INSERT INTO `groups` (`id`, `name`, `description`, `date_added`, `date_updated`) VALUES (1, 'admin', 'Administrator', '2017-07-09 03:56:25', '2017-07-09 03:56:36'), (2, 'tutors', 'Semi-admin', '2017-07-09 03:56:25', '2017-07-11 04:55:57'), (3, 'customers', 'General User (non-admin)', '2017-07-09 03:56:25', '2017-07-09 03:56:36'); -- -------------------------------------------------------- -- -- Table structure for table `languages` -- CREATE TABLE IF NOT EXISTS `languages` ( `id` int(11) NOT NULL, `title` varchar(128) DEFAULT NULL, `flag` varchar(256) DEFAULT NULL, `date_added` timestamp DEFAULT '0000-00-00 00:00:00', `date_updated` timestamp DEFAULT now() ON UPDATE now() ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `login_attempts` -- CREATE TABLE IF NOT EXISTS `login_attempts` ( `id` int(11) unsigned NOT NULL, `ip_address` varchar(15) NOT NULL, `login` varchar(100) NOT NULL, `time` int(11) unsigned DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `menus` -- CREATE TABLE IF NOT EXISTS `menus` ( `id` int(11) NOT NULL, `title` varchar(256) DEFAULT NULL, `slug` varchar(256) DEFAULT NULL, `position` enum('1','2') NOT NULL DEFAULT '1' COMMENT '1:custom;2:top', `content` longtext, `date_added` timestamp DEFAULT '0000-00-00 00:00:00', `date_updated` timestamp DEFAULT now() ON UPDATE now() ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; -- -- Dumping data for table `menus` -- INSERT INTO `menus` (`id`, `title`, `slug`, `position`, `content`, `date_added`, `date_updated`) VALUES (1, 'Categories', 'categories', '2', '[{"id":"3","parent_id":"0","type":"page","label":"Faq","value":"faq"},{"id":"4","parent_id":"0","type":"page","label":"Lorem Ipsum Sit Annum","value":"lorem-ipsum-sit-annum"}]', '2017-06-16 09:05:15', '2017-07-12 07:40:39'); -- -------------------------------------------------------- -- -- Table structure for table `notifications` -- CREATE TABLE IF NOT EXISTS `notifications` ( `id` int(11) NOT NULL, `n_type` enum('batches','events','bbookings','ebookings','contacts','users','b_cancellation','e_cancellation') DEFAULT NULL, `n_content` varchar(128) DEFAULT NULL, `n_url` text, `is_read` tinyint(1) NOT NULL DEFAULT '0', `users_id` int(11) DEFAULT NULL, `date_added` timestamp DEFAULT '0000-00-00 00:00:00' ) ENGINE=InnoDB AUTO_INCREMENT=30 DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `pages` -- CREATE TABLE IF NOT EXISTS `pages` ( `id` int(11) NOT NULL, `title` varchar(256) DEFAULT NULL, `slug` varchar(256) DEFAULT NULL, `content` text, `image` varchar(256) DEFAULT NULL, `meta_title` varchar(128) DEFAULT NULL, `meta_tags` varchar(256) DEFAULT NULL, `meta_description` text, `status` tinyint(1) DEFAULT NULL COMMENT '0:disable;1:published;2:draft;', `date_added` timestamp DEFAULT '0000-00-00 00:00:00', `date_updated` timestamp DEFAULT now() ON UPDATE now() ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; -- -- Dumping data for table `pages` -- INSERT INTO `pages` (`id`, `title`, `slug`, `content`, `image`, `meta_title`, `meta_tags`, `meta_description`, `status`, `date_added`, `date_updated`) VALUES (1, 'Faq', 'faq', '<p>\r\n\r\n</p><h1>Lorem Ipsum</h1><h4>"Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..."</h4><h5>"There is no one who loves pain itself, who seeks after it and wants to have it, simply because it is pain..."</h5><div><div><div><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam dictum ornare dapibus. Quisque cursus ultricies mattis. Donec pretium eleifend leo, vitae commodo sapien scelerisque vel. Nullam hendrerit dapibus lorem sed dignissim. Curabitur convallis nibh et dolor posuere, et blandit magna lacinia. Fusce eu neque mattis, tempus metus non, dignissim dolor. Ut mi risus, aliquet non ultricies vitae, bibendum eget metus.</p><p>Fusce a euismod metus, vitae gravida tellus. Nunc in turpis vel tellus fermentum sodales id sit amet felis. Duis lorem augue, tincidunt id consectetur et, commodo in lorem. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed vel posuere augue. Aenean fringilla dui justo, id dapibus magna accumsan a. Vestibulum hendrerit neque feugiat arcu varius, in convallis magna fermentum. Nulla sodales porttitor est non feugiat. Maecenas vitae quam elit. Proin vel finibus orci, quis ultrices justo. Curabitur dignissim vitae orci a gravida. Curabitur pharetra dui non aliquet porttitor. Sed vitae ante nec magna varius faucibus. Aliquam erat volutpat. Nunc sit amet euismod turpis.</p><p>Nunc in urna sed ligula aliquet pretium ac nec dui. Etiam varius maximus ex. Morbi laoreet enim odio, non tristique nulla gravida quis. Duis commodo ut nunc a sodales. Fusce sit amet eros lorem. Aliquam rhoncus purus velit. Ut accumsan sem sit amet leo rhoncus, gravida auctor velit eleifend.</p><p>Nunc id ipsum gravida, cursus dui vitae, semper felis. Pellentesque in tincidunt dui. Donec arcu sapien, porttitor ornare quam ut, tincidunt dictum ex. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Vestibulum eget interdum magna. Nulla facilisi. In finibus lacus et nunc consectetur, eget rhoncus quam mattis. Sed at consequat est, fermentum tincidunt tortor. Nulla facilisi. Cras in ipsum hendrerit, aliquam diam at, sollicitudin lectus. Curabitur dapibus imperdiet odio, non pulvinar lacus. Curabitur ut tempus est, et commodo nisl. Nulla facilisi. Duis eget ipsum non tellus sagittis tincidunt. Maecenas a mi laoreet, fermentum massa sed, posuere est.</p><p>Integer eget pellentesque augue. Etiam quis quam risus. Integer libero eros, porttitor et mollis ut, euismod quis nisi. Maecenas a ultrices eros. Quisque placerat dolor vel lobortis rhoncus. Proin fringilla tincidunt mauris, vitae tempor tortor consequat vel. Nulla facilisi. Curabitur pulvinar commodo turpis id congue. Pellentesque tempor volutpat dolor. Nulla in eleifend tortor. Integer leo lorem, placerat ac condimentum sit amet, fringilla ut lacus. Maecenas at mattis urna, eu rhoncus elit. Curabitur sed metus et purus bibendum consectetur. Nam porta fringilla lacus, a dapibus nibh tempor eget.</p></div><div>Generated 5 paragraphs, 406 words, 2730 bytes of <a target="_blank" rel="nofollow" href="http://www.lipsum.com/">Lorem Ipsum</a></div></div></div>\r\n\r\n<p></p>', '1499844777399.jpg', 'Lorem ipsum dolor sit amet', 'Lorem ipsum dolor sit amet', 'Lorem ipsum dolor sit amet', 1, '2017-05-13 11:12:08', '2017-07-12 07:32:57'), (2, 'Lorem Ipsum Sit Annum', 'lorem-ipsum-sit-annum', '<p>\r\n\r\n<p>And so when you are setting up a new site or trying out a new theme, it can be very handy to have some of this sample content around. It sure beats writing, “This is a test.” over and over and over.</p><p>However, even copying and pasting this text can become a bore if you need to do it more than a few times. A perfect solution, then, would be a plugin that automatically adds it for you. And because we’re dealing with WordPress, of course you know that someone has already thought of it.</p>\r\n\r\n\r\n\r\n<ul><li>It adds six types of posts:</li></ul><blockquote><ul><li>Multiple Paragraph Posts</li><li>Image Post</li><li>UL and OL Post</li><li>Blockquote Post</li><li>Post with links</li><li>Post with Header tags H1 through H5</li></ul></blockquote><ul><li>Allows you to remove all the added content with one click</li><li>Formats posts with different styles</li></ul>\r\n\r\n<br></p>', '1499845336644.jpeg', 'Lorem Ipsum Sit Annum', 'Lorem Ipsum Sit Annum', 'Lorem Ipsum Sit Annum', 1, '2017-05-18 08:01:24', '2017-07-12 07:42:16'); -- -------------------------------------------------------- -- -- Table structure for table `permissions` -- CREATE TABLE IF NOT EXISTS `permissions` ( `controllers_id` int(11) NOT NULL, `groups_id` int(11) NOT NULL, `p_add` int(11) NOT NULL, `p_edit` int(11) NOT NULL, `p_delete` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `permissions` -- INSERT INTO `permissions` (`controllers_id`, `groups_id`, `p_add`, `p_edit`, `p_delete`) VALUES (1, 2, 1, 0, 0), (2, 2, 1, 0, 0), (3, 2, 1, 0, 0), (4, 2, 1, 0, 0), (5, 2, 1, 0, 0), (6, 2, 1, 0, 0), (7, 2, 1, 0, 0), (8, 2, 1, 0, 0), (9, 2, 1, 0, 0), (10, 2, 1, 0, 0), (11, 2, 1, 1, 0), (12, 2, 1, 0, 0), (13, 2, 1, 0, 0), (14, 2, 1, 0, 0), (15, 2, 1, 0, 0), (16, 2, 1, 0, 0), (17, 2, 1, 0, 0), (18, 2, 1, 0, 0), (19, 2, 0, 0, 0); -- -------------------------------------------------------- -- -- Table structure for table `settings` -- CREATE TABLE IF NOT EXISTS `settings` ( `id` int(10) NOT NULL, `setting_type` enum('institute','site','home','theme','booking','email','login','payment','disqus','regional','ion_auth') NOT NULL, `name` varchar(256) DEFAULT NULL, `input_type` enum('input','textarea','radio','dropdown','timezones','file','languages','currencies','email','email_templates','taxes','files') CHARACTER SET latin1 NOT NULL, `options` text COMMENT 'Use for radio and dropdown: key|value on each line', `is_numeric` enum('0','1') NOT NULL DEFAULT '0' COMMENT 'forces numeric keypad on mobile devices', `show_editor` enum('0','1') NOT NULL DEFAULT '0', `input_size` enum('large','medium','small') DEFAULT NULL, `translate` enum('0','1') NOT NULL DEFAULT '0', `help_text` varchar(256) DEFAULT NULL, `validation` varchar(256) NOT NULL, `sort_order` smallint(5) unsigned NOT NULL, `label` varchar(256) DEFAULT NULL, `value` text COMMENT 'If translate is 1, just start with your default language', `last_update` timestamp DEFAULT now() ON UPDATE now(), `updated_by` int(11) unsigned DEFAULT NULL ) ENGINE=InnoDB AUTO_INCREMENT=77 DEFAULT CHARSET=utf8; -- -- Dumping data for table `settings` -- INSERT INTO `settings` (`id`, `setting_type`, `name`, `input_type`, `options`, `is_numeric`, `show_editor`, `input_size`, `translate`, `help_text`, `validation`, `sort_order`, `label`, `value`, `last_update`, `updated_by`) VALUES (1, 'institute', 'institute_name', 'input', NULL, '0', '0', 'large', '0', 'Enter institute name', 'trim|required|min_length[3]|max_length[128]', 10, 'Institute Name', 'Institute Booking System - All In One', '2017-07-11 07:05:39', 1), (2, 'institute', 'institute_logo', 'file', NULL, '0', '0', 'large', '0', 'Upload institute logo of size 72x72 pixels and format .png', 'trim', 20, 'Institute Logo', 'logo.png', '2017-07-06 06:46:18', 1), (3, 'institute', 'institute_address', 'textarea', NULL, '0', '0', 'large', '0', 'Enter institute address', 'trim|required', 30, 'Institute Address', 'Lorem Lipsum Sit Annum', '2017-07-11 07:05:39', 1), (4, 'institute', 'institute_phone', 'input', NULL, '0', '0', 'medium', '0', 'Enter institute contact number', 'trim|required', 40, 'Institute Phone', '+123 234 233', '2017-07-11 07:05:39', 1), (5, 'institute', 'institute_website', 'input', NULL, '0', '0', 'medium', '0', 'Enter institute website', 'trim|required', 50, 'Institute Website', 'ibs.classiebit.com', '2017-07-11 07:05:39', 1), (6, 'site', 'site_name', 'input', NULL, '0', '0', 'medium', '0', 'Enter site name (generally its your domain name)', 'required|trim|min_length[3]|max_length[64]', 60, 'Site Name', 'IBS', '2017-07-11 07:08:12', 1), (7, 'site', 'site_email', 'input', NULL, '0', '0', 'medium', '0', 'Email site email address (i.e <EMAIL>)', 'required|trim|valid_email', 70, 'Site Email', '<EMAIL>', '2017-07-11 07:08:12', 1), (8, 'site', 'meta_title', 'input', NULL, '0', '0', 'large', '0', 'Enter meta title for home page', 'trim|min_length[3]|max_length[128]|required', 80, 'Meta Title', 'Hello, Welcome to Institute Booking System', '2017-07-11 07:08:12', 1), (9, 'site', 'meta_tags', 'input', NULL, '0', '0', 'large', '0', 'Comma-seperated list of site keywords', 'trim|min_length[3]|max_length[256]', 90, 'Meta Tags', 'courses, classiebit softwares, ibs, institute booking system', '2017-07-11 07:08:12', 1), (10, 'site', 'meta_description', 'textarea', NULL, '0', '0', 'large', '0', 'Short description describing your site.', 'trim', 100, 'Meta Description', 'A product by Classiebit Softwares.', '2017-07-11 07:08:12', 1), (11, 'site', 'terms_n_conditions', 'textarea', NULL, '0', '1', 'large', '0', 'Enter your site terms and conditions', 'trim', 110, 'Terms & Conditions', '<h2>1. YOUR AGREEMENT</h2>\r\n<p>By using this Site, you agree to be bound by, and to comply with, these Terms and Conditions. If you do not agree to these Terms and Conditions, please do not use this site.</p>\r\n<blockquote>PLEASE NOTE: We reserve the right, at our sole discretion, to change, modify or otherwise alter these Terms and Conditions at any time. Unless otherwise indicated, amendments will become effective immediately. Please review these Terms and Conditions periodically. Your continued use of the Site following the posting of changes and/or modifications will constitute your acceptance of the revised Terms and Conditions and the reasonableness of these standards for notice of changes. For your information, this page was last updated as of the date at the top of these terms and conditions.</blockquote>\r\n<h2>2. PRIVACY</h2>\r\n<p>Please review our Privacy Policy, which also governs your visit to this Site, to understand our practices.</p>\r\n<h2>3. LINKED SITES</h2>\r\n<p>This Site may contain links to other independent third-party Web sites ("Linked Sites&rdquo;). These Linked Sites are provided solely as a convenience to our visitors. Such Linked Sites are not under our control, and we are not responsible for and does not endorse the content of such Linked Sites, including any information or materials contained on such Linked Sites. You will need to make your own independent judgment regarding your interaction with these Linked Sites.</p>\r\n<h2>4. FORWARD LOOKING STATEMENTS</h2>\r\n<p>All materials reproduced on this site speak as of the original date of publication or filing. The fact that a document is available on this site does not mean that the information contained in such document has not been modified or superseded by events or by a subsequent document or filing. We have no duty or policy to update any information or statements contained on this site and, therefore, such information or statements should not be relied upon as being current as of the date you access this site.</p>\r\n<h2>5. DISCLAIMER OF WARRANTIES AND LIMITATION OF LIABILITY</h2>\r\n<p>A. THIS SITE MAY CONTAIN INACCURACIES AND TYPOGRAPHICAL ERRORS. WE DOES NOT WARRANT THE ACCURACY OR COMPLETENESS OF THE MATERIALS OR THE RELIABILITY OF ANY ADVICE, OPINION, STATEMENT OR OTHER INFORMATION DISPLAYED OR DISTRIBUTED THROUGH THE SITE. YOU EXPRESSLY UNDERSTAND AND AGREE THAT: (i) YOUR USE OF THE SITE, INCLUDING ANY RELIANCE ON ANY SUCH OPINION, ADVICE, STATEMENT, MEMORANDUM, OR INFORMATION CONTAINED HEREIN, SHALL BE AT YOUR SOLE RISK; (ii) THE SITE IS PROVIDED ON AN "AS IS" AND "AS AVAILABLE" BASIS; (iii) EXCEPT AS EXPRESSLY PROVIDED HEREIN WE DISCLAIM ALL WARRANTIES OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, WORKMANLIKE EFFORT, TITLE AND NON-INFRINGEMENT; (iv) WE MAKE NO WARRANTY WITH RESPECT TO THE RESULTS THAT MAY BE OBTAINED FROM THIS SITE, THE PRODUCTS OR SERVICES ADVERTISED OR OFFERED OR MERCHANTS INVOLVED; (v) ANY MATERIAL DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE USE OF THE SITE IS DONE AT YOUR OWN DISCRETION AND RISK; and (vi) YOU WILL BE SOLELY RESPONSIBLE FOR ANY DAMAGE TO YOUR COMPUTER SYSTEM OR FOR ANY LOSS OF DATA THAT RESULTS FROM THE DOWNLOAD OF ANY SUCH MATERIAL.</p>\r\n<p>B. YOU UNDERSTAND AND AGREE THAT UNDER NO CIRCUMSTANCES, INCLUDING, BUT NOT LIMITED TO, NEGLIGENCE, SHALL WE BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, PUNITIVE OR CONSEQUENTIAL DAMAGES THAT RESULT FROM THE USE OF, OR THE INABILITY TO USE, ANY OF OUR SITES OR MATERIALS OR FUNCTIONS ON ANY SUCH SITE, EVEN IF WE HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. THE FOREGOING LIMITATIONS SHALL APPLY NOTWITHSTANDING ANY FAILURE OF ESSENTIAL PURPOSE OF ANY LIMITED REMEDY.</p>\r\n<h2>6. EXCLUSIONS AND LIMITATIONS</h2>\r\n<p>SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF CERTAIN WARRANTIES OR THE LIMITATION OR EXCLUSION OF LIABILITY FOR INCIDENTAL OR CONSEQUENTIAL DAMAGES. ACCORDINGLY, OUR LIABILITY IN SUCH JURISDICTION SHALL BE LIMITED TO THE MAXIMUM EXTENT PERMITTED BY LAW.</p>\r\n<h2>7. OUR PROPRIETARY RIGHTS</h2>\r\n<p>This Site and all its Contents are intended solely for personal, non-commercial use. Except as expressly provided, nothing within the Site shall be construed as conferring any license under our or any third party''s intellectual property rights, whether by estoppel, implication, waiver, or otherwise. Without limiting the generality of the foregoing, you acknowledge and agree that all content available through and used to operate the Site and its services is protected by copyright, trademark, patent, or other proprietary rights. You agree not to: (a) modify, alter, or deface any of the trademarks, service marks, trade dress (collectively "Trademarks") or other intellectual property made available by us in connection with the Site; (b) hold yourself out as in any way sponsored by, affiliated with, or endorsed by us, or any of our affiliates or service providers; (c) use any of the Trademarks or other content accessible through the Site for any purpose other than the purpose for which we have made it available to you; (d) defame or disparage us, our Trademarks, or any aspect of the Site; and (e) adapt, translate, modify, decompile, disassemble, or reverse engineer the Site or any software or programs used in connection with it or its products and services.</p>\r\n<p>The framing, mirroring, scraping or data mining of the Site or any of its content in any form and by any method is expressly prohibited.</p>\r\n<h2>8. INDEMNITY</h2>\r\n<p>By using the Site web sites you agree to indemnify us and affiliated entities (collectively "Indemnities") and hold them harmless from any and all claims and expenses, including (without limitation) attorney''s fees, arising from your use of the Site web sites, your use of the Products and Services, or your submission of ideas and/or related materials to us or from any person''s use of any ID, membership or password you maintain with any portion of the Site, regardless of whether such use is authorized by you.</p>\r\n<h2>9. COPYRIGHT AND TRADEMARK NOTICE</h2>\r\n<p>Except our generated dummy copy, which is free to use for private and commercial use, all other text is copyrighted. generator.lorem-ipsum.info &copy; 2013, all rights reserved</p>\r\n<h2>10. INTELLECTUAL PROPERTY INFRINGEMENT CLAIMS</h2>\r\n<p>It is our policy to respond expeditiously to claims of intellectual property infringement. We will promptly process and investigate notices of alleged infringement and will take appropriate actions under the Digital Millennium Copyright Act ("DMCA") and other applicable intellectual property laws. Notices of claimed infringement should be directed to:</p>\r\n<p>generator.lorem-ipsum.info</p>\r\n<p>126 Electricov St.</p>\r\n<p>Kiev, Kiev 04176</p>\r\n<p>Ukraine</p>\r\n<p><EMAIL></p>\r\n<h2>11. PLACE OF PERFORMANCE</h2>\r\n<p>This Site is controlled, operated and administered by us from our office in Kiev, Ukraine. We make no representation that materials at this site are appropriate or available for use at other locations outside of the Ukraine and access to them from territories where their contents are illegal is prohibited. If you access this Site from a location outside of the Ukraine, you are responsible for compliance with all local laws.</p>\r\n<h2>12. GENERAL</h2>\r\n<p>A. If any provision of these Terms and Conditions is held to be invalid or unenforceable, the provision shall be removed (or interpreted, if possible, in a manner as to be enforceable), and the remaining provisions shall be enforced. Headings are for reference purposes only and in no way define, limit, construe or describe the scope or extent of such section. Our failure to act with respect to a breach by you or others does not waive our right to act with respect to subsequent or similar breaches. These Terms and Conditions set forth the entire understanding and agreement between us with respect to the subject matter contained herein and supersede any other agreement, proposals and communications, written or oral, between our representatives and you with respect to the subject matter hereof, including any terms and conditions on any of customer''s documents or purchase orders.</p>\r\n<p>B. No Joint Venture, No Derogation of Rights. You agree that no joint venture, partnership, employment, or agency relationship exists between you and us as a result of these Terms and Conditions or your use of the Site. Our performance of these Terms and Conditions is subject to existing laws and legal process, and nothing contained herein is in derogation of our right to comply with governmental, court and law enforcement requests or requirements relating to your use of the Site or information provided to or gathered by us with respect to such use.</p>', '2017-07-11 07:08:12', 1), (12, 'home', 'banner_title_1', 'input', NULL, '0', '0', 'large', '0', 'Enter banner 1 title', 'trim|required|min_length[8]|max_length[64]', 120, 'Banner Title 1', 'Institute Booking System - All In One', '2017-07-11 13:42:56', 1), (13, 'home', 'banner_title_2', 'input', NULL, '0', '0', 'large', '0', 'Enter banner 2 title', 'trim|required|min_length[8]|max_length[64]', 121, 'Banner Title 2', 'Batches + Events Booking', '2017-07-11 13:42:56', 1), (14, 'home', 'banner_title_3', 'input', NULL, '0', '0', 'large', '0', 'Enter banner 3 title', 'trim|required|min_length[8]|max_length[64]', 122, 'Banner Title 3', 'N-Level Courses Categories + Dynamic Pages Builder', '2017-07-11 13:42:56', 1), (15, 'home', 'banner_title_4', 'input', NULL, '0', '0', 'large', '0', 'Enter banner 4 title', 'trim|required|min_length[8]|max_length[64]', 123, 'Banner Title 4', 'Paypal + Stripe + ION Auth + Facebook + Google + Disqus', '2017-07-11 13:42:56', 1), (16, 'home', 'banner_title_5', 'input', NULL, '0', '0', 'large', '0', 'Enter banner 5 title', 'trim|required|min_length[8]|max_length[64]', 124, 'Banner Title 5', 'Multi Lingual + Currency + User (with ACL management)', '2017-07-11 13:42:56', 1), (17, 'home', 'banner_description_1', 'textarea', NULL, '0', '0', 'large', '0', 'Enter banner 1 short description', 'trim|required|min_length[16]|max_length[256]', 130, 'Banner Description 1', 'Take benefit of everything you need for your Institute using this all-in-one web application. e.g manage courses, batches, events, tutors, blogs, pages and much more.', '2017-07-11 13:42:56', 1), (18, 'home', 'banner_description_2', 'textarea', NULL, '0', '0', 'large', '0', 'Enter banner 2 short description', 'trim|required|min_length[16]|max_length[256]', 131, 'Banner Description 2', 'Manage batches and multiple types of events e.g workshops, annual day, freshers day, etc including repetitive events like weekly or monthly tests, etc.', '2017-07-11 13:42:56', 1), (19, 'home', 'banner_description_3', 'textarea', NULL, '0', '0', 'large', '0', 'Enter banner 3 short description', 'trim|required|min_length[16]|max_length[256]', 132, 'Banner Description 3', 'Add N-Level courses categories and build dynamic pages as many as you want.', '2017-07-11 13:42:56', 1), (20, 'home', 'banner_description_4', 'textarea', NULL, '0', '0', 'large', '0', 'Enter banner 4 short description', 'trim|required|min_length[16]|max_length[256]', 133, 'Banner Description 4', 'Integrated Paypal & Stripe Payment Gateways, Ion Auth, Facebook & Google Login, Disqus Comment Box and more.', '2017-07-11 13:42:56', 1), (21, 'home', 'banner_description_5', 'textarea', NULL, '0', '0', 'large', '0', 'Enter banner 5 short description', 'trim|required|min_length[16]|max_length[256]', 134, 'Banner Description 5', 'Compatible for every country. Manage multi-users with custom Access Control List management system.', '2017-07-11 13:42:56', 1), (22, 'home', 'banner_image_1', 'file', NULL, '0', '0', 'large', '0', 'Upload banner 1 image of size 2000x1000 pixels and format .jpg', 'trim', 140, 'Banner Image 1', 'banner_image_1.jpg', '2017-07-06 06:46:18', 1), (23, 'home', 'banner_image_2', 'file', NULL, '0', '0', 'large', '0', 'Upload banner 2 image of size 2000x1000 pixels and format .jpg', 'trim', 141, 'Banner Image 2', 'banner_image_2.jpg', '2017-07-06 06:46:18', 1), (24, 'home', 'banner_image_3', 'file', NULL, '0', '0', 'large', '0', 'Upload banner 3 image of size 2000x1000 pixels and format .jpg', 'trim', 142, 'Banner Image 3', 'banner_image_3.jpg', '2017-07-06 06:46:18', 1), (25, 'home', 'banner_image_4', 'file', NULL, '0', '0', 'large', '0', 'Upload banner 4 image of size 2000x1000 pixels and format .jpg', 'trim', 143, 'Banner Image 4', 'banner_image_4.jpg', '2017-07-06 06:46:18', 1), (26, 'home', 'banner_image_5', 'file', NULL, '0', '0', 'large', '0', 'Upload banner 5 image of size 2000x1000 pixels and format .jpg', 'trim', 144, 'Banner Image 5', 'banner_image_5.jpg', '2017-07-06 06:46:18', 1), (27, 'home', 'about_institute', 'textarea', NULL, '0', '0', 'large', '0', 'Enter some catchy info about your institute', 'trim|required|min_length[16]|max_length[256]', 150, 'About Institute', 'Institute Booking System is a web application. It''s helpful for Institutes which provides premium batches and events bookings to their members. Institutes like educational, clubs, gyms, etc.', '2017-07-11 13:42:56', 1), (28, 'home', 'intro_video_url', 'input', NULL, '0', '0', 'large', '0', 'Enter institute intro video URL (from youtube or vimeo)', 'trim', 160, 'Institute Intro Vide URL', '', '2017-07-11 13:42:56', 1), (29, 'home', 'social_facebook', 'input', NULL, '0', '0', 'large', '0', 'Enter facebook account URL', 'trim', 170, 'Facebook URL', 'https://facebook.com', '2017-07-11 13:42:56', 1), (30, 'home', 'social_google', 'input', NULL, '0', '0', 'large', '0', 'Enter google+ account URL', 'trim', 171, 'Google+ URL', 'https://googleplus.com', '2017-07-11 13:42:56', 1), (31, 'home', 'social_twitter', 'input', NULL, '0', '0', 'large', '0', 'Enter twitter account URL', 'trim', 172, 'Twitter URL', 'https://twitter.com', '2017-07-11 13:42:56', 1), (32, 'home', 'social_linkedin', 'input', NULL, '0', '0', 'large', '0', 'Enter linkedin account URL', 'trim', 173, 'Linkedin URL', 'https://linkedin.com', '2017-07-11 13:42:56', 1), (33, 'home', 'social_flickr', 'input', NULL, '0', '0', 'large', '0', 'Enter Flickr account URL', 'trim', 174, 'Flickr URL', 'https://flickr.com', '2017-07-11 13:42:56', 1), (34, 'home', 'social_pinterest', 'input', NULL, '0', '0', 'large', '0', 'Enter Pinterest account URL', 'trim', 175, 'Pinterest URL', 'https://pinterest.com', '2017-07-11 13:42:56', 1), (35, 'theme', 'admin_theme', 'dropdown', 'red|RED\npink|PINK\npurple|PURPLE\ndeep-purple|DEEP PURPLE\nindigo|INDIGO\nblue|BLUE\nlight-blue|LIGHT BLUE\ncyan|CYAN\nteal|TEAL\ngreen|GREEN\nlight-green|LIGHT GREEN\nlime|LIME\nyellow|YELLOW\namber|AMBER\norange|ORANGE\ndeep-orange|DEEP ORANGE\nbrown|BROWN\ngrey|GREY\nblue-grey|BLUE GREY\nblack|BLACK', '0', '0', 'medium', '0', 'Select theme color for admin panel', 'required|trim|in_list[red,pink,purple,deep-purple,indigo,blue,light-blue,cyan,teal,green,light-green,lime,yellow,amber,orange,deep-orange,brown,grey,blue-grey,black]', 180, 'Admin Theme Color', 'teal', '2017-07-11 11:21:41', 1), (36, 'booking', 'default_prebook_time', 'input', NULL, '1', '0', 'small', '0', 'In hours or 0 for anytime', 'required|trim|numeric|greater_than_equal_to[0]', 190, 'Default Prebooking Time', '12', '2017-07-11 11:26:40', 1), (37, 'booking', 'default_precancel_time', 'input', NULL, '1', '0', 'small', '0', 'In hours or 0 for anytime', 'required|trim|numeric|greater_than_equal_to[0]', 200, 'Default Precancelation Time', '12', '2017-07-11 11:26:40', 1), (38, 'booking', 'default_starting_booking_id', 'input', NULL, '1', '0', 'small', '0', 'Numeric value from where the booking id should start', 'trim|required|is_natural_no_zero', 210, 'Default Starting Booking Id', '1004', '2017-07-12 10:52:20', 1), (39, 'booking', 'default_e_booking_email_template', 'email_templates', NULL, '0', '0', 'medium', '0', 'Select default event booking confirmation email template (please select the currect template)', 'trim|required', 220, 'Default E-Booking Email Template', '3', '2017-07-11 11:26:40', 1), (40, 'booking', 'default_b_booking_email_template', 'email_templates', NULL, '0', '0', 'medium', '0', 'Select default batch booking confirmation email template (please select the currect template)', 'trim|required', 230, 'Default B-Booking Email Template', '1', '2017-07-11 11:26:40', 1), (41, 'booking', 'default_signup_email_template', 'email_templates', NULL, '0', '0', 'medium', '0', 'Select default signup email template', 'trim|required', 240, 'Default Signup Email Template', '4', '2017-07-11 11:26:40', 1), (42, 'booking', 'default_tax_id', 'taxes', NULL, '0', '0', 'medium', '0', 'Select default tax', 'trim|required|is_natural_no_zero', 240, 'Default Tax', '2', '2017-07-11 11:26:40', 1), (43, 'email', 'sender_name', 'input', NULL, '0', '0', 'medium', '0', NULL, 'trim', 250, 'Sender Name', 'IBS', '2017-07-06 06:35:19', 1), (44, 'email', 'sender_email', 'email', NULL, '0', '0', 'medium', '0', NULL, 'trim|valid_email', 260, 'Sender Email', '<EMAIL>', '2017-07-06 14:03:13', 1), (45, 'email', 'email_type', 'dropdown', 'html|HTML\ntext|TEXT', '0', '0', 'medium', '0', NULL, 'trim', 270, 'Email Type', 'html', '2017-07-06 14:03:18', 1), (46, 'email', 'reply_to', 'dropdown', '0|DISABLE\n1|ENABLE', '0', '0', 'medium', '0', NULL, 'trim', 280, 'Reply To', '1', '2017-07-06 14:03:21', 1), (47, 'email', 'smtp_server', 'input', NULL, '0', '0', 'medium', '0', NULL, 'trim', 290, 'SMTP Server', '', '2017-07-06 14:03:24', 1), (48, 'email', 'smtp_username', 'input', NULL, '0', '0', 'medium', '0', NULL, 'trim', 300, 'SMTP Username', '', '2017-07-06 14:03:27', 1), (49, 'email', 'smtp_password', 'input', NULL, '0', '0', 'medium', '0', NULL, 'trim', 310, 'SMTP Password', '', '2017-07-06 14:03:30', 1), (50, 'email', 'smtp_port', 'input', NULL, '0', '0', 'medium', '0', NULL, 'trim', 320, 'SMTP Port', '', '2017-07-06 14:03:33', 1), (51, 'login', 'g_client_id', 'input', NULL, '0', '0', 'large', '0', 'The client ID obtained from the Developers Console', 'trim', 330, 'Google Client ID', '804059028467-05dkqia6g9roqn05dl6vu3eq413islme.apps.googleusercontent.com', '2017-07-06 14:03:45', 1), (52, 'login', 'g_client_secret', 'input', NULL, '0', '0', 'large', '0', 'The client secret obtained from the Developers Console', 'trim', 340, 'Google Client Secret', 'Ir6a4ueZcGV<KEY>', '2017-07-06 14:03:49', 1), (53, 'login', 'fb_app_id', 'input', NULL, '0', '0', 'large', '0', 'The App ID obtained from the Developers Console', 'trim', 350, 'Facebook App ID', '448330088882738', '2017-07-06 14:03:53', 1), (54, 'login', 'fb_app_secret', 'input', NULL, '0', '0', 'large', '0', 'The App Secret obtained from the Developers Console', 'trim', 360, 'Facebook App Secret', '9c90de49007e0e9576f15b7009db23ef', '2017-07-06 14:03:56', 1), (55, 'payment', 'pp_registered_email', 'email', NULL, '0', '0', 'large', '0', 'Enter Paypal registered business email id', 'trim', 370, 'Paypal Registered Email', '<EMAIL>', '2017-07-11 11:35:44', 1), (56, 'payment', 'pp_sandbox', 'dropdown', '0|No\r\n 1|Yes', '0', '0', 'large', '0', NULL, 'trim', 380, 'Paypal Sandbox Mode', '1', '2017-07-11 11:35:44', 1), (57, 'payment', 's_secret_key', 'input', NULL, '0', '0', 'large', '0', NULL, 'trim', 390, 'Stripe Secret Key', '<KEY>', '2017-07-11 11:35:44', 1), (58, 'payment', 's_publishable_key', 'input', NULL, '0', '0', 'large', '0', NULL, 'trim', 400, 'Stripe Publishable Key', '<KEY>', '2017-07-11 11:35:44', 1), (59, 'disqus', 'disqus_short_name', 'input', NULL, '0', '0', 'large', '0', 'Enter Disqus account short name obtained from your Disqus account', 'trim', 410, 'Disqus Short Name', 'deepak0101pro', '2017-07-06 14:04:14', 1), (60, 'regional', 'default_language', 'languages', NULL, '0', '0', 'large', '0', NULL, 'required|trim', 420, 'Default Language', 'english', '2017-07-06 14:04:18', 1), (61, 'regional', 'default_currency', 'currencies', NULL, '0', '0', 'large', '0', NULL, 'required|trim', 430, 'Default Currency', 'USD', '2017-07-06 14:04:22', 1), (62, 'regional', 'timezones', 'timezones', NULL, '0', '0', 'large', '0', NULL, 'required|trim', 440, 'Default Timezone', 'UP55', '2017-07-06 14:04:27', 1), (63, 'login', 'g_map_key', 'input', NULL, '0', '0', 'large', '0', 'The Google Map APi key obtained from the Developers Console', 'trim', 341, 'Google Map Key', '<KEY>', '2016-07-26 17:40:44', 1), (64, 'login', 'g_map_lat', 'input', NULL, '0', '0', 'large', '0', 'The Google Map Lattitude', 'trim', 342, 'Google Map Lat', '-35.2835', '2016-07-26 17:40:44', 1), (65, 'login', 'g_map_lng', 'input', NULL, '0', '0', 'large', '0', 'The Google Map Longitude', 'trim', 343, 'Google Map Lng', '149.128', '2016-07-26 17:40:44', 1), (66, 'ion_auth', 'i_admin_email', 'input', NULL, '0', '0', 'large', '0', 'Enter admin email', 'required|trim|min_length[3]|max_length[128]', 350, 'Admin Email', '<EMAIL>', '2017-07-08 14:19:50', 1), (67, 'ion_auth', 'i_default_group', 'input', NULL, '0', '0', 'large', '0', 'Enter default member group name', 'trim|required', 360, 'Default Member Group Name', 'customers', '2017-07-08 14:19:50', 1), (68, 'ion_auth', 'i_admin_group', 'input', NULL, '0', '0', 'large', '0', 'Enter admin group name', 'trim|required', 370, 'Admin Group Name', 'admin', '2017-07-08 14:19:50', 1), (69, 'ion_auth', 'i_min_password', 'input', NULL, '0', '0', 'large', '0', 'Minimum Required Length of Password', 'trim|is_natural_no_zero|required', 380, 'Min Password Length', '8', '2017-07-08 14:19:50', 1), (70, 'ion_auth', 'i_max_password', 'input', NULL, '0', '0', 'large', '0', 'Maximum Allowed Length of Password', 'trim|is_natural_no_zero|required', 390, 'Max Password Length', '32', '2017-07-08 14:19:50', 1), (71, 'ion_auth', 'i_email_activation', 'input', NULL, '0', '0', 'large', '0', 'Email Activation for registration (0: false, 1: TRUE)', 'trim|in_list[0,1]|required', 400, 'Email Activation', '1', '2017-07-08 14:19:50', 1), (72, 'ion_auth', 'i_user_expire', 'input', NULL, '0', '0', 'large', '0', 'How long to remember the user (seconds). Set to zero for no expiration', 'trim|greater_than_equal_to[0]', 410, 'Login Session Expiration (seconds)', '86500', '2017-07-08 14:19:50', 1), (73, 'ion_auth', 'i_max_login_attempts', 'input', NULL, '0', '0', 'large', '0', 'The maximum number of failed login attempts allowed.', 'trim|required|is_natural_no_zero', 420, 'Max Login Attempts', '5', '2017-07-08 14:19:50', 1), (74, 'ion_auth', 'i_lockout_time', 'input', NULL, '0', '0', 'large', '0', 'The number of seconds to lockout an account due to exceeded attempts.', 'trim|required|is_natural_no_zero', 430, 'Lockout Time (seconds)', '60', '2017-07-08 14:19:50', 1), (75, 'ion_auth', 'i_forgot_password_expiration', 'input', NULL, '0', '0', 'large', '0', 'The number of milliseconds after which a forgot password request will expire. If set to 0, forgot password requests will not expire.', 'trim|greater_than_equal_to[0]', 440, 'Forgot Password Expiration', '0', '2017-07-08 14:19:50', 1), (76, 'ion_auth', 'i_recheck_timer', 'input', NULL, '0', '0', 'large', '0', 'The number of seconds after which the session is checked again against database to see if the user still exists and is active.', 'trim|greater_than_equal_to[0]', 450, 'Session Recheck Timer', '0', '2017-07-08 14:19:50', 1); -- -------------------------------------------------------- -- -- Table structure for table `taxes` -- CREATE TABLE IF NOT EXISTS `taxes` ( `id` int(11) NOT NULL, `title` varchar(128) DEFAULT NULL, `rate_type` enum('percent','fixed') DEFAULT NULL, `rate` tinyint(4) DEFAULT NULL, `net_price` enum('including','excluding') DEFAULT NULL, `status` tinyint(1) DEFAULT NULL, `date_added` timestamp DEFAULT '0000-00-00 00:00:00', `date_updated` timestamp DEFAULT now() ON UPDATE now() ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; -- -- Dumping data for table `taxes` -- INSERT INTO `taxes` (`id`, `title`, `rate_type`, `rate`, `net_price`, `status`, `date_added`, `date_updated`) VALUES (1, 'standard tax', 'fixed', 123, 'excluding', 1, '2017-04-28 13:29:30', '2017-05-06 12:48:56'), (2, 'standard vat', 'percent', 15, 'including', 1, '2017-05-04 13:23:08', '2017-05-09 14:38:36'); -- -------------------------------------------------------- -- -- Table structure for table `testimonials` -- CREATE TABLE IF NOT EXISTS `testimonials` ( `id` int(11) NOT NULL, `t_name` varchar(128) DEFAULT NULL, `t_type` varchar(64) DEFAULT NULL, `t_feedback` varchar(256) DEFAULT NULL, `image` varchar(128) DEFAULT NULL, `date_added` timestamp DEFAULT '0000-00-00 00:00:00', `date_updated` timestamp DEFAULT now() ON UPDATE now(), `status` tinyint(1) DEFAULT NULL ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; -- -- Dumping data for table `testimonials` -- INSERT INTO `testimonials` (`id`, `t_name`, `t_type`, `t_feedback`, `image`, `date_added`, `date_updated`, `status`) VALUES (1, '<NAME>', 'Customer', 'Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit...', '1499846360602.jpg', '2017-07-12 07:59:20', '2017-07-12 07:59:20', 1), (2, 'Ruby Von Rails', 'Student', 'Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit...', '1499846425441.jpg', '2017-07-12 08:00:25', '2017-07-12 08:00:25', 1), (3, '<NAME>', 'Client', 'Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit...', '1499846484676.jpg', '2017-07-12 08:01:24', '2017-07-12 08:01:24', 1), (4, '<NAME>', 'Student', 'Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit...', '1499846534907.jpg', '2017-07-12 08:02:14', '2017-07-12 08:02:14', 1); -- -------------------------------------------------------- -- -- Table structure for table `transactions` -- CREATE TABLE IF NOT EXISTS `transactions` ( `id` int(11) NOT NULL, `payer_email` varchar(256) DEFAULT NULL, `payer_id` varchar(256) DEFAULT NULL, `payer_status` varchar(256) DEFAULT NULL, `payer_name` varchar(256) DEFAULT NULL, `payer_address` text, `txn_id` text, `currency` varchar(10) DEFAULT NULL, `total_amount` decimal(10,0) DEFAULT NULL, `protection_eligibility` varchar(20) DEFAULT NULL, `payment_status` varchar(20) DEFAULT NULL, `pending_reason` varchar(256) DEFAULT NULL, `payment_type` varchar(128) DEFAULT NULL, `item_name` varchar(256) DEFAULT NULL, `item_number` varchar(128) DEFAULT NULL, `quantity` int(11) DEFAULT NULL, `txn_type` varchar(128) DEFAULT NULL, `payment_date` varchar(128) DEFAULT NULL, `business` varchar(256) DEFAULT NULL, `notify_version` varchar(128) DEFAULT NULL, `verify_sign` text, `date_added` timestamp DEFAULT now() ON UPDATE now() ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; -- -- Dumping data for table `transactions` -- INSERT INTO `transactions` (`id`, `payer_email`, `payer_id`, `payer_status`, `payer_name`, `payer_address`, `txn_id`, `currency`, `total_amount`, `protection_eligibility`, `payment_status`, `pending_reason`, `payment_type`, `item_name`, `item_number`, `quantity`, `txn_type`, `payment_date`, `business`, `notify_version`, `verify_sign`, `date_added`) VALUES (1, '<EMAIL>', '97EG478G4KTMY', 'UNVERIFIED', 'deepak panwar', 'deepak panwar, 1 Main St, San Jose, CA, US, 95131, US', '7VE22735FR369764C', 'USD', '1100', 'INELIGIBLE', 'Pending', NULL, 'instant', 'morning batch', '1499844179257', 1, 'web_accept', '2017-07-12T07:23:57Z', '<EMAIL>', 'UNVERSIONED', 'An5ns1Kso7MWUdW4ErQKJJJ4qi4-A2dXYk1fKmp76S4rBTgj1ZRRB.KJ', '2017-07-12 07:24:02'), (2, '<EMAIL>', 'ch_1AefIYIgOSnVKjRnAceK6r7V', '1', NULL, ', , , , , , US', 'txn_1AefIZIgOSnVKjRnPIQLQMeR', 'usd', '100', NULL, 'succeeded', NULL, 'card Visa unknown', NULL, '1499844569879', 1, 'charge', '2017-07-12 13:00:14', 'stripe', NULL, '5Dc1xXnY03csCvr9', '2017-07-12 07:30:14'), (3, '<EMAIL>', 'ch_1AeiS9IgOSnVKjRnaAeEjrC3', '1', NULL, ', , , , , , US', 'txn_1AeiS9IgOSnVKjRnMQLzUgja', 'usd', '1100', NULL, 'succeeded', NULL, 'card Visa unknown', 'morning batch', '1499856596623', 1, 'charge', '2017-07-12 16:22:20', 'stripe', NULL, '5Dc1xXnY03csCvr9', '2017-07-12 10:52:20'); -- -------------------------------------------------------- -- -- Table structure for table `users` -- CREATE TABLE IF NOT EXISTS `users` ( `id` int(10) unsigned NOT NULL, `username` varchar(128) DEFAULT NULL, `password` varchar(128) DEFAULT NULL, `salt` varchar(128) DEFAULT NULL, `first_name` varchar(128) DEFAULT NULL, `last_name` varchar(128) DEFAULT NULL, `gender` enum('male','female','other') DEFAULT NULL, `dob` date NOT NULL DEFAULT '1994-09-20', `profession` varchar(256) DEFAULT NULL, `experience` tinyint(4) DEFAULT NULL COMMENT 'in years', `about` varchar(256) DEFAULT NULL, `email` varchar(256) DEFAULT NULL, `mobile` varchar(20) DEFAULT NULL, `address` varchar(256) DEFAULT NULL, `role` tinyint(4) NOT NULL DEFAULT '3' COMMENT '1:admin;2:tutors;3:customers', `image` varchar(256) DEFAULT NULL, `language` varchar(64) DEFAULT NULL, `fb_uid` varchar(256) DEFAULT NULL, `fb_token` mediumtext, `g_uid` varchar(256) DEFAULT NULL, `g_token` text, `ip_address` varchar(45) DEFAULT NULL, `activation_code` varchar(40) DEFAULT NULL, `forgotten_password_code` varchar(40) DEFAULT NULL, `forgotten_password_time` int(11) DEFAULT NULL, `remember_code` varchar(40) DEFAULT NULL, `created_on` int(11) DEFAULT NULL, `last_login` int(11) DEFAULT NULL, `active` tinyint(4) DEFAULT NULL, `company` varchar(100) DEFAULT NULL, `phone` varchar(20) DEFAULT NULL, `date_added` timestamp DEFAULT '0000-00-00 00:00:00', `date_updated` timestamp DEFAULT now() ON UPDATE now() ) ENGINE=InnoDB AUTO_INCREMENT=46 DEFAULT CHARSET=utf8; -- -- Dumping data for table `users` -- INSERT INTO `users` (`id`, `username`, `password`, `salt`, `first_name`, `last_name`, `gender`, `dob`, `profession`, `experience`, `about`, `email`, `mobile`, `address`, `role`, `image`, `language`, `fb_uid`, `fb_token`, `g_uid`, `g_token`, `ip_address`, `activation_code`, `forgotten_password_code`, `forgotten_password_time`, `remember_code`, `created_on`, `last_login`, `active`, `company`, `phone`, `date_added`, `date_updated`) VALUES (1, 'admin', <PASSWORD>', '<PASSWORD>', 'super', 'admin', 'male', '1994-09-20', 'administrator', 5, 'Lorem ipsum dolor sit amet, consectetur adipisicing elit. Repellendus, quaerat beatae nulla debitis vitae temporibus enim sed. Optio, reprehenderit, ex.Repellendus, quaerat beatae nulla debitis vitae', '<EMAIL>', '948399303', 'anonymous street', 1, '1499754204581.png', 'english', 'google', '', '', NULL, '127.0.0.1', NULL, NULL, NULL, NULL, 1268889823, 1500101463, 1, 'IBS', NULL, '2012-12-31 18:30:00', '2017-07-15 06:51:03'), (38, 'john.doe', '$2y$08$0b0FPbmDZ65fNty7AFwpkeK2YPfmuiHmA8p24DEHjXKeKXKJ1jJ6y', '/baAykEvbbpbYiibNxVWH.', 'john', 'doe', 'male', '1990-05-16', 'fitness trainer', 5, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua', '<EMAIL>', '9876543210', 'it is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.', 2, '1499781701502.jpg', 'english', NULL, NULL, NULL, NULL, '::1', '8a08b4e7078a36040ecf00adbd7892426266fc23', NULL, NULL, NULL, 1499781701, NULL, 1, NULL, NULL, '2017-07-11 14:01:41', '2017-07-11 14:08:48'), (39, 'jane.smith', '$2y$08$bvxVyeju7rXEgpmTe2jWuebAYzydz6O0GmRS9sNAeFsq6oTWOb7q6', '4tjbU2cI/VxIIawzJ1JO7e', 'jane', 'smith', 'male', '1984-07-10', 'fitness trainer', 4, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua', '<EMAIL>', '9876543210', 'lorem lipsum sit annum else where', 2, '1499829871379.jpg', 'english', NULL, NULL, NULL, NULL, '::1', '6b1858f1993e5a45f455eaa35097222f2a8638e8', NULL, NULL, NULL, 1499781797, NULL, 1, NULL, NULL, '2017-07-11 14:03:17', '2017-07-12 03:24:31'), (40, 'simon.campos', '$2y$08$FziAViMq4XK.HbNlqmKF8OBe8fgjsVvETfTZYraTj0UPbqXcxGNZy', 'IBJigU58.TDmWWuBzxyDlO', 'simon', 'campos', 'male', '1989-07-21', 'yoga trainer', 7, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua', '<EMAIL>', '9876543210', 'lorem ipsum dolor sit amet, consectetur adipiscing elit.', 2, '149978238952.jpg', 'english', NULL, NULL, NULL, NULL, '::1', '45b58cae44d10d43d62d21ecd53e055c96957e76', NULL, NULL, NULL, 1499782389, NULL, 1, NULL, NULL, '2017-07-11 14:13:09', '2017-07-11 14:13:29'), (41, 'jeanette.sullivan', '$2y$08$bgj8jbrwu66Lc4QlBZ1H1.Ts3OP6mjUpAEL6yIE3IMWoPyBrUhKEW', '4o5oO3UB9GdcRID7gDMLO.', 'jeanette', 'sullivan', 'female', '1989-11-21', 'yoga trainer', 6, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua', '<EMAIL>', '9876543210', 'lorem ipsum dolor sit amet, consectetur adipiscing elit.', 2, '1499782530895.jpg', 'english', NULL, NULL, NULL, NULL, '::1', '1773b914c3837e08d5169c310d0a9f90078d5a84', NULL, NULL, NULL, 1499782530, NULL, 1, NULL, NULL, '2017-07-11 14:15:30', '2017-07-11 14:16:05'), (42, 'meaghan.park', '$2y$08$yNLHTjv7GjzA7ZFxVpwoROoP6JT.SwkSNKCldA7HRvj/2nyPfkJoy', 'QEqn3WrtvKb40WBjSdC4uO', 'meaghan', 'park', 'female', '1990-07-11', 'dance teacher', 5, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua', '<EMAIL>', '9877654320', 'lorem ipsum dolor sit amet, consectetur adipiscing elit.', 2, '1499782666894.jpg', 'english', NULL, NULL, NULL, NULL, '::1', 'fd32653d988b74a081a700304c3f12be99213cfa', NULL, NULL, NULL, 1499782666, NULL, 1, NULL, NULL, '2017-07-11 14:17:46', '2017-07-11 14:19:33'), (43, 'kendall.zimmerman', '$2y$08$XIlj6v60mivgIQgg6PpM/eg.LrNJBnKA5zv4Yu0Ppe.qLL4yE88cq', 'a5pDqZVn/YhwG20Gpxu74.', 'kendall', 'zimmerman', 'male', '1985-08-21', 'music teacher', 8, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua', '<EMAIL>', '9876543210', 'lorem ipsum dolor sit amet, consectetur adipiscing elit.', 2, '1499782755203.jpg', 'english', NULL, NULL, NULL, NULL, '::1', '9ac4cfe29a23ad5e410fb3906f234675605c1e2e', NULL, NULL, NULL, 1499782755, NULL, 1, NULL, NULL, '2017-07-11 14:19:15', '2017-07-11 14:19:43'), (44, 'brendan.chavez', '$2y$08$HNXlPYtQB47U6ML2mATskO0YUCqUoyPawM6Bwj3VDV9YBZVwMwjdS', 'NMrh1GLuTWjgjAkYC51cte', 'brendan', 'chavez', 'female', '1990-07-18', 'event manager', 7, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua', '<EMAIL>', '9876543210', 'lorem ipsum dolor sit amet, consectetur adipiscing elit.', 2, '1499783564646.jpg', 'english', NULL, NULL, NULL, NULL, '::1', '372607e6845456b1cb9738156529c740e63d956a', NULL, NULL, NULL, 1499783565, NULL, 1, NULL, NULL, '2017-07-11 14:32:45', '2017-07-11 14:33:04'), (45, 'deepak.destinyahead', '$2y$08$Qhe..vUkCGqxnYcE.03tr.HVw7sPMtr2yoYpCyCWQKy3Oy92uJFLu', NULL, 'Deepak', 'Panwar', 'male', '1994-09-20', NULL, NULL, NULL, '<EMAIL>', '9876554320', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.', 3, '1499843602542.jpg', 'english', '1968757146688799', 'EAAGXwPuwojIBAEWgkmHY7KoLHhDCrg0pv3elHEwgXp4ulAuPanDK3q86fT4R3oTaymfPjxSaJDD3jCvK0dcXD7SfW2hi6dV8spy5zmRcZBmc5yQpxp7Yecu8cinDxptibznSxvDZBL1hXA0O6RlZANvTXswicoqgKyvTZBZBZCKzkAO1QE842QappG9mfplaAZD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2017-07-12 07:08:49', '2017-07-13 02:45:37'); -- -------------------------------------------------------- -- -- Table structure for table `users_groups` -- CREATE TABLE IF NOT EXISTS `users_groups` ( `id` int(11) unsigned NOT NULL, `user_id` int(11) unsigned NOT NULL, `group_id` mediumint(8) unsigned NOT NULL ) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8; -- -- Dumping data for table `users_groups` -- INSERT INTO `users_groups` (`id`, `user_id`, `group_id`) VALUES (3, 1, 1), (6, 38, 2), (19, 39, 2), (9, 40, 2), (11, 41, 2), (14, 42, 2), (15, 43, 2), (17, 44, 2), (20, 45, 3); -- -------------------------------------------------------- -- -- Table structure for table `visitors` -- CREATE TABLE IF NOT EXISTS `visitors` ( `id` bigint(20) NOT NULL, `user_ip` varchar(256) DEFAULT NULL, `total_visits` int(11) DEFAULT NULL, `date_added` timestamp DEFAULT '0000-00-00 00:00:00', `date_updated` timestamp DEFAULT now() ON UPDATE now() ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; -- -- Dumping data for table `visitors` -- INSERT INTO `visitors` (`id`, `user_ip`, `total_visits`, `date_added`, `date_updated`) VALUES (1, '::1', 318, '2017-07-11 06:13:43', '2017-07-15 06:51:04'), (2, '127.0.0.1', 2, '2017-07-12 07:27:16', '2017-07-12 07:27:17'); -- -- Indexes for dumped tables -- -- -- Indexes for table `batches` -- ALTER TABLE `batches` ADD PRIMARY KEY (`id`); -- -- Indexes for table `batches_tutors` -- ALTER TABLE `batches_tutors` ADD UNIQUE KEY `users_id` (`users_id`,`batches_id`); -- -- Indexes for table `blogs` -- ALTER TABLE `blogs` ADD PRIMARY KEY (`id`); -- -- Indexes for table `b_bookings` -- ALTER TABLE `b_bookings` ADD PRIMARY KEY (`id`); -- -- Indexes for table `b_bookings_members` -- ALTER TABLE `b_bookings_members` ADD PRIMARY KEY (`id`); -- -- Indexes for table `b_bookings_payments` -- ALTER TABLE `b_bookings_payments` ADD PRIMARY KEY (`id`); -- -- Indexes for table `captcha` -- ALTER TABLE `captcha` ADD PRIMARY KEY (`captcha_id`), ADD KEY `word` (`word`); -- -- Indexes for table `controllers` -- ALTER TABLE `controllers` ADD PRIMARY KEY (`id`); -- -- Indexes for table `courses` -- ALTER TABLE `courses` ADD PRIMARY KEY (`id`); -- -- Indexes for table `course_categories` -- ALTER TABLE `course_categories` ADD PRIMARY KEY (`id`); -- -- Indexes for table `currencies` -- ALTER TABLE `currencies` ADD PRIMARY KEY (`iso_code`); -- -- Indexes for table `custom_fields` -- ALTER TABLE `custom_fields` ADD PRIMARY KEY (`id`); -- -- Indexes for table `emails` -- ALTER TABLE `emails` ADD PRIMARY KEY (`id`), ADD KEY `name` (`name`), ADD KEY `title` (`title`), ADD KEY `created` (`created`), ADD KEY `read` (`read`), ADD KEY `read_by` (`read_by`), ADD KEY `email` (`email`(78)); -- -- Indexes for table `email_templates` -- ALTER TABLE `email_templates` ADD PRIMARY KEY (`id`); -- -- Indexes for table `events` -- ALTER TABLE `events` ADD PRIMARY KEY (`id`); -- -- Indexes for table `events_tutors` -- ALTER TABLE `events_tutors` ADD UNIQUE KEY `users_id` (`users_id`,`events_id`); -- -- Indexes for table `event_types` -- ALTER TABLE `event_types` ADD PRIMARY KEY (`id`); -- -- Indexes for table `e_bookings` -- ALTER TABLE `e_bookings` ADD PRIMARY KEY (`id`); -- -- Indexes for table `e_bookings_members` -- ALTER TABLE `e_bookings_members` ADD PRIMARY KEY (`id`); -- -- Indexes for table `e_bookings_payments` -- ALTER TABLE `e_bookings_payments` ADD PRIMARY KEY (`id`); -- -- Indexes for table `faqs` -- ALTER TABLE `faqs` ADD PRIMARY KEY (`id`); -- -- Indexes for table `gallaries` -- ALTER TABLE `gallaries` ADD PRIMARY KEY (`id`); -- -- Indexes for table `groups` -- ALTER TABLE `groups` ADD PRIMARY KEY (`id`); -- -- Indexes for table `languages` -- ALTER TABLE `languages` ADD PRIMARY KEY (`id`); -- -- Indexes for table `login_attempts` -- ALTER TABLE `login_attempts` ADD PRIMARY KEY (`id`); -- -- Indexes for table `menus` -- ALTER TABLE `menus` ADD PRIMARY KEY (`id`); -- -- Indexes for table `notifications` -- ALTER TABLE `notifications` ADD PRIMARY KEY (`id`); -- -- Indexes for table `pages` -- ALTER TABLE `pages` ADD PRIMARY KEY (`id`); -- -- Indexes for table `permissions` -- ALTER TABLE `permissions` ADD UNIQUE KEY `controllers_id` (`controllers_id`,`groups_id`); -- -- Indexes for table `settings` -- ALTER TABLE `settings` ADD PRIMARY KEY (`id`); -- -- Indexes for table `taxes` -- ALTER TABLE `taxes` ADD PRIMARY KEY (`id`); -- -- Indexes for table `testimonials` -- ALTER TABLE `testimonials` 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`), ADD UNIQUE KEY `username` (`username`); -- -- Indexes for table `users_groups` -- ALTER TABLE `users_groups` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `uc_users_groups` (`user_id`,`group_id`), ADD UNIQUE KEY `user_id` (`user_id`,`group_id`), ADD KEY `fk_users_groups_users1_idx` (`user_id`), ADD KEY `fk_users_groups_groups1_idx` (`group_id`); -- -- Indexes for table `visitors` -- ALTER TABLE `visitors` ADD PRIMARY KEY (`id`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `batches` -- ALTER TABLE `batches` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=10; -- -- AUTO_INCREMENT for table `blogs` -- ALTER TABLE `blogs` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `b_bookings` -- ALTER TABLE `b_bookings` MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=1004; -- -- AUTO_INCREMENT for table `b_bookings_members` -- ALTER TABLE `b_bookings_members` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=5; -- -- AUTO_INCREMENT for table `b_bookings_payments` -- ALTER TABLE `b_bookings_payments` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `captcha` -- ALTER TABLE `captcha` MODIFY `captcha_id` bigint(13) unsigned NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `controllers` -- ALTER TABLE `controllers` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=20; -- -- AUTO_INCREMENT for table `courses` -- ALTER TABLE `courses` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=9; -- -- AUTO_INCREMENT for table `course_categories` -- ALTER TABLE `course_categories` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=15; -- -- AUTO_INCREMENT for table `custom_fields` -- ALTER TABLE `custom_fields` MODIFY `id` int(10) unsigned NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `emails` -- ALTER TABLE `emails` MODIFY `id` int(10) unsigned NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `email_templates` -- ALTER TABLE `email_templates` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=5; -- -- AUTO_INCREMENT for table `events` -- ALTER TABLE `events` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=9; -- -- AUTO_INCREMENT for table `event_types` -- ALTER TABLE `event_types` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=7; -- -- AUTO_INCREMENT for table `e_bookings` -- ALTER TABLE `e_bookings` MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=1003; -- -- AUTO_INCREMENT for table `e_bookings_members` -- ALTER TABLE `e_bookings_members` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `e_bookings_payments` -- ALTER TABLE `e_bookings_payments` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `faqs` -- ALTER TABLE `faqs` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=5; -- -- AUTO_INCREMENT for table `gallaries` -- ALTER TABLE `gallaries` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=10; -- -- AUTO_INCREMENT for table `groups` -- ALTER TABLE `groups` MODIFY `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `languages` -- ALTER TABLE `languages` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `login_attempts` -- ALTER TABLE `login_attempts` MODIFY `id` int(11) unsigned NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `menus` -- ALTER TABLE `menus` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `notifications` -- ALTER TABLE `notifications` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=30; -- -- AUTO_INCREMENT for table `pages` -- ALTER TABLE `pages` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `settings` -- ALTER TABLE `settings` MODIFY `id` int(10) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=77; -- -- AUTO_INCREMENT for table `taxes` -- ALTER TABLE `taxes` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `testimonials` -- ALTER TABLE `testimonials` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=5; -- -- AUTO_INCREMENT for table `transactions` -- ALTER TABLE `transactions` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `users` -- ALTER TABLE `users` MODIFY `id` int(10) unsigned NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=46; -- -- AUTO_INCREMENT for table `users_groups` -- ALTER TABLE `users_groups` MODIFY `id` int(11) unsigned NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=21; -- -- AUTO_INCREMENT for table `visitors` -- ALTER TABLE `visitors` MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=3; -- -- Constraints for dumped tables -- -- -- Constraints for table `users_groups` -- ALTER TABLE `users_groups` ADD CONSTRAINT `fk_users_groups_groups1` FOREIGN KEY (`group_id`) REFERENCES `groups` (`id`) ON DELETE CASCADE ON UPDATE NO ACTION, ADD CONSTRAINT `fk_users_groups_users1` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE NO ACTION; /*!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  CREATE PROCEDURE [dbo].[DeletePerson] @PersonID int AS DELETE FROM Person WHERE PersonID = @PersonID;
<filename>tblRoleTypes.sql INSERT INTO `tblRoleTypes`(`strRoleType`) VALUES( "Protagonist"), ("Antagonist"), ("Ingenue"), ("Juvenile"), ("Supporting roles"), ("Principals"), ("Foil"), ("Straight part"), ("Heavy"), ("Typecasting"), ("Casting by type"), ("Ensemble"), ("Cameo"), ("Walk-on"), ("Bit part"), ("Internalizing"), ("Externalizing"), ("Concentrating"), ("Observing"), ("Playing the condition"), ("Playing the objectives"), ("Sharing a scene"), ("Giving a scene"), ("Turning a scene");
<gh_stars>0 /* SQLyog Ultimate v12.14 (64 bit) MySQL - 10.4.17-MariaDB : Database - teste_care ********************************************************************* */ /*!40101 SET NAMES utf8 */; /*!40101 SET SQL_MODE=''*/; /*!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 */; CREATE DATABASE /*!32312 IF NOT EXISTS*/`teste_care` /*!40100 DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci */; USE `teste_care`; /*Table structure for table `aux_tipo_usuario` */ DROP TABLE IF EXISTS `aux_tipo_usuario`; CREATE TABLE `aux_tipo_usuario` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `descricao` varchar(100) COLLATE utf8_unicode_ci NOT NULL, `deleted_at` timestamp NULL DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `super_admin` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `aux_tipo_usuario` */ insert into `aux_tipo_usuario`(`id`,`descricao`,`deleted_at`,`created_at`,`updated_at`,`super_admin`) values (1,'Desenvolvedor',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','S'), (2,'Suporte',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N'); /*Table structure for table `migrations` */ DROP TABLE IF EXISTS `migrations`; CREATE TABLE `migrations` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `migration` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `batch` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `migrations` */ insert into `migrations`(`id`,`migration`,`batch`) values (1,'2018_01_31_130214_cria_tabela_tipo_rota',1), (2,'2018_01_31_130215_cria_tabela_rota',1), (3,'2018_01_31_130216_create_aux_tipo_usuario_table',1), (4,'2018_01_31_130217_create_sis_usuario_table',1), (5,'2018_01_31_130218_create_rl_rota_tipo_usuario_table',1), (6,'2021_03_09_190203_create_table_xml_upload',1), (7,'2021_03_09_190355_create_table_xml',2), (8,'2021_03_09_192858_create_table_pessoas',2), (9,'2021_03_09_193905_create_table_nota_pessoas',2), (10,'2021_03_09_194308_create_table_produtos',2), (11,'2021_03_09_194818_create_table_nota_produtos',2), (12,'2021_03_09_225442_remove_column_xml_uplod',2), (13,'2021_03_09_232243_add_column_complemento_pessoas',2), (14,'2021_03_09_234607_add_column_deleted_at_produtos',2), (15,'2021_03_10_013900_remove-coluns-nota-produtos',2); /*Table structure for table `nota_pessoas` */ DROP TABLE IF EXISTS `nota_pessoas`; CREATE TABLE `nota_pessoas` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `id_nota` int(10) unsigned NOT NULL, `id_pessoa` int(10) unsigned NOT NULL, `tipo` enum('E','C') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'E', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `nota_pessoas_id_nota_foreign` (`id_nota`), KEY `nota_pessoas_id_pessoa_foreign` (`id_pessoa`), CONSTRAINT `nota_pessoas_id_nota_foreign` FOREIGN KEY (`id_nota`) REFERENCES `xml_upload` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `nota_pessoas_id_pessoa_foreign` FOREIGN KEY (`id_pessoa`) REFERENCES `pessoas` (`id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `nota_pessoas` */ insert into `nota_pessoas`(`id`,`id_nota`,`id_pessoa`,`tipo`,`created_at`,`updated_at`) values (1,1,1,'E','2021-03-10 14:20:22','2021-03-10 14:20:22'), (2,1,2,'C','2021-03-10 14:20:22','2021-03-10 14:20:22'), (3,2,1,'E','2021-03-10 14:36:17','2021-03-10 14:36:17'), (4,2,2,'C','2021-03-10 14:36:17','2021-03-10 14:36:17'); /*Table structure for table `nota_produtos` */ DROP TABLE IF EXISTS `nota_produtos`; CREATE TABLE `nota_produtos` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `id_nota` int(10) unsigned NOT NULL, `id_produto` int(10) unsigned NOT NULL, `valor` decimal(8,2) NOT NULL, `quantidade` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `nota_produtos_id_nota_foreign` (`id_nota`), KEY `nota_produtos_id_produto_foreign` (`id_produto`), CONSTRAINT `nota_produtos_id_nota_foreign` FOREIGN KEY (`id_nota`) REFERENCES `xml_upload` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `nota_produtos_id_produto_foreign` FOREIGN KEY (`id_produto`) REFERENCES `produtos` (`id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `nota_produtos` */ insert into `nota_produtos`(`id`,`id_nota`,`id_produto`,`valor`,`quantidade`,`created_at`,`updated_at`) values (1,1,1,'840.00',1,'2021-03-10 14:20:22','2021-03-10 14:20:22'), (2,2,1,'840.00',1,'2021-03-10 14:36:17','2021-03-10 14:36:17'); /*Table structure for table `pessoas` */ DROP TABLE IF EXISTS `pessoas`; CREATE TABLE `pessoas` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `nome` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `nome_fantasia` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `cpf_cnpj` varchar(50) COLLATE utf8_unicode_ci NOT NULL, `logradouro` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `numero` varchar(10) COLLATE utf8_unicode_ci NOT NULL, `bairro` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `cod_municipio` int(11) NOT NULL, `municipio` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `uf` varchar(10) COLLATE utf8_unicode_ci NOT NULL, `cep` varchar(20) COLLATE utf8_unicode_ci NOT NULL, `codigo_pais` int(11) NOT NULL, `inscricao_estadual` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `inscricao_municipal` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `crt` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `email` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL, `complemento` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `pessoas_cpf_cnpj_unique` (`cpf_cnpj`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `pessoas` */ insert into `pessoas`(`id`,`nome`,`nome_fantasia`,`cpf_cnpj`,`logradouro`,`numero`,`bairro`,`cod_municipio`,`municipio`,`uf`,`cep`,`codigo_pais`,`inscricao_estadual`,`inscricao_municipal`,`crt`,`email`,`created_at`,`updated_at`,`deleted_at`,`complemento`) values (1,'B2X CARE SERVICOS TECNOLOGICOS LTDA.','B2X - Filial Moema','09066241000884','<NAME>','398','INDIANOPOLIS',3550308,'SAO PAULO','SP','04089000',1058,'128904030117','65964870','3',NULL,'2021-03-10 14:20:22','2021-03-10 14:20:22',NULL,NULL), (2,'<NAME>',NULL,'44269295805','<NAME>','068','<NAME>',3549904,'Sao Jose dos Campos','SP','12246024',1058,NULL,NULL,NULL,'<EMAIL>','2021-03-10 14:20:22','2021-03-10 14:20:22',NULL,'Apto 96'); /*Table structure for table `produtos` */ DROP TABLE IF EXISTS `produtos`; CREATE TABLE `produtos` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `codigo_produto` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `descricao` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `produtos` */ insert into `produtos`(`id`,`codigo_produto`,`descricao`,`created_at`,`updated_at`,`deleted_at`) values (1,'SM-G935FZBLZTO','APARELHO SAMSUNG SM-G935FZBLZTO','2021-03-10 14:20:22','2021-03-10 14:20:22',NULL); /*Table structure for table `rl_rota_tipo_usuario` */ DROP TABLE IF EXISTS `rl_rota_tipo_usuario`; CREATE TABLE `rl_rota_tipo_usuario` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `id_tipo_usuario` int(10) unsigned NOT NULL, `id_rota` int(10) unsigned NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `rl_rota_tipo_usuario_id_tipo_usuario_foreign` (`id_tipo_usuario`), KEY `rl_rota_tipo_usuario_id_rota_foreign` (`id_rota`), CONSTRAINT `rl_rota_tipo_usuario_id_rota_foreign` FOREIGN KEY (`id_rota`) REFERENCES `rota` (`id`), CONSTRAINT `rl_rota_tipo_usuario_id_tipo_usuario_foreign` FOREIGN KEY (`id_tipo_usuario`) REFERENCES `aux_tipo_usuario` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `rl_rota_tipo_usuario` */ /*Table structure for table `rota` */ DROP TABLE IF EXISTS `rota`; CREATE TABLE `rota` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `id_tipo_rota` int(10) unsigned NOT NULL, `descricao` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `slug` varchar(120) COLLATE utf8_unicode_ci NOT NULL, `deleted_at` timestamp NULL DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `acesso_liberado` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL, `desenv` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`), KEY `rota_id_tipo_rota_foreign` (`id_tipo_rota`), CONSTRAINT `rota_id_tipo_rota_foreign` FOREIGN KEY (`id_tipo_rota`) REFERENCES `tipo_rota` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=69 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `rota` */ insert into `rota`(`id`,`id_tipo_rota`,`descricao`,`slug`,`deleted_at`,`created_at`,`updated_at`,`acesso_liberado`,`desenv`) values (1,1,'Visualizar dashboard','home',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','S','N'), (2,7,'Usuarios - Visualizar os registros','sis_usuario.index',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (3,7,'Usuarios - Adicionar um registro','sis_usuario.create',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (4,7,'Usuarios - Alterar um registro','sis_usuario.edit',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (5,7,'Usuarios - Excluir um registro','sis_usuario.destroy',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (6,7,'Usuarios - Filtrar um registro','sis_usuario.fill',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (7,7,'Usuarios - Filtrar um registro pelo id','sis_usuario.getedit',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (8,2,'Tipo de Usuarios - Visualizar os registros','aux_tipo_usuario.index',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (9,2,'Tipo de Usuarios - Adicionar um registro','aux_tipo_usuario.create',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (10,2,'Tipo de Usuarios - Alterar um registro','aux_tipo_usuario.edit',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (11,2,'Tipo de Usuarios - Excluir um registro','aux_tipo_usuario.destroy',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (12,2,'Tipo de Usuarios - Filtrar um registro','aux_tipo_usuario.fill',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (13,2,'Tipo de Usuarios - Filtrar um registro pelo id','aux_tipo_usuario.getedit',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (14,4,'Rotas - Visualizar os registros','rota.index',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (15,4,'Rotas - Adicionar um registro','rota.create',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (16,4,'Rotas - Alterar um registro','rota.edit',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (17,4,'Rotas - Excluir um registro','rota.destroy',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (18,4,'Rotas - Filtrar um registro','rota.fill',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (19,4,'Rotas - Filtrar um registro pelo id','rota.getedit',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (20,2,'Tipo de Rota - Visualizar os registros','tipo_rota.index',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (21,2,'Tipo de Rota - Adicionar um registro','tipo_rota.create',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (22,2,'Tipo de Rota - Alterar um registro','tipo_rota.edit',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (23,2,'Tipo de Rota - Excluir um registro','tipo_rota.destroy',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (24,2,'Tipo de Rota - Filtrar um registro','tipo_rota.fill',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (25,2,'Tipo de Rota - Filtrar um registro pelo id','tipo_rota.getedit',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (26,5,'Alterar imagem pelo usuario','usuario.alterar_imagem',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','S','N'), (27,5,'Deletar imagem pelo usuario','usuario.delete_img',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','S','N'), (28,5,'Alterar senha pelo usuario','usuario.alterar_senha',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','S','N'), (29,5,'Alterar cadastro pelo usuario','usuario.alterar_cadastro',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','S','N'), (30,5,'Cadastro do usuario','usuario.cadastro',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','S','N'), (31,6,'Visualizar os registros','tipo_usuario.index',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','S'), (32,6,'Adicionar um registro','tipo_usuario.adicionar',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','S'), (33,6,'Alterar um registro','tipo_usuario.alterar',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','S'), (34,6,'Excluir um registro','tipo_usuario.excluir',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','S'), (35,4,'Gerenciar','tipo_usuario.gerenciar_permissoes',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (36,4,'Carregar permissões de um tipo de usuário','tipo_usuario.carregar_permissoes',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','S','N'), (37,3,'Upload XML - Visualizar os registros','xml_upload.index',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (38,3,'Upload XML - Detalhes do XML','xml_upload.detalhes',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (39,3,'Upload XML - Adicionar um registro','xml_upload.create',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (40,3,'Upload XML - Gerar PDF Nota','xml_upload.print_nota',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (41,3,'Upload XML - Alterar um registro','xml_upload.edit',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (42,3,'Upload XML - Excluir um registro','xml_upload.destroy',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (43,3,'Upload XML - Filtrar um registro','xml_upload.fill',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (44,3,'Upload XML - Filtrar um registro pelo id','xml_upload.getedit',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (45,3,'Pessoas - Visualizar os registros','pessoas.index',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (46,3,'Pessoas - Adicionar um registro','pessoas.create',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (47,3,'Pessoas - Alterar um registro','pessoas.edit',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (48,3,'Pessoas - Excluir um registro','pessoas.destroy',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (49,3,'Pessoas - Filtrar um registro','pessoas.fill',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (50,3,'Pessoas - Filtrar um registro pelo id','pessoas.getedit',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (51,3,'Nota Pessoas - Visualizar os registros','nota_pessoas.index',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (52,3,'Nota Pessoas - Adicionar um registro','nota_pessoas.create',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (53,3,'Nota Pessoas - Alterar um registro','nota_pessoas.edit',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (54,3,'Nota Pessoas - Excluir um registro','nota_pessoas.destroy',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (55,3,'Nota Pessoas - Filtrar um registro','nota_pessoas.fill',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (56,3,'Nota Pessoas - Filtrar um registro pelo id','nota_pessoas.getedit',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (57,3,'Produtos - Visualizar os registros','produtos.index',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (58,3,'Produtos - Adicionar um registro','produtos.create',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (59,3,'Produtos - Alterar um registro','produtos.edit',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (60,3,'Produtos - Excluir um registro','produtos.destroy',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (61,3,'Produtos - Filtrar um registro','produtos.fill',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (62,3,'Produtos - Filtrar um registro pelo id','produtos.getedit',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (63,3,'Nota Produtos - Visualizar os registros','nota_produtos.index',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (64,3,'Nota Produtos - Adicionar um registro','nota_produtos.create',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (65,3,'Nota Produtos - Alterar um registro','nota_produtos.edit',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (66,3,'Nota Produtos - Excluir um registro','nota_produtos.destroy',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (67,3,'Nota Produtos - Filtrar um registro','nota_produtos.fill',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'), (68,3,'Nota Produtos - Filtrar um registro pelo id','nota_produtos.getedit',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40','N','N'); /*Table structure for table `sis_usuario` */ DROP TABLE IF EXISTS `sis_usuario`; CREATE TABLE `sis_usuario` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `nome` varchar(200) COLLATE utf8_unicode_ci NOT NULL, `senha` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `remember_token` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `email` varchar(100) COLLATE utf8_unicode_ci NOT NULL, `email_verified_at` timestamp NULL DEFAULT NULL, `telefone` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL, `photo` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `id_tipo_usuario` int(10) unsigned NOT NULL, `deleted_at` timestamp NULL DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `sis_usuario_email_unique` (`email`), KEY `sis_usuario_id_tipo_usuario_foreign` (`id_tipo_usuario`), CONSTRAINT `sis_usuario_id_tipo_usuario_foreign` FOREIGN KEY (`id_tipo_usuario`) REFERENCES `aux_tipo_usuario` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `sis_usuario` */ insert into `sis_usuario`(`id`,`nome`,`senha`,`remember_token`,`email`,`email_verified_at`,`telefone`,`photo`,`id_tipo_usuario`,`deleted_at`,`created_at`,`updated_at`) values (1,'Administrador','$2y$10$PITgNFbS0s6fMozNZ47Rv.YJyWYrWBaj4JBRiSFFnaoipwWN4Qb22',NULL,'<EMAIL>',NULL,'67999999999',NULL,1,NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40'); /*Table structure for table `tipo_rota` */ DROP TABLE IF EXISTS `tipo_rota`; CREATE TABLE `tipo_rota` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `descricao` varchar(100) COLLATE utf8_unicode_ci NOT NULL, `icone` varchar(20) COLLATE utf8_unicode_ci NOT NULL, `deleted_at` timestamp NULL DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `tipo_rota` */ insert into `tipo_rota`(`id`,`descricao`,`icone`,`deleted_at`,`created_at`,`updated_at`) values (1,'Dashboard','icone',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40'), (2,'Auxiliares','icone',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40'), (3,'Cadastros','icone',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40'), (4,'Permissoes','icone',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40'), (5,'Usuário','icone',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40'), (6,'Tipo de usuário','icone',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40'), (7,'Sistema','icone',NULL,'2021-03-10 16:47:40','2021-03-10 16:47:40'); /*Table structure for table `xml` */ DROP TABLE IF EXISTS `xml`; CREATE TABLE `xml` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `cuf` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `xml` */ /*Table structure for table `xml_upload` */ DROP TABLE IF EXISTS `xml_upload`; CREATE TABLE `xml_upload` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `path` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `cuf` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `cnf` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `natop` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `mod` int(11) NOT NULL, `serie` int(11) NOT NULL, `numero_nota` int(11) NOT NULL, `data_nota` datetime NOT NULL, `valor_total` decimal(8,2) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*Data for the table `xml_upload` */ insert into `xml_upload`(`id`,`path`,`cuf`,`cnf`,`natop`,`mod`,`serie`,`numero_nota`,`data_nota`,`valor_total`,`created_at`,`updated_at`,`deleted_at`) values (1,'notas/75Tm6M1mWiWFvVoFAcmPjfLnfrVkEkx8mHukCse5.xml','35','44261153','RETORNO DE MERCADORIA RECEBIDA PARA CONSERTO',55,1,24755,'2021-01-22 18:25:52','840.00','2021-03-10 14:20:22','2021-03-10 14:20:22',NULL), (2,'notas/iei5I8pEmvSD01lswq63VMbXF7HtITaT9z4YaUO3.xml','35','44261153','RETORNO DE MERCADORIA RECEBIDA PARA CONSERTO',55,1,24755,'2021-01-22 18:25:52','840.00','2021-03-10 14:36:17','2021-03-10 14:36:17',NULL); /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
SELECT weather.id as 'Id' FROM weather JOIN weather w ON DATEDIFF(weather.recordDate, w.recordDate) = 1 AND weather.Temperature > w.Temperature;
<reponame>tally-it/hack-and-pay -- +migrate Up CREATE TABLE users ( user_id INT AUTO_INCREMENT PRIMARY KEY, name VARCHAR(191) NOT NULL, email VARCHAR(191) NULL, created_at DATETIME DEFAULT CURRENT_TIMESTAMP NOT NULL, updated_at DATETIME NULL, is_blocked BIT DEFAULT b'0' NOT NULL, is_admin BIT DEFAULT b'0' NOT NULL, CONSTRAINT users_name_uindex UNIQUE (name) ) ENGINE = InnoDB CHARSET = utf8mb4; create table user_auths ( user_auth_id int auto_increment primary key, user_id int not null, method varchar(255) not null, value tinyblob null, constraint fk_user_auths_user foreign key (user_id) references users (user_id) on update cascade on delete cascade ) engine = InnoDB charset = utf8mb4; create index fk_user_auths_user on user_auths (user_id); create table categories ( category_id int auto_increment primary key, name varchar(255) not null, is_visible bit default b'1' not null, is_active bit default b'0' not null, parent_id int null, constraint categories_categories_category_id_fk foreign key (parent_id) references categories (category_id) on update cascade on delete cascade ) engine = InnoDB charset = utf8mb4; create index categories_categories_category_id_fk on categories (parent_id); create table products ( product_id int auto_increment primary key ) engine = InnoDB; create table product_versions ( product_version_id int auto_increment primary key, product_id int not null, name varchar(255) not null, GTIN char(14) null, price decimal(15, 2) not null, added_at datetime default CURRENT_TIMESTAMP not null, deleted_at datetime null, is_visible bit default b'1' not null, quantity decimal(15, 4) null, quantity_unit varchar(255) null, constraint product_versions_products_product_id_fk foreign key (product_id) references products (product_id) on update cascade ) engine = InnoDB charset = utf8mb4; create index products_SKU_index on product_versions (product_id); create table product_category_map ( product_id int not null, category_id int not null, primary key (product_id, category_id), constraint product_category_map_ibfk_2 foreign key (product_id) references products (product_id) on update cascade on delete cascade, constraint product_category_map_ibfk_1 foreign key (category_id) references categories (category_id) on update cascade on delete cascade ) engine = InnoDB charset = utf8mb4; create index product_category_map_ibfk_1 on product_category_map (category_id); create table stock ( stock_id int auto_increment primary key, product_id int not null, user_id int null, quantity int not null, addded_at timestamp default CURRENT_TIMESTAMP not null, constraint stock_products_product_id_fk foreign key (product_id) references products (product_id) on update cascade, constraint stock_ibfk_1 foreign key (user_id) references users (user_id) on update set null on delete set null ) engine = InnoDB charset = utf8mb4; create index stock_ibfk_1 on stock (user_id); create index stock_products_SKU_fk on stock (product_id); create table transactions ( transaction_id int auto_increment primary key, user_id int null, product_id int null, value decimal(15, 2) not null, tag varchar(255) null, added_at timestamp default CURRENT_TIMESTAMP not null, updated_at timestamp null, constraint fk_transactions_users foreign key (user_id) references users (user_id) on update cascade on delete set null, constraint transactions_products_product_id_fk foreign key (product_id) references products (product_id) on update cascade ON DELETE SET NULL ) engine = InnoDB charset = utf8mb4; create index `transactions__product.SKU_id_fk` on transactions (product_id); create index user_id on transactions (user_id);
<reponame>adjust/pg-numhstore --used for avg(hstore) first array holds hstore sum and count of keys CREATE FUNCTION hstore_accum(a inthstore[], b inthstore) RETURNS inthstore[] AS $$ BEGIN RETURN Array[hstore_add(a[1],b), hstore_add(a[2],array_count(akeys(b)))]; END; $$ LANGUAGE 'plpgsql' IMMUTABLE; CREATE FUNCTION hstore_avg(a inthstore[]) RETURNS floathstore AS $$ BEGIN RETURN COALESCE (hstore( array_agg(key), array_agg((l.value::decimal / r.value::decimal)::decimal::text) ),''::hstore) FROM each(a[1]) l INNER JOIN each(a[2]) r USING (key); END; $$ LANGUAGE 'plpgsql' IMMUTABLE STRICT; CREATE FUNCTION hstore_accum(a floathstore[], b floathstore) RETURNS floathstore[] AS $$ BEGIN RETURN Array[hstore_add(a[1],b), hstore_add(a[2],array_count(akeys(b))::floathstore)]; END; $$ LANGUAGE 'plpgsql' IMMUTABLE; CREATE FUNCTION hstore_avg(a floathstore[]) RETURNS floathstore AS $$ BEGIN RETURN COALESCE (hstore( array_agg(key), array_agg((l.value::decimal / r.value::decimal)::decimal::text) ),''::hstore) FROM each(a[1]) l INNER JOIN each(a[2]) r USING (key); END; $$ LANGUAGE 'plpgsql' IMMUTABLE STRICT; CREATE FUNCTION hstore_array_finalfn(internal) RETURNS inthstore AS '$libdir/pg_numhstore.so' LANGUAGE C IMMUTABLE STRICT; --return the average of hstores CREATE AGGREGATE avg ( sfunc = hstore_accum, basetype = inthstore, stype = inthstore[2], finalfunc = hstore_avg, initcond = '{}' ); CREATE AGGREGATE avg ( sfunc = hstore_accum, basetype = floathstore, stype = floathstore[2], finalfunc = hstore_avg, initcond = '{}' ); -- the aggregation sum of hstores CREATE AGGREGATE sum ( sfunc = hstore_add, basetype = inthstore, stype = inthstore, initcond = '' ); -- CREATE AGGREGATE sum ( -- sfunc = array_agg_transfn, -- basetype = inthstore, -- stype = internal, -- finalfunc = hstore_array_finalfn -- ); CREATE AGGREGATE sum ( sfunc = hstore_add, basetype = floathstore, stype = floathstore, initcond = '' );
<reponame>DAppBoard/dappboard-etl<gh_stars>10-100 CREATE VIEW dapp_bounties_network_daily AS SELECT CAST("public"."dapp_bounties_network"."timestamp" AS date) AS "day", count(CASE WHEN type = 'BountyFulfilled' THEN 1 END) AS "bounty_fullfilled", count(CASE WHEN type = 'BountyKilled' THEN 1 END) AS "bounty_killed", count(CASE WHEN type = 'BountyActivated' THEN 1 END) AS "bounty_activated", count(CASE WHEN type = 'ContributionAdded' THEN 1 END) AS "contribution_added", count(CASE WHEN type = 'FulfillmentAccepted' THEN 1 END) AS "fullfilment_accepted" FROM "public"."dapp_bounties_network" WHERE CAST("public"."dapp_bounties_network"."timestamp" AS date) BETWEEN CAST((NOW() + INTERVAL '-90 day') AS date) AND CAST(now() AS date) GROUP BY CAST("public"."dapp_bounties_network"."timestamp" AS date) ORDER BY CAST("public"."dapp_bounties_network"."timestamp" AS date) ASC
<gh_stars>1-10 create proc cau37 @min int output as begin select @min = min(t.Delay) from (select e.EmployeeID, count(IIF(ShippedDate > RequiredDate, 1, null)) as Delay from Employees e, Orders o where e.EmployeeID = o.EmployeeID group by e.EmployeeID) as t end declare @minDate int exec cau37 @min = @minDate output select e.EmployeeID, LastName, FirstName, count(IIF(ShippedDate > RequiredDate, 1, null)) as 'Delayed Orders' from Employees e, Orders o where e.EmployeeID = o.EmployeeID group by e.EmployeeID, LastName, FirstName having count(IIF(ShippedDate > RequiredDate, 1, null)) = @minDate
-- MySQL Script generated by MySQL Workbench -- Tue Feb 23 08:20:50 2021 -- Model: New Model Version: 1.0 -- MySQL Workbench Forward Engineering SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0; SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0; SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION'; -- ----------------------------------------------------- -- Schema mydb -- ----------------------------------------------------- DROP SCHEMA IF EXISTS `mydb` ; -- ----------------------------------------------------- -- Schema mydb -- ----------------------------------------------------- CREATE SCHEMA IF NOT EXISTS `mydb` DEFAULT CHARACTER SET utf8 ; USE `mydb` ; -- ----------------------------------------------------- -- Table `mydb`.`playlist` -- ----------------------------------------------------- DROP TABLE IF EXISTS `mydb`.`playlist` ; CREATE TABLE IF NOT EXISTS `mydb`.`playlist` ( `id` INT NOT NULL, `name` VARCHAR(45) NULL, PRIMARY KEY (`id`)) ENGINE = InnoDB; -- ----------------------------------------------------- -- Table `mydb`.`date_added` -- ----------------------------------------------------- DROP TABLE IF EXISTS `mydb`.`date_added` ; CREATE TABLE IF NOT EXISTS `mydb`.`date_added` ( `id` INT NOT NULL, `date_added` DATE NULL, PRIMARY KEY (`id`)) ENGINE = InnoDB; -- ----------------------------------------------------- -- Table `mydb`.`genre` -- ----------------------------------------------------- DROP TABLE IF EXISTS `mydb`.`genre` ; CREATE TABLE IF NOT EXISTS `mydb`.`genre` ( `id` INT NOT NULL, `name` VARCHAR(45) NULL, PRIMARY KEY (`id`)) ENGINE = InnoDB; -- ----------------------------------------------------- -- Table `mydb`.`liked` -- ----------------------------------------------------- DROP TABLE IF EXISTS `mydb`.`liked` ; CREATE TABLE IF NOT EXISTS `mydb`.`liked` ( `id` INT NOT NULL, `bool` TINYINT NULL, PRIMARY KEY (`id`)) ENGINE = InnoDB; -- ----------------------------------------------------- -- Table `mydb`.`song` -- ----------------------------------------------------- DROP TABLE IF EXISTS `mydb`.`song` ; CREATE TABLE IF NOT EXISTS `mydb`.`song` ( `id` INT NOT NULL, `title` VARCHAR(45) NULL, `artist_id` INT NOT NULL, `date_added_id` INT NOT NULL, `liked_id` INT NOT NULL, `genre_id` INT NOT NULL, `playlist_id` INT NOT NULL, PRIMARY KEY (`id`, `artist_id`, `date_added_id`, `liked_id`, `genre_id`, `playlist_id`), INDEX `fk_song_date_added1_idx` (`date_added_id` ASC) VISIBLE, INDEX `fk_song_like1_idx` (`liked_id` ASC) VISIBLE, INDEX `fk_song_genre1_idx` (`genre_id` ASC) VISIBLE, INDEX `fk_song_playlist1_idx` (`playlist_id` ASC) VISIBLE, CONSTRAINT `fk_song_date_added1` FOREIGN KEY (`date_added_id`) REFERENCES `mydb`.`date_added` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION, CONSTRAINT `fk_song_like1` FOREIGN KEY (`liked_id`) REFERENCES `mydb`.`liked` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION, CONSTRAINT `fk_song_genre1` FOREIGN KEY (`genre_id`) REFERENCES `mydb`.`genre` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION, CONSTRAINT `fk_song_playlist1` FOREIGN KEY (`playlist_id`) REFERENCES `mydb`.`playlist` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION) ENGINE = InnoDB; -- ----------------------------------------------------- -- Table `mydb`.`artist` -- ----------------------------------------------------- DROP TABLE IF EXISTS `mydb`.`artist` ; CREATE TABLE IF NOT EXISTS `mydb`.`artist` ( `id` INT NOT NULL, `name` VARCHAR(45) NULL, `country` VARCHAR(45) NULL, `date_of_birth` DATE NULL, `song_idtitle` INT NOT NULL, `song_artist_idartist` INT NOT NULL, `song_date_added_iddate_added` INT NOT NULL, `song_like_idlike` INT NOT NULL, `song_genre_idgenre` INT NOT NULL, `song_playlist_idplaylist` INT NOT NULL, PRIMARY KEY (`id`, `song_idtitle`, `song_artist_idartist`, `song_date_added_iddate_added`, `song_like_idlike`, `song_genre_idgenre`, `song_playlist_idplaylist`), INDEX `fk_artist_song1_idx` (`song_idtitle` ASC, `song_artist_idartist` ASC, `song_date_added_iddate_added` ASC, `song_like_idlike` ASC, `song_genre_idgenre` ASC, `song_playlist_idplaylist` ASC) VISIBLE, CONSTRAINT `fk_artist_song1` FOREIGN KEY (`song_idtitle` , `song_artist_idartist` , `song_date_added_iddate_added` , `song_like_idlike` , `song_genre_idgenre` , `song_playlist_idplaylist`) REFERENCES `mydb`.`song` (`id` , `artist_id` , `date_added_id` , `liked_id` , `genre_id` , `playlist_id`) ON DELETE NO ACTION ON UPDATE NO ACTION) ENGINE = InnoDB; SET SQL_MODE=@OLD_SQL_MODE; SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS; SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS;
-- phpMyAdmin SQL Dump -- version 4.1.14 -- http://www.phpmyadmin.net -- -- Client : 127.0.0.1 -- Généré le : Ven 03 Juillet 2020 à 23:50 -- Version du serveur : 5.6.17 -- Version de PHP : 5.5.12 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 */; -- -- Base de données : `covid19` -- -- -------------------------------------------------------- -- -- Structure de la table `utilisateur` -- CREATE TABLE IF NOT EXISTS `utilisateur` ( `id` int(10) NOT NULL, `mdp` varchar(50) NOT NULL, `nom` varchar(500) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Contenu de la table `utilisateur` -- INSERT INTO `utilisateur` (`id`, `mdp`, `nom`) VALUES (11597, 'nidhal', ''), (111597, 'nidhal', 'nidhal'); -- -------------------------------------------------------- -- -- Structure de la table `ville` -- CREATE TABLE IF NOT EXISTS `ville` ( `idville` int(50) NOT NULL, `nom` varchar(20) NOT NULL, `porteuse` int(50) NOT NULL, `retabli` int(50) NOT NULL, `deces` int(50) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Contenu de la table `ville` -- INSERT INTO `ville` (`idville`, `nom`, `porteuse`, `retabli`, `deces`) VALUES (1, 'jendouba', 15, 5, 2); /*!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 */;
-- ================================================================================ -- Copyright (c) 2019-2020 AT&T Intellectual Property. All rights reserved. -- Copyright (c) 2021 Nokia Intellectual Property. All rights reserved. -- ================================================================================ -- 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. -- ============LICENSE_END========================================================= CREATE SCHEMA IF NOT EXISTS dashboard_pg_db_common AUTHORIZATION dashboard_pg_admin; CREATE TABLE IF NOT EXISTS dashboard_pg_db_common.service( id varchar(1024) primary key, name varchar(1024), address varchar(80), port int); CREATE TABLE IF NOT EXISTS dashboard_pg_db_common.healthcheck ( id varchar(1024) references dashboard_pg_db_common.service (id), date timestamp without time zone default (now() at time zone 'utc'), status varchar(80), notes varchar(256), output varchar(4096)); CREATE TABLE IF NOT EXISTS dashboard_pg_db_common.blueprints ( id varchar(80) primary key not null, name varchar(80), blueprint bytea); --- CREATE SCHEMA (schema name); --- SET SEARCH_PATH = (schema name); CREATE TABLE IF NOT EXISTS dashboard_pg_db_common.fn_lu_timezone ( timezone_id serial primary key, timezone_name character varying(100) not null, timezone_value character varying(100) not null ); -- this sequence is named in Fusion.hbm.xml CREATE SEQUENCE IF NOT EXISTS dashboard_pg_db_common.seq_fn_user; CREATE TABLE IF NOT EXISTS dashboard_pg_db_common.fn_user ( user_id integer NOT NULL DEFAULT nextval('dashboard_pg_db_common.seq_fn_user') primary key, org_id int, manager_id int, first_name character varying(25), middle_name character varying(25), last_name character varying(25), phone character varying(25), fax character varying(25), cellular character varying(25), email character varying(50), address_id int, alert_method_cd character varying(10), hrid character varying(20), org_user_id character varying(20), org_code character varying(30), login_id character varying(25), login_pwd character varying(25), last_login_date timestamp, active_yn character varying(1) default 'y' not null, created_id int, created_date timestamp default now(), modified_id int, modified_date timestamp default now(), is_internal_yn character(1) default 'n' not null, address_line_1 character varying(100), address_line_2 character varying(100), city character varying(50), state_cd character varying(3), zip_code character varying(11), country_cd character varying(3), location_clli character varying(8), org_manager_userid character varying(6), company character varying(100), department_name character varying(100), job_title character varying(100), timezone int, department character varying(25), business_unit character varying(25), business_unit_name character varying(100), cost_center character varying(25), fin_loc_code character varying(10), silo_status character varying(10) ); ALTER SEQUENCE dashboard_pg_db_common.seq_fn_user OWNED BY dashboard_pg_db_common.fn_user.user_id; -- this sequence is named in Fusion.hbm.xml CREATE SEQUENCE IF NOT EXISTS dashboard_pg_db_common.seq_fn_role; CREATE TABLE IF NOT EXISTS dashboard_pg_db_common.fn_role ( role_id integer NOT NULL DEFAULT nextval('dashboard_pg_db_common.seq_fn_role') primary key, role_name character varying(50) not null, active_yn character varying(1) default 'y' not null, priority numeric(4,0) ); ALTER SEQUENCE dashboard_pg_db_common.seq_fn_role OWNED BY dashboard_pg_db_common.fn_role.role_id; CREATE TABLE IF NOT EXISTS dashboard_pg_db_common.fn_audit_action ( audit_action_id integer primary key, class_name character varying(500) not null, method_name character varying(50) not null, audit_action_cd character varying(20) not null, audit_action_desc character varying(200), active_yn character varying(1) ); CREATE TABLE IF NOT EXISTS dashboard_pg_db_common.fn_audit_action_log ( audit_log_id serial primary key, audit_action_cd character varying(200), action_time timestamp, user_id int, class_name character varying(100), method_name character varying(50), success_msg character varying(20), error_msg character varying(500) ); CREATE TABLE IF NOT EXISTS dashboard_pg_db_common.fn_lu_activity ( activity_cd character varying(50) not null primary key, activity character varying(50) not null ); -- this sequence is named in Fusion.hbm.xml CREATE SEQUENCE IF NOT EXISTS dashboard_pg_db_common.seq_fn_audit_log; CREATE TABLE IF NOT EXISTS dashboard_pg_db_common.fn_audit_log ( log_id integer NOT NULL DEFAULT nextval('dashboard_pg_db_common.seq_fn_audit_log') primary key, user_id int not null, activity_cd character varying(50) not null, audit_date timestamp default now() not null, comments character varying(1000), affected_record_id_bk character varying(500), affected_record_id character varying(4000), constraint fk_fn_audit_ref_209_fn_user foreign key (user_id) references dashboard_pg_db_common.fn_user(user_id) ); ALTER SEQUENCE dashboard_pg_db_common.seq_fn_audit_log OWNED BY dashboard_pg_db_common.fn_audit_log.log_id; CREATE TABLE IF NOT EXISTS dashboard_pg_db_common.fn_datasource ( id serial primary key, name character varying(50), driver_name character varying(256), server character varying(256), port integer, user_name character varying(256), password character varying(256), url character varying(256), min_pool_size integer, max_pool_size integer, adapter_id integer, ds_type character varying(20) ); CREATE TABLE IF NOT EXISTS dashboard_pg_db_common.fn_function ( function_cd character varying(30) not null primary key, function_name character varying(50) not null ); CREATE TABLE IF NOT EXISTS dashboard_pg_db_common.fn_lu_alert_method ( alert_method_cd character varying(10) not null, alert_method character varying(50) not null ); CREATE TABLE IF NOT EXISTS dashboard_pg_db_common.fn_lu_broadcast_site ( broadcast_site_cd character varying(50) not null, broadcast_site_descr character varying(100) ); CREATE TABLE IF NOT EXISTS dashboard_pg_db_common.fn_lu_call_times ( call_time_id int not null, call_time_amount int not null, call_time_display character varying(50) not null ); CREATE TABLE IF NOT EXISTS dashboard_pg_db_common.fn_lu_city ( city_cd character varying(2) not null, city character varying(100) not null, state_cd character varying(2) not null, primary key (city_cd, state_cd) ); CREATE TABLE IF NOT EXISTS dashboard_pg_db_common.fn_lu_country ( country_cd character varying(3) not null primary key, country character varying(100) not null, full_name character varying(100), webphone_country_label character varying(30) ); CREATE TABLE IF NOT EXISTS dashboard_pg_db_common.fn_lu_menu_set ( menu_set_cd character varying(10) not null primary key, menu_set_name character varying(50) not null ); CREATE TABLE IF NOT EXISTS dashboard_pg_db_common.fn_lu_priority ( priority_id int not null, priority character varying(50) not null, active_yn character(1) not null, sort_order numeric(5,0) ); CREATE TABLE IF NOT EXISTS dashboard_pg_db_common.fn_lu_role_type ( role_type_id int not null, role_type character varying(50) not null ); CREATE TABLE IF NOT EXISTS dashboard_pg_db_common.fn_lu_state ( state_cd character varying(2) not null, state character varying(100) not null ); CREATE TABLE IF NOT EXISTS dashboard_pg_db_common.fn_lu_tab_set ( tab_set_cd character varying(30) not null, tab_set_name character varying(50) not null ); -- this sequence is named in Fusion.hbm.xml CREATE SEQUENCE IF NOT EXISTS dashboard_pg_db_common.seq_fn_menu; CREATE TABLE IF NOT EXISTS dashboard_pg_db_common.fn_menu ( menu_id integer NOT NULL DEFAULT nextval('dashboard_pg_db_common.seq_fn_menu') primary key, label character varying(100), parent_id int, sort_order numeric(4,0), action character varying(200), function_cd character varying(30), active_yn character varying(1) default 'y' not null, servlet character varying(50), query_string character varying(200), external_url character varying(200), target character varying(25), menu_set_cd character varying(10) default 'app', separator_yn character(1) default 'n', image_src character varying(100), constraint fk_fn_menu_ref_196_fn_menu foreign key (parent_id) references dashboard_pg_db_common.fn_menu(menu_id), constraint fk_fn_menu_menu_set_cd foreign key (menu_set_cd) references dashboard_pg_db_common.fn_lu_menu_set(menu_set_cd), constraint fk_fn_menu_ref_223_fn_funct foreign key (function_cd) references dashboard_pg_db_common.fn_function(function_cd) ); ALTER SEQUENCE dashboard_pg_db_common.seq_fn_menu OWNED BY dashboard_pg_db_common.fn_menu.menu_id; CREATE TABLE IF NOT EXISTS dashboard_pg_db_common.fn_org ( org_id int not null, org_name character varying(50) not null, access_cd character varying(10) ); CREATE TABLE IF NOT EXISTS dashboard_pg_db_common.fn_restricted_url ( restricted_url character varying(250) not null, function_cd character varying(30) not null ); CREATE TABLE IF NOT EXISTS dashboard_pg_db_common.fn_role_composite ( parent_role_id int not null, child_role_id int not null, constraint fk_fn_role_composite_child foreign key (child_role_id) references dashboard_pg_db_common.fn_role(role_id), constraint fk_fn_role_composite_parent foreign key (parent_role_id) references dashboard_pg_db_common.fn_role(role_id) ); CREATE TABLE IF NOT EXISTS dashboard_pg_db_common.fn_role_function ( role_id int not null, function_cd character varying(30) not null, constraint fk_fn_role__ref_198_fn_role foreign key (role_id) references dashboard_pg_db_common.fn_role(role_id) ); CREATE TABLE IF NOT EXISTS dashboard_pg_db_common.fn_tab ( tab_cd character varying(30) not null, tab_name character varying(50) not null, tab_descr character varying(100), action character varying(100) not null, function_cd character varying(30) not null, active_yn character(1) not null, sort_order int not null, parent_tab_cd character varying(30), tab_set_cd character varying(30) ); CREATE TABLE IF NOT EXISTS dashboard_pg_db_common.fn_tab_selected ( selected_tab_cd character varying(30) not null, tab_uri character varying(40) not null ); CREATE TABLE IF NOT EXISTS dashboard_pg_db_common.fn_user_pseudo_role ( pseudo_role_id int not null, user_id int not null ); CREATE TABLE IF NOT EXISTS dashboard_pg_db_common.fn_user_role ( user_id int not null, role_id int not null, priority numeric(4,0), app_id int default 1, constraint fk_fn_user__ref_172_fn_user foreign key (user_id) references dashboard_pg_db_common.fn_user(user_id), constraint fk_fn_user__ref_175_fn_role foreign key (role_id) references dashboard_pg_db_common.fn_role(role_id) ); CREATE TABLE IF NOT EXISTS dashboard_pg_db_common.fn_xmltype ( id int not null, xml_document text ); CREATE TABLE IF NOT EXISTS dashboard_pg_db_common.schema_info ( schema_id character varying(25) not null, schema_desc character varying(75) not null, datasource_type character varying(100), connection_url varchar(200) not null, user_name varchar(45) not null, password varchar(45) null default null, driver_class varchar(100) not null, min_pool_size int not null, max_pool_size int not null, idle_connection_test_period int not null ); CREATE TABLE IF NOT EXISTS dashboard_pg_db_common.fn_app ( app_id serial primary key, app_name varchar(100) not null default '?', app_image_url varchar(256) default null, app_description varchar(512) default null, app_notes varchar(4096) default null, app_url varchar(256) default null, app_alternate_url varchar(256) default null, app_rest_endpoint varchar(2000) default null, ml_app_name varchar(50) not null default '?', ml_app_admin_id varchar(7) not null default '?', mots_id int default null, app_password varchar(256) not null default '?', open char(1) default 'n', enabled char(1) default 'y', thumbnail bytea, app_username varchar(50), ueb_key varchar(256) default null, ueb_secret varchar(256) default null, ueb_topic_name varchar(256) default null ); CREATE TABLE IF NOT EXISTS dashboard_pg_db_common.fn_workflow ( id serial primary key, name varchar(20) NOT NULL unique, description varchar(500) DEFAULT NULL, run_link varchar(300) DEFAULT NULL, suspend_link varchar(300) DEFAULT NULL, modified_link varchar(300) DEFAULT NULL, active_yn varchar(300) DEFAULT NULL, created varchar(300) DEFAULT NULL, created_by int DEFAULT NULL, modified varchar(300) DEFAULT NULL, modified_by int DEFAULT NULL, workflow_key varchar(50) DEFAULT NULL ); CREATE TABLE IF NOT EXISTS dashboard_pg_db_common.fn_schedule_workflows ( id_schedule_workflows serial primary key, workflow_server_url varchar(45) default null, workflow_key varchar(45) not null, workflow_arguments varchar(45) default null, startdatetimecron varchar(45) default null, enddatetime timestamp default now(), start_date_time timestamp default now(), recurrence varchar(45) default null ); CREATE TABLE IF NOT EXISTS dashboard_pg_db_common.fn_license ( id int not null, app_id int not null, ip_address character varying(100) not null, quantum_version_id int not null, created_date timestamp default now(), modified_date timestamp default now(), created_id int, modified_id int, end_date timestamp default '2036-01-19 03:14:07' ); CREATE TABLE IF NOT EXISTS dashboard_pg_db_common.fn_license_app ( id int not null, app_name character varying(100) not null, ctxt_name character varying(100) ); CREATE TABLE IF NOT EXISTS dashboard_pg_db_common.fn_license_contact ( id int not null, license_id integer, sbcid character varying(20) ); CREATE TABLE IF NOT EXISTS dashboard_pg_db_common.fn_license_history ( id int not null, license_id int, app_id int, ip_address character varying(100), quantum_version_id int, created_date timestamp default now(), modified_date timestamp default now(), created_id int, modified_id int ); CREATE TABLE IF NOT EXISTS dashboard_pg_db_common.fn_license_version ( id int not null, quantum_version character varying(25) ); CREATE TABLE IF NOT EXISTS dashboard_pg_db_common.fn_lu_message_location ( message_location_id int primary key, message_location_descr character varying(30) not null ); CREATE TABLE IF NOT EXISTS dashboard_pg_db_common.ecd_endpoint ( user_id int not null primary key, name character varying(64), url character varying(512) ); alter table dashboard_pg_db_common.ecd_endpoint add constraint fk_ecd_endpoint_ref_fn_user foreign key (user_id) references dashboard_pg_db_common.fn_user(user_id); create view dashboard_pg_db_common.v_url_access as select distinct m.action as url, m.function_cd from dashboard_pg_db_common.fn_menu m where (m.action is not null) union select distinct t.action as url, t.function_cd from dashboard_pg_db_common.fn_tab t where (t.action is not null) union select r.restricted_url as url, r.function_cd from dashboard_pg_db_common.fn_restricted_url r; alter table dashboard_pg_db_common.fn_audit_log add constraint fk_fn_audit_ref_205_fn_lu_ac foreign key (activity_cd) references dashboard_pg_db_common.fn_lu_activity(activity_cd); alter table dashboard_pg_db_common.fn_role_function add constraint fk_fn_role__ref_201_fn_funct foreign key (function_cd) references dashboard_pg_db_common.fn_function(function_cd); alter table dashboard_pg_db_common.fn_lu_alert_method add constraint fn_lu_alert_method_alert_method_cd primary key (alert_method_cd); alter table dashboard_pg_db_common.fn_lu_broadcast_site add constraint fn_lu_broadcast_site_broadcast_site_cd primary key (broadcast_site_cd); alter table dashboard_pg_db_common.fn_lu_call_times add constraint fn_lu_call_times_call_time_id primary key (call_time_id); alter table dashboard_pg_db_common.fn_lu_priority add constraint fn_lu_priority_priority_id primary key (priority_id); alter table dashboard_pg_db_common.fn_lu_role_type add constraint fn_lu_role_type_role_type_id primary key (role_type_id); alter table dashboard_pg_db_common.fn_lu_state add constraint fn_lu_state_state_cd primary key (state_cd); alter table dashboard_pg_db_common.fn_lu_tab_set add constraint fn_lu_tab_set_tab_set_cd primary key (tab_set_cd); alter table dashboard_pg_db_common.fn_org add constraint fn_org_org_id primary key (org_id); alter table dashboard_pg_db_common.fn_restricted_url add constraint fn_restricted_url_restricted_urlfunction_cd primary key (restricted_url, function_cd); alter table dashboard_pg_db_common.fn_role_composite add constraint fn_role_composite_parent_role_idchild_role_id primary key (parent_role_id, child_role_id); alter table dashboard_pg_db_common.fn_role_function add constraint fn_role_function_role_idfunction_cd primary key (role_id, function_cd); alter table dashboard_pg_db_common.fn_tab add constraint fn_tab_tab_cd primary key (tab_cd); alter table dashboard_pg_db_common.fn_tab_selected add constraint fn_tab_selected_selected_tab_cdtab_uri primary key (selected_tab_cd, tab_uri); alter table dashboard_pg_db_common.fn_user_pseudo_role add constraint fn_user_pseudo_role_pseudo_role_iduser_id primary key (pseudo_role_id, user_id); alter table dashboard_pg_db_common.fn_user_role add constraint fn_user_role_user_idrole_id primary key (user_id, role_id, app_id); alter table dashboard_pg_db_common.fn_license add constraint fn_license_id primary key (id); alter table dashboard_pg_db_common.fn_license_contact add constraint fn_license_contact_id primary key (id); alter table dashboard_pg_db_common.fn_license_history add constraint fn_license_history_id primary key (id); alter table dashboard_pg_db_common.fn_license_version add constraint fn_license_version_id primary key (id); create index fn_audit_log_activity_cd on dashboard_pg_db_common.fn_audit_log using btree(activity_cd); create index fn_audit_log_user_id on dashboard_pg_db_common.fn_audit_log using btree(user_id); create index fn_menu_function_cd on dashboard_pg_db_common.fn_menu using btree(function_cd); create index fn_org_access_cd on dashboard_pg_db_common.fn_org using btree(access_cd); create index fn_role_function_function_cd on dashboard_pg_db_common.fn_role_function using btree (function_cd); create index fn_role_function_role_id on dashboard_pg_db_common.fn_role_function using btree(role_id); create index fn_user_address_id on dashboard_pg_db_common.fn_user using btree(address_id); create index fn_user_alert_method_cd on dashboard_pg_db_common.fn_user using btree (alert_method_cd); create unique index fn_user_hrid on dashboard_pg_db_common.fn_user using btree (hrid); create unique index fn_user_login_id on dashboard_pg_db_common.fn_user using btree(login_id); create index fn_user_org_id on dashboard_pg_db_common.fn_user using btree(org_id); create index fn_user_role_role_id on dashboard_pg_db_common.fn_user_role using btree(role_id); create index fn_user_role_user_id on dashboard_pg_db_common.fn_user_role using btree(user_id); create unique index fn_xmltype_id on dashboard_pg_db_common.fn_xmltype using btree(id); create index fk_fn_user__ref_178_fn_app_IDX on dashboard_pg_db_common.fn_user_role using btree(app_id); create index fn_license_app_id on dashboard_pg_db_common.fn_license_app using btree(id); alter table dashboard_pg_db_common.fn_user_role add constraint fk_fn_user__ref_178_fn_app foreign key (app_id) references dashboard_pg_db_common.fn_app(app_id); alter table dashboard_pg_db_common.fn_tab add constraint fk_fn_tab_function_cd foreign key (function_cd) references dashboard_pg_db_common.fn_function(function_cd); alter table dashboard_pg_db_common.fn_tab_selected add constraint fk_fn_tab_selected_tab_cd foreign key (selected_tab_cd) references dashboard_pg_db_common.fn_tab(tab_cd); alter table dashboard_pg_db_common.fn_tab add constraint fk_fn_tab_set_cd foreign key (tab_set_cd) references dashboard_pg_db_common.fn_lu_tab_set(tab_set_cd); alter table dashboard_pg_db_common.fn_user add constraint fk_fn_user_ref_110_fn_org foreign key (org_id) references dashboard_pg_db_common.fn_org(org_id); alter table dashboard_pg_db_common.fn_user add constraint fk_fn_user_ref_123_fn_lu_al foreign key (alert_method_cd) references dashboard_pg_db_common.fn_lu_alert_method(alert_method_cd); alter table dashboard_pg_db_common.fn_user add constraint fk_fn_user_ref_197_fn_user foreign key (manager_id) references dashboard_pg_db_common.fn_user(user_id); alter table dashboard_pg_db_common.fn_user add constraint fk_fn_user_ref_198_fn_user foreign key (created_id) references dashboard_pg_db_common.fn_user(user_id); alter table dashboard_pg_db_common.fn_user add constraint fk_fn_user_ref_199_fn_user foreign key (modified_id) references dashboard_pg_db_common.fn_user(user_id); alter table dashboard_pg_db_common.fn_user_pseudo_role add constraint fk_pseudo_role_pseudo_role_id foreign key (pseudo_role_id) references dashboard_pg_db_common.fn_role(role_id); alter table dashboard_pg_db_common.fn_user_pseudo_role add constraint fk_pseudo_role_user_id foreign key (user_id) references dashboard_pg_db_common.fn_user(user_id); alter table dashboard_pg_db_common.fn_restricted_url add constraint fk_restricted_url_function_cd foreign key (function_cd) references dashboard_pg_db_common.fn_function(function_cd); alter table dashboard_pg_db_common.fn_license add constraint fn_license_r02 foreign key (quantum_version_id) references dashboard_pg_db_common.fn_license_version(id); --- SET SEARCH_PATH = (schema name); -- fn_lu_activity Insert into dashboard_pg_db_common.fn_lu_activity (ACTIVITY_CD,ACTIVITY) values ('add_role','add_role'); Insert into dashboard_pg_db_common.fn_lu_activity (ACTIVITY_CD,ACTIVITY) values ('remove_role','remove_role'); Insert into dashboard_pg_db_common.fn_lu_activity (ACTIVITY_CD,ACTIVITY) values ('add_user_role','add_user_role'); Insert into dashboard_pg_db_common.fn_lu_activity (ACTIVITY_CD,ACTIVITY) values ('remove_user_role','remove_user_role'); Insert into dashboard_pg_db_common.fn_lu_activity (ACTIVITY_CD,ACTIVITY) values ('add_role_function','add_role_function'); Insert into dashboard_pg_db_common.fn_lu_activity (ACTIVITY_CD,ACTIVITY) values ('remove_role_function','remove_role_function'); Insert into dashboard_pg_db_common.fn_lu_activity (ACTIVITY_CD,ACTIVITY) values ('add_child_role','add_child_role'); Insert into dashboard_pg_db_common.fn_lu_activity (ACTIVITY_CD,ACTIVITY) values ('remove_child_role','remove_child_role'); Insert into dashboard_pg_db_common.fn_lu_activity (ACTIVITY_CD,ACTIVITY) values ('login','Login'); Insert into dashboard_pg_db_common.fn_lu_activity (ACTIVITY_CD,ACTIVITY) values ('logout','Logout'); -- fn_lu_alert_method Insert into dashboard_pg_db_common.fn_lu_alert_method (ALERT_METHOD_CD,ALERT_METHOD) values ('PHONE','Phone'); Insert into dashboard_pg_db_common.fn_lu_alert_method (ALERT_METHOD_CD,ALERT_METHOD) values ('FAX','Fax'); Insert into dashboard_pg_db_common.fn_lu_alert_method (ALERT_METHOD_CD,ALERT_METHOD) values ('PAGER','Pager'); Insert into dashboard_pg_db_common.fn_lu_alert_method (ALERT_METHOD_CD,ALERT_METHOD) values ('EMAIL','Email'); Insert into dashboard_pg_db_common.fn_lu_alert_method (ALERT_METHOD_CD,ALERT_METHOD) values ('SMS','SMS'); -- fn_lu_country Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('YU','Yugoslavia','Yugoslavia',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('ZA','South Africa','South Africa',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('ZM','Zambia','Zambia',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('ZR','Zaire','Zaire',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('ZW','Zimbabwe','Zimbabwe',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('AD','Andorra','Andorra',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('AE','United Arab Emirates','United Arab Emirates',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('AF','Afghanistan','Afghanistan',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('AG','Antigua and Barbuda','Antigua and Barbuda',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('AI','Anguilla','Anguilla',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('AL','Albania','Albania',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('AM','Armenia','Armenia',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('AN','Netherlands Antilles','Netherlands Antilles',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('AO','Angola','Angola',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('AQ','Antarctica','Antarctica',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('AR','Argentina','Argentina',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('AS','American Samoa','American Samoa',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('AT','Austria','Austria',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('AU','Australia','Australia',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('AW','Aruba','Aruba',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('AZ','Azerbaidjan','Azerbaidjan',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('BA','Bosnia-Herzegovina','Bosnia-Herzegovina',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('BB','Barbados','Barbados',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('BD','Bangladesh','Bangladesh',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('BE','Belgium','Belgium',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('BF','Burkina Faso','Burkina Faso',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('BG','Bulgaria','Bulgaria',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('BH','Bahrain','Bahrain',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('BI','Burundi','Burundi',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('BJ','Benin','Benin',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('BM','Bermuda','Bermuda',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('BN','Brunei Darussalam','Brunei Darussalam',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('BO','Bolivia','Bolivia',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('BR','Brazil','Brazil',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('BS','Bahamas','Bahamas',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('BT','Bhutan','Bhutan',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('BV','Bouvet Island','Bouvet Island',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('BW','Botswana','Botswana',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('BY','Belarus','Belarus',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('BZ','Belize','Belize',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('CA','Canada','Canada',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('CC','Cocos (Keeling) Islands','Cocos (Keeling) Islands',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('CF','Central African Republic','Central African Republic',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('CG','Congo','Congo',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('CH','Switzerland','Switzerland',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('CI','Ivory Coast (Cote D''Ivoire)','Ivory Coast (Cote D''Ivoire)',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('CK','Cook Islands','Cook Islands',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('CL','Chile','Chile',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('CM','Cameroon','Cameroon',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('CN','China','China','China'); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('CO','Colombia','Colombia',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('CR','Costa Rica','Costa Rica',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('CS','Former Czechoslovakia','Former Czechoslovakia',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('CU','Cuba','Cuba',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('CV','Cape Verde','Cape Verde',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('CX','Christmas Island','Christmas Island',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('CY','Cyprus','Cyprus',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('CZ','Czech Republic','Czech Republic',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('DE','Germany','Germany',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('DJ','Djibouti','Djibouti',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('DK','Denmark','Denmark',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('DM','Dominica','Dominica',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('DO','Dominican Republic','Dominican Republic',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('DZ','Algeria','Algeria',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('EC','Ecuador','Ecuador',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('EE','Estonia','Estonia',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('EG','Egypt','Egypt',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('EH','Western Sahara','Western Sahara',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('ER','Eritrea','Eritrea',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('ES','Spain','Spain',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('ET','Ethiopia','Ethiopia',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('FI','Finland','Finland',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('FJ','Fiji','Fiji',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('FK','Falkland Islands','Falkland Islands',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('FM','Micronesia','Micronesia',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('FO','Faroe Islands','Faroe Islands',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('FR','France','France',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('FX','France (European Territory)','France (European Territory)',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('GA','Gabon','Gabon',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('GB','Great Britain','Great Britain',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('GD','Grenada','Grenada',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('GE','Georgia','Georgia',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('GF','French Guyana','French Guyana',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('GH','Ghana','Ghana',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('GI','Gibraltar','Gibraltar',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('GL','Greenland','Greenland',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('GM','Gambia','Gambia',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('GN','Guinea','Guinea',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('GP','Guadeloupe (French)','Guadeloupe (French)',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('GQ','Equatorial Guinea','Equatorial Guinea',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('GR','Greece','Greece',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('GS','S. Georgia and S. Sandwich Isls.','S. Georgia and S. Sandwich Isls.',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('GT','Guatemala','Guatemala',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('GU','Guam (USA)','Guam (USA)',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('GW','Guinea Bissau','Guinea Bissau',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('GY','Guyana','Guyana',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('HK','Hong Kong','Hong Kong',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('HM','Heard and McDonald Islands','Heard and McDonald Islands',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('HN','Honduras','Honduras',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('HR','Croatia','Croatia',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('HT','Haiti','Haiti',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('HU','Hungary','Hungary',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('ID','Indonesia','Indonesia',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('IE','Ireland','Ireland',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('IL','Israel','Israel',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('IN','India','India',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('IO','British Indian Ocean Territory','British Indian Ocean Territory',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('IQ','Iraq','Iraq',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('IR','Iran','Iran',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('IS','Iceland','Iceland',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('IT','Italy','Italy',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('JM','Jamaica','Jamaica',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('JO','Jordan','Jordan',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('JP','Japan','Japan',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('KE','Kenya','Kenya',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('KG','Kyrgyzstan','Kyrgyzstan',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('KH','Cambodia','Cambodia',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('KI','Kiribati','Kiribati',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('KM','Comoros','Comoros',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('KN','Saint Kitts and Nevis Anguilla','Saint Kitts and Nevis Anguilla',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('KP','North Korea','North Korea',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('KR','South Korea','South Korea',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('KW','Kuwait','Kuwait',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('KY','Cayman Islands','Cayman Islands',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('KZ','Kazakhstan','Kazakhstan',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('LA','Laos','Laos',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('LB','Lebanon','Lebanon',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('LC','Saint Lucia','Saint Lucia',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('LI','Liechtenstein','Liechtenstein',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('LK','Sri Lanka','Sri Lanka',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('LR','Liberia','Liberia',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('LS','Lesotho','Lesotho',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('LT','Lithuania','Lithuania',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('LU','Luxembourg','Luxembourg',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('LV','Latvia','Latvia',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('LY','Libya','Libya',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('MA','Morocco','Morocco',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('MC','Monaco','Monaco',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('MD','Moldavia','Moldavia',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('MG','Madagascar','Madagascar',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('MH','Marshall Islands','Marshall Islands',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('MK','Macedonia','Macedonia',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('ML','Mali','Mali',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('MM','Myanmar','Myanmar',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('MN','Mongolia','Mongolia',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('MO','Macau','Macau',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('MP','Northern Mariana Islands','Northern Mariana Islands',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('MQ','Martinique (French)','Martinique (French)',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('MR','Mauritania','Mauritania',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('MS','Montserrat','Montserrat',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('MT','Malta','Malta',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('MU','Mauritius','Mauritius',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('MV','Maldives','Maldives',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('MW','Malawi','Malawi',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('MX','Mexico','Mexico','Mexico'); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('MY','Malaysia','Malaysia',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('MZ','Mozambique','Mozambique',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('NA','Namibia','Namibia',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('NC','New Caledonia (French)','New Caledonia (French)',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('NE','Niger','Niger',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('NF','Norfolk Island','Norfolk Island',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('NG','Nigeria','Nigeria',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('NI','Nicaragua','Nicaragua',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('NL','Netherlands','Netherlands',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('NO','Norway','Norway',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('NP','Nepal','Nepal',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('NR','Nauru','Nauru',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('NU','Niue','Niue',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('NZ','New Zealand','New Zealand',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('OM','Oman','Oman',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('PA','Panama','Panama',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('PE','Peru','Peru',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('PF','Polynesia (French)','Polynesia (French)',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('PG','Papua New Guinea','Papua New Guinea',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('PH','Philippines','Philippines',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('PK','Pakistan','Pakistan',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('PL','Poland','Poland',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('PM','Saint Pierre and Miquelon','Saint Pierre and Miquelon',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('PN','Pitcairn Island','Pitcairn Island',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('PR','Puerto Rico','Puerto Rico',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('PT','Portugal','Portugal',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('PW','Palau','Palau',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('PY','Paraguay','Paraguay',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('QA','Qatar','Qatar',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('RE','Reunion (French)','Reunion (French)',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('RO','Romania','Romania',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('RU','Russian Federation','Russian Federation',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('RW','Rwanda','Rwanda',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('SA','Saudi Arabia','Saudi Arabia',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('SB','Solomon Islands','Solomon Islands',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('SC','Seychelles','Seychelles',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('SD','Sudan','Sudan',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('SE','Sweden','Sweden',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('SG','Singapore','Singapore',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('SH','Saint Helena','Saint Helena',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('SI','Slovenia','Slovenia',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('SJ','Svalbard and Jan Mayen Islands','Svalbard and Jan Mayen Islands',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('SK','Slovak Republic','Slovak Republic',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('SL','Sierra Leone','Sierra Leone',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('SM','San Marino','San Marino',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('SN','Senegal','Senegal',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('SO','Somalia','Somalia',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('SR','Suriname','Suriname',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('ST','Saint Tome (Sao Tome) and Principe','Saint Tome (Sao Tome) and Principe',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('SU','Former USSR','Former USSR',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('SV','El Salvador','El Salvador',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('SY','Syria','Syria',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('SZ','Swaziland','Swaziland',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('TC','Turks and Caicos Islands','Turks and Caicos Islands',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('TD','Chad','Chad',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('TF','French Southern Territories','French Southern Territories',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('TG','Togo','Togo',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('TH','Thailand','Thailand',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('TJ','Tadjikistan','Tadjikistan',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('TK','Tokelau','Tokelau',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('TM','Turkmenistan','Turkmenistan',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('TN','Tunisia','Tunisia',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('TO','Tonga','Tonga',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('TP','East Timor','East Timor',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('TR','Turkey','Turkey',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('TT','Trinidad and Tobago','Trinidad and Tobago',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('TV','Tuvalu','Tuvalu',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('TW','Taiwan','Taiwan',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('TZ','Tanzania','Tanzania',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('UA','Ukraine','Ukraine',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('UG','Uganda','Uganda',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('UK','United Kingdom','United Kingdom',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('UM','USA Minor Outlying Islands','USA Minor Outlying Islands',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('US','United States','United States','USA'); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('UY','Uruguay','Uruguay',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('UZ','Uzbekistan','Uzbekistan',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('VA','Vatican City State','Vatican City State',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('VC','Saint Vincent and Grenadines','Saint Vincent and Grenadines',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('VE','Venezuela','Venezuela',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('VG','Virgin Islands (British)','Virgin Islands (British)',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('VI','Virgin Islands (USA)','Virgin Islands (USA)',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('VN','Vietnam','Vietnam',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('VU','Vanuatu','Vanuatu',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('WF','Wallis and Futuna Islands','Wallis and Futuna Islands',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('WS','Samoa','Samoa',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('YE','Yemen','Yemen',null); Insert into dashboard_pg_db_common.fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('YT','Mayotte','Mayotte',null); -- fn_lu_menu_set Insert into dashboard_pg_db_common.fn_lu_menu_set (MENU_SET_CD,MENU_SET_NAME) values ('APP','Application Menu'); -- fn_lu_priority Insert into dashboard_pg_db_common.fn_lu_priority (PRIORITY_ID,PRIORITY,ACTIVE_YN,SORT_ORDER) values (10,'Low','Y',10); Insert into dashboard_pg_db_common.fn_lu_priority (PRIORITY_ID,PRIORITY,ACTIVE_YN,SORT_ORDER) values (20,'Normal','Y',20); Insert into dashboard_pg_db_common.fn_lu_priority (PRIORITY_ID,PRIORITY,ACTIVE_YN,SORT_ORDER) values (30,'High','Y',30); Insert into dashboard_pg_db_common.fn_lu_priority (PRIORITY_ID,PRIORITY,ACTIVE_YN,SORT_ORDER) values (40,'Urgent','Y',40); Insert into dashboard_pg_db_common.fn_lu_priority (PRIORITY_ID,PRIORITY,ACTIVE_YN,SORT_ORDER) values (50,'Fatal','Y',50); -- fn_lu_state Insert into dashboard_pg_db_common.fn_lu_state (STATE_CD,STATE) values ('NJ','NJ - New Jersey'); Insert into dashboard_pg_db_common.fn_lu_state (STATE_CD,STATE) values ('NY','NY - New York'); Insert into dashboard_pg_db_common.fn_lu_state (STATE_CD,STATE) values ('CA','CA - California'); Insert into dashboard_pg_db_common.fn_lu_state (STATE_CD,STATE) values ('CO','CO - Colorado'); Insert into dashboard_pg_db_common.fn_lu_state (STATE_CD,STATE) values ('FL','FL - Florida'); Insert into dashboard_pg_db_common.fn_lu_state (STATE_CD,STATE) values ('GA','GA - Georgia'); Insert into dashboard_pg_db_common.fn_lu_state (STATE_CD,STATE) values ('VA','VA - Virginia'); Insert into dashboard_pg_db_common.fn_lu_state (STATE_CD,STATE) values ('KY','KY - Kentucky'); Insert into dashboard_pg_db_common.fn_lu_state (STATE_CD,STATE) values ('TX','TX - Texas'); Insert into dashboard_pg_db_common.fn_lu_state (STATE_CD,STATE) values ('AK','AK - Alaska'); Insert into dashboard_pg_db_common.fn_lu_state (STATE_CD,STATE) values ('AL','AL - Alabama'); Insert into dashboard_pg_db_common.fn_lu_state (STATE_CD,STATE) values ('AR','AR - Arkansas'); Insert into dashboard_pg_db_common.fn_lu_state (STATE_CD,STATE) values ('AZ','AZ - Arizona'); Insert into dashboard_pg_db_common.fn_lu_state (STATE_CD,STATE) values ('CT','CT - Connecticut'); Insert into dashboard_pg_db_common.fn_lu_state (STATE_CD,STATE) values ('DC','DC - District Of Columbia'); Insert into dashboard_pg_db_common.fn_lu_state (STATE_CD,STATE) values ('DE','DE - Delaware'); Insert into dashboard_pg_db_common.fn_lu_state (STATE_CD,STATE) values ('HI','HI - Hawaii'); Insert into dashboard_pg_db_common.fn_lu_state (STATE_CD,STATE) values ('ID','ID - Idaho'); Insert into dashboard_pg_db_common.fn_lu_state (STATE_CD,STATE) values ('IL','IL - Illinois'); Insert into dashboard_pg_db_common.fn_lu_state (STATE_CD,STATE) values ('IN','IN - Indiana'); Insert into dashboard_pg_db_common.fn_lu_state (STATE_CD,STATE) values ('IA','IA - Iowa'); Insert into dashboard_pg_db_common.fn_lu_state (STATE_CD,STATE) values ('KS','KS - Kansas'); Insert into dashboard_pg_db_common.fn_lu_state (STATE_CD,STATE) values ('LA','LA - Louisiana'); Insert into dashboard_pg_db_common.fn_lu_state (STATE_CD,STATE) values ('MA','MA - Massachusetts'); Insert into dashboard_pg_db_common.fn_lu_state (STATE_CD,STATE) values ('MD','MD - Maryland'); Insert into dashboard_pg_db_common.fn_lu_state (STATE_CD,STATE) values ('ME','ME - Maine'); Insert into dashboard_pg_db_common.fn_lu_state (STATE_CD,STATE) values ('MI','MI - Michigan'); Insert into dashboard_pg_db_common.fn_lu_state (STATE_CD,STATE) values ('MN','MN - Minnesota'); Insert into dashboard_pg_db_common.fn_lu_state (STATE_CD,STATE) values ('MO','MO - Missouri'); Insert into dashboard_pg_db_common.fn_lu_state (STATE_CD,STATE) values ('MS','MS - Mississippi'); Insert into dashboard_pg_db_common.fn_lu_state (STATE_CD,STATE) values ('MT','MT - Montana'); Insert into dashboard_pg_db_common.fn_lu_state (STATE_CD,STATE) values ('NC','NC - North Carolina'); Insert into dashboard_pg_db_common.fn_lu_state (STATE_CD,STATE) values ('ND','ND - North Dakota'); Insert into dashboard_pg_db_common.fn_lu_state (STATE_CD,STATE) values ('NE','NE - Nebraska'); Insert into dashboard_pg_db_common.fn_lu_state (STATE_CD,STATE) values ('NH','NH - New Hampshire'); Insert into dashboard_pg_db_common.fn_lu_state (STATE_CD,STATE) values ('NM','NM - New Mexico'); Insert into dashboard_pg_db_common.fn_lu_state (STATE_CD,STATE) values ('NV','NV - Nevada'); Insert into dashboard_pg_db_common.fn_lu_state (STATE_CD,STATE) values ('OH','OH - Ohio'); Insert into dashboard_pg_db_common.fn_lu_state (STATE_CD,STATE) values ('OK','OK - Oklahoma'); Insert into dashboard_pg_db_common.fn_lu_state (STATE_CD,STATE) values ('OR','OR - Oregon'); Insert into dashboard_pg_db_common.fn_lu_state (STATE_CD,STATE) values ('PA','PA - Pennsylvania'); Insert into dashboard_pg_db_common.fn_lu_state (STATE_CD,STATE) values ('PR','PR - Puerto Rico'); Insert into dashboard_pg_db_common.fn_lu_state (STATE_CD,STATE) values ('RI','RI - Rhode Island'); Insert into dashboard_pg_db_common.fn_lu_state (STATE_CD,STATE) values ('SC','SC - South Carolina'); Insert into dashboard_pg_db_common.fn_lu_state (STATE_CD,STATE) values ('SD','SD - South Dakota'); Insert into dashboard_pg_db_common.fn_lu_state (STATE_CD,STATE) values ('TN','TN - Tennessee'); Insert into dashboard_pg_db_common.fn_lu_state (STATE_CD,STATE) values ('UT','UT - Utah'); Insert into dashboard_pg_db_common.fn_lu_state (STATE_CD,STATE) values ('VT','VT - Vermont'); Insert into dashboard_pg_db_common.fn_lu_state (STATE_CD,STATE) values ('WA','WA - Washington'); Insert into dashboard_pg_db_common.fn_lu_state (STATE_CD,STATE) values ('WV','WV - West Virginia'); Insert into dashboard_pg_db_common.fn_lu_state (STATE_CD,STATE) values ('WI','WI - Wisconsin'); Insert into dashboard_pg_db_common.fn_lu_state (STATE_CD,STATE) values ('WY','WY - Wyoming'); Insert into dashboard_pg_db_common.fn_lu_state (STATE_CD,STATE) values ('VI','VI-Virgin Island'); -- fn_lu_tab_set Insert into dashboard_pg_db_common.fn_lu_tab_set (TAB_SET_CD,TAB_SET_NAME) values ('APP','Application Tabs'); -- fn_lu_timezone Insert into dashboard_pg_db_common.fn_lu_timezone (TIMEZONE_ID,TIMEZONE_NAME,TIMEZONE_VALUE) values (10,'US/Eastern','US/Eastern'); Insert into dashboard_pg_db_common.fn_lu_timezone (TIMEZONE_ID,TIMEZONE_NAME,TIMEZONE_VALUE) values (20,'US/Central','US/Central'); Insert into dashboard_pg_db_common.fn_lu_timezone (TIMEZONE_ID,TIMEZONE_NAME,TIMEZONE_VALUE) values (30,'US/Mountain','US/Mountain'); Insert into dashboard_pg_db_common.fn_lu_timezone (TIMEZONE_ID,TIMEZONE_NAME,TIMEZONE_VALUE) values (40,'US/Arizona','America/Phoenix'); Insert into dashboard_pg_db_common.fn_lu_timezone (TIMEZONE_ID,TIMEZONE_NAME,TIMEZONE_VALUE) values (50,'US/Pacific','US/Pacific'); Insert into dashboard_pg_db_common.fn_lu_timezone (TIMEZONE_ID,TIMEZONE_NAME,TIMEZONE_VALUE) values (60,'US/Alaska','US/Alaska'); Insert into dashboard_pg_db_common.fn_lu_timezone (TIMEZONE_ID,TIMEZONE_NAME,TIMEZONE_VALUE) values (70,'US/Hawaii','US/Hawaii'); -- fn_function Insert into dashboard_pg_db_common.fn_function (FUNCTION_CD,FUNCTION_NAME) values ('login','Login'); Insert into dashboard_pg_db_common.fn_function (FUNCTION_CD,FUNCTION_NAME) values ('menu_ecd','Home Menu'); Insert into dashboard_pg_db_common.fn_function (FUNCTION_CD,FUNCTION_NAME) values ('menu_inventory','Inventory Menu'); Insert into dashboard_pg_db_common.fn_function (FUNCTION_CD,FUNCTION_NAME) values ('menu_consul','Consul Menu'); Insert into dashboard_pg_db_common.fn_function (FUNCTION_CD,FUNCTION_NAME) values ('menu_profile','Profile Menu'); Insert into dashboard_pg_db_common.fn_function (FUNCTION_CD,FUNCTION_NAME) values ('menu_profile_create','Profile Create'); Insert into dashboard_pg_db_common.fn_function (FUNCTION_CD,FUNCTION_NAME) values ('menu_profile_import','Profile Import'); Insert into dashboard_pg_db_common.fn_function (FUNCTION_CD,FUNCTION_NAME) values ('menu_admin','Admin Menu'); Insert into dashboard_pg_db_common.fn_function (FUNCTION_CD,FUNCTION_NAME) values ('menu_logout','Logout Menu'); -- fn_menu INSERT INTO dashboard_pg_db_common.fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (1, 'Root', NULL, 10, 'ecd', 'menu_ecd', 'N', NULL, NULL, NULL, NULL, 'APP', 'N', NULL); INSERT INTO dashboard_pg_db_common.fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (30001,'Home', 1, 15,'ecd#', 'menu_ecd', 'Y','N/A','N/A','N/A','N/A','APP','N','icon-building-home'); INSERT INTO dashboard_pg_db_common.fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (30007,'System Health', 1, 45,'#', 'menu_consul', 'Y','N/A','N/A','N/A','N/A','APP','N','icon-datanetwork-softwareasaservice'); INSERT INTO dashboard_pg_db_common.fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (30008,'Service Health', 30007, 50,'ecd#/sh', 'menu_consul', 'Y','N/A','N/A','N/A','N/A','APP','N',NULL); INSERT INTO dashboard_pg_db_common.fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (30009,'Node Health', 30007, 55,'ecd#/nh', 'menu_consul', 'Y','N/A','N/A','N/A','N/A','APP','N',NULL); INSERT INTO dashboard_pg_db_common.fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (30010,'Data Centers', 30007, 60,'ecd#/dc', 'menu_consul', 'N','N/A','N/A','N/A','N/A','APP','N',NULL); INSERT INTO dashboard_pg_db_common.fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (30011,'Inventory', 1, 25,'#', 'menu_inventory', 'Y','N/A','N/A','N/A','N/A','APP','N','icon-building-door'); INSERT INTO dashboard_pg_db_common.fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (30012,'Blueprints', 30011, 35,'ecd#/ibp', 'menu_inventory', 'Y','N/A','N/A','N/A','N/A','APP','N',NULL); INSERT INTO dashboard_pg_db_common.fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (30013,'Deployments', 30011, 40,'ecd#/idep', 'menu_inventory', 'Y','N/A','N/A','N/A','N/A','APP','N',NULL); INSERT INTO dashboard_pg_db_common.fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (9, 'Users', 1, 90, '#', 'menu_profile', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', 'icon-people-oneperson'); INSERT INTO dashboard_pg_db_common.fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (930, 'Search', 9, 15, 'ecd#/profile_search', 'menu_admin', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', NULL); INSERT INTO dashboard_pg_db_common.fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (94, 'Self', 9, 40, 'ecd#/self_profile', 'menu_profile', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', NULL); INSERT INTO dashboard_pg_db_common.fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (10, 'Admin', 1, 110, '#', 'menu_admin', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', 'icon-controls-settingsconnectedactivity'); INSERT INTO dashboard_pg_db_common.fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (101, 'Roles', 10, 20, 'ecd#/role_list', 'menu_admin', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', NULL); INSERT INTO dashboard_pg_db_common.fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (102, 'Role Functions', 10, 30, 'ecd#/role_function_list', 'menu_admin', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', NULL); INSERT INTO dashboard_pg_db_common.fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (105, 'Cache Admin', 10, 40, 'ecd#/jcs_admin', 'menu_admin', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', NULL); INSERT INTO dashboard_pg_db_common.fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (108, 'Usage', 10, 80, 'ecd#/usage_list', 'menu_admin', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', NULL); INSERT INTO dashboard_pg_db_common.fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (150022, 'Menus', 10, 60, 'ecd#/admin_menu_edit', 'menu_admin', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', NULL); -- fn_restricted_url INSERT INTO dashboard_pg_db_common.fn_restricted_url (restricted_url, function_cd) VALUES ('role.htm','menu_admin'); INSERT INTO dashboard_pg_db_common.fn_restricted_url (restricted_url, function_cd) VALUES ('role_function.htm','menu_admin'); INSERT INTO dashboard_pg_db_common.fn_restricted_url (restricted_url, function_cd) VALUES ('profile.htm','menu_profile_create'); -- fn_role Insert into dashboard_pg_db_common.fn_role (ROLE_ID,ROLE_NAME,ACTIVE_YN,PRIORITY) values (1,'System Administrator','Y',1); Insert into dashboard_pg_db_common.fn_role (ROLE_ID,ROLE_NAME,ACTIVE_YN,PRIORITY) values (2,'Write Access','Y',2); Insert into dashboard_pg_db_common.fn_role (ROLE_ID,ROLE_NAME,ACTIVE_YN,PRIORITY) values (3,'Read Access','Y',3); Insert into dashboard_pg_db_common.fn_role (ROLE_ID,ROLE_NAME,ACTIVE_YN,PRIORITY) values (16,'Standard User','Y',5); -- fn_role_composite Insert into dashboard_pg_db_common.fn_role_composite (PARENT_ROLE_ID,CHILD_ROLE_ID) values (1,16); Insert into dashboard_pg_db_common.fn_role_composite (PARENT_ROLE_ID,CHILD_ROLE_ID) values (1,2); Insert into dashboard_pg_db_common.fn_role_composite (PARENT_ROLE_ID,CHILD_ROLE_ID) values (1,3); Insert into dashboard_pg_db_common.fn_role_composite (PARENT_ROLE_ID,CHILD_ROLE_ID) values (2,3); -- fn_role_function Insert into dashboard_pg_db_common.fn_role_function (ROLE_ID,FUNCTION_CD) values (1,'login'); Insert into dashboard_pg_db_common.fn_role_function (ROLE_ID,FUNCTION_CD) values (1,'menu_ecd'); Insert into dashboard_pg_db_common.fn_role_function (ROLE_ID,FUNCTION_CD) values (1,'menu_inventory'); Insert into dashboard_pg_db_common.fn_role_function (ROLE_ID,FUNCTION_CD) values (1,'menu_consul'); Insert into dashboard_pg_db_common.fn_role_function (ROLE_ID,FUNCTION_CD) values (1,'menu_profile'); Insert into dashboard_pg_db_common.fn_role_function (ROLE_ID,FUNCTION_CD) values (1,'menu_admin'); Insert into dashboard_pg_db_common.fn_role_function (ROLE_ID,FUNCTION_CD) values (1,'menu_profile_create'); Insert into dashboard_pg_db_common.fn_role_function (ROLE_ID,FUNCTION_CD) values (1,'menu_profile_import'); Insert into dashboard_pg_db_common.fn_role_function (ROLE_ID,FUNCTION_CD) values (1,'menu_logout'); Insert into dashboard_pg_db_common.fn_role_function (ROLE_ID,FUNCTION_CD) values (2,'login'); Insert into dashboard_pg_db_common.fn_role_function (ROLE_ID,FUNCTION_CD) values (2,'menu_ecd'); Insert into dashboard_pg_db_common.fn_role_function (ROLE_ID,FUNCTION_CD) values (2,'menu_inventory'); Insert into dashboard_pg_db_common.fn_role_function (ROLE_ID,FUNCTION_CD) values (2,'menu_consul'); Insert into dashboard_pg_db_common.fn_role_function (ROLE_ID,FUNCTION_CD) values (2,'menu_profile'); Insert into dashboard_pg_db_common.fn_role_function (ROLE_ID,FUNCTION_CD) values (2,'menu_logout'); Insert into dashboard_pg_db_common.fn_role_function (ROLE_ID,FUNCTION_CD) values (3,'login'); Insert into dashboard_pg_db_common.fn_role_function (ROLE_ID,FUNCTION_CD) values (3,'menu_ecd'); Insert into dashboard_pg_db_common.fn_role_function (ROLE_ID,FUNCTION_CD) values (3,'menu_inventory'); Insert into dashboard_pg_db_common.fn_role_function (ROLE_ID,FUNCTION_CD) values (3,'menu_consul'); Insert into dashboard_pg_db_common.fn_role_function (ROLE_ID,FUNCTION_CD) values (3,'menu_profile'); Insert into dashboard_pg_db_common.fn_role_function (ROLE_ID,FUNCTION_CD) values (3,'menu_logout'); Insert into dashboard_pg_db_common.fn_role_function (ROLE_ID,FUNCTION_CD) values (16,'login'); Insert into dashboard_pg_db_common.fn_role_function (ROLE_ID,FUNCTION_CD) values (16,'menu_ecd'); Insert into dashboard_pg_db_common.fn_role_function (ROLE_ID,FUNCTION_CD) values (16,'menu_inventory'); Insert into dashboard_pg_db_common.fn_role_function (ROLE_ID,FUNCTION_CD) values (16,'menu_consul'); Insert into dashboard_pg_db_common.fn_role_function (ROLE_ID,FUNCTION_CD) values (16,'menu_profile'); Insert into dashboard_pg_db_common.fn_role_function (ROLE_ID,FUNCTION_CD) values (16,'menu_logout'); -- fn_user -- This row defines a superuser which is accepted by login_extern.htm Insert into dashboard_pg_db_common.fn_user (USER_ID,ORG_ID,MANAGER_ID,FIRST_NAME,MIDDLE_NAME,LAST_NAME,PHONE,FAX,CELLULAR,EMAIL,ADDRESS_ID,ALERT_METHOD_CD,HRID,ORG_USER_ID,ORG_CODE,LOGIN_ID,LOGIN_PWD,LAST_LOGIN_DATE,ACTIVE_YN,CREATED_ID,CREATED_DATE,MODIFIED_ID,MODIFIED_DATE,IS_INTERNAL_YN,ADDRESS_LINE_1,ADDRESS_LINE_2,CITY,STATE_CD,ZIP_CODE,COUNTRY_CD,LOCATION_CLLI,ORG_MANAGER_USERID,COMPANY,DEPARTMENT_NAME,JOB_TITLE,TIMEZONE,DEPARTMENT,BUSINESS_UNIT,BUSINESS_UNIT_NAME,COST_CENTER,FIN_LOC_CODE,SILO_STATUS) values (1,null,null,'Super',null,'User','908-901-2494',null,null,'<EMAIL>',null,null,null,'su1234',null,'su1234','fusion',to_date('21-AUG-14','dd-MON-YY'),'Y',null,to_date('15-DEC-05','dd-MON-YY'),1,to_date('21-AUG-14','dd-MON-YY'),'N',null,null,null,'NJ',null,'US',null,null,null,null,null,10,null,null,null,null,null,null) ; -- fn_app Insert into dashboard_pg_db_common.fn_app (APP_ID,APP_NAME,APP_IMAGE_URL,APP_DESCRIPTION,APP_NOTES,APP_URL,APP_ALTERNATE_URL,APP_REST_ENDPOINT,ML_APP_NAME,ML_APP_ADMIN_ID,MOTS_ID,APP_PASSWORD,OPEN,ENABLED,THUMBNAIL,APP_USERNAME,UEB_KEY,UEB_SECRET,UEB_TOPIC_NAME) VALUES (1,'EC-DASH-APP','assets/images/tmp/portal1.png','Some Default Description','Some Default Note','http://www.att.com','http://www.att.com',null,'ECPP','?','1','JuCerIRKt/faEcx8QdgncLEEv+IOZjpHe7Pi5DEPqKs=','N','Y',null,'Default',null,null,'ECOMP-PORTAL-INBOX'); -- fn_user_role Insert into dashboard_pg_db_common.fn_user_role (USER_ID,ROLE_ID,PRIORITY,APP_ID) values (1,1,null,1); ALTER ROLE dashboard_pg_admin SET search_path TO dashboard_pg_db_common; -- --------------------------------------------------------------------------------------------------------------- -- This script creates and populates component table -- --------------------------------------------------------------------------------------------------------------- CREATE SEQUENCE IF NOT EXISTS dashboard_pg_db_common.seq_ecd_component; CREATE TABLE IF NOT EXISTS dashboard_pg_db_common.ecd_component ( ecd_component_id integer NOT NULL DEFAULT nextval('dashboard_pg_db_common.seq_ecd_component') primary key, ecd_component_name varchar(80), ecd_component_display varchar(80)); ALTER SEQUENCE dashboard_pg_db_common.seq_ecd_component OWNED BY dashboard_pg_db_common.ecd_component.ecd_component_id; INSERT INTO dashboard_pg_db_common.ecd_component( ecd_component_name, ecd_component_display) VALUES ('controller', 'CONTROLLER'); INSERT INTO dashboard_pg_db_common.ecd_component( ecd_component_name, ecd_component_display) VALUES ('mso', 'MSO'); INSERT INTO dashboard_pg_db_common.ecd_component( ecd_component_name, ecd_component_display) VALUES ('appc', 'APP-C'); INSERT INTO dashboard_pg_db_common.ecd_component( ecd_component_name, ecd_component_display) VALUES ('clamp', 'CLAMP'); INSERT INTO dashboard_pg_db_common.ecd_component( ecd_component_name, ecd_component_display) VALUES ('scheduler', 'ECOMP SCHEDULER'); INSERT INTO dashboard_pg_db_common.ecd_component( ecd_component_name, ecd_component_display) VALUES ('policy', 'POLICY'); INSERT INTO dashboard_pg_db_common.ecd_component( ecd_component_name, ecd_component_display) VALUES ('vid', 'VID'); INSERT INTO dashboard_pg_db_common.ecd_component( ecd_component_name, ecd_component_display) VALUES ('conductor', 'CONDUCTOR'); INSERT INTO dashboard_pg_db_common.ecd_component( ecd_component_name, ecd_component_display) VALUES ('eipam', 'EIPAM'); INSERT INTO dashboard_pg_db_common.ecd_component( ecd_component_name, ecd_component_display) VALUES ('sdc', 'ASDC'); INSERT INTO dashboard_pg_db_common.ecd_component( ecd_component_name, ecd_component_display) VALUES ('sdncp', 'SDN-CP'); INSERT INTO dashboard_pg_db_common.ecd_component( ecd_component_name, ecd_component_display) VALUES ('sdngc', 'SDN-GC'); INSERT INTO dashboard_pg_db_common.ecd_component( ecd_component_name, ecd_component_display) VALUES ('sniro', 'SNIRO'); INSERT INTO dashboard_pg_db_common.ecd_component( ecd_component_name, ecd_component_display) VALUES ('valet', 'E-VALET'); INSERT INTO dashboard_pg_db_common.ecd_component( ecd_component_name, ecd_component_display) VALUES ('cpads-sdba', 'SDBA'); INSERT INTO dashboard_pg_db_common.ecd_component( ecd_component_name, ecd_component_display) VALUES ('pdasms', 'PDAS'); INSERT INTO dashboard_pg_db_common.ecd_component( ecd_component_name, ecd_component_display) VALUES ('aai', 'A&AI'); INSERT INTO dashboard_pg_db_common.ecd_component( ecd_component_name, ecd_component_display) VALUES ('dcae', 'DCAE'); INSERT INTO dashboard_pg_db_common.ecd_component( ecd_component_name, ecd_component_display) VALUES ('portal', 'PORTAL'); INSERT INTO dashboard_pg_db_common.ecd_component( ecd_component_name, ecd_component_display) VALUES ('sdngp', 'SDN-GP'); INSERT INTO dashboard_pg_db_common.ecd_component( ecd_component_name, ecd_component_display) VALUES ('sdna', 'SDN-A'); INSERT INTO dashboard_pg_db_common.ecd_component( ecd_component_name, ecd_component_display) VALUES ('music', 'MUSIC'); CREATE unique index ecd_component_nm on dashboard_pg_db_common.ecd_component using btree (ecd_component_name); -- --------------------------------------------------------------------------------------------------------------- -- set of changes to keep schema in sync with current portal SDK library -- --------------------------------------------------------------------------------------------------------------- INSERT INTO dashboard_pg_db_common.fn_restricted_url (restricted_url, function_cd) VALUES ('profile/removeRole','menu_profile_create'); INSERT INTO dashboard_pg_db_common.fn_restricted_url (restricted_url, function_cd) VALUES ('profile/addNewRole','menu_profile_create'); alter table dashboard_pg_db_common.fn_function add type VARCHAR(20); alter table dashboard_pg_db_common.fn_function add action VARCHAR(20); ALTER TABLE dashboard_pg_db_common.fn_function ADD CONSTRAINT function UNIQUE (FUNCTION_CD,TYPE,ACTION); update dashboard_pg_db_common.fn_function set type = 'menu' , action = '*' where function_cd = 'menu_ecd'; update dashboard_pg_db_common.fn_function set type = 'menu' , action = '*' where function_cd = 'menu_inventory'; update dashboard_pg_db_common.fn_function set type = 'menu' , action = '*' where function_cd = 'menu_consul'; update dashboard_pg_db_common.fn_function set type = 'menu' , action = '*' where function_cd = 'menu_profile'; update dashboard_pg_db_common.fn_function set type = 'menu' , action = '*' where function_cd = 'menu_profile_create'; update dashboard_pg_db_common.fn_function set type = 'menu' , action = '*' where function_cd = 'menu_profile_import'; update dashboard_pg_db_common.fn_function set type = 'menu' , action = '*' where function_cd = 'menu_admin'; update dashboard_pg_db_common.fn_function set type = 'menu' , action = '*' where function_cd = 'menu_logout'; update dashboard_pg_db_common.fn_function set type = 'menu' , action = '*' where function_cd = 'login'; -- REST API docs Insert into dashboard_pg_db_common.fn_function (FUNCTION_CD,FUNCTION_NAME,TYPE,ACTION) values ('menu_api','API Menu','menu','*'); INSERT INTO dashboard_pg_db_common.fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (20,'REST API', 1, 35,'#', 'menu_api', 'Y','N/A','N/A','N/A','N/A','APP','N','icon-arrows-upload'); INSERT INTO dashboard_pg_db_common.fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (21,'Documentation', 20, 35,'ecd#/api', 'menu_api', 'Y','N/A','N/A','N/A','N/A','APP','N',''); INSERT INTO dashboard_pg_db_common.fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (22,'Swagger Spec', 20, 40,'ecd#/api-spec', 'menu_api', 'Y','N/A','N/A','N/A','N/A','APP','N',''); Insert into dashboard_pg_db_common.fn_role_function (ROLE_ID,FUNCTION_CD) values (1,'menu_api'); Insert into dashboard_pg_db_common.fn_role_function (ROLE_ID,FUNCTION_CD) values (2,'menu_api'); Insert into dashboard_pg_db_common.fn_role_function (ROLE_ID,FUNCTION_CD) values (3,'menu_api'); Insert into dashboard_pg_db_common.fn_role_function (ROLE_ID,FUNCTION_CD) values (16,'menu_api'); INSERT INTO dashboard_pg_db_common.fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (30015,'Cloudify Plugins', 30011, 50,'ecd#/iplug', 'menu_inventory', 'Y','N/A','N/A','N/A','N/A','APP','N',NULL);
CREATE TABLE [dbo].[TransactionHistoryStep1] ( [Date] DATETIME2 (7) NOT NULL, [Description] NVARCHAR (100) NOT NULL, [Amount] FLOAT (53) NOT NULL, [Balance] FLOAT (53) NOT NULL );
<reponame>b00men/migrations<filename>migrations/27_add_project_id_log.down.sql ALTER TABLE log DROP COLUMN project_id;
# Dump of table fuel_blog_comments # ------------------------------------------------------------ CREATE TABLE `fuel_blog_comments` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `post_id` int(10) unsigned NOT NULL, `parent_id` int(10) unsigned NOT NULL, `author_id` int(10) unsigned NOT NULL, `author_name` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `author_email` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `author_website` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `author_ip` varchar(50) COLLATE utf8_unicode_ci NOT NULL, `is_spam` enum('yes','no') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'no', `content` text COLLATE utf8_unicode_ci NOT NULL, `published` enum('yes','no') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'yes', `date_added` datetime NOT NULL, `last_modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; # Dump of table fuel_blog_links # ------------------------------------------------------------ CREATE TABLE `fuel_blog_links` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) DEFAULT NULL, `url` varchar(255) DEFAULT NULL, `target` enum('blank','self','parent') DEFAULT 'blank', `description` varchar(100) DEFAULT NULL, `precedence` int(11) NOT NULL DEFAULT '0', `language` varchar(30) NOT NULL DEFAULT 'english', `published` enum('yes','no') DEFAULT 'yes', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; # Dump of table fuel_blog_posts # ------------------------------------------------------------ CREATE TABLE `fuel_blog_posts` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `title` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `language` varchar(30) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'english', `content` text COLLATE utf8_unicode_ci NOT NULL, `content_filtered` text COLLATE utf8_unicode_ci NOT NULL, `formatting` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL, `excerpt` text COLLATE utf8_unicode_ci NOT NULL COMMENT 'A condensed version of the content', `slug` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '' COMMENT 'This is the last part of the url string. If left blank, the slug will automatically be created for you.', `author_id` int(10) unsigned NOT NULL COMMENT 'If left blank, you will assumed be the author.', `main_image` varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `list_image` varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `thumbnail_image` varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `sticky` enum('yes','no') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'no', `allow_comments` enum('yes','no') COLLATE utf8_unicode_ci DEFAULT 'no', `publish_date` datetime NOT NULL, `page_title` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `meta_description` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `meta_keywords` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `canonical` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `og_title` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `og_description` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `og_image` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `category_id` int(10) unsigned NOT NULL, `date_added` datetime DEFAULT NULL, `last_modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `published` enum('yes','no') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`id`), UNIQUE KEY `permalink` (`slug`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; # Dump of table fuel_blog_users # ------------------------------------------------------------ CREATE TABLE `fuel_blog_users` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `fuel_user_id` int(10) unsigned NOT NULL, `display_name` varchar(50) NOT NULL, `website` varchar(100) NOT NULL, `about` text NOT NULL, `avatar_image` varchar(255) NOT NULL DEFAULT '', `social_media_links` text NOT NULL, `date_added` datetime DEFAULT NULL, `active` enum('yes','no') NOT NULL DEFAULT 'yes', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; # Needed for Dashboard # ------------------------------------------------------------ INSERT INTO `fuel_permissions` (`id`, `description`, `name`, `active`) VALUES (NULL, 'Blog', 'blog', 'yes');
<reponame>adhookio/woozle<filename>database/init/03_Create_User.sql<gh_stars>1-10 --------------------------------------------------------------------- -- Initializationscript for an example User with mandator assignment --------------------------------------------------------------------- -- Translation Records for Active/Inactive User Status INSERT INTO woo.Translation VALUES ('Aktiv') INSERT INTO woo.Translation VALUES ('Inaktiv') INSERT INTO woo.TranslationItem VALUES ((SELECT Id FROM woo.Translation WHERE DefaultDescription = 'Aktiv'), (SELECT TOP 1 Id FROM woo.Language), 'Active') INSERT INTO woo.TranslationItem VALUES ((SELECT Id FROM woo.Translation WHERE DefaultDescription = 'Inaktiv'), (SELECT TOP 1 Id FROM woo.Language), 'Inactive') -- Creating Statusfield INSERT INTO woo.StatusField VALUES('Flagactive') -- Creating Statusvalues INSERT INTO woo.Status VALUES('Active', (SELECT Id from woo.StatusField where Name = 'Flagactive'), (SELECT Id FROM woo.Translation where DefaultDescription = 'Aktiv')) INSERT INTO woo.Status VALUES('Inactive', (SELECT Id from woo.StatusField where Name = 'Flagactive'), (SELECT Id FROM woo.Translation where DefaultDescription = 'Inaktiv')) -- Creating User INSERT INTO woo.[User] VALUES('user1', '<PASSWORD>', 1, GETDATE(), GETDATE(), (SELECT TOP 1 Id FROM woo.Language), (SELECT TOP 1 Id FROM woo.Status where Value = 'Active'), null, 'Firstname', 'Lastname') -- Creating Role INSERT INTO woo.[Role] VALUES('Administrator', 'Administrator Role', 'ADM') -- Assign Role to the example mandator INSERT INTO woo.MandatorRole VALUES((SELECT TOP 1 Id FROM woo.Mandator), (SELECT TOP 1 Id FROM woo.[Role])) -- Assign the User to the Mandator Role INSERT INTO woo.UserMandatorRole VALUES((SELECT TOP 1 Id FROM woo.[User]), (SELECT TOP 1 Id FROM woo.MandatorRole))
<gh_stars>100-1000 # --- !Ups create table pull_request_commit ( id bigint not null, pull_request_id bigint, commit_id varchar(255), commit_short_id varchar(7), commit_message varchar(2000), created timestamp, author_date timestamp, author_email varchar(255), state varchar(10), constraint pk_pull_request_commit primary key (id)) ; create sequence pull_request_commit_seq; alter table pull_request_commit add constraint fk_pull_request_commit_1 foreign key (pull_request_id) references pull_request(id) on delete restrict on update restrict; # --- !Downs drop table if exists pull_request_commit; drop sequence if exists pull_request_commit_seq;
DROP TABLE auth_assignment; 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 `auth_assignment_user_id_idx` (`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; INSERT INTO auth_assignment VALUES("admin","1","1516773665"); INSERT INTO auth_assignment VALUES("author","41","1516773665"); DROP TABLE auth_item; 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; INSERT INTO auth_item VALUES("admin","1","","","","1516773665","1516773665"); INSERT INTO auth_item VALUES("author","1","","","","1516773665","1516773665"); INSERT INTO auth_item VALUES("createPost","2","Create a post","","","1516773665","1516773665"); INSERT INTO auth_item VALUES("updatePost","2","Update post","","","1516773665","1516773665"); DROP TABLE auth_item_child; 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; INSERT INTO auth_item_child VALUES("admin","author"); INSERT INTO auth_item_child VALUES("author","createPost"); INSERT INTO auth_item_child VALUES("admin","updatePost"); DROP TABLE auth_rule; 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; DROP TABLE migration; CREATE TABLE `migration` ( `version` varchar(180) NOT NULL, `apply_time` int(11) DEFAULT NULL, PRIMARY KEY (`version`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; INSERT INTO migration VALUES("m000000_000000_base","1514960736"); INSERT INTO migration VALUES("m140506_102106_rbac_init","1516773316"); INSERT INTO migration VALUES("m170907_052038_rbac_add_index_on_auth_assignment_user_id","1516773316"); INSERT INTO migration VALUES("m180103_062712_tn_user","1514960974"); INSERT INTO migration VALUES("m180124_055839_init_rbac","1516773665"); INSERT INTO migration VALUES("m180130_052158_update_user","1517290665"); INSERT INTO migration VALUES("m180328_151738_add_setting_pagi_default","1523287772"); INSERT INTO migration VALUES("m180328_153820_ex_data","1523287772"); INSERT INTO migration VALUES("m180330_042506_create_skills_tables","1523287772"); INSERT INTO migration VALUES("m180401_144940_delete_user","1523287772"); INSERT INTO migration VALUES("m180403_033430_user_jobs","1523287772"); INSERT INTO migration VALUES("m180408_094758_field_ws","1523287772"); INSERT INTO migration VALUES("m180409_054628_change","1523287772"); INSERT INTO migration VALUES("m180414_151147_jobs_cate","1523723265"); INSERT INTO migration VALUES("m180418_054857_tn_file_uploads","1524670805"); INSERT INTO migration VALUES("m180419_135004_abc","1524670805"); INSERT INTO migration VALUES("m180425_152436_modify","1524670805"); INSERT INTO migration VALUES("m180426_160805_aaa","1524762403"); INSERT INTO migration VALUES("m180426_164323_aaaa","1524762403"); INSERT INTO migration VALUES("m180502_155604_user_candidate","1525277614"); INSERT INTO migration VALUES("m180503_152634_change_jobs","1525364036"); INSERT INTO migration VALUES("m180503_160004_comment","1525364036"); INSERT INTO migration VALUES("m180517_060358_add_field","1526572116"); INSERT INTO migration VALUES("m180607_151858_cv_end_date","1528388488"); DROP TABLE tn_article; CREATE TABLE `tn_article` ( `id` int(11) NOT NULL AUTO_INCREMENT, `category_id` int(11) DEFAULT NULL, `type_id` tinyint(2) DEFAULT NULL, `name` varchar(255) DEFAULT NULL, `slug` varchar(255) DEFAULT NULL, `content` text, `image` varchar(255) DEFAULT NULL, `description` text, `keyword` varchar(255) DEFAULT NULL, `tag` varchar(255) DEFAULT NULL, `view` int(11) DEFAULT NULL, `created_by` int(11) DEFAULT NULL, `created_at` datetime DEFAULT NULL, `updated_by` int(11) DEFAULT NULL, `updated_at` datetime DEFAULT NULL, `star` tinyint(1) DEFAULT '0', `source` varchar(255) DEFAULT NULL, `is_comment` tinyint(1) DEFAULT '0', `comment_totel` int(11) DEFAULT '0', `sorted` int(11) DEFAULT NULL, `is_deleted` tinyint(1) DEFAULT '0', `status` tinyint(1) DEFAULT '1', PRIMARY KEY (`id`), KEY `FK_tn_article` (`category_id`), CONSTRAINT `FK_tn_article` FOREIGN KEY (`category_id`) REFERENCES `tn_article_category` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8; INSERT INTO tn_article VALUES("2","3","1","","du-an-cai-tao-khu-biet-thu-kinh-do","<p style=\"text-align:center\"><img alt=\"\" src=\"/web/uploads/images/Dang-thi-cong/Kinh-do/IMG_0036.JPG\" style=\"height:700px; width:1000px\" /></p> \n \n<p style=\"text-align:center\">&nbsp;</p> \n \n<p style=\"text-align:center\"><img alt=\"\" src=\"/web/uploads/images/Dang-thi-cong/Kinh-do/IMG_0041.JPG\" style=\"height:700px; width:1000px\" /></p> \n \n<p style=\"text-align:center\">&nbsp;</p> \n \n<p style=\"text-align:center\"><img alt=\"\" src=\"/web/uploads/images/Dang-thi-cong/Kinh-do/IMG_0059.JPG\" style=\"height:700px; width:1000px\" /></p> \n \n<p style=\"text-align:center\">&nbsp;</p> \n \n<p style=\"text-align:center\"><img alt=\"\" src=\"/web/uploads/images/Dang-thi-cong/Kinh-do/IMG_0125.JPG\" /></p> \n \n<p style=\"text-align:center\">&nbsp;</p> \n \n<p style=\"text-align:center\"><img alt=\"\" src=\"/web/uploads/images/Dang-thi-cong/Kinh-do/IMG_0217.JPG\" /></p> \n \n<p style=\"text-align:center\">&nbsp;</p> \n \n<p style=\"text-align:center\"><img alt=\"\" src=\"/web/uploads/images/Dang-thi-cong/Kinh-do/IMG_0275.JPG\" style=\"height:700px; width:1000px\" /></p> \n \n<p style=\"text-align:center\">&nbsp;</p> \n \n<p style=\"text-align:center\"><img alt=\"\" src=\"/web/uploads/images/Dang-thi-cong/Kinh-do/IMG_0233.JPG\" style=\"height:700px; width:1000px\" /></p> \n \n<p style=\"text-align:center\">&nbsp;</p> \n \n<p style=\"text-align:center\"><img alt=\"\" src=\"/web/uploads/images/Dang-thi-cong/Kinh-do/IMG_0241.JPG\" /></p> \n \n<p style=\"text-align:center\">&nbsp;</p> \n \n<p style=\"text-align:center\"><img alt=\"\" src=\"/web/uploads/images/Dang-thi-cong/Kinh-do/IMG_0242.JPG\" /></p> \n \n<p style=\"text-align:center\">&nbsp;</p> \n \n<p style=\"text-align:center\"><img alt=\"\" src=\"/web/uploads/images/Dang-thi-cong/Kinh-do/IMG_0378.JPG\" /></p> \n","/web/uploads/images/Dang-thi-cong/Kinh-do/IMG_0378.JPG","","","","","","","","","0","","0","0","","0","1"); INSERT INTO tn_article VALUES("3","3","1","","nha-pho-duong-le-co-phuong-an-lac-quan-binh-tan","<p style=\"text-align:center\"><img alt=\"\" src=\"/web/uploads/images/Dang-thi-cong/Le-co/9.JPG\" /></p> \n \n<p style=\"text-align:center\">&nbsp;</p> \n \n<p style=\"text-align:center\"><img alt=\"\" src=\"/web/uploads/images/Dang-thi-cong/Le-co/10.JPG\" /></p> \n \n<p style=\"text-align:center\">&nbsp;</p> \n \n<p style=\"text-align:center\"><img alt=\"\" src=\"/web/uploads/images/Dang-thi-cong/Le-co/1.JPG\" /></p> \n \n<p style=\"text-align:center\">&nbsp;</p> \n \n<p style=\"text-align:center\"><img alt=\"\" src=\"/web/uploads/images/Dang-thi-cong/Le-co/2.JPG\" style=\"height:1000px; width:700px\" /></p> \n \n<p style=\"text-align:center\">&nbsp;</p> \n \n<p style=\"text-align:center\"><img alt=\"\" src=\"/web/uploads/images/Dang-thi-cong/Le-co/3.JPG\" style=\"height:1000px; width:700px\" /></p> \n \n<p style=\"text-align:center\">&nbsp;</p> \n \n<p style=\"text-align:center\"><img alt=\"\" src=\"/web/uploads/images/Dang-thi-cong/Le-co/4.JPG\" style=\"height:1000px; width:700px\" /></p> \n \n<p style=\"text-align:center\">&nbsp;</p> \n \n<p style=\"text-align:center\"><img alt=\"\" src=\"/web/uploads/images/Dang-thi-cong/Le-co/5.JPG\" style=\"height:1000px; width:700px\" /></p> \n \n<p style=\"text-align:center\">&nbsp;</p> \n \n<p style=\"text-align:center\"><img alt=\"\" src=\"/web/uploads/images/Dang-thi-cong/Le-co/6.JPG\" style=\"height:1000px; width:700px\" /></p> \n \n<p style=\"text-align:center\">&nbsp;</p> \n \n<p style=\"text-align:center\"><img alt=\"\" src=\"/web/uploads/images/Dang-thi-cong/Le-co/7.JPG\" style=\"height:1000px; width:700px\" /></p> \n \n<p style=\"text-align:center\">&nbsp;</p> \n \n<p style=\"text-align:center\"><img alt=\"\" src=\"/web/uploads/images/Dang-thi-cong/Le-co/8.JPG\" style=\"height:1000px; width:700px\" /></p> \n","/web/uploads/images/Dang-thi-cong/Le-co/10.JPG","","","","","","","","","0","","0","0","","0","1"); INSERT INTO tn_article VALUES("4","3","1","","nha-pho-duong-so-22-phuong-hiep-binh-chanh-q-thu-duc","<p style=\"text-align:center\"><img alt=\"\" src=\"/web/uploads/images/Dang-thi-cong/Duong-22-hiep-binh-chanh/8.jpg\" /></p> \n \n<p style=\"text-align:center\">&nbsp;</p> \n \n<p style=\"text-align:center\"><img alt=\"\" src=\"/web/uploads/images/Dang-thi-cong/Duong-22-hiep-binh-chanh/1.JPG\" style=\"height:700px; width:1000px\" /></p> \n \n<p style=\"text-align:center\">&nbsp;</p> \n \n<p style=\"text-align:center\"><img alt=\"\" src=\"/web/uploads/images/Dang-thi-cong/Duong-22-hiep-binh-chanh/2.JPG\" style=\"height:1000px; width:700px\" /></p> \n \n<p style=\"text-align:center\">&nbsp;</p> \n \n<p style=\"text-align:center\"><img alt=\"\" src=\"/web/uploads/images/Dang-thi-cong/Duong-22-hiep-binh-chanh/3.JPG\" style=\"height:1000px; width:700px\" /></p> \n \n<p style=\"text-align:center\">&nbsp;</p> \n \n<p style=\"text-align:center\"><img alt=\"\" src=\"/web/uploads/images/Dang-thi-cong/Duong-22-hiep-binh-chanh/4.JPG\" style=\"height:1000px; width:700px\" /></p> \n \n<p style=\"text-align:center\">&nbsp;</p> \n \n<p style=\"text-align:center\"><img alt=\"\" src=\"/web/uploads/images/Dang-thi-cong/Duong-22-hiep-binh-chanh/5.JPG\" style=\"height:1000px; width:700px\" /></p> \n \n<p style=\"text-align:center\">&nbsp;</p> \n \n<p style=\"text-align:center\"><img alt=\"\" src=\"/web/uploads/images/Dang-thi-cong/Duong-22-hiep-binh-chanh/6.JPG\" style=\"height:1000px; width:700px\" /></p> \n \n<p style=\"text-align:center\">&nbsp;</p> \n \n<p style=\"text-align:center\"><img alt=\"\" src=\"/web/uploads/images/Dang-thi-cong/Duong-22-hiep-binh-chanh/7.JPG\" style=\"height:1000px; width:700px\" /></p> \n \n<p style=\"text-align:center\">&nbsp;</p> \n","/web/uploads/images/Dang-thi-cong/Duong-22-hiep-binh-chanh/8.jpg","","","","","","","","","0","","0","0","","0","1"); INSERT INTO tn_article VALUES("5","3","","","nha?-pho??-he?m-36-du?o??ng-bui-tu-toan-p-an-lac-qbinh-tan","<p style=\"text-align: center;\"><img alt=\"\" src=\"/web/uploads/images/Dang-thi-cong/nha-hem-36-bui-tu-toan/IMG_0711.JPG\" /></p> \n \n<p style=\"text-align: center;\">&nbsp;</p> \n \n<p style=\"text-align: center;\"><img alt=\"\" src=\"/web/uploads/images/Dang-thi-cong/nha-hem-36-bui-tu-toan/IMG_0712.JPG\" /></p> \n","/web/uploads/images/Dang-thi-cong/nha-hem-36-bui-tu-toan/IMG_0712.JPG","","","","","","","","","0","","0","0","","0","1"); INSERT INTO tn_article VALUES("6","3","1","","nha-pho-quan-2","<p style=\"text-align: center;\"><img alt=\"\" src=\"/web/uploads/images/Dang-thi-cong/nha-pho-q2/Phoi-canh-quan-2-003.jpg\" /></p> \n","/web/uploads/images/Dang-thi-cong/nha-pho-q2/Phoi-canh-quan-2-003.jpg","","nha dep, nha q2, nha quan 2, nha ho quan 2, thiet ke nha q2, nha quan 2 gia re","nha dep, nha q2, nha quan 2, nha ho quan 2, thiet ke nha q2, nha quan 2 gia re","","","","","","0","nha dep, nha q2, nha quan 2, nha ho quan 2, thiet ke nha q2, nha quan 2 gia re","0","0","","0","1"); INSERT INTO tn_article VALUES("7","3","2","","biet-thu-vuon-duong-so-22-p-hiep-binh-chanh-q-thu-duc","<p style=\"text-align: center;\"><em><img alt=\"\" src=\"/web/uploads/images/Da-thi-cong/biet-thu-vuong-duong22-thu-duc/6.PNG\" /></em></p> \n \n<p style=\"text-align: center;\"><em><img alt=\"\" src=\"/web/uploads/images/Da-thi-cong/biet-thu-vuong-duong22-thu-duc/1.JPG\" /></em></p> \n \n<p style=\"text-align: center;\">&nbsp;</p> \n \n<p style=\"text-align: center;\"><em><img alt=\"\" src=\"/web/uploads/images/Da-thi-cong/biet-thu-vuong-duong22-thu-duc/2.JPG\" /></em></p> \n \n<p style=\"text-align: center;\">&nbsp;</p> \n \n<p style=\"text-align: center;\"><em><img alt=\"\" src=\"/web/uploads/images/Da-thi-cong/biet-thu-vuong-duong22-thu-duc/3.JPG\" /></em></p> \n \n<p style=\"text-align: center;\">&nbsp;</p> \n \n<p style=\"text-align: center;\"><em><img alt=\"\" src=\"/web/uploads/images/Da-thi-cong/biet-thu-vuong-duong22-thu-duc/4.JPG\" /></em></p> \n \n<p style=\"text-align: center;\">&nbsp;</p> \n \n<p style=\"text-align: center;\"><em><img alt=\"\" src=\"/web/uploads/images/Da-thi-cong/biet-thu-vuong-duong22-thu-duc/5.JPG\" /></em></p> \n \n<p style=\"text-align: center;\">&nbsp;</p> \n \n<p style=\"text-align: center;\">&nbsp;</p> \n","/web/uploads/images/Da-thi-cong/biet-thu-vuong-duong22-thu-duc/6.PNG","","biet thu vuon, xay nha biet thu, biet thu vuon gia re, thiet ke biet thu, biet thu quan thu duc, nha quan thu duc, xay biet thu quan thu duc","biet thu vuon, xay nha biet thu, biet thu vuon gia re, thiet ke biet thu, biet thu quan thu duc, nha quan thu duc, xay biet thu quan thu duc, ","","","","","","0","biet thu vuon, xay nha biet thu, biet thu vuon gia re, thiet ke biet thu, biet thu quan thu duc, nha quan thu duc, xay biet thu quan thu duc","0","0","","0","1"); INSERT INTO tn_article VALUES("8","3","2","","biet-thu-duong-ho-van-long-pbinh-tri-dong-qbinh-tan","<p style=\"text-align: center;\"><img alt=\"\" src=\"/web/uploads/images/Da-thi-cong/Biet-thu-ho-van-long-binh-tan/xam.png\" /></p> \n","/web/uploads/images/Da-thi-cong/Biet-thu-ho-van-long-binh-tan/xam.png","","xay nha dep, xay biet thu","xay nha dep, xay biet thu","","","","","","0","","0","0","","0","1"); INSERT INTO tn_article VALUES("9","3","2","","nha-vuon-huyenk-binh-dai-tinh-ben-tre","<p style=\"text-align:center\"><img alt=\"\" src=\"/web/uploads/images/Da-thi-cong/nha-binh-dai-ben-tre/2015-11-17_11-30-04.png\" /></p> \n \n<p style=\"text-align:center\"><img alt=\"\" src=\"/web/uploads/images/Da-thi-cong/nha-binh-dai-ben-tre/2015-11-17_11-30-58.png\" /></p> \n \n<p style=\"text-align:center\">&nbsp;</p> \n \n<p style=\"text-align:center\"><img alt=\"\" src=\"/web/uploads/images/Da-thi-cong/nha-binh-dai-ben-tre/2015-11-17_11-31-32.png\" /></p> \n \n<p style=\"text-align:center\">&nbsp;</p> \n \n<p style=\"text-align:center\"><img alt=\"\" src=\"/web/uploads/images/Da-thi-cong/nha-binh-dai-ben-tre/2015-11-17_11-31-54.png\" /></p> \n \n<p style=\"text-align:center\">&nbsp;</p> \n \n<p style=\"text-align:center\">&nbsp;</p> \n","/web/uploads/images/Da-thi-cong/nha-binh-dai-ben-tre/2015-11-17_11-30-04.png","","","","","","","","","0","","0","0","","0","1"); INSERT INTO tn_article VALUES("10","3","2","","du-an-hado-duong-3-thang-2-quan-10","<p style=\"text-align: center;\"><img alt=\"\" src=\"/web/uploads/images/Da-thi-cong/du-an-ha-do-3-thang-2/IMG_0372.JPG\" /></p> \n \n<p style=\"text-align: center;\">&nbsp;</p> \n \n<p style=\"text-align: center;\"><img alt=\"\" src=\"/web/uploads/images/Da-thi-cong/du-an-ha-do-3-thang-2/IMG_0534.JPG\" /></p> \n \n<p style=\"text-align: center;\">&nbsp;</p> \n \n<p style=\"text-align: center;\"><img alt=\"\" src=\"/web/uploads/images/Da-thi-cong/du-an-ha-do-3-thang-2/IMG_0537.JPG\" /></p> \n \n<p style=\"text-align: center;\">&nbsp;</p> \n \n<p style=\"text-align: center;\"><img alt=\"\" src=\"/web/uploads/images/Da-thi-cong/du-an-ha-do-3-thang-2/IMG_0538.JPG\" /></p> \n \n<p style=\"text-align: center;\">&nbsp;</p> \n \n<p style=\"text-align: center;\"><img alt=\"\" src=\"/web/uploads/images/Da-thi-cong/du-an-ha-do-3-thang-2/IMG_0540.JPG\" /></p> \n \n<p style=\"text-align: center;\">&nbsp;</p> \n \n<p style=\"text-align: center;\"><img alt=\"\" src=\"/web/uploads/images/Da-thi-cong/du-an-ha-do-3-thang-2/IMG_0541.JPG\" /></p> \n \n<p style=\"text-align: center;\">&nbsp;</p> \n \n<p style=\"text-align: center;\"><img alt=\"\" src=\"/web/uploads/images/Da-thi-cong/du-an-ha-do-3-thang-2/IMG_0543.JPG\" /></p> \n \n<p style=\"text-align: center;\">&nbsp;</p> \n \n<p style=\"text-align: center;\"><img alt=\"\" src=\"/web/uploads/images/Da-thi-cong/du-an-ha-do-3-thang-2/IMG_0545.JPG\" /></p> \n","/web/uploads/images/Da-thi-cong/du-an-ha-do-3-thang-2/IMG_0545.JPG","","du an hado, hado, ha do, du an hado 3 thang 2, hado 3/2, hado 3 thang 2, du an duong 3/2","du an hado, hado, ha do, du an hado 3 thang 2, hado 3/2, hado 3 thang 2, du an duong 3/2","","","","","","0","du an hado, hado, ha do, du an hado 3 thang 2, hado 3/2, hado 3 thang 2, du an duong 3/2","0","0","","0","1"); INSERT INTO tn_article VALUES("11","3","2","","nha-pho-duong-pham-van-hai-phuong-2-q-phu-nhuan","<p style=\"text-align: center;\"><img alt=\"\" src=\"/web/uploads/images/Da-thi-cong/nha-pho-pham-van-hai-phu-nhuan/PVH-1.jpg\" style=\"height:960px; width:1280px\" /></p> \n \n<p style=\"text-align: center;\"><img alt=\"\" src=\"/web/uploads/images/Da-thi-cong/nha-pho-pham-van-hai-phu-nhuan/PVH-2.jpg\" style=\"height:960px; width:1280px\" /></p> \n \n<p style=\"text-align: center;\"><img alt=\"\" src=\"/web/uploads/images/Da-thi-cong/nha-pho-pham-van-hai-phu-nhuan/PVH-3%20-%20Copy.jpg\" style=\"height:1200px; width:800px\" /></p> \n \n<p style=\"text-align: center;\">&nbsp;</p> \n \n<p style=\"text-align: center;\"><img alt=\"\" src=\"/web/uploads/images/Da-thi-cong/nha-pho-pham-van-hai-phu-nhuan/PVH-3.jpg\" style=\"height:1200px; width:800px\" /></p> \n \n<p style=\"text-align: center;\">&nbsp;</p> \n \n<p style=\"text-align: center;\"><img alt=\"\" src=\"/web/uploads/images/Da-thi-cong/nha-pho-pham-van-hai-phu-nhuan/Phong%20khach%201.jpg\" style=\"height:854px; width:1280px\" /></p> \n \n<p style=\"text-align: center;\"><img alt=\"\" src=\"/web/uploads/images/Da-thi-cong/nha-pho-pham-van-hai-phu-nhuan/Phong%20khach%202.jpg\" /></p> \n","/web/uploads/images/Da-thi-cong/nha-pho-pham-van-hai-phu-nhuan/PVH-2.jpg","","","","","","","","","0","","0","0","","0","1"); DROP TABLE tn_article_category; CREATE TABLE `tn_article_category` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parent_id` int(11) DEFAULT '0', `name` varchar(255) DEFAULT NULL, `slug` varchar(255) DEFAULT NULL, `content` text, `image` varchar(255) DEFAULT NULL, `description` text, `keyword` varchar(255) DEFAULT NULL, `sorted` int(11) DEFAULT '1', `status` tinyint(1) DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; INSERT INTO tn_article_category VALUES("1","0","Gioi thieu","gioi-thieu","","/web/uploads/images/nnt-500x300-ab59b985f1-92c0b3c88abec48591ee6ff9ac250463_small.jpg","","","1","1"); INSERT INTO tn_article_category VALUES("2","0","D?ch v?","dich-vu","dich-vu","/web/uploads/images/intranet_cover.jpg","d","","1","1"); INSERT INTO tn_article_category VALUES("3","0","","du-an","","/web/uploads/images/nnt-500x300-ab59b985f1-92c0b3c88abec48591ee6ff9ac250463_small.jpg","","","1","1"); DROP TABLE tn_cache_img; CREATE TABLE `tn_cache_img` ( `id` int(11) NOT NULL AUTO_INCREMENT, `object_id` int(11) NOT NULL, `object_type` varchar(25) COLLATE utf8_unicode_ci NOT NULL, `img_size` varchar(25) COLLATE utf8_unicode_ci DEFAULT NULL, `img_path` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `created_at` datetime DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=45 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; INSERT INTO tn_cache_img VALUES("1","7","carousel_thum","1130x400","/web/cache/img/89cd832fe515edc9cf9afb402846c255-IMG_0711.JPG","2017-05-05 17:56:44"); INSERT INTO tn_cache_img VALUES("2","3","carousel_thum","1130x400","/web/cache/img/89cd832fe515edc9cf9afb402846c255-IMG_0242.JPG","2017-05-05 17:56:44"); INSERT INTO tn_cache_img VALUES("3","5","carousel_thum","1130x400","/web/cache/img/89cd832fe515edc9cf9afb402846c255-10.JPG","2017-05-05 17:56:44"); INSERT INTO tn_cache_img VALUES("4","6","carousel_thum","1130x400","/web/cache/img/89cd832fe515edc9cf9afb402846c255-8.jpg","2017-05-05 17:56:45"); INSERT INTO tn_cache_img VALUES("5","6","project_thum_index","260x205","/web/cache/img/13d921690b45ae72c3dff01708d3f300-Phoi-canh-quan-2-003.jpg","2017-05-05 17:56:45"); INSERT INTO tn_cache_img VALUES("6","4","project_thum_index","260x205","/web/cache/img/13d921690b45ae72c3dff01708d3f300-8.jpg","2017-05-05 17:56:45"); INSERT INTO tn_cache_img VALUES("7","3","project_thum_index","260x205","/web/cache/img/13d921690b45ae72c3dff01708d3f300-10.JPG","2017-05-05 17:56:45"); INSERT INTO tn_cache_img VALUES("8","2","project_thum_index","260x205","/web/cache/img/13d921690b45ae72c3dff01708d3f300-IMG_0378.JPG","2017-05-05 17:56:45"); INSERT INTO tn_cache_img VALUES("9","9","project_thum_index","260x205","/web/cache/img/13d921690b45ae72c3dff01708d3f300-2015-11-17_11-30-04.png","2017-05-05 17:56:45"); INSERT INTO tn_cache_img VALUES("10","4","artitcle_detail","740x350","/web/cache/img/4a0d950fb5362d31e49f5da29e5039e3-8.jpg","2017-05-05 17:56:55"); INSERT INTO tn_cache_img VALUES("11","11","news_sidebar","65x65","/web/cache/img/f2a09407f24ceb8bf2b1476a582be0bc-100935baoxaydung_2.jpg","2017-05-05 17:56:55"); INSERT INTO tn_cache_img VALUES("12","10","news_sidebar","65x65","/web/cache/img/f2a09407f24ceb8bf2b1476a582be0bc-175801baoxaydung_16.jpg","2017-05-05 17:56:55"); INSERT INTO tn_cache_img VALUES("13","9","news_sidebar","65x65","/web/cache/img/f2a09407f24ceb8bf2b1476a582be0bc-150751baoxaydung_9.jpg","2017-05-05 17:56:55"); INSERT INTO tn_cache_img VALUES("14","9","artitcle_detail","740x350","/web/cache/img/4a0d950fb5362d31e49f5da29e5039e3-2015-11-17_11-30-04.png","2017-05-05 17:58:58"); INSERT INTO tn_cache_img VALUES("15","9","project_thum","260x171","/web/cache/img/6f54dd5f105700ed7b1597e29f11b1e4-2015-11-17_11-30-04.png","2017-05-05 17:59:40"); INSERT INTO tn_cache_img VALUES("16","11","news_list","260x150","/web/cache/img/978e0517923493e37aeba87f8d2677fb-100935baoxaydung_2.jpg","2017-05-05 17:59:51"); INSERT INTO tn_cache_img VALUES("17","10","news_list","260x150","/web/cache/img/978e0517923493e37aeba87f8d2677fb-175801baoxaydung_16.jpg","2017-05-05 17:59:51"); INSERT INTO tn_cache_img VALUES("18","9","news_list","260x150","/web/cache/img/978e0517923493e37aeba87f8d2677fb-150751baoxaydung_9.jpg","2017-05-05 17:59:51"); INSERT INTO tn_cache_img VALUES("19","4","news_list","260x150","/web/cache/img/978e0517923493e37aeba87f8d2677fb-1490674562-149067129763960-toa-nha-1.jpg","2017-05-05 17:59:51"); INSERT INTO tn_cache_img VALUES("20","2","news_list","260x150","/web/cache/img/978e0517923493e37aeba87f8d2677fb-142337baoxaydung_29.jpg","2017-05-05 17:59:51"); INSERT INTO tn_cache_img VALUES("21","1","news_list","260x150","/web/cache/img/978e0517923493e37aeba87f8d2677fb-095621baoxaydung_8.jpg","2017-05-05 17:59:51"); INSERT INTO tn_cache_img VALUES("22","8","project_thum","260x171","/web/cache/img/6f54dd5f105700ed7b1597e29f11b1e4-xam.png","2017-05-05 18:39:01"); INSERT INTO tn_cache_img VALUES("23","8","artitcle_detail","740x350","/web/cache/img/4a0d950fb5362d31e49f5da29e5039e3-xam.png","2017-05-05 18:39:08"); INSERT INTO tn_cache_img VALUES("24","8","project_thum_index","260x205","/web/cache/img/13d921690b45ae72c3dff01708d3f300-xam.png","2017-05-05 18:39:16"); INSERT INTO tn_cache_img VALUES("25","7","project_thum_index","260x205","/web/cache/img/13d921690b45ae72c3dff01708d3f300-6.PNG","2017-05-05 18:45:44"); INSERT INTO tn_cache_img VALUES("26","10","project_thum_index","260x205","/web/cache/img/13d921690b45ae72c3dff01708d3f300-IMG_0545.JPG","2017-05-05 19:00:47"); INSERT INTO tn_cache_img VALUES("27","10","artitcle_detail","740x350","/web/cache/img/4a0d950fb5362d31e49f5da29e5039e3-IMG_0545.JPG","2017-05-05 19:00:58"); INSERT INTO tn_cache_img VALUES("28","10","project_thum","260x171","/web/cache/img/6f54dd5f105700ed7b1597e29f11b1e4-IMG_0545.JPG","2017-05-05 19:01:40"); INSERT INTO tn_cache_img VALUES("29","7","project_thum","260x171","/web/cache/img/6f54dd5f105700ed7b1597e29f11b1e4-6.PNG","2017-05-05 19:01:41"); INSERT INTO tn_cache_img VALUES("30","6","project_thum","260x171","/web/cache/img/6f54dd5f105700ed7b1597e29f11b1e4-Phoi-canh-quan-2-003.jpg","2017-05-05 19:01:46"); INSERT INTO tn_cache_img VALUES("31","4","project_thum","260x171","/web/cache/img/6f54dd5f105700ed7b1597e29f11b1e4-8.jpg","2017-05-05 19:01:46"); INSERT INTO tn_cache_img VALUES("32","3","project_thum","260x171","/web/cache/img/6f54dd5f105700ed7b1597e29f11b1e4-10.JPG","2017-05-05 19:01:46"); INSERT INTO tn_cache_img VALUES("33","2","project_thum","260x171","/web/cache/img/6f54dd5f105700ed7b1597e29f11b1e4-IMG_0378.JPG","2017-05-05 19:01:46"); INSERT INTO tn_cache_img VALUES("34","3","artitcle_detail","740x350","/web/cache/img/4a0d950fb5362d31e49f5da29e5039e3-10.JPG","2017-05-05 20:06:32"); INSERT INTO tn_cache_img VALUES("35","7","artitcle_detail","740x350","/web/cache/img/4a0d950fb5362d31e49f5da29e5039e3-6.PNG","2017-05-05 20:56:37"); INSERT INTO tn_cache_img VALUES("36","6","artitcle_detail","740x350","/web/cache/img/4a0d950fb5362d31e49f5da29e5039e3-Phoi-canh-quan-2-003.jpg","2017-05-05 20:57:13"); INSERT INTO tn_cache_img VALUES("37","10","news_detail","200x250","/web/cache/img/cc59e3f985c49a939a2b0a39818b22c6-175801baoxaydung_16.jpg","2017-05-05 20:57:46"); INSERT INTO tn_cache_img VALUES("38","11","news_detail","200x250","/web/cache/img/cc59e3f985c49a939a2b0a39818b22c6-100935baoxaydung_2.jpg","2017-05-06 22:50:44"); INSERT INTO tn_cache_img VALUES("39","13","news_list","260x150","/web/cache/img/978e0517923493e37aeba87f8d2677fb-182338baoxaydung_3.jpg","2017-05-08 22:29:50"); INSERT INTO tn_cache_img VALUES("40","13","news_detail","200x250","/web/cache/img/cc59e3f985c49a939a2b0a39818b22c6-182338baoxaydung_3.jpg","2017-05-08 22:29:53"); INSERT INTO tn_cache_img VALUES("41","13","news_sidebar","65x65","/web/cache/img/f2a09407f24ceb8bf2b1476a582be0bc-182338baoxaydung_3.jpg","2017-05-08 22:29:53"); INSERT INTO tn_cache_img VALUES("42","11","project_thum_index","260x205","/web/cache/img/13d921690b45ae72c3dff01708d3f300-PVH-2.jpg","2017-05-08 22:46:05"); INSERT INTO tn_cache_img VALUES("43","11","project_thum","260x171","/web/cache/img/6f54dd5f105700ed7b1597e29f11b1e4-PVH-2.jpg","2017-05-08 22:52:40"); INSERT INTO tn_cache_img VALUES("44","2","news_detail","200x250","/web/cache/img/cc59e3f985c49a939a2b0a39818b22c6-142337baoxaydung_29.jpg","2017-05-09 09:54:24"); DROP TABLE tn_candidate; CREATE TABLE `tn_candidate` ( `id` int(11) NOT NULL AUTO_INCREMENT, `user_id` int(11) NOT NULL, `title` varchar(255) DEFAULT NULL, `slug` varchar(255) DEFAULT NULL, `job_category_id` int(11) DEFAULT NULL, `skill_tags` varchar(1000) DEFAULT NULL, `skill` text, `location` varchar(255) DEFAULT NULL, `video` varchar(255) DEFAULT NULL, `resume_content` text, `resume_file` varchar(255) DEFAULT NULL, `social_network` varchar(1000) DEFAULT NULL, `education` varchar(1000) DEFAULT NULL, `experience` varchar(1000) DEFAULT NULL, `created_by` int(11) DEFAULT NULL, `created_at` datetime DEFAULT NULL, `updated_by` int(11) DEFAULT NULL, `updated_at` datetime DEFAULT NULL, `approved_by` int(11) DEFAULT '0', `approved_at` datetime DEFAULT NULL, `view` int(11) DEFAULT '0', `sorted` int(11) DEFAULT '1', `receives` smallint(1) DEFAULT '1', `star` smallint(1) DEFAULT '0', `client_status` smallint(1) DEFAULT '1', `status` smallint(1) DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=utf8; INSERT INTO tn_candidate VALUES("1","42","Consequatur pariatur Illo in suscipit Nam ut cumque","","9","tona|nguyen|van","tona|nguyen|van","66","Voluptatibus et cupiditate earum molestias illum eum est et officia beatae consequatur ullam soluta quaerat ratione sit et dolore temporibus","","","","","42","","","","","0","","0","1","1","0","1","0"); INSERT INTO tn_candidate VALUES("2","42","Quia et quas voluptas et aliquam Nam tenetur cum nemo possimus nemo molestias error eveniet dolorem totam in est","","29","tona|nguyen|van","tona|nguyen|van","17","Eu vitae quo labore mollitia aut enim expedita est enim expedita esse aliquam commodo eos nesciunt consequatur saepe atque consequatur","<p>Maecenas mollis dictum lectus quis scelerisque. Nulla at rutrum ipsum. Praesent augue quam, facilisis vitae felis vel, convallis convallis nisi. Donec maximus accumsan purus vel tempus. Aenean pretium luctus velit id fermentum. Aenean non velit non nulla interdum venenatis. Integer in libero sagittis, consequat est quis, commodo odio. Aliquam eu vulputate neque. Nunc et massa leo. Vestibulum a pretium dolor. Proin et fermentum sapien. Cras malesuada neque ac purus fermentum, a placerat quam malesuada. Quisque sollicitudin tellus a ex eleifend mattis. In vitae ipsum in mauris vestibulum imperdiet. \n \nMaecenas mollis dictum lectus quis scelerisque. Nulla at rutrum ipsum. Praesent augue quam, facilisis vitae felis vel, convallis convallis nisi. Donec maximus accumsan purus vel tempus. Aenean pretium luctus velit id fermentum. Aenean non velit non nulla interdum venenatis. Integer in libero sagittis, consequat est quis, commodo odio. Aliquam eu vulputate neque. Nunc et massa leo. Vestibulum a pretium dolor. Proin et fermentum sapien. Cras malesuada neque ac purus fermentum, a placerat quam malesuada. Quisque sollicitudin tellus a ex eleifend mattis. In vitae ipsum in mauris vestibulum imperdiet.</p>","","","","42","42","","","","0","","0","1","1","0","1","0"); INSERT INTO tn_candidate VALUES("3","42","Quia et quas voluptas et aliquam Nam tenetur cum nemo possimus nemo molestias error eveniet dolorem totam in est","","29","tona|nguyen|van","tona|nguyen|van","17","Eu vitae quo labore mollitia aut enim expedita est enim expedita esse aliquam commodo eos nesciunt consequatur saepe atque consequatur","<p>Error est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestia</p>","","","","42","42","2016-09-28 18:00:20","42","2016-09-28 18:00:20","0","","0","1","1","0","1","0"); INSERT INTO tn_candidate VALUES("4","42","Quia et quas voluptas et aliquam Nam tenetur cum nemo possimus nemo molestias error eveniet dolorem totam in est","","29","tona|nguyen|van","tona|nguyen|van","17","Eu vitae quo labore mollitia aut enim expedita est enim expedita esse aliquam commodo eos nesciunt consequatur saepe atque consequatur","<p>Error est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestia</p>","","","","42","42","2016-09-28 18:00:33","42","2016-09-28 18:00:33","0","","0","1","1","0","1","0"); INSERT INTO tn_candidate VALUES("5","42","Quia et quas voluptas et aliquam Nam tenetur cum nemo possimus nemo molestias error eveniet dolorem totam in est","","29","tona|nguyen|van","tona|nguyen|van","17","Eu vitae quo labore mollitia aut enim expedita est enim expedita esse aliquam commodo eos nesciunt consequatur saepe atque consequatur","<p>Error est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestia</p>","","","","42","42","2016-09-28 18:03:09","42","2016-09-28 18:03:09","0","","0","1","1","0","1","0"); INSERT INTO tn_candidate VALUES("6","42","Quia et quas voluptas et aliquam Nam tenetur cum nemo possimus nemo molestias error eveniet dolorem totam in est","","29","tona|nguyen|van","tona|nguyen|van","17","Eu vitae quo labore mollitia aut enim expedita est enim expedita esse aliquam commodo eos nesciunt consequatur saepe atque consequatur","<p>Error est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestia</p>","","","","42","42","2016-09-28 18:03:38","42","2016-09-28 18:03:38","0","","0","1","1","0","1","0"); INSERT INTO tn_candidate VALUES("7","43","Tempora ullamco voluptates quae at iste explicabo Laborum excepturi nulla sed eius iste provident rerum obcaecati culpa porro eum","","15","tona|nguyen|van","tona|nguyen|van","59","Aut dolor rerum asperiores qui molestias magnam modi harum reprehenderit commodo in beatae eiusmod aut","<p>Error est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestiaError est velit quod error hic earum omnis sint nemo ea magna aliquid molestia</p>","","[{\"id\":\"5\",\"value\":\"Ad sed aut in quis animi nihil molestiae sit officiis libero qui labore quod sint labore\"},{\"id\":\"3\",\"value\":\"In molestias et ea dolorum enim aut voluptas similique officia nisi aliquip aut numquam placeat et dolor aliquam totam dicta\"},{\"id\":\"5\",\"value\":\"Qui ex aut ut deserunt aut autem molestiae reprehenderit deserunt odit totam voluptatibus earum commodi\"}]","[{\"education_shool_name\":\"<NAME>\",\"education_start_date\":\"12-Mar-1984\",\"education_qualifications\":\"Est amet Nam est nobis corporis reiciendis officia ipsa blanditiis corrupti minima non\",\"education_note\":\"Exercitationem et assumenda quo sit vel dolore in perferendis autem voluptas\"},{\"education_shool_name\":\"<NAME>\",\"education_start_date\":\"13-Jan-1980\",\"education_qualifications\":\"Ab dolore nihil ut laudantium sed reprehenderit non\",\"education_note\":\"Esse sapiente illo est et soluta porro tempora\"}]","[{\"experience_employer\":\"Esse eveniet soluta nihil est dolore exercitation distinctio Exercitationem nihil et\",\"experience_start_date\":\"26-Mar-2012\",\"experience_job_title\":\"Tenetur est qui doloremque in maxime enim qui voluptas impedit ut quae ea suscipit\",\"experience_responsibilities\":\"Cupidatat ullam repudiandae libero adipisicing labore eu alias\"},{\"experience_employer\":\"Optio qui velit consequuntur ullam dolores labore distinctio Ipsum reprehenderit reprehenderit dolores sint perspiciatis consequuntur magna nihil\",\"experience_start_date\":\"06-Feb-2009\",\"experience_job_title\":\"Voluptas ut blanditiis veniam quis veritatis earum nulla recusandae Expedita possimus quidem provident amet id\",\"experience_responsibilities\":\"Eum unde aute rem deleniti mollitia vel atque labore\"}]","43","2016-09-30 19:12:41","43","2016-09-30 19:12:41","0","","0","1","1","0","1","0"); INSERT INTO tn_candidate VALUES("8","43","Tempora ullamco voluptates quae at iste explicabo Laborum excepturi nulla sed eius iste provident rerum obcaecati culpa porro eum","tempora-ullamco-voluptates-quae-at-iste-explicabo-laborum-excepturi-nulla-sed-eius-iste-provident-rerum-obcaecati-culpa-porro-eum","15","tona|nguyen|van","Laboris in pariatur. Nostrud magna cupiditate sequi quibusdam dolore dolorem accusantium incididunt error quos et minim quae voluptate eum anim.","59","Aut dolor rerum asperiores qui molestias magnam modi harum reprehenderit commodo in beatae eiusmod aut","","","[{\"id\":\"5\",\"value\":\"Ad sed aut in quis animi nihil molestiae sit officiis libero qui labore quod sint labore\"},{\"id\":\"3\",\"value\":\"In molestias et ea dolorum enim aut voluptas similique officia nisi aliquip aut numquam placeat et dolor aliquam totam dicta\"},{\"id\":\"5\",\"value\":\"Qui ex aut ut deserunt aut autem molestiae reprehenderit deserunt odit totam voluptatibus earum commodi\"}]","[{\"education_shool_name\":\"<NAME>\",\"education_start_date\":\"12-Mar-1984\",\"education_qualifications\":\"Est amet Nam est nobis corporis reiciendis officia ipsa blanditiis corrupti minima non\",\"education_note\":\"Exercitationem et assumenda quo sit vel dolore in perferendis autem voluptas\"},{\"education_shool_name\":\"<NAME>\",\"education_start_date\":\"13-Jan-1980\",\"education_qualifications\":\"Ab dolore nihil ut laudantium sed reprehenderit non\",\"education_note\":\"Esse sapiente illo est et soluta porro tempora\"}]","[{\"experience_employer\":\"Esse eveniet soluta nihil est dolore exercitation distinctio Exercitationem nihil et\",\"experience_start_date\":\"26-Mar-2012\",\"experience_job_title\":\"Tenetur est qui doloremque in maxime enim qui voluptas impedit ut quae ea suscipit\",\"experience_responsibilities\":\"Cupidatat ullam repudiandae libero adipisicing labore eu alias\"},{\"experience_employer\":\"Optio qui velit consequuntur ullam dolores labore distinctio Ipsum reprehenderit reprehenderit dolores sint perspiciatis consequuntur magna nihil\",\"experience_start_date\":\"06-Feb-2009\",\"experience_job_title\":\"Voluptas ut blanditiis veniam quis veritatis earum nulla recusandae Expedita possimus quidem provident amet id\",\"experience_responsibilities\":\"Eum unde aute rem deleniti mollitia vel atque labore\"}]","43","2016-09-30 19:35:37","43","2016-09-30 19:35:37","0","","0","1","1","0","1","0"); INSERT INTO tn_candidate VALUES("9","43","Officia ipsum mollit ut repellendus Repudiandae officia dolore tenetur quos saepe repudiandae ducimus ut","officia-ipsum-mollit-ut-repellendus-repudiandae-officia-dolore-tenetur-quos-saepe-repudiandae-ducimus-ut","42","tona|nguyen|van","Numquam et magna harum maxime optio, aperiam quae quidem ut.","1","Nostrud est aut suscipit cupiditate ut obcaecati occaecat sed reiciendis ea quasi veritatis reprehenderit delectus laboris dolore placeat magnam","<p>Numquam et magna harum maxime optio, aperiam quae quidem ut.Numquam et magna harum maxime optio, aperiam quae quidem ut.</p>","","[{\"id\":\"2\",\"value\":\"Recusandae Enim in asperiores voluptatem adipisicing consequatur Adipisicing totam ipsam recusandae Et deserunt placeat dignissimos impedit ea voluptate quibusdam enim\"},{\"id\":\"4\",\"value\":\"Accusantium Nam beatae tempore consectetur ea amet exercitationem nihil qui et quo temporibus tempore accusantium totam\"},{\"id\":\"2\",\"value\":\"Commodi at mollit debitis totam sapiente qui aut iusto velit omnis tempor\"}]","[{\"education_shool_name\":\"<NAME>\",\"education_start_date\":\"18-Feb-2013\",\"education_qualifications\":\"28-Jul-1977\",\"education_note\":\"12-Mar-2000\"}]","[{\"experience_employer\":\"Maxime dolore impedit eiusmod proident consectetur vel atque id\",\"experience_start_date\":\"27-Jun-2008\",\"experience_job_title\":\"Harum sint nostrud nesciunt voluptatum facere qui perferendis adipisci culpa libero eaque aute animi soluta iusto amet\",\"experience_responsibilities\":\"Quo est id eum Nam sed aliquip vitae\"},{\"experience_employer\":\"Dicta ut quisquam corporis incidunt nostrud at qui laborum Enim quisquam labore id mollitia\",\"experience_start_date\":\"14-Sep-1986\",\"experience_job_title\":\"Dolorem repudiandae harum hic harum dolor ea\",\"experience_responsibilities\":\"Eligendi similique aliqua Reiciendis labore corporis in\"}]","43","2016-09-30 19:36:11","43","2016-09-30 19:36:11","0","","0","1","1","0","1","0"); INSERT INTO tn_candidate VALUES("10","43","Autem non adipisci repellendus Atque sint est voluptatem reprehenderit magnam vel incidunt quod irure ullam","autem-non-adipisci-repellendus-atque-sint-est-voluptatem-reprehenderit-magnam-vel-incidunt-quod-irure-ullam","21","php","Maxime qui ex optio, in elit, a maxime laudantium, enim nisi eligendi dolorem corrupti, ad recusandae.","52","Rerum ratione iure lorem occaecat non quasi ea sint officia voluptatibus ea voluptatem id et rem vel natus ut neque","","","[]","[]","[]","43","2016-09-30 19:39:22","43","2016-09-30 19:39:22","0","","0","1","1","0","1","0"); INSERT INTO tn_candidate VALUES("11","44","Facilis aut obcaecati minima enim eos autem nobis enim est quibusdam laborum aut tempora doloremque deserunt odio officia ullam","facilis-aut-obcaecati-minima-enim-eos-autem-nobis-enim-est-quibusdam-laborum-aut-tempora-doloremque-deserunt-odio-officia-ullam","50","php","Non error occaecat qui magni quos sunt saepe nulla dolor veritatis dolore laboris dolore ex consectetur, velit, necessitatibus porro.","29","Qui reiciendis aut aliqua Sint","","","[]","[]","[]","44","2016-09-30 19:48:21","44","2016-09-30 19:48:21","0","","0","1","1","0","1","0"); INSERT INTO tn_candidate VALUES("12","44","Facilis aut obcaecati minima enim eos autem nobis enim est quibusdam laborum aut tempora doloremque deserunt odio officia ullam","facilis-aut-obcaecati-minima-enim-eos-autem-nobis-enim-est-quibusdam-laborum-aut-tempora-doloremque-deserunt-odio-officia-ullam","50","php","Non error occaecat qui magni quos sunt saepe nulla dolor veritatis dolore laboris dolore ex consectetur, velit, necessitatibus porro.","29","Qui reiciendis aut aliqua Sint","","","[]","[]","[]","44","2016-09-30 19:48:38","44","2016-09-30 19:48:38","0","","0","1","1","0","1","0"); INSERT INTO tn_candidate VALUES("13","44","Facilis aut obcaecati minima enim eos autem nobis enim est quibusdam laborum aut tempora doloremque deserunt odio officia ullam","facilis-aut-obcaecati-minima-enim-eos-autem-nobis-enim-est-quibusdam-laborum-aut-tempora-doloremque-deserunt-odio-officia-ullam","50","php","Non error occaecat qui magni quos sunt saepe nulla dolor veritatis dolore laboris dolore ex consectetur, velit, necessitatibus porro.","29","Qui reiciendis aut aliqua Sint","","","[]","[]","[]","44","2016-09-30 19:48:54","44","2016-09-30 19:48:54","0","","0","1","1","0","1","0"); INSERT INTO tn_candidate VALUES("14","44","Facilis aut obcaecati minima enim eos autem nobis enim est quibusdam laborum aut tempora doloremque deserunt odio officia ullam","facilis-aut-obcaecati-minima-enim-eos-autem-nobis-enim-est-quibusdam-laborum-aut-tempora-doloremque-deserunt-odio-officia-ullam","50","php","Non error occaecat qui magni quos sunt saepe nulla dolor veritatis dolore laboris dolore ex consectetur, velit, necessitatibus porro.","29","Qui reiciendis aut aliqua Sint","","","[]","[]","[]","44","2016-09-30 19:49:09","44","2016-09-30 19:49:09","0","","0","1","1","0","1","0"); INSERT INTO tn_candidate VALUES("16","44","Sit et accusamus voluptas labore minus maiores dolor minim saepe qui esse animi aperiam voluptas deleniti laboriosam id voluptatum temporibus","sit-et-accusamus-voluptas-labore-minus-maiores-dolor-minim-saepe-qui-esse-animi-aperiam-voluptas-deleniti-laboriosam-id-voluptatum-temporibus","67","php","Quisquam autem do est, eaque suscipit corrupti, earum ea pariatur? Cillum deleniti ut ipsa, nisi aut culpa, tempora aspernatur in.","79","Saepe quas eligendi optio voluptatibus perferendis ut amet qui ut qui dolores inventore et voluptatum magni","ssSaepe quas eligendi optio voluptatibus perferendis ut amet qui ut qui dolores inventore et voluptatum magni","","[]","[]","[]","44","2016-09-30 20:33:37","44","2016-09-30 20:33:37","0","","0","1","1","0","1","0"); INSERT INTO tn_candidate VALUES("17","44","Sit et accusamus voluptas labore minus maiores dolor minim saepe qui esse animi aperiam voluptas deleniti laboriosam id voluptatum temporibus","sit-et-accusamus-voluptas-labore-minus-maiores-dolor-minim-saepe-qui-esse-animi-aperiam-voluptas-deleniti-laboriosam-id-voluptatum-temporibus","67","php","Quisquam autem do est, eaque suscipit corrupti, earum ea pariatur? Cillum deleniti ut ipsa, nisi aut culpa, tempora aspernatur in.","79","Saepe quas eligendi optio voluptatibus perferendis ut amet qui ut qui dolores inventore et voluptatum magni","<p>ssSaepe quas eligendi optio voluptatibus perferendis ut amet qui ut qui dolores inventore et voluptatum magni</p>","","[]","[]","[]","44","2016-09-30 20:39:07","44","2016-09-30 20:39:07","0","","0","1","1","0","1","0"); INSERT INTO tn_candidate VALUES("18","43","Quod porro accusamus aperiam officia suscipit laborum aut quis totam dolor odit commodi minus","quod-porro-accusamus-aperiam-officia-suscipit-laborum-aut-quis-totam-dolor-odit-commodi-minus","57","php|jquery|js|html|css","<p>+ L&atilde;nh ??o</p> \n<p>+ L&agrave;m vi?c nh&oacute;m</p> \n<p>+ Gi?i quy?t v?n ??</p> \n<p>+ Ra quy?t ??nh</p> \n<p>+ Qu?n l&yacute; d? &aacute;n</p> \n<p>+ Qu?n l&yacute; th?i gian</p> \n<p>+ Qu?n l&yacute; giao ti?p</p> \n<p>+ Qu?n l&yacute; s&aacute;ng t?o</p> \n<p>+ H?c hi?u qu?</p>","21","Minus eaque earum sit quam veniam cupidatat quisquam id laborum Ut fugiat voluptatem et et sunt labore exercitation","<p><span style=\"font-family: \'Open Sans\', Arial, sans-serif; font-size: 14px; text-align: justify;\">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. <NAME>, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.</span></p>","","[{\"id\":\"1\",\"value\":\"Neque magnam dolor consequatur sapiente id ipsam velit aspernatur veritatis dolor magna enim deserunt tempore quia\"}]","[{\"education_shool_name\":\"<NAME>\",\"education_start_date\":\"14-Jul-1996\",\"education_qualifications\":\"Explicabo Est veritatis laudantium nulla deserunt porro facilis perspiciatis minima quis enim totam quia omnis in deleniti harum accusamus\",\"education_note\":\"At corporis debitis qui dolores harum vel eaque lorem facilis nostrud exercitationem omnis\"}]","[{\"experience_employer\":\"Quos obcaecati voluptatum in quasi libero commodi minim sapiente ut ut libero sit et sed\",\"experience_start_date\":\"13-Sep-2016\",\"experience_job_title\":\"Similique est animi aut sunt provident illum velit ducimus aut voluptate sed aliqua Iusto aute quis veniam harum quisquam eaque\",\"experience_responsibilities\":\"Labore ut vitae totam dolor aut sunt mollitia\"}]","43","2016-10-01 18:50:57","43","2016-10-01 18:50:57","0","","0","1","1","0","1","0"); INSERT INTO tn_candidate VALUES("19","87","","","75","","","63,60","","","","","1","8","","","","","0","","0","1","1","0","7","1"); INSERT INTO tn_candidate VALUES("20","89","","","75","","","63,60","","","","","1","8","","","","","0","","0","1","1","0","8","1"); INSERT INTO tn_candidate VALUES("21","92","","","49","","","63","","","","","1","8","","","","","0","","0","1","1","0","7","1"); INSERT INTO tn_candidate VALUES("22","97","","","25","","","63","","","","","2","5","","","","","0","","0","1","1","0","7","1"); INSERT INTO tn_candidate VALUES("23","98","","","25","","","63,62","","","","","2","5","","","","","0","","0","1","1","0","8","1"); DROP TABLE tn_candidate_tags; CREATE TABLE `tn_candidate_tags` ( `candidate_id` int(11) NOT NULL, `tag_id` int(11) NOT NULL, PRIMARY KEY (`candidate_id`,`tag_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; INSERT INTO tn_candidate_tags VALUES("5","6"); INSERT INTO tn_candidate_tags VALUES("5","7"); INSERT INTO tn_candidate_tags VALUES("5","8"); INSERT INTO tn_candidate_tags VALUES("6","6"); INSERT INTO tn_candidate_tags VALUES("6","7"); INSERT INTO tn_candidate_tags VALUES("6","8"); INSERT INTO tn_candidate_tags VALUES("7","6"); INSERT INTO tn_candidate_tags VALUES("7","7"); INSERT INTO tn_candidate_tags VALUES("7","8"); INSERT INTO tn_candidate_tags VALUES("8","6"); INSERT INTO tn_candidate_tags VALUES("8","7"); INSERT INTO tn_candidate_tags VALUES("8","8"); INSERT INTO tn_candidate_tags VALUES("9","6"); INSERT INTO tn_candidate_tags VALUES("9","7"); INSERT INTO tn_candidate_tags VALUES("9","8"); INSERT INTO tn_candidate_tags VALUES("10","1"); INSERT INTO tn_candidate_tags VALUES("11","1"); INSERT INTO tn_candidate_tags VALUES("12","1"); INSERT INTO tn_candidate_tags VALUES("13","1"); INSERT INTO tn_candidate_tags VALUES("14","1"); INSERT INTO tn_candidate_tags VALUES("15","1"); INSERT INTO tn_candidate_tags VALUES("16","1"); INSERT INTO tn_candidate_tags VALUES("17","1"); INSERT INTO tn_candidate_tags VALUES("18","1"); INSERT INTO tn_candidate_tags VALUES("18","2"); INSERT INTO tn_candidate_tags VALUES("18","3"); INSERT INTO tn_candidate_tags VALUES("18","4"); INSERT INTO tn_candidate_tags VALUES("18","5"); INSERT INTO tn_candidate_tags VALUES("19","1"); INSERT INTO tn_candidate_tags VALUES("19","2"); INSERT INTO tn_candidate_tags VALUES("19","3"); INSERT INTO tn_candidate_tags VALUES("19","4"); INSERT INTO tn_candidate_tags VALUES("19","5"); INSERT INTO tn_candidate_tags VALUES("20","1"); INSERT INTO tn_candidate_tags VALUES("20","2"); INSERT INTO tn_candidate_tags VALUES("20","3"); INSERT INTO tn_candidate_tags VALUES("20","4"); INSERT INTO tn_candidate_tags VALUES("20","5"); INSERT INTO tn_candidate_tags VALUES("21","1"); INSERT INTO tn_candidate_tags VALUES("21","2"); INSERT INTO tn_candidate_tags VALUES("21","3"); INSERT INTO tn_candidate_tags VALUES("21","4"); INSERT INTO tn_candidate_tags VALUES("21","5"); DROP TABLE tn_carousel; CREATE TABLE `tn_carousel` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) DEFAULT NULL, `description` text, `slug` varchar(255) DEFAULT NULL, `status` tinyint(1) DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; INSERT INTO tn_carousel VALUES("2","Dashboard","For dashboard","dashboard","1"); DROP TABLE tn_carousel_items; CREATE TABLE `tn_carousel_items` ( `id` int(11) NOT NULL AUTO_INCREMENT, `carousel_id` int(11) NOT NULL, `img_thum` varchar(255) DEFAULT NULL, `img_view` varchar(255) NOT NULL, `img_original` varchar(255) DEFAULT NULL, `title` varchar(255) DEFAULT NULL, `description` text, `link` varchar(255) DEFAULT NULL, `target` varchar(15) DEFAULT '_self', `sorted` int(11) DEFAULT '1', `status` tinyint(1) DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; INSERT INTO tn_carousel_items VALUES("3","2","","/web/uploads/images/Dang-thi-cong/Kinh-do/IMG_0242.JPG","","","","http://xaydungtaco.com/cong-trinh/du-an-cai-tao-khu-biet-thu-kinh-do.html","_blank","1","1"); INSERT INTO tn_carousel_items VALUES("5","2","","/web/uploads/images/Dang-thi-cong/Le-co/10.JPG","","","","http://xaydungtaco.com/cong-trinh/nha-pho-duong-le-co-phuong-an-lac-quan-binh-tan.html","","2","1"); INSERT INTO tn_carousel_items VALUES("6","2","","/web/uploads/images/Dang-thi-cong/Duong-22-hiep-binh-chanh/8.jpg","","","","http://xaydungtaco.com/cong-trinh/nha-pho-duong-so-22-phuong-hiep-binh-chanh-q-thu-duc.html","","3","1"); INSERT INTO tn_carousel_items VALUES("7","2","","/web/uploads/images/Dang-thi-cong/nha-hem-36-bui-tu-toan/IMG_0711.JPG","","","","","","","1"); DROP TABLE tn_comment; CREATE TABLE `tn_comment` ( `comment_id` int(11) NOT NULL, `parent_comment_id` int(11) DEFAULT NULL, `comment` varchar(200) NOT NULL, `comment_sender_name` varchar(40) NOT NULL, `date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ) ENGINE=InnoDB DEFAULT CHARSET=utf8; DROP TABLE tn_company; CREATE TABLE `tn_company` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `location_id` int(11) DEFAULT NULL, `name` varchar(255) DEFAULT NULL, `logo` varchar(255) DEFAULT NULL, `website` varchar(255) DEFAULT NULL, `content` text, `scale` int(5) DEFAULT NULL, `address` varchar(255) DEFAULT NULL, `phone` varchar(255) DEFAULT NULL, `fax` varchar(255) DEFAULT NULL, `tax_id` varchar(255) DEFAULT NULL, `created_by` int(11) DEFAULT NULL, `created_at` datetime DEFAULT NULL, `status` smallint(1) DEFAULT NULL, `arranged` int(11) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; INSERT INTO tn_company VALUES("1","","Tona","","","","","","","","","66","","",""); INSERT INTO tn_company VALUES("2","","loc","","","<p>asdasd</p>","","","","","","67","","",""); INSERT INTO tn_company VALUES("3","","loc","","","<p>asdasd</p>","","","","","","68","","",""); INSERT INTO tn_company VALUES("4","","loc","","","","","","","","","84","","",""); INSERT INTO tn_company VALUES("5","","loc","","","","","","","","","85","","",""); INSERT INTO tn_company VALUES("6","","<EMAIL>","1.jpg","","<p>...</p>","","","","","","91","","",""); INSERT INTO tn_company VALUES("7","","LOCKON VN","","http://lockon-vn.com/","","","","","","","93","","",""); INSERT INTO tn_company VALUES("8","","LOCKON VN","","http://lockon-vn.com/","","","","","","","94","","",""); INSERT INTO tn_company VALUES("9","","LOCKON VN","Lockon-VN-Tranperant.png","http://lockon-vn.com","","","","","","","95","","",""); INSERT INTO tn_company VALUES("10","","LOCKON VN","Lockon-VN-Tranperant.png","http://lockon-vn.com","","","","","","","96","","",""); DROP TABLE tn_curriculum_vitae; CREATE TABLE `tn_curriculum_vitae` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `categories_id` int(11) DEFAULT NULL, `title` varchar(255) DEFAULT NULL, `name` varchar(255) DEFAULT NULL, `description` text, `content` text, `tags` varchar(255) DEFAULT NULL, `keyword` varchar(255) DEFAULT NULL, `salary` varchar(255) DEFAULT NULL, `address` varchar(255) DEFAULT NULL, `created_by` int(11) DEFAULT NULL, `updated_by` int(11) DEFAULT NULL, `created_at` datetime DEFAULT NULL, `updated_at` datetime DEFAULT NULL, `effect_date` datetime DEFAULT NULL, `end_date` datetime DEFAULT NULL, `approved_at` datetime DEFAULT NULL, `approved_by` int(11) DEFAULT NULL, `arrange` int(5) DEFAULT NULL, `star` smallint(1) DEFAULT '0', `status` smallint(1) DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; DROP TABLE tn_dropdown; CREATE TABLE `tn_dropdown` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `type` int(5) NOT NULL, `name` varchar(255) NOT NULL, `value` int(5) DEFAULT '0', `decription` text, `arranged` int(5) DEFAULT '1', `status` smallint(1) DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=38 DEFAULT CHARSET=utf8; INSERT INTO tn_dropdown VALUES("1","1","","1","","2","1"); INSERT INTO tn_dropdown VALUES("2","1","","2","","3","1"); INSERT INTO tn_dropdown VALUES("3","1","","3","","4","1"); INSERT INTO tn_dropdown VALUES("4","1","","4","","5","1"); INSERT INTO tn_dropdown VALUES("5","1","","5","","6","1"); INSERT INTO tn_dropdown VALUES("6","2","","1","","2","1"); INSERT INTO tn_dropdown VALUES("7","2","D??i 1 n?m","2","","3","1"); INSERT INTO tn_dropdown VALUES("8","2","1 n?m","3","","4","1"); INSERT INTO tn_dropdown VALUES("9","2","2 n?m","4","","5","1"); INSERT INTO tn_dropdown VALUES("10","2","3 n?m","5","","6","1"); INSERT INTO tn_dropdown VALUES("11","2","4 n?m","6","","7","1"); INSERT INTO tn_dropdown VALUES("12","2","5 n?m","7","","8","1"); INSERT INTO tn_dropdown VALUES("13","2","","8","","9","1"); INSERT INTO tn_dropdown VALUES("14","3","??i h?c","1","","2","1"); INSERT INTO tn_dropdown VALUES("15","3","Cao ??ng","2","","3","1"); INSERT INTO tn_dropdown VALUES("16","3","Trung c?p","3","","4","1"); INSERT INTO tn_dropdown VALUES("17","3","Cao h?c","4","","5","1"); INSERT INTO tn_dropdown VALUES("18","3","Trung h?c","5","","6","1"); INSERT INTO tn_dropdown VALUES("19","3","Ch?ng ch?","6","","7","1"); INSERT INTO tn_dropdown VALUES("20","3","","7","","8","1"); INSERT INTO tn_dropdown VALUES("21","4","Nam","2","","3","1"); INSERT INTO tn_dropdown VALUES("22","4","N?","1","","2","1"); INSERT INTO tn_dropdown VALUES("23","4","Ch?n","0","","1","1"); INSERT INTO tn_dropdown VALUES("24","5","D??i 3","1","","1","1"); INSERT INTO tn_dropdown VALUES("25","5","3-5 Tri?u","2","","2","1"); INSERT INTO tn_dropdown VALUES("26","5","5-7 tri?u","3","","3","1"); INSERT INTO tn_dropdown VALUES("27","5","7-10 tri?u","4","","4","1"); INSERT INTO tn_dropdown VALUES("28","5","10-12 tri?u","5","","5","1"); INSERT INTO tn_dropdown VALUES("29","5","12-15 tri?u","6","","6","1"); INSERT INTO tn_dropdown VALUES("30","5","15-20 tri?u","7","","7","1"); INSERT INTO tn_dropdown VALUES("31","5","20-25 tri?u","8","","8","1"); INSERT INTO tn_dropdown VALUES("32","5","25-30 tri?u","9","","9","1"); INSERT INTO tn_dropdown VALUES("33","5","","10","","10","1"); INSERT INTO tn_dropdown VALUES("34","5","Ch?n","0","","11","1"); INSERT INTO tn_dropdown VALUES("35","3","Ch?n","0","","1","1"); INSERT INTO tn_dropdown VALUES("36","1","Ch?n","0","","1","1"); INSERT INTO tn_dropdown VALUES("37","2","Ch?n","0","","1","1"); DROP TABLE tn_events; CREATE TABLE `tn_events` ( `id` int(11) NOT NULL AUTO_INCREMENT, `user_id` int(11) DEFAULT NULL, `type_id` tinyint(2) DEFAULT NULL, `title` varchar(255) DEFAULT NULL, `description` text, `slug` varchar(255) DEFAULT NULL, `all_day` tinyint(1) DEFAULT NULL, `start` datetime DEFAULT NULL, `end` datetime DEFAULT NULL, `url` varchar(155) DEFAULT NULL, `className` varchar(155) DEFAULT NULL, `editable` tinyint(1) DEFAULT NULL, `startEditable` tinyint(1) DEFAULT NULL, `durationEditable` tinyint(1) DEFAULT NULL, `resourceEditable` tinyint(1) DEFAULT NULL, `rendering` varchar(155) DEFAULT NULL, `overlap` tinyint(1) DEFAULT NULL, `constraint` varchar(155) DEFAULT NULL, `source` varchar(155) DEFAULT NULL, `color` varchar(55) DEFAULT NULL, `backgroundColor` varchar(55) DEFAULT NULL, `borderColor` varchar(55) DEFAULT NULL, `textColor` varchar(55) DEFAULT NULL, `status` tinyint(1) DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; DROP TABLE tn_file_uploads; CREATE TABLE `tn_file_uploads` ( `id` int(11) NOT NULL AUTO_INCREMENT, `object_type` varchar(50) NOT NULL, `object_id` int(11) NOT NULL, `file_path` varchar(155) DEFAULT NULL, `file_name` varchar(255) DEFAULT NULL, `file_type` varchar(10) DEFAULT NULL, `arranged` int(5) DEFAULT '1', `created_at` datetime DEFAULT NULL, `created_by` int(11) DEFAULT NULL, `is_deleted` smallint(1) DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=utf8; INSERT INTO tn_file_uploads VALUES("2","company_gallery","6","11947627_1196879580337720_2083630260241166797_n-6c57937e2db0a9edab55c2637a297ba5.jpg","11947627_1196879580337720_2083630260241166797_n","jpg","2","2018-05-17 22:54:44","91","0"); INSERT INTO tn_file_uploads VALUES("3","company_gallery","6","Koala-300d623fb4a872959fac36e61f544f5b.jpg","Koala","jpg","3","2018-05-17 22:55:05","91","0"); INSERT INTO tn_file_uploads VALUES("4","company_gallery","6","11986529_1198041390221539_9015680406331197480_n-81767f1a645c9dcadcd66f2c0272fede.jpg","11986529_1198041390221539_9015680406331197480_n","jpg","1","2018-05-17 22:55:25","91","0"); INSERT INTO tn_file_uploads VALUES("5","company_gallery","9","19104953_2096160937075547_1448921044_o-4d13bc3813e4b14f419b3679bce38f6f.jpg","19104953_2096160937075547_1448921044_o","jpg","3","2018-06-13 14:20:17","95","0"); INSERT INTO tn_file_uploads VALUES("6","company_gallery","9","25625466_1937726096252647_1745775571_o-150bcf9dcea87dd40321af8ce50d7903.jpg","25625466_1937726096252647_1745775571_o","jpg","1","2018-06-13 14:20:29","95","0"); INSERT INTO tn_file_uploads VALUES("7","company_gallery","9","28944830_2094860050538969_551681024_o-d6fcc70d17bbfaf65ccdb5b5d8d55476.jpg","28944830_2094860050538969_551681024_o","jpg","2","2018-06-13 14:20:38","95","0"); INSERT INTO tn_file_uploads VALUES("8","candidate","0","install guide EC-CUBE 3.n for developer-bec72913fbb8e97d289620354c11e7ac.docx","install guide EC-CUBE 3.n for developer","docx","9999","2018-06-15 13:13:34","98","0"); INSERT INTO tn_file_uploads VALUES("9","candidate","0","install guide EC-CUBE 3.n for developer-8a5055521c3cc93840d74b00451a8c90.docx","install guide EC-CUBE 3.n for developer","docx","9999","2018-06-15 13:13:44","98","0"); INSERT INTO tn_file_uploads VALUES("10","candidate","0","Config Mail for Unit test-59a8e4f98d5fd8df794e5289aad0a264.docx","Config Mail for Unit test","docx","9999","2018-06-15 13:14:07","98","0"); INSERT INTO tn_file_uploads VALUES("11","candidate","0","install guide EC-CUBE 3.n for developer-93d83d7ea55f5192adf25b6ce53ab035.docx","install guide EC-CUBE 3.n for developer","docx","9999","2018-06-15 13:14:11","98","0"); INSERT INTO tn_file_uploads VALUES("12","candidate","0","install guide EC-CUBE 3.n for developer-878203dde895276e2bafa4824b8ad4a1.docx","install guide EC-CUBE 3.n for developer","docx","9999","2018-06-15 13:14:35","98","0"); INSERT INTO tn_file_uploads VALUES("13","candidate","0","install guide EC-CUBE 3.n for developer-388a78361847dbf954d90bc5fab6a241.docx","install guide EC-CUBE 3.n for developer","docx","9999","2018-06-15 13:14:37","98","0"); INSERT INTO tn_file_uploads VALUES("14","candidate","0","install guide EC-CUBE 3.n for developer-c60d7f4a02f101b7e20d6f77e2b0bc63.docx","install guide EC-CUBE 3.n for developer","docx","9999","2018-06-15 13:15:22","98","0"); INSERT INTO tn_file_uploads VALUES("15","candidate","0","install guide EC-CUBE 3.n for developer-ac7790e5a87ad94868c866ebc0a18d55.docx","install guide EC-CUBE 3.n for developer","docx","9999","2018-06-15 13:15:41","98","0"); INSERT INTO tn_file_uploads VALUES("16","candidate","0","install guide EC-CUBE 3.n for developer-96fb465ec5236745192d81457e5372f7.docx","install guide EC-CUBE 3.n for developer","docx","9999","2018-06-15 13:16:56","98","0"); INSERT INTO tn_file_uploads VALUES("17","candidate","0","install guide EC-CUBE 3.n for developer-7d51e284cbbce71290cbab7ed74afa2c.docx","install guide EC-CUBE 3.n for developer","docx","9999","2018-06-15 13:30:14","98","0"); INSERT INTO tn_file_uploads VALUES("18","candidate","0","install guide EC-CUBE 3.n for developer-e56f40c1d58af9c73a946cd28dd5dc01.docx","install guide EC-CUBE 3.n for developer","docx","9999","2018-06-15 13:30:45","98","0"); INSERT INTO tn_file_uploads VALUES("19","candidate","0","Config Mail for Unit test-f7d6e19c43f3b9ff9749137f5afb5ebb.docx","Config Mail for Unit test","docx","9999","2018-06-15 13:40:14","98","0"); DROP TABLE tn_job_categories; CREATE TABLE `tn_job_categories` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `parent_id` int(11) DEFAULT '0', `name` varchar(255) DEFAULT NULL, `description` text, `icon_class` varchar(255) DEFAULT NULL, `image` varchar(255) DEFAULT NULL, `created_at` datetime DEFAULT NULL, `updated_at` datetime DEFAULT NULL, `created_by` int(11) DEFAULT NULL, `updated_by` int(11) DEFAULT NULL, `arranged` int(5) DEFAULT '1', `total_jobs` int(5) DEFAULT NULL, `total_cv` int(5) DEFAULT NULL, `status` smallint(1) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=84 DEFAULT CHARSET=utf8; INSERT INTO tn_job_categories VALUES("6","0","","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("7","6","","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("8","6","B?t ??ng s?n","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("9","0","","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("10","9","","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("11","9","","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("12","9","M? Thu?t/Ngh? Thu?t/Thi?t K?","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("13","9","","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("14","9","Internet/Online Media","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("15","9","In ?n/Xu?t b?n","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("16","0","","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("17","16","","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("18","16","","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("19","16","","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("20","16","","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("21","16","B?o hi?m","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("22","0","","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("23","22","","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("24","22","","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("25","22","","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("26","22","Th?c ph?m & ?? u?ng","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("27","22","Th?i trang ","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("28","22","","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("29","0","","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("30","0","","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("31","30","","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("32","0","K? THU?T","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("33","32","?i?n/?i?n t?","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("34","32","","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("35","32","","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("36","32","","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("37","32","?i?n l?nh/Nhi?t l?nh","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("38","0","S?N XU?T","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("39","38","","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("40","38","","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("41","38","","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("42","38","","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("43","38","","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("44","38","","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("45","38","","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("46","38","","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("47","0","Y T?","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("48","47","","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("49","47","","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("50","47","","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("51","47","D??c s?","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("52","47","","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("53","0","D?CH V?","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("54","53","","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("55","53","","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("56","53","","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("57","53","T? v?n","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("58","0","V?N T?I","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("59","58","V?n chuy?n/Giao nh?n","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("60","58","Kho v?n","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("61","58","","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("62","0","","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("63","62","Marketing","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("64","62","","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("65","62","","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("66","62","","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("67","0","B? PH?N H? TR?","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("68","67","","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("69","67","","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("70","67","","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("71","67","","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("72","67","","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("73","0","","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("74","73","IT - Ph?n c?ng/M?ng","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("75","73","IT - Ph?n m?m","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("76","0","H? TR? S?N XU?T","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("77","76","Xu?t nh?p kh?u","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("78","0","QA/QC","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("79","78","S?n Xu?t","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("80","78","Thu Mua/V?t T?/Cung V?n","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("81","78","","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("82","78","","","","","","","","","1","","","1"); INSERT INTO tn_job_categories VALUES("83","78","","","","","","","","","1","","","1"); DROP TABLE tn_job_skill; CREATE TABLE `tn_job_skill` ( `id` int(11) NOT NULL AUTO_INCREMENT, `categories_id` int(11) NOT NULL, `name` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; DROP TABLE tn_jobs; CREATE TABLE `tn_jobs` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `categories_id` int(11) DEFAULT NULL, `company_id` int(11) DEFAULT NULL, `title` varchar(255) DEFAULT NULL, `slug` varchar(255) DEFAULT NULL, `description` text, `content` text, `cv_end_date` date DEFAULT NULL, `tags` varchar(255) DEFAULT NULL, `keyword` varchar(255) DEFAULT NULL, `salary` int(3) DEFAULT NULL, `working_time` int(3) DEFAULT NULL, `address` varchar(255) DEFAULT NULL, `created_by` int(11) DEFAULT NULL, `updated_by` int(11) DEFAULT NULL, `created_at` datetime DEFAULT NULL, `updated_at` datetime DEFAULT NULL, `effect_date` datetime DEFAULT NULL, `end_date` datetime DEFAULT NULL, `approved_at` datetime DEFAULT NULL, `approved_by` int(11) DEFAULT NULL, `arrange` int(5) DEFAULT NULL, `star` smallint(1) DEFAULT '0', `client_status` smallint(1) DEFAULT '0', `status` smallint(1) DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; INSERT INTO tn_jobs VALUES("1","75","9","PHP DEVELOPER (JAPANESE)","php-developer-japanese-","Ho Chi Minh \nSalary: Negotiable \nPHP?eCommerce?PostgreSql?mySQL","<p><b>JOB REQUIREMENT - Summary</b></p><p>Lockon Vietnam is a new company established December 2013 in HCMC, LOCKON VIETNAM, owned by LOCKON in Japan.<br>?NO.1 products in Japan!<br>[1] AD EBiS, online marketing suite: <a href=\"http://www.ebis.ne.jp/en/\">http://www.ebis.ne.jp/en/</a><br>[2] EC-CUBE, open platform in E-commerce: <a href=\"http://www.ec-cube.net/\">http://www.ec-cube.net/</a><br>[3] THREe, automation tool for online ads operation: <a href=\"http://three.ne.jp/\">http://three.ne.jp/</a></p><p>You will participate in a whole software development project. The main responsibilities of developers are: coding, unit testing and solution.<br>You will be able to join in Workshop or Study lesson conducted in company which is about Technique, knowledges used in Projects, languages such as Japanese or English.<br>Required:<br>N3+ for developer<br>N2+ for Bse</p><p>============================================<br><b>Technology and Tools</b><br>============================================</p><p>- Programming language: PHP ( Symfony, Doctrine, Twig )<br>- Database: PostgreSQL, MySQL, etc.<br>- Communication tool: Skype, Slack or TV conference system for video chat<br>- Communication language with JP team: English / Japanese (Our communicator can support you.)</p><p><b>Your Skills and Experience</b></p><p>============================================<br><b>Work experience / Hard Skills</b><br>============================================</p><p>- More than 3 years of WORK EXPERIENCE as a PHP developer.<br>- Experience in Ecommerce, EC-CUBE is a BIG PLUS.<br>- Hands on experience in HTML, CSS, jQuery, Ajax.<br>- Experience in popular DBMS like PgSQL, MySQL.<br>- Experience in phpUnit &amp; codeCeption.<br>- Experience with tools : Jira, PhpStorm, Docker, Github, Bitbucket,...<br>- Experience in reviewing work results of others (cross, mob review).<br>- Understanding about software development processes ( Open source is a plus)<br>- Understanding about object-oriented programming.<br>- Have knowledges about software testing, Database analyzing and designing.</p><p>============================================<br>Competencies / Soft Skills<br>============================================</p><p>?Love coding and want to be a core member of open source.<br>?Good sense of Teamwork.<br>?Working with Scrum, Agile, Kanban.<br>?Working under pressure ability and accomplish assigned task.<br>?Professional thinking or want to become a Professional engineer.<br>?Excellent communication, especially good in human relations.</p><p>============================================<br>? Ideal candidate<br>============================================<br>?Who can sympathize with the business content and vision of Lockon Vietnam.<br>?Who can work with ambition, motivation, sense of responsibility.<br>?Who are interested in new technologies and always think about how to apply into work.<br>?Understanding the goal of product and doing well orientation to Team.<br>?Flexible, energetic, patient and able to work within a multicultural environment.<br>?Good common of English (Japanese is plus).<br>?Understanding the right and obligation.<br>Environment<br>- Active, friendly, motivated and supportive colleagues (Teamwork is our pride.)<br>- Challenging development with advanced technology.<br>- Acquisition of the knowledge related to advanced online marketing.<br>- Exciting experience to build the new company and the development team.</p><p>============================================<br>Benefits<br>============================================</p><p>- Insurance: SI, HI and UI as defined in the Labor law<br>- Congratulatory or Condolence payments<br>- Health checkup<br>- Year-end gift, Moon cake, Birthday gift, Anniversary gift<br>- Monthly Team building event<br>- Company trip<br>- Monthly and Yearly Award program<br>- Day off: Saturday, Sunday, 12 days/ years and Viet Nam holidays</p><p>Other information<br>- 100% salary during probation period.<br>- Twice salary revision in a year (April and October).<br>- Basic Tet bonus (paid 2 times separately. 50% on July, 50% on January).<br>- Insurance: SI, HI and UI as defined in the Labor law.</p>","2018-12-31","","","8","1","63","95","95","2018-06-13 14:10:15","2018-06-13 14:10:42","2018-06-13 14:10:15","","2018-06-13 14:10:15","1","","0","7","1"); INSERT INTO tn_jobs VALUES("2","75","9","IT COMMUNICATOR","it-communicator","","<p><b>JOB DESCRIPTION</b></p><p><b></b>============================</p><p>?????Impact On The World???????????????????????????????????????????????????????????????????<br>[1] AD EBiS, online marketing suite : <a href=\"http://www.ebis.ne.jp/\">http://www.ebis.ne.jp/</a><br>[2] EC-CUBE, open platform in E-commerce : <a href=\"http://www.ec-cube.net/\">http://www.ec-cube.net/</a><br>[3] THREe, automation tool for online ads operation : <a href=\"http://three.ne.jp/\">http://three.ne.jp/</a></p><p>============================================<br><b>Your Mission</b><br>============================================<br>??????????????????????????????????????????????????????????????????<br>?????????????????????????????????Q&amp;A?????????????????????????????????????????????????????????????????????????????<br>????????????????????????????????????????????????????????????????????????????????<br>???????????????????????????????????????????????????????????????????????????</p><p>============================================<br><b>Benefits</b><br>============================================<br>- Insurance: SI, HI and UI as defined in the Labor law<br>- Congratulatory or Condolence payments<br>- Health checkup<br>- Year-end gift, Moon cake, Birthday gift, Anniversary gift<br>- Monthly Team building event<br>- Company trip<br>- Monthly and Yearly Award program<br>- Day off: Saturday, Sunday, 12 days/ years and Viet Nam holidays</p><p>============================================<br><b>Working time:</b><br>============================================<br>Monday to Friday: 8:00-17:30</p><p>============================================<br><b>Salary</b><br>============================================<br>- Twice salary appraisal in a year (April and October)<br>- Basic Tet bonus (paid 50% on July, 50% on January)</p><p>============================================<br><b>Work Experience / Hard Skills</b><br>============================================<br><must><br>?Strong Japanese skill in writing, reading, listening and speaking (equivalent to N2)<br>?Have ability to read and write documents in English fluently<br>?Have more than 2 years working experience using Japanese</must></p><p><plus><br>- Have experience in working as IT communicator for more than 1 year<br>- Have experience in managing tasks and facilitating a meeting.<br>- Have experience in working at a Japanese company for some years</plus></p><p>============================================<br><b>Competencies / Soft Skills</b><br>============================================<br>?Good sense of Team work<br>?Exact Comprehension &amp; Explanation skill<br>?Problem finding &amp; solving skill</p><p>============================================<br><b>Stance / Mind</b><br>============================================<br>?Try to understand what people say. Translate what you understand not what you hear<br>?Understanding the right and obligation<br>?Can learn from failure after challenging and usually improve to avoid the same failure</p><p>============================================<br><b>Character</b><br>============================================<br>?Proactive, Cooperative, Well-organized</p><p>============================================<br><b>?Work start date?</b><br>============================================<br>July 1st, 2018 or earlier</p>","2018-12-31","","","1","1","63","95","95","2018-06-13 14:12:53","2018-06-13 14:12:53","2018-06-13 14:12:53","","2018-06-13 14:12:53","1","","0","7","1"); DROP TABLE tn_locations; CREATE TABLE `tn_locations` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parent_id` int(11) DEFAULT NULL, `name` varchar(255) DEFAULT NULL, `description` varchar(255) DEFAULT NULL, `type` tinyint(1) DEFAULT '3' COMMENT '1:Quoc Gia,2:Thanh pho,3Tinh thanh', `arranged` int(5) DEFAULT '1', `status` tinyint(1) DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=85 DEFAULT CHARSET=utf8; INSERT INTO tn_locations VALUES("1","64","An Giang","","3","11","1"); INSERT INTO tn_locations VALUES("2","64","","","3","12","1"); INSERT INTO tn_locations VALUES("3","64","B?c Giang","","3","13","1"); INSERT INTO tn_locations VALUES("4","64","B?c K?n","","3","14","1"); INSERT INTO tn_locations VALUES("5","64","","","3","15","1"); INSERT INTO tn_locations VALUES("6","64","B?c Ninh","","3","16","1"); INSERT INTO tn_locations VALUES("7","64","B?n Tre","","3","17","1"); INSERT INTO tn_locations VALUES("8","64","","","3","18","1"); INSERT INTO tn_locations VALUES("9","64","","","3","19","1"); INSERT INTO tn_locations VALUES("10","64","","","3","20","1"); INSERT INTO tn_locations VALUES("11","64","","","3","21","1"); INSERT INTO tn_locations VALUES("12","64","","","3","22","1"); INSERT INTO tn_locations VALUES("13","64","Cao B?ng","","3","23","1"); INSERT INTO tn_locations VALUES("14","64","??k L?k","","3","24","1"); INSERT INTO tn_locations VALUES("15","64","","","3","25","1"); INSERT INTO tn_locations VALUES("16","64","","","3","26","1"); INSERT INTO tn_locations VALUES("17","64","??ng Nai","","3","27","1"); INSERT INTO tn_locations VALUES("18","64","","","3","28","1"); INSERT INTO tn_locations VALUES("19","64","Gia Lai","","3","29","1"); INSERT INTO tn_locations VALUES("20","64","","","3","30","1"); INSERT INTO tn_locations VALUES("21","64","","","3","31","1"); INSERT INTO tn_locations VALUES("22","64","","","3","32","1"); INSERT INTO tn_locations VALUES("23","64","H?i D??ng","","3","33","1"); INSERT INTO tn_locations VALUES("24","64","H?u Giang","","3","34","1"); INSERT INTO tn_locations VALUES("25","64","","","3","35","1"); INSERT INTO tn_locations VALUES("26","64","","","3","36","1"); INSERT INTO tn_locations VALUES("27","64","","","3","37","1"); INSERT INTO tn_locations VALUES("28","64","","","3","38","1"); INSERT INTO tn_locations VALUES("29","64","Kon Tum","","3","39","1"); INSERT INTO tn_locations VALUES("30","64","","","3","40","1"); INSERT INTO tn_locations VALUES("31","64","","","3","41","1"); INSERT INTO tn_locations VALUES("32","64","L?ng S?n","","3","42","1"); INSERT INTO tn_locations VALUES("33","64","","","3","43","1"); INSERT INTO tn_locations VALUES("34","64","Long An","","3","44","1"); INSERT INTO tn_locations VALUES("35","64","Nam ??nh","","3","45","1"); INSERT INTO tn_locations VALUES("36","64","Ngh? An","","3","46","1"); INSERT INTO tn_locations VALUES("37","64","","","3","47","1"); INSERT INTO tn_locations VALUES("38","64","Ninh Thu?n","","3","48","1"); INSERT INTO tn_locations VALUES("39","64","","","3","49","1"); INSERT INTO tn_locations VALUES("40","64","","","3","50","1"); INSERT INTO tn_locations VALUES("41","64","Qu?ng Nam","","3","51","1"); INSERT INTO tn_locations VALUES("42","64","","","3","52","1"); INSERT INTO tn_locations VALUES("43","64","Qu?ng Ninh","","3","53","1"); INSERT INTO tn_locations VALUES("44","64","Qu?ng Tr?","","3","54","1"); INSERT INTO tn_locations VALUES("45","64","","","3","55","1"); INSERT INTO tn_locations VALUES("46","64","S?n La","","3","56","1"); INSERT INTO tn_locations VALUES("47","64","","","3","57","1"); INSERT INTO tn_locations VALUES("48","64","","","3","58","1"); INSERT INTO tn_locations VALUES("49","64","","","3","59","1"); INSERT INTO tn_locations VALUES("50","64","","","3","60","1"); INSERT INTO tn_locations VALUES("51","64","","","3","61","1"); INSERT INTO tn_locations VALUES("52","64","Ti?n Giang","","3","62","1"); INSERT INTO tn_locations VALUES("53","64","","","3","63","1"); INSERT INTO tn_locations VALUES("54","64","","","3","64","1"); INSERT INTO tn_locations VALUES("55","64","V?nh Long","","3","65","1"); INSERT INTO tn_locations VALUES("56","64","","","3","66","1"); INSERT INTO tn_locations VALUES("57","64","","","3","67","1"); INSERT INTO tn_locations VALUES("58","64","","","3","68","1"); INSERT INTO tn_locations VALUES("59","64","C?n Th?","","3","69","1"); INSERT INTO tn_locations VALUES("60","64","","","3","70","1"); INSERT INTO tn_locations VALUES("61","64","","","3","71","1"); INSERT INTO tn_locations VALUES("62","64","","","3","3","1"); INSERT INTO tn_locations VALUES("63","64","TP HCM","","3","2","1"); INSERT INTO tn_locations VALUES("64","0","Vi?t Nam","","1","74","1"); INSERT INTO tn_locations VALUES("65","63","Qu?n 1","","3","75","1"); INSERT INTO tn_locations VALUES("66","63","Qu?n 2","","3","76","1"); INSERT INTO tn_locations VALUES("67","63","Qu?n 3","","3","77","1"); INSERT INTO tn_locations VALUES("68","63","Qu?n 4","","3","78","1"); INSERT INTO tn_locations VALUES("69","63","Qu?n 5","","3","79","1"); INSERT INTO tn_locations VALUES("70","63","Qu?n 6","","3","80","1"); INSERT INTO tn_locations VALUES("71","63","Qu?n 7","","3","81","1"); INSERT INTO tn_locations VALUES("72","63","Qu?n 8","","3","82","1"); INSERT INTO tn_locations VALUES("73","63","Qu?n 9","","3","83","1"); INSERT INTO tn_locations VALUES("74","63","Qu?n 10","","3","84","1"); INSERT INTO tn_locations VALUES("75","63","Qu?n 11","","3","85","1"); INSERT INTO tn_locations VALUES("76","63","Qu?n 12","","3","86","1"); INSERT INTO tn_locations VALUES("77","63","","","3","87","1"); INSERT INTO tn_locations VALUES("78","63","","","3","88","1"); INSERT INTO tn_locations VALUES("79","63","","","3","89","1"); INSERT INTO tn_locations VALUES("80","63","","","3","90","1"); INSERT INTO tn_locations VALUES("81","63","","","3","91","1"); INSERT INTO tn_locations VALUES("82","63","","","3","92","1"); INSERT INTO tn_locations VALUES("83","63","Th? ??c","","3","93","1"); INSERT INTO tn_locations VALUES("84","64","Ch?n","","3","1","1"); DROP TABLE tn_log_system; CREATE TABLE `tn_log_system` ( `id` int(11) NOT NULL AUTO_INCREMENT, `url` varchar(255) DEFAULT NULL, `user_id` int(11) DEFAULT NULL, `ip` varchar(15) DEFAULT NULL, `browser` varchar(255) DEFAULT NULL, `time` datetime DEFAULT NULL, `controller` varchar(55) DEFAULT NULL, `action` varchar(55) DEFAULT NULL, `method` varchar(15) DEFAULT NULL, `user_timezone` varchar(55) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=1606 DEFAULT CHARSET=utf8; INSERT INTO tn_log_system VALUES("1","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-09 22:28:09","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("2","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-09 22:28:19","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("3","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-09 22:28:24","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("4","http://www.vina-jobs.com/job-seekers.html","1","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-09 22:28:28","site","job-seekers","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("5","http://www.vina-jobs.com/employeers.html","1","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-09 22:28:34","site","employeers","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("6","http://www.vina-jobs.com/job-seekers.html","1","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-09 22:28:39","site","job-seekers","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("7","http://www.vina-jobs.com/blog.html","1","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-09 22:28:42","site","blog","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("8","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-09 22:28:46","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("9","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-09 22:28:56","default","index","GET",""); INSERT INTO tn_log_system VALUES("10","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-09 22:29:03","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("11","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-09 22:29:09","default","index","GET",""); INSERT INTO tn_log_system VALUES("12","http://www.vina-jobs.com/register/candidate.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-09 22:29:52","user","register-candidate","GET",""); INSERT INTO tn_log_system VALUES("13","http://www.vina-jobs.com/register/candidate.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-09 22:35:42","user","register-candidate","GET",""); INSERT INTO tn_log_system VALUES("14","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-09 23:04:32","default","index","GET",""); INSERT INTO tn_log_system VALUES("15","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-09 23:04:53","default","index","GET",""); INSERT INTO tn_log_system VALUES("16","http://www.vina-jobs.com/assets/img/img16.jpg","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-09 23:05:27","site","error","GET",""); INSERT INTO tn_log_system VALUES("17","http://www.vina-jobs.com/assets/img/img16.jpg","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-09 23:07:06","site","error","GET",""); INSERT INTO tn_log_system VALUES("18","http://www.vina-jobs.com/vendor/bower-asset/jquery-confirm2/css/jquery-confirm.css","1","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-09 23:07:12","site","error","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("19","http://www.vina-jobs.com/vendor/bower-asset/jquery-confirm2/js/jquery-confirm.js","1","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-09 23:07:13","site","error","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("20","http://www.vina-jobs.com/vendor/bower-asset/jquery-confirm2/css/jquery-confirm.css","1","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-09 23:08:04","site","error","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("21","http://www.vina-jobs.com/vendor/bower-asset/jquery-confirm2/js/jquery-confirm.js","1","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-09 23:08:07","site","error","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("22","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-09 23:08:10","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("23","http://www.vina-jobs.com/job-seekers.html","1","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-09 23:08:13","site","job-seekers","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("24","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-09 23:08:17","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("25","http://www.vina-jobs.com/vendor/bower-asset/jquery-confirm2/css/jquery-confirm.css","1","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-09 23:08:27","site","error","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("26","http://www.vina-jobs.com/vendor/bower-asset/jquery-confirm2/js/jquery-confirm.js","1","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-09 23:08:28","site","error","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("27","http://www.vina-jobs.com/vendor/bower-asset/jquery-confirm2/css/jquery-confirm.css","1","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-09 23:08:34","site","error","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("28","http://www.vina-jobs.com/vendor/bower-asset/jquery-confirm2/js/jquery-confirm.js","1","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-09 23:16:54","site","error","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("29","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-09 23:20:46","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("30","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-09 23:22:26","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("31","http://www.vina-jobs.com/","1","1172.16.58.3","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-09 23:22:30","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("32","http://www.vina-jobs.com/index.php?r=wp-login.php","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko","2018-04-10 01:13:48","default","index","GET",""); INSERT INTO tn_log_system VALUES("33","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)","2018-04-10 03:49:01","default","index","GET",""); INSERT INTO tn_log_system VALUES("34","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon","2018-04-10 07:51:43","default","index","GET",""); INSERT INTO tn_log_system VALUES("35","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)","2018-04-10 07:53:25","default","index","GET",""); INSERT INTO tn_log_system VALUES("36","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 08:18:48","default","index","GET",""); INSERT INTO tn_log_system VALUES("37","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 08:18:48","default","index","GET",""); INSERT INTO tn_log_system VALUES("38","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 08:54:22","default","index","GET",""); INSERT INTO tn_log_system VALUES("39","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 08:56:47","default","index","GET",""); INSERT INTO tn_log_system VALUES("40","http://www.vina-jobs.com/job-seekers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 08:56:51","site","job-seekers","GET",""); INSERT INTO tn_log_system VALUES("41","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 08:56:54","default","index","GET",""); INSERT INTO tn_log_system VALUES("42","http://www.vina-jobs.com/blog.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 08:56:56","site","blog","GET",""); INSERT INTO tn_log_system VALUES("43","http://www.vina-jobs.com/contact.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 08:56:58","site","contact","GET",""); INSERT INTO tn_log_system VALUES("44","http://www.vina-jobs.com/blog.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 08:57:16","site","blog","GET",""); INSERT INTO tn_log_system VALUES("45","http://www.vina-jobs.com/job-seekers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 08:57:20","site","job-seekers","GET",""); INSERT INTO tn_log_system VALUES("46","http://www.vina-jobs.com/assets/img/img16.jpg","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 08:57:29","site","error","GET",""); INSERT INTO tn_log_system VALUES("47","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 09:00:42","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("48","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 09:00:45","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("49","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 09:00:57","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("50","http://www.vina-jobs.com/contact.html","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 09:02:14","site","contact","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("51","http://www.vina-jobs.com/job-seekers.html","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 09:02:17","site","job-seekers","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("52","http://www.vina-jobs.com/employeers.html","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 09:02:19","site","employeers","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("53","http://www.vina-jobs.com/about-us.html","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 09:02:22","site","about-us","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("54","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 09:03:48","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("55","http://www.vina-jobs.com/about-us.html","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 09:03:52","site","about-us","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("56","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 09:07:53","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("57","http://www.vina-jobs.com/web/template/jobs/js/underscore-min.map","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 09:09:15","site","error","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("58","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 10:09:25","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("59","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 10:09:25","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("60","http://www.vina-jobs.com/web/template/jobs/js/underscore-min.map","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 10:09:30","site","error","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("61","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 10:09:33","default","index","GET",""); INSERT INTO tn_log_system VALUES("62","http://www.vina-jobs.com/web/template/jobs/js/underscore-min.map","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 10:09:34","site","error","GET",""); INSERT INTO tn_log_system VALUES("63","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 10:28:32","default","index","GET",""); INSERT INTO tn_log_system VALUES("64","http://www.vina-jobs.com/web/template/jobs/js/underscore-min.map","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 10:28:33","site","error","GET",""); INSERT INTO tn_log_system VALUES("65","http://www.vina-jobs.com/job-seekers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 10:28:35","site","job-seekers","GET",""); INSERT INTO tn_log_system VALUES("66","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 10:28:38","default","index","GET",""); INSERT INTO tn_log_system VALUES("67","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 10:28:41","default","index","GET",""); INSERT INTO tn_log_system VALUES("68","http://www.vina-jobs.com/job-seekers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 12:39:58","site","job-seekers","GET",""); INSERT INTO tn_log_system VALUES("69","http://www.vina-jobs.com/job-seekers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 12:44:45","site","job-seekers","GET",""); INSERT INTO tn_log_system VALUES("70","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36","2018-04-10 13:14:41","default","index","GET",""); INSERT INTO tn_log_system VALUES("71","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-10 14:01:39","default","index","GET",""); INSERT INTO tn_log_system VALUES("72","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-10 14:02:01","default","index","GET",""); INSERT INTO tn_log_system VALUES("73","http://www.vina-jobs.com/register/candidate.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-10 14:02:44","user","register-candidate","GET",""); INSERT INTO tn_log_system VALUES("74","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-10 14:03:47","default","index","GET",""); INSERT INTO tn_log_system VALUES("75","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 14:50:36","default","index","GET",""); INSERT INTO tn_log_system VALUES("76","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 14:50:58","default","index","GET",""); INSERT INTO tn_log_system VALUES("77","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 14:51:01","default","index","GET",""); INSERT INTO tn_log_system VALUES("78","http://www.vina-jobs.com/job-seekers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 14:51:08","site","job-seekers","GET",""); INSERT INTO tn_log_system VALUES("79","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 14:51:10","default","index","GET",""); INSERT INTO tn_log_system VALUES("80","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko; Google Page Speed Insights) Chrome/41.0.2272.118 Mobile Safari/537.36","2018-04-10 14:51:47","default","index","GET",""); INSERT INTO tn_log_system VALUES("81","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko; Google Page Speed Insights) Chrome/41.0.2272.118 Safari/537.36","2018-04-10 14:51:47","default","index","GET",""); INSERT INTO tn_log_system VALUES("82","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 18:08:24","default","index","GET",""); INSERT INTO tn_log_system VALUES("83","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 18:08:24","default","index","GET",""); INSERT INTO tn_log_system VALUES("84","http://www.vina-jobs.com/search/result.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 18:08:32","site","search","POST",""); INSERT INTO tn_log_system VALUES("85","http://www.vina-jobs.com/search/result.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 18:08:37","site","search","POST",""); INSERT INTO tn_log_system VALUES("86","http://www.vina-jobs.com/search/result.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 18:08:46","site","search","POST",""); INSERT INTO tn_log_system VALUES("87","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 18:09:21","default","index","GET",""); INSERT INTO tn_log_system VALUES("88","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 18:09:21","default","index","GET",""); INSERT INTO tn_log_system VALUES("89","http://www.vina-jobs.com/search/result.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 18:09:30","site","error","POST",""); INSERT INTO tn_log_system VALUES("90","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 18:09:35","default","index","GET",""); INSERT INTO tn_log_system VALUES("91","http://www.vina-jobs.com/search/result.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 18:09:38","site","search","POST",""); INSERT INTO tn_log_system VALUES("92","http://www.vina-jobs.com/search/result.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 18:09:42","site","search","POST",""); INSERT INTO tn_log_system VALUES("93","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-10 19:58:56","default","index","GET",""); INSERT INTO tn_log_system VALUES("94","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-10 19:59:07","default","index","GET",""); INSERT INTO tn_log_system VALUES("95","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-10 20:01:00","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("96","http://www.vina-jobs.com/job-seekers.html","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-10 20:01:28","site","job-seekers","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("97","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-10 20:01:40","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("98","http://www.vina-jobs.com/search/result.html","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-10 20:01:46","site","search","POST","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("99","http://www.vina-jobs.com/search/result.html?","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-10 20:01:56","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("100","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon","2018-04-10 20:54:38","default","index","GET",""); INSERT INTO tn_log_system VALUES("101","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 20:57:48","default","index","GET",""); INSERT INTO tn_log_system VALUES("102","http://www.vina-jobs.com/search/result.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 20:58:04","site","search","POST",""); INSERT INTO tn_log_system VALUES("103","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-10 21:33:27","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("104","http://www.vina-jobs.com/","0","172.31.18.22","User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 21:45:33","default","index","GET",""); INSERT INTO tn_log_system VALUES("105","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 23:10:37","default","index","GET",""); INSERT INTO tn_log_system VALUES("106","http://www.vina-jobs.com/search/result.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 23:10:44","site","search","POST",""); INSERT INTO tn_log_system VALUES("107","http://www.vina-jobs.com/search/result.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 23:10:51","site","search","POST",""); INSERT INTO tn_log_system VALUES("108","http://www.vina-jobs.com/web/template/jobs/js/underscore-min.map","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 23:10:52","site","error","GET",""); INSERT INTO tn_log_system VALUES("109","http://www.vina-jobs.com/search/result.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 23:10:57","site","search","POST",""); INSERT INTO tn_log_system VALUES("110","http://www.vina-jobs.com/web/template/jobs/js/underscore-min.map","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 23:11:05","site","error","GET",""); INSERT INTO tn_log_system VALUES("111","http://www.vina-jobs.com/search/result.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 23:12:59","site","search","GET",""); INSERT INTO tn_log_system VALUES("112","http://www.vina-jobs.com/search/result.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-10 23:15:56","site","search","POST",""); INSERT INTO tn_log_system VALUES("113","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)","2018-04-11 00:41:58","default","index","GET",""); INSERT INTO tn_log_system VALUES("114","http://www.vina-jobs.com/index.php?r=contact.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36","2018-04-11 03:37:24","default","index","GET",""); INSERT INTO tn_log_system VALUES("115","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36","2018-04-11 03:37:24","default","index","GET",""); INSERT INTO tn_log_system VALUES("116","http://www.vina-jobs.com/index.php?r=about-us.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36","2018-04-11 03:37:24","default","index","GET",""); INSERT INTO tn_log_system VALUES("117","http://www.vina-jobs.com/index.php?r=front/user/register","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36","2018-04-11 03:37:24","default","index","GET",""); INSERT INTO tn_log_system VALUES("118","http://www.vina-jobs.com/index.php?r=job-seekers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36","2018-04-11 03:37:24","default","index","GET",""); INSERT INTO tn_log_system VALUES("119","http://www.vina-jobs.com/index.php?r=employeers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36","2018-04-11 03:37:24","default","index","GET",""); INSERT INTO tn_log_system VALUES("120","http://www.vina-jobs.com/index.php?r=blog.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36","2018-04-11 03:37:24","default","index","GET",""); INSERT INTO tn_log_system VALUES("121","http://www.vina-jobs.com/index.php?r=register/company.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36","2018-04-11 03:37:24","default","index","GET",""); INSERT INTO tn_log_system VALUES("122","http://www.vina-jobs.com/index.php?r=register/candidate.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36","2018-04-11 03:37:24","default","index","GET",""); INSERT INTO tn_log_system VALUES("123","http://www.vina-jobs.com/index.php?r=user/forgot-password.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36","2018-04-11 03:37:24","default","index","GET",""); INSERT INTO tn_log_system VALUES("124","http://www.vina-jobs.com/index.php?r=site/auth&authclient=facebook","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36","2018-04-11 03:37:24","default","index","GET",""); INSERT INTO tn_log_system VALUES("125","http://www.vina-jobs.com/index.php?r=site/auth&authclient=twitter","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36","2018-04-11 03:37:25","default","index","GET",""); INSERT INTO tn_log_system VALUES("126","http://www.vina-jobs.com/index.php?r=site/auth&authclient=github","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36","2018-04-11 03:37:25","default","index","GET",""); INSERT INTO tn_log_system VALUES("127","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)","2018-04-11 05:31:57","default","index","GET",""); INSERT INTO tn_log_system VALUES("128","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-11 08:12:41","default","index","GET",""); INSERT INTO tn_log_system VALUES("129","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-11 08:12:42","default","index","GET",""); INSERT INTO tn_log_system VALUES("130","http://www.vina-jobs.com/search/result.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-11 08:14:26","site","search","POST",""); INSERT INTO tn_log_system VALUES("131","http://www.vina-jobs.com/search/result.html?[object%20Object],[object%20Object],[object%20Object],[object%20Object],[object%20Object],[object%20Object],[object%20Object],[object%20Object]","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-11 08:15:04","site","search","GET",""); INSERT INTO tn_log_system VALUES("132","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-11 08:15:13","default","index","GET",""); INSERT INTO tn_log_system VALUES("133","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-11 08:15:23","default","index","GET",""); INSERT INTO tn_log_system VALUES("134","http://www.vina-jobs.com/job-seekers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-11 08:15:26","site","job-seekers","GET",""); INSERT INTO tn_log_system VALUES("135","http://www.vina-jobs.com/employeers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-11 08:15:29","site","employeers","GET",""); INSERT INTO tn_log_system VALUES("136","http://www.vina-jobs.com/job-seekers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-11 08:15:34","site","job-seekers","GET",""); INSERT INTO tn_log_system VALUES("137","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36","2018-04-11 08:43:13","default","index","GET",""); INSERT INTO tn_log_system VALUES("138","http://www.vina-jobs.com/index.php?r=job-seekers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36","2018-04-11 08:43:13","default","index","GET",""); INSERT INTO tn_log_system VALUES("139","http://www.vina-jobs.com/index.php?r=employeers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36","2018-04-11 08:43:13","default","index","GET",""); INSERT INTO tn_log_system VALUES("140","http://www.vina-jobs.com/index.php?r=blog.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36","2018-04-11 08:43:13","default","index","GET",""); INSERT INTO tn_log_system VALUES("141","http://www.vina-jobs.com/index.php?r=register/candidate.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36","2018-04-11 08:43:13","default","index","GET",""); INSERT INTO tn_log_system VALUES("142","http://www.vina-jobs.com/index.php?r=contact.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36","2018-04-11 08:43:13","default","index","GET",""); INSERT INTO tn_log_system VALUES("143","http://www.vina-jobs.com/index.php?r=register/company.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36","2018-04-11 08:43:13","default","index","GET",""); INSERT INTO tn_log_system VALUES("144","http://www.vina-jobs.com/index.php?r=site/auth&authclient=twitter","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36","2018-04-11 08:43:13","default","index","GET",""); INSERT INTO tn_log_system VALUES("145","http://www.vina-jobs.com/index.php?r=user/forgot-password.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36","2018-04-11 08:43:13","default","index","GET",""); INSERT INTO tn_log_system VALUES("146","http://www.vina-jobs.com/index.php?r=front/user/register","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36","2018-04-11 08:43:14","default","index","GET",""); INSERT INTO tn_log_system VALUES("147","http://www.vina-jobs.com/index.php?r=about-us.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36","2018-04-11 08:43:14","default","index","GET",""); INSERT INTO tn_log_system VALUES("148","http://www.vina-jobs.com/index.php?r=site/auth&authclient=facebook","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36","2018-04-11 08:43:15","default","index","GET",""); INSERT INTO tn_log_system VALUES("149","http://www.vina-jobs.com/index.php?r=site/auth&authclient=github","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36","2018-04-11 08:43:15","default","index","GET",""); INSERT INTO tn_log_system VALUES("150","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36","2018-04-11 08:44:51","default","index","GET",""); INSERT INTO tn_log_system VALUES("151","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-11 08:59:28","default","index","GET",""); INSERT INTO tn_log_system VALUES("152","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-11 09:01:03","default","index","GET",""); INSERT INTO tn_log_system VALUES("153","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-11 09:01:08","default","index","GET",""); INSERT INTO tn_log_system VALUES("154","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-11 09:02:08","default","index","GET",""); INSERT INTO tn_log_system VALUES("155","http://www.vina-jobs.com/web/template/jobs/js/underscore-min.map","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-11 09:02:54","site","error","GET",""); INSERT INTO tn_log_system VALUES("156","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2)","2018-04-11 09:23:27","default","index","GET",""); INSERT INTO tn_log_system VALUES("157","http://www.vina-jobs.com/register/candidate.html","0","172.31.18.22","Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2)","2018-04-11 09:23:28","user","register-candidate","GET",""); INSERT INTO tn_log_system VALUES("158","http://www.vina-jobs.com/front/user/register","0","172.31.18.22","Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2)","2018-04-11 09:23:28","site","error","GET",""); INSERT INTO tn_log_system VALUES("159","http://www.vina-jobs.com/blog.html","0","172.31.18.22","Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2)","2018-04-11 09:23:28","site","blog","GET",""); INSERT INTO tn_log_system VALUES("160","http://www.vina-jobs.com/job-seekers.html","0","172.31.18.22","Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2)","2018-04-11 09:23:28","site","job-seekers","GET",""); INSERT INTO tn_log_system VALUES("161","http://www.vina-jobs.com/register/company.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-11 09:30:28","user","register-company","GET",""); INSERT INTO tn_log_system VALUES("162","http://www.vina-jobs.com/job-seekers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-11 09:30:51","site","job-seekers","GET",""); INSERT INTO tn_log_system VALUES("163","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-11 09:31:40","default","index","GET",""); INSERT INTO tn_log_system VALUES("164","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-11 09:33:07","default","index","GET",""); INSERT INTO tn_log_system VALUES("165","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-11 09:35:38","default","index","GET",""); INSERT INTO tn_log_system VALUES("166","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-11 09:45:43","default","index","GET",""); INSERT INTO tn_log_system VALUES("167","http://www.vina-jobs.com/register/company.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-11 09:54:15","user","register-company","GET",""); INSERT INTO tn_log_system VALUES("168","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-11 11:23:29","default","index","GET",""); INSERT INTO tn_log_system VALUES("169","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-11 11:23:53","default","index","GET",""); INSERT INTO tn_log_system VALUES("170","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-11 11:23:57","default","index","GET",""); INSERT INTO tn_log_system VALUES("171","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-11 11:26:35","default","index","GET",""); INSERT INTO tn_log_system VALUES("172","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-11 11:26:41","default","index","GET",""); INSERT INTO tn_log_system VALUES("173","http://www.vina-jobs.com/search/result.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-11 11:28:13","site","search","POST",""); INSERT INTO tn_log_system VALUES("174","http://www.vina-jobs.com/search/result.html?[object%20Object],[object%20Object],[object%20Object]","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-11 11:28:36","site","search","GET",""); INSERT INTO tn_log_system VALUES("175","http://www.vina-jobs.com/search/result.html?[object%20Object],[object%20Object],[object%20Object]","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-11 11:28:43","site","search","GET",""); INSERT INTO tn_log_system VALUES("176","http://www.vina-jobs.com/user/forgot-password.html","0","172.31.18.22","Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)","2018-04-11 11:42:50","user","forgot","GET",""); INSERT INTO tn_log_system VALUES("177","http://www.vina-jobs.com/index.php?r=about-us.html","0","172.31.18.22","Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)","2018-04-11 14:35:36","default","index","GET",""); INSERT INTO tn_log_system VALUES("178","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-11 14:44:06","default","index","GET",""); INSERT INTO tn_log_system VALUES("179","http://www.vina-jobs.com/assets/img/img16.jpg","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-11 14:44:11","site","error","GET",""); INSERT INTO tn_log_system VALUES("180","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-11 14:56:44","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("181","http://www.vina-jobs.com/index.php?r=assets/f7dc9fd7/authchoice.css","0","172.31.18.22","Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)","2018-04-11 15:03:14","default","index","GET",""); INSERT INTO tn_log_system VALUES("182","http://www.vina-jobs.com/index.php?r=assets/f7dc9fd7/authchoice.js","0","172.31.18.22","Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)","2018-04-11 15:03:16","default","index","GET",""); INSERT INTO tn_log_system VALUES("183","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-11 15:05:25","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("184","http://www.vina-jobs.com/index.php?r=admin","0","172.31.18.22","Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)","2018-04-11 15:46:40","default","index","GET",""); INSERT INTO tn_log_system VALUES("185","http://www.vina-jobs.com/register/company.html","0","172.31.18.22","Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)","2018-04-11 16:12:08","user","register-company","GET",""); INSERT INTO tn_log_system VALUES("186","http://www.vina-jobs.com/dieu-khoan-su-dung.html","0","172.31.18.22","Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)","2018-04-11 16:13:47","site","policy","GET",""); INSERT INTO tn_log_system VALUES("187","http://www.vina-jobs.com/index.php?r=about.html","0","172.31.18.22","Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)","2018-04-11 16:54:32","default","index","GET",""); INSERT INTO tn_log_system VALUES("188","http://www.vina-jobs.com/index.php?r=contact.html","0","172.31.18.22","Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)","2018-04-11 19:02:21","default","index","GET",""); INSERT INTO tn_log_system VALUES("189","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon","2018-04-11 20:57:04","default","index","GET",""); INSERT INTO tn_log_system VALUES("190","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-11 20:57:05","default","index","GET",""); INSERT INTO tn_log_system VALUES("191","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-11 20:57:15","default","index","GET",""); INSERT INTO tn_log_system VALUES("192","http://www.vina-jobs.com/job-seekers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-11 20:57:19","site","job-seekers","GET",""); INSERT INTO tn_log_system VALUES("193","http://www.vina-jobs.com/employeers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-11 20:57:23","site","employeers","GET",""); INSERT INTO tn_log_system VALUES("194","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-11 20:57:25","default","index","GET",""); INSERT INTO tn_log_system VALUES("195","http://www.vina-jobs.com/contact.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-11 20:57:31","site","contact","GET",""); INSERT INTO tn_log_system VALUES("196","http://www.vina-jobs.com/","0","1172.16.58.3","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-11 20:57:35","default","index","GET",""); INSERT INTO tn_log_system VALUES("197","http://www.vina-jobs.com/search/result.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-11 20:57:39","site","search","POST",""); INSERT INTO tn_log_system VALUES("198","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-11 20:57:51","default","index","GET",""); INSERT INTO tn_log_system VALUES("199","http://www.vina-jobs.com/search/result.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-11 21:01:36","site","search","POST",""); INSERT INTO tn_log_system VALUES("200","http://www.vina-jobs.com/web/template/jobs/js/underscore-min.map","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-11 21:01:38","site","error","GET",""); INSERT INTO tn_log_system VALUES("201","http://www.vina-jobs.com/index.php?r=user/register.html","0","172.31.18.22","Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)","2018-04-11 21:15:02","default","index","GET",""); INSERT INTO tn_log_system VALUES("202","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-11 21:34:46","default","index","GET",""); INSERT INTO tn_log_system VALUES("203","http://www.vina-jobs.com/web/template/jobs/js/underscore-min.map","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-11 21:34:52","site","error","GET",""); INSERT INTO tn_log_system VALUES("204","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-11 21:35:03","default","index","GET",""); INSERT INTO tn_log_system VALUES("205","http://www.vina-jobs.com/web/template/jobs/js/underscore-min.map","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-11 21:35:04","site","error","GET",""); INSERT INTO tn_log_system VALUES("206","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-11 22:15:47","default","index","GET",""); INSERT INTO tn_log_system VALUES("207","http://www.vina-jobs.com/web/template/jobs/js/underscore-min.map","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-11 22:15:49","site","error","GET",""); INSERT INTO tn_log_system VALUES("208","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-11 22:15:51","default","index","GET",""); INSERT INTO tn_log_system VALUES("209","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-11 22:26:10","default","index","GET",""); INSERT INTO tn_log_system VALUES("210","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-11 22:43:23","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("211","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-11 22:44:19","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("212","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-11 22:44:46","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("213","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-11 22:44:56","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("214","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Android 7.0; Mobile; rv:59.0) Gecko/59.0 Firefox/59.0","2018-04-11 22:45:07","default","index","GET",""); INSERT INTO tn_log_system VALUES("215","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-11 22:47:04","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("216","http://www.vina-jobs.com/search/result.html?keywords=&jobs=0&loca=0","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-11 22:48:12","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("217","http://www.vina-jobs.com/search/result.html?keywords=&jobs=1%2C2&loca=63%2C62%2C1%2C2%2C3%2C4%2C11&wkt=1%2C2","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-11 22:48:55","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("218","http://www.vina-jobs.com/search/result.html?keywords=&jobs=1%2C2&loca=63%2C62%2C1%2C2%2C3%2C4%2C11&wkt=1%2C2%2C3%2C4%2C5%2C6","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-11 22:49:02","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("219","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-11 22:49:07","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("220","http://www.vina-jobs.com/","0","172.31.18.22","Java/1.8.0_111","2018-04-12 03:20:27","default","index","GET",""); INSERT INTO tn_log_system VALUES("221","http://www.vina-jobs.com/","0","172.31.18.22","Java/1.8.0_111","2018-04-12 03:25:25","default","index","GET",""); INSERT INTO tn_log_system VALUES("222","http://www.vina-jobs.com/","0","172.31.18.22","Java/1.8.0_111","2018-04-12 03:30:30","default","index","GET",""); INSERT INTO tn_log_system VALUES("223","http://www.vina-jobs.com/","0","172.31.18.22","Java/1.8.0_111","2018-04-12 03:35:31","default","index","GET",""); INSERT INTO tn_log_system VALUES("224","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)","2018-04-12 08:13:17","default","index","GET",""); INSERT INTO tn_log_system VALUES("225","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 08:19:46","default","index","GET",""); INSERT INTO tn_log_system VALUES("226","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 08:19:53","default","index","GET",""); INSERT INTO tn_log_system VALUES("227","http://www.vina-jobs.com/search/result.html?keywords=&jobs=0&loca=0","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 08:20:37","site","search","GET",""); INSERT INTO tn_log_system VALUES("228","http://www.vina-jobs.com/search/result.html?keywords=&wkt=1%2C2%2C3%2C4%2C5%2C6%2C10&salary=1%2C2","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 08:21:27","site","search","GET",""); INSERT INTO tn_log_system VALUES("229","http://www.vina-jobs.com/search/result.html?keywords=&wkt=1%2C2%2C3%2C4%2C5%2C6%2C10&salary=1%2C2","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 08:21:30","site","search","GET",""); INSERT INTO tn_log_system VALUES("230","http://www.vina-jobs.com/search/result.html?keywords=&wkt=1%2C2%2C3%2C4%2C5%2C6%2C10&salary=1%2C2","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 08:21:38","site","search","GET",""); INSERT INTO tn_log_system VALUES("231","http://www.vina-jobs.com/search/result.html?keywords=&wkt=1%2C2%2C3%2C4%2C5%2C6%2C10&salary=1%2C2%2C3","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 08:21:43","site","search","GET",""); INSERT INTO tn_log_system VALUES("232","http://www.vina-jobs.com/search/result.html?keywords=&wkt=1&wkt=2&wkt=3&wkt=4&wkt=5&wkt=6&wkt=10&salary=1&salary=2&salary=3","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 08:21:51","site","search","GET",""); INSERT INTO tn_log_system VALUES("233","http://www.vina-jobs.com/search/result.html?keywords=&wkt=1&wkt=10&salary=3","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 08:22:00","site","search","GET",""); INSERT INTO tn_log_system VALUES("234","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 08:22:06","default","index","GET",""); INSERT INTO tn_log_system VALUES("235","http://www.vina-jobs.com/search/result.html?keywords=&jobs=0&loca=0","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 08:22:24","site","search","GET",""); INSERT INTO tn_log_system VALUES("236","http://www.vina-jobs.com/search/result.html?keywords=okconde&jobs=2&loca=63%2C62&wkt=1%2C2%2C3","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 08:22:49","site","search","GET",""); INSERT INTO tn_log_system VALUES("237","http://www.vina-jobs.com/search/result.html?keywords=okconde&jobs=2&loca=63%2C62&wkt=1%2C2%2C3%2C4%2C5%2C6","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 08:23:19","site","search","GET",""); INSERT INTO tn_log_system VALUES("238","http://www.vina-jobs.com/search/result.html?keywords=okconde&jobs=2&loca=63%2C62&wkt=1%2C2%2C3%2C4%2C5%2C6","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 08:23:29","site","search","GET",""); INSERT INTO tn_log_system VALUES("239","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 08:24:04","default","index","GET",""); INSERT INTO tn_log_system VALUES("240","http://www.vina-jobs.com/job-seekers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 08:24:06","site","job-seekers","GET",""); INSERT INTO tn_log_system VALUES("241","http://www.vina-jobs.com/employeers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 08:24:08","site","employeers","GET",""); INSERT INTO tn_log_system VALUES("242","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 08:24:18","default","index","GET",""); INSERT INTO tn_log_system VALUES("243","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 08:24:22","default","index","GET",""); INSERT INTO tn_log_system VALUES("244","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 08:25:25","default","index","GET",""); INSERT INTO tn_log_system VALUES("245","http://www.vina-jobs.com/assets/302e4739/authchoice.css","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 08:26:42","site","error","GET",""); INSERT INTO tn_log_system VALUES("246","http://www.vina-jobs.com/assets/ed0e267b/css/bootstrap.css","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 08:26:42","site","error","GET",""); INSERT INTO tn_log_system VALUES("247","http://www.vina-jobs.com/assets/ea1041b1/yii.js","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 08:26:42","site","error","GET",""); INSERT INTO tn_log_system VALUES("248","http://www.vina-jobs.com/assets/ea1041b1/yii.validation.js","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 08:26:42","site","error","GET",""); INSERT INTO tn_log_system VALUES("249","http://www.vina-jobs.com/assets/ea1041b1/yii.activeForm.js","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 08:26:42","site","error","GET",""); INSERT INTO tn_log_system VALUES("250","http://www.vina-jobs.com/assets/302e4739/authchoice.js","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 08:26:43","site","error","GET",""); INSERT INTO tn_log_system VALUES("251","http://www.vina-jobs.com/assets/302e4739/authchoice.js","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 08:26:43","site","error","GET",""); INSERT INTO tn_log_system VALUES("252","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36,gzip(gfe)","2018-04-12 08:26:58","default","index","GET",""); INSERT INTO tn_log_system VALUES("253","http://www.vina-jobs.com/register/company.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 08:29:48","user","register-company","GET",""); INSERT INTO tn_log_system VALUES("254","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 10:50:41","default","index","GET",""); INSERT INTO tn_log_system VALUES("255","http://www.vina-jobs.com/register/company.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 10:51:01","user","register-company","GET",""); INSERT INTO tn_log_system VALUES("256","http://www.vina-jobs.com/register/company.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 10:51:09","user","register-company","GET",""); INSERT INTO tn_log_system VALUES("257","http://www.vina-jobs.com/register/company.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 10:51:16","user","register-company","GET",""); INSERT INTO tn_log_system VALUES("258","http://www.vina-jobs.com/assets/img/img16.jpg","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 10:51:33","site","error","GET",""); INSERT INTO tn_log_system VALUES("259","http://www.vina-jobs.com/register/company.html","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 10:55:14","user","register-company","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("260","http://www.vina-jobs.com/register/company.html","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 10:55:19","user","register-company","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("261","http://www.vina-jobs.com/register/company.html","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 10:56:01","user","register-company","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("262","http://www.vina-jobs.com/register/company.html","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 10:56:27","user","register-company","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("263","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-12 11:12:22","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("264","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 13:20:19","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("265","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 17:56:12","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("266","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 17:56:12","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("267","http://www.vina-jobs.com/web/template/jobs/js/underscore-min.map","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 17:56:29","site","error","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("268","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 17:56:37","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("269","http://www.vina-jobs.com/web/template/jobs/js/underscore-min.map","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 17:57:06","site","error","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("270","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 17:57:49","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("271","http://www.vina-jobs.com/web/template/jobs/js/underscore-min.map","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 17:57:49","site","error","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("272","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 17:57:53","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("273","http://www.vina-jobs.com/web/template/jobs/js/underscore-min.map","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 17:57:54","site","error","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("274","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-12 18:56:24","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("275","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-12 18:57:13","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("276","http://www.vina-jobs.com/job-seekers.html","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-12 18:57:18","site","job-seekers","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("277","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-12 18:57:23","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("278","http://www.vina-jobs.com/search/result.html?keywords=&jobs=0&loca=0","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-12 18:57:26","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("279","http://www.vina-jobs.com/search/result.html?keywords=&loca=1&loca=2&wkt=1&wkt=2&wkt=3&wkt=4&wkt=5&wkt=6&wkt=10&exp=1&exp=2&exp=3&exp=4&exp=5","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-12 18:57:51","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("280","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 20:52:10","default","index","GET",""); INSERT INTO tn_log_system VALUES("281","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 20:52:39","default","index","GET",""); INSERT INTO tn_log_system VALUES("282","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 20:52:42","default","index","GET",""); INSERT INTO tn_log_system VALUES("283","http://www.vina-jobs.com/job-seekers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 20:52:59","site","job-seekers","GET",""); INSERT INTO tn_log_system VALUES("284","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 20:53:02","default","index","GET",""); INSERT INTO tn_log_system VALUES("285","http://www.vina-jobs.com/employeers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 20:53:05","site","employeers","GET",""); INSERT INTO tn_log_system VALUES("286","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 20:53:07","default","index","GET",""); INSERT INTO tn_log_system VALUES("287","http://www.vina-jobs.com/about-us.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 20:53:09","site","about-us","GET",""); INSERT INTO tn_log_system VALUES("288","http://www.vina-jobs.com/blog.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 20:53:12","site","blog","GET",""); INSERT INTO tn_log_system VALUES("289","http://www.vina-jobs.com/contact.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 20:53:14","site","contact","GET",""); INSERT INTO tn_log_system VALUES("290","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 20:53:19","default","index","GET",""); INSERT INTO tn_log_system VALUES("291","http://www.vina-jobs.com/register/candidate.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 20:53:29","user","register-candidate","GET",""); INSERT INTO tn_log_system VALUES("292","http://www.vina-jobs.com/register/candidate.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 20:56:48","user","register-candidate","GET",""); INSERT INTO tn_log_system VALUES("293","http://www.vina-jobs.com/register/candidate.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-12 20:58:43","user","register-candidate","GET",""); INSERT INTO tn_log_system VALUES("294","http://www.vina-jobs.com/search/result.html?keywords=&loca=1&loca=2&wkt=1&wkt=2&wkt=3&wkt=4&wkt=5&wkt=6&wkt=10&exp=1&exp=2&exp=3&exp=4&exp=5","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-12 22:17:12","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("295","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-12 22:17:27","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("296","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-12 22:17:44","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("297","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-12 22:17:51","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("298","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-12 22:17:54","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("299","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-12 22:17:58","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("300","http://www.vina-jobs.com/search/result.html?keywords=&jobs=0&loca=0","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-12 22:18:10","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("301","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-12 22:18:15","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("302","http://www.vina-jobs.com/job-seekers.html","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-12 22:18:23","site","job-seekers","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("303","http://www.vina-jobs.com/job-seekers.html","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-12 22:18:28","site","job-seekers","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("304","http://www.vina-jobs.com/user/profile.html","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-12 22:18:39","user","user-profile","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("305","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-12 22:18:50","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("306","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-12 22:18:58","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("307","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-12 22:24:20","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("308","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-12 22:29:13","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("309","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (X11; Linux i686 on x86_64; rv:55.0) Gecko/20100101 Firefox/55.0","2018-04-13 02:57:58","default","index","GET",""); INSERT INTO tn_log_system VALUES("310","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)","2018-04-13 07:38:44","default","index","GET",""); INSERT INTO tn_log_system VALUES("311","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon","2018-04-13 07:47:17","default","index","GET",""); INSERT INTO tn_log_system VALUES("312","http://www.vina-jobs.com/dieu-khoan-su-dung.html","0","172.31.18.22","Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)","2018-04-13 09:02:30","site","policy","GET",""); INSERT INTO tn_log_system VALUES("313","http://www.vina-jobs.com/index.php?r=wp-content/uploads/8d5a12cf357a45d.php","0","172.31.18.22","Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)","2018-04-13 09:54:51","default","index","GET",""); INSERT INTO tn_log_system VALUES("314","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36","2018-04-13 10:42:09","default","index","GET",""); INSERT INTO tn_log_system VALUES("315","http://www.vina-jobs.com/index.php?r=8d5a134ade7e329.php","0","172.31.18.22","Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)","2018-04-13 10:50:10","default","index","GET",""); INSERT INTO tn_log_system VALUES("316","http://www.vina-jobs.com/index.php?r=8d5a1359f7863c6.php","0","172.31.18.22","Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)","2018-04-13 10:56:55","default","index","GET",""); INSERT INTO tn_log_system VALUES("317","http://www.vina-jobs.com/index.php?r=wp-content/plugins/revslider/temp/update_extract/8d5a13dd59509cc.php","0","172.31.18.22","Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)","2018-04-13 11:55:42","default","index","GET",""); INSERT INTO tn_log_system VALUES("318","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 12:24:56","default","index","GET",""); INSERT INTO tn_log_system VALUES("319","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 12:24:56","default","index","GET",""); INSERT INTO tn_log_system VALUES("320","http://www.vina-jobs.com/contact.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 12:30:14","site","contact","GET",""); INSERT INTO tn_log_system VALUES("321","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 12:30:17","default","index","GET",""); INSERT INTO tn_log_system VALUES("322","http://www.vina-jobs.com/register/company.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 12:30:21","user","register-company","GET",""); INSERT INTO tn_log_system VALUES("323","http://www.vina-jobs.com/register/company.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 12:33:01","user","register-company","GET",""); INSERT INTO tn_log_system VALUES("324","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 13:32:21","default","index","GET",""); INSERT INTO tn_log_system VALUES("325","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 13:32:21","default","index","GET",""); INSERT INTO tn_log_system VALUES("326","http://www.vina-jobs.com/web/template/jobs/js/underscore-min.map","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 13:32:27","site","error","GET",""); INSERT INTO tn_log_system VALUES("327","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 13:32:37","default","index","GET",""); INSERT INTO tn_log_system VALUES("328","http://www.vina-jobs.com/web/template/jobs/js/underscore-min.map","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 13:32:37","site","error","GET",""); INSERT INTO tn_log_system VALUES("329","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 13:32:41","default","index","GET",""); INSERT INTO tn_log_system VALUES("330","http://www.vina-jobs.com/web/template/jobs/js/underscore-min.map","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 13:32:41","site","error","GET",""); INSERT INTO tn_log_system VALUES("331","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 13:32:43","default","index","GET",""); INSERT INTO tn_log_system VALUES("332","http://www.vina-jobs.com/web/template/jobs/js/underscore-min.map","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 13:32:43","site","error","GET",""); INSERT INTO tn_log_system VALUES("333","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 13:32:44","default","index","GET",""); INSERT INTO tn_log_system VALUES("334","http://www.vina-jobs.com/web/template/jobs/js/underscore-min.map","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 13:32:45","site","error","GET",""); INSERT INTO tn_log_system VALUES("335","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 13:32:46","default","index","GET",""); INSERT INTO tn_log_system VALUES("336","http://www.vina-jobs.com/web/template/jobs/js/underscore-min.map","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 13:32:46","site","error","GET",""); INSERT INTO tn_log_system VALUES("337","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 13:35:06","default","index","GET",""); INSERT INTO tn_log_system VALUES("338","http://www.vina-jobs.com/web/template/jobs/js/underscore-min.map","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 13:35:07","site","error","GET",""); INSERT INTO tn_log_system VALUES("339","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 13:35:18","default","index","GET",""); INSERT INTO tn_log_system VALUES("340","http://www.vina-jobs.com/web/template/jobs/js/underscore-min.map","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 13:35:19","site","error","GET",""); INSERT INTO tn_log_system VALUES("341","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0","2018-04-13 13:41:32","default","index","GET",""); INSERT INTO tn_log_system VALUES("342","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0","2018-04-13 13:41:37","default","index","GET",""); INSERT INTO tn_log_system VALUES("343","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 13:42:12","default","index","GET",""); INSERT INTO tn_log_system VALUES("344","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 13:42:13","default","index","GET",""); INSERT INTO tn_log_system VALUES("345","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 13:42:18","default","index","GET",""); INSERT INTO tn_log_system VALUES("346","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 13:42:23","default","index","GET",""); INSERT INTO tn_log_system VALUES("347","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 13:42:26","default","index","GET",""); INSERT INTO tn_log_system VALUES("348","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 13:42:28","default","index","GET",""); INSERT INTO tn_log_system VALUES("349","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 13:42:36","default","index","GET",""); INSERT INTO tn_log_system VALUES("350","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 13:42:48","default","index","GET",""); INSERT INTO tn_log_system VALUES("351","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 13:42:51","default","index","GET",""); INSERT INTO tn_log_system VALUES("352","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 13:42:53","default","index","GET",""); INSERT INTO tn_log_system VALUES("353","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 13:42:54","default","index","GET",""); INSERT INTO tn_log_system VALUES("354","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 13:42:57","default","index","GET",""); INSERT INTO tn_log_system VALUES("355","http://www.vina-jobs.com/job-seekers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 13:42:59","site","job-seekers","GET",""); INSERT INTO tn_log_system VALUES("356","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 13:43:02","default","index","GET",""); INSERT INTO tn_log_system VALUES("357","http://www.vina-jobs.com/contact.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 13:43:05","site","contact","GET",""); INSERT INTO tn_log_system VALUES("358","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299","2018-04-13 13:44:57","default","index","GET",""); INSERT INTO tn_log_system VALUES("359","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299","2018-04-13 13:45:08","default","index","GET",""); INSERT INTO tn_log_system VALUES("360","http://www.vina-jobs.com/search/result.html?keywords=&jobs=0&loca=0","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299","2018-04-13 13:45:14","site","search","GET",""); INSERT INTO tn_log_system VALUES("361","http://www.vina-jobs.com/search/result.html?keywords=&wkt=1%2C2%2C3%2C4%2C5%2C6","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299","2018-04-13 13:45:23","site","search","GET",""); INSERT INTO tn_log_system VALUES("362","http://www.vina-jobs.com/search/result.html?keywords=&wkt=1%2C2%2C3%2C4%2C5%2C6","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299","2018-04-13 13:45:29","site","search","GET",""); INSERT INTO tn_log_system VALUES("363","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 13:45:57","default","index","GET",""); INSERT INTO tn_log_system VALUES("364","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 13:45:58","default","index","GET",""); INSERT INTO tn_log_system VALUES("365","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 13:46:01","default","index","GET",""); INSERT INTO tn_log_system VALUES("366","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 13:46:05","default","index","GET",""); INSERT INTO tn_log_system VALUES("367","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-13 14:13:08","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("368","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-13 14:13:20","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("369","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-13 14:13:22","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("370","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-13 14:13:25","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("371","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-13 14:32:55","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("372","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-13 14:33:02","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("373","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-13 14:33:06","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("374","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-13 14:33:08","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("375","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-13 14:33:11","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("376","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-13 14:33:13","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("377","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-13 14:33:16","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("378","http://www.vina-jobs.com/search/result.html?keywords=&jobs=0&loca=0","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-13 14:33:19","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("379","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-13 14:34:07","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("380","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-13 14:34:10","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("381","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-13 14:34:12","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("382","http://www.vina-jobs.com/employeers.html","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-13 14:34:18","site","employeers","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("383","http://www.vina-jobs.com/search/result.html?keywords=saddsa&jobs=1&loca=2","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-13 14:34:35","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("384","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 15:23:34","default","index","GET",""); INSERT INTO tn_log_system VALUES("385","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 15:23:34","default","index","GET",""); INSERT INTO tn_log_system VALUES("386","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 15:23:40","default","index","GET",""); INSERT INTO tn_log_system VALUES("387","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 15:23:42","default","index","GET",""); INSERT INTO tn_log_system VALUES("388","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 15:23:44","default","index","GET",""); INSERT INTO tn_log_system VALUES("389","http://www.vina-jobs.com/job-seekers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 15:23:47","site","job-seekers","GET",""); INSERT INTO tn_log_system VALUES("390","http://www.vina-jobs.com/employeers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 15:23:50","site","employeers","GET",""); INSERT INTO tn_log_system VALUES("391","http://www.vina-jobs.com/about-us.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 15:23:53","site","about-us","GET",""); INSERT INTO tn_log_system VALUES("392","http://www.vina-jobs.com/blog.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 15:23:56","site","blog","GET",""); INSERT INTO tn_log_system VALUES("393","http://www.vina-jobs.com/contact.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 15:23:59","site","contact","GET",""); INSERT INTO tn_log_system VALUES("394","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 15:24:04","default","index","GET",""); INSERT INTO tn_log_system VALUES("395","http://www.vina-jobs.com/job-seekers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 15:24:07","site","job-seekers","GET",""); INSERT INTO tn_log_system VALUES("396","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 15:24:10","default","index","GET",""); INSERT INTO tn_log_system VALUES("397","http://www.vina-jobs.com/search/result.html?keywords=&jobs=0&loca=0","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 15:24:13","site","search","GET",""); INSERT INTO tn_log_system VALUES("398","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 15:24:15","default","index","GET",""); INSERT INTO tn_log_system VALUES("399","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 15:24:18","default","index","GET",""); INSERT INTO tn_log_system VALUES("400","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 15:25:28","default","index","GET",""); INSERT INTO tn_log_system VALUES("401","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 15:28:18","default","index","GET",""); INSERT INTO tn_log_system VALUES("402","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 15:28:23","default","index","GET",""); INSERT INTO tn_log_system VALUES("403","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 16:56:03","default","index","GET",""); INSERT INTO tn_log_system VALUES("404","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 16:56:03","default","index","GET",""); INSERT INTO tn_log_system VALUES("405","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 16:56:26","default","index","GET",""); INSERT INTO tn_log_system VALUES("406","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 16:56:29","default","index","GET",""); INSERT INTO tn_log_system VALUES("407","http://www.vina-jobs.com/job-seekers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 16:56:31","site","job-seekers","GET",""); INSERT INTO tn_log_system VALUES("408","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 16:56:34","default","index","GET",""); INSERT INTO tn_log_system VALUES("409","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 16:56:36","default","index","GET",""); INSERT INTO tn_log_system VALUES("410","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 16:56:38","default","index","GET",""); INSERT INTO tn_log_system VALUES("411","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 16:57:13","default","index","GET",""); INSERT INTO tn_log_system VALUES("412","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 16:59:26","default","index","GET",""); INSERT INTO tn_log_system VALUES("413","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 16:59:31","default","index","GET",""); INSERT INTO tn_log_system VALUES("414","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 16:59:32","default","index","GET",""); INSERT INTO tn_log_system VALUES("415","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 16:59:34","default","index","GET",""); INSERT INTO tn_log_system VALUES("416","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 16:59:39","default","index","GET",""); INSERT INTO tn_log_system VALUES("417","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 16:59:41","default","index","GET",""); INSERT INTO tn_log_system VALUES("418","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 16:59:49","default","index","GET",""); INSERT INTO tn_log_system VALUES("419","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 16:59:50","default","index","GET",""); INSERT INTO tn_log_system VALUES("420","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 16:59:54","default","index","GET",""); INSERT INTO tn_log_system VALUES("421","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 16:59:55","default","index","GET",""); INSERT INTO tn_log_system VALUES("422","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 16:59:56","default","index","GET",""); INSERT INTO tn_log_system VALUES("423","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 17:00:04","default","index","GET",""); INSERT INTO tn_log_system VALUES("424","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 17:00:06","default","index","GET",""); INSERT INTO tn_log_system VALUES("425","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 17:00:07","default","index","GET",""); INSERT INTO tn_log_system VALUES("426","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 17:00:10","default","index","GET",""); INSERT INTO tn_log_system VALUES("427","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 17:00:11","default","index","GET",""); INSERT INTO tn_log_system VALUES("428","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 17:00:14","default","index","GET",""); INSERT INTO tn_log_system VALUES("429","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 17:00:22","default","index","GET",""); INSERT INTO tn_log_system VALUES("430","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 17:00:23","default","index","GET",""); INSERT INTO tn_log_system VALUES("431","http://www.vina-jobs.com/job-seekers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 17:00:25","site","job-seekers","GET",""); INSERT INTO tn_log_system VALUES("432","http://www.vina-jobs.com/employeers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 17:00:29","site","employeers","GET",""); INSERT INTO tn_log_system VALUES("433","http://www.vina-jobs.com/about-us.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 17:00:32","site","about-us","GET",""); INSERT INTO tn_log_system VALUES("434","http://www.vina-jobs.com/blog.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 17:00:35","site","blog","GET",""); INSERT INTO tn_log_system VALUES("435","http://www.vina-jobs.com/contact.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 17:00:38","site","contact","GET",""); INSERT INTO tn_log_system VALUES("436","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 17:01:29","default","index","GET",""); INSERT INTO tn_log_system VALUES("437","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 17:02:38","default","index","GET",""); INSERT INTO tn_log_system VALUES("438","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 17:02:41","default","index","GET",""); INSERT INTO tn_log_system VALUES("439","http://www.vina-jobs.com/register/company.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 17:02:49","user","register-company","GET",""); INSERT INTO tn_log_system VALUES("440","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 17:02:53","default","index","GET",""); INSERT INTO tn_log_system VALUES("441","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 17:04:02","default","index","GET",""); INSERT INTO tn_log_system VALUES("442","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko; Google Page Speed Insights) Chrome/41.0.2272.118 Safari/537.36","2018-04-13 17:10:47","default","index","GET",""); INSERT INTO tn_log_system VALUES("443","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko; Google Page Speed Insights) Chrome/41.0.2272.118 Mobile Safari/537.36","2018-04-13 17:10:47","default","index","GET",""); INSERT INTO tn_log_system VALUES("444","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 17:26:04","default","index","GET",""); INSERT INTO tn_log_system VALUES("445","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 17:26:04","default","index","GET",""); INSERT INTO tn_log_system VALUES("446","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 17:26:15","default","index","GET",""); INSERT INTO tn_log_system VALUES("447","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 17:26:18","default","index","GET",""); INSERT INTO tn_log_system VALUES("448","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 17:27:47","default","index","GET",""); INSERT INTO tn_log_system VALUES("449","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 17:27:49","default","index","GET",""); INSERT INTO tn_log_system VALUES("450","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 17:27:50","default","index","GET",""); INSERT INTO tn_log_system VALUES("451","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 17:27:52","default","index","GET",""); INSERT INTO tn_log_system VALUES("452","http://www.vina-jobs.com/job-seekers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 17:27:54","site","job-seekers","GET",""); INSERT INTO tn_log_system VALUES("453","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 17:27:57","default","index","GET",""); INSERT INTO tn_log_system VALUES("454","http://www.vina-jobs.com/employeers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 17:27:59","site","employeers","GET",""); INSERT INTO tn_log_system VALUES("455","http://www.vina-jobs.com/about-us.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 17:28:01","site","about-us","GET",""); INSERT INTO tn_log_system VALUES("456","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 17:28:03","default","index","GET",""); INSERT INTO tn_log_system VALUES("457","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 17:32:03","default","index","GET",""); INSERT INTO tn_log_system VALUES("458","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko; Google Page Speed Insights) Chrome/41.0.2272.118 Safari/537.36","2018-04-13 17:32:17","default","index","GET",""); INSERT INTO tn_log_system VALUES("459","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko; Google Page Speed Insights) Chrome/41.0.2272.118 Mobile Safari/537.36","2018-04-13 17:32:18","default","index","GET",""); INSERT INTO tn_log_system VALUES("460","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 17:45:49","default","index","GET",""); INSERT INTO tn_log_system VALUES("461","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 17:45:50","default","index","GET",""); INSERT INTO tn_log_system VALUES("462","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 17:45:56","default","index","GET",""); INSERT INTO tn_log_system VALUES("463","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-13 19:35:47","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("464","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-13 19:36:00","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("465","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-13 19:36:01","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("466","http://www.vina-jobs.com/search/result.html?keywords=&jobs=0&loca=0","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-13 19:37:08","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("467","http://www.vina-jobs.com/search/result.html?keywords=&wkt=1","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-13 19:37:14","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("468","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-13 19:38:15","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("469","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-13 19:38:17","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("470","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-13 19:38:20","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("471","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Safari/537.36","2018-04-13 19:38:47","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("472","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Safari/537.36","2018-04-13 19:38:53","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("473","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Safari/537.36","2018-04-13 19:39:52","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("474","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Safari/537.36","2018-04-13 19:39:58","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("475","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-13 19:40:05","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("476","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-13 19:40:12","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("477","http://www.vina-jobs.com/register/company.html","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-13 19:41:01","user","register-company","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("478","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-13 19:41:58","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("479","http://www.vina-jobs.com/register/company.html","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-13 19:42:04","user","register-company","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("480","http://www.vina-jobs.com/register/company.html","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-13 19:52:09","user","register-company","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("481","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-13 19:52:11","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("482","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-13 19:53:17","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("483","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-13 19:53:21","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("484","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-13 19:55:30","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("485","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-13 19:56:47","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("486","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon","2018-04-13 20:42:09","default","index","GET",""); INSERT INTO tn_log_system VALUES("487","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 20:42:20","default","index","GET",""); INSERT INTO tn_log_system VALUES("488","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 20:42:34","default","index","GET",""); INSERT INTO tn_log_system VALUES("489","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 20:44:40","default","index","GET",""); INSERT INTO tn_log_system VALUES("490","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 22:06:00","default","index","GET",""); INSERT INTO tn_log_system VALUES("491","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 22:17:19","default","index","GET",""); INSERT INTO tn_log_system VALUES("492","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 23:18:09","default","index","GET",""); INSERT INTO tn_log_system VALUES("493","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 23:18:09","default","index","GET",""); INSERT INTO tn_log_system VALUES("494","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 23:18:18","default","index","GET",""); INSERT INTO tn_log_system VALUES("495","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 23:18:22","default","index","GET",""); INSERT INTO tn_log_system VALUES("496","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 23:18:25","default","index","GET",""); INSERT INTO tn_log_system VALUES("497","http://www.vina-jobs.com/job-seekers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 23:18:53","site","job-seekers","GET",""); INSERT INTO tn_log_system VALUES("498","http://www.vina-jobs.com/employeers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 23:18:57","site","employeers","GET",""); INSERT INTO tn_log_system VALUES("499","http://www.vina-jobs.com/contact.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 23:18:59","site","contact","GET",""); INSERT INTO tn_log_system VALUES("500","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 23:19:03","default","index","GET",""); INSERT INTO tn_log_system VALUES("501","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 23:19:06","default","index","GET",""); INSERT INTO tn_log_system VALUES("502","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 23:36:30","default","index","GET",""); INSERT INTO tn_log_system VALUES("503","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 23:36:30","default","index","GET",""); INSERT INTO tn_log_system VALUES("504","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 23:36:44","default","index","GET",""); INSERT INTO tn_log_system VALUES("505","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-13 23:40:18","default","index","GET",""); INSERT INTO tn_log_system VALUES("506","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-13 23:44:52","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("507","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-13 23:45:00","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("508","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-13 23:45:08","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("509","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-13 23:45:11","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("510","http://www.vina-jobs.com/register/company.html","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-13 23:45:39","user","register-company","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("511","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-13 23:47:35","default","index","GET",""); INSERT INTO tn_log_system VALUES("512","http://www.vina-jobs.com/search/result.html?keywords=&jobs=0&loca=0","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-13 23:47:43","site","search","GET",""); INSERT INTO tn_log_system VALUES("513","http://www.vina-jobs.com/job-seekers.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-13 23:47:49","site","job-seekers","GET",""); INSERT INTO tn_log_system VALUES("514","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 00:21:12","default","index","GET",""); INSERT INTO tn_log_system VALUES("515","http://www.vina-jobs.com/register/candidate.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 00:22:23","user","register-candidate","GET",""); INSERT INTO tn_log_system VALUES("516","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 00:23:34","default","index","GET",""); INSERT INTO tn_log_system VALUES("517","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)","2018-04-14 00:59:34","default","index","GET",""); INSERT INTO tn_log_system VALUES("518","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)","2018-04-14 03:11:36","default","index","GET",""); INSERT INTO tn_log_system VALUES("519","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36","2018-04-14 06:33:00","default","index","GET",""); INSERT INTO tn_log_system VALUES("520","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36","2018-04-14 06:33:04","default","index","GET",""); INSERT INTO tn_log_system VALUES("521","http://www.vina-jobs.com/index.php?r=8d5a1e0709e99dd.php","0","172.31.18.22","Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)","2018-04-14 07:19:42","default","index","GET",""); INSERT INTO tn_log_system VALUES("522","http://www.vina-jobs.com/index.php?r=wp-content/plugins/revslider/temp/update_extract/8d5a1e48e42d560.php","0","1172.16.58.3","Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)","2018-04-14 07:49:10","default","index","GET",""); INSERT INTO tn_log_system VALUES("523","http://www.vina-jobs.com/index.php?r=8d5a1e4e585d468.php","0","172.31.18.22","Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)","2018-04-14 07:51:36","default","index","GET",""); INSERT INTO tn_log_system VALUES("524","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)","2018-04-14 09:14:24","default","index","GET",""); INSERT INTO tn_log_system VALUES("525","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 09:45:50","default","index","GET",""); INSERT INTO tn_log_system VALUES("526","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 09:48:22","default","index","GET",""); INSERT INTO tn_log_system VALUES("527","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 09:48:35","default","index","GET",""); INSERT INTO tn_log_system VALUES("528","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 09:49:03","default","index","GET",""); INSERT INTO tn_log_system VALUES("529","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 09:49:09","default","index","GET",""); INSERT INTO tn_log_system VALUES("530","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 09:49:11","default","index","GET",""); INSERT INTO tn_log_system VALUES("531","http://www.vina-jobs.com/job-seekers.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 09:49:15","site","job-seekers","GET",""); INSERT INTO tn_log_system VALUES("532","http://www.vina-jobs.com/search/result.html?keywords=&jobs=0&loca=0","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 09:49:21","site","search","GET",""); INSERT INTO tn_log_system VALUES("533","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 09:49:23","default","index","GET",""); INSERT INTO tn_log_system VALUES("534","http://www.vina-jobs.com/employeers.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 09:49:32","site","employeers","GET",""); INSERT INTO tn_log_system VALUES("535","http://www.vina-jobs.com/employeers.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 09:50:23","site","employeers","GET",""); INSERT INTO tn_log_system VALUES("536","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 09:50:40","default","index","GET",""); INSERT INTO tn_log_system VALUES("537","http://www.vina-jobs.com/register/candidate.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 09:50:59","user","register-candidate","GET",""); INSERT INTO tn_log_system VALUES("538","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 09:51:10","default","index","GET",""); INSERT INTO tn_log_system VALUES("539","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 09:51:38","default","index","GET",""); INSERT INTO tn_log_system VALUES("540","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 09:53:07","default","index","GET",""); INSERT INTO tn_log_system VALUES("541","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 09:53:10","default","index","GET",""); INSERT INTO tn_log_system VALUES("542","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 09:53:37","default","index","GET",""); INSERT INTO tn_log_system VALUES("543","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 09:58:39","default","index","GET",""); INSERT INTO tn_log_system VALUES("544","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 10:06:33","default","index","GET",""); INSERT INTO tn_log_system VALUES("545","http://www.vina-jobs.com/employeers.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 10:06:39","site","employeers","GET",""); INSERT INTO tn_log_system VALUES("546","http://www.vina-jobs.com/employeers.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 10:08:04","site","employeers","GET",""); INSERT INTO tn_log_system VALUES("547","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 10:08:25","default","index","GET",""); INSERT INTO tn_log_system VALUES("548","http://www.vina-jobs.com/contact.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 10:08:30","site","contact","GET",""); INSERT INTO tn_log_system VALUES("549","http://www.vina-jobs.com/blog.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 10:08:34","site","blog","GET",""); INSERT INTO tn_log_system VALUES("550","http://www.vina-jobs.com/about-us.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 10:08:57","site","about-us","GET",""); INSERT INTO tn_log_system VALUES("551","http://www.vina-jobs.com/about-us.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 10:09:06","site","about-us","GET",""); INSERT INTO tn_log_system VALUES("552","http://www.vina-jobs.com/about-us.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 10:09:10","site","about-us","GET",""); INSERT INTO tn_log_system VALUES("553","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 10:09:13","default","index","GET",""); INSERT INTO tn_log_system VALUES("554","http://www.vina-jobs.com/about-us.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 10:09:16","site","about-us","GET",""); INSERT INTO tn_log_system VALUES("555","http://www.vina-jobs.com/blog.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 10:09:49","site","blog","GET",""); INSERT INTO tn_log_system VALUES("556","http://www.vina-jobs.com/employeers.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 10:09:52","site","employeers","GET",""); INSERT INTO tn_log_system VALUES("557","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 10:10:04","default","index","GET",""); INSERT INTO tn_log_system VALUES("558","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 10:10:20","default","index","GET",""); INSERT INTO tn_log_system VALUES("559","http://www.vina-jobs.com/search/result.html?keywords=&jobs=0&loca=63","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 10:10:47","site","search","GET",""); INSERT INTO tn_log_system VALUES("560","http://www.vina-jobs.com/index.php?r=blog.html","0","172.31.18.22","Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)","2018-04-14 11:18:50","default","index","GET",""); INSERT INTO tn_log_system VALUES("561","http://www.vina-jobs.com/index.php?r=admin","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 12:08:40","default","index","GET",""); INSERT INTO tn_log_system VALUES("562","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 12:10:24","default","index","GET",""); INSERT INTO tn_log_system VALUES("563","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 12:10:37","default","index","GET",""); INSERT INTO tn_log_system VALUES("564","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 12:10:39","default","index","GET",""); INSERT INTO tn_log_system VALUES("565","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 12:10:41","default","index","GET",""); INSERT INTO tn_log_system VALUES("566","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 12:10:43","default","index","GET",""); INSERT INTO tn_log_system VALUES("567","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 12:10:44","default","index","GET",""); INSERT INTO tn_log_system VALUES("568","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 12:10:46","default","index","GET",""); INSERT INTO tn_log_system VALUES("569","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 12:10:48","default","index","GET",""); INSERT INTO tn_log_system VALUES("570","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 12:10:50","default","index","GET",""); INSERT INTO tn_log_system VALUES("571","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 12:10:52","default","index","GET",""); INSERT INTO tn_log_system VALUES("572","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 12:10:58","default","index","GET",""); INSERT INTO tn_log_system VALUES("573","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 12:11:26","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("574","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 12:13:05","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("575","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 12:13:12","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("576","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 12:13:15","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("577","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 12:13:17","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("578","http://www.vina-jobs.com/index.php?r=blog.html","0","172.31.18.22","Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)","2018-04-14 12:20:11","default","index","GET",""); INSERT INTO tn_log_system VALUES("579","http://www.vina-jobs.com/index.php?r=web/template/jobs/my-site.css","0","172.31.18.22","Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)","2018-04-14 12:20:44","default","index","GET",""); INSERT INTO tn_log_system VALUES("580","http://www.vina-jobs.com/index.php?r=assets/f7dc9fd7/authchoice.css","0","172.31.18.22","Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)","2018-04-14 12:20:45","default","index","GET",""); INSERT INTO tn_log_system VALUES("581","http://www.vina-jobs.com/index.php?r=assets/f7dc9fd7/authchoice.js","0","172.31.18.22","Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)","2018-04-14 12:20:46","default","index","GET",""); INSERT INTO tn_log_system VALUES("582","http://www.vina-jobs.com/index.php?r=assets/f8968c06/css/bootstrap.css","0","172.31.18.22","Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)","2018-04-14 12:20:46","default","index","GET",""); INSERT INTO tn_log_system VALUES("583","http://www.vina-jobs.com/index.php?r=assets/b234c6d2/yii.activeForm.js","0","172.31.18.22","Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)","2018-04-14 12:20:47","default","index","GET",""); INSERT INTO tn_log_system VALUES("584","http://www.vina-jobs.com/index.php?r=assets/b234c6d2/yii.validation.js","0","172.31.18.22","Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)","2018-04-14 12:20:48","default","index","GET",""); INSERT INTO tn_log_system VALUES("585","http://www.vina-jobs.com/index.php?r=assets/b234c6d2/yii.js","0","172.31.18.22","Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)","2018-04-14 12:20:48","default","index","GET",""); INSERT INTO tn_log_system VALUES("586","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 12:51:03","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("587","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 12:51:06","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("588","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 12:51:09","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("589","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 12:51:42","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("590","http://www.vina-jobs.com/assets/ea1041b1/yii.validation.js","0","172.31.18.22","Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)","2018-04-14 13:58:00","site","error","GET",""); INSERT INTO tn_log_system VALUES("591","http://www.vina-jobs.com/index.php?r=employeers.html","0","172.31.18.22","Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)","2018-04-14 14:16:51","default","index","GET",""); INSERT INTO tn_log_system VALUES("592","http://www.vina-jobs.com/assets/cdb8abac/yii.activeForm.js","0","172.31.18.22","Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)","2018-04-14 14:31:20","site","error","GET",""); INSERT INTO tn_log_system VALUES("593","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 15:23:21","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("594","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 15:23:28","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("595","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 15:23:31","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("596","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 15:23:31","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("597","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 15:23:33","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("598","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 15:23:56","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("599","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 15:43:16","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("600","http://www.vina-jobs.com/index.php?r=employeers.html","0","172.31.18.22","Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)","2018-04-14 15:43:23","default","index","GET",""); INSERT INTO tn_log_system VALUES("601","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Safari/537.36","2018-04-14 15:43:34","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("602","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Safari/537.36","2018-04-14 15:43:38","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("603","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Safari/537.36","2018-04-14 15:44:11","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("604","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 15:44:24","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("605","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 15:44:26","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("606","http://www.vina-jobs.com/search/result.html?keywords=&jobs=0&loca=0","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 15:44:29","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("607","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 15:44:52","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("608","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 16:14:35","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("609","http://www.vina-jobs.com/user/profile.html","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 16:15:06","user","user-profile","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("610","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 16:15:19","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("611","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 16:25:27","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("612","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 16:29:55","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("613","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 16:33:11","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("614","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 16:42:45","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("615","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 16:42:52","default","index","GET",""); INSERT INTO tn_log_system VALUES("616","http://www.vina-jobs.com/register/candidate.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 16:42:57","user","register-candidate","GET",""); INSERT INTO tn_log_system VALUES("617","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 16:51:21","default","index","GET",""); INSERT INTO tn_log_system VALUES("618","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 17:14:56","default","index","GET",""); INSERT INTO tn_log_system VALUES("619","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 17:14:57","default","index","GET",""); INSERT INTO tn_log_system VALUES("620","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 17:25:35","default","index","GET",""); INSERT INTO tn_log_system VALUES("621","http://www.vina-jobs.com/site/auth?authclient=github&code=47e9b802ce8608e95c3d&state=9020368f8a543911fb6f3b7a59ac5ed98368c4f21e0c74b5682c73ca2fdc98ce","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 17:26:00","site","error","GET",""); INSERT INTO tn_log_system VALUES("622","http://www.vina-jobs.com/assets/302e4739/authchoice.css","0","172.31.18.22","Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)","2018-04-14 17:47:17","site","error","GET",""); INSERT INTO tn_log_system VALUES("623","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 17:51:33","default","index","GET",""); INSERT INTO tn_log_system VALUES("624","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 17:54:54","default","index","GET",""); INSERT INTO tn_log_system VALUES("625","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 17:54:57","default","index","GET",""); INSERT INTO tn_log_system VALUES("626","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 17:54:59","default","index","GET",""); INSERT INTO tn_log_system VALUES("627","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)","2018-04-14 18:20:37","default","index","GET",""); INSERT INTO tn_log_system VALUES("628","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 18:28:46","default","index","GET",""); INSERT INTO tn_log_system VALUES("629","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 18:28:47","default","index","GET",""); INSERT INTO tn_log_system VALUES("630","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 18:29:36","default","index","GET",""); INSERT INTO tn_log_system VALUES("631","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 18:29:38","default","index","GET",""); INSERT INTO tn_log_system VALUES("632","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 18:29:39","default","index","GET",""); INSERT INTO tn_log_system VALUES("633","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 18:29:41","default","index","GET",""); INSERT INTO tn_log_system VALUES("634","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 18:29:44","default","index","GET",""); INSERT INTO tn_log_system VALUES("635","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 18:29:46","default","index","GET",""); INSERT INTO tn_log_system VALUES("636","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 18:29:49","default","index","GET",""); INSERT INTO tn_log_system VALUES("637","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 18:29:52","default","index","GET",""); INSERT INTO tn_log_system VALUES("638","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 18:29:54","default","index","GET",""); INSERT INTO tn_log_system VALUES("639","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 18:29:57","default","index","GET",""); INSERT INTO tn_log_system VALUES("640","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 18:29:59","default","index","GET",""); INSERT INTO tn_log_system VALUES("641","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 18:30:01","default","index","GET",""); INSERT INTO tn_log_system VALUES("642","http://www.vina-jobs.com/job-seekers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 18:30:29","site","job-seekers","GET",""); INSERT INTO tn_log_system VALUES("643","http://www.vina-jobs.com/job-seekers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 18:30:34","site","job-seekers","GET",""); INSERT INTO tn_log_system VALUES("644","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 18:30:55","default","index","GET",""); INSERT INTO tn_log_system VALUES("645","http://www.vina-jobs.com/index.php?r=job-seekers.html","0","172.31.18.22","Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)","2018-04-14 18:51:31","default","index","GET",""); INSERT INTO tn_log_system VALUES("646","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 18:54:35","default","index","GET",""); INSERT INTO tn_log_system VALUES("647","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 18:54:35","default","index","GET",""); INSERT INTO tn_log_system VALUES("648","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 19:04:27","default","index","GET",""); INSERT INTO tn_log_system VALUES("649","http://www.vina-jobs.com/","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 19:04:39","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("650","http://www.vina-jobs.com/","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 19:04:43","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("651","http://www.vina-jobs.com/","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 19:04:44","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("652","http://www.vina-jobs.com/","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 19:04:46","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("653","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 19:04:50","default","index","GET",""); INSERT INTO tn_log_system VALUES("654","http://www.vina-jobs.com/","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 19:04:59","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("655","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 19:05:03","default","index","GET",""); INSERT INTO tn_log_system VALUES("656","http://www.vina-jobs.com/","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 19:05:37","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("657","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 19:05:42","default","index","GET",""); INSERT INTO tn_log_system VALUES("658","http://www.vina-jobs.com/","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 19:05:47","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("659","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 19:05:52","default","index","GET",""); INSERT INTO tn_log_system VALUES("660","http://www.vina-jobs.com/","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 19:05:57","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("661","http://www.vina-jobs.com/user/profile.html","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 19:06:14","user","user-profile","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("662","http://www.vina-jobs.com/","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 19:06:29","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("663","http://www.vina-jobs.com/","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 19:06:34","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("664","http://www.vina-jobs.com/","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 19:06:37","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("665","http://www.vina-jobs.com/","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 19:06:39","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("666","http://www.vina-jobs.com/","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 19:06:53","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("667","http://www.vina-jobs.com/job-seekers.html","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 19:07:40","site","job-seekers","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("668","http://www.vina-jobs.com/index.php?r=blog.html","0","172.31.18.22","Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)","2018-04-14 19:27:12","default","index","GET",""); INSERT INTO tn_log_system VALUES("669","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 20:27:51","default","index","GET",""); INSERT INTO tn_log_system VALUES("670","http://www.vina-jobs.com/","87","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 20:28:07","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("671","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 20:28:24","default","index","GET",""); INSERT INTO tn_log_system VALUES("672","http://www.vina-jobs.com/","87","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 20:29:05","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("673","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 20:29:11","default","index","GET",""); INSERT INTO tn_log_system VALUES("674","http://www.vina-jobs.com/","87","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 20:29:18","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("675","http://www.vina-jobs.com/","87","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 20:29:29","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("676","http://www.vina-jobs.com/index.php?r=blog.html","87","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 20:33:44","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("677","http://www.vina-jobs.com/index.php?r=blog.html","87","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 20:33:50","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("678","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon","2018-04-14 21:04:13","default","index","GET",""); INSERT INTO tn_log_system VALUES("679","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36","2018-04-14 21:38:17","default","index","GET",""); INSERT INTO tn_log_system VALUES("680","http://www.vina-jobs.com/index.php?r=blog.html","0","172.31.18.22","Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)","2018-04-14 21:49:43","default","index","GET",""); INSERT INTO tn_log_system VALUES("681","http://www.vina-jobs.com/","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 23:27:52","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("682","http://www.vina-jobs.com/","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 23:27:52","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("683","http://www.vina-jobs.com/","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 23:27:57","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("684","http://www.vina-jobs.com/","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 23:28:04","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("685","http://www.vina-jobs.com/","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 23:28:08","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("686","http://www.vina-jobs.com/search/result.html?keywords=&jobs=81&loca=63","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 23:28:18","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("687","http://www.vina-jobs.com/job-seekers.html","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 23:28:36","site","job-seekers","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("688","http://www.vina-jobs.com/employeers.html","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 23:28:40","site","employeers","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("689","http://www.vina-jobs.com/job-seekers.html","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 23:28:43","site","job-seekers","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("690","http://www.vina-jobs.com/","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-14 23:28:45","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("691","http://www.vina-jobs.com/","87","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 23:35:33","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("692","http://www.vina-jobs.com/search/result.html?keywords=&jobs=81&loca=63","87","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 23:36:17","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("693","http://www.vina-jobs.com/","87","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 23:36:42","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("694","http://www.vina-jobs.com/","87","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 23:36:48","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("695","http://www.vina-jobs.com/","87","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 23:36:50","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("696","http://www.vina-jobs.com/","87","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 23:36:52","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("697","http://www.vina-jobs.com/","87","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 23:37:03","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("698","http://www.vina-jobs.com/update/candidate.html","87","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 23:37:10","user","update-candidate","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("699","http://www.vina-jobs.com/update/candidate.html","87","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 23:38:40","user","update-candidate","POST","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("700","http://www.vina-jobs.com/update/candidate.html","87","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 23:39:15","user","update-candidate","POST","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("701","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 23:39:24","default","index","GET",""); INSERT INTO tn_log_system VALUES("702","http://www.vina-jobs.com/register/candidate.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 23:39:29","user","register-candidate","GET",""); INSERT INTO tn_log_system VALUES("703","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 23:40:14","default","index","GET",""); INSERT INTO tn_log_system VALUES("704","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 23:40:25","default","index","GET",""); INSERT INTO tn_log_system VALUES("705","http://www.vina-jobs.com/register/candidate.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 23:41:19","user","register-candidate","GET",""); INSERT INTO tn_log_system VALUES("706","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 23:58:48","default","index","GET",""); INSERT INTO tn_log_system VALUES("707","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 23:58:56","default","index","GET",""); INSERT INTO tn_log_system VALUES("708","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-14 23:59:03","default","index","GET",""); INSERT INTO tn_log_system VALUES("709","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 00:01:05","default","index","GET",""); INSERT INTO tn_log_system VALUES("710","http://www.vina-jobs.com/index.php?r=about-us.html","0","172.31.18.22","Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)","2018-04-15 00:48:08","default","index","GET",""); INSERT INTO tn_log_system VALUES("711","http://www.vina-jobs.com/assets/ea1041b1/yii.activeForm.js","0","172.31.18.22","Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)","2018-04-15 02:20:15","site","error","GET",""); INSERT INTO tn_log_system VALUES("712","http://www.vina-jobs.com/assets/ea1041b1/yii.js","0","172.31.18.22","Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)","2018-04-15 02:53:36","site","error","GET",""); INSERT INTO tn_log_system VALUES("713","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)","2018-04-15 06:18:14","default","index","GET",""); INSERT INTO tn_log_system VALUES("714","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)","2018-04-15 06:18:15","default","index","GET",""); INSERT INTO tn_log_system VALUES("715","http://www.vina-jobs.com/index.php?r=8d5a2ac46237f0f.php","0","172.31.18.22","Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)","2018-04-15 07:38:54","default","index","GET",""); INSERT INTO tn_log_system VALUES("716","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 07:56:55","default","index","GET",""); INSERT INTO tn_log_system VALUES("717","http://www.vina-jobs.com/search/result.html?keywords=&jobs=0&loca=0","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 07:57:09","site","search","GET",""); INSERT INTO tn_log_system VALUES("718","http://www.vina-jobs.com/assets/302e4739/authchoice.js","0","172.31.18.22","Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)","2018-04-15 08:04:01","site","error","GET",""); INSERT INTO tn_log_system VALUES("719","http://www.vina-jobs.com/index.php?r=wp-content/plugins/revslider/temp/update_extract/8d5a2afd5073f19.php","0","172.31.18.22","Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)","2018-04-15 08:04:22","default","index","GET",""); INSERT INTO tn_log_system VALUES("720","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 08:05:48","default","index","GET",""); INSERT INTO tn_log_system VALUES("721","http://www.vina-jobs.com/assets/img/img16.jpg","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 08:05:59","site","error","GET",""); INSERT INTO tn_log_system VALUES("722","http://www.vina-jobs.com/index.php?r=8d5a2b041b9488c.php","0","172.31.18.22","Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)","2018-04-15 08:07:24","default","index","GET",""); INSERT INTO tn_log_system VALUES("723","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 08:09:52","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("724","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 08:13:25","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("725","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 08:13:43","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("726","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 08:19:14","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("727","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 08:19:17","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("728","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 08:19:20","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("729","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 08:20:38","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("730","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)","2018-04-15 11:48:35","default","index","GET",""); INSERT INTO tn_log_system VALUES("731","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 13:00:43","default","index","GET",""); INSERT INTO tn_log_system VALUES("732","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 13:00:52","default","index","GET",""); INSERT INTO tn_log_system VALUES("733","http://www.vina-jobs.com/register/candidate.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 13:01:11","user","register-candidate","GET",""); INSERT INTO tn_log_system VALUES("734","http://www.vina-jobs.com/register/candidate.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 13:01:55","user","register-candidate","GET",""); INSERT INTO tn_log_system VALUES("735","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 13:01:57","default","index","GET",""); INSERT INTO tn_log_system VALUES("736","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 13:02:15","default","index","GET",""); INSERT INTO tn_log_system VALUES("737","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 13:02:17","default","index","GET",""); INSERT INTO tn_log_system VALUES("738","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 13:03:20","default","index","GET",""); INSERT INTO tn_log_system VALUES("739","http://www.vina-jobs.com/job-seekers.html","0","17192.168.127.12","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 13:03:42","site","job-seekers","GET",""); INSERT INTO tn_log_system VALUES("740","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 13:04:59","default","index","GET",""); INSERT INTO tn_log_system VALUES("741","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 13:05:02","default","index","GET",""); INSERT INTO tn_log_system VALUES("742","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 13:07:34","default","index","GET",""); INSERT INTO tn_log_system VALUES("743","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 13:07:40","default","index","GET",""); INSERT INTO tn_log_system VALUES("744","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 13:07:44","default","index","GET",""); INSERT INTO tn_log_system VALUES("745","http://www.vina-jobs.com/search/result.html?keywords=&jobs=25&loca=63","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 13:09:17","site","search","GET",""); INSERT INTO tn_log_system VALUES("746","http://www.vina-jobs.com/search/result.html?keywords=&jobs=25&loca=63&exp=1%2C2%2C3%2C4%2C5%2C6%2C7","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 13:09:36","site","search","GET",""); INSERT INTO tn_log_system VALUES("747","http://www.vina-jobs.com/search/result.html?keywords=&jobs=25&loca=63&exp=1%2C2%2C3%2C4%2C5%2C6%2C7","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 13:09:42","site","search","GET",""); INSERT INTO tn_log_system VALUES("748","http://www.vina-jobs.com/search/result.html?keywords=&jobs=25&loca=63&exp=1%2C2%2C3%2C4%2C5%2C6%2C7%2C8","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 13:09:59","site","search","GET",""); INSERT INTO tn_log_system VALUES("749","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 13:10:16","default","index","GET",""); INSERT INTO tn_log_system VALUES("750","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 13:10:18","default","index","GET",""); INSERT INTO tn_log_system VALUES("751","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 13:10:21","default","index","GET",""); INSERT INTO tn_log_system VALUES("752","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 13:10:23","default","index","GET",""); INSERT INTO tn_log_system VALUES("753","http://www.vina-jobs.com/search/result.html?keywords=&jobs=25&loca=63&exp=1%2C2%2C3%2C4%2C5%2C6%2C7%2C8","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 13:10:49","site","search","GET",""); INSERT INTO tn_log_system VALUES("754","http://www.vina-jobs.com/search/result.html?keywords=&jobs=25&loca=63&exp=1%2C2%2C3%2C4%2C5%2C6%2C7%2C8","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 13:10:55","site","search","GET",""); INSERT INTO tn_log_system VALUES("755","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 13:29:43","default","index","GET",""); INSERT INTO tn_log_system VALUES("756","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 13:29:52","default","index","GET",""); INSERT INTO tn_log_system VALUES("757","http://www.vina-jobs.com/user/forgot-password.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 13:30:33","user","forgot","GET",""); INSERT INTO tn_log_system VALUES("758","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 13:40:02","default","index","GET",""); INSERT INTO tn_log_system VALUES("759","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 13:40:05","default","index","GET",""); INSERT INTO tn_log_system VALUES("760","http://www.vina-jobs.com/","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 13:41:52","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("761","http://www.vina-jobs.com/update/candidate.html","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 13:41:57","user","update-candidate","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("762","http://www.vina-jobs.com/update/candidate.html","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 13:42:27","user","update-candidate","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("763","http://www.vina-jobs.com/update/candidate.html","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 13:42:35","user","update-candidate","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("764","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 13:42:39","default","index","GET",""); INSERT INTO tn_log_system VALUES("765","http://www.vina-jobs.com/user/forgot-password.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 13:42:54","user","forgot","GET",""); INSERT INTO tn_log_system VALUES("766","http://www.vina-jobs.com/blog.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 13:45:24","site","blog","GET",""); INSERT INTO tn_log_system VALUES("767","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.85 Safari/537.36","2018-04-15 14:32:48","default","index","GET",""); INSERT INTO tn_log_system VALUES("768","http://www.vina-jobs.com/assets/ed0e267b/css/bootstrap.css","0","172.31.18.22","Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)","2018-04-15 14:41:46","site","error","GET",""); INSERT INTO tn_log_system VALUES("769","http://www.vina-jobs.com/index.php?r=wp-login.php","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.0; rv:29.0) Gecko/20120101 Firefox/29.0","2018-04-15 15:18:03","default","index","GET",""); INSERT INTO tn_log_system VALUES("770","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)","2018-04-15 16:12:49","default","index","GET",""); INSERT INTO tn_log_system VALUES("771","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US)","2018-04-15 17:03:12","default","index","GET",""); INSERT INTO tn_log_system VALUES("772","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 17:25:47","default","index","GET",""); INSERT INTO tn_log_system VALUES("773","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 17:25:47","default","index","GET",""); INSERT INTO tn_log_system VALUES("774","http://www.vina-jobs.com/","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 17:26:00","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("775","http://www.vina-jobs.com/update/candidate.html","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 17:40:37","user","update-candidate","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("776","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (compatible; ips-agent)","2018-04-15 20:39:39","default","index","GET",""); INSERT INTO tn_log_system VALUES("777","http://www.vina-jobs.com/about-us.html","0","172.31.18.22","Mozilla/5.0 (compatible; ips-agent)","2018-04-15 20:39:40","site","about-us","GET",""); INSERT INTO tn_log_system VALUES("778","http://www.vina-jobs.com/blog.html","0","172.31.18.22","Mozilla/5.0 (compatible; ips-agent)","2018-04-15 20:39:41","site","blog","GET",""); INSERT INTO tn_log_system VALUES("779","http://www.vina-jobs.com/contact.html","0","172.31.18.22","Mozilla/5.0 (compatible; ips-agent)","2018-04-15 20:39:43","site","contact","GET",""); INSERT INTO tn_log_system VALUES("780","http://www.vina-jobs.com/job-seekers.html","0","172.31.18.22","Mozilla/5.0 (compatible; ips-agent)","2018-04-15 20:39:44","site","job-seekers","GET",""); INSERT INTO tn_log_system VALUES("781","http://www.vina-jobs.com/employeers.html","0","172.31.18.22","Mozilla/5.0 (compatible; ips-agent)","2018-04-15 20:39:45","site","employeers","GET",""); INSERT INTO tn_log_system VALUES("782","http://www.vina-jobs.com/register/candidate.html","0","172.31.18.22","Mozilla/5.0 (compatible; ips-agent)","2018-04-15 20:39:47","user","register-candidate","GET",""); INSERT INTO tn_log_system VALUES("783","http://www.vina-jobs.com/register/company.html","0","172.31.18.22","Mozilla/5.0 (compatible; ips-agent)","2018-04-15 20:39:49","user","register-company","GET",""); INSERT INTO tn_log_system VALUES("784","http://www.vina-jobs.com/user/forgot-password.html","0","172.31.18.22","Mozilla/5.0 (compatible; ips-agent)","2018-04-15 20:39:52","user","forgot","GET",""); INSERT INTO tn_log_system VALUES("785","http://www.vina-jobs.com/dieu-khoan-su-dung.html","0","172.31.18.22","Mozilla/5.0 (compatible; ips-agent)","2018-04-15 20:40:07","site","policy","GET",""); INSERT INTO tn_log_system VALUES("786","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 21:10:55","default","index","GET",""); INSERT INTO tn_log_system VALUES("787","http://www.vina-jobs.com/search/result.html?keywords=&jobs=0&loca=0","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 21:11:24","site","search","GET",""); INSERT INTO tn_log_system VALUES("788","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 21:11:26","default","index","GET",""); INSERT INTO tn_log_system VALUES("789","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 21:11:30","default","index","GET",""); INSERT INTO tn_log_system VALUES("790","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 21:11:51","default","index","GET",""); INSERT INTO tn_log_system VALUES("791","http://www.vina-jobs.com/search/result.html?keywords=&jobs=0&loca=0","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 21:11:57","site","search","GET",""); INSERT INTO tn_log_system VALUES("792","http://www.vina-jobs.com/user/forgot-password.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 21:12:14","user","forgot","GET",""); INSERT INTO tn_log_system VALUES("793","http://www.vina-jobs.com/","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 21:21:09","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("794","http://www.vina-jobs.com/","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 21:21:09","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("795","http://www.vina-jobs.com/search/result.html?keywords=&jobs=0&loca=0","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 21:21:14","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("796","http://www.vina-jobs.com/search/result.html?keywords=&jobs=0&loca=0","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 21:21:17","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("797","http://www.vina-jobs.com/search/result.html?keywords=&jobs=0&loca=0","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 21:22:05","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("798","http://www.vina-jobs.com/","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 21:51:28","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("799","http://www.vina-jobs.com/","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 21:51:36","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("800","http://www.vina-jobs.com/","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 21:51:38","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("801","http://www.vina-jobs.com/","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 21:51:53","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("802","http://www.vina-jobs.com/","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 21:52:24","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("803","http://www.vina-jobs.com/","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 21:52:28","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("804","http://www.vina-jobs.com/search/result.html?keywords=&jobs=0&loca=0","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 21:53:29","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("805","http://www.vina-jobs.com/","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 21:53:34","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("806","http://www.vina-jobs.com/search/result.html?keywords=&jobs=0&loca=0","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 21:54:35","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("807","http://www.vina-jobs.com/search/result.html?keywords=&jobs=0&loca=0","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 21:54:36","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("808","http://www.vina-jobs.com/search/result.html?keywords=&jobs=0&loca=0","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 21:54:36","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("809","http://www.vina-jobs.com/","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 21:54:40","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("810","http://www.vina-jobs.com/","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 21:54:44","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("811","http://www.vina-jobs.com/","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 21:54:45","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("812","http://www.vina-jobs.com/","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 21:54:45","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("813","http://www.vina-jobs.com/","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 22:01:35","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("814","http://www.vina-jobs.com/","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 22:01:38","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("815","http://www.vina-jobs.com/","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 22:01:44","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("816","http://www.vina-jobs.com/","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 22:01:47","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("817","http://www.vina-jobs.com/","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 22:02:01","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("818","http://www.vina-jobs.com/","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 22:03:13","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("819","http://www.vina-jobs.com/","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 22:03:17","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("820","http://www.vina-jobs.com/search/result.html?keywords=&jobs=0&loca=0","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 22:03:31","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("821","http://www.vina-jobs.com/search/result.html?keywords=&jobs=0&loca=0","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 22:03:32","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("822","http://www.vina-jobs.com/search/result.html?keywords=&jobs=0&loca=0","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 22:03:35","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("823","http://www.vina-jobs.com/search/result.html?keywords=&jobs=0&loca=0","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 22:03:36","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("824","http://www.vina-jobs.com/","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 22:03:37","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("825","http://www.vina-jobs.com/search/result.html?keywords=&jobs=0&loca=0","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 22:03:39","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("826","http://www.vina-jobs.com/search/result.html?keywords=&jobs=0&loca=0","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 22:03:40","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("827","http://www.vina-jobs.com/","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 22:03:41","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("828","http://www.vina-jobs.com/search/result.html?keywords=&jobs=0&loca=0","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 22:03:50","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("829","http://www.vina-jobs.com/search/result.html?keywords=&jobs=0&loca=0","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 22:03:51","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("830","http://www.vina-jobs.com/","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 22:12:57","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("831","http://www.vina-jobs.com/search/result.html?keywords=&jobs=0&loca=0","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 22:13:01","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("832","http://www.vina-jobs.com/search/result.html?keywords=&jobs=0&loca=0","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 22:13:02","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("833","http://www.vina-jobs.com/","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 22:13:04","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("834","http://www.vina-jobs.com/search/result.html?keywords=&jobs=81&loca=62","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 22:13:11","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("835","http://www.vina-jobs.com/search/result.html?keywords=&jobs=81&loca=62","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 22:13:12","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("836","http://www.vina-jobs.com/search/result.html?keywords=&jobs=81&loca=62&mode=search-jobs","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 22:13:23","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("837","http://www.vina-jobs.com/search/result.html?keywords=&jobs=81&loca=62&salary=10&mode=search-jobs","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 22:13:24","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("838","http://www.vina-jobs.com/search/result.html?keywords=&jobs=81&loca=62&salary=7%2C10&mode=search-jobs","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 22:13:24","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("839","http://www.vina-jobs.com/search/result.html?keywords=&jobs=81&loca=62&salary=6%2C7%2C10&mode=search-jobs","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 22:13:24","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("840","http://www.vina-jobs.com/search/result.html?keywords=&jobs=81&loca=62&salary=5%2C6%2C7%2C10&mode=search-jobs","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 22:13:25","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("841","http://www.vina-jobs.com/search/result.html?keywords=&jobs=81&loca=62&salary=2%2C5%2C6%2C7%2C10&mode=search-jobs","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 22:13:25","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("842","http://www.vina-jobs.com/search/result.html?keywords=&jobs=81&loca=62&salary=2%2C3%2C5%2C6%2C7%2C10&mode=search-jobs","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 22:13:26","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("843","http://www.vina-jobs.com/search/result.html?keywords=&jobs=81&loca=62&salary=2%2C3%2C4%2C5%2C6%2C7%2C10&mode=search-jobs","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 22:13:36","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("844","http://www.vina-jobs.com/search/result.html?keywords=&jobs=81&loca=62&salary=2%2C3%2C4%2C5%2C6%2C7&mode=search-jobs","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 22:13:36","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("845","http://www.vina-jobs.com/search/result.html?keywords=&jobs=81&loca=62&salary=2%2C3%2C4%2C5%2C6%2C7&exp=1&mode=search-jobs","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 22:13:37","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("846","http://www.vina-jobs.com/search/result.html?keywords=&jobs=81&loca=62&salary=2%2C3%2C4%2C5%2C6%2C7&mode=search-jobs","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 22:13:39","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("847","http://www.vina-jobs.com/search/result.html?keywords=&jobs=81&loca=62&salary=2%2C3%2C4%2C5%2C6%2C7%2C10&mode=search-jobs","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 22:13:40","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("848","http://www.vina-jobs.com/search/result.html?keywords=&jobs=81&loca=62&salary=2%2C3%2C4%2C5%2C6%2C10&mode=search-jobs","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 22:13:40","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("849","http://www.vina-jobs.com/search/result.html?keywords=&jobs=81&loca=62&salary=2%2C3%2C4%2C6%2C10&mode=search-jobs","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 22:13:47","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("850","http://www.vina-jobs.com/search/result.html?keywords=&jobs=81&loca=62&salary=2%2C3%2C4%2C6&mode=search-jobs","87","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-15 22:13:48","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("851","http://www.vina-jobs.com/user/forgot-password.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 22:26:06","user","forgot","GET",""); INSERT INTO tn_log_system VALUES("852","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 22:26:12","default","index","GET",""); INSERT INTO tn_log_system VALUES("853","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 22:26:15","default","index","GET",""); INSERT INTO tn_log_system VALUES("854","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 22:26:18","default","index","GET",""); INSERT INTO tn_log_system VALUES("855","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 22:26:20","default","index","GET",""); INSERT INTO tn_log_system VALUES("856","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 22:26:22","default","index","GET",""); INSERT INTO tn_log_system VALUES("857","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 22:26:25","default","index","GET",""); INSERT INTO tn_log_system VALUES("858","http://www.vina-jobs.com/search/result.html?keywords=&jobs=0&loca=0","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 22:26:30","site","search","GET",""); INSERT INTO tn_log_system VALUES("859","http://www.vina-jobs.com/search/result.html?keywords=&jobs=0&loca=0","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 22:26:31","site","search","GET",""); INSERT INTO tn_log_system VALUES("860","http://www.vina-jobs.com/search/result.html?keywords=&jobs=0&loca=0","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 22:26:33","site","search","GET",""); INSERT INTO tn_log_system VALUES("861","http://www.vina-jobs.com/search/result.html?keywords=&jobs=0&loca=0","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 22:26:34","site","search","GET",""); INSERT INTO tn_log_system VALUES("862","http://www.vina-jobs.com/search/result.html?keywords=&jobs=0&loca=0","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 22:26:35","site","search","GET",""); INSERT INTO tn_log_system VALUES("863","http://www.vina-jobs.com/search/result.html?keywords=&jobs=0&loca=0","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 22:26:36","site","search","GET",""); INSERT INTO tn_log_system VALUES("864","http://www.vina-jobs.com/search/result.html?keywords=&jobs=0&loca=0","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 22:26:37","site","search","GET",""); INSERT INTO tn_log_system VALUES("865","http://www.vina-jobs.com/search/result.html?keywords=&jobs=0&loca=0","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 22:26:37","site","search","GET",""); INSERT INTO tn_log_system VALUES("866","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 22:26:39","default","index","GET",""); INSERT INTO tn_log_system VALUES("867","http://www.vina-jobs.com/search/result.html?keywords=&jobs=0&loca=0","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 22:26:41","site","search","GET",""); INSERT INTO tn_log_system VALUES("868","http://www.vina-jobs.com/search/result.html?keywords=&jobs=0&loca=0","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 22:26:42","site","search","GET",""); INSERT INTO tn_log_system VALUES("869","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 22:26:43","default","index","GET",""); INSERT INTO tn_log_system VALUES("870","http://www.vina-jobs.com/search/result.html?keywords=&jobs=0&loca=0","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 22:26:45","site","search","GET",""); INSERT INTO tn_log_system VALUES("871","http://www.vina-jobs.com/search/result.html?keywords=&jobs=0&loca=0","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 22:26:46","site","search","GET",""); INSERT INTO tn_log_system VALUES("872","http://www.vina-jobs.com/search/result.html?keywords=&mode=search-jobs","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 22:26:48","site","search","GET",""); INSERT INTO tn_log_system VALUES("873","http://www.vina-jobs.com/search/result.html?keywords=&mode=search-jobs","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 22:26:53","site","search","GET",""); INSERT INTO tn_log_system VALUES("874","http://www.vina-jobs.com/search/result.html?keywords=&mode=search-jobs","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 22:26:54","site","search","GET",""); INSERT INTO tn_log_system VALUES("875","http://www.vina-jobs.com/search/result.html?keywords=&mode=search-jobs","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 22:26:56","site","search","GET",""); INSERT INTO tn_log_system VALUES("876","http://www.vina-jobs.com/search/result.html?keywords=&wkt=10&mode=search-jobs","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 22:26:57","site","search","GET",""); INSERT INTO tn_log_system VALUES("877","http://www.vina-jobs.com/search/result.html?keywords=&wkt=10&mode=search-jobs","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 22:26:59","site","search","GET",""); INSERT INTO tn_log_system VALUES("878","http://www.vina-jobs.com/search/result.html?keywords=&wkt=10&mode=search-jobs","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 22:27:00","site","search","GET",""); INSERT INTO tn_log_system VALUES("879","http://www.vina-jobs.com/search/result.html?keywords=&wkt=10&mode=search-jobs","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 22:27:07","site","search","GET",""); INSERT INTO tn_log_system VALUES("880","http://www.vina-jobs.com/search/result.html?keywords=&wkt=10&mode=search-jobs","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 22:27:08","site","search","GET",""); INSERT INTO tn_log_system VALUES("881","http://www.vina-jobs.com/search/result.html?keywords=&wkt=10&mode=search-jobs","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 22:27:13","site","search","GET",""); INSERT INTO tn_log_system VALUES("882","http://www.vina-jobs.com/search/result.html?keywords=&wkt=10&mode=search-jobs","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 22:27:14","site","search","GET",""); INSERT INTO tn_log_system VALUES("883","http://www.vina-jobs.com/search/result.html?keywords=&wkt=10&mode=search-jobs","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 22:27:15","site","search","GET",""); INSERT INTO tn_log_system VALUES("884","http://www.vina-jobs.com/search/result.html?keywords=&wkt=10&mode=search-jobs","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 22:27:16","site","search","GET",""); INSERT INTO tn_log_system VALUES("885","http://www.vina-jobs.com/search/result.html?keywords=&wkt=10&mode=search-jobs","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 22:27:17","site","search","GET",""); INSERT INTO tn_log_system VALUES("886","http://www.vina-jobs.com/search/result.html?keywords=&wkt=10&mode=search-jobs","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 22:27:18","site","search","GET",""); INSERT INTO tn_log_system VALUES("887","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 22:27:35","default","index","GET",""); INSERT INTO tn_log_system VALUES("888","http://www.vina-jobs.com/search/result.html?keywords=&jobs=0&loca=0","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 22:27:41","site","search","GET",""); INSERT INTO tn_log_system VALUES("889","http://www.vina-jobs.com/search/result.html?keywords=&jobs=0&loca=0","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 22:27:42","site","search","GET",""); INSERT INTO tn_log_system VALUES("890","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 22:27:49","default","index","GET",""); INSERT INTO tn_log_system VALUES("891","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 22:27:51","default","index","GET",""); INSERT INTO tn_log_system VALUES("892","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 22:28:17","default","index","GET",""); INSERT INTO tn_log_system VALUES("893","http://www.vina-jobs.com/user/forgot-password.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 22:28:34","user","forgot","GET",""); INSERT INTO tn_log_system VALUES("894","http://www.vina-jobs.com/user/forgot-password.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 22:29:03","site","error","POST",""); INSERT INTO tn_log_system VALUES("895","http://www.vina-jobs.com/user/forgot-password.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 22:29:30","user","forgot","GET",""); INSERT INTO tn_log_system VALUES("896","http://www.vina-jobs.com/user/forgot-password.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 22:29:33","user","forgot","GET",""); INSERT INTO tn_log_system VALUES("897","http://www.vina-jobs.com/user/forgot-password.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 22:29:42","site","error","POST",""); INSERT INTO tn_log_system VALUES("898","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 22:29:49","default","index","GET",""); INSERT INTO tn_log_system VALUES("899","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-15 22:30:28","default","index","GET",""); INSERT INTO tn_log_system VALUES("900","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)","2018-04-15 22:57:44","default","index","GET",""); INSERT INTO tn_log_system VALUES("901","http://www.vina-jobs.com/index.php?r=admin/login","0","172.31.18.22","Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)","2018-04-16 00:39:38","default","index","GET",""); INSERT INTO tn_log_system VALUES("902","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)","2018-04-16 01:08:04","default","index","GET",""); INSERT INTO tn_log_system VALUES("903","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)","2018-04-16 03:18:45","default","index","GET",""); INSERT INTO tn_log_system VALUES("904","http://www.vina-jobs.com/index.php?r=contact.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0","2018-04-16 04:31:56","default","index","GET",""); INSERT INTO tn_log_system VALUES("905","http://www.vina-jobs.com/contact.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0","2018-04-16 04:31:56","site","contact","GET",""); INSERT INTO tn_log_system VALUES("906","http://www.vina-jobs.com/contact.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0","2018-04-16 04:31:58","site","contact","GET",""); INSERT INTO tn_log_system VALUES("907","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)","2018-04-16 06:08:21","default","index","GET",""); INSERT INTO tn_log_system VALUES("908","http://www.vina-jobs.com/index.php?r=admin/logout","0","172.31.18.22","Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)","2018-04-16 06:23:36","default","index","GET",""); INSERT INTO tn_log_system VALUES("909","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36","2018-04-16 06:45:00","default","index","GET",""); INSERT INTO tn_log_system VALUES("910","http://www.vina-jobs.com/search/result.html?keywords=&wkt=10&mode=search-jobs","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 07:52:32","site","search","GET",""); INSERT INTO tn_log_system VALUES("911","http://www.vina-jobs.com/search/result.html?keywords=&wkt=10&mode=search-jobs","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 07:52:33","site","search","GET",""); INSERT INTO tn_log_system VALUES("912","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon","2018-04-16 07:53:22","default","index","GET",""); INSERT INTO tn_log_system VALUES("913","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 07:59:59","default","index","GET",""); INSERT INTO tn_log_system VALUES("914","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 08:00:00","default","index","GET",""); INSERT INTO tn_log_system VALUES("915","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 08:19:17","default","index","GET",""); INSERT INTO tn_log_system VALUES("916","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 08:19:19","default","index","GET",""); INSERT INTO tn_log_system VALUES("917","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 08:19:21","default","index","GET",""); INSERT INTO tn_log_system VALUES("918","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 08:19:23","default","index","GET",""); INSERT INTO tn_log_system VALUES("919","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 08:19:25","default","index","GET",""); INSERT INTO tn_log_system VALUES("920","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 08:19:27","default","index","GET",""); INSERT INTO tn_log_system VALUES("921","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 08:19:29","default","index","GET",""); INSERT INTO tn_log_system VALUES("922","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 08:19:34","default","index","GET",""); INSERT INTO tn_log_system VALUES("923","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 08:24:20","default","index","GET",""); INSERT INTO tn_log_system VALUES("924","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 08:24:33","default","index","GET",""); INSERT INTO tn_log_system VALUES("925","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 08:24:34","default","index","GET",""); INSERT INTO tn_log_system VALUES("926","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 08:24:36","default","index","GET",""); INSERT INTO tn_log_system VALUES("927","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 08:24:38","default","index","GET",""); INSERT INTO tn_log_system VALUES("928","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 08:24:40","default","index","GET",""); INSERT INTO tn_log_system VALUES("929","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 08:24:41","default","index","GET",""); INSERT INTO tn_log_system VALUES("930","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 08:24:43","default","index","GET",""); INSERT INTO tn_log_system VALUES("931","http://www.vina-jobs.com/job-seekers.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 08:25:25","site","job-seekers","GET",""); INSERT INTO tn_log_system VALUES("932","http://www.vina-jobs.com/employeers.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 08:25:51","site","employeers","GET",""); INSERT INTO tn_log_system VALUES("933","http://www.vina-jobs.com/job-seekers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 08:27:07","site","job-seekers","GET",""); INSERT INTO tn_log_system VALUES("934","http://www.vina-jobs.com/employeers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 08:27:18","site","employeers","GET",""); INSERT INTO tn_log_system VALUES("935","http://www.vina-jobs.com/user/forgot-password.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 08:27:48","user","forgot","GET",""); INSERT INTO tn_log_system VALUES("936","http://www.vina-jobs.com/user/forgot-password.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 08:27:59","site","error","POST",""); INSERT INTO tn_log_system VALUES("937","http://www.vina-jobs.com/user/forgot-password.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 08:28:15","user","forgot","GET",""); INSERT INTO tn_log_system VALUES("938","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 08:28:17","default","index","GET",""); INSERT INTO tn_log_system VALUES("939","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 08:28:20","default","index","GET",""); INSERT INTO tn_log_system VALUES("940","http://www.vina-jobs.com/contact.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 08:29:52","site","contact","GET",""); INSERT INTO tn_log_system VALUES("941","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 08:30:11","default","index","GET",""); INSERT INTO tn_log_system VALUES("942","http://www.vina-jobs.com/contact.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 08:30:14","site","contact","GET",""); INSERT INTO tn_log_system VALUES("943","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 08:30:15","default","index","GET",""); INSERT INTO tn_log_system VALUES("944","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 08:30:19","default","index","GET",""); INSERT INTO tn_log_system VALUES("945","http://www.vina-jobs.com/job-seekers.html","0","1172.16.58.3","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 08:30:21","site","job-seekers","GET",""); INSERT INTO tn_log_system VALUES("946","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 08:30:25","default","index","GET",""); INSERT INTO tn_log_system VALUES("947","http://www.vina-jobs.com/contact.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 08:30:27","site","contact","GET",""); INSERT INTO tn_log_system VALUES("948","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 08:30:30","default","index","GET",""); INSERT INTO tn_log_system VALUES("949","http://www.vina-jobs.com/register/company.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 08:43:23","user","register-company","GET",""); INSERT INTO tn_log_system VALUES("950","http://www.vina-jobs.com/register/company.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 08:43:27","user","register-company","GET",""); INSERT INTO tn_log_system VALUES("951","http://www.vina-jobs.com/register/company.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 08:43:30","user","register-company","GET",""); INSERT INTO tn_log_system VALUES("952","http://www.vina-jobs.com/register/company.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 08:43:34","user","register-company","GET",""); INSERT INTO tn_log_system VALUES("953","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 08:45:13","default","index","GET",""); INSERT INTO tn_log_system VALUES("954","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)","2018-04-16 08:46:12","default","index","GET",""); INSERT INTO tn_log_system VALUES("955","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 09:29:59","default","index","GET",""); INSERT INTO tn_log_system VALUES("956","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)","2018-04-16 10:31:36","default","index","GET",""); INSERT INTO tn_log_system VALUES("957","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 10:33:43","default","index","GET",""); INSERT INTO tn_log_system VALUES("958","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 10:33:43","default","index","GET",""); INSERT INTO tn_log_system VALUES("959","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 10:38:52","default","index","GET",""); INSERT INTO tn_log_system VALUES("960","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 10:38:52","default","index","GET",""); INSERT INTO tn_log_system VALUES("961","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 10:39:26","default","index","GET",""); INSERT INTO tn_log_system VALUES("962","http://www.vina-jobs.com/search/result.html?keywords=&jobs=0&loca=0","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 10:39:34","site","search","GET",""); INSERT INTO tn_log_system VALUES("963","http://www.vina-jobs.com/search/result.html?keywords=&jobs=0&loca=0","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 10:39:34","site","search","GET",""); INSERT INTO tn_log_system VALUES("964","http://www.vina-jobs.com/","0","172.31.18.22","","2018-04-16 10:45:04","site","error","GET",""); INSERT INTO tn_log_system VALUES("965","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0.2 Safari/602.3.12","2018-04-16 10:45:05","default","index","GET",""); INSERT INTO tn_log_system VALUES("966","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko PTST/403","2018-04-16 10:46:13","default","index","GET",""); INSERT INTO tn_log_system VALUES("967","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko PTST/403","2018-04-16 10:46:36","default","index","GET",""); INSERT INTO tn_log_system VALUES("968","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 10:54:45","default","index","GET",""); INSERT INTO tn_log_system VALUES("969","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 10:54:45","default","index","GET",""); INSERT INTO tn_log_system VALUES("970","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 10:54:48","default","index","GET",""); INSERT INTO tn_log_system VALUES("971","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 10:54:49","default","index","GET",""); INSERT INTO tn_log_system VALUES("972","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 10:54:50","default","index","GET",""); INSERT INTO tn_log_system VALUES("973","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 11:00:43","default","index","GET",""); INSERT INTO tn_log_system VALUES("974","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 11:04:56","default","index","GET",""); INSERT INTO tn_log_system VALUES("975","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 11:12:15","default","index","GET",""); INSERT INTO tn_log_system VALUES("976","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 11:12:15","default","index","GET",""); INSERT INTO tn_log_system VALUES("977","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 11:13:28","default","index","GET",""); INSERT INTO tn_log_system VALUES("978","http://www.vina-jobs.com/cdn-cgi/scripts/d07b1474/cloudflare-static/email-decode.min.js","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 11:13:30","site","error","GET",""); INSERT INTO tn_log_system VALUES("979","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 11:13:36","default","index","GET",""); INSERT INTO tn_log_system VALUES("980","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 11:13:39","default","index","GET",""); INSERT INTO tn_log_system VALUES("981","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 11:13:43","default","index","GET",""); INSERT INTO tn_log_system VALUES("982","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 11:14:11","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("983","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 11:14:14","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("984","http://www.vina-jobs.com/cdn-cgi/scripts/d07b1474/cloudflare-static/email-decode.min.js","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 11:14:14","site","error","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("985","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 11:30:51","default","index","GET",""); INSERT INTO tn_log_system VALUES("986","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 11:30:51","default","index","GET",""); INSERT INTO tn_log_system VALUES("987","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0","2018-04-16 12:09:12","default","index","GET",""); INSERT INTO tn_log_system VALUES("988","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0","2018-04-16 12:09:33","default","index","GET",""); INSERT INTO tn_log_system VALUES("989","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0","2018-04-16 12:09:36","default","index","GET",""); INSERT INTO tn_log_system VALUES("990","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0","2018-04-16 12:09:38","default","index","GET",""); INSERT INTO tn_log_system VALUES("991","http://www.vina-jobs.com/job-seekers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0","2018-04-16 12:09:40","site","job-seekers","GET",""); INSERT INTO tn_log_system VALUES("992","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0","2018-04-16 12:09:41","default","index","GET",""); INSERT INTO tn_log_system VALUES("993","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0","2018-04-16 12:46:24","default","index","GET",""); INSERT INTO tn_log_system VALUES("994","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0","2018-04-16 12:46:26","default","index","GET",""); INSERT INTO tn_log_system VALUES("995","http://www.vina-jobs.com/job-seekers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0","2018-04-16 12:46:36","site","job-seekers","GET",""); INSERT INTO tn_log_system VALUES("996","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0","2018-04-16 12:46:42","default","index","GET",""); INSERT INTO tn_log_system VALUES("997","http://www.vina-jobs.com/about-us.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0","2018-04-16 12:47:15","site","about-us","GET",""); INSERT INTO tn_log_system VALUES("998","http://www.vina-jobs.com/blog.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0","2018-04-16 12:47:18","site","blog","GET",""); INSERT INTO tn_log_system VALUES("999","http://www.vina-jobs.com/contact.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0","2018-04-16 12:47:20","site","contact","GET",""); INSERT INTO tn_log_system VALUES("1000","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0","2018-04-16 12:47:24","default","index","GET",""); INSERT INTO tn_log_system VALUES("1001","http://www.vina-jobs.com/register/candidate.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0","2018-04-16 12:47:30","user","register-candidate","GET",""); INSERT INTO tn_log_system VALUES("1002","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0","2018-04-16 12:48:03","default","index","GET",""); INSERT INTO tn_log_system VALUES("1003","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0","2018-04-16 12:55:10","default","index","GET",""); INSERT INTO tn_log_system VALUES("1004","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0","2018-04-16 14:25:24","default","index","GET",""); INSERT INTO tn_log_system VALUES("1005","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0","2018-04-16 14:25:28","default","index","GET",""); INSERT INTO tn_log_system VALUES("1006","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0","2018-04-16 14:25:31","default","index","GET",""); INSERT INTO tn_log_system VALUES("1007","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0","2018-04-16 14:25:33","default","index","GET",""); INSERT INTO tn_log_system VALUES("1008","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0","2018-04-16 14:25:34","default","index","GET",""); INSERT INTO tn_log_system VALUES("1009","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 15:15:47","default","index","GET",""); INSERT INTO tn_log_system VALUES("1010","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0","2018-04-16 16:00:37","default","index","GET",""); INSERT INTO tn_log_system VALUES("1011","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0","2018-04-16 16:00:37","default","index","GET",""); INSERT INTO tn_log_system VALUES("1012","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 16:19:12","default","index","GET",""); INSERT INTO tn_log_system VALUES("1013","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 16:19:13","default","index","GET",""); INSERT INTO tn_log_system VALUES("1014","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 16:19:16","default","index","GET",""); INSERT INTO tn_log_system VALUES("1015","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36","2018-04-16 17:05:22","default","index","GET",""); INSERT INTO tn_log_system VALUES("1016","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 17:50:49","default","index","GET",""); INSERT INTO tn_log_system VALUES("1017","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 17:50:50","default","index","GET",""); INSERT INTO tn_log_system VALUES("1018","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 17:50:55","default","index","GET",""); INSERT INTO tn_log_system VALUES("1019","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 17:50:56","default","index","GET",""); INSERT INTO tn_log_system VALUES("1020","http://www.vina-jobs.com/job-seekers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 17:50:58","site","job-seekers","GET",""); INSERT INTO tn_log_system VALUES("1021","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 17:51:00","default","index","GET",""); INSERT INTO tn_log_system VALUES("1022","http://www.vina-jobs.com/blog.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 17:51:03","site","blog","GET",""); INSERT INTO tn_log_system VALUES("1023","http://www.vina-jobs.com/contact.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 17:51:05","site","contact","GET",""); INSERT INTO tn_log_system VALUES("1024","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 17:51:07","default","index","GET",""); INSERT INTO tn_log_system VALUES("1025","http://www.vina-jobs.com/contact.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 17:51:09","site","contact","GET",""); INSERT INTO tn_log_system VALUES("1026","http://www.vina-jobs.com/blog.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 17:51:12","site","blog","GET",""); INSERT INTO tn_log_system VALUES("1027","http://www.vina-jobs.com/contact.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 17:51:14","site","contact","GET",""); INSERT INTO tn_log_system VALUES("1028","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-16 17:51:18","default","index","GET",""); INSERT INTO tn_log_system VALUES("1029","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 17:51:55","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1030","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 17:51:57","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1031","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 17:52:01","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1032","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 17:52:02","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1033","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 17:52:04","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1034","http://www.vina-jobs.com/search/result.html?keywords=&jobs=0&loca=0","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 17:52:06","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1035","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 17:52:08","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1036","http://www.vina-jobs.com/index.php?r=logo_img.php","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36","2018-04-16 18:46:43","default","index","GET",""); INSERT INTO tn_log_system VALUES("1037","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 20:10:59","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1038","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 20:11:07","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1039","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 20:11:34","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1040","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 20:11:54","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1041","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 20:12:01","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1042","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 20:12:20","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1043","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 20:12:24","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1044","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 20:12:27","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1045","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 20:12:38","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1046","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 20:12:40","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1047","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 20:12:46","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1048","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 20:13:00","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1049","http://www.vina-jobs.com/search/result.html?keywords=&jobs=0&loca=0","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 20:14:50","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1050","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 20:14:55","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1051","http://www.vina-jobs.com/search/result.html?keywords=&jobs=0&loca=0","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 20:14:58","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1052","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 20:16:02","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1053","http://www.vina-jobs.com/job-seekers.html","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 20:16:06","site","job-seekers","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1054","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 20:16:24","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1055","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 20:16:33","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1056","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 20:20:14","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1057","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 20:20:25","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1058","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 20:20:28","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1059","http://www.vina-jobs.com/update/candidate.html","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 20:20:35","user","update-candidate","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1060","http://www.vina-jobs.com/web/uploads/images/users/11947627_1196879580337720_2083630260241166797_n.jpg","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 20:20:39","site","error","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1061","http://www.vina-jobs.com/update/candidate.html","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 20:20:45","user","update-candidate","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1062","http://www.vina-jobs.com/web/uploads/images/users/11947627_1196879580337720_2083630260241166797_n.jpg","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 20:20:45","site","error","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1063","http://www.vina-jobs.com/update/candidate.html","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 20:20:53","user","update-candidate","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1064","http://www.vina-jobs.com/web/uploads/images/users/11947627_1196879580337720_2083630260241166797_n.jpg","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 20:20:54","site","error","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1065","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 20:53:58","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1066","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 21:11:54","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1067","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 21:14:18","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1068","http://www.vina-jobs.com/blog.html","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 21:14:36","site","blog","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1069","http://www.vina-jobs.com/job-seekers.html","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 21:14:58","site","job-seekers","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1070","http://www.vina-jobs.com/employeers.html","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 21:15:04","site","employeers","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1071","http://www.vina-jobs.com/employeers.html","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 21:22:46","site","employeers","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1072","http://www.vina-jobs.com/search/result.html?keywords=&jobs=0&loca=0","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 21:22:49","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1073","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 21:22:52","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1074","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-16 21:50:28","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1075","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)","2018-04-17 04:11:25","default","index","GET",""); INSERT INTO tn_log_system VALUES("1076","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (compatible; GrapeshotCrawler/2.0; +http://www.grapeshot.co.uk/crawler.php)","2018-04-17 05:14:35","default","index","GET",""); INSERT INTO tn_log_system VALUES("1077","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (compatible; GrapeshotCrawler/2.0; +http://www.grapeshot.co.uk/crawler.php)","2018-04-17 06:01:50","default","index","GET",""); INSERT INTO tn_log_system VALUES("1078","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 08:18:02","default","index","GET",""); INSERT INTO tn_log_system VALUES("1079","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 08:18:02","default","index","GET",""); INSERT INTO tn_log_system VALUES("1080","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 08:18:10","default","index","GET",""); INSERT INTO tn_log_system VALUES("1081","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon","2018-04-17 08:18:32","default","index","GET",""); INSERT INTO tn_log_system VALUES("1082","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 08:18:49","default","index","GET",""); INSERT INTO tn_log_system VALUES("1083","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 08:18:50","default","index","GET",""); INSERT INTO tn_log_system VALUES("1084","http://www.vina-jobs.com/job-seekers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 08:18:53","site","job-seekers","GET",""); INSERT INTO tn_log_system VALUES("1085","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 08:18:55","default","index","GET",""); INSERT INTO tn_log_system VALUES("1086","http://www.vina-jobs.com/about-us.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 08:18:57","site","about-us","GET",""); INSERT INTO tn_log_system VALUES("1087","http://www.vina-jobs.com/blog.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 08:18:59","site","blog","GET",""); INSERT INTO tn_log_system VALUES("1088","http://www.vina-jobs.com/about-us.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 08:19:02","site","about-us","GET",""); INSERT INTO tn_log_system VALUES("1089","http://www.vina-jobs.com/blog.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 08:19:04","site","blog","GET",""); INSERT INTO tn_log_system VALUES("1090","http://www.vina-jobs.com/contact.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 08:19:06","site","contact","GET",""); INSERT INTO tn_log_system VALUES("1091","http://www.vina-jobs.com/blog.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 08:19:10","site","blog","GET",""); INSERT INTO tn_log_system VALUES("1092","http://www.vina-jobs.com/contact.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 08:19:13","site","contact","GET",""); INSERT INTO tn_log_system VALUES("1093","http://www.vina-jobs.com/user/forgot-password.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 08:19:21","user","forgot","GET",""); INSERT INTO tn_log_system VALUES("1094","http://www.vina-jobs.com/register/candidate.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 08:19:32","user","register-candidate","GET",""); INSERT INTO tn_log_system VALUES("1095","http://www.vina-jobs.com/register/candidate.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 08:19:40","user","register-candidate","GET",""); INSERT INTO tn_log_system VALUES("1096","http://www.vina-jobs.com/job-seekers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 08:20:08","site","job-seekers","GET",""); INSERT INTO tn_log_system VALUES("1097","http://www.vina-jobs.com/employeers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 08:20:10","site","employeers","GET",""); INSERT INTO tn_log_system VALUES("1098","http://www.vina-jobs.com/about-us.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 08:20:12","site","about-us","GET",""); INSERT INTO tn_log_system VALUES("1099","http://www.vina-jobs.com/blog.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 08:20:14","site","blog","GET",""); INSERT INTO tn_log_system VALUES("1100","http://www.vina-jobs.com/about-us.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 08:20:16","site","about-us","GET",""); INSERT INTO tn_log_system VALUES("1101","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 08:20:19","default","index","GET",""); INSERT INTO tn_log_system VALUES("1102","http://www.vina-jobs.com/search/result.html?keywords=&jobs=0&loca=0","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 08:20:22","site","search","GET",""); INSERT INTO tn_log_system VALUES("1103","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.76 Safari/537.36","2018-04-17 10:18:50","default","index","GET",""); INSERT INTO tn_log_system VALUES("1104","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (compatible; GrapeshotCrawler/2.0; +http://www.grapeshot.co.uk/crawler.php)","2018-04-17 11:24:09","default","index","GET",""); INSERT INTO tn_log_system VALUES("1105","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 12:39:01","default","index","GET",""); INSERT INTO tn_log_system VALUES("1106","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 12:39:01","default","index","GET",""); INSERT INTO tn_log_system VALUES("1107","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 12:39:11","default","index","GET",""); INSERT INTO tn_log_system VALUES("1108","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 12:39:13","default","index","GET",""); INSERT INTO tn_log_system VALUES("1109","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 12:39:15","default","index","GET",""); INSERT INTO tn_log_system VALUES("1110","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 12:39:24","default","index","GET",""); INSERT INTO tn_log_system VALUES("1111","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 13:04:05","default","index","GET",""); INSERT INTO tn_log_system VALUES("1112","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 13:04:07","default","index","GET",""); INSERT INTO tn_log_system VALUES("1113","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 13:04:08","default","index","GET",""); INSERT INTO tn_log_system VALUES("1114","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 13:05:58","default","index","GET",""); INSERT INTO tn_log_system VALUES("1115","http://www.vina-jobs.com/contact.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 13:07:18","site","contact","GET",""); INSERT INTO tn_log_system VALUES("1116","http://www.vina-jobs.com/blog.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 13:07:20","site","blog","GET",""); INSERT INTO tn_log_system VALUES("1117","http://www.vina-jobs.com/about-us.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 13:07:23","site","about-us","GET",""); INSERT INTO tn_log_system VALUES("1118","http://www.vina-jobs.com/employeers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 13:07:25","site","employeers","GET",""); INSERT INTO tn_log_system VALUES("1119","http://www.vina-jobs.com/job-seekers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 13:07:29","site","job-seekers","GET",""); INSERT INTO tn_log_system VALUES("1120","http://www.vina-jobs.com/contact.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 13:07:31","site","contact","GET",""); INSERT INTO tn_log_system VALUES("1121","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 13:07:33","default","index","GET",""); INSERT INTO tn_log_system VALUES("1122","http://www.vina-jobs.com/user/forgot-password.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 13:07:42","user","forgot","GET",""); INSERT INTO tn_log_system VALUES("1123","http://www.vina-jobs.com/register/company.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 13:07:48","user","register-company","GET",""); INSERT INTO tn_log_system VALUES("1124","http://www.vina-jobs.com/register/company.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 13:07:57","user","register-company","GET",""); INSERT INTO tn_log_system VALUES("1125","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 13:08:30","default","index","GET",""); INSERT INTO tn_log_system VALUES("1126","http://www.vina-jobs.com/","88","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 13:08:43","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1127","http://www.vina-jobs.com/update/candidate.html","88","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 13:08:55","user","update-candidate","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1128","http://www.vina-jobs.com/","88","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 13:09:24","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1129","http://www.vina-jobs.com/","88","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 14:54:57","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1130","http://www.vina-jobs.com/","88","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 14:54:58","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1131","http://www.vina-jobs.com/","88","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 14:55:10","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1132","http://www.vina-jobs.com/","88","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 14:55:10","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1133","http://www.vina-jobs.com/","88","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 14:55:19","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1134","http://www.vina-jobs.com/","88","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 14:55:20","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1135","http://www.vina-jobs.com/job-seekers.html","88","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 14:55:22","site","job-seekers","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1136","http://www.vina-jobs.com/employeers.html","88","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 14:55:23","site","employeers","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1137","http://www.vina-jobs.com/about-us.html","88","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 14:55:25","site","about-us","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1138","http://www.vina-jobs.com/blog.html","88","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 14:55:27","site","blog","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1139","http://www.vina-jobs.com/","88","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 14:55:30","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1140","http://www.vina-jobs.com/search/result.html?keywords=&jobs=0&loca=0","88","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 14:55:34","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1141","http://www.vina-jobs.com/search/result.html?keywords=&mode=search-jobs","88","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 14:55:36","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1142","http://www.vina-jobs.com/search/result.html?keywords=&mode=search-jobs","88","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 14:55:40","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1143","http://www.vina-jobs.com/","88","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 15:49:09","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1144","http://www.vina-jobs.com/","88","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 15:49:09","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1145","http://www.vina-jobs.com/","88","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 16:01:00","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1146","http://www.vina-jobs.com/","88","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 16:01:01","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1147","http://www.vina-jobs.com/","88","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 16:01:04","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1148","http://www.vina-jobs.com/job-seekers.html","88","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 16:01:06","site","job-seekers","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1149","http://www.vina-jobs.com/employeers.html","88","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 16:01:08","site","employeers","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1150","http://www.vina-jobs.com/about-us.html","88","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 16:01:12","site","about-us","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1151","http://www.vina-jobs.com/blog.html","88","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 16:01:16","site","blog","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1152","http://www.vina-jobs.com/contact.html","88","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 16:01:22","site","contact","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1153","http://www.vina-jobs.com/","88","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 16:01:28","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1154","http://www.vina-jobs.com/","88","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 16:01:30","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1155","http://www.vina-jobs.com/","88","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 16:01:33","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1156","http://www.vina-jobs.com/","88","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 16:01:34","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1157","http://www.vina-jobs.com/employeers.html","88","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 16:02:01","site","employeers","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1158","http://www.vina-jobs.com/","88","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 16:15:32","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1159","http://www.vina-jobs.com/","88","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 16:15:35","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1160","http://www.vina-jobs.com/job-seekers.html","88","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 16:15:37","site","job-seekers","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1161","http://www.vina-jobs.com/employeers.html","88","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 16:15:39","site","employeers","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1162","http://www.vina-jobs.com/about-us.html","88","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 16:15:40","site","about-us","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1163","http://www.vina-jobs.com/blog.html","88","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 16:15:49","site","blog","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1164","http://www.vina-jobs.com/contact.html","88","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 16:15:51","site","contact","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1165","http://www.vina-jobs.com/blog.html","88","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 16:15:53","site","blog","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1166","http://www.vina-jobs.com/about-us.html","88","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 16:15:55","site","about-us","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1167","http://www.vina-jobs.com/contact.html","88","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 16:15:57","site","contact","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1168","http://www.vina-jobs.com/contact.html","88","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 16:19:10","site","contact","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1169","http://www.vina-jobs.com/contact.html","88","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 16:19:45","site","contact","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1170","http://www.vina-jobs.com/","88","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 16:41:32","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1171","http://www.vina-jobs.com/","88","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 16:41:41","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1172","http://www.vina-jobs.com/job-seekers.html","88","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 16:41:43","site","job-seekers","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1173","http://www.vina-jobs.com/","88","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 16:41:48","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1174","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0","2018-04-17 16:41:55","default","index","GET",""); INSERT INTO tn_log_system VALUES("1175","http://www.vina-jobs.com/","88","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 17:07:29","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1176","http://www.vina-jobs.com/","88","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 17:14:38","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1177","http://www.vina-jobs.com/","88","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 17:14:39","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1178","http://www.vina-jobs.com/","88","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 17:31:26","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1179","http://www.vina-jobs.com/","88","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 17:31:27","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1180","http://www.vina-jobs.com/index.php?r=about-us.html","0","172.31.18.22","Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)","2018-04-17 17:33:33","default","index","GET",""); INSERT INTO tn_log_system VALUES("1181","http://www.vina-jobs.com/index.php?r=blog.html","0","172.31.18.22","Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)","2018-04-17 17:33:38","default","index","GET",""); INSERT INTO tn_log_system VALUES("1182","http://www.vina-jobs.com/index.php?r=contact.html","0","172.31.18.22","Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)","2018-04-17 17:33:41","default","index","GET",""); INSERT INTO tn_log_system VALUES("1183","http://www.vina-jobs.com/index.php?r=employeers.html","0","172.31.18.22","Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)","2018-04-17 17:33:44","default","index","GET",""); INSERT INTO tn_log_system VALUES("1184","http://www.vina-jobs.com/index.php?r=job-seekers.html","0","172.31.18.22","Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)","2018-04-17 17:33:48","default","index","GET",""); INSERT INTO tn_log_system VALUES("1185","http://www.vina-jobs.com/index.php?r=user/forgot-password.html","0","172.31.18.22","Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)","2018-04-17 17:33:51","default","index","GET",""); INSERT INTO tn_log_system VALUES("1186","http://www.vina-jobs.com/index.php?r=user/register.html","0","172.31.18.22","Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)","2018-04-17 17:33:55","default","index","GET",""); INSERT INTO tn_log_system VALUES("1187","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 17:50:25","default","index","GET",""); INSERT INTO tn_log_system VALUES("1188","http://www.jobsvina.com/vendor/bower-asset/select2/dist/css/select2.min.css","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 17:50:26","site","error","GET",""); INSERT INTO tn_log_system VALUES("1189","http://www.jobsvina.com/vendor/bower-asset/iCheck/skins/all.css","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 17:50:26","site","error","GET",""); INSERT INTO tn_log_system VALUES("1190","http://www.jobsvina.com/vendor/bower-asset/select2/dist/js/select2.min.js","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 17:50:28","site","error","GET",""); INSERT INTO tn_log_system VALUES("1191","http://www.jobsvina.com/vendor/bower-asset/iCheck/icheck.min.js","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 17:50:28","site","error","GET",""); INSERT INTO tn_log_system VALUES("1192","http://www.jobsvina.com/vendor/bower-asset/cropit/dist/jquery.cropit.js","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 17:50:28","site","error","GET",""); INSERT INTO tn_log_system VALUES("1193","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 17:50:30","default","index","GET",""); INSERT INTO tn_log_system VALUES("1194","http://www.jobsvina.com/vendor/bower-asset/select2/dist/css/select2.min.css","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 17:50:31","site","error","GET",""); INSERT INTO tn_log_system VALUES("1195","http://www.jobsvina.com/vendor/bower-asset/iCheck/skins/all.css","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 17:50:31","site","error","GET",""); INSERT INTO tn_log_system VALUES("1196","http://www.jobsvina.com/vendor/bower-asset/cropit/dist/jquery.cropit.js","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 17:50:31","site","error","GET",""); INSERT INTO tn_log_system VALUES("1197","http://www.jobsvina.com/vendor/bower-asset/iCheck/icheck.min.js","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 17:50:31","site","error","GET",""); INSERT INTO tn_log_system VALUES("1198","http://www.jobsvina.com/vendor/bower-asset/select2/dist/js/select2.min.js","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 17:50:31","site","error","GET",""); INSERT INTO tn_log_system VALUES("1199","http://www.jobsvina.com/vendor/bower-asset/iCheck/icheck.min.js","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 17:50:32","site","error","GET",""); INSERT INTO tn_log_system VALUES("1200","http://www.jobsvina.com/vendor/bower-asset/cropit/dist/jquery.cropit.js","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 17:50:32","site","error","GET",""); INSERT INTO tn_log_system VALUES("1201","http://www.jobsvina.com/vendor/bower-asset/iCheck/skins/all.css","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 17:51:14","site","error","GET",""); INSERT INTO tn_log_system VALUES("1202","http://www.jobsvina.com/vendor/bower-asset/select2/dist/css/select2.min.css","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 17:51:14","site","error","GET",""); INSERT INTO tn_log_system VALUES("1203","http://www.jobsvina.com/web/template/jobs/js/underscore-min.map","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 17:51:14","site","error","GET",""); INSERT INTO tn_log_system VALUES("1204","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 17:52:58","default","index","GET",""); INSERT INTO tn_log_system VALUES("1205","http://www.jobsvina.com/web/template/jobs/js/underscore-min.map","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 17:53:01","site","error","GET",""); INSERT INTO tn_log_system VALUES("1206","http://www.jobsvina.com/job-seekers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 17:53:03","site","job-seekers","GET",""); INSERT INTO tn_log_system VALUES("1207","http://www.jobsvina.com/web/template/jobs/js/underscore-min.map","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 17:53:03","site","error","GET",""); INSERT INTO tn_log_system VALUES("1208","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 17:53:06","default","index","GET",""); INSERT INTO tn_log_system VALUES("1209","http://www.jobsvina.com/employeers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 17:53:08","site","employeers","GET",""); INSERT INTO tn_log_system VALUES("1210","http://www.jobsvina.com/about-us.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 17:53:10","site","about-us","GET",""); INSERT INTO tn_log_system VALUES("1211","http://www.jobsvina.com/blog.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 17:53:11","site","blog","GET",""); INSERT INTO tn_log_system VALUES("1212","http://www.jobsvina.com/contact.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 17:53:12","site","contact","GET",""); INSERT INTO tn_log_system VALUES("1213","http://www.jobsvina.com/","0","1172.16.58.3","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 17:53:13","default","index","GET",""); INSERT INTO tn_log_system VALUES("1214","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 17:53:29","default","index","GET",""); INSERT INTO tn_log_system VALUES("1215","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 17:53:30","default","index","GET",""); INSERT INTO tn_log_system VALUES("1216","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 17:53:30","default","index","GET",""); INSERT INTO tn_log_system VALUES("1217","http://www.jobsvina.com/","0","1172.16.58.3","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 17:53:30","default","index","GET",""); INSERT INTO tn_log_system VALUES("1218","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 17:53:30","default","index","GET",""); INSERT INTO tn_log_system VALUES("1219","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 17:53:31","default","index","GET",""); INSERT INTO tn_log_system VALUES("1220","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 17:53:31","default","index","GET",""); INSERT INTO tn_log_system VALUES("1221","http://www.jobsvina.com/","0","1172.16.58.3","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 17:53:31","default","index","GET",""); INSERT INTO tn_log_system VALUES("1222","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 17:53:31","default","index","GET",""); INSERT INTO tn_log_system VALUES("1223","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 17:53:31","default","index","GET",""); INSERT INTO tn_log_system VALUES("1224","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 17:53:32","default","index","GET",""); INSERT INTO tn_log_system VALUES("1225","http://www.jobsvina.com/","0","1172.16.58.3","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 17:53:32","default","index","GET",""); INSERT INTO tn_log_system VALUES("1226","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 17:53:32","default","index","GET",""); INSERT INTO tn_log_system VALUES("1227","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 17:53:33","default","index","GET",""); INSERT INTO tn_log_system VALUES("1228","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 17:53:34","default","index","GET",""); INSERT INTO tn_log_system VALUES("1229","http://www.jobsvina.com/","0","1172.16.58.3","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 17:53:37","default","index","GET",""); INSERT INTO tn_log_system VALUES("1230","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 17:53:38","default","index","GET",""); INSERT INTO tn_log_system VALUES("1231","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 17:53:39","default","index","GET",""); INSERT INTO tn_log_system VALUES("1232","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-17 17:59:56","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1233","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)","2018-04-17 18:20:05","default","index","GET",""); INSERT INTO tn_log_system VALUES("1234","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-17 18:53:01","default","index","GET",""); INSERT INTO tn_log_system VALUES("1235","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-17 18:53:13","default","index","GET",""); INSERT INTO tn_log_system VALUES("1236","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)","2018-04-17 18:58:38","default","index","GET",""); INSERT INTO tn_log_system VALUES("1237","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-17 20:26:55","default","index","GET",""); INSERT INTO tn_log_system VALUES("1238","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-17 20:27:00","default","index","GET",""); INSERT INTO tn_log_system VALUES("1239","http://www.jobsvina.com/search/result.html?keywords=&jobs=0&loca=0","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-17 20:27:15","site","search","GET",""); INSERT INTO tn_log_system VALUES("1240","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon","2018-04-17 20:55:15","default","index","GET",""); INSERT INTO tn_log_system VALUES("1241","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 20:56:00","default","index","GET",""); INSERT INTO tn_log_system VALUES("1242","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 20:56:00","default","index","GET",""); INSERT INTO tn_log_system VALUES("1243","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 20:56:19","default","index","GET",""); INSERT INTO tn_log_system VALUES("1244","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 20:56:20","default","index","GET",""); INSERT INTO tn_log_system VALUES("1245","http://www.vina-jobs.com/job-seekers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 20:56:30","site","job-seekers","GET",""); INSERT INTO tn_log_system VALUES("1246","http://www.vina-jobs.com/job-seekers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 20:56:32","site","job-seekers","GET",""); INSERT INTO tn_log_system VALUES("1247","http://www.vina-jobs.com/employeers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 20:56:34","site","employeers","GET",""); INSERT INTO tn_log_system VALUES("1248","http://www.vina-jobs.com/about-us.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 20:56:36","site","about-us","GET",""); INSERT INTO tn_log_system VALUES("1249","http://www.vina-jobs.com/blog.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 20:56:37","site","blog","GET",""); INSERT INTO tn_log_system VALUES("1250","http://www.vina-jobs.com/contact.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 20:56:39","site","contact","GET",""); INSERT INTO tn_log_system VALUES("1251","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 21:08:52","default","index","GET",""); INSERT INTO tn_log_system VALUES("1252","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 21:08:55","default","index","GET",""); INSERT INTO tn_log_system VALUES("1253","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 21:08:56","default","index","GET",""); INSERT INTO tn_log_system VALUES("1254","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 21:08:58","default","index","GET",""); INSERT INTO tn_log_system VALUES("1255","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 21:09:01","default","index","GET",""); INSERT INTO tn_log_system VALUES("1256","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 21:12:28","default","index","GET",""); INSERT INTO tn_log_system VALUES("1257","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 21:12:36","default","index","GET",""); INSERT INTO tn_log_system VALUES("1258","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 21:12:40","default","index","GET",""); INSERT INTO tn_log_system VALUES("1259","http://www.jobsvina.com/index.php?r=v","0","172.31.18.22","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36 Google (+https://developers.google.com/+/web/snippet/)","2018-04-17 21:15:22","default","index","GET",""); INSERT INTO tn_log_system VALUES("1260","http://www.jobsvina.com/index.php?r=vina-j","0","172.31.18.22","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36 Google (+https://developers.google.com/+/web/snippet/)","2018-04-17 21:15:26","default","index","GET",""); INSERT INTO tn_log_system VALUES("1261","http://www.jobsvina.com/index.php?r=vina-jobs","0","172.31.18.22","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36 Google (+https://developers.google.com/+/web/snippet/)","2018-04-17 21:15:27","default","index","GET",""); INSERT INTO tn_log_system VALUES("1262","http://www.jobsvina.com/index.php?r=vina-jobs.com","0","172.31.18.22","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36 Google (+https://developers.google.com/+/web/snippet/)","2018-04-17 21:15:29","default","index","GET",""); INSERT INTO tn_log_system VALUES("1263","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 21:17:34","default","index","GET",""); INSERT INTO tn_log_system VALUES("1264","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 21:44:28","default","index","GET",""); INSERT INTO tn_log_system VALUES("1265","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 21:44:28","default","index","GET",""); INSERT INTO tn_log_system VALUES("1266","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)","2018-04-17 21:59:25","default","index","GET",""); INSERT INTO tn_log_system VALUES("1267","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 23:16:07","default","index","GET",""); INSERT INTO tn_log_system VALUES("1268","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 23:16:20","default","index","GET",""); INSERT INTO tn_log_system VALUES("1269","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 23:16:23","default","index","GET",""); INSERT INTO tn_log_system VALUES("1270","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 23:16:23","default","index","GET",""); INSERT INTO tn_log_system VALUES("1271","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0","2018-04-17 23:16:53","default","index","GET",""); INSERT INTO tn_log_system VALUES("1272","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0","2018-04-17 23:17:19","default","index","GET",""); INSERT INTO tn_log_system VALUES("1273","http://www.jobsvina.com/job-seekers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0","2018-04-17 23:17:21","site","job-seekers","GET",""); INSERT INTO tn_log_system VALUES("1274","http://www.jobsvina.com/employeers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0","2018-04-17 23:17:24","site","employeers","GET",""); INSERT INTO tn_log_system VALUES("1275","http://www.jobsvina.com/about-us.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0","2018-04-17 23:17:27","site","about-us","GET",""); INSERT INTO tn_log_system VALUES("1276","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0","2018-04-17 23:17:30","default","index","GET",""); INSERT INTO tn_log_system VALUES("1277","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 23:22:07","default","index","GET",""); INSERT INTO tn_log_system VALUES("1278","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-17 23:22:08","default","index","GET",""); INSERT INTO tn_log_system VALUES("1279","http://www.vina-jobs.com/assets/8976f2ee/css/bootstrap.css","0","172.31.18.22","Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)","2018-04-18 01:12:25","site","error","GET",""); INSERT INTO tn_log_system VALUES("1280","http://www.JOBSVINA.com/","0","172.31.18.22","Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0)","2018-04-18 03:09:33","default","index","GET",""); INSERT INTO tn_log_system VALUES("1281","http://www.JOBSVINA.com/contact.html","0","172.31.18.22","Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0)","2018-04-18 03:09:34","site","contact","GET",""); INSERT INTO tn_log_system VALUES("1282","http://www.vina-jobs.com/","0","172.31.18.22","","2018-04-18 04:00:06","site","error","GET",""); INSERT INTO tn_log_system VALUES("1283","http://www.jobsvina.com/search/result.html?keywords=&mode=search-jobs","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-18 06:47:21","site","search","GET",""); INSERT INTO tn_log_system VALUES("1284","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-18 06:47:32","default","index","GET",""); INSERT INTO tn_log_system VALUES("1285","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-18 06:47:34","default","index","GET",""); INSERT INTO tn_log_system VALUES("1286","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-18 08:03:22","default","index","GET",""); INSERT INTO tn_log_system VALUES("1287","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-18 08:03:23","default","index","GET",""); INSERT INTO tn_log_system VALUES("1288","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 08:23:48","default","index","GET",""); INSERT INTO tn_log_system VALUES("1289","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 08:23:58","default","index","GET",""); INSERT INTO tn_log_system VALUES("1290","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 08:24:01","default","index","GET",""); INSERT INTO tn_log_system VALUES("1291","http://www.jobsvina.com/job-seekers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 08:24:05","site","job-seekers","GET",""); INSERT INTO tn_log_system VALUES("1292","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)","2018-04-18 08:25:41","default","index","GET",""); INSERT INTO tn_log_system VALUES("1293","http://www.jobsvina.com/job-seekers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 08:26:57","site","job-seekers","GET",""); INSERT INTO tn_log_system VALUES("1294","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 08:26:58","default","index","GET",""); INSERT INTO tn_log_system VALUES("1295","http://www.jobsvina.com/job-seekers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 08:27:01","site","job-seekers","GET",""); INSERT INTO tn_log_system VALUES("1296","http://www.jobsvina.com/employeers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 08:27:02","site","employeers","GET",""); INSERT INTO tn_log_system VALUES("1297","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 08:27:05","default","index","GET",""); INSERT INTO tn_log_system VALUES("1298","http://www.jobsvina.com/about-us.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 08:27:06","site","about-us","GET",""); INSERT INTO tn_log_system VALUES("1299","http://www.jobsvina.com/employeers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 08:27:08","site","employeers","GET",""); INSERT INTO tn_log_system VALUES("1300","http://www.jobsvina.com/blog.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 08:27:10","site","blog","GET",""); INSERT INTO tn_log_system VALUES("1301","http://www.jobsvina.com/contact.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 08:27:12","site","contact","GET",""); INSERT INTO tn_log_system VALUES("1302","http://www.jobsvina.com/about-us.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 08:27:14","site","about-us","GET",""); INSERT INTO tn_log_system VALUES("1303","http://www.jobsvina.com/employeers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 08:27:16","site","employeers","GET",""); INSERT INTO tn_log_system VALUES("1304","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 08:27:21","default","index","GET",""); INSERT INTO tn_log_system VALUES("1305","http://www.jobsvina.com/assets/img/img16.jpg","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 08:27:51","site","error","GET",""); INSERT INTO tn_log_system VALUES("1306","http://www.jobsvina.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 08:29:47","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1307","http://www.jobsvina.com/html/layouts/builder.html","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 08:33:28","site","error","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1308","http://www.jobsvina.com/html/layouts/builder.html","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 08:33:40","site","error","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1309","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-18 08:38:38","default","index","GET",""); INSERT INTO tn_log_system VALUES("1310","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-18 08:39:10","default","index","GET",""); INSERT INTO tn_log_system VALUES("1311","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-18 08:41:26","default","index","GET",""); INSERT INTO tn_log_system VALUES("1312","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-18 08:41:36","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1313","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-18 08:41:56","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1314","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-18 08:42:07","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1315","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 08:44:37","default","index","GET",""); INSERT INTO tn_log_system VALUES("1316","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 08:44:38","default","index","GET",""); INSERT INTO tn_log_system VALUES("1317","http://www.jobsvina.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 08:53:20","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1318","http://www.vina-jobs.com/cdn-cgi/l/email-protection","0","172.31.18.22","Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)","2018-04-18 08:55:57","site","error","GET",""); INSERT INTO tn_log_system VALUES("1319","http://www.jobsvina.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:00:01","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1320","http://www.jobsvina.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:00:10","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1321","http://www.jobsvina.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:00:29","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1322","http://www.jobsvina.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:00:36","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1323","http://www.jobsvina.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:00:37","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1324","http://www.jobsvina.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:00:38","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1325","http://www.jobsvina.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:00:38","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1326","http://www.jobsvina.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:00:39","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1327","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)","2018-04-18 09:01:16","default","index","GET",""); INSERT INTO tn_log_system VALUES("1328","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Macintosh; PPC Mac OS X 10.8; rv:50.0) Gecko/20100101 Firefox/50.0","2018-04-18 09:16:25","default","index","GET",""); INSERT INTO tn_log_system VALUES("1329","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 4.4.2; Nexus 4 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36","2018-04-18 09:25:44","default","index","GET",""); INSERT INTO tn_log_system VALUES("1330","http://www.jobsvina.com/employeers.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 4.4.2; Nexus 4 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36","2018-04-18 09:25:47","site","employeers","GET",""); INSERT INTO tn_log_system VALUES("1331","http://www.jobsvina.com/register/candidate.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 4.4.2; Nexus 4 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36","2018-04-18 09:25:54","user","register-candidate","GET",""); INSERT INTO tn_log_system VALUES("1332","http://www.jobsvina.com/contact.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 4.4.2; Nexus 4 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36","2018-04-18 09:25:56","site","contact","GET",""); INSERT INTO tn_log_system VALUES("1333","http://www.jobsvina.com/user/forgot-password.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 4.4.2; Nexus 4 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36","2018-04-18 09:25:56","user","forgot","GET",""); INSERT INTO tn_log_system VALUES("1334","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 4.4.2; Nexus 4 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36","2018-04-18 09:25:59","default","index","GET",""); INSERT INTO tn_log_system VALUES("1335","http://www.jobsvina.com/register/company.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 4.4.2; Nexus 4 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36","2018-04-18 09:26:00","user","register-company","GET",""); INSERT INTO tn_log_system VALUES("1336","http://www.jobsvina.com/about-us.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 4.4.2; Nexus 4 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36","2018-04-18 09:26:00","site","about-us","GET",""); INSERT INTO tn_log_system VALUES("1337","http://www.jobsvina.com/blog.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 4.4.2; Nexus 4 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36","2018-04-18 09:26:01","site","blog","GET",""); INSERT INTO tn_log_system VALUES("1338","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 4.4.2; Nexus 4 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36","2018-04-18 09:26:02","default","index","GET",""); INSERT INTO tn_log_system VALUES("1339","http://www.jobsvina.com/job-seekers.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 4.4.2; Nexus 4 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36","2018-04-18 09:26:02","site","job-seekers","GET",""); INSERT INTO tn_log_system VALUES("1340","http://www.jobsvina.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:33:57","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1341","http://www.jobsvina.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:36:23","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1342","http://www.jobsvina.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:36:27","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1343","http://www.jobsvina.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:37:41","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1344","http://www.jobsvina.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:38:25","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1345","http://www.jobsvina.com/job-seekers.html","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:38:27","site","job-seekers","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1346","http://www.jobsvina.com/employeers.html","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:38:30","site","employeers","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1347","http://www.jobsvina.com/employeers.html","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:42:20","site","employeers","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1348","http://www.jobsvina.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:42:23","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1349","http://www.jobsvina.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:42:29","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1350","http://www.jobsvina.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:42:30","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1351","http://www.jobsvina.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:42:33","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1352","http://www.jobsvina.com/employeers/detail/web-developer-java--javascript--jquery-1.html","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:42:43","site","error","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1353","http://www.jobsvina.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:42:54","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1354","http://www.jobsvina.com/job-seekers.html","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:42:56","site","job-seekers","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1355","http://www.jobsvina.com/employeers.html","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:42:58","site","employeers","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1356","http://www.jobsvina.com/about-us.html","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:43:00","site","about-us","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1357","http://www.jobsvina.com/blog.html","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:43:01","site","blog","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1358","http://www.jobsvina.com/contact.html","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:43:02","site","contact","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1359","http://www.jobsvina.com/contact.html","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:45:53","site","contact","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1360","http://www.jobsvina.com/contact.html","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:45:55","site","contact","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1361","http://www.jobsvina.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:45:57","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1362","http://www.jobsvina.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:46:00","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1363","http://www.jobsvina.com/search/result.html?keywords=&jobs=0&loca=0","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:46:02","site","search","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1364","http://www.jobsvina.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:46:04","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1365","http://www.jobsvina.com/job-seekers.html","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:46:06","site","job-seekers","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1366","http://www.jobsvina.com/employeers.html","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:46:08","site","employeers","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1367","http://www.jobsvina.com/about-us.html","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:46:10","site","about-us","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1368","http://www.jobsvina.com/blog.html","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:46:13","site","blog","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1369","http://www.jobsvina.com/contact.html","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:46:16","site","contact","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1370","http://www.jobsvina.com/contact.html","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:48:27","site","contact","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1371","http://www.jobsvina.com/contact.html","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:48:30","site","contact","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1372","http://www.jobsvina.com/contact.html","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:48:33","site","contact","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1373","http://www.jobsvina.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:48:34","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1374","http://www.jobsvina.com/job-seekers.html","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:48:36","site","job-seekers","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1375","http://www.jobsvina.com/employeers.html","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:48:39","site","employeers","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1376","http://www.jobsvina.com/about-us.html","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:48:44","site","about-us","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1377","http://www.jobsvina.com/update/candidate.html","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:48:46","user","update-candidate","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1378","http://www.jobsvina.com/web/uploads/images/users/11947627_1196879580337720_2083630260241166797_n.jpg","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:48:48","site","error","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1379","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:52:50","default","index","GET",""); INSERT INTO tn_log_system VALUES("1380","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:52:51","default","index","GET",""); INSERT INTO tn_log_system VALUES("1381","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:52:55","default","index","GET",""); INSERT INTO tn_log_system VALUES("1382","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:53:01","default","index","GET",""); INSERT INTO tn_log_system VALUES("1383","http://vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:53:10","default","index","GET",""); INSERT INTO tn_log_system VALUES("1384","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:53:26","default","index","GET",""); INSERT INTO tn_log_system VALUES("1385","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:53:26","default","index","GET",""); INSERT INTO tn_log_system VALUES("1386","http://vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:53:29","default","index","GET",""); INSERT INTO tn_log_system VALUES("1387","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:53:40","default","index","GET",""); INSERT INTO tn_log_system VALUES("1388","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:53:41","default","index","GET",""); INSERT INTO tn_log_system VALUES("1389","http://www.jobsvina.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:53:51","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1390","http://www.jobsvina.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 09:53:51","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1391","http://www.jobsvina.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 10:00:43","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1392","http://www.jobsvina.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 10:00:46","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1393","http://www.jobsvina.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 10:00:47","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1394","http://www.jobsvina.com/job-seekers.html","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 10:00:48","site","job-seekers","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1395","http://www.jobsvina.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 10:04:39","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1396","http://www.jobsvina.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 10:04:39","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1397","http://jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 10:04:47","default","index","GET",""); INSERT INTO tn_log_system VALUES("1398","http://jobsvina.com/job-seekers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 10:04:54","site","job-seekers","GET",""); INSERT INTO tn_log_system VALUES("1399","http://jobsvina.com/employeers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 10:04:56","site","employeers","GET",""); INSERT INTO tn_log_system VALUES("1400","http://jobsvina.com/about-us.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 10:04:57","site","about-us","GET",""); INSERT INTO tn_log_system VALUES("1401","http://jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 10:04:58","default","index","GET",""); INSERT INTO tn_log_system VALUES("1402","http://jobsvina.com/job-seekers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 10:05:01","site","job-seekers","GET",""); INSERT INTO tn_log_system VALUES("1403","http://jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 10:05:06","default","index","GET",""); INSERT INTO tn_log_system VALUES("1404","http://jobsvina.com/job-seekers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 10:05:07","site","job-seekers","GET",""); INSERT INTO tn_log_system VALUES("1405","http://jobsvina.com/employeers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 10:05:09","site","employeers","GET",""); INSERT INTO tn_log_system VALUES("1406","http://jobsvina.com/about-us.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 10:05:10","site","about-us","GET",""); INSERT INTO tn_log_system VALUES("1407","http://jobsvina.com/contact.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 10:05:12","site","contact","GET",""); INSERT INTO tn_log_system VALUES("1408","http://jobsvina.com/blog.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 10:05:14","site","blog","GET",""); INSERT INTO tn_log_system VALUES("1409","http://jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 10:05:15","default","index","GET",""); INSERT INTO tn_log_system VALUES("1410","http://vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.76 Safari/537.36","2018-04-18 10:18:40","default","index","GET",""); INSERT INTO tn_log_system VALUES("1411","http://www.vina-jobs.com/assets/8976f2ee/css/bootstrap.css","0","172.31.18.22","Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)","2018-04-18 11:07:40","site","error","GET",""); INSERT INTO tn_log_system VALUES("1412","http://vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)","2018-04-18 11:20:10","default","index","GET",""); INSERT INTO tn_log_system VALUES("1413","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)","2018-04-18 11:20:12","default","index","GET",""); INSERT INTO tn_log_system VALUES("1414","http://vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)","2018-04-18 11:28:59","default","index","GET",""); INSERT INTO tn_log_system VALUES("1415","http://jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 5.1; rv:5.0) Gecko/20100101 Firefox/5.0","2018-04-18 11:48:39","default","index","GET",""); INSERT INTO tn_log_system VALUES("1416","http://jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 12:02:58","default","index","GET",""); INSERT INTO tn_log_system VALUES("1417","http://jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 12:03:00","default","index","GET",""); INSERT INTO tn_log_system VALUES("1418","http://jobsvina.com/contact.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 12:03:03","site","contact","GET",""); INSERT INTO tn_log_system VALUES("1419","http://jobsvina.com/blog.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 12:03:05","site","blog","GET",""); INSERT INTO tn_log_system VALUES("1420","http://jobsvina.com/blog.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 12:04:41","site","blog","GET",""); INSERT INTO tn_log_system VALUES("1421","http://jobsvina.com/contact.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 12:04:43","site","contact","GET",""); INSERT INTO tn_log_system VALUES("1422","http://jobsvina.com/contact.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 12:04:45","site","contact","GET",""); INSERT INTO tn_log_system VALUES("1423","http://jobsvina.com/contact.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 12:04:47","site","contact","GET",""); INSERT INTO tn_log_system VALUES("1424","http://jobsvina.com/contact.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 12:04:53","site","contact","GET",""); INSERT INTO tn_log_system VALUES("1425","http://jobsvina.com/contact.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 12:04:58","site","contact","GET",""); INSERT INTO tn_log_system VALUES("1426","http://jobsvina.com/blog.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 12:05:01","site","blog","GET",""); INSERT INTO tn_log_system VALUES("1427","http://jobsvina.com/about-us.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 12:05:06","site","about-us","GET",""); INSERT INTO tn_log_system VALUES("1428","http://jobsvina.com/employeers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 12:05:08","site","employeers","GET",""); INSERT INTO tn_log_system VALUES("1429","http://jobsvina.com/job-seekers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 12:05:10","site","job-seekers","GET",""); INSERT INTO tn_log_system VALUES("1430","http://jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 12:05:12","default","index","GET",""); INSERT INTO tn_log_system VALUES("1431","http://jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 5.1; rv:33.0) Gecko/20100101 Firefox/33.0","2018-04-18 13:04:30","default","index","GET",""); INSERT INTO tn_log_system VALUES("1432","http://www.vina-jobs.com/index.php?r=blog.html","0","172.31.18.22","Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)","2018-04-18 13:10:58","default","index","GET",""); INSERT INTO tn_log_system VALUES("1433","http://www.vina-jobs.com/employeers/detail/web-developer-java--javascript--jquery-1.html","0","172.31.18.22","Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)","2018-04-18 13:17:28","site","error","GET",""); INSERT INTO tn_log_system VALUES("1434","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Linux; U; Android 2.2; en-us; Nexus One Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1","2018-04-18 13:40:36","default","index","GET",""); INSERT INTO tn_log_system VALUES("1435","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 14:03:26","default","index","GET",""); INSERT INTO tn_log_system VALUES("1436","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 14:03:26","default","index","GET",""); INSERT INTO tn_log_system VALUES("1437","http://jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Linux; U; Android 2.2; en-us; Nexus One Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1","2018-04-18 14:43:16","default","index","GET",""); INSERT INTO tn_log_system VALUES("1438","http://vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)","2018-04-18 15:24:53","default","index","GET",""); INSERT INTO tn_log_system VALUES("1439","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 16:11:10","default","index","GET",""); INSERT INTO tn_log_system VALUES("1440","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 16:11:14","default","index","GET",""); INSERT INTO tn_log_system VALUES("1441","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 16:11:22","default","index","GET",""); INSERT INTO tn_log_system VALUES("1442","http://www.jobsvina.com/","0","172.31.18.22","python-requests/2.18.4","2018-04-18 16:13:51","default","index","GET",""); INSERT INTO tn_log_system VALUES("1443","http://jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13 GTB7.1","2018-04-18 16:19:21","default","index","GET",""); INSERT INTO tn_log_system VALUES("1444","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 17:07:49","default","index","GET",""); INSERT INTO tn_log_system VALUES("1445","http://www.jobsvina.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 17:07:50","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1446","http://www.jobsvina.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 17:07:51","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1447","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 17:08:13","default","index","GET",""); INSERT INTO tn_log_system VALUES("1448","http://www.jobsvina.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 17:08:15","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1449","http://www.jobsvina.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-18 17:08:17","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1450","http://jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:32.0) Gecko/20100101 Firefox/32.0","2018-04-18 17:31:36","default","index","HEAD",""); INSERT INTO tn_log_system VALUES("1451","http://jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1","2018-04-18 17:51:01","default","index","GET",""); INSERT INTO tn_log_system VALUES("1452","http://www.vina-jobs.com/","1","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-18 18:12:17","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1453","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-18 18:14:38","default","index","GET",""); INSERT INTO tn_log_system VALUES("1454","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-18 18:14:46","default","index","GET",""); INSERT INTO tn_log_system VALUES("1455","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-18 18:14:49","default","index","GET",""); INSERT INTO tn_log_system VALUES("1456","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-18 18:14:59","default","index","GET",""); INSERT INTO tn_log_system VALUES("1457","http://www.jobsvina.com/job-seekers.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-18 18:15:05","site","job-seekers","GET",""); INSERT INTO tn_log_system VALUES("1458","http://www.jobsvina.com/employeers.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-18 18:15:08","site","employeers","GET",""); INSERT INTO tn_log_system VALUES("1459","http://www.jobsvina.com/about-us.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-18 18:15:16","site","about-us","GET",""); INSERT INTO tn_log_system VALUES("1460","http://www.jobsvina.com/about-us.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-18 18:15:39","site","about-us","GET",""); INSERT INTO tn_log_system VALUES("1461","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-18 18:15:48","default","index","GET",""); INSERT INTO tn_log_system VALUES("1462","http://www.jobsvina.com/register/candidate.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-18 18:15:54","user","register-candidate","GET",""); INSERT INTO tn_log_system VALUES("1463","http://jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36","2018-04-18 18:22:18","default","index","GET",""); INSERT INTO tn_log_system VALUES("1464","http://jobsvina.com/wp-includes/wlwmanifest.xml","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36","2018-04-18 18:22:18","site","error","GET",""); INSERT INTO tn_log_system VALUES("1465","http://jobsvina.com/xmlrpc.php?rsd","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36","2018-04-18 18:22:18","site","error","GET",""); INSERT INTO tn_log_system VALUES("1466","http://jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36","2018-04-18 18:22:19","default","index","GET",""); INSERT INTO tn_log_system VALUES("1467","http://jobsvina.com/blog/wp-includes/wlwmanifest.xml","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36","2018-04-18 18:22:19","site","error","GET",""); INSERT INTO tn_log_system VALUES("1468","http://jobsvina.com/wordpress/wp-includes/wlwmanifest.xml","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36","2018-04-18 18:22:19","site","error","GET",""); INSERT INTO tn_log_system VALUES("1469","http://jobsvina.com/wp/wp-includes/wlwmanifest.xml","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36","2018-04-18 18:22:20","site","error","GET",""); INSERT INTO tn_log_system VALUES("1470","http://jobsvina.com/site/wp-includes/wlwmanifest.xml","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36","2018-04-18 18:22:21","site","error","GET",""); INSERT INTO tn_log_system VALUES("1471","http://jobsvina.com/cms/wp-includes/wlwmanifest.xml","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36","2018-04-18 18:22:22","site","error","GET",""); INSERT INTO tn_log_system VALUES("1472","http://www.JOBSVINA.COM/","0","172.31.18.22","python-requests/2.7.0 CPython/2.7.6 Windows/2008ServerR2","2018-04-18 18:34:03","default","index","GET",""); INSERT INTO tn_log_system VALUES("1473","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)","2018-04-18 19:10:30","default","index","GET",""); INSERT INTO tn_log_system VALUES("1474","http://www.vina-jobs.com/employeers/detail/web-developer-java--javascript--jquery-1.html","0","172.31.18.22","Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)","2018-04-18 19:13:36","site","error","GET",""); INSERT INTO tn_log_system VALUES("1475","http://vina-jobs.com/user/register?element_parents=account/mail/%23value&ajax_form=1&_wrapper_format=drupal_ajax","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0","2018-04-18 19:22:21","site","error","POST",""); INSERT INTO tn_log_system VALUES("1476","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-18 20:06:45","default","index","GET",""); INSERT INTO tn_log_system VALUES("1477","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-18 20:06:51","default","index","GET",""); INSERT INTO tn_log_system VALUES("1478","http://www.jobsvina.com/search/result.html?keywords=&jobs=0&loca=0","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-18 20:06:56","site","search","GET",""); INSERT INTO tn_log_system VALUES("1479","http://www.jobsvina.com/search/result.html?keywords=&mode=search-jobs","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-18 20:07:32","site","search","GET",""); INSERT INTO tn_log_system VALUES("1480","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-18 20:07:48","default","index","GET",""); INSERT INTO tn_log_system VALUES("1481","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-18 20:07:50","default","index","GET",""); INSERT INTO tn_log_system VALUES("1482","http://jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-18 20:40:12","default","index","GET",""); INSERT INTO tn_log_system VALUES("1483","http://jobsvina.com/search/result.html?keywords=&jobs=0&loca=0","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-18 20:41:04","site","search","GET",""); INSERT INTO tn_log_system VALUES("1484","http://jobsvina.com/search/result.html?keywords=&mode=search-jobs","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-18 20:42:16","site","search","GET",""); INSERT INTO tn_log_system VALUES("1485","http://jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-18 20:42:22","default","index","GET",""); INSERT INTO tn_log_system VALUES("1486","http://jobsvina.com/register/candidate.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-18 20:43:24","user","register-candidate","GET",""); INSERT INTO tn_log_system VALUES("1487","http://jobsvina.com/register/candidate.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-18 20:50:12","user","register-candidate","GET",""); INSERT INTO tn_log_system VALUES("1488","http://jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-18 20:50:24","default","index","GET",""); INSERT INTO tn_log_system VALUES("1489","http://jobsvina.com/search/result.html?keywords=&mode=search-jobs","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-18 20:50:25","site","search","GET",""); INSERT INTO tn_log_system VALUES("1490","http://vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-18 20:50:28","default","index","GET",""); INSERT INTO tn_log_system VALUES("1491","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-18 21:02:33","default","index","GET",""); INSERT INTO tn_log_system VALUES("1492","http://jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-18 21:02:49","default","index","GET",""); INSERT INTO tn_log_system VALUES("1493","http://jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-18 21:02:51","default","index","GET",""); INSERT INTO tn_log_system VALUES("1494","http://jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-18 21:03:17","default","index","GET",""); INSERT INTO tn_log_system VALUES("1495","http://www.JOBSVINA.COM/","0","172.31.18.22","Mozilla/5.0 (Windows NT 5.1; rv:33.0) Gecko/20100101 Firefox/33.0","2018-04-18 21:18:06","default","index","GET",""); INSERT INTO tn_log_system VALUES("1496","http://jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36","2018-04-18 21:53:26","default","index","GET",""); INSERT INTO tn_log_system VALUES("1497","http://jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36","2018-04-18 23:14:16","default","index","GET",""); INSERT INTO tn_log_system VALUES("1498","http://jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.0.1) Gecko/2008070208","2018-04-18 23:57:35","default","index","GET",""); INSERT INTO tn_log_system VALUES("1499","http://www.vina-jobs.com/employeers/detail/web-developer-java--javascript--jquery-1.html","0","172.31.18.22","Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)","2018-04-19 00:50:05","site","error","GET",""); INSERT INTO tn_log_system VALUES("1500","http://jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko)Chrome/37.0.2062.124 Safari/537.36","2018-04-19 01:51:52","default","index","GET",""); INSERT INTO tn_log_system VALUES("1501","http://jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1","2018-04-19 01:51:55","default","index","GET",""); INSERT INTO tn_log_system VALUES("1502","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36","2018-04-19 01:54:51","default","index","GET",""); INSERT INTO tn_log_system VALUES("1503","http://www.vina-jobs.com/","0","172.31.18.22","","2018-04-19 03:57:02","site","error","GET",""); INSERT INTO tn_log_system VALUES("1504","http://jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Macintosh; PPC Mac OS X 10.8; rv:52.0) Gecko/20100101 Firefox/52.0","2018-04-19 04:43:34","default","index","GET",""); INSERT INTO tn_log_system VALUES("1505","http://jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (X11; U; Linux x86_64; es-ES; rv:1.9.0.4) Gecko/2008111217 Fedora/3.0.4-1.fc10 Firefox/3.0.4","2018-04-19 06:18:49","default","index","GET",""); INSERT INTO tn_log_system VALUES("1506","http://www.vina-jobs.com/employeers/detail/web-developer-java--javascript--jquery-1.html","0","172.31.18.22","Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)","2018-04-19 07:10:28","site","error","GET",""); INSERT INTO tn_log_system VALUES("1507","http://www.jobsvina.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-19 08:10:46","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1508","http://www.jobsvina.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-19 08:10:47","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1509","http://www.jobsvina.com/update/candidate.html","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-19 08:11:31","user","update-candidate","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1510","http://www.jobsvina.com/web/uploads/images/users/11947627_1196879580337720_2083630260241166797_n.jpg","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-19 08:11:34","site","error","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1511","http://www.jobsvina.com/update/candidate.html","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-19 08:11:44","user","update-candidate","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1512","http://www.jobsvina.com/web/uploads/images/users/11947627_1196879580337720_2083630260241166797_n.jpg","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-19 08:11:44","site","error","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1513","http://www.jobsvina.com/employeers.html","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-19 08:11:47","site","employeers","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1514","http://www.jobsvina.com/update/candidate.html","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-19 08:11:52","user","update-candidate","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1515","http://www.jobsvina.com/web/uploads/images/users/11947627_1196879580337720_2083630260241166797_n.jpg","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-19 08:11:53","site","error","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1516","http://www.jobsvina.com/about-us.html","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-19 08:13:42","site","about-us","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1517","http://www.jobsvina.com/blog.html","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-19 08:13:44","site","blog","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1518","http://www.jobsvina.com/contact.html","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-19 08:13:47","site","contact","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1519","http://www.jobsvina.com/job-seekers.html","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-19 08:13:53","site","job-seekers","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1520","http://www.jobsvina.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-19 08:13:55","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1521","http://www.jobsvina.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-19 08:17:46","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1522","http://www.jobsvina.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-19 08:17:49","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1523","http://www.jobsvina.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-19 08:22:02","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1524","http://www.jobsvina.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-19 08:22:05","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1525","http://www.jobsvina.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-19 08:22:07","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1526","http://www.jobsvina.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-19 08:22:08","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1527","http://www.jobsvina.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-19 08:22:18","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1528","http://www.jobsvina.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-19 08:22:24","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1529","http://www.jobsvina.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-19 08:22:26","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1530","http://www.jobsvina.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-19 08:22:43","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1531","http://www.jobsvina.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-19 08:22:56","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1532","http://jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-19 08:23:02","default","index","GET",""); INSERT INTO tn_log_system VALUES("1533","http://jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-19 08:23:10","default","index","GET",""); INSERT INTO tn_log_system VALUES("1534","http://www.jobsvina.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-19 08:24:08","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1535","http://jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-19 08:24:11","default","index","GET",""); INSERT INTO tn_log_system VALUES("1536","http://jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-19 08:24:13","default","index","GET",""); INSERT INTO tn_log_system VALUES("1537","http://jobsvina.com/job-seekers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-19 08:24:15","site","job-seekers","GET",""); INSERT INTO tn_log_system VALUES("1538","http://jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-19 08:24:19","default","index","GET",""); INSERT INTO tn_log_system VALUES("1539","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon","2018-04-19 08:25:44","default","index","GET",""); INSERT INTO tn_log_system VALUES("1540","http://jobsvina.com/","0","172.31.18.22","Curl/PHP 5.6.35 (http://github.com/shuber/curl)","2018-04-19 08:42:59","default","index","GET",""); INSERT INTO tn_log_system VALUES("1541","http://jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.76 Safari/537.36","2018-04-19 10:16:55","default","index","GET",""); INSERT INTO tn_log_system VALUES("1542","http://vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.76 Safari/537.36","2018-04-19 10:19:29","default","index","GET",""); INSERT INTO tn_log_system VALUES("1543","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0)","2018-04-19 11:08:39","default","index","GET",""); INSERT INTO tn_log_system VALUES("1544","http://www.jobsvina.com/about-us.html","0","172.31.18.22","Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0)","2018-04-19 11:09:49","site","about-us","GET",""); INSERT INTO tn_log_system VALUES("1545","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0)","2018-04-19 11:13:27","default","index","GET",""); INSERT INTO tn_log_system VALUES("1546","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-19 11:22:27","default","index","GET",""); INSERT INTO tn_log_system VALUES("1547","http://www.jobsvina.com/register/candidate.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-19 11:23:36","user","register-candidate","GET",""); INSERT INTO tn_log_system VALUES("1548","http://www.jobsvina.com/register/candidate.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 7.0; SM-N935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36","2018-04-19 11:23:44","user","register-candidate","GET",""); INSERT INTO tn_log_system VALUES("1549","http://www.jobsvina.com/register/company.html","0","172.31.18.22","Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0)","2018-04-19 11:24:20","user","register-company","GET",""); INSERT INTO tn_log_system VALUES("1550","http://www.jobsvina.com/contact.html","0","172.31.18.22","Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0)","2018-04-19 11:28:49","site","contact","GET",""); INSERT INTO tn_log_system VALUES("1551","http://www.vina-jobs.com/employeers/detail/web-developer-java--javascript--jquery-1.html","0","172.31.18.22","Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)","2018-04-19 12:52:29","site","error","GET",""); INSERT INTO tn_log_system VALUES("1552","http://vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 4.4.2; Nexus 4 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36","2018-04-19 13:26:12","default","index","GET",""); INSERT INTO tn_log_system VALUES("1553","http://vina-jobs.com/employeers.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 4.4.2; Nexus 4 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36","2018-04-19 13:26:16","site","employeers","GET",""); INSERT INTO tn_log_system VALUES("1554","http://vina-jobs.com/employeers/detail/web-developer-java--javascript--jquery-1.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 4.4.2; Nexus 4 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36","2018-04-19 13:26:16","site","error","GET",""); INSERT INTO tn_log_system VALUES("1555","http://vina-jobs.com/register/candidate.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 4.4.2; Nexus 4 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36","2018-04-19 13:26:18","user","register-candidate","GET",""); INSERT INTO tn_log_system VALUES("1556","http://vina-jobs.com/contact.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 4.4.2; Nexus 4 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36","2018-04-19 13:26:19","site","contact","GET",""); INSERT INTO tn_log_system VALUES("1557","http://vina-jobs.com/user/forgot-password.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 4.4.2; Nexus 4 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36","2018-04-19 13:26:20","user","forgot","GET",""); INSERT INTO tn_log_system VALUES("1558","http://vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 4.4.2; Nexus 4 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36","2018-04-19 13:26:22","default","index","GET",""); INSERT INTO tn_log_system VALUES("1559","http://vina-jobs.com/register/company.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 4.4.2; Nexus 4 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36","2018-04-19 13:26:22","user","register-company","GET",""); INSERT INTO tn_log_system VALUES("1560","http://vina-jobs.com/about-us.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 4.4.2; Nexus 4 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36","2018-04-19 13:26:23","site","about-us","GET",""); INSERT INTO tn_log_system VALUES("1561","http://vina-jobs.com/blog.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 4.4.2; Nexus 4 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36","2018-04-19 13:26:23","site","blog","GET",""); INSERT INTO tn_log_system VALUES("1562","http://vina-jobs.com/job-seekers.html","0","172.31.18.22","Mozilla/5.0 (Linux; Android 4.4.2; Nexus 4 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36","2018-04-19 13:26:24","site","job-seekers","GET",""); INSERT INTO tn_log_system VALUES("1563","http://vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Linux; Android 4.4.2; Nexus 4 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36","2018-04-19 13:26:24","default","index","GET",""); INSERT INTO tn_log_system VALUES("1564","http://jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36","2018-04-19 13:37:32","default","index","GET",""); INSERT INTO tn_log_system VALUES("1565","http://www.jobsvina.com/?feed=rss2","0","172.31.18.22","Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20100101 Firefox/18.0","2018-04-19 14:02:40","default","index","GET",""); INSERT INTO tn_log_system VALUES("1566","http://www.vina-jobs.com/vvvnnutfs.html","0","172.31.18.22","Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)","2018-04-19 14:07:18","site","error","GET",""); INSERT INTO tn_log_system VALUES("1567","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (iPhone; CPU iPhone OS 10_3 like Mac OS X) AppleWebKit/602.1.50 (KHTML","2018-04-19 15:03:47","default","index","HEAD",""); INSERT INTO tn_log_system VALUES("1568","http://www.jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (iPhone; CPU iPhone OS 10_3 like Mac OS X) AppleWebKit/602.1.50 (KHTML","2018-04-19 15:03:47","default","index","GET",""); INSERT INTO tn_log_system VALUES("1569","http://www.jobsvina.com/user/forgot-password.html","0","172.31.18.22","Mozilla/5.0 (iPhone; CPU iPhone OS 10_3 like Mac OS X) AppleWebKit/602.1.50 (KHTML","2018-04-19 15:03:48","user","forgot","HEAD",""); INSERT INTO tn_log_system VALUES("1570","http://www.jobsvina.com/user/forgot-password.html","0","172.31.18.22","Mozilla/5.0 (iPhone; CPU iPhone OS 10_3 like Mac OS X) AppleWebKit/602.1.50 (KHTML","2018-04-19 15:03:48","user","forgot","GET",""); INSERT INTO tn_log_system VALUES("1571","http://www.jobsvina.com/contact.html","0","172.31.18.22","Mozilla/5.0 (iPhone; CPU iPhone OS 10_3 like Mac OS X) AppleWebKit/602.1.50 (KHTML","2018-04-19 15:03:48","site","contact","HEAD",""); INSERT INTO tn_log_system VALUES("1572","http://www.jobsvina.com/contact.html","0","172.31.18.22","Mozilla/5.0 (iPhone; CPU iPhone OS 10_3 like Mac OS X) AppleWebKit/602.1.50 (KHTML","2018-04-19 15:03:49","site","contact","GET",""); INSERT INTO tn_log_system VALUES("1573","http://www.jobsvina.com/register/candidate.html","0","172.31.18.22","Mozilla/5.0 (iPhone; CPU iPhone OS 10_3 like Mac OS X) AppleWebKit/602.1.50 (KHTML","2018-04-19 15:03:49","user","register-candidate","HEAD",""); INSERT INTO tn_log_system VALUES("1574","http://www.jobsvina.com/register/candidate.html","0","172.31.18.22","Mozilla/5.0 (iPhone; CPU iPhone OS 10_3 like Mac OS X) AppleWebKit/602.1.50 (KHTML","2018-04-19 15:03:49","user","register-candidate","GET",""); INSERT INTO tn_log_system VALUES("1575","http://www.jobsvina.com/employeers.html","0","172.31.18.22","Mozilla/5.0 (iPhone; CPU iPhone OS 10_3 like Mac OS X) AppleWebKit/602.1.50 (KHTML","2018-04-19 15:03:49","site","employeers","HEAD",""); INSERT INTO tn_log_system VALUES("1576","http://www.jobsvina.com/employeers.html","0","172.31.18.22","Mozilla/5.0 (iPhone; CPU iPhone OS 10_3 like Mac OS X) AppleWebKit/602.1.50 (KHTML","2018-04-19 15:03:50","site","employeers","GET",""); INSERT INTO tn_log_system VALUES("1577","http://www.jobsvina.com/employeers/detail/web-developer-java--javascript--jquery-1.html","0","172.31.18.22","Mozilla/5.0 (iPhone; CPU iPhone OS 10_3 like Mac OS X) AppleWebKit/602.1.50 (KHTML","2018-04-19 15:03:51","site","error","HEAD",""); INSERT INTO tn_log_system VALUES("1578","http://www.jobsvina.com/employeers/detail/web-developer-java--javascript--jquery-1.html","0","172.31.18.22","Mozilla/5.0 (iPhone; CPU iPhone OS 10_3 like Mac OS X) AppleWebKit/602.1.50 (KHTML","2018-04-19 15:03:52","site","error","GET",""); INSERT INTO tn_log_system VALUES("1579","http://www.jobsvina.com/job-seekers.html","0","172.31.18.22","Mozilla/5.0 (iPhone; CPU iPhone OS 10_3 like Mac OS X) AppleWebKit/602.1.50 (KHTML","2018-04-19 15:03:52","site","job-seekers","HEAD",""); INSERT INTO tn_log_system VALUES("1580","http://www.jobsvina.com/job-seekers.html","0","172.31.18.22","Mozilla/5.0 (iPhone; CPU iPhone OS 10_3 like Mac OS X) AppleWebKit/602.1.50 (KHTML","2018-04-19 15:03:52","site","job-seekers","GET",""); INSERT INTO tn_log_system VALUES("1581","http://www.jobsvina.com/blog.html","0","172.31.18.22","Mozilla/5.0 (iPhone; CPU iPhone OS 10_3 like Mac OS X) AppleWebKit/602.1.50 (KHTML","2018-04-19 15:03:53","site","blog","HEAD",""); INSERT INTO tn_log_system VALUES("1582","http://www.jobsvina.com/blog.html","0","172.31.18.22","Mozilla/5.0 (iPhone; CPU iPhone OS 10_3 like Mac OS X) AppleWebKit/602.1.50 (KHTML","2018-04-19 15:03:53","site","blog","GET",""); INSERT INTO tn_log_system VALUES("1583","http://www.jobsvina.com/register/company.html","0","172.31.18.22","Mozilla/5.0 (iPhone; CPU iPhone OS 10_3 like Mac OS X) AppleWebKit/602.1.50 (KHTML","2018-04-19 15:04:24","user","register-company","HEAD",""); INSERT INTO tn_log_system VALUES("1584","http://www.jobsvina.com/register/company.html","0","172.31.18.22","Mozilla/5.0 (iPhone; CPU iPhone OS 10_3 like Mac OS X) AppleWebKit/602.1.50 (KHTML","2018-04-19 15:04:25","user","register-company","GET",""); INSERT INTO tn_log_system VALUES("1585","http://www.jobsvina.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-19 16:01:02","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1586","http://jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36","2018-04-19 16:22:57","default","index","GET",""); INSERT INTO tn_log_system VALUES("1587","http://jobsvina.com/wp-includes/wlwmanifest.xml","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36","2018-04-19 16:22:57","site","error","GET",""); INSERT INTO tn_log_system VALUES("1588","http://jobsvina.com/xmlrpc.php?rsd","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36","2018-04-19 16:22:57","site","error","GET",""); INSERT INTO tn_log_system VALUES("1589","http://jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36","2018-04-19 16:22:57","default","index","GET",""); INSERT INTO tn_log_system VALUES("1590","http://jobsvina.com/blog/wp-includes/wlwmanifest.xml","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36","2018-04-19 16:22:58","site","error","GET",""); INSERT INTO tn_log_system VALUES("1591","http://jobsvina.com/wordpress/wp-includes/wlwmanifest.xml","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36","2018-04-19 16:22:58","site","error","GET",""); INSERT INTO tn_log_system VALUES("1592","http://jobsvina.com/wp/wp-includes/wlwmanifest.xml","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36","2018-04-19 16:22:58","site","error","GET",""); INSERT INTO tn_log_system VALUES("1593","http://jobsvina.com/site/wp-includes/wlwmanifest.xml","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36","2018-04-19 16:22:58","site","error","GET",""); INSERT INTO tn_log_system VALUES("1594","http://jobsvina.com/cms/wp-includes/wlwmanifest.xml","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36","2018-04-19 16:22:59","site","error","GET",""); INSERT INTO tn_log_system VALUES("1595","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-19 17:01:51","default","index","GET",""); INSERT INTO tn_log_system VALUES("1596","http://www.jobsvina.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-19 17:01:52","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1597","http://www.jobsvina.com/","1","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-19 17:01:53","default","index","GET","Asia/Bangkok"); INSERT INTO tn_log_system VALUES("1598","http://jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-19 17:01:57","default","index","GET",""); INSERT INTO tn_log_system VALUES("1599","http://jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-19 17:01:58","default","index","GET",""); INSERT INTO tn_log_system VALUES("1600","http://jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-19 17:02:05","default","index","GET",""); INSERT INTO tn_log_system VALUES("1601","http://jobsvina.com/job-seekers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-19 17:02:08","site","job-seekers","GET",""); INSERT INTO tn_log_system VALUES("1602","http://jobsvina.com/employeers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-19 17:02:54","site","employeers","GET",""); INSERT INTO tn_log_system VALUES("1603","http://jobsvina.com/","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-19 17:03:03","default","index","GET",""); INSERT INTO tn_log_system VALUES("1604","http://jobsvina.com/job-seekers.html","0","172.31.18.22","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","2018-04-19 17:03:05","site","job-seekers","GET",""); INSERT INTO tn_log_system VALUES("1605","http://www.vina-jobs.com/","0","172.31.18.22","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon","2018-04-19 20:29:25","default","index","GET",""); DROP TABLE tn_news; CREATE TABLE `tn_news` ( `id` int(11) NOT NULL AUTO_INCREMENT, `news_category_id` int(11) NOT NULL, `name` varchar(255) DEFAULT NULL, `description` varchar(255) DEFAULT NULL, `content` text, `slug` varchar(255) DEFAULT NULL, `image` varchar(255) DEFAULT NULL, `video` varchar(255) DEFAULT NULL, `view` int(11) DEFAULT NULL, `sorted` int(11) DEFAULT NULL, `source` varchar(255) DEFAULT NULL, `start` tinyint(1) DEFAULT NULL, `created_by` int(11) DEFAULT NULL, `created_at` datetime DEFAULT NULL, `updated_by` int(11) DEFAULT NULL, `updated_at` datetime DEFAULT NULL, `is_comment` tinyint(1) DEFAULT '0', `is_publish` tinyint(1) DEFAULT '1', `publish_date` datetime DEFAULT NULL, `status` tinyint(1) DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8; INSERT INTO tn_news VALUES("1","7","","","<div style=\"width: 80%\"> \n<p style=\"text-align:justify\">UBND qu?n 1 v?a th&ocirc;ng b&aacute;o cho c? d&acirc;n chung c? 155-157 B&ugrave;i Vi?n (ph??ng Ph?m Ng? L&atilde;o) v&agrave; chung c? 128 Hai B&agrave; Tr?ng (ph??ng ?a Kao) v? t&igrave;nh tr?ng xu?ng c?p, ph?i di d?i, ph&aacute; d? kh?n c?p. K? ho?ch x&acirc;y d?ng l?i hai chung c? c&oacute; t? tr??c n?m 1975 n&agrave;y, ?ang ???c nghi&ecirc;n c?u.</p> \n \n<p style=\"text-align:justify\">Chung c? tr&ecirc;n ???ng B&ugrave;i Vi?n g?m m?t tr?t, 6 t?ng, c&oacute; k?t qu? ki?m ??nh ? m?c D - kh? n?ng ch?u l?c c?a k?t c?u kh&ocirc;ng ?&aacute;p ?ng ???c nhu c?u s? d?ng b&igrave;nh th??ng. Nh&agrave; xu?t hi?n t&igrave;nh tr?ng nguy hi?m t?ng th?.</p> \n \n<p style=\"text-align:justify\">Chung c? 3 t?ng tr&ecirc;n ???ng Hai B&agrave; Tr?ng c?ng c&oacute; k?t qu? ?&aacute;nh gi&aacute; t??ng t?, c&oacute; th? s?p b?t c? l&uacute;c n&agrave;o.</p> \n \n<p style=\"text-align:justify\">V? v?n ?? x? l&yacute; c&aacute;c chung c? c? n&aacute;t, h?i ??u th&aacute;ng 3 UBND TP HCM ?y quy?n cho c&aacute;c qu?n th?c hi?n nhi?m v? li&ecirc;n quan ??n th? t?c ??u t? c?i t?o, s?a ch?a, x&acirc;y d?ng chung c? m?i thay th?.</p> \n \n<p style=\"text-align:justify\">TP HCM hi?n c&oacute; 474 chung c? c? x&acirc;y d?ng tr??c n?m 1975 v?i g?n 27.000 h? sinh s?ng. Th&agrave;nh ph? ?ang c&oacute; ch? tr??ng k&ecirc;u g?i t? nh&acirc;n tham gia th&aacute;o d? ch&uacute;ng, do tr??c ?&oacute; ti?n ?? gi?i t?a ch?m - h?n 10 n?m nay ch? c&oacute; 32 chung c? ???c c?i t?o.</p> \n \n<p style=\"text-align:justify\">Theo Duy Tr?n/VnExpress.net</p> \n</div> \n","2-chung-cu-o-trung-tam-sai-gon-phai-thao-do-khan-cap","/web/uploads/images/095621baoxaydung_8.jpg","","","","","1","","2016-11-20 21:49:22","","2016-11-20 21:49:29","0","1","","1"); INSERT INTO tn_news VALUES("2","7","","","<p><span style=\"color:rgb(0, 0, 0); font-family:arial,helvetica,sans-serif; font-size:12px\">Th&agrave;nh ph? San Francisco (M?) l&agrave; n?i c&oacute; gi&aacute; nh&agrave; cho thu&ecirc; kh&aacute; cao n&ecirc;n ng??i d&acirc;n ph?i b? ra nhi?u ti?n ch? ?? ? trong c?n h? nh? l&agrave; chuy?n b&igrave;nh th??ng. Tuy nhi&ecirc;n, su?t tu?n qua, c?n nh&agrave; h?n 18 m2 ???c rao 2.000 USD m?t th&aacute;ng ?&atilde; g&acirc;y n&ecirc;n s? ch&uacute; &yacute; c?a c? b&aacute;o ch&iacute; v&agrave; c?ng ??ng m?ng. ?i?m khi?n m?i ng??i s?c nh?t l&agrave; c&aacute;ch b? tr&iacute; khu t?m ??ng, b?n c?u ngay trong khu n?u n??ng. ?i?u n&agrave;y ??ng ngh?a, n?u nh&agrave; c&oacute; hai ng??i, b?n s? kh&ocirc;ng th? ?i WC ho?c t?m khi c&oacute; ng??i ?ang n?u n??ng</span></p> \n \n<p style=\"text-align:center\"><img alt=\"\" src=\"http://www.baoxaydung.com.vn/stores/news_dataimages/vananh/042017/14/14/142337baoxaydung_30.jpg\" style=\"height:375px; margin:0px; padding:0px; width:500px\" /></p> \n \n<p>C?n h? nh? n&ecirc;n ph&ograve;ng ng? ki&ecirc;m ph&ograve;ng kh&aacute;ch v?i b? sofa v&agrave;o ban ng&agrave;y v&agrave; gi??ng g?p s? ???c m? ra v&agrave;o bu?i t?i.</p> \n \n<p style=\"text-align:center\"><img alt=\"\" src=\"http://www.baoxaydung.com.vn/stores/news_dataimages/vananh/042017/14/14/142337baoxaydung_31.jpg\" style=\"height:375px; margin:0px; padding:0px; width:500px\" /></p> \n \n<p style=\"text-align:justify\">Nh&agrave; c&oacute; t&ocirc;ng m&agrave;u ?en-tr?ng-g? kh&aacute; nh&atilde; nh?n, c&aacute;c trang thi?t b? hi?n ??i, t? ?? nhi?u ch? ch?a.</p> \n \n<p style=\"text-align:center\"><img alt=\"\" src=\"http://www.baoxaydung.com.vn/stores/news_dataimages/vananh/042017/14/14/142337baoxaydung_32.jpg\" style=\"height:375px; margin:0px; padding:0px; width:500px\" /></p> \n \n<p style=\"text-align:justify\">Gia ch? kh&ocirc;ng cung c?p nhi?u h&igrave;nh ?nh, th&ocirc;ng tin v? nh&agrave; nh?ng c?n h? tr&ocirc;ng v?n c&ograve;n ??p nh? v?a m?i ???c x&acirc;y. Hi?n t?i, nh&agrave; v?n ch?a c&oacute; ng??i thu&ecirc;.</p> \n \n<p style=\"text-align:justify\">Theo Lam Huy?n (?nh: House Beautiful)/VnExpress.net</p> \n \n<p>&nbsp;</p> \n","ngoi-nha-thiet-ke-vo-duyen-gay-xon-xao-vi-gia-thue-qua-dat","/web/uploads/images/142337baoxaydung_29.jpg","","","","","0","","2016-11-21 21:49:35","","2016-11-21 21:49:38","0","1","","1"); INSERT INTO tn_news VALUES("4","7","","","<p style=\"text-align:justify\">Theo Daily Mail, c&ocirc;ng ty ki?n tr&uacute;c Clouds Architecture Office ? New York t? tin v&agrave;o k? ho?ch x&acirc;y t&ograve;a nh&agrave; ch?c tr?i ??c ?&aacute;o b?c nh?t t? tr??c ??n nay.</p> \n \n<p style=\"text-align:justify\">C? th?, Analemma Tower s? ???c x&acirc;y d?ng t? tr&ecirc;n tr?i xu?ng ??t, thay v&igrave; x&acirc;y d?ng tr&ecirc;n m?t ??t nh? th&ocirc;ng th??ng.</p> \n \n<p style=\"text-align:justify\">&ldquo;Analemma Tower l&agrave; m?t v&iacute; d? ?i?n h&igrave;nh c?a vi?c s? d?ng chi?n l??c thi?t k? h&agrave;nh tinh, t?o n&ecirc;n t&ograve;a nh&agrave; cao nh?t th? gi?i t? tr??c ??n nay&rdquo;, ??i di?n c&ocirc;ng ty n&oacute;i.</p> \n \n<p style=\"text-align:justify\">Trong b?n thi?t k?, c&ocirc;ng ty s? d?ng m?t h? th?ng c&aacute;p treo c? l?n, m?t ??u m&oacute;c v&agrave;o ti?u h&agrave;nh tinh&nbsp;c&ograve;n ??u kia gi? cho t&ograve;a nh&agrave; ch?c tr?i kh&ocirc;ng r?i xu?ng ??t.</p> \n \n<p style=\"text-align:justify\">&ldquo;V&igrave; t&ograve;a nh&agrave; n&agrave;y treo l? l?ng trong kh&ocirc;ng kh&iacute; n&ecirc;n n&oacute; c&oacute; th? ???c x&acirc;y d?ng ? b?t c? ?&acirc;u tr&ecirc;n th? gi?i, sau ?&oacute; ???c ??a ??n ??a ?i?m l?p ??t&rdquo;, Clouds Architecture Office chia s? tr&ecirc;n trang web.</p> \n \n<p style=\"text-align:justify\">&ldquo;Theo k? ho?ch ban ??u, Analemma Tower c&oacute; th? ???c x&acirc;y d?ng ? Dubai, n?i c&oacute; c&aacute;c chuy&ecirc;n gia thi?t k? nh&agrave; ch?c tr?i v?i chi ph&iacute; ch? b?ng m?t ph?n n?m ? New York&rdquo;.</p> \n \n<p style=\"text-align:center\"><img alt=\"\" src=\"/web/uploads/images/1490674562-149067184351595-toa-nha-6.jpg\" style=\"height:402px; width:700px\" /></p> \n \n<p style=\"text-align:center\"><em>Ti?u h&agrave;nh tinh c&oacute; qu? ??o c? ??nh h&igrave;nh s? 8.</em></p> \n \n<p style=\"text-align:justify\">M?c d&ugrave; k? ho?ch t&aacute;o b?o n&agrave;y v??ng ph?i nh?ng th&aacute;ch th?c nh? vi?c t&igrave;m ki?m m?t thi&ecirc;n th?ch ph&ugrave; h?p ?? neo gi? t&ograve;a nh&agrave;, Clouds Architecture Office tin r?ng, &yacute; t??ng n&agrave;y s? s?m tr? th&agrave;nh hi?n th?c.</p> \n \n<p style=\"text-align:justify\">&ldquo;N?m 2015, C? quan H&agrave;ng kh&ocirc;ng v? tr? ch&acirc;u &Acirc;u ?&atilde; kh?i ??ng chi?n d?ch thu h&uacute;t ??u t?, khai th&aacute;c ti?u h&agrave;nh tinh. NASA ??t m?c ti&ecirc;u b?t gi? m?t ti?u h&agrave;nh tinh v&agrave;o n?m 2021 ?? ch?ng minh t&iacute;nh kh? thi&rdquo;, trang web c?a c&ocirc;ng ty ki?n tr&uacute;c M? n&oacute;i.</p> \n \n<p style=\"text-align:justify\">N?u ???c x&acirc;y d?ng, t&ograve;a nh&agrave; ch?c tr?i s? di chuy?n theo h&igrave;nh s? 8, d?a tr&ecirc;n qu? ??o ti?u h&agrave;nh tinh trong v&ograve;ng 24 gi?, ??a c? d&acirc;n qua c&aacute;c th&agrave;nh ph? l?n ? B?c v&agrave; Nam b&aacute;n c?u nh? New York, Havana, Atlanta v&agrave; Panama.</p> \n \n<p style=\"text-align:center\"><img alt=\"\" src=\"/web/uploads/images/1490674562-149067162138430-toa-nha-5.jpg\" style=\"height:1200px; width:339px\" /></p> \n \n<p style=\"text-align:center\"><em>Ph&aacute;c h?a k? ho?ch t&aacute;o b?o c?a&nbsp;Cloud Architecture Office.</em></p> \n \n<p style=\"text-align:justify\">? ??nh t&ograve;a nh&agrave; Analemma Tower, qu&atilde;ng th?i gian ban ng&agrave;y t?ng th&ecirc;m 40 ph&uacute;t do t&aacute;c ??ng t? ?? cong c?a Tr&aacute;i ??t.</p> \n \n<p style=\"text-align:justify\">Trong b?n thi?t k?, Cloud Architecture Office kh&ocirc;ng ch? mu?n x&acirc;y d?ng t&ograve;a nh&agrave; ch?c tr?i kh?ng l?, m&agrave; c&ograve;n c? m?t th&agrave;nh ph? tr&ocirc;i n?i tr&ecirc;n b?u tr?i.</p> \n \n<p style=\"text-align:justify\">M?t khu v?c r?ng l?n b&ecirc;n trong t&ograve;a nh&agrave; s? ???c thi?t k? l&agrave;m ch? ngh? cho c? d&acirc;n, khi?n h? c?m th?y nh? ? nh&agrave;. V?n ph&ograve;ng l&agrave;m vi?c ???c ??t ? ph?n d??i trong khi n?i ngh? ng?i n?m ? n?a tr&ecirc;n.</p> \n \n<p style=\"text-align:center\"><img alt=\"\" src=\"/web/uploads/images/1490674562-14906713437144-toa-nha-2.jpg\" style=\"height:500px; width:500px\" /></p> \n \n<p style=\"text-align:center\"><em>C? d&acirc;n s?ng t?i t&ograve;a nh&agrave; s? kh&ocirc;ng ???c ph&eacute;p ra ngo&agrave;i h&oacute;ng gi&oacute; v&igrave; l&yacute; do an to&agrave;n.</em></p> \n \n<p style=\"text-align:justify\">C? d&acirc;n s?ng t?i ?&acirc;y c?ng ???c t?n h??ng khu v??n nh&acirc;n t?o, n?i ph?c v? t&iacute;n ng??ng v&agrave; khu v?c ?n u?ng, gi?i tr&iacute;.</p> \n \n<p style=\"text-align:justify\">Cloud Architecture Office c&oacute; k? ho?ch t?n d?ng t?i ?a v? tr&iacute; ??c bi?t c?a t&ograve;a nh&agrave;, v?i nh?ng t?m pin M?t tr?i ??t ? t?ng cao nh?t ?? t?o n&ecirc;n ngu?n n?ng l??ng t? &aacute;nh s&aacute;ng M?t tr?i.</p> \n \n<p style=\"text-align:justify\">Ngu?n n??c s?ch ???c l?c t? ?&aacute;m m&acirc;y v&agrave; n??c m?a, ??m b?o ?? tinh khi?t cao nh?t. C&aacute;c ki?n tr&uacute;c s? c?ng t&iacute;nh ??n vi?c thi?t k? c?a k&iacute;nh c&oacute; ?? d&agrave;y kh&aacute;c nhau, ph&ugrave; h?p v?i s?c &eacute;p v&agrave; nhi?t ?? ? ?? cao nh?t ??nh.</p> \n \n<p style=\"text-align:justify\">Tuy v?y, c? d&acirc;n nhi?u kh? n?ng s? kh&ocirc;ng ???c ph&eacute;p ra ngo&agrave;i h&oacute;ng m&aacute;t v&igrave; ?i?u ki?n kh?c nghi?t ? tr&ecirc;n cao. &ldquo;? ?? cao 32.000 m&eacute;t, kh&ocirc;ng kh&iacute; r?t lo&atilde;ng, nhi?t ?? &acirc;m 40 ?? C s? khi?n c? d&acirc;n kh&ocirc;ng th? ra ngo&agrave;i m&agrave; kh&ocirc;ng c&oacute; ?? b?o h?&rdquo;,&nbsp; Clouds Architecture Office cho bi?t.</p> \n \n<p style=\"text-align: right;\"><strong>Theo ??ng Nguy?n - Daily Mail (D&acirc;n Vi?t)</strong></p> \n","toa-nha-choc-troi-dua-cu-dan-di-khap-the-gioi-trong-24h","/web/uploads/images/1490674562-149067129763960-toa-nha-1.jpg","","","","http://vnexpress.net","1","","","","","0","1","","1"); INSERT INTO tn_news VALUES("6","10","","","<p>Nh?n b&agrave;n giao c?n h?/ nh&agrave; ph? l&agrave; c&ocirc;ng vi?c r?t d? x?y ra sai s&oacute;t, nh?t l&agrave; nh?ng ng??i mua nh&agrave; l?n ??u. D??i ?&acirc;y l&agrave; quy tr&igrave;nh 10 b??c, do &ocirc;ng Nguy?n Duy Th&agrave;nh, T?ng gi&aacute;m ??c C&ocirc;ng ty Qu?n l&yacute; nh&agrave; To&agrave;n C?u (Global Home), t?ng h?p t? kinh nghi?m th?c t?.</p> \n \n<p>B??c 1: Nghi?m thu ?i?u h&ograve;a</p> \n \n<p>??u ti&ecirc;n, ?&oacute;ng t?t c? c?a ph&ograve;ng l?i v&agrave; b?t ?i?u h&ograve;a l&ecirc;n ?? nhi?t ?? kho?ng 22 ??. ??m s? l??ng ?i?u h&ograve;a, s? l??ng c?c n&oacute;ng.</p> \n \n<p>- T?t c? c&aacute;c ph&ograve;ng ??u m&aacute;t, v&agrave; ph?i ng?t l?c sau t?i ?a 2 ti?ng, aptomat kh&ocirc;ng nh?y.</p> \n \n<p>- Kh&ocirc;ng ch?y n??c xu?ng s&agrave;n t?i mi?ng th?i v&agrave; mi?ng h?i.</p> \n \n<p>- L?ng nghe khi c?c n&oacute;ng ch?y c&oacute; ph&aacute;t ra ti?ng ?n qu&aacute; to kh&ocirc;ng. N?u ?n th&igrave; ph?i ki?m tra nh?ng b??c sau:</p> \n \n<p>+ Ki?m tra c&aacute;c t?m v?n chuy?n ?&atilde; th&aacute;o ch?a.</p> \n \n<p>+ Ki?m tra ???ng ?ng c&oacute; b? ch?m v&agrave;o v? m&aacute;y kh&ocirc;ng.</p> \n \n<p>+ Ki?m tra xem c?c n&oacute;ng c&oacute; b? nghi&ecirc;ng, xi&ecirc;u v?o hay kh&ocirc;ng. C&aacute;c bulong ?c v&iacute;t c&oacute; l?p ?? v&agrave; ch?t kh&ocirc;ng.</p> \n \n<p>?? ??m b?o qu&aacute; tr&igrave;nh thi c&ocirc;ng ?&uacute;ng k? thu?t v&agrave; ch?ng lo?i v?t t?, ch? nh&agrave; n&ecirc;n thu&ecirc; C&ocirc;ng ty t? v?n gi&aacute;m s&aacute;t nh&agrave; ph? chuy&ecirc;n nghi?p ?? gi&aacute;m s&aacute;t qu&aacute; tr&igrave;nh thi c&ocirc;ng n&agrave;y</p> \n \n<p>b&agrave;n giao c?n h?, quy tr&igrave;nh b&agrave;n giao c?n h?, nh?n b&agrave;n giao c?n h?<br /> \nNh?n b&agrave;n giao c?n h? l&agrave; c&ocirc;ng vi?c r?t d? x?y ra sai s&oacute;t, do ?&oacute; kh&aacute;ch h&agrave;ng ph?i ki?m tra k? l??ng t&igrave;nh tr?ng c?n h? tr??c khi nh?n b&agrave;n giao. (?nh minh h?a: Internet)<br /> \nB??c 2: C&aacute;c thi?t b? ?i?n, vi?n th&ocirc;ng</p> \n \n<p>- Ki?m tra t? ?i?n: C&aacute;c aptomat ph?i ? t&igrave;nh tr?ng gi?t xu?ng l&agrave; t?t, k&eacute;o l&ecirc;n l&agrave; b?t.</p> \n \n<p>- Ki?m tra ? c?m ?? xem t&igrave;nh tr?ng c&oacute; ?i?n c?a c&aacute;c ?.</p> \n \n<p>- Ki?m tra qu?t gi&oacute; v? sinh, m&aacute;y h&uacute;t m&ugrave;i: Nhanh nh?t l&agrave; ch&acirc;m ?i?u thu?c l&aacute;, h&iacute;t m?t h?i, ph? kh&oacute;i v&agrave;o g?n qu?t r?i theo d&otilde;i xem t?c ?? h&uacute;t.</p> \n \n<p>- T?t m? c&ocirc;ng t?c ki?m tra b&oacute;ng ?&egrave;n, y&ecirc;u c?u s&aacute;ng ??u kh&ocirc;ng b? nh&aacute;y.</p> \n \n<p>- D&ugrave;ng b&uacute;t th? ki?m tra r&ograve; ?i?n. N&ecirc;n ki?m tra ng?u h?ng tr&ecirc;n t??ng, khu xung quanh c&ocirc;ng t?c v&agrave; ? ?i?n.</p> \n \n<p>Tuy nhi&ecirc;n, v?i h?ng m?c thi?t b? ?i?n, vi?n th&ocirc;ng ?&ograve;i h?i ng??i c&oacute; chuy&ecirc;n m&ocirc;n ki?m tra, nghi?m thu trong su?t qu&aacute; tr&igrave;nh thi c&ocirc;ng, n?u ch? nh&agrave; c&oacute; ?i?u ki?n n&ecirc;n thu&ecirc; C&ocirc;ng ty t? v?n gi&aacute;m s&aacute;t nh&agrave; ph? chuy&ecirc;n nghi?p ?? gi&aacute;m s&aacute;t qu&aacute; tr&igrave;nh thi c&ocirc;ng n&agrave;y, chi ph&iacute; thu&ecirc; gi&aacute;m s&aacute;t nh&agrave; ph? hi?n nay kh&aacute; r?, b?n c&oacute; th? tham kh?o T?I ?&Acirc;Y&nbsp;</p> \n \n<p>B??c 3: Ki?m tra t??ng, tr?n</p> \n \n<p>- Nh&igrave;n m&agrave;u s?n ph?i ??ng ??u, kh&ocirc;ng loang l?, l?u &yacute; c&aacute;c ch? quanh c&ocirc;ng t?c, mi?ng ?i?u h&ograve;a, qu?t gi&oacute; l&agrave; hay l?i nh?t.</p> \n \n<p>- Ki?m tra ?? ph?ng c?a t??ng: d&ugrave;ng th??c nh&ocirc;m &aacute;p l&ecirc;n t??ng v&agrave; nh&igrave;n qua khe h? gi?a th??c v&agrave; t??ng, t?t ?&egrave;n v&agrave; d&ugrave;ng ?&egrave;n pin soi ng??c l?i xem &aacute;nh s&aacute;ng l?t ng??c l?i. Ki?m tra ??c bi?t ? cao ?? kho?ng 1,5m ??n 1,8m (ch? gi&aacute;p lai gi?a hai t?m gi&aacute;o) l&agrave; hay b? l?i nh?t.</p> \n \n<p>B??c 4 : Ki?m tra s&agrave;n g?, s&agrave;n g?ch</p> \n \n<p>Y&ecirc;u c?u ghi r&otilde; ch?ng lo?i, xu?t x? c?a s?n ph?m l?p ??t, cung c?p c&aacute;c th&ocirc;ng s? k? thu?t, ??c t&iacute;nh c?a v?t li?u, gi?y b?o h&agrave;nh v&agrave; th?i h?n b?o h&agrave;nh.</p> \n \n<p>Ph?n s&agrave;n g?:</p> \n \n<p>- M&agrave;u s?c: ??u m&agrave;u, ki?m tra l?p ph? v&acirc;n b? m?t, n?u x??c, l?i b?t thay.</p> \n \n<p>- Ki?m tra ?? ph?ng c?a s&agrave;n b?ng th??c nh&ocirc;m, k?t h?p ?&egrave;n pin nh? ki?m tra t??ng, n?u kh&ocirc;ng ph?ng, y&ecirc;u c?u s?a l?i.</p> \n \n<p>- Ki?m tra c&aacute;c khe h? gi?a 2 t?m g?, n?u h? l?n, y&ecirc;u c?u s?a l?i.</p> \n \n<p>- Ki?m tra to&agrave;n b? m?t s&agrave;n xem c&oacute; ch? n&agrave;o ph?ng, r?p kh&ocirc;ng (ch&uacute; &yacute; c&aacute;c g&oacute;c nh&agrave;, c?nh t??ng v&agrave; c?a toilet), n?u c&oacute; l?i, y&ecirc;u c?u s?a.</p> \n \n<p>- ?i l?i tr&ecirc;n s&agrave;n ph?i kh&ocirc;ng c&oacute; ti?ng c?t k?t, c? ?i l?i v&agrave; nh&uacute;n tr&ecirc;n s&agrave;n th&igrave; s? ph&aacute;t hi?n ra.</p> \n \n<p>- Ki?m tra n?p ch&acirc;n t??ng: Ph?i ??ng m?u, ch? n?i ??u ??u n?p ch&acirc;n t??ng ph?i ph?ng, kh&ocirc;ng nh&igrave;n th?y n?t ?inh tr&ecirc;n m?t n?p, c&aacute;c ?o?n n?i kh&ocirc;ng ???c qu&aacute; ng?n, ph?i &gt; 1,5 - 2m cho m?i ?o?n, ch? ti?p gi&aacute;p gi?a n?p ch?n t??ng v&agrave; s&agrave;n g? kh&ocirc;ng ???c h? khe theo m?t b?ng v&agrave; m?t ??ng. N?u h? m?t b?ng t?c l&agrave; s&agrave;n g? b? h?t, h? m?t ??ng l&agrave; n?p ch&acirc;n t??ng b? l?m ho?c cong.</p> \n \n<p>N?u b?n th?y kh&oacute; kh?n trong v?n ?? n&agrave;y, th&igrave; c&oacute; th? khi nh?n b&agrave;n giao nh&agrave; h&atilde;y d?n theo ng??i c&oacute; chuy&ecirc;n m&ocirc;n v&agrave; kinh nghi?m ?? t? v?n cho b?n, ho?c c?ng c&oacute; th? thu&ecirc; C&ocirc;ng ty t? v?n gi&aacute;m s&aacute;t nh&agrave; ph? chuy&ecirc;n nghi?p uy t&iacute;n h? tr? b?n, t?i Tphcm c&oacute; C&ocirc;ng ty t? v?n gi&aacute;m s&aacute;t nh&agrave; ph? uy t&iacute;n NhaPhoGroup, xem &nbsp;T?I ?&Acirc;Y</p> \n \n<p>Ph?n g?ch ?p:</p> \n \n<p>C&aacute;c m?ch ?p ph?i th?ng, ??u v&agrave; s?c n&eacute;t. To&agrave;n b? b? m?t k?t c?u ph?i l&agrave;m s?ch v?a, b?t tr&aacute;t m?ch v&agrave; c&aacute;c v?t b?n ? tr&ecirc;n b? m?t ?p. C&ocirc;ng t&aacute;c ki?m tra ch?t l??ng ?p ti?n h&agrave;nh theo tr&igrave;nh t? thi c&ocirc;ng v&agrave; bao g?m c&aacute;c ch? ti&ecirc;u ch&iacute;nh nh? sau:</p> \n \n<p>- ?? ph?ng c?a m?t ?p, l&agrave;m t??ng t? nh? ki?m tra t??ng.</p> \n \n<p>- ?? ??c ch?c v&agrave; b&aacute;m d&iacute;nh c?a n?n ?p v?i v?t li?u ?p - g&otilde; v&agrave;o b? m?t g?ch ?p.</p> \n \n<p>- ?? ??ng ??u c?a c?a m?t ?p v? m&agrave;u s?c, hoa v?n, c&aacute;c m?ch ?p, chi ti?t trang tr&iacute;.</p> \n \n<p>- ??i v?i c&aacute;c ph&ograve;ng kh&aacute;c c?ng ki?m tra t??ng t?, v? ?? ph?ng, ??ng ??u m&agrave;u s?c, kh&ocirc;ng b? n?t, v?, c&aacute;c m?ch g?ch ph?i ???c ??y v&agrave; c&ugrave;ng m&agrave;u s&agrave;n g?ch.</p> \n \n<p>M?t ?p ph?i tho? m&atilde;n c&aacute;c y&ecirc;u c?u:</p> \n \n<p>- T?ng th? m?t ?p ph?i ??m b?o ?&uacute;ng h&igrave;nh d&aacute;ng, k&iacute;ch th??c h&igrave;nh h?c theo y&ecirc;u c?u c?a thi?t k?.</p> \n \n<p>- V?t li?u ?p ph?i ?&uacute;ng quy c&aacute;ch v? ch?ng lo?i, k&iacute;ch th??c v&agrave; m&agrave;u s?c, kh&ocirc;ng cong v&ecirc;nh, s?t m?, kh&ocirc;ng c&oacute; khuy?t t?t</p> \n \n<p>- M&agrave;u s?c c?a m?t ?p b?ng v?t li?u nh&acirc;n t?o ph?i ??ng nh?t.</p> \n \n<p>- C&aacute;c m?ch ?p ngang d?c ph?i s?c n&eacute;t, ??u th?ng v&agrave; ??y v?a.</p> \n \n<p>- V?a tr&aacute;t tr&ecirc;n k?t c?u ph?i ch?c ??c. Khi ki?m tra v? l&ecirc;n m?t ?p kh&ocirc;ng c&oacute; ti?ng b?p. Nh?ng vi&ecirc;n b? b?p v&agrave; long ch&acirc;n ph?i th&aacute;o ra ?p l?i.</p> \n \n<p>- Tr&ecirc;n m?t ?p kh&ocirc;ng ???c c&oacute; v?t n?t, v?t ? do v?a, s?n, v&ocirc;i ho?c do c&aacute;c lo?i ho&aacute; ch?t g&acirc;y ra.</p> \n \n<p>- Khi ki?m tra b?ng th??c d&agrave;i 2m ??t &aacute;p s&aacute;t v&agrave;o m?t ?p, khe h? gi?a th??c v&agrave; m?t ?p kh&ocirc;ng qu&aacute; 2mm.</p> \n \n<p>C?n s? h? tr?, c&aacute;c b?n vui l&ograve;ng li&ecirc;n h? &nbsp;C&ocirc;ng ty t? v?n gi&aacute;m s&aacute;t nh&agrave; ph? NhaPhoGroup</p> \n","quy-trinh-ban-giao-can-ho-khach-hang-nao-cung-nen-biet","","","","","","0","","","","","0","0","","1"); INSERT INTO tn_news VALUES("9","7","","","<p style=\"text-align:justify\">M?c d&ugrave; quy tr&igrave;nh b&aacute;n nh&agrave; ?&atilde; ???c s?a ??i, b? sung ba l?n theo h??ng r&uacute;t ng?n th?i gian th? l&yacute; h? s? v&agrave; gi?m c&aacute;c th? t?c h&agrave;nh ch&iacute;nh; c&ocirc;ng khai gi&aacute; b&aacute;n c?ng nh? c&aacute;c ?i?u ki?n nh&agrave; ? ???c b&aacute;n v&agrave; nh&agrave; ? thu?c di?n kh&ocirc;ng ???c b&aacute;n, c&ugrave;ng v?i nhi?u ch? ??, ch&iacute;nh s&aacute;ch mi?n gi?m ti?n nh&agrave;, ti?n s? d?ng ??t&hellip;, nh?ng th?c t? cho th?y, vi?c b&aacute;n nh&agrave; v&agrave; c?p gi?y ch?ng nh?n cho ng??i mua nh&agrave; ? thu?c s? h?u Nh&agrave; n??c tr&ecirc;n ??a b&agrave;n th&agrave;nh ph? v?n c&ograve;n ch?m, t?n t?i nhi?u v??ng m?c.</p> \n \n<p style=\"text-align:justify\"><strong>G?n 11.000 c?n nh&agrave; kh&ocirc;ng ?? ?i?u ki?n b&aacute;n</strong></p> \n \n<p style=\"text-align:justify\">Theo S? X&acirc;y d?ng H&agrave; N?i, hi?n C&ocirc;ng ty Tr&aacute;ch nhi?m h?u h?n m?t th&agrave;nh vi&ecirc;n Qu?n l&yacute; v&agrave; Ph&aacute;t tri?n nh&agrave; H&agrave; N?i ?ang qu?n l&yacute; g?n 14.000 c?n h?; trong ?&oacute; g?n 3.000 c?n nh&agrave; thu?c di?n ???c b&aacute;n ?&atilde; c&oacute; ??n v&agrave; h? s? mua nh&agrave;, c&ograve;n l?i g?n 11.000 c?n thu?c di?n kh&ocirc;ng ?? ?i?u ki?n ?? b&aacute;n.</p> \n \n<p style=\"text-align:justify\">Theo k?t lu?n m?i ?&acirc;y c?a ?o&agrave;n Gi&aacute;m s&aacute;t H?i ??ng Nh&acirc;n d&acirc;n th&agrave;nh ph? H&agrave; N?i, nhi?u tr??ng h?p h? gia ?&igrave;nh thu?c di?n ?? ?i?u ki?n ???c mua nh&agrave; v&agrave; ?&atilde; ???c ??n v? qu?n l&yacute; nh&agrave; ti?p nh?n h? s? t? n?m 2015 nh?ng ch?a ???c xem x&eacute;t, gi?i quy?t b&aacute;n. Nhi?u tr??ng h?p c&oacute; v??ng m?c ch?a ???c C&ocirc;ng ty Tr&aacute;ch nhi?m h?u h?n m?t th&agrave;nh vi&ecirc;n Qu?n l&yacute; v&agrave; Ph&aacute;t tri?n nh&agrave; H&agrave; N?i v&agrave; c&aacute;c c? quan ch?c n?ng ki?m tra, th&aacute;o g? k?p th?i, g&acirc;y b?c x&uacute;c trong d? lu?n nh&acirc;n d&acirc;n.</p> \n \n<p style=\"text-align:justify\">??c bi?t, h?n b?y th&aacute;ng qua, t? khi c&oacute; Ch? th? 09-CT/TU c?a Th&agrave;nh ?y v&agrave; Ch? th? 11/CT-?y ban Nh&acirc;n d&acirc;n ng&agrave;y 17/5/2016 c?a ?y ban Nh&acirc;n d&acirc;n th&agrave;nh ph? v? ??y nhanh ti?n ?? b&aacute;n nh&agrave; thu?c s? h?u Nh&agrave; n??c v&agrave; c?p gi?y ch?ng nh?n, c&aacute;c ??n v? ch?c n?ng m?i gi?i quy?t b&aacute;n ???c 148 c?n. Kh&ocirc;ng nh?ng v?y, vi?c qu?n l&yacute;, th?ng k&ecirc;, theo d&otilde;i qu? nh&agrave; ? n&agrave;y c&ograve;n h?n ch?; kh&ocirc;ng c&oacute; s? li?u ch&iacute;nh th?c v? s? l??ng nh&agrave; ? c? do c&aacute;c c? quan t? qu?n c?a trung ??ng v&agrave; H&agrave; N?i ch?a b&agrave;n giao v? S? X&acirc;y d?ng qu?n l&yacute;.</p> \n \n<p style=\"text-align:justify\"><strong>Thi?u tr&aacute;ch nhi?m trong x? l&yacute;, gi?i quy?t</strong></p> \n \n<p style=\"text-align:justify\">&Ocirc;ng Nguy?n Ng?c Tu?n, Ph&oacute; Ch? t?ch th??ng tr?c, H?i ??ng Nh&acirc;n d&acirc;n th&agrave;nh ph? H&agrave; N?i - Ph&oacute; tr??ng ?o&agrave;n gi&aacute;m s&aacute;t, cho bi?t nhi?u nguy&ecirc;n nh&acirc;n d?n ??n nh?ng t?n t?i, b?t c?p trong c&ocirc;ng t&aacute;c b&aacute;n nh&agrave; thu?c s? h?u Nh&agrave; n??c. Tuy nhi&ecirc;n, tr&aacute;ch nhi?m tr??c h?t thu?c v? C&ocirc;ng ty Tr&aacute;ch nhi?m h?u h?n m?t th&agrave;nh vi&ecirc;n Qu?n l&yacute; v&agrave; Ph&aacute;t tri?n nh&agrave; H&agrave; N?i. C&ocirc;ng ty n&agrave;y ?&atilde; kh&ocirc;ng th?c hi?n t?t ch?c n?ng, nhi?m v? ???c giao ??i v?i c&aacute;c tr??ng h?p thu?c di?n ?? ?i?u ki?n ???c b&aacute;n; thi?u quy?t li?t trong gi?i quy?t c&aacute;c tr??ng h?p c&ograve;n v??ng m?c. B&ecirc;n c?nh ?&oacute;, c&ocirc;ng t&aacute;c ph?i h?p gi?a S? X&acirc;y d?ng v?i ch&iacute;nh quy?n c&aacute;c ??a ph??ng v&agrave; S? T&agrave;i nguy&ecirc;n v&agrave; M&ocirc;i tr??ng trong qu?n l&yacute;, k&ecirc; khai, x&eacute;t c?p gi?y ch?ng nh?n cho c&aacute;c c?n h? thu?c di?n nh&agrave; t? qu?n c?ng ch?a hi?u qu?.</p> \n \n<p style=\"text-align:justify\">Do ?&oacute;, ?o&agrave;n Gi&aacute;m s&aacute;t ?&atilde; ki?n ngh? ?y ban Nh&acirc;n d&acirc;n th&agrave;nh ph? ch? ??o r&agrave; so&aacute;t l?i ch?c n?ng, nhi?m v?, hi?u qu? ho?t ??ng, m&ocirc; h&igrave;nh t? ch?c c?a C&ocirc;ng Tr&aacute;ch nhi?m h?u h?n m?t th&agrave;nh vi&ecirc;n Qu?n l&yacute; v&agrave; Ph&aacute;t tri?n nh&agrave; H&agrave; N?i; xem x&eacute;t tr&aacute;ch nhi?m c&aacute; nh&acirc;n, t?p th? ?? h? s? t?n ??ng k&eacute;o d&agrave;i ho?c ?? x?y ra vi ph?m trong vi?c b&aacute;n nh&agrave;.</p> \n \n<p style=\"text-align:justify\">?y ban Nh&acirc;n d&acirc;n th&agrave;nh ph? c?ng ch? ??o c&aacute;c ??n v? ch?c n?ng ??y nhanh vi?c b&aacute;n nh&agrave;, c?p gi?y ch?ng nh?n ??i v?i c&aacute;c tr??ng h?p ?? ?i?u ki?n ???c b&aacute;n, ph?n ??u c? b?n ho&agrave;n th&agrave;nh trong n?m nay. C&ugrave;ng v?i ?&oacute;, th?c hi?n t?ng ki?m tra, th?ng k&ecirc; ??y ?? qu? nh&agrave; thu?c s? h?u Nh&agrave; n??c, qu? nh&agrave; ? t?p th? t? qu?n thu?c c&aacute;c c? quan trung ??ng-qu?c ph&ograve;ng b&agrave;n giao v? ??a ph??ng; ph&acirc;n c?p cho c&aacute;c qu?n, huy?n qu?n l&yacute; nh?m n&acirc;ng cao hi?u qu?, g?n tr&aacute;ch nhi?m c?a ch&iacute;nh quy?n c? s?.</p> \n \n<p style=\"text-align:justify\">Th&agrave;nh ph? c?n r&agrave; so&aacute;t, ki?m tra c&aacute;c d? &aacute;n ??u t? ?&atilde; c&oacute; quy?t ??nh thu h?i ??t, nh?ng qua nhi?u n?m ch?a gi?i ph&oacute;ng m?t b?ng, c&aacute;c di?n t&iacute;ch ??t v??ng v? quy ho?ch ?? c&oacute; gi?i ph&aacute;p th&aacute;o g? ??m b?o quy ??nh ph&aacute;p lu?t l&agrave;m c?n c? ?? c?p gi?y ch?ng nh?n. Tr??c m?t, ??y nhanh vi?c r&agrave; so&aacute;t t?i d? &aacute;n Nam ??i C? Vi?t, qu?n Hai B&agrave; Tr?ng.</p> \n \n<p style=\"text-align:justify\">Theo &ocirc;ng Nguy?n Ch&iacute; D?ng, Ph&oacute; Gi&aacute;m ??c, S? X&acirc;y d?ng H&agrave; N?i, vi?c gi?i quy?t c&aacute;c th? t?c b&aacute;n nh&agrave; c?a C&ocirc;ng ty Tr&aacute;ch nhi?m h?u h?n m?t th&agrave;nh vi&ecirc;n Qu?n l&yacute; v&agrave; Ph&aacute;t tri?n nh&agrave; H&agrave; N?i c&ograve;n ch?m, kh&ocirc;ng ??m b?o th?i gian theo quy tr&igrave;nh b&aacute;n nh&agrave; l&agrave; 45 ng&agrave;y l&agrave;m vi?c; ch?a ch? ??ng b&aacute;o c&aacute;o c&aacute;c kh&oacute; kh?n, v??ng m?c v&agrave; ?? xu?t h??ng gi?i quy?t, th&aacute;o g?.</p> \n \n<p style=\"text-align:justify\">Tuy nhi&ecirc;n, b&ecirc;n c?nh nh?ng nguy&ecirc;n nh&acirc;n ch? quan, &ocirc;ng D?ng cho bi?t th&ecirc;m, vi?c thay ??i c? ch? gi&aacute; b&aacute;n, tr&igrave;nh t? th? t?c, h? s?, th?m quy?n gi?i quy?t; nhi?u h? s? ph?c t?p nh? c&oacute; tranh ch?p, v??ng quy ho?ch, ?&atilde; c&oacute; quy?t ??nh thu h?i, nh&agrave; c? v&agrave; nh&agrave; bi?t th? kh&ocirc;ng ???c b&aacute;n&hellip; c?ng g&acirc;y ?nh h??ng ??n ti?n ?? b&aacute;n nh&agrave; c?a th&agrave;nh ph?.</p> \n \n<p style=\"text-align:justify\">??i v?i qu? nh&agrave; c&oacute; ngu?n g?c thu?c s? h?u Nh&agrave; n??c do c&aacute;c c? quan t? qu?n trung ??ng v&agrave; th&agrave;nh ph? qu?n l&yacute; tr??c ?&acirc;y, do bu&ocirc;ng l?ng n&ecirc;n h? s? g?c b? th?t l?c t? nhi?u n?m hay nhi?u c? quan ?&atilde; gi?i th?, s&aacute;p nh?p. Nhi?u c? quan kh&ocirc;ng h?p t&aacute;c ?? ho&agrave;n t?t th? t?c b&agrave;n giao, b&aacute;n nh&agrave; cho c&aacute;c h? gia ?&igrave;nh v&agrave; m?t s? khu v?c v??ng quy ho?ch, l?n chi?m ??t c&ocirc;ng, s? d?ng ??t sai m?c ?&iacute;ch c?n ph?i x? l&yacute; ho?c s?p x?p theo Quy?t ??nh s? 09/Q?-TTg.</p> \n \n<p style=\"text-align:justify\"><strong>Quy?t li?t th&aacute;o g? v??ng m?c</strong></p> \n \n<p style=\"text-align:justify\">Trong t?ng s? g?n 3.000 c?n nh&agrave; ?&atilde; c&oacute; h? s? mua nh&agrave; v&agrave; nh&agrave; ? ?&oacute; thu?c di?n ?? b&aacute;n, S? X&acirc;y d?ng y&ecirc;u c?u, trong n?m nay, C&ocirc;ng ty Tr&aacute;ch nhi?m h?u h?n m?t th&agrave;nh vi&ecirc;n Qu?n l&yacute; v&agrave; Ph&aacute;t tri?n nh&agrave; H&agrave; N?i ph?i gi?i quy?t xong 2.199 c?n ?&atilde; c&oacute; gi&aacute; b&aacute;n. C&oacute; 231 c?n c?n ???c x&aacute;c ??nh gi&aacute; b&aacute;n, S? s? tr&igrave;nh ?y ban Nh&acirc;n d&acirc;n th&agrave;nh ph? ph&ecirc; duy?t ph??ng &aacute;n t&iacute;nh gi&aacute; b&aacute;n trong qu&yacute; ba n?m nay. 483 c?n c&ograve;n l?i ch?a ki?m ??nh gi&aacute; b&aacute;n, c&ocirc;ng ty s? ph?i m?i t? chuy&ecirc;n vi&ecirc;n li&ecirc;n ng&agrave;nh ?i ki?m tra th?c ??a, x&aacute;c ??nh gi&aacute; b&aacute;n ?? ho&agrave;n th&agrave;nh vi?c t&iacute;nh gi&aacute; b&aacute;n trong qu&yacute; b?n.</p> \n \n<p style=\"text-align:justify\">Theo &ocirc;ng D?ng, v?i g?n 11.000 c?n nh&agrave; kh&ocirc;ng ?? ?i?u ki?n b&aacute;n do c&ograve;n nhi?u v??ng m?c, S? X&acirc;y d?ng s? ph&acirc;n lo?i c? th?, x&aacute;c ??nh r&otilde; tr&aacute;ch nhi?m c?a t?ng ??n v? li&ecirc;n quan v&agrave; ??a ra c&aacute;c gi?i ph&aacute;p ph?i th?c hi?n trong n?m nay. Theo ?&oacute;, C&ocirc;ng ty Tr&aacute;ch nhi?m h?u h?n m?t th&agrave;nh vi&ecirc;n Qu?n l&yacute; v&agrave; Ph&aacute;t tri?n nh&agrave; H&agrave; N?i s? th?c hi?n lo?i kh?i danh s&aacute;ch b&aacute;n nh&agrave; 1.698 c?n v??ng quy ho?ch, gi?i ph&oacute;ng m?t b?ng; th&iacute; ?i?m b&aacute;n 20 bi?n s? nh&agrave; trong khu ph? c? thu?c danh m?c nh&oacute;m ba ?? r&agrave; so&aacute;t, ?? xu?t th&agrave;nh ph? xem x&eacute;t, quy?t ??nh v?i 670 c?n c&ograve;n l?i; 1.592 c?n li&ecirc;n quan t?i v??ng m?c kh&ocirc;ng k&yacute; ???c h?p ??ng thu&ecirc; nh&agrave; v&agrave; 2.474 c?n thi?u v? th? t?c, h? s?...</p> \n \n<p style=\"text-align:justify\">S? X&acirc;y d?ng y&ecirc;u c?u C&ocirc;ng ty Tr&aacute;ch nhi?m h?u h?n m?t th&agrave;nh vi&ecirc;n Qu?n l&yacute; v&agrave; Ph&aacute;t tri?n nh&agrave; H&agrave; N?i b&aacute;o c&aacute;o c? th? t?ng tr??ng h?p tranh ch?p, khi?u ki?n, ?&ograve;i s? h?u nh&agrave; ?? giao Thanh tra S? th?c hi?n theo Lu?t Khi?u n?i. C?ng trong th&aacute;ng T? n&agrave;y, C&ocirc;ng ty ph?i b&agrave;n giao h? s? 3.576 c?n nh&agrave; c?p b?n cho ?y ban nh&acirc;n d&acirc;n c&aacute;c qu?n, huy?n, th? x&atilde; c?p gi?y ch?ng nh?n theo quy ??nh c?a ph&aacute;p lu?t v? ??t ?ai.</p> \n \n<p style=\"text-align:justify\">Theo ?? xu?t c?a S? X&acirc;y d?ng H&agrave; N?i, sau ng&agrave;y 30/12, n?u c&aacute;c c? quan t? qu?n c?a trung ??ng v&agrave; H&agrave; N?i kh&ocirc;ng th?c hi?n b&agrave;n giao nh&agrave; ??t, S? s? kh&ocirc;ng ti?p nh?n nh&agrave; do c&aacute;c c? quan n&agrave;y chuy?n giao. Tuy nhi&ecirc;n, ?? ??y nhanh ti?n ?? b&aacute;n nh&agrave;, S? ?? ngh? B? X&acirc;y d?ng th&aacute;o g? m?t s? v??ng m?c v? th?i ?i?m v&agrave; th?m quy?n x&aacute;c nh?n vi?c b? tr&iacute;, ph&acirc;n ph?i nh&agrave; ? cho c&aacute;n b? c&ocirc;ng nh&acirc;n vi&ecirc;n c?a c&aacute;c c? quan di?n t? qu?n tr??c ?&acirc;y (tr??c ng&agrave;y 27/11/1992) l&agrave;m c?n c? ?? t&iacute;nh ti?n b&aacute;n nh&agrave;; h??ng d?n v? h? s? nh&agrave; ? chung c? c&oacute; t?ng h?m, t?ng l?ng, thang m&aacute;y v&agrave; h? s? K ph&acirc;n l?p khi t&iacute;nh ti?n s? d?ng ??t, vi?c &aacute;p d?ng ch? ?? mi?n gi?m ti?n s? d?ng ??t.</p> \n \n<p style=\"text-align:justify\">Theo MINH NGH?A (TTXVN/VIETNAM+)</p> \n","go-vuong-cho-gan-11000-can-nha-khong-du-dieu-kien-ban","/web/uploads/images/150751baoxaydung_9.jpg","","","","http://www.baoxaydung.com.vn/","0","","","","","0","1","","1"); INSERT INTO tn_news VALUES("10","7","","","<p style=\"text-align:justify\">Lo?i h&igrave;nh b?t ??ng s?n nh&oacute;m nh&agrave; ??u t? c?a &ocirc;ng H?ng ?a chu?ng g?m c&oacute;: ??t n&ocirc;ng nghi?p, ??t ven s&ocirc;ng, ??t m?t ti?n bi?n v&agrave; nh&agrave; ph?, bi?t th? v??n. Nh&oacute;m t?p trung mua c&aacute;c l&ocirc; ??t c&oacute; h? t?ng ?ang tri?n khai ho?c c?u ???ng s?p ???c x&acirc;y d?ng trong 12-24 th&aacute;ng t?i.</p> \n \n<p style=\"text-align:justify\">&Ocirc;ng H?ng cho bi?t, ch? trong 3 th&aacute;ng ??u n?m, ??i s?n nh&agrave; ??t c?a &ocirc;ng ?&atilde; giao d?ch 5 th??ng v? v?i t? su?t l?i nhu?n trung b&igrave;nh kho?ng 15% m?i l?n mua b&aacute;n, c&aacute; bi?t c&oacute; 2 giao d?ch ??t t? su?t sinh l?i 25-30%.</p> \n \n<p style=\"text-align:justify\">C&oacute; s? v?n c&ograve;n nhi?u h?n c? ??i bu&ocirc;n c?a &ocirc;ng H?ng, &ocirc;ng B?o ng? qu?n B&igrave;nh T&acirc;n, TP HCM huy ??ng c&aacute;c nh&agrave; ??u t? c&aacute; nh&acirc;n th&acirc;n t&iacute;n l?p qu? h?n 100 t? ??ng chuy&ecirc;n s?n nh&agrave; ??t ph&iacute;a T&acirc;y S&agrave;i G&ograve;n, ??c bi?t l&agrave; ??a b&agrave;n qu?n 8, 12, T&acirc;n Ph&uacute; v&agrave; hai huy?n C? Chi, H&oacute;c M&ocirc;n.</p> \n \n<p style=\"text-align:justify\">M?i th&agrave;nh vi&ecirc;n c?a nh&oacute;m ?&oacute;ng g&oacute;p theo d?ng c? ph?n, t?i thi?u l&agrave; n?a t? ??ng m?t su?t, kh&ocirc;ng gi?i h?n v?n g&oacute;p, c&oacute; ng??i n?ng l?c t&agrave;i ch&iacute;nh t?t, ?? s?c h&ugrave;n h?p d?m ba t? ??ng. Nh&oacute;m nh&agrave; ??u t? c?a &ocirc;ng B?o chuy&ecirc;n ?&agrave;m ph&aacute;n mua l?i c&aacute;c qu? ??t t? nh?, l? ?&ocirc;i ba tr?m m2, ??n ??t l?n v&agrave;i ha, ??c bi?t ?a chu?ng 2 nh&oacute;m t&agrave;i s?n ?ang th? ch?p ng&acirc;n h&agrave;ng v&agrave; t?a l?c ? khu v?c c&oacute; bi?n ??ng l?n v? h? t?ng: cao t?c, c?u v??t, c?u b?c qua s&ocirc;ng, m? ???ng...</p> \n \n<p style=\"text-align:justify\">&Ocirc;ng B?o ti?t l?, nh&oacute;m m?i th&agrave;nh l?p ???c 8 th&aacute;ng nh?ng ?&atilde; th&acirc;u t&oacute;m ???c qu? ??t l?n l&ecirc;n ??n v&agrave;i ch?c ngh&igrave;n m2. ??i ch?t ???c trung b&igrave;nh 2-3 th??ng v? mua ?i b&aacute;n l?i m?i th&aacute;ng, l?i nhu?n b&igrave;nh qu&acirc;n tr&ecirc;n d??i 20%. Nh&oacute;m c&oacute; m?t ??i tr??ng gi&agrave;u kinh nghi?m c&oacute; quy?n quy?t ??nh cao nh?t. C&aacute;c th&agrave;nh vi&ecirc;n c&ograve;n l?i ho?t ??ng h? tr? l?n nhau ph?c v? m?c ti&ecirc;u chung t? vi?c s?n ngu?n h&agrave;ng, th?m ??nh gi&aacute;, kh?o s&aacute;t th?c t?, ki?m tra ph&aacute;p l&yacute; ??n th??ng l??ng, ch?t mua ch?t b&aacute;n.</p> \n \n<p style=\"text-align:justify\">Ghi nh?n c?a&nbsp;<em>VnExpress</em>, vi?c c&aacute;c nh&agrave; ??u t? c&aacute; nh&acirc;n t?i TP HCM l?p qu? t? h&agrave;ng ch?c t? ??ng ??n tr?m t? ?? th&acirc;u t&oacute;m nh&agrave; ??t ?ang r?c r?ch kh?i ??ng k? t? giai ?o?n 2015-2016 v&agrave; tr? n&ecirc;n r?m r? v&agrave;o n?m 2017.</p> \n \n<p style=\"text-align:justify\">C&aacute;c th&agrave;nh vi&ecirc;n trong nh&oacute;m nh&agrave; ??u t? n&agrave;y kh&aacute; ?a d?ng. C&oacute; ng??i ho?t ??ng ngo&agrave;i ng&agrave;nh ??a ?c nh?ng c?ng c&oacute; kh&aacute; nhi?u nh&acirc;n s? ch? ch?t t?i c&aacute;c c&ocirc;ng ty t? v?n ??u t?, ??c bi?t nh&acirc;n s? ng&agrave;nh ??a ?c chi?m t? l? tr&ecirc;n 50%. C&aacute;c nh&agrave; ??u t? n&agrave;y chia s?, d&ograve;ng ti?n t&iacute;ch l?y ???c thay v&igrave; g?i ng&acirc;n h&agrave;ng l&atilde;i su?t kh&ocirc;ng ?&aacute;ng k? n&ecirc;n h? ch?n ph??ng &aacute;n g?i ti?n v&agrave;o ??t, v?a gi? gi&aacute; t?t v?a c&oacute; c? h?i sinh l?i v&igrave; qu? ??t ?&ocirc; th? ?ang ng&agrave;y c&agrave;ng khan hi?m v&agrave; h? t?ng t?i TP HCM ???c ??u t? m?nh m?.</p> \n \n<p style=\"text-align:justify\">T?ng gi&aacute;m ??c C&ocirc;ng ty c? ph?n T? v?n ??u t? Ph&uacute; Vinh, <NAME>&ocirc;ng Ch&aacute;nh ?&aacute;nh gi&aacute;, hi?n t??ng c&aacute;c nh&agrave; ??u t? c&aacute; nh&acirc;n l?p nh&oacute;m bu&ocirc;n ??t ven S&agrave;i G&ograve;n ?&atilde; b?t ??u xu?t hi?n ng&agrave;y c&agrave;ng nhi?u h?n trong kho?ng 2-3 n?m tr? l?i ?&acirc;y. T?i c&aacute;c x&atilde; v&ugrave;ng ven ? S&agrave;i G&ograve;n, nh?t l&agrave; c&aacute;c khu v?c ?ang c&oacute; th&ocirc;ng tin ???c l&ecirc;n qu?n nh? Nh&agrave; B&egrave;, B&igrave;nh Ch&aacute;nh, H&oacute;c M&ocirc;n ho?c t?i qu?n 9, C? Chi, C?n Gi? ?ang xu?t hi?n r?t nhi?u m&ocirc; h&igrave;nh ??u t? nh&agrave; ??t theo nh&oacute;m.</p> \n \n<p style=\"text-align:justify\">Nguy&ecirc;n nh&acirc;n s&acirc;u xa c?a l&agrave;n s&oacute;ng n&agrave;y, theo &ocirc;ng Ch&aacute;nh, xu?t ph&aacute;t t? nhi?u l&yacute; do ??c th&ugrave;. Th? nh?t, qu? ??t trung t&acirc;m ng&agrave;y c&agrave;ng h?n h?p. Gi&aacute; c? ?&atilde; r?t cao. R?t kh&oacute; ?? c&oacute; ??t bi?n v? gia t?ng gi&aacute; tr? n?u kh&ocirc;ng bi?t c&aacute;ch ??u t? v&agrave; c&oacute; chi?n l??c ?&uacute;ng. Trong t&igrave;nh hu?ng n&agrave;y, ??u t? theo ??i nh&oacute;m c&oacute; th? gi&uacute;p cho c&aacute;c ??i t&aacute;c c&ugrave;ng kh?o s&aacute;t, ?&aacute;nh gi&aacute; th?c t? v&agrave; ??nh gi&aacute; t&agrave;i s?n chu?n h?n, t? ?&oacute; ??a ra chi?n l??c ph&ugrave; h?p.</p> \n \n<p style=\"text-align:justify\">Nguy&ecirc;n nh&acirc;n th? hai, nhi?u ??i th? c?nh tranh s?ng s?, nh?t l&agrave; c&aacute;c nh&agrave; ??u t? chuy&ecirc;n nghi?p, c? trong v&agrave; ngo&agrave;i n??c khi?n cho th? tr??ng tr? n&ecirc;n ch?t ch?i v?i qu? ??t ng&agrave;y c&agrave;ng &iacute;t ?i. Gi?ng nh? m?t &quot;??i d??ng ??&quot;, n?i c&oacute; kh&aacute; &iacute;t nh?ng c? h?i th?t s? cho nh&agrave; ??u t? c&aacute; nh&acirc;n v?i s? v?n &iacute;t ?i v&agrave; ngu?n l?c h?n ch?. Trong b?i c?nh ?&oacute;, l?p nh&oacute;m bu&ocirc;n ??t v&ugrave;ng ven l&agrave; m?t l?a ch?n t?t h?n, ? g&oacute;c ?? ph&ugrave; h?p ngu?n l?c.</p> \n \n<p style=\"text-align:justify\">Nguy&ecirc;n nh&acirc;n th? ba, ??u t? theo nh&oacute;m d? ?&oacute;n ??u c? h?i h?n ?i m?t m&igrave;nh. Khi h? t?ng giao th&ocirc;ng t?i S&agrave;i G&ograve;n ???c c?i thi?n v?i t?c ?? c&agrave;ng nhanh, th&igrave; kho?ng c&aacute;ch t? trung t&acirc;m t?i c&aacute;c khu v?c v&ugrave;ng ven s? ???c r&uacute;t ng?n. C?ng v?i t?c ?? gia t?ng d&acirc;n s? ? m?c nhanh ch&oacute;ng v?i h?n 200.000 ng??i m?i n?m, kh&ocirc;ng bao l&acirc;u n?a qu? ??t c?ng s? c?n ki?t. ?&oacute; ch&iacute;nh l&agrave; l&uacute;c v&ugrave;ng ven tr? n&ecirc;n ??t gi&aacute;. C&aacute;c khu v?c tr??c ?&acirc;y 10 n?m ???c xem l&agrave; v&ugrave;ng ven c?a S&agrave;i G&ograve;n nh? Ph&uacute; M? H?ng, G&ograve; V?p, Trung S?n (B&igrave;nh Ch&aacute;nh), T&acirc;n Ph&uacute; nay nh? th? n&agrave;o m?i ng??i c?ng ?&atilde; th?y.</p> \n \n<p style=\"text-align:justify\">Ngo&agrave;i ra, su?t ??u t? m?i ng??i th?p nh?ng n?u g&oacute;p v?n c&ugrave;ng nhau ?? th&acirc;u t&oacute;m ??t v&ugrave;ng ven gi?ng nh? g&oacute;p gi&oacute; th&agrave;nh b&atilde;o. Ra ngo?i th&agrave;nh S&agrave;i G&ograve;n, d&ograve;ng v?n c&agrave;ng l?n s? c&agrave;ng c&oacute; nhi?u c? h?i. C&aacute;c l&yacute; do n&agrave;y l&agrave;m cho vi?c l?p nh&oacute;m ?? bu&ocirc;n ??t ? ngo?i &ocirc; S&agrave;i G&ograve;n tr? th&agrave;nh m?t xu h??ng ???c quan t&acirc;m v&agrave; xem x&eacute;t nghi&ecirc;m t&uacute;c v?i c&aacute;c nh&agrave; ??u t? b?t ??ng s?n c&aacute; nh&acirc;n.</p> \n \n<p style=\"text-align:justify\">Theo &ocirc;ng Ch&aacute;nh, m&ocirc; h&igrave;nh ??u t? theo nh&oacute;m c&oacute; c? ?u ?i?m v&agrave; nh??c ?i?m. ?u ?i?m l&agrave; m?i nh&agrave; ??u t? ch? c?n b? ra m?t d&ograve;ng ti?n v?a ph?i nh?ng c&oacute; th? tham gia nhi?u c? h?i l?n. ?i c&ugrave;ng nhau, c&aacute;c nh&oacute;m nh&agrave; ??u t? ??ng tr??c c? h?i ?&oacute;n ??u c&aacute;c xu th? m?i c?a th? tr??ng, c&oacute; th? s&agrave;ng l?c ???c nhi?u t&agrave;i s?n c&ograve;n ? d?ng ti?m n?ng.</p> \n \n<p style=\"text-align:justify\">Nh??c ?i?m c?a m&ocirc; h&igrave;nh n&agrave;y, theo &ocirc;ng Ch&aacute;nh, l&agrave; c&oacute; th? x?y ra t&igrave;nh tr?ng b?t ??ng trong tri?n khai ??u t? mua b&aacute;n t&agrave;i s?n. Ch?ng h?n nh?, m?t ng??i mu?n mua ho?c b&aacute;n m&agrave; ??i nh&oacute;m kh&ocirc;ng ??ng &yacute; s? d?n ??n m&acirc;u thu?n. Th&aacute;ch th?c c?a vi?c ??u t? b?t ??ng s?n v&ugrave;ng ven theo nh&oacute;m l&agrave; ??t ?ai ? xa, kh&oacute; th?m nom, vi?c ??nh gi&aacute;, kh?o s&aacute;t g?p kh&ocirc;ng &iacute;t kh&oacute; kh?n, tr? ng?i v&agrave; d&ograve;ng v?n n?m trong t&agrave;i s?n l&agrave; nh&agrave;, ??t c&oacute; th? b? t?n ??ng m?t th?i gian d&agrave;i n?u m?i vi?c kh&ocirc;ng ?&uacute;ng nh? k? ho?ch t&iacute;nh to&aacute;n.</p> \n \n<p style=\"text-align:justify\">&quot;?? th?c hi?n t?t m&ocirc; h&igrave;nh kinh doanh n&agrave;y, c&aacute;c ??i, nh&oacute;m ??u t? b?t ??ng s?n c?n c&oacute; m?t ng??i nhi?u kinh nghi?m ??ng ra c?m tr?ch, ???c m?i th&agrave;nh vi&ecirc;n giao ph&oacute; quy?n quy?t ??nh cao nh?t nh?m ??m b?o l?i nhu?n k? v?ng v&agrave; an to&agrave;n cho d&ograve;ng v?n kh&aacute; l?n c?a nh&oacute;m&quot;, &ocirc;ng Ch&aacute;nh cho hay.</p> \n \n<p style=\"text-align:justify\">Theo V? L&ecirc;/VnExpress.net</p> \n","nhom-dai-gia-sai-gon-lap-quy-tram-ty-san-dat-vung-ven","/web/uploads/images/175801baoxaydung_16.jpg","","","","","0","","","","","0","0","","1"); INSERT INTO tn_news VALUES("11","7","","","<p style=\"text-align:justify\">Theo ?&oacute;, t?ng di?n t&iacute;ch ??t quy ho?ch l&agrave; 197.230m2, bao g?m 4 ph&acirc;n khu ch?c n?ng t?i ph??ng Th? Quang, qu?n S?n Tr&agrave;. Khu ??t s? 1 c&oacute; di?n t&iacute;ch 20.777m2, d? ki?n s? d&agrave;nh ?? n&acirc;ng c?p x&acirc;y d?ng c&aacute;c c?u c?ng hi?n tr?ng th&agrave;nh c?u c?ng chuy&ecirc;n d&ugrave;ng v&agrave; c?u c?ng t?ng h?p. Ph&iacute;a B?c gi&aacute;p &Acirc;u thuy?n Th? Quang, ph&iacute;a Nam gi&aacute;p ???ng B&igrave;nh Than, ph&iacute;a T&acirc;y gi&aacute;p &Acirc;u thuy?n Th? Quang v&agrave; ph&iacute;a ?&ocirc;ng gi&aacute;p Ch? ??u m?i th?y s?n Th? Quang.</p> \n \n<p style=\"text-align:justify\">Khu ??t s? 2 c&oacute; di?n t&iacute;ch 2.549m2, d? ki?n ?? x&acirc;y d?ng c?i t?o l?i ch? c&aacute; c?. Ph&iacute;a B?c gi&aacute;p Ch? ??u m?i th?y s?n Th? Quang, ph&iacute;a Nam gi&aacute;p ???ng B&igrave;nh Than, ph&iacute;a T&acirc;y gi&aacute;p C?ng c&aacute; v&agrave; ph&iacute;a ?&ocirc;ng gi&aacute;p ???ng V&acirc;n ??n.</p> \n \n<p style=\"text-align:justify\">Khu ??t s? 3 c&oacute; di?n t&iacute;ch 173.904m2, d? ki?n x&acirc;y d?ng ph&aacute;t tri?n th&agrave;nh khu ?&ocirc; th? k?t h?p c?ng qu?c t?, c&oacute; ph&iacute;a Nam gi&aacute;p ???ng L&ecirc; ??c Th?. Ph&iacute;a ?&ocirc;ng, ph&iacute;a T&acirc;y, ph&iacute;a B?c ??u gi&aacute;p bi?n.</p> \n \n<p style=\"text-align:justify\">Khu ??t s? 4 c&oacute; di?n t&iacute;ch 3.825m2, d? ki?n ?? x? l&yacute; h? t?ng k? thu?t tuy?n c?ng ??i l?u hi?n tr?ng giao nhau v?i ???ng L&ecirc; ??c Th? v&agrave; ???ng H? H&aacute;n Th??ng.</p> \n \n<p style=\"text-align:justify\"><strong>Nguy?n Nam</strong></p> \n","da-nang-se-xay-dung-cang-ca-lon-nhat-mien-trung","/web/uploads/images/100935baoxaydung_2.jpg","","","","","0","","","","","0","1","","1"); INSERT INTO tn_news VALUES("12","11","","","<p>?? x&acirc;y m?t ng&ocirc;i nh&agrave; khang trang v?a v?i t&uacute;i ti?n, b?n c?n c&oacute; s? chu?n b? th?t chu ?&aacute;o tr??c khi b?t tay v&agrave;o m?i th?u. V?i m?i giai ?o?n c?n c&acirc;n nh?c k? l??ng, ch?t ch?, tu&acirc;n theo k? ho?ch ban ??u th&igrave; s? tr&aacute;nh ???c chi ph&iacute; ph&aacute;t sinh trong qu&aacute; tr&igrave;nh x&acirc;y d?ng. Nhi?u n?m c&ocirc;ng t&aacute;c trong l?nh v?c t? v?n, thi?t k? v&agrave; thi c&ocirc;ng nh&agrave; gi&aacute; r?, ki?n tr&uacute;c s? Hu?nh Xu&acirc;n H?i chia s? m?t s? l?i khuy&ecirc;n gi&uacute;p gia ch? ch? ??ng h?n trong vi?c gi&aacute;m s&aacute;t qu&aacute; tr&igrave;nh thi c&ocirc;ng ng&ocirc;i nh&agrave; c?a m&igrave;nh, ??ng th?i ti?t gi?m t?i ?a chi ph&iacute; ph&aacute;t sinh.</p> \n \n<p>1. Trang b? ki?n th?c c? b?n v? x&acirc;y d?ng</p> \n \n<p>?? chu?n b? l&agrave;m b?t c? vi?c g&igrave; n&ecirc;n trang b? cho m&igrave;nh v?n ki?n th?c c?n c&oacute; v&agrave; m?t kho?n kinh ph&iacute; d? tr&ugrave; ph&ugrave; h?p v?i ?i?u ki?n gia ?&igrave;nh. Nh?ng ki?n th?c n&agrave;y c&oacute; th? h?c h?i t? b?n b&egrave; ho?c tham kh?o s&aacute;ch b&aacute;o. Nh? ?&oacute;, b?n s? ch? ??ng h?n v&agrave; bi?t c&aacute;ch l?a ch?n ph??ng &aacute;n l&agrave;m vi?c ph&ugrave; h?p v&agrave; ti?t ki?m nh?t.</p> \n \n<p>2. Giai ?o?n chu?n b?</p> \n \n<p>?&acirc;y l&agrave; giai ?o?n ??u ti&ecirc;n v&agrave; quan tr?ng nh?t. Trong th?i gian n&agrave;y, b?n c?n l?p m?t k? ho?ch r&otilde; r&agrave;ng, c&agrave;ng chi ti?t c&agrave;ng t?t, v&iacute; d? d? ?o&aacute;n t?ng chi ph&iacute; x&acirc;y d?ng, gi&aacute; v?t li?u x&acirc;y d?ng, nh&acirc;n c&ocirc;ng... B?n c&oacute; th? tham kh?o &yacute; ki?n c?a nh?ng ng??i t?ng x&acirc;y nh&agrave; tr??c ?&oacute; c?ng nh? c?a b?n b&egrave;, nh?t l&agrave; nh?ng ng??i c&oacute; hi?u bi?t trong l?nh v?c x&acirc;y d?ng. Vi?c ti?p thu n&ecirc;n c&oacute; ch?n l?c nh?ng &yacute; ki?n ph&ugrave; h?p v?i ho&agrave;n c?nh c?a ng&ocirc;i nh&agrave; m&igrave;nh d? ??nh x&acirc;y.</p> \n \n<p>Trong giai ?o?n n&agrave;y, b?n c?n c&acirc;n nh?c gi?a di?n t&iacute;ch x&acirc;y d?ng v&agrave; di?n t&iacute;ch sinh ho?t, xem gia ?&igrave;nh c&oacute; bao nhi&ecirc;u ng??i ?? thi?t k? s? l??ng ph&ograve;ng h?p l&yacute;. C&acirc;n nh?c ???c v?n ?? n&agrave;y s? gi&uacute;p b?n tr&aacute;nh t&igrave;nh tr?ng x&acirc;y th?a ph&ograve;ng, l&agrave;m l&atilde;ng ph&iacute; kh&ocirc;ng gian v&agrave; t?n chi ph&iacute; x&acirc;y d?ng.</p> \n \n<p style=\"text-align: center;\">&nbsp;</p> \n \n<p style=\"text-align: center;\"><img alt=\"\" src=\"/web/uploads/images/0-4-565f61006d-3043ec1f96e9f34fafd885e353a3d8db.jpg\" style=\"height:280px; width:300px\" /></p> \n \n<p>3. Ch?n mua m?nh ??t d? x&acirc;y</p> \n \n<p>N?u ch?a c&oacute; s?n ??t x&acirc;y nh&agrave;, b?n n&ecirc;n ch?n mua m?nh ??t n&agrave;o b?ng ph?ng, giao th&ocirc;ng thu?n ti?n v&agrave; g?n nh?ng ti?n nghi c&ocirc;ng c?ng nh? tr??ng h?c, ch?, si&ecirc;u th?&hellip; S? thu?n l?i v? ??a th? gi&uacute;p b?n gi?m b?t r?t nhi?u chi ph&iacute; trong qu&aacute; tr&igrave;nh x&acirc;y d?ng c?ng nh? sinh s?ng sau n&agrave;y. N&ecirc;n tr&aacute;nh mua ??t ? nh?ng n?i l?i l&otilde;m, nhi?u ?&aacute;, nhi?u n??c, v&igrave; b?n s? m?t c&ocirc;ng thu&ecirc; ng??i d?n d?p, l?p ??t, ??p ?&aacute; v?a m?t c&ocirc;ng s?c v&agrave; t?n th&ecirc;m chi ph&iacute;.</p> \n \n<p>B?n n&ecirc;n tham kh?o nh?ng ng??i c&oacute; chuy&ecirc;n m&ocirc;n ?? gi&uacute;p b?n l?a ch?n khu ??t ? n?i g&ograve; ??i cao r&aacute;o, tr&aacute;nh nh?ng t?ng ??a ch?t y?u. Gi? s? mua ph?i m?t m?nh ??t ? khu v?c c&oacute; t?ng ??a ch?t y?u, b?n ph?i t?n m?t kho?n kinh ph&iacute; kh&ocirc;ng nh? cho vi?c gia c? m&oacute;ng nh? &eacute;p c?c, khoan c?c nh?i, ?&oacute;ng c? tr&agrave;m. Ng??c l?i, ??i v?i nh?ng n?i c&oacute; t?ng ??a ch?t c?ng, vi?c gia c? m&oacute;ng s? ??n gi?n h?n nhi?u, c&oacute; th? gi?m t? 20% t?i 30% gi&aacute; th&agrave;nh so v?i v&ugrave;ng ??t y?u.</p> \n \n<p>4. L?a ch?n phong c&aacute;ch c?a ng&ocirc;i nh&agrave;</p> \n \n<p>Phong c&aacute;ch ng&ocirc;i nh&agrave; s? quy?t ??nh s? ti?n b?n b? ra ?? chi tr? cho vi?c thi c&ocirc;ng. Nh&agrave; theo phong c&aacute;ch bi?t th?, c? ?i?n c?u k? ???ng nhi&ecirc;n s? m?t nhi?u chi ph&iacute; x&acirc;y d?ng h?n so v?i m?t ng&ocirc;i nh&agrave; mang phong c&aacute;ch hi?n ??i, ??n gi?n.&nbsp;</p> \n \n<p>N?u b?n c&oacute; ng&acirc;n s&aacute;ch v?a ph?i, h&atilde;y ch?n phong c&aacute;ch nh&agrave; hi?n ??i, v?i ???ng m&aacute;i v&agrave; c?a s? ??n gi?n. Thay v&igrave; nh?ng ki?u thi?t k? l? m?t, kh&aacute;c th??ng, h&atilde;y ch?n ki?u nh&agrave; h&igrave;nh ch? nh?t v?i v? tr&iacute; x&acirc;y, s?n t??ng v&agrave; c?nh quan b?t m?t.</p> \n","10-loi-khuyen-giup-tiet-kiem-chi-phi-xay-nha","/web/uploads/images/0%20(4).jpg","","","","","0","","","","","0","0","","1"); INSERT INTO tn_news VALUES("13","7","","","<p style=\"text-align:justify\">Theo ?&oacute;, ?? tri?n khai c&oacute; hi?u qu? c&aacute;c quy ??nh c?a ph&aacute;p lu?t li&ecirc;n quan ??n vi?c qu?n l&yacute;, s? d?ng nh&agrave; chung c?, nh?m gi?i quy?t d?t ?i?m c&aacute;c tranh ch?p, khi?u ki?n ph&aacute;t sinh, B? X&acirc;y d?ng ?? ngh? UBND c&aacute;c t?nh, TP tr?c thu?c Trung ??ng ch? ??o c&aacute;c c? quan ch?c n?ng c?a ??a ph??ng kh?n tr??ng th?c hi?n m?t s? c&ocirc;ng vi?c:</p> \n \n<p style=\"text-align:justify\">Th? nh?t, t?ng c??ng ph? bi?n, tuy&ecirc;n truy?n c&aacute;c quy ??nh c?a Lu?t Nh&agrave; ? s? 65/2014/QH13, Ngh? ??nh s? 99/2015/N?-CP, Th&ocirc;ng t? s? 02/2016/TT-BXD v&agrave; Th&ocirc;ng t? s? 28/2016/TT-BXD c?a B? X&acirc;y d?ng.</p> \n \n<p style=\"text-align:justify\">Th? 2, c?n c? v&agrave;o c&aacute;c quy ??nh c?a ph&aacute;p lu?t v? nh&agrave; ?, ban h&agrave;nh theo th?m quy?n c&aacute;c v?n b?n h??ng d?n, ch? ??o, ?&ocirc;n ??c c&aacute;c c? quan ch?c n?ng v&agrave; c&aacute;c t? ch?c, c&aacute; nh&acirc;n c&oacute; li&ecirc;n quan tr&ecirc;n ??a b&agrave;n th?c hi?n ?&uacute;ng c&aacute;c quy ??nh c?a ph&aacute;p lu?t v? nh&agrave; ?.</p> \n \n<p style=\"text-align:justify\">Th? 3, t?ng c??ng c&ocirc;ng t&aacute;c thanh tra, ki?m tra ph&aacute;t hi?n v&agrave; x? l&yacute; nghi&ecirc;m c&aacute;c tr??ng h?p vi ph?m ph&aacute;p lu?t v? nh&agrave; ? nh? kh&ocirc;ng b&agrave;n giao kinh ph&iacute; b?o tr&igrave; ph?n s? h?u chung, kh&ocirc;ng b&agrave;n giao h? s? nh&agrave; chung c? cho Ban qu?n tr? nh&agrave; chung c?, kh&ocirc;ng t? ch?c ho?c g&acirc;y kh&oacute; kh?n trong vi?c t? ch?c H?i ngh? nh&agrave; chung c?, vi?c s? d?ng c?n h? chung c? v&agrave;o m?c ?&iacute;ch kh&ocirc;ng ph?i ?? ?, vi?c l?n chi?m kh&ocirc;ng gian, x&acirc;y d?ng kh&ocirc;ng ?&uacute;ng v?i quy ho?ch ?&atilde; ???c c? quan c&oacute; th?m quy?n ph&ecirc; duy?t...</p> \n \n<p style=\"text-align:justify\">Th? 4, ch? ??ng gi?i quy?t c&aacute;c v??ng m?c, khi?u ki?n, tranh ch?p ph&aacute;t sinh trong qu&aacute; tr&igrave;nh qu?n l&yacute;, s? d?ng nh&agrave; chung c? theo ?&uacute;ng c&aacute;c quy ??nh c?a ph&aacute;p lu?t hi?n h&agrave;nh ?? kh?c ph?c t&igrave;nh tr?ng tranh ch?p, khi?u ki?n k&eacute;o d&agrave;i, v??t c?p l&ecirc;n c? quan trung ??ng.</p> \n \n<p style=\"text-align:justify\">??i v?i nh?ng n?i dung c?n nghi&ecirc;n c?u, s?a ??i, b? sung cho ph&ugrave; h?p v?i t&igrave;nh h&igrave;nh th?c t?, ?? ngh? UBND c&aacute;c t?nh, TP tr?c Trung ??ng thu?c b&aacute;o c&aacute;o v? B? X&acirc;y d?ng ?? xem x&eacute;t s?a ??i, b? sung theo th?m quy?n ho?c ?? ngh? c? quan c&oacute; th?m quy?n nghi&ecirc;n c?u, s?a ??i, b? sung cho ph&ugrave; h?p.</p> \n \n<p style=\"text-align:justify\">Theo B? X&acirc;y d?ng, ng&agrave;y 25/11/2013, Qu?c h?i kh&oacute;a 13 ?&atilde; th&ocirc;ng qua Lu?t Nh&agrave; ? s? 65/2014/QH13, trong ?&oacute; quy ??nh nhi?u n?i dung li&ecirc;n quan ??n vi?c qu?n l&yacute;, s? d?ng nh&agrave; chung c?. ?? h??ng d?n thi h&agrave;nh Lu?t Nh&agrave; ?, ng&agrave;y 20/10/2015 Ch&iacute;nh ph? ?&atilde; ban h&agrave;nh Ngh? ??nh s? 99/2015/N?-CP quy ??nh chi ti?t v&agrave; h??ng d?n thi h&agrave;nh m?t s? ?i?u c?a Lu?t Nh&agrave; ? v&agrave; B? X&acirc;y d?ng c?ng ?&atilde; ban h&agrave;nh Th&ocirc;ng t? s? 02/2016/TT-BXD ng&agrave;y 15/2/2016 v? Quy ch? qu?n l&yacute;, s? d?ng nh&agrave; chung c?. Hi?n nay, nhi?u ??a ph??ng c&oacute; nh&agrave; chung c? ?&atilde; ch? ??ng tri?n khai th?c hi?n c&oacute; hi?u qu? c&aacute;c quy ??nh v? qu?n l&yacute;, s? d?ng nh&agrave; chung c?, t?ng b??c ??a vi?c qu?n l&yacute;, s? d?ng nh&agrave; chung c? ?i v&agrave;o n? n?p, gi?i quy?t ???c c&aacute;c v??ng m?c, tranh ch?p, khi?u ki?n ph&aacute;t sinh v&agrave; t?o n?p s?ng v?n minh, hi?n ??i cho ng??i d&acirc;n t?i c&aacute;c ?&ocirc; th?. Ng&agrave;y 16/6/2014, B? X&acirc;y d?ng c?ng ?&atilde; ban h&agrave;nh v?n b?n s? 1334/BXD-QLN ?? ngh? c&aacute;c ??a ph??ng ?&ocirc;n ??c c&aacute;c t? ch?c, c&aacute; nh&acirc;n trong vi?c th?c hi?n c&aacute;c quy ??nh c?a ph&aacute;p lu?t c&oacute; li&ecirc;n quan ??n vi?c qu?n l&yacute;, s? d?ng nh&agrave; chung c? tr&ecirc;n ??a b&agrave;n.</p> \n \n<p style=\"text-align:justify\">Tuy nhi&ecirc;n, qua theo vi?c thi h&agrave;nh c&aacute;c quy ??nh v? qu?n l&yacute;, s? d?ng nh&agrave; chung c? trong th?i gian v?a qua cho th?y, m?c d&ugrave; ph&aacute;p lu?t v? nh&agrave; ? ?&atilde; c&oacute; c&aacute;c quy ??nh c? th? ?? x? l&yacute; c&aacute;c v??ng m?c trong qu&aacute; tr&igrave;nh s? d?ng nh&agrave; chung c?, nh?ng t?i m?t s? ??a ph??ng v?n c&ograve;n x?y ra c&aacute;c khi?u ki?n, tranh ch?p gi?a ng??i d&acirc;n v?i ch? ??u t? nh? vi?c t? ch?c h?i ngh? nh&agrave; chung c?, vi?c th&agrave;nh l?p v&agrave; quy?t ??nh c&ocirc;ng nh?n Ban qu?n tr? nh&agrave; chung c?, vi?c l?a ch?n ??n v? qu?n l&yacute; v?n h&agrave;nh nh&agrave; chung c?..., l&agrave;m ?nh h??ng ??n t&igrave;nh h&igrave;nh an ninh tr?t t? c?a ??a ph??ng v&agrave; t?o d? lu?n kh&ocirc;ng t?t trong nh&acirc;n d&acirc;n.</p> \n \n<p style=\"text-align:justify\">Do v?y, B? X&acirc;y d?ng ?? ngh? UBND c&aacute;c t?nh, TP tr?c thu?c Trung ??ng ch? ??o tri?n khai th?c hi?n c&aacute;c n?i dung n&ecirc;u tr&ecirc;n.</p> \n \n<p style=\"text-align:justify\">Vi?n Phong</p> \n","tang-cuong-xu-ly-nghiem-cac-truong-hop-vi-pham-phap-luat-ve-nha-o","/web/uploads/images/tin-tuc/182338baoxaydung_3.jpg","","","","","0","","","","","0","0","","1"); DROP TABLE tn_news_category; CREATE TABLE `tn_news_category` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parent_id` int(11) DEFAULT '0', `name` varchar(255) DEFAULT NULL, `slug` varchar(255) DEFAULT NULL, `image` varchar(255) DEFAULT NULL, `content` text, `description` varchar(255) DEFAULT NULL, `sorted` int(11) DEFAULT '1', `status` tinyint(1) DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8; INSERT INTO tn_news_category VALUES("1","0","Tin th? gi?i","tin-the-gioi","","","","","0"); INSERT INTO tn_news_category VALUES("2","0","Tin trong n??c","tin-trong-nuoc","","","","","0"); INSERT INTO tn_news_category VALUES("3","2","Th? thao","","","","","1","0"); INSERT INTO tn_news_category VALUES("4","2","","","","","","1","0"); INSERT INTO tn_news_category VALUES("5","1","Kinh t?","","","","","1","0"); INSERT INTO tn_news_category VALUES("6","3","","bong-da","","","","","0"); INSERT INTO tn_news_category VALUES("7","0","","tin-tuc-ve-xay-dung","/web/uploads/images/1388802558r1-500x300-95fced3eb3-a20cd8cb14505a0a6d4cbc50c3a57a72.jpg","","","","1"); INSERT INTO tn_news_category VALUES("8","0","T? v?n","tu-van","","","","","1"); INSERT INTO tn_news_category VALUES("11","8","","10-loi-khuyen-giup-tiet-kiem-chi-phi-xay-nha","/web/uploads/files/1-1511-1402390782.jpg","","","","1"); DROP TABLE tn_pages; CREATE TABLE `tn_pages` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parent_id` int(11) DEFAULT '0', `name` varchar(255) DEFAULT NULL, `slug` varchar(255) NOT NULL, `content` text, `seo_title` varchar(255) DEFAULT NULL, `seo_keyword` varchar(255) DEFAULT NULL, `seo_description` varchar(255) DEFAULT NULL, `img` varchar(255) DEFAULT NULL, `view` int(11) DEFAULT '0', `pape_template` smallint(1) DEFAULT '1', `created_by` int(11) DEFAULT NULL, `updated_by` int(11) DEFAULT NULL, `created_at` datetime DEFAULT NULL, `updated_at` datetime DEFAULT NULL, `status` smallint(1) DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=35 DEFAULT CHARSET=utf8; INSERT INTO tn_pages VALUES("2","","Gi?i thi?u","gioi-thieu","<p><span style=\"font-size:18px\"><span style=\"font-family:arial,helvetica,sans-serif\">Website gi?i&nbsp;thi?u vi?c l&agrave;m mi?n ph&iacute;</span></span></p> \n","","","","","232","1","","1","","2018-05-07 22:28:35","1"); INSERT INTO tn_pages VALUES("3","","","cong-trinh","","","","","","261","1","","","","","1"); INSERT INTO tn_pages VALUES("4","","","policy","<p><strong><em>C?p nh?t l?n cu?i ng&agrave;y 11&nbsp;th&aacute;ng 4&nbsp;n?m 2018</em></strong></p> \n \n<p><strong>VUI L&Ograve;NG ??C K? C&Aacute;C ?I?U KHO?N N&Agrave;Y TR??C KHI S? D?NG</strong> <a href=\"https://jobsvina.com\" target=\"_blank\">https://jobsvina.com</a> (Jobs Vina)</p> \n \n<p>Vi?c truy c?p v&agrave; s? d?ng Jobs Vina c&oacute; ngh?a l&agrave; b?n ?&atilde; hi?u v&agrave; ??ng &yacute; s? th?c hi?n theo c&aacute;c ?i?u kho?n s? d?ng m&agrave; Vina - Jobs ??a ra. N?u b?n kh&ocirc;ng ??ng &yacute; v?i c&aacute;c ?i?u kho?n n&agrave;y, b?n s? kh&ocirc;ng c&oacute; quy?n truy c?p ho?c s? d?ng c&aacute;c d?ch v?. C&aacute;c ?i?u kho?n n&agrave;y s? thay th? cho c&aacute;c th?a thu?n ho?c h?p ??ng c?a b?n. Ch&uacute;ng t&ocirc;i c&oacute; th? ngay l?p t?c ch?m d?t c&aacute;c ?i?u kho?n n&agrave;y ho?c b?t k? d?ch v? n&agrave;o li&ecirc;n quan ??n b?n, ho?c n&oacute;i chung l&agrave; ng?ng cung c?p ho?c t? ch?i quy?n truy c?p ??n c&aacute;c d?ch v? ho?c b?t k? ph?n n&agrave;o c?a d?ch v?, v&agrave;o b?t k? l&uacute;c n&agrave;o v&igrave; b?t k? l&yacute; do g&igrave;.<br /> \nCH&Uacute;NG T&Ocirc;I C&Oacute; TO&Agrave;N QUY?N THAY ??I N?I DUNG C&Aacute;C ?I?U KHO?N ?? PH&Ugrave; H?P V?I M&Ocirc; H&Igrave;NH HO?T ??NG, QUY ??NH PH&Aacute;P LU?T M&Agrave; KH&Ocirc;NG C?N TH&Ocirc;NG B&Aacute;O T?I NG??I D&Ugrave;NG. V&Igrave; V?Y H&Atilde;Y TH??NG XUY&Ecirc;N TRUY C?P V&Agrave;O ?I?U KHO?N S? D?NG THEO D&Otilde;I NH?NG THAY ??I ?? ??M B?O QUY?N L?I V&Agrave; NGH?A V? C?A B?N.</p> \n \n<p>Jobs Vina l&agrave; s&agrave;n giao d?ch l&agrave;m vi?c t? do ? Vi?t Nam d&agrave;nh cho c&aacute;c b?n c?n t&igrave;m vi?c l&agrave;m ho?c mu?n t&igrave;m ki?m c? h?i t?t h?n, kh&aacute;ch h&agrave;ng ho?c doanh nghi?p s? d?ng Jobs Vina ?? ti?t ki?m chi ph&iacute;. Jobs Vina cho ph&eacute;p &quot;NG??I D&Ugrave;NG&quot; t?o h? s? c&aacute; nh&acirc;n, ??ng tin t&igrave;m vi?c.</p> \n \n<p><strong>1. ?I?U KI?N THAM GIA GIAO D?CH</strong></p> \n \n<p>1.1 &quot;NG??I D&Ugrave;NG&quot; tham gia giao d?ch ph?i ?&aacute;p ?ng c&aacute;c ?i?u ki?n sau:&nbsp;<br /> \n- ?&atilde; ?? 18 tu?i tr? l&ecirc;n&nbsp;<br /> \n- C&oacute; ??y ?? n?ng l?c h&agrave;nh vi d&acirc;n s? theo quy ??nh c?a ph&aacute;p lu?t. &quot;NG??I D&Ugrave;NG&quot; kh&ocirc;ng ???c ph&eacute;p tham gia giao d?ch trong tr??ng h?p kh&ocirc;ng ?&aacute;p ?ng ?? c&aacute;c ?i?u ki?n tr&ecirc;n, tr? tr??ng h?p c&oacute; tr??ng gi&aacute;m h? tr?c ti?p c?a &quot;NG??I D&Ugrave;NG&quot; ??ng &yacute; v&agrave; tham gia.<br /> \n1.2. ?? c&oacute; th? s? d?ng Jobs Vina, &quot;NG??I D&Ugrave;NG&quot; c?n ph?i truy c?p v&agrave;o website:<a href=\"http://https://jobsvina.com\" target=\"_blank\"> https://jobsvina.com</a> v&agrave; ??ng k&yacute; t&agrave;i kho?n b?ng c&aacute;ch cung c?p th&ocirc;ng tin c&aacute; nh&acirc;n. Sau khi ho&agrave;n t?t vi?c ??ng k&yacute; t&agrave;i kho?n, <NAME>&nbsp;s? cung c?p cho &quot;NG??I D&Ugrave;NG&quot; m?t t&agrave;i kho?n c&aacute; nh&acirc;n ?? &quot;NG??I D&Ugrave;NG&quot; c&oacute; th? truy c?p v&agrave; qu?n l&yacute; qu&aacute; tr&igrave;nh giao d?ch c?a m&igrave;nh.<br /> \n1.3. ??i v?i &quot;NG??I D&Ugrave;NG&quot;&nbsp;c?n ph?i cung c?p th&ocirc;ng tin ch&iacute;nh x&aacute;c cho <NAME> trong ph?n ??ng k&yacute; t&agrave;i kho?n bao g?m c&aacute;c th&ocirc;ng tin c&aacute; nh&acirc;n, s? ?i?n tho?i, ??a ch?, h&igrave;nh ?nh ??i di?n,&nbsp;kinh nghi?m l&agrave;m vi?c, ?&aacute;nh gi&aacute; c?a kh&aacute;ch h&agrave;ng tr??c ?&acirc;y,...<br /> \n1.4. &quot;NG??I D&Ugrave;NG&quot; ph?i ch?u tr&aacute;ch nhi?m tr??c ph&aacute;p lu?t v? to&agrave;n b? c&aacute;c th&ocirc;ng tin m&agrave; m&igrave;nh k&ecirc; khai tr&ecirc;n website c?a <a href=\"https://jobsvina.com\" target=\"_blank\">https://jobsvina.com</a>.&nbsp;Trong m?i tr??ng h?p, <NAME> c&oacute; quy?n x&aacute;c minh th&ocirc;ng tin m&agrave; &quot;NG??I D&Ugrave;NG&quot; ?&atilde; cung c?p nh?ng kh&ocirc;ng c&oacute; ngh?a l&agrave; <NAME> c&oacute; th? ??m b?o th&ocirc;ng tin m&agrave; &quot;NG??I D&Ugrave;NG&quot; ?&atilde; khai l&agrave; ch&iacute;nh x&aacute;c. <NAME> s? kh&ocirc;ng gi?i quy?t c&aacute;c khi?u n?i c?a &quot;NG??I D&Ugrave;NG&quot; trong tr??ng h?p &quot;NG??I D&Ugrave;NG&quot; khai kh&ocirc;ng ?&uacute;ng c&aacute;c th&ocirc;ng tin m&agrave; website c?a <NAME> y&ecirc;u c?u khi ??ng k&yacute; th&ocirc;ng tin, ??ng tin t&igrave;m vi?c, ho?c ??ng h? s?.<br /> \n1.5. &quot;NG??I D&Ugrave;NG&quot; ph?i ch?u tr&aacute;ch nhi?m qu?n l&yacute;, ki?m so&aacute;t t&agrave;i kho?n c?a m&igrave;nh tr&ecirc;n website c?a <NAME>. Kh&ocirc;ng ???c mua b&aacute;n, trao ??i, sang nh??ng cho ng??i kh&aacute;c d??i b?t k? h&igrave;nh th?c n&agrave;o.<br /> \n1.6. Trong tr??ng h?p &quot;NG??I D&Ugrave;NG&quot; vi ph?m m?t trong c&aacute;c ?i?u ki?n tr&ecirc;n th&igrave; <NAME> c&oacute; to&agrave;n quy?n ??n ph??ng kh&oacute;a t&agrave;i kho?n v&agrave; t? ch?i m?i ho?t c?a &quot;NG??I D&Ugrave;NG&quot; tr&ecirc;n website c?a Jobs Vina.</p> \n \n<p><strong>2. H?P ??NG D?CH V? GI?A C&Aacute;C B&Ecirc;N</strong></p> \n \n<p>- H?p ??ng d?ch v? gi?a &quot;KH&Aacute;CH H&Agrave;NG&quot; v&agrave; &quot;https://jobsvina.com&quot; ???c t?o ra khi &quot;KH&Aacute;CH H&Agrave;NG&quot; ??ng vi?c ho?c mua d?ch v? tr&ecirc;n website c?a Jobs Vina v&agrave; ???c xem l&agrave; ?&atilde; k&yacute; k?t ngay khi c&oacute; &quot;https://jobsvina.com&quot; ??ng &yacute; nh?n th?c hi?n y&ecirc;u c?u c?a &quot;KH&Aacute;CH H&Agrave;NG&quot; (??i v?i tr??ng h?p &quot;KH&Aacute;CH H&Agrave;NG&quot; mua d?ch v?) ho?c &quot;KH&Aacute;CH H&Agrave;NG&quot; ch?n &quot;https://jobsvina.com&quot; th&ocirc;ng qua b&aacute;o gi&aacute; m&agrave; &quot;https://jobsvina.com&quot; ?&atilde; g?i (??i v?i tr??ng h?p &quot;KH&Aacute;CH H&Agrave;NG&quot; ??ng tin tuy?n dung) tr&ecirc;n website c?a Jobs Vina.<br /> \n- <NAME> kh&ocirc;ng tham gia k&yacute; k?t h?p ??ng gi?a &quot;KH&Aacute;CH H&Agrave;NG&quot; v&agrave; &quot;https://jobsvina.com&quot;.</p> \n \n<p><strong>3. C&Aacute;CH S? D?NG <NAME></strong></p> \n \n<p>??i v?i &quot;KH&Aacute;CH H&Agrave;NG&quot; c&oacute; nhu c?u t&igrave;m &quot;https://jobsvina.com&quot;: Website cho ph&eacute;p &quot;KH&Aacute;CH H&Agrave;NG&quot; t&igrave;m &quot;https://jobsvina.com&quot; qua 3 c&aacute;ch:<br /> \n-&nbsp; &quot;KH&Aacute;CH H&Agrave;NG&quot; ??ng vi?c: &quot;KH&Aacute;CH H&Agrave;NG&quot; ph?i tr? l?i c&aacute;c c&acirc;u h?i theo t?ng danh m?c c&ocirc;ng vi?c m&agrave; Jobs Vina ??a ra nh?m gi&uacute;p &quot;https://jobsvina.com&quot; hi?u r&otilde; y&ecirc;u c?u c?a &quot;KH&Aacute;CH H&Agrave;NG&quot; ?? quy?t ??nh b&aacute;o gi&aacute; hay kh&ocirc;ng.<br /> \n-&nbsp; &quot;KH&Aacute;CH H&Agrave;NG&quot; mua d?ch v?: C&aacute;c D?CH V? tr&ecirc;n website Jobs Vina ??a ra nh?m gi&uacute;p cho &quot;KH&Aacute;CH H&Agrave;NG&quot; nhanh ch&oacute;ng t&igrave;m ???c c&ocirc;ng vi?c/?ng vi&ecirc;n&nbsp;ph&ugrave; h?p.<br /> \n- Sau khi &quot;https://jobsvina.com&quot; ho&agrave;n th&agrave;nh c&ocirc;ng vi?c, &quot;KH&Aacute;CH H&Agrave;NG&quot; x&aacute;c nh?n ho&agrave;n th&agrave;nh c&ocirc;ng vi?c v&agrave; ?&aacute;nh gi&aacute; &quot;https://jobsvina.com&quot;.</p> \n \n<p>- L?u &yacute;: <NAME> ch? ?&oacute;ng vai tr&ograve; trung gian gi?i thi?u &quot;https://jobsvina.com&quot; cho &quot;KH&Aacute;CH H&Agrave;NG&quot; ch? kh&ocirc;ng tham gia v&agrave;o qu&aacute; tr&igrave;nh th?a thu?n, l&agrave;m vi?c gi?a &quot;KH&Aacute;CH H&Agrave;NG&quot; v?i &quot;https://jobsvina.com&quot;.<br /> \n- &quot;KH&Aacute;CH H&Agrave;NG&quot; c&oacute; th? h?y b? y&ecirc;u c?u ho?c t? ch?i l&agrave;m vi?c v?i &quot;https://jobsvina.com&quot; b?ng c&aacute;ch li&ecirc;n h? v?i b? ph?n ch?m s&oacute;c kh&aacute;ch h&agrave;ng c?a <NAME> ?? ???c h? tr?.</p> \n \n<p><strong>4. QUY ??NH V? N?I DUNG NG??I D&Ugrave;NG CUNG C?P</strong></p> \n \n<p>- Kh&ocirc;ng ??ng t?i, b&igrave;nh lu?n v? c&aacute;c v?n ?? ch&iacute;nh tr?, t&ocirc;n gi&aacute;o, s?c t?c.<br /> \n- Kh&ocirc;ng truy?n b&aacute; n?i dung v?n ho&aacute; ph?m b?o l?c, ??i tr?y, ph?n c?m&hellip;tr&aacute;i v?i thu?n phong m? t?c Vi?t Nam.<br /> \n- Kh&ocirc;ng s? d?ng Jobs Vina ?? ti?p tay cho c&aacute;c h&agrave;nh ??ng vi ph?m ph&aacute;p lu?t Nh&agrave; n??c CHXHCN Vi?t Nam.<br /> \n- Kh&ocirc;ng vi ph?m b?n quy?n ?&atilde; ???c b?o h? v&agrave; c&aacute;c n?i dung ???c lu?t s? h?u tr&iacute; tu? b?o h? khi ch?a c&oacute; s? ??ng &yacute; b?ng v?n b?n c?a ng??i gi? b?n quy?n.<br /> \n- Kh&ocirc;ng s? d?ng ng&ocirc;n t? thi?u v?n ho&aacute;, khi&ecirc;u d&acirc;m, ?e d?a, l?ng nh?c hay x&uacute;c ph?m c&aacute; nh&acirc;n, t? ch?c&hellip;<br /> \n- Kh&ocirc;ng truy?n t?i c&aacute;c t&agrave;i li?u qu?ng c&aacute;o, khuy?n m?i, &quot;th? g?i h&agrave;ng lo?t&quot;, c&aacute;c th&ocirc;ng tin kh&ocirc;ng theo ch? ?? ?ang th?o lu?n.<br /> \n- Kh&ocirc;ng ??ng k&yacute; nhi?u t&agrave;i kho?n v?i c&aacute;c th&ocirc;ng tin t??ng t? nhau.<br /> \n- Kh&ocirc;ng ph&aacute;t t&aacute;n virus, trojan, adware, spyware, c&aacute;c ??an m&atilde; g&acirc;y h?i cho ch??ng tr&igrave;nh, c&aacute;c ch??ng tr&igrave;nh g&acirc;y c?n tr? s? ph&aacute;t tri?n c?a website, ph?n c?ng, ph?n m?m m&aacute;y t&iacute;nh ho?c c&aacute;c thi?t b? vi?n th&ocirc;ng.<br /> \n- &quot;NG??I D&Ugrave;NG&quot; ph?i ch?u tr&aacute;ch nhi?m v? n?i dung m&agrave; m&igrave;nh ??ng t?i tr&ecirc;n <a href=\"https://jobsvina.com\" target=\"_blank\">https://jobsvina.com</a>. Ch&uacute;ng t&ocirc;i kh&ocirc;ng ch?u tr&aacute;ch nhi?m v? b?t k? n?i dung n&agrave;o do &quot;NG??I D&Ugrave;NG&quot; ??ng t?i.<br /> \n- Ch&uacute;ng t&ocirc;i c&oacute; to&agrave;n quy?n s? d?ng ho?c thay ??i n?i dung &quot;NG??I D&Ugrave;NG&quot; cung c?p m&agrave; kh&ocirc;ng c?n th&ocirc;ng b&aacute;o tr??c. Nh?ng &quot;NG??I D&Ugrave;NG&quot; c? t&igrave;nh vi ph?m s? b? lo?i kh?i <a href=\"https://jobsvina.com\" target=\"_blank\">https://jobsvina.com</a>.</p> \n \n<p><strong>5. QUY?N C?A NG??I D&Ugrave;NG</strong></p> \n \n<p>Quy?n c?a &quot;NG??I D&Ugrave;NG&quot; khi ??ng k&yacute; v&agrave; s? d?ng https://jobsvina.com:<br /> \n5.1. &quot;NG??I D&Ugrave;NG&quot; ???c Jobs Vina b?o m?t c&aacute;c th&ocirc;ng tin c&aacute; nh&acirc;n theo ch&iacute;nh s&aacute;ch b?o m?t th&ocirc;ng tin &quot;NG??I D&Ugrave;NG&quot; c?a Jobs Vina.<br /> \n5.2. &quot;NG??I D&Ugrave;NG&quot; ???c quy?n t? ch?i s? d?ng Jobs Vina m&agrave; kh&ocirc;ng c?n ??a ra l&yacute; do.<br /> \n5.3. &quot;NG??I D&Ugrave;NG&quot; ???c quy?n qu?n l&yacute; c&aacute;c th&ocirc;ng tin c&aacute; nh&acirc;n, l?ch s? l&agrave;m vi?c, d?ch v? ?&atilde; s? d?ng ngay tr&ecirc;n Jobs Vina.</p> \n \n<p><strong>6. NGH?A V? C?A NG??I D&Ugrave;NG</strong></p> \n \n<p>Ngo&agrave;i c&aacute;c ?i?u kho?n r&agrave;ng bu?c tr&ecirc;n, c&ugrave;ng v?i vi?c s? d?ng ?ng D?ng, website, &quot;NG??I D&Ugrave;NG&quot; ??ng &yacute; r?ng:<br /> \n6.1. &quot;NG??I D&Ugrave;NG&quot; c&oacute; tr&aacute;ch nhi?m cung c?p ??y ?? v&agrave; ch&iacute;nh x&aacute;c c&aacute;c th&ocirc;ng tin theo y&ecirc;u c?u c?a <NAME> khi ??ng k&yacute; v&agrave; trong su?t qu&aacute; tr&igrave;nh s? d?ng <NAME>.<br /> \n6.2. &quot;NG??I D&Ugrave;NG&quot; s? ch?u to&agrave;n b? tr&aacute;ch nhi?m trong vi?c s? d?ng T&agrave;i Kho?n c?a m&igrave;nh tr&ecirc;n h? th?ng c?a <NAME>.<br /> \n6.3. Trong tr??ng h?p &quot;NG??I D&Ugrave;NG&quot; m?t t&agrave;i kho?n, &quot;NG??I D&Ugrave;NG&quot; c&oacute; ngh?a v? th&ocirc;ng b&aacute;o cho b? ph?n ch?m s&oacute;c kh&aacute;ch h&agrave;ng c?a <NAME> ?? <NAME> ti?n h&agrave;nh th? t?c thay ??i ho?c t?m th?i ch?n c&aacute;c giao d?ch c&oacute; li&ecirc;n quan gi&uacute;p &quot;NG??I D&Ugrave;NG&quot; qu?n l&yacute; qu&aacute; tr&igrave;nh s? d?ng c?a m&igrave;nh. <NAME> s? kh&ocirc;ng ch?u tr&aacute;ch nhi?m ho?c gi?i quy?t khi?u n?i trong tr??ng h?p &quot;NG??I D&Ugrave;NG&quot; kh&ocirc;ng th&ocirc;ng b&aacute;o cho <NAME> d?n ??n vi?c c&oacute; b&ecirc;n th? ba s? d?ng T&agrave;i Kho?n ?&oacute; c?a &quot;NG??I D&Ugrave;NG&quot; ?? th?c hi?n c&aacute;c ho?t ??ng tr&ecirc;n Jobs Vina.<br /> \n6.4. &quot;NG??I D&Ugrave;NG&quot; s? kh&ocirc;ng ?y quy?n, chuy?n nh??ng hay chuy?n giao T&agrave;i Kho?n c?a m&igrave;nh v?i b?t k? h&igrave;nh th?c n&agrave;o cho b&ecirc;n th? ba b?t k?.<br /> \n6.5. &quot;NG??I D&Ugrave;NG&quot; s? ch?u tr&aacute;ch nhi?m tr??c ph&aacute;p lu?t ??i v?i to&agrave;n b? th&ocirc;ng tin m&agrave; m&igrave;nh ?&atilde; cung c?p tr&ecirc;n ?ng d?ng,website.<br /> \n6.6. &quot;NG??I D&Ugrave;NG&quot; kh&ocirc;ng s? d?ng Jobs Vina nh?m m?c ?&iacute;ch tr&aacute;i ph&aacute;p lu?t.<br /> \n6.7. &quot;NG??I D&Ugrave;NG&quot; ??ng &yacute; ch?u tr&aacute;ch nhi?m v? t&iacute;nh ch&iacute;nh x&aacute;c c?a c&aacute;c th&ocirc;ng tin m&agrave; m&igrave;nh cung c?p ho?c b? sung khi s? d?ng Jobs Vina.<br /> \n6.8. &quot;NG??I D&Ugrave;NG&quot; s? kh&ocirc;ng s? website Jobs Vina ?? g&acirc;y phi?n to&aacute;i ho?c l&agrave;m kh&oacute; Jobs Vina.<br /> \n6.9. &quot;NG??I D&Ugrave;NG&quot; kh&ocirc;ng ???c c? t&igrave;nh b&ocirc;i nh?a danh d?, vu kh?ng, ho?c b?a ??t nh?ng ?i?u l&agrave;m t?n h?i ??n danh d?, uy t&iacute;n c?a <NAME> ho?c c&aacute;c b&ecirc;n li&ecirc;n quan.<br /> \n6.10. &quot;NG??I D&Ugrave;NG&quot; s? kh&ocirc;ng c? t&igrave;nh g&acirc;y thi?t h?i cho Website <NAME> theo b?t k? c&aacute;ch n&agrave;o;<br /> \n6.11. &quot;NG??I D&Ugrave;NG&quot; s? kh&ocirc;ng sao ch&eacute;p, s? d?ng c&aacute;c th&ocirc;ng tin, n?i dung tr&ecirc;n website c?a <NAME> m&agrave; kh&ocirc;ng c&oacute; s? cho ph&eacute;p b?ng v?n b?n c?a <NAME>.<br /> \n6.12. &quot;KH&Aacute;CH H&Agrave;NG&quot; s? thanh to&aacute;n chi ph&iacute; cho &quot;https://jobsvina.com&quot; theo s? th?a thu?n gi?a hai b&ecirc;n.<br /> \n6.13. &quot;NG??I D&Ugrave;NG&quot; s? kh&ocirc;ng c&ugrave;ng b&ecirc;n th? ba b?ng b?t k? ph??ng th?c n&agrave;o c&oacute; nh?ng h&agrave;nh vi g&acirc;y ph??ng h?i cho website c?ng nh? ch?t l??ng d?ch V? tr&ecirc;n website c?a <NAME>.<br /> \n6.14. &quot;KH&Aacute;CH H&Agrave;NG&quot; c&oacute; tr&aacute;ch nhi?m ki?m tra th&ocirc;ng tin c?a &quot;https://jobsvina.com&quot; tr??c khi l&agrave;m vi?c.<br /> \n6.15. &quot;KH&Aacute;CH H&Agrave;NG&quot; ch?u tr&aacute;ch nhi?m t? ki?m tra, b?o qu?n t&agrave;i s?n tr??c, trong v&agrave; sau khi &quot;https://jobsvina.com&quot; ho&agrave;n th&agrave;nh c&ocirc;ng vi?c.<br /> \n6.16. &quot;https://jobsvina.com&quot; c&oacute; tr&aacute;ch nhi?m x&aacute;c nh?n l?i y&ecirc;u c?u c?a &quot;KH&Aacute;CH H&Agrave;NG&quot; tr??c khi l&agrave;m vi?c.<br /> \nTrong tr??ng h?p &quot;NG??I D&Ugrave;NG&quot; vi ph?m ho?c <NAME> nh?n th?y &quot;NG??I D&Ugrave;NG&quot; c&oacute; d?u hi?u vi ph?m, <NAME> c&oacute; quy?n ngay l?p t?c ?&oacute;ng T&agrave;i Kho?n c?a &quot;NG??I D&Ugrave;NG&quot; m&agrave; kh&ocirc;ng c?n ph?i l?y &yacute; ki?n hay ???c s? ??ng &yacute; c?a &quot;NG??I D&Ugrave;NG&quot; ho?c b&ecirc;n th? ba n&agrave;o kh&aacute;c.</p> \n \n<p><strong>7. KHI?U N?I</strong></p> \n \n<p>- Khi c&oacute; b?t k? khi?u n?i g&igrave; v? ch?t l??ng c?a &quot;https://jobsvina.com&quot; ho?c nh?ng v?n ?? li&ecirc;n quan ??n t&agrave;i s?n c?a &quot;KH&Aacute;CH H&Agrave;NG&quot; trong qu&aacute; tr&igrave;nh &quot;https://jobsvina.com&quot; th?c hi?n. &quot;KH&Aacute;CH H&Agrave;NG&quot; h&atilde;y li&ecirc;n h? v?i b? ph?n ch?m s&oacute;c kh&aacute;ch h&agrave;ng c?a <NAME> ?? h? tr? gi?i quy?t.<br /> \n- Trong tr??ng h?p c&oacute; tranh ch?p x?y ra gi?a &quot;KH&Aacute;CH H&Agrave;NG&quot; v?i &quot;https://jobsvina.com&quot;, <NAME> s? ??ng ra l&agrave;m ??n v? trung gian ?? gi?i quy?t m&acirc;u thu?n gi?a hai b&ecirc;n. N?u s? vi?c kh&ocirc;ng ???c gi?i quy?t th&igrave; s? ??a ra t&ograve;a &aacute;n nh&acirc;n d&acirc;n s? t?i ?? gi?i quy?t.</p> \n \n<p><strong>8. QU?NG C&Aacute;O V&Agrave; KHUY?N M&Atilde;I</strong></p> \n \n<p>C&ugrave;ng v?i vi?c truy c?p website <NAME>, ??ng k&yacute; th&ocirc;ng tin v&agrave; s? d?ng, &quot;NG??I D&Ugrave;NG&quot; ??ng &yacute; r?ng s? nh?n c&aacute;c th&ocirc;ng tin li&ecirc;n quan ??n vi?c s? d?ng website qua tin nh?n SMS, email, bao g?m nh?ng kh&ocirc;ng gi?i h?n c&aacute;c tin nh?n qu?ng c&aacute;o v? vi?c c?p nh?t th&ecirc;m d?ch v? tr&ecirc;n website, t&iacute;ch l?y ?i?m, tham gia ch??ng tr&igrave;nh r&uacute;t th?m tr&uacute;ng th??ng, c&aacute;c ch??ng tr&igrave;nh khuy?n m&atilde;i trong gi?, ng&agrave;y, tu?n, th&aacute;ng, n?m c?a Jobs Vina.</p> \n \n<p><strong>9. GI?I H?N, MI?N TR&Aacute;CH NHI?M PH&Aacute;P L&Yacute;</strong></p> \n \n<p>Ngo&agrave;i c&aacute;c tr&aacute;ch nhi?m c? th? ?&atilde; ???c th&ocirc;ng tin, c&ugrave;ng v?i vi?c truy c?p website Jobs Vina, ??ng k&yacute; th&ocirc;ng tin v&agrave; s? d?ng, &quot;NG??I D&Ugrave;NG&quot; ?&atilde; hi?u r&otilde; r?ng:<br /> \n- C&aacute;c th&ocirc;ng tin, ch&iacute;nh s&aacute;ch, d?ch v? ???c c&ocirc;ng b? tr&ecirc;n website ch? mang t&iacute;nh ch?t th&ocirc;ng tin tham kh?o ?? &quot;KH&Aacute;CH H&Agrave;NG&quot; quy?t ??nh s? d?ng ho?c tham gia.<br /> \n- <NAME> s? kh&ocirc;ng ch?u tr&aacute;ch nhi?m v? b?t k? thi?t h?i n&agrave;o c?a &quot;NG??I D&Ugrave;NG&quot; do vi?c s? d?ng website g&acirc;y ra, bao g?m nh?ng kh&ocirc;ng gi?i h?n c&aacute;c thi?t h?i do ph?n m?m ??c h?i, virus, c&aacute;c thi?t h?i v? vi?c kh&ocirc;ng th? truy c?p ???c c&aacute;c trang th&ocirc;ng tin li&ecirc;n l?c kh&aacute;c ho?c ph??ng ti?n ?i?n tho?i c?a &quot;NG??I D&Ugrave;NG&quot; b? ch?m&hellip;<br /> \n- &quot;NG??I L&Agrave;M&quot; ch?u tr&aacute;ch nhi?m ch&iacute;nh v? qu&aacute; tr&igrave;nh v&agrave; kh? n?ng c?a m&igrave;nh ???c y&ecirc;u c?u th&ocirc;ng qua vi?c s? d?ng website. Trong m?i tr??ng h?p <NAME> kh&ocirc;ng ch?u tr&aacute;ch nhi?m li&ecirc;n quan ??n v&agrave;/ho?c ph&aacute;t sinh t? vi?c cung c?p d?ch V? c?a &quot;https://jobsvina.com&quot; ho?c b?t k? h&agrave;nh ??ng, th&aacute;i ?? v&agrave;/ho?c s? su?t n&agrave;o t? &quot;https://jobsvina.com&quot;.</p> \n \n<p><strong>10. CH&Iacute;NH S&Aacute;CH V? B?N QUY?N</strong></p> \n \n<p>- Ch&iacute;nh S&aacute;ch B?n Quy?n c?a <NAME> ???c thi?t l?p ?i k&egrave;m v?i ?i?u Kho?n S? D?ng n&agrave;y. &quot;NG??I D&Ugrave;NG&quot; cam k?t s? kh&ocirc;ng vi ph?m vi?c s? d?ng, sao ch&eacute;p hay ph&acirc;n ph?i b?t k? n?i dung, th&ocirc;ng tin n&agrave;o c&oacute; li&ecirc;n quan ??n ho?c ???c n&ecirc;u trong ?i?u Kho?n S? D?ng ho?c Ch&iacute;nh S&aacute;ch B?n Quy?n c?a Jobs Vina.<br /> \n- &quot;NG??I D&Ugrave;NG&quot; x&aacute;c nh?n v&agrave; ??ng &yacute; r?ng t?t c? c&aacute;c t&agrave;i li?u, th&ocirc;ng tin v&agrave; n?i dung bao g?m logo, th??ng hi?u, nh&atilde;n hi?u, bi?u t??ng, v?n b?n, h&igrave;nh ?nh, ph?n m?m, s?n ph?m, d? li?u, d?ch v?, giao di?n Website, giao di?n ?ng d?ng v&agrave; c&aacute;c t&agrave;i s?n s? h?u tr&iacute; tu? kh&aacute;c ???c Jobs Vina c&ocirc;ng b? tr&ecirc;n Website, ?ng D?ng c?ng nh? c&aacute;c ?i?u Kho?n S? D?ng l&agrave; c&aacute;c t&agrave;i s?n tr&iacute; tu? thu?c quy?n s? h?u c?a <NAME> v&agrave; ???c b?o v? b?i Lu?t S? h?u tr&iacute; tu? c?a Vi?t Nam. <NAME> gi? quy?n c?p ph&eacute;p truy c?p th&ocirc;ng tin c?a C?ng th&ocirc;ng tin theo ?i?u kho?n n&agrave;y.<br /> \n- &quot;NG??I D&Ugrave;NG&quot; kh&ocirc;ng ???c ph&eacute;p s? d?ng, sao ch&eacute;p Th&ocirc;ng Tin ho?c t?o ra c&aacute;c b?n ph&aacute;t sinh c?a Th&ocirc;ng Tin l&ecirc;n b?t k? m?t ph??ng ti?n, trang web hay b?t k? m?t ti?n &iacute;ch n&agrave;o kh&aacute;c m&agrave; kh&ocirc;ng ???c s? ??ng &yacute; b?ng v?n b?n c?a <NAME>.</p> \n \n<p><br /> \n<strong>N?U B?N C&Oacute; B?T K? TH?C M?C N&Agrave;O H&Atilde;Y LI&Ecirc;N H? V?I <a href=\"https://jobsvina.com/contact.html\">JOBS VINA</a> ?? ???C H? TR? V&Agrave; GI?I ?&Aacute;P</strong></p> \n","","","","","96","3","","1","","2018-05-22 21:34:21","1"); INSERT INTO tn_pages VALUES("5","","T? v?n","tu-van","<blockquote> \n<p><strong>1) N?u b?n kh&ocirc;ng bi?t v? tr&igrave;nh t? c&aacute;c b??c khi x&acirc;y nh&agrave; :</strong>&nbsp;c&oacute; th? b?n s? b? ti&ecirc;u t?n kho?ng&nbsp;<strong>5% - 10%</strong>&nbsp;chi ph&iacute; cho vi?c s?a ch?a, ?i?u ch?nh c?n nh&agrave; c?a m&igrave;nh. V&iacute; d? : nh?ng v?n ?? v? phong th?y n?u kh&ocirc;ng d? tr&ugrave; tr??c, m&agrave; sau khi thi c&ocirc;ng m?i xem th&igrave; ch?c ch?n b?n s? ph?i ch?nh s?a l?i c?n nh&agrave; c?a m&igrave;nh ; ho?c kh&ocirc;ng bi?t c&aacute;ch v?n d?ng thi?t k? c&oacute; th? l&agrave;m h?ng c? kh&ocirc;ng gian, b? c?c c?n nh&agrave; v&agrave; ph?i t?n ti?n ch?nh s?a.</p> \n \n<p style=\"text-align:center\"><img alt=\"\" src=\"/web/uploads/images/7.jpg\" style=\"height:600px; width:800px\" /></p> \n</blockquote> \n \n<blockquote> \n<p><strong>2) N?u b?n kh&ocirc;ng bi?t c&aacute;ch d? tr&ugrave; chi ph&iacute; x&acirc;y nh&agrave; :</strong>&nbsp;b?n c&oacute; th? s? ph?i ?i vay ti?n ?? ho&agrave;n th&agrave;nh c?n nh&agrave;. Vi?c vay ti?n n&agrave;y c&oacute; th? ?nh h??ng ??n v?n ?? t&agrave;i ch&iacute;nh c?a nh&agrave; b?n. Ngo&agrave;i ra, vi?c d? tr&ugrave; chi ph&iacute; x&acirc;y d?ng kh&ocirc;ng t?t c&oacute; th? khi?n b?n b? qua vi?c th??ng l??ng v?i ng??i b&aacute;n ??t v? chi ph&iacute; khi ph?i gia c? m&oacute;ng tr&ecirc;n v&ugrave;ng ??t y?u, ho?c b? qua chi ph&iacute; ??m b?o ch?t l??ng cho c?n nh&agrave; c?a m&igrave;nh nh? chi ph&iacute; thi?t k? v&agrave; gi&aacute;m s&aacute;t. Chi ph&iacute; ?? kh?c ph?c ch?t l??ng k&eacute;m sau khi thi c&ocirc;ng c&oacute; th? chi?m t?&nbsp;<strong>10% - 20%</strong>&nbsp;gi&aacute; tr? c?n nh&agrave; c?a b?n.</p> \n</blockquote> \n \n<blockquote> \n<p><strong>3) N?u b?n kh&ocirc;ng bi?t c&aacute;ch l&agrave;m r&otilde; thi?t k? :&nbsp;</strong>n?u b?n kh&ocirc;ng bi?t c&aacute;ch l&agrave;m r&otilde; thi?t k? ngay t? ban ??u, c&oacute; th? b?n s? ph?i t?n th&ecirc;m t?&nbsp;<strong>10% - 20%</strong>&nbsp;cho chi ph&iacute; thi?t k? v&igrave; vi?c l&agrave;m l?i. Ngo&agrave;i ra, vi?c l&agrave;m l?i thi?t k? c&oacute; th? ?nh h??ng ??n hi?u qu? c&ocirc;ng vi?c c?a ng??i l&agrave;m thi?t k? b?i v&igrave; th?c s? kh&ocirc;ng c&oacute; c&ocirc;ng vi?c g&igrave; ch&aacute;n ng&aacute;n h?n l&agrave; ph?i s?a ?i, s?a l?i m?t s?n ph?m do m&igrave;nh l&agrave;m ra. Ch?a k? c&ograve;n ?nh h??ng ??n quan h? gi?a ch? nh&agrave; v&agrave; b&ecirc;n thi?t k? n?u nh? &yacute; ki?n c?a b?n thay ??i li&ecirc;n t?c. Cho n&ecirc;n, b?n c?n c&oacute; m?t b? th? vi?n m?u nh&agrave; ?? tham kh?o tr??c khi b?t ??u l&agrave;m vi?c v?i thi?t k? v? c?n nh&agrave; c?a m&igrave;nh. Khi ?&oacute;, nh?ng &yacute; t??ng v? c?n nh&agrave; c?a b?n s? tr? n&ecirc;n r&otilde; r&agrave;ng h?n r?t nhi?u.</p> \n</blockquote> \n \n<blockquote> \n<p><strong>4) N?u b?n kh&ocirc;ng bi?t c&aacute;ch ?&aacute;nh gi&aacute; ch?n th?u :</strong>&nbsp;kh&ocirc;ng c&oacute; g&igrave; sai l?m h?n vi?c ch?n ph?i m?t nh&agrave; th?u thi?t k? / thi c&ocirc;ng / gi&aacute;m s&aacute;t t? h?i. K?t qu? c?a vi?c ?&aacute;nh gi&aacute; v&agrave; ch?n th?u sai s? d?n ??n c&ocirc;ng tr&igrave;nh c?a b?n b? ?nh h??ng v? nhi?u kh&iacute;a c?nh nh? ph&aacute;t sinh chi ph&iacute;, ti?n ?? k&eacute;o d&agrave;i, ch?t l??ng kh&ocirc;ng ??m b?o... Vi?c kh?c ph?c nh?ng h? l?y n&agrave;y kh&ocirc;ng bao gi? l&agrave; nh?. Th?m ch&iacute; c&oacute; tr??ng h?p ph?i ti&ecirc;u t?n t?&nbsp;<strong>20% - 30%</strong>gi&aacute; tr? c?n nh&agrave; ?? kh?c ph?c.</p> \n</blockquote> \n \n<blockquote> \n<p><strong>5) N?u b?n kh&ocirc;ng bi?t l&agrave;m r&otilde; h?p ??ng :</strong>&nbsp;n?u b?n kh&ocirc;ng bi?t c&aacute;ch l&agrave;m r&otilde; h?p ??ng, ch?c ch?n khi c&oacute; s? c? ho?c khi nh&agrave; th?u c? &yacute; &quot;l&agrave;m m&igrave;nh l&agrave;m m?y&quot; th&igrave; b?n s? l&agrave; ng??i ch?u thi?t. B?n s? l&agrave;m g&igrave; n?u nh&agrave; th?u l&agrave;m ch?m ti?n ?? m&agrave; trong th?a thu?n th&igrave; ch?ng c&oacute; ?i?u ki?n g&igrave; ?? r&agrave;ng bu?c ? B?n s? l&agrave;m g&igrave; n?u b?n mu?n ng?ng h?p ??ng v&igrave; nh&agrave; th?u l&agrave;m vi?c kh&ocirc;ng ??m b?o ch?t l??ng ? Ch?c ch?n nh?ng tr??ng h?p ?&oacute; s? l&agrave;m m?t m?i c? ?&ocirc;i b&ecirc;n n?u kh&ocirc;ng ???c quy ??nh tr??c, ??ng th?i b?n c&ograve;n ph?i ch?u thi?t v? ti?n b?c, th?i gian n?u kh&ocirc;ng chu?n b? k? c&agrave;ng.</p> \n</blockquote> \n \n<blockquote><strong>6) N?u b?n kh&ocirc;ng bi?t nh?ng kh&acirc;u quan tr?ng c?n ph?i ki?m tra :&nbsp;</strong>c&oacute; th? nh&agrave; th?u / gi&aacute;m s&aacute;t s? qua m?t b?n, v&igrave; ??n gi?n ch? l&agrave; b?n kh&ocirc;ng bi?t. Ho?c s? s? s&oacute;t, thi?u c?n tr?ng c?a nh&agrave; th?u / gi&aacute;m s&aacute;t c&oacute; th? l&agrave;m ?nh h??ng ??n ch?t l??ng c&ocirc;ng tr&igrave;nh n?u b? qua m?t v&agrave;i kh&acirc;u quan tr?ng. Vi?c b?n bi?t nh?ng kh&acirc;u quan tr?ng c?n ki?m tra khi?n cho nh&agrave; th?u / gi&aacute;m s&aacute;t ph?i n? b?n h?n v&agrave; ph?i k? l??ng h?n trong to&agrave;n b? c&ocirc;ng tr&igrave;nh. ?i?u ?&oacute; gi&uacute;p cho c&ocirc;ng tr&igrave;nh c?a b?n ch?c ch?n &iacute;t sai s&oacute;t h?n v&agrave; ch?t l??ng ??m b?o h?n.</blockquote> \n \n<blockquote><strong>7) N?u b?n kh&ocirc;ng bi?t v? nh?ng quy ??nh khi x&acirc;y nh&agrave; :</strong>&nbsp;c&oacute; th? b?n s? ph?i chi ti&ecirc;u nhi?u h?n cho vi?c x&acirc;y nh&agrave; c?a m&igrave;nh trong tr??ng h?p l? nh? b?n x&acirc;y nh&agrave; b? kh&aacute;c v?i gi?y ph&eacute;p ???c c?p. C&oacute; nhi?u tr??ng h?p, th?m ch&iacute; nh&agrave; th?u c?ng kh&ocirc;ng n?m r&otilde; lu?t quy ??nh v? vi?c x&acirc;y d?ng kh&aacute;c v?i gi?y ph&eacute;p. Trong m?t s? tr??ng h?p b?n b? ph?t h&agrave;nh ch&iacute;nh, ph?i ph&aacute; d? ph?n x&acirc;y tr&aacute;i ph&eacute;p ; m?t s? tr??ng h?p kh&aacute;c b?n ch? b? ph?t h&agrave;nh ch&iacute;nh m&agrave; kh&ocirc;ng c?n ph&aacute; d? ; th?m ch&iacute; c&oacute; c? tr??ng h?p m?c d&ugrave; x&acirc;y sai ph&eacute;p nh?ng b?n kh&ocirc;ng b? ph?t c?ng kh&ocirc;ng b? ph&aacute; d?. T?t c? nh?ng ?i?u ?&oacute; ??u c&oacute; quy ??nh r?t r&otilde;, nh?ng n?u nh? b?n kh&ocirc;ng n?m b?t th&igrave; d? nhi&ecirc;n b?n s? ph?i ch?u thi?t th&ograve;i v? ph?n m&igrave;nh r?i.</blockquote> \n","","","","","154","1","","","","","1"); INSERT INTO tn_pages VALUES("6","","Tin t?c","tin-tuc","","","","","","190","1","","","","","0"); INSERT INTO tn_pages VALUES("7","","","lien-he","<p><iframe frameborder=\"0\" height=\"450\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d6592.660851715465!2d106.6146472899516!3d10.732971854713854!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x31752dc334067e89%3A0x48f1936395b3114b!2zMzYvMjcvNjEgQsO5aSBUxrAgVG_DoG4sIEFuIEzhuqFjLCBCw6xuaCBUw6JuLCBI4buTIENow60gTWluaCwgVmlldG5hbQ!5e0!3m2!1sen!2s!4v1490523632330\" style=\"border:0\" width=\"100%\"></iframe></p> \n","","","","","167","2","","1","","2018-05-07 22:32:08","1"); INSERT INTO tn_pages VALUES("8","","Trang chu","home","","","","","","946","","","","","","1"); INSERT INTO tn_pages VALUES("9","0","Tin tuc detail","tin-tuc-detail","","","","","","159","3","","","","","1"); INSERT INTO tn_pages VALUES("10","","contruction-detail","contruction-detail","","","","","/web/uploads/images/received_1559098641017329.jpeg","281","3","","","","","1"); INSERT INTO tn_pages VALUES("11","","Dich vu","dich-vu","","","","","","42","3","","","","","1"); INSERT INTO tn_pages VALUES("12","","","user-dang-ky-thanh-cong","<p>&nbsp;</p> \n \n<p>Ch&uacute;c m?ng b?n&nbsp;?&atilde;&nbsp;??ng k&yacute; th&agrave;nh c&ocirc;ng, m?t email k&iacute;ch ho?t&nbsp;?&atilde; g?i v&agrave;o t&agrave;i kho?n c?a b?n.</p> \n \n<p>Vui l&ograve;ng ki?m tra v&agrave; l&agrave;m theo h??ng d?n&nbsp;?? k&iacute;ch ho?t t&agrave;i kho?n c?a b?n. Xin c?m&nbsp;?n !</p> \n","","","","","","","","","","","1"); INSERT INTO tn_pages VALUES("13","","register company","register-company","","","","","","","","","1","","2018-05-07 22:32:46","1"); INSERT INTO tn_pages VALUES("14","0","blog-detail","blog-detail","","","","","","","","1","1","2018-04-30 23:47:14","2018-05-07 22:33:09","1"); INSERT INTO tn_pages VALUES("15","","candidate-detail","candidate-detail","","","","","","","","1","1","2018-04-30 23:47:33","2018-04-30 23:47:33","1"); INSERT INTO tn_pages VALUES("16","","register-company","register-company","","","","","","","","1","1","2018-04-30 23:47:48","2018-04-30 23:47:48","1"); INSERT INTO tn_pages VALUES("17","","jobs-detail","jobs-detail","","","","","","","","1","1","2018-04-30 23:48:09","2018-04-30 23:48:09","1"); INSERT INTO tn_pages VALUES("18","","register-candidate","register-candidate","","","","","","","","1","1","2018-04-30 23:48:26","2018-04-30 23:48:26","1"); INSERT INTO tn_pages VALUES("19","","forgot-password","forgot-password","","","","","","","","1","1","2018-04-30 23:49:06","2018-04-30 23:49:06","1"); INSERT INTO tn_pages VALUES("20","","forgot-password-success","forgot-password-success","","","","","","","","1","1","2018-04-30 23:49:32","2018-04-30 23:49:32","1"); INSERT INTO tn_pages VALUES("21","","update-candidate","update-candidate","","","","","","","","1","1","2018-04-30 23:49:52","2018-04-30 23:49:52","1"); INSERT INTO tn_pages VALUES("22","","change-password","change-password","","","","","","","","1","1","2018-04-30 23:50:08","2018-04-30 23:50:08","1"); INSERT INTO tn_pages VALUES("23","","candidate","candidate","","","","","","","","1","1","2018-04-30 23:50:18","2018-04-30 23:50:18","1"); INSERT INTO tn_pages VALUES("24","","user-dang-ky-thanh-cong","user-dang-ky-thanh-cong","","","","","","","","1","1","2018-04-30 23:50:40","2018-04-30 23:50:40","1"); INSERT INTO tn_pages VALUES("25","","blog","blog","","","","","","","","1","1","2018-04-30 23:50:51","2018-04-30 23:50:51","1"); INSERT INTO tn_pages VALUES("26","","jobs","jobs","","","","","","","","1","1","2018-04-30 23:51:05","2018-04-30 23:51:05","1"); INSERT INTO tn_pages VALUES("27","","reset-password","reset-password","","","","","","","","1","1","2018-04-30 23:51:25","2018-04-30 23:51:25","1"); INSERT INTO tn_pages VALUES("28","","profile-contact","profile-contact","","","","","","","","1","1","2018-04-30 23:51:39","2018-04-30 23:51:39","1"); INSERT INTO tn_pages VALUES("29","","search","search","","","","","","","","1","1","2018-04-30 23:51:49","2018-04-30 23:51:49","1"); INSERT INTO tn_pages VALUES("30","","policy","policy","","","","","","","","1","1","2018-04-30 23:52:03","2018-04-30 23:52:03","1"); INSERT INTO tn_pages VALUES("31","","register-company","register-company","","","","","","","","1","1","2018-04-30 23:52:16","2018-04-30 23:52:16","1"); INSERT INTO tn_pages VALUES("32","","user-dang-ky-thanh-cong","user-dang-ky-thanh-cong","","","","","","","","1","1","2018-04-30 23:52:33","2018-04-30 23:52:33","1"); INSERT INTO tn_pages VALUES("33","","profile-user","profile-user","","","","","","","","1","1","2018-04-30 23:52:46","2018-04-30 23:52:46","1"); INSERT INTO tn_pages VALUES("34","","job-seekers-html","job-seekers-html","","","","","","","","1","1","2018-04-30 23:53:12","2018-04-30 23:53:12","1"); DROP TABLE tn_post; CREATE TABLE `tn_post` ( `id` int(11) NOT NULL AUTO_INCREMENT, `post_category_id` int(11) DEFAULT NULL, `name` varchar(255) NOT NULL, `slug` varchar(255) DEFAULT NULL, `description` text, `content` text, `img` varchar(255) DEFAULT NULL, `view` int(11) DEFAULT NULL, `sorted` int(11) DEFAULT NULL, `created_by` int(11) DEFAULT NULL, `created_at` datetime DEFAULT NULL, `updated_by` int(11) DEFAULT NULL, `updated_at` datetime DEFAULT NULL, `arranged` int(5) DEFAULT '1', `status` tinyint(1) DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; INSERT INTO tn_post VALUES("1","1","","Ban-se-quyet-dinh-tuong-lai-cua-ban-nhu-the-nao-","","<div class=\"td-post-content\" style=\"box-sizing: border-box; font-size: 17px; line-height: 20px; margin-top: 21px; padding-bottom: 16px; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif;\"> \n<p><em><strong>T??ng lai&nbsp;</strong></em>l&agrave; n?i b?n mu?n h??ng t?i v? sau n&agrave;y, ai c?ng mu?n c&oacute; m?t t??ng lai t?t ??p. Nhi?u b?n t? l&uacute;c c&ograve;n r?t tr? ?&atilde; suy ngh? r?t nhi?u v? cu?c s?ng c?a m&igrave;nh. B?n ph?i bi?t l&agrave; ch&iacute;nh nh?ng suy ngh? h&agrave;nh ??ng c?a b?n m?i quy?t ??nh cho b?n. D??i ?&acirc;y l&agrave; v&agrave;i lu?n ?i?m ?? xem b?n s? quy?t ??nh t??ng lai b?n ra sao.</p> \n \n<h3><strong>D?y th?t s?m</strong></h3> \n \n<p>D?y th?t s?m, v&iacute; d? nh? tr??c l&uacute;c m?t tr?i m?c, s? l&agrave; c&aacute;ch kh?i ??u ng&agrave;y m?i ?? l&agrave;m vi?c v&agrave; h?c h&agrave;nh t?t nh?t. Vi?c d?y l&uacute;c 5 gi? s&aacute;ng, khi m?i ng??i v?n ?ang ch&igrave;m v&agrave;o gi?c ng? l&agrave; s? kh?i ??u ho&agrave;n h?o trong s? y&ecirc;n t?nh, m?c d&ugrave; ?&acirc;y l&agrave; m?t th&aacute;ch th?c kh&ocirc;ng nh?&nbsp;nh?ng ch&uacute;ng ta s? l&agrave;m ???c n?u quy?t t&acirc;m v&agrave; t?o l?p th&agrave;nh th&oacute;i quen. T??ng lai c?a b?n c?ng ??n t? nh?ng th? nh? nh?t nh? v?y. B?n n&ecirc;n thay ??i t? b&acirc;y gi?, h&atilde;y b? th&oacute;i quen th?c khuya v&agrave; d?y mu?n nh&eacute;.</p> \n \n<p style=\"text-align:center\"><img alt=\"\" src=\"/web/uploads/images/Blogs/ngu-day-som.jpg\" style=\"height:413px; width:660px\" /></p> \n \n<h3><strong>L&agrave;m vi?c mang t&iacute;nh s&aacute;ng t?o</strong></h3> \n \n<p>Ai c?ng mu?n l&agrave;m g&igrave; ?&oacute; s&aacute;ng t?o cho cu?c s?ng c?a h?, nh?ng &iacute;t ng??i c&oacute; th? th?c hi?n ???c v&igrave; h? s? th?t b?i. B?n c?n h?c s? ki&ecirc;n nh?n c?ng nh? c?n th?i gian cho m?i s? s&aacute;ng t?o c?a b?n. Nh? v?y s? ?em l?i nhi?u l?i &iacute;ch cho c? th? ch?t l?n t&acirc;m h?n.&nbsp;??c bi?t, trong kinh doanh th&igrave; s? s&aacute;ng t?o s? gi&uacute;p b?n t?o n&ecirc;n s? kh&aacute;c bi?t cho doanh nghi?p&nbsp;c?a m&igrave;nh. ?i?u n&agrave;y quy?t ??nh m?c ??&nbsp;th&agrave;nh c&ocirc;ng c?a m?t doanh nghi?p.</p> \n \n<p style=\"text-align:center\"><img alt=\"\" src=\"/web/uploads/images/Blogs/sang-tao.jpg\" /></p> \n \n<h3><strong>Ki?m so&aacute;t t&agrave;i ch&iacute;nh</strong></h3> \n \n<p>L&agrave; m?t ng??i tr??ng th&agrave;nh mai sau b?n s? c?ng ph?i bi?t ??n vi?c qu?n l&yacute; t&agrave;i ch&iacute;nh c?a m&igrave;nh. B?n h&atilde;y xem l?i nh?ng chi ti&ecirc;u c?a b?n t? nh?ng th? nh? nh?t. H&atilde;y t&iacute;nh to&aacute;n m?t c&aacute;ch c?n th?n v? chi ti&ecirc;u c?a m&igrave;nh trong v&agrave;i th&aacute;ng li&ecirc;n ti?p. Nh?ng c?ng ??ng qu&aacute; kh?t khe v? t&agrave;i ch&iacute;nh, n?u b?n ch?t ch? qu&aacute; c?ng kh&ocirc;ng t?t cho b?n. V&agrave; ch?c h?n b?n c?ng s? ng?c nhi&ecirc;n v? s? ti?n c?a m&igrave;nh sau khi chi ti&ecirc;u h?p l&yacute;. V&igrave; v?y t??ng lai c?a b?n c?ng s? ph? thu?c v&agrave;o v?n ?? t&agrave;i ch&iacute;nh.</p> \n \n<p style=\"text-align:center\"><img alt=\"\" src=\"/web/uploads/images/Blogs/tai-chinh.jpg\" style=\"height:427px; width:640px\" /></p> \n \n<h3><strong>T?p n&oacute;i tr??c ?&aacute;m ?&ocirc;ng&nbsp;</strong></h3> \n \n<p>Vi?c n&agrave;y ??i v?i nhi?u ng??i l&agrave; m?t c?c h&igrave;nh, v&agrave; trong ??i s?ng s? c&oacute; l&uacute;c ch&uacute;ng ta ph?i n&oacute;i tr??c ?&aacute;m ?&ocirc;ng nh? v?y. Tuy nhi&ecirc;n ?&acirc;y l&agrave; c&aacute;ch hay ?? khi?n ch&uacute;ng ta n?i b?t trong ?&aacute;m ?&ocirc;ng. M?t ng??i c&oacute; kh? n?ng n&oacute;i gi?i lu&ocirc;n ??t ???c nh?ng th&agrave;nh c&ocirc;ng nh?t ??nh trong cu?c s?ng. H&atilde;y t?p luy?n thuy?t tr&igrave;nh tr??c g??ng, sau ?&oacute; ? nh&oacute;m nh? v&agrave; nh&oacute;m l?n h?n.</p> \n \n<p style=\"text-align:center\"><img alt=\"\" src=\"/web/uploads/images/Blogs/noi-truoc-dam-dong.jpg\" style=\"height:337px; width:600px\" /></p> \n \n<h3><strong>Ch? ?n nh?ng th? t?t cho s?c kh?e</strong></h3> \n \n<p>M?t khi ?&atilde; ki?m so&aacute;t ???c nh?ng th? m&igrave;nh ?n, h&atilde;y ?n nh?ng th? th?c s? c&oacute; l?i cho s?c kh?e, n&oacute; s? thay ??i cu?c s?ng c?a b?n m&atilde;i m&atilde;i. H&atilde;y t? chu?n b? m&oacute;n ?n, ?n nh?ng th?c ph?m h?u c? c&agrave;ng nhi?u c&agrave;ng t?t, tuy n&oacute; ??t ??y nh?ng n&oacute; s? r? h?n chi ph&iacute; ch?a b?nh sau n&agrave;y. Kh&ocirc;ng n&ecirc;n ?n nhi?u th?t m?, ?n nhi?u rau v&agrave; ch?t x?. Tuy ?i?u n&agrave;y r?t kh&oacute;, m?t th?i gian v&agrave; h?i ??t ??, c&oacute; th? v? s? kh&ocirc;ng ngon nh? nh?ng th?c ?n nhi?u ch?t b&eacute;o, nh?ng n&oacute; s? x?ng ?&aacute;ng v?i nh?ng c&ocirc;ng s?c m&agrave; ch&uacute;ng ta b? ra. B?n s? c?m th?y t?t h?n kh&ocirc;ng ch? v? th? ch?t, m&agrave; c&ograve;n v? t&acirc;m h?n.</p> \n \n<p style=\"text-align:center\"><img alt=\"\" src=\"/web/uploads/images/Blogs/rau-cu.jpg\" style=\"height:435px; width:600px\" /></p> \n \n<h3><strong>C?t ?i?n tho?i v&agrave;o t&uacute;i</strong></h3> \n \n<p>Trong m?t ng&agrave;y th?i gian b?n d&ugrave;ng chi?m kho?ng bao l&acirc;u? M?i l?n b?n l&ocirc;i ra l&ocirc;i v&agrave;o m? m&agrave;n h&igrave;nh, b?n c&oacute; nh? s? l?n kh&ocirc;ng? N?u c&acirc;u tr? l?i c?a b?n l&agrave; &rdquo; kh&ocirc;ng ??m ???c&rdquo;, b?n h&atilde;y ng?ng vi?c n&agrave;y l?i. B?n h&atilde;y t?p d&acirc;n th&oacute;i quen h?n ch? d&ugrave;ng ?i?n tho?i. C&aacute;c nh&agrave; nghi&ecirc;n c?u ?&atilde; cho r?ng n?u b?n c?t ?i?n tho?i ?i v&agrave; l&agrave;m vi?c tr&iacute; &oacute;c. B?n s? ???c ph&aacute;t tri?n r?t nhi?u kh&ocirc;ng ph? thu?c qu&aacute; nhi?u v&agrave;o ?i?n tho?i. M?t kh&aacute;c khi b?n ?i n&oacute;i chuy?n v?i nh?ng ng??i b?n kh&aacute;c. C?t ?i?n tho?i ?i ???c xem l&agrave; ?ng x? l?ch s?.</p> \n \n<p style=\"text-align:center\"><img alt=\"\" src=\"/web/uploads/images/Blogs/phone.jpg\" style=\"height:393px; width:700px\" /></p> \n \n<p><strong><em>Tr&ecirc;n ?&acirc;y l&agrave; nh?ng lu?n ?i?m c?a m&igrave;nh, b?n c&oacute; th? tham kh?o ?? c&oacute; th? ph&aacute;t tri?n t??ng lai c?a m&igrave;nh. T??ng lai b?n n?m trong ch&iacute;nh s? h&agrave;nh ??ng c?ng nh? suy ngh? c?a b?n.</em></strong></p> \n \n<p style=\"text-align:right\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Ngu?n: S?u T?m</p> \n</div> \n","/web/uploads/images/Blogs/ngu-day-som.jpg","","1","1","2018-04-30 23:16:20","1","2018-06-11 21:57:18","1","1"); INSERT INTO tn_post VALUES("2","1","","Con-duong-phat-trien-su-nghiep-career-path-cho-developer","","","","","","91","2018-05-17 23:04:12","91","2018-05-17 23:08:30","","0"); DROP TABLE tn_post_category; CREATE TABLE `tn_post_category` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parent_id` int(11) DEFAULT '0', `name` varchar(255) NOT NULL, `slug` varchar(255) NOT NULL, `description` text, `content` text, `img` varchar(255) DEFAULT NULL, `arranged` int(11) DEFAULT '1', `status` smallint(1) DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; INSERT INTO tn_post_category VALUES("1","0","jobsvina.com","jobsvina-com","","","","1","1"); DROP TABLE tn_product; CREATE TABLE `tn_product` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `category_id` int(11) DEFAULT '0', `name` varchar(255) NOT NULL, `description` text, `content` text, `image` varchar(255) DEFAULT NULL, `slug` varchar(255) DEFAULT NULL, `price_in` double DEFAULT NULL, `price_out` double DEFAULT NULL, `price_sale` double DEFAULT NULL, `quantity_remaining` float DEFAULT NULL, `view` int(11) DEFAULT NULL, `is_comment` smallint(1) DEFAULT NULL, `arranged` int(11) DEFAULT NULL, `status` smallint(1) DEFAULT NULL, `is_deleted` smallint(1) DEFAULT NULL, `created_by` int(11) DEFAULT NULL, `updated_by` int(11) DEFAULT NULL, `created_at` datetime DEFAULT NULL, `updated_at` datetime DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; DROP TABLE tn_product_category; CREATE TABLE `tn_product_category` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `parent_id` int(11) DEFAULT '0', `name` varchar(255) NOT NULL, `description` text, `image` varchar(255) DEFAULT NULL, `arranged` int(5) DEFAULT NULL, `status` smallint(1) DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; INSERT INTO tn_product_category VALUES("1","0","Laptop","","","","0"); INSERT INTO tn_product_category VALUES("2","0","Desktop","","","2","0"); DROP TABLE tn_setting; CREATE TABLE `tn_setting` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `code` varchar(55) NOT NULL, `value` varchar(55) DEFAULT NULL, `default` varchar(55) DEFAULT NULL, `sorted` int(11) DEFAULT '1', `input` enum('text','password','submit','reset','radio','checkbox','number','email','select','textarea','image') DEFAULT 'text', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; INSERT INTO tn_setting VALUES("1","Phone number","phone","0908300383","","3","text"); INSERT INTO tn_setting VALUES("2","Logo","logo","/web/uploads/images/site/logo.png","","2","image"); INSERT INTO tn_setting VALUES("3","Site name","site_name","Ta co","Tona Site","1","text"); INSERT INTO tn_setting VALUES("4","Company name","com_name","","<span>Tona</span> Nguy?n Company Web","1","text"); INSERT INTO tn_setting VALUES("5","Company address","com_address","","","1","text"); INSERT INTO tn_setting VALUES("6","Default pagination","page_size","15","10","1","text"); DROP TABLE tn_system; CREATE TABLE `tn_system` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `code` varchar(55) NOT NULL, `value` varchar(55) DEFAULT NULL, `value_number` int(11) DEFAULT NULL, `default` varchar(55) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; INSERT INTO tn_system VALUES("1","user_online_total","user_online_total","0","10647","0"); INSERT INTO tn_system VALUES("2","user_online_week","user_online_week","0","","0"); INSERT INTO tn_system VALUES("3","user_online_month","user_online_month","0","","0"); DROP TABLE tn_tags; CREATE TABLE `tn_tags` ( `id` int(11) NOT NULL AUTO_INCREMENT, `slug` varchar(255) DEFAULT NULL, `title` varchar(255) DEFAULT NULL, `status` tinyint(1) DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; INSERT INTO tn_tags VALUES("1","php","php","1"); INSERT INTO tn_tags VALUES("2","html","html","1"); INSERT INTO tn_tags VALUES("3","css","css","1"); INSERT INTO tn_tags VALUES("4","jquery","jquery","1"); INSERT INTO tn_tags VALUES("5","js","js","1"); INSERT INTO tn_tags VALUES("6","tona","","1"); INSERT INTO tn_tags VALUES("7","nguyen","","1"); INSERT INTO tn_tags VALUES("8","van","","1"); DROP TABLE tn_time_zone; CREATE TABLE `tn_time_zone` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(155) DEFAULT NULL, `code` varchar(155) DEFAULT NULL, `utc` varchar(15) DEFAULT NULL, `sorted` int(11) DEFAULT '1', `status` tinyint(1) DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=590 DEFAULT CHARSET=utf8; INSERT INTO tn_time_zone VALUES("1","Africa/Abidjan","Africa/Abidjan","","1","0"); INSERT INTO tn_time_zone VALUES("2","Africa/Accra","Africa/Accra","","1","0"); INSERT INTO tn_time_zone VALUES("3","Africa/Addis_Ababa","Africa/Addis_Ababa","","1","0"); INSERT INTO tn_time_zone VALUES("4","Africa/Algiers","Africa/Algiers","","1","0"); INSERT INTO tn_time_zone VALUES("5","Africa/Asmara","Africa/Asmara","","1","0"); INSERT INTO tn_time_zone VALUES("6","Africa/Asmera","Africa/Asmera","","1","0"); INSERT INTO tn_time_zone VALUES("7","Africa/Bamako","Africa/Bamako","","1","0"); INSERT INTO tn_time_zone VALUES("8","Africa/Bangui","Africa/Bangui","","1","0"); INSERT INTO tn_time_zone VALUES("9","Africa/Banjul","Africa/Banjul","","1","0"); INSERT INTO tn_time_zone VALUES("10","Africa/Bissau","Africa/Bissau","","1","0"); INSERT INTO tn_time_zone VALUES("11","Africa/Blantyre","Africa/Blantyre","","1","0"); INSERT INTO tn_time_zone VALUES("12","Africa/Brazzaville","Africa/Brazzaville","","1","0"); INSERT INTO tn_time_zone VALUES("13","Africa/Bujumbura","Africa/Bujumbura","","1","0"); INSERT INTO tn_time_zone VALUES("14","Africa/Cairo","Africa/Cairo","","1","0"); INSERT INTO tn_time_zone VALUES("15","Africa/Casablanca","Africa/Casablanca","","1","0"); INSERT INTO tn_time_zone VALUES("16","Africa/Ceuta","Africa/Ceuta","","1","0"); INSERT INTO tn_time_zone VALUES("17","Africa/Conakry","Africa/Conakry","","1","0"); INSERT INTO tn_time_zone VALUES("18","Africa/Dakar","Africa/Dakar","","1","0"); INSERT INTO tn_time_zone VALUES("19","Africa/Dar_es_Salaam","Africa/Dar_es_Salaam","","1","0"); INSERT INTO tn_time_zone VALUES("20","Africa/Djibouti","Africa/Djibouti","","1","0"); INSERT INTO tn_time_zone VALUES("21","Africa/Douala","Africa/Douala","","1","0"); INSERT INTO tn_time_zone VALUES("22","Africa/El_Aaiun","Africa/El_Aaiun","","1","0"); INSERT INTO tn_time_zone VALUES("23","Africa/Freetown","Africa/Freetown","","1","0"); INSERT INTO tn_time_zone VALUES("24","Africa/Gaborone","Africa/Gaborone","","1","0"); INSERT INTO tn_time_zone VALUES("25","Africa/Harare","Africa/Harare","","1","0"); INSERT INTO tn_time_zone VALUES("26","Africa/Johannesburg","Africa/Johannesburg","","1","0"); INSERT INTO tn_time_zone VALUES("27","Africa/Juba","Africa/Juba","","1","0"); INSERT INTO tn_time_zone VALUES("28","Africa/Kampala","Africa/Kampala","","1","0"); INSERT INTO tn_time_zone VALUES("29","Africa/Khartoum","Africa/Khartoum","","1","0"); INSERT INTO tn_time_zone VALUES("30","Africa/Kigali","Africa/Kigali","","1","0"); INSERT INTO tn_time_zone VALUES("31","Africa/Kinshasa","Africa/Kinshasa","","1","0"); INSERT INTO tn_time_zone VALUES("32","Africa/Lagos","Africa/Lagos","","1","0"); INSERT INTO tn_time_zone VALUES("33","Africa/Libreville","Africa/Libreville","","1","0"); INSERT INTO tn_time_zone VALUES("34","Africa/Lome","Africa/Lome","","1","0"); INSERT INTO tn_time_zone VALUES("35","Africa/Luanda","Africa/Luanda","","1","0"); INSERT INTO tn_time_zone VALUES("36","Africa/Lubumbashi","Africa/Lubumbashi","","1","0"); INSERT INTO tn_time_zone VALUES("37","Africa/Lusaka","Africa/Lusaka","","1","0"); INSERT INTO tn_time_zone VALUES("38","Africa/Malabo","Africa/Malabo","","1","0"); INSERT INTO tn_time_zone VALUES("39","Africa/Maputo","Africa/Maputo","","1","0"); INSERT INTO tn_time_zone VALUES("40","Africa/Maseru","Africa/Maseru","","1","0"); INSERT INTO tn_time_zone VALUES("41","Africa/Mbabane","Africa/Mbabane","","1","0"); INSERT INTO tn_time_zone VALUES("42","Africa/Mogadishu","Africa/Mogadishu","","1","0"); INSERT INTO tn_time_zone VALUES("43","Africa/Monrovia","Africa/Monrovia","","1","0"); INSERT INTO tn_time_zone VALUES("44","Africa/Nairobi","Africa/Nairobi","","1","0"); INSERT INTO tn_time_zone VALUES("45","Africa/Ndjamena","Africa/Ndjamena","","1","0"); INSERT INTO tn_time_zone VALUES("46","Africa/Niamey","Africa/Niamey","","1","0"); INSERT INTO tn_time_zone VALUES("47","Africa/Nouakchott","Africa/Nouakchott","","1","0"); INSERT INTO tn_time_zone VALUES("48","Africa/Ouagadougou","Africa/Ouagadougou","","1","0"); INSERT INTO tn_time_zone VALUES("49","Africa/Porto-Novo","Africa/Porto-Novo","","1","0"); INSERT INTO tn_time_zone VALUES("50","Africa/Sao_Tome","Africa/Sao_Tome","","1","0"); INSERT INTO tn_time_zone VALUES("51","Africa/Timbuktu","Africa/Timbuktu","","1","0"); INSERT INTO tn_time_zone VALUES("52","Africa/Tripoli","Africa/Tripoli","","1","0"); INSERT INTO tn_time_zone VALUES("53","Africa/Tunis","Africa/Tunis","","1","0"); INSERT INTO tn_time_zone VALUES("54","Africa/Windhoek","Africa/Windhoek","","1","0"); INSERT INTO tn_time_zone VALUES("55","America/Adak","America/Adak","","1","0"); INSERT INTO tn_time_zone VALUES("56","America/Anchorage","America/Anchorage","","1","0"); INSERT INTO tn_time_zone VALUES("57","America/Anguilla","America/Anguilla","","1","0"); INSERT INTO tn_time_zone VALUES("58","America/Antigua","America/Antigua","","1","0"); INSERT INTO tn_time_zone VALUES("59","America/Araguaina","America/Araguaina","","1","0"); INSERT INTO tn_time_zone VALUES("60","America/Argentina/Buenos_Aires","America/Argentina/Buenos_Aires","","1","0"); INSERT INTO tn_time_zone VALUES("61","America/Argentina/Catamarca","America/Argentina/Catamarca","","1","0"); INSERT INTO tn_time_zone VALUES("62","America/Argentina/ComodRivadavia","America/Argentina/ComodRivadavia","","1","0"); INSERT INTO tn_time_zone VALUES("63","America/Argentina/Cordoba","America/Argentina/Cordoba","","1","0"); INSERT INTO tn_time_zone VALUES("64","America/Argentina/Jujuy","America/Argentina/Jujuy","","1","0"); INSERT INTO tn_time_zone VALUES("65","America/Argentina/La_Rioja","America/Argentina/La_Rioja","","1","0"); INSERT INTO tn_time_zone VALUES("66","America/Argentina/Mendoza","America/Argentina/Mendoza","","1","0"); INSERT INTO tn_time_zone VALUES("67","America/Argentina/Rio_Gallegos","America/Argentina/Rio_Gallegos","","1","0"); INSERT INTO tn_time_zone VALUES("68","America/Argentina/Salta","America/Argentina/Salta","","1","0"); INSERT INTO tn_time_zone VALUES("69","America/Argentina/San_Juan","America/Argentina/San_Juan","","1","0"); INSERT INTO tn_time_zone VALUES("70","America/Argentina/San_Luis","America/Argentina/San_Luis","","1","0"); INSERT INTO tn_time_zone VALUES("71","America/Argentina/Tucuman","America/Argentina/Tucuman","","1","0"); INSERT INTO tn_time_zone VALUES("72","America/Argentina/Ushuaia","America/Argentina/Ushuaia","","1","0"); INSERT INTO tn_time_zone VALUES("73","America/Aruba","America/Aruba","","1","0"); INSERT INTO tn_time_zone VALUES("74","America/Asuncion","America/Asuncion","","1","0"); INSERT INTO tn_time_zone VALUES("75","America/Atikokan","America/Atikokan","","1","0"); INSERT INTO tn_time_zone VALUES("76","America/Atka","America/Atka","","1","0"); INSERT INTO tn_time_zone VALUES("77","America/Bahia","America/Bahia","","1","0"); INSERT INTO tn_time_zone VALUES("78","America/Bahia_Banderas","America/Bahia_Banderas","","1","0"); INSERT INTO tn_time_zone VALUES("79","America/Barbados","America/Barbados","","1","0"); INSERT INTO tn_time_zone VALUES("80","America/Belem","America/Belem","","1","0"); INSERT INTO tn_time_zone VALUES("81","America/Belize","America/Belize","","1","0"); INSERT INTO tn_time_zone VALUES("82","America/Blanc-Sablon","America/Blanc-Sablon","","1","0"); INSERT INTO tn_time_zone VALUES("83","America/Boa_Vista","America/Boa_Vista","","1","0"); INSERT INTO tn_time_zone VALUES("84","America/Bogota","America/Bogota","","1","0"); INSERT INTO tn_time_zone VALUES("85","America/Boise","America/Boise","","1","0"); INSERT INTO tn_time_zone VALUES("86","America/Buenos_Aires","America/Buenos_Aires","","1","0"); INSERT INTO tn_time_zone VALUES("87","America/Cambridge_Bay","America/Cambridge_Bay","","1","0"); INSERT INTO tn_time_zone VALUES("88","America/Campo_Grande","America/Campo_Grande","","1","0"); INSERT INTO tn_time_zone VALUES("89","America/Cancun","America/Cancun","","1","0"); INSERT INTO tn_time_zone VALUES("90","America/Caracas","America/Caracas","","1","0"); INSERT INTO tn_time_zone VALUES("91","America/Catamarca","America/Catamarca","","1","0"); INSERT INTO tn_time_zone VALUES("92","America/Cayenne","America/Cayenne","","1","0"); INSERT INTO tn_time_zone VALUES("93","America/Cayman","America/Cayman","","1","0"); INSERT INTO tn_time_zone VALUES("94","America/Chicago","America/Chicago","","1","0"); INSERT INTO tn_time_zone VALUES("95","America/Chihuahua","America/Chihuahua","","1","0"); INSERT INTO tn_time_zone VALUES("96","America/Coral_Harbour","America/Coral_Harbour","","1","0"); INSERT INTO tn_time_zone VALUES("97","America/Cordoba","America/Cordoba","","1","0"); INSERT INTO tn_time_zone VALUES("98","America/Costa_Rica","America/Costa_Rica","","1","0"); INSERT INTO tn_time_zone VALUES("99","America/Creston","America/Creston","","1","0"); INSERT INTO tn_time_zone VALUES("100","America/Cuiaba","America/Cuiaba","","1","0"); INSERT INTO tn_time_zone VALUES("101","America/Curacao","America/Curacao","","1","0"); INSERT INTO tn_time_zone VALUES("102","America/Danmarkshavn","America/Danmarkshavn","","1","0"); INSERT INTO tn_time_zone VALUES("103","America/Dawson","America/Dawson","","1","0"); INSERT INTO tn_time_zone VALUES("104","America/Dawson_Creek","America/Dawson_Creek","","1","0"); INSERT INTO tn_time_zone VALUES("105","America/Denver","America/Denver","","1","0"); INSERT INTO tn_time_zone VALUES("106","America/Detroit","America/Detroit","","1","0"); INSERT INTO tn_time_zone VALUES("107","America/Dominica","America/Dominica","","1","0"); INSERT INTO tn_time_zone VALUES("108","America/Edmonton","America/Edmonton","","1","0"); INSERT INTO tn_time_zone VALUES("109","America/Eirunepe","America/Eirunepe","","1","0"); INSERT INTO tn_time_zone VALUES("110","America/El_Salvador","America/El_Salvador","","1","0"); INSERT INTO tn_time_zone VALUES("111","America/Ensenada","America/Ensenada","","1","0"); INSERT INTO tn_time_zone VALUES("112","America/Fort_Nelson","America/Fort_Nelson","","1","0"); INSERT INTO tn_time_zone VALUES("113","America/Fort_Wayne","America/Fort_Wayne","","1","0"); INSERT INTO tn_time_zone VALUES("114","America/Fortaleza","America/Fortaleza","","1","0"); INSERT INTO tn_time_zone VALUES("115","America/Glace_Bay","America/Glace_Bay","","1","0"); INSERT INTO tn_time_zone VALUES("116","America/Godthab","America/Godthab","","1","0"); INSERT INTO tn_time_zone VALUES("117","America/Goose_Bay","America/Goose_Bay","","1","0"); INSERT INTO tn_time_zone VALUES("118","America/Grand_Turk","America/Grand_Turk","","1","0"); INSERT INTO tn_time_zone VALUES("119","America/Grenada","America/Grenada","","1","0"); INSERT INTO tn_time_zone VALUES("120","America/Guadeloupe","America/Guadeloupe","","1","0"); INSERT INTO tn_time_zone VALUES("121","America/Guatemala","America/Guatemala","","1","0"); INSERT INTO tn_time_zone VALUES("122","America/Guayaquil","America/Guayaquil","","1","0"); INSERT INTO tn_time_zone VALUES("123","America/Guyana","America/Guyana","","1","0"); INSERT INTO tn_time_zone VALUES("124","America/Halifax","America/Halifax","","1","0"); INSERT INTO tn_time_zone VALUES("125","America/Havana","America/Havana","","1","0"); INSERT INTO tn_time_zone VALUES("126","America/Hermosillo","America/Hermosillo","","1","0"); INSERT INTO tn_time_zone VALUES("127","America/Indiana/Indianapolis","America/Indiana/Indianapolis","","1","0"); INSERT INTO tn_time_zone VALUES("128","America/Indiana/Knox","America/Indiana/Knox","","1","0"); INSERT INTO tn_time_zone VALUES("129","America/Indiana/Marengo","America/Indiana/Marengo","","1","0"); INSERT INTO tn_time_zone VALUES("130","America/Indiana/Petersburg","America/Indiana/Petersburg","","1","0"); INSERT INTO tn_time_zone VALUES("131","America/Indiana/Tell_City","America/Indiana/Tell_City","","1","0"); INSERT INTO tn_time_zone VALUES("132","America/Indiana/Vevay","America/Indiana/Vevay","","1","0"); INSERT INTO tn_time_zone VALUES("133","America/Indiana/Vincennes","America/Indiana/Vincennes","","1","0"); INSERT INTO tn_time_zone VALUES("134","America/Indiana/Winamac","America/Indiana/Winamac","","1","0"); INSERT INTO tn_time_zone VALUES("135","America/Indianapolis","America/Indianapolis","","1","0"); INSERT INTO tn_time_zone VALUES("136","America/Inuvik","America/Inuvik","","1","0"); INSERT INTO tn_time_zone VALUES("137","America/Iqaluit","America/Iqaluit","","1","0"); INSERT INTO tn_time_zone VALUES("138","America/Jamaica","America/Jamaica","","1","0"); INSERT INTO tn_time_zone VALUES("139","America/Jujuy","America/Jujuy","","1","0"); INSERT INTO tn_time_zone VALUES("140","America/Juneau","America/Juneau","","1","0"); INSERT INTO tn_time_zone VALUES("141","America/Kentucky/Louisville","America/Kentucky/Louisville","","1","0"); INSERT INTO tn_time_zone VALUES("142","America/Kentucky/Monticello","America/Kentucky/Monticello","","1","0"); INSERT INTO tn_time_zone VALUES("143","America/Knox_IN","America/Knox_IN","","1","0"); INSERT INTO tn_time_zone VALUES("144","America/Kralendijk","America/Kralendijk","","1","0"); INSERT INTO tn_time_zone VALUES("145","America/La_Paz","America/La_Paz","","1","0"); INSERT INTO tn_time_zone VALUES("146","America/Lima","America/Lima","","1","0"); INSERT INTO tn_time_zone VALUES("147","America/Los_Angeles","America/Los_Angeles","","1","0"); INSERT INTO tn_time_zone VALUES("148","America/Louisville","America/Louisville","","1","0"); INSERT INTO tn_time_zone VALUES("149","America/Lower_Princes","America/Lower_Princes","","1","0"); INSERT INTO tn_time_zone VALUES("150","America/Maceio","America/Maceio","","1","0"); INSERT INTO tn_time_zone VALUES("151","America/Managua","America/Managua","","1","0"); INSERT INTO tn_time_zone VALUES("152","America/Manaus","America/Manaus","","1","0"); INSERT INTO tn_time_zone VALUES("153","America/Marigot","America/Marigot","","1","0"); INSERT INTO tn_time_zone VALUES("154","America/Martinique","America/Martinique","","1","0"); INSERT INTO tn_time_zone VALUES("155","America/Matamoros","America/Matamoros","","1","0"); INSERT INTO tn_time_zone VALUES("156","America/Mazatlan","America/Mazatlan","","1","0"); INSERT INTO tn_time_zone VALUES("157","America/Mendoza","America/Mendoza","","1","0"); INSERT INTO tn_time_zone VALUES("158","America/Menominee","America/Menominee","","1","0"); INSERT INTO tn_time_zone VALUES("159","America/Merida","America/Merida","","1","0"); INSERT INTO tn_time_zone VALUES("160","America/Metlakatla","America/Metlakatla","","1","0"); INSERT INTO tn_time_zone VALUES("161","America/Mexico_City","America/Mexico_City","","1","0"); INSERT INTO tn_time_zone VALUES("162","America/Miquelon","America/Miquelon","","1","0"); INSERT INTO tn_time_zone VALUES("163","America/Moncton","America/Moncton","","1","0"); INSERT INTO tn_time_zone VALUES("164","America/Monterrey","America/Monterrey","","1","0"); INSERT INTO tn_time_zone VALUES("165","America/Montevideo","America/Montevideo","","1","0"); INSERT INTO tn_time_zone VALUES("166","America/Montreal","America/Montreal","","1","0"); INSERT INTO tn_time_zone VALUES("167","America/Montserrat","America/Montserrat","","1","0"); INSERT INTO tn_time_zone VALUES("168","America/Nassau","America/Nassau","","1","0"); INSERT INTO tn_time_zone VALUES("169","America/New_York","America/New_York","","1","0"); INSERT INTO tn_time_zone VALUES("170","America/Nipigon","America/Nipigon","","1","0"); INSERT INTO tn_time_zone VALUES("171","America/Nome","America/Nome","","1","0"); INSERT INTO tn_time_zone VALUES("172","America/Noronha","America/Noronha","","1","0"); INSERT INTO tn_time_zone VALUES("173","America/North_Dakota/Beulah","America/North_Dakota/Beulah","","1","0"); INSERT INTO tn_time_zone VALUES("174","America/North_Dakota/Center","America/North_Dakota/Center","","1","0"); INSERT INTO tn_time_zone VALUES("175","America/North_Dakota/New_Salem","America/North_Dakota/New_Salem","","1","0"); INSERT INTO tn_time_zone VALUES("176","America/Ojinaga","America/Ojinaga","","1","0"); INSERT INTO tn_time_zone VALUES("177","America/Panama","America/Panama","","1","0"); INSERT INTO tn_time_zone VALUES("178","America/Pangnirtung","America/Pangnirtung","","1","0"); INSERT INTO tn_time_zone VALUES("179","America/Paramaribo","America/Paramaribo","","1","0"); INSERT INTO tn_time_zone VALUES("180","America/Phoenix","America/Phoenix","","1","0"); INSERT INTO tn_time_zone VALUES("181","America/Port-au-Prince","America/Port-au-Prince","","1","0"); INSERT INTO tn_time_zone VALUES("182","America/Port_of_Spain","America/Port_of_Spain","","1","0"); INSERT INTO tn_time_zone VALUES("183","America/Porto_Acre","America/Porto_Acre","","1","0"); INSERT INTO tn_time_zone VALUES("184","America/Porto_Velho","America/Porto_Velho","","1","0"); INSERT INTO tn_time_zone VALUES("185","America/Puerto_Rico","America/Puerto_Rico","","1","0"); INSERT INTO tn_time_zone VALUES("186","America/Rainy_River","America/Rainy_River","","1","0"); INSERT INTO tn_time_zone VALUES("187","America/Rankin_Inlet","America/Rankin_Inlet","","1","0"); INSERT INTO tn_time_zone VALUES("188","America/Recife","America/Recife","","1","0"); INSERT INTO tn_time_zone VALUES("189","America/Regina","America/Regina","","1","0"); INSERT INTO tn_time_zone VALUES("190","America/Resolute","America/Resolute","","1","0"); INSERT INTO tn_time_zone VALUES("191","America/Rio_Branco","America/Rio_Branco","","1","0"); INSERT INTO tn_time_zone VALUES("192","America/Rosario","America/Rosario","","1","0"); INSERT INTO tn_time_zone VALUES("193","America/Santa_Isabel","America/Santa_Isabel","","1","0"); INSERT INTO tn_time_zone VALUES("194","America/Santarem","America/Santarem","","1","0"); INSERT INTO tn_time_zone VALUES("195","America/Santiago","America/Santiago","","1","0"); INSERT INTO tn_time_zone VALUES("196","America/Santo_Domingo","America/Santo_Domingo","","1","0"); INSERT INTO tn_time_zone VALUES("197","America/Sao_Paulo","America/Sao_Paulo","","1","0"); INSERT INTO tn_time_zone VALUES("198","America/Scoresbysund","America/Scoresbysund","","1","0"); INSERT INTO tn_time_zone VALUES("199","America/Shiprock","America/Shiprock","","1","0"); INSERT INTO tn_time_zone VALUES("200","America/Sitka","America/Sitka","","1","0"); INSERT INTO tn_time_zone VALUES("201","America/St_Barthelemy","America/St_Barthelemy","","1","0"); INSERT INTO tn_time_zone VALUES("202","America/St_Johns","America/St_Johns","","1","0"); INSERT INTO tn_time_zone VALUES("203","America/St_Kitts","America/St_Kitts","","1","0"); INSERT INTO tn_time_zone VALUES("204","America/St_Lucia","America/St_Lucia","","1","0"); INSERT INTO tn_time_zone VALUES("205","America/St_Thomas","America/St_Thomas","","1","0"); INSERT INTO tn_time_zone VALUES("206","America/St_Vincent","America/St_Vincent","","1","0"); INSERT INTO tn_time_zone VALUES("207","America/Swift_Current","America/Swift_Current","","1","0"); INSERT INTO tn_time_zone VALUES("208","America/Tegucigalpa","America/Tegucigalpa","","1","0"); INSERT INTO tn_time_zone VALUES("209","America/Thule","America/Thule","","1","0"); INSERT INTO tn_time_zone VALUES("210","America/Thunder_Bay","America/Thunder_Bay","","1","0"); INSERT INTO tn_time_zone VALUES("211","America/Tijuana","America/Tijuana","","1","0"); INSERT INTO tn_time_zone VALUES("212","America/Toronto","America/Toronto","","1","0"); INSERT INTO tn_time_zone VALUES("213","America/Tortola","America/Tortola","","1","0"); INSERT INTO tn_time_zone VALUES("214","America/Vancouver","America/Vancouver","","1","0"); INSERT INTO tn_time_zone VALUES("215","America/Virgin","America/Virgin","","1","0"); INSERT INTO tn_time_zone VALUES("216","America/Whitehorse","America/Whitehorse","","1","0"); INSERT INTO tn_time_zone VALUES("217","America/Winnipeg","America/Winnipeg","","1","0"); INSERT INTO tn_time_zone VALUES("218","America/Yakutat","America/Yakutat","","1","0"); INSERT INTO tn_time_zone VALUES("219","America/Yellowknife","America/Yellowknife","","1","0"); INSERT INTO tn_time_zone VALUES("220","Antarctica/Casey","Antarctica/Casey","","1","0"); INSERT INTO tn_time_zone VALUES("221","Antarctica/Davis","Antarctica/Davis","","1","0"); INSERT INTO tn_time_zone VALUES("222","Antarctica/DumontDUrville","Antarctica/DumontDUrville","","1","0"); INSERT INTO tn_time_zone VALUES("223","Antarctica/Macquarie","Antarctica/Macquarie","","1","0"); INSERT INTO tn_time_zone VALUES("224","Antarctica/Mawson","Antarctica/Mawson","","1","0"); INSERT INTO tn_time_zone VALUES("225","Antarctica/McMurdo","Antarctica/McMurdo","","1","0"); INSERT INTO tn_time_zone VALUES("226","Antarctica/Palmer","Antarctica/Palmer","","1","0"); INSERT INTO tn_time_zone VALUES("227","Antarctica/Rothera","Antarctica/Rothera","","1","0"); INSERT INTO tn_time_zone VALUES("228","Antarctica/South_Pole","Antarctica/South_Pole","","1","0"); INSERT INTO tn_time_zone VALUES("229","Antarctica/Syowa","Antarctica/Syowa","","1","0"); INSERT INTO tn_time_zone VALUES("230","Antarctica/Troll","Antarctica/Troll","","1","0"); INSERT INTO tn_time_zone VALUES("231","Antarctica/Vostok","Antarctica/Vostok","","1","0"); INSERT INTO tn_time_zone VALUES("232","Arctic/Longyearbyen","Arctic/Longyearbyen","","1","0"); INSERT INTO tn_time_zone VALUES("233","Asia/Aden","Asia/Aden","","1","0"); INSERT INTO tn_time_zone VALUES("234","Asia/Almaty","Asia/Almaty","","1","0"); INSERT INTO tn_time_zone VALUES("235","Asia/Amman","Asia/Amman","","1","0"); INSERT INTO tn_time_zone VALUES("236","Asia/Anadyr","Asia/Anadyr","","1","0"); INSERT INTO tn_time_zone VALUES("237","Asia/Aqtau","Asia/Aqtau","","1","0"); INSERT INTO tn_time_zone VALUES("238","Asia/Aqtobe","Asia/Aqtobe","","1","0"); INSERT INTO tn_time_zone VALUES("239","Asia/Ashgabat","Asia/Ashgabat","","1","0"); INSERT INTO tn_time_zone VALUES("240","Asia/Ashkhabad","Asia/Ashkhabad","","1","0"); INSERT INTO tn_time_zone VALUES("241","Asia/Baghdad","Asia/Baghdad","","1","0"); INSERT INTO tn_time_zone VALUES("242","Asia/Bahrain","Asia/Bahrain","","1","0"); INSERT INTO tn_time_zone VALUES("243","Asia/Baku","Asia/Baku","","1","0"); INSERT INTO tn_time_zone VALUES("244","Asia/Bangkok","Asia/Bangkok","","1","0"); INSERT INTO tn_time_zone VALUES("245","Asia/Barnaul","Asia/Barnaul","","1","0"); INSERT INTO tn_time_zone VALUES("246","Asia/Beirut","Asia/Beirut","","1","0"); INSERT INTO tn_time_zone VALUES("247","Asia/Bishkek","Asia/Bishkek","","1","0"); INSERT INTO tn_time_zone VALUES("248","Asia/Brunei","Asia/Brunei","","1","0"); INSERT INTO tn_time_zone VALUES("249","Asia/Calcutta","Asia/Calcutta","","1","0"); INSERT INTO tn_time_zone VALUES("250","Asia/Chita","Asia/Chita","","1","0"); INSERT INTO tn_time_zone VALUES("251","Asia/Choibalsan","Asia/Choibalsan","","1","0"); INSERT INTO tn_time_zone VALUES("252","Asia/Chongqing","Asia/Chongqing","","1","0"); INSERT INTO tn_time_zone VALUES("253","Asia/Chungking","Asia/Chungking","","1","0"); INSERT INTO tn_time_zone VALUES("254","Asia/Colombo","Asia/Colombo","","1","0"); INSERT INTO tn_time_zone VALUES("255","Asia/Dacca","Asia/Dacca","","1","0"); INSERT INTO tn_time_zone VALUES("256","Asia/Damascus","Asia/Damascus","","1","0"); INSERT INTO tn_time_zone VALUES("257","Asia/Dhaka","Asia/Dhaka","","1","0"); INSERT INTO tn_time_zone VALUES("258","Asia/Dili","Asia/Dili","","1","0"); INSERT INTO tn_time_zone VALUES("259","Asia/Dubai","Asia/Dubai","","1","0"); INSERT INTO tn_time_zone VALUES("260","Asia/Dushanbe","Asia/Dushanbe","","1","0"); INSERT INTO tn_time_zone VALUES("261","Asia/Gaza","Asia/Gaza","","1","0"); INSERT INTO tn_time_zone VALUES("262","Asia/Harbin","Asia/Harbin","","1","0"); INSERT INTO tn_time_zone VALUES("263","Asia/Hebron","Asia/Hebron","","1","0"); INSERT INTO tn_time_zone VALUES("264","Asia/Ho_Chi_Minh","Asia/Ho_Chi_Minh","UTC+7","1","1"); INSERT INTO tn_time_zone VALUES("265","Asia/Hong_Kong","Asia/Hong_Kong","","1","0"); INSERT INTO tn_time_zone VALUES("266","Asia/Hovd","Asia/Hovd","","1","0"); INSERT INTO tn_time_zone VALUES("267","Asia/Irkutsk","Asia/Irkutsk","","1","0"); INSERT INTO tn_time_zone VALUES("268","Asia/Istanbul","Asia/Istanbul","","1","0"); INSERT INTO tn_time_zone VALUES("269","Asia/Jakarta","Asia/Jakarta","","1","0"); INSERT INTO tn_time_zone VALUES("270","Asia/Jayapura","Asia/Jayapura","","1","0"); INSERT INTO tn_time_zone VALUES("271","Asia/Jerusalem","Asia/Jerusalem","","1","0"); INSERT INTO tn_time_zone VALUES("272","Asia/Kabul","Asia/Kabul","","1","0"); INSERT INTO tn_time_zone VALUES("273","Asia/Kamchatka","Asia/Kamchatka","","1","0"); INSERT INTO tn_time_zone VALUES("274","Asia/Karachi","Asia/Karachi","","1","0"); INSERT INTO tn_time_zone VALUES("275","Asia/Kashgar","Asia/Kashgar","","1","0"); INSERT INTO tn_time_zone VALUES("276","Asia/Kathmandu","Asia/Kathmandu","","1","0"); INSERT INTO tn_time_zone VALUES("277","Asia/Katmandu","Asia/Katmandu","","1","0"); INSERT INTO tn_time_zone VALUES("278","Asia/Khandyga","Asia/Khandyga","","1","0"); INSERT INTO tn_time_zone VALUES("279","Asia/Kolkata","Asia/Kolkata","","1","0"); INSERT INTO tn_time_zone VALUES("280","Asia/Krasnoyarsk","Asia/Krasnoyarsk","","1","0"); INSERT INTO tn_time_zone VALUES("281","Asia/Kuala_Lumpur","Asia/Kuala_Lumpur","","1","0"); INSERT INTO tn_time_zone VALUES("282","Asia/Kuching","Asia/Kuching","","1","0"); INSERT INTO tn_time_zone VALUES("283","Asia/Kuwait","Asia/Kuwait","","1","0"); INSERT INTO tn_time_zone VALUES("284","Asia/Macao","Asia/Macao","","1","0"); INSERT INTO tn_time_zone VALUES("285","Asia/Macau","Asia/Macau","","1","0"); INSERT INTO tn_time_zone VALUES("286","Asia/Magadan","Asia/Magadan","","1","0"); INSERT INTO tn_time_zone VALUES("287","Asia/Makassar","Asia/Makassar","","1","0"); INSERT INTO tn_time_zone VALUES("288","Asia/Manila","Asia/Manila","","1","0"); INSERT INTO tn_time_zone VALUES("289","Asia/Muscat","Asia/Muscat","","1","0"); INSERT INTO tn_time_zone VALUES("290","Asia/Nicosia","Asia/Nicosia","","1","0"); INSERT INTO tn_time_zone VALUES("291","Asia/Novokuznetsk","Asia/Novokuznetsk","","1","0"); INSERT INTO tn_time_zone VALUES("292","Asia/Novosibirsk","Asia/Novosibirsk","","1","0"); INSERT INTO tn_time_zone VALUES("293","Asia/Omsk","Asia/Omsk","","1","0"); INSERT INTO tn_time_zone VALUES("294","Asia/Oral","Asia/Oral","","1","0"); INSERT INTO tn_time_zone VALUES("295","Asia/Phnom_Penh","Asia/Phnom_Penh","","1","0"); INSERT INTO tn_time_zone VALUES("296","Asia/Pontianak","Asia/Pontianak","","1","0"); INSERT INTO tn_time_zone VALUES("297","Asia/Pyongyang","Asia/Pyongyang","","1","0"); INSERT INTO tn_time_zone VALUES("298","Asia/Qatar","Asia/Qatar","","1","0"); INSERT INTO tn_time_zone VALUES("299","Asia/Qyzylorda","Asia/Qyzylorda","","1","0"); INSERT INTO tn_time_zone VALUES("300","Asia/Rangoon","Asia/Rangoon","","1","0"); INSERT INTO tn_time_zone VALUES("301","Asia/Riyadh","Asia/Riyadh","","1","0"); INSERT INTO tn_time_zone VALUES("302","Asia/Saigon","Asia/Saigon","","1","0"); INSERT INTO tn_time_zone VALUES("303","Asia/Sakhalin","Asia/Sakhalin","","1","0"); INSERT INTO tn_time_zone VALUES("304","Asia/Samarkand","Asia/Samarkand","","1","0"); INSERT INTO tn_time_zone VALUES("305","Asia/Seoul","Asia/Seoul","","1","0"); INSERT INTO tn_time_zone VALUES("306","Asia/Shanghai","Asia/Shanghai","","1","0"); INSERT INTO tn_time_zone VALUES("307","Asia/Singapore","Asia/Singapore","","1","0"); INSERT INTO tn_time_zone VALUES("308","Asia/Srednekolymsk","Asia/Srednekolymsk","","1","0"); INSERT INTO tn_time_zone VALUES("309","Asia/Taipei","Asia/Taipei","","1","0"); INSERT INTO tn_time_zone VALUES("310","Asia/Tashkent","Asia/Tashkent","","1","0"); INSERT INTO tn_time_zone VALUES("311","Asia/Tbilisi","Asia/Tbilisi","","1","0"); INSERT INTO tn_time_zone VALUES("312","Asia/Tehran","Asia/Tehran","","1","0"); INSERT INTO tn_time_zone VALUES("313","Asia/Tel_Aviv","Asia/Tel_Aviv","","1","0"); INSERT INTO tn_time_zone VALUES("314","Asia/Thimbu","Asia/Thimbu","","1","0"); INSERT INTO tn_time_zone VALUES("315","Asia/Thimphu","Asia/Thimphu","","1","0"); INSERT INTO tn_time_zone VALUES("316","Asia/Tokyo","Asia/Tokyo","","1","0"); INSERT INTO tn_time_zone VALUES("317","Asia/Tomsk","Asia/Tomsk","","1","0"); INSERT INTO tn_time_zone VALUES("318","Asia/Ujung_Pandang","Asia/Ujung_Pandang","","1","0"); INSERT INTO tn_time_zone VALUES("319","Asia/Ulaanbaatar","Asia/Ulaanbaatar","","1","0"); INSERT INTO tn_time_zone VALUES("320","Asia/Ulan_Bator","Asia/Ulan_Bator","","1","0"); INSERT INTO tn_time_zone VALUES("321","Asia/Urumqi","Asia/Urumqi","","1","0"); INSERT INTO tn_time_zone VALUES("322","Asia/Ust-Nera","Asia/Ust-Nera","","1","0"); INSERT INTO tn_time_zone VALUES("323","Asia/Vientiane","Asia/Vientiane","","1","0"); INSERT INTO tn_time_zone VALUES("324","Asia/Vladivostok","Asia/Vladivostok","","1","0"); INSERT INTO tn_time_zone VALUES("325","Asia/Yakutsk","Asia/Yakutsk","","1","0"); INSERT INTO tn_time_zone VALUES("326","Asia/Yekaterinburg","Asia/Yekaterinburg","","1","0"); INSERT INTO tn_time_zone VALUES("327","Asia/Yerevan","Asia/Yerevan","","1","0"); INSERT INTO tn_time_zone VALUES("328","Atlantic/Azores","Atlantic/Azores","","1","0"); INSERT INTO tn_time_zone VALUES("329","Atlantic/Bermuda","Atlantic/Bermuda","","1","0"); INSERT INTO tn_time_zone VALUES("330","Atlantic/Canary","Atlantic/Canary","","1","0"); INSERT INTO tn_time_zone VALUES("331","Atlantic/Cape_Verde","Atlantic/Cape_Verde","","1","0"); INSERT INTO tn_time_zone VALUES("332","Atlantic/Faeroe","Atlantic/Faeroe","","1","0"); INSERT INTO tn_time_zone VALUES("333","Atlantic/Faroe","Atlantic/Faroe","","1","0"); INSERT INTO tn_time_zone VALUES("334","Atlantic/Jan_Mayen","Atlantic/Jan_Mayen","","1","0"); INSERT INTO tn_time_zone VALUES("335","Atlantic/Madeira","Atlantic/Madeira","","1","0"); INSERT INTO tn_time_zone VALUES("336","Atlantic/Reykjavik","Atlantic/Reykjavik","","1","0"); INSERT INTO tn_time_zone VALUES("337","Atlantic/South_Georgia","Atlantic/South_Georgia","","1","0"); INSERT INTO tn_time_zone VALUES("338","Atlantic/St_Helena","Atlantic/St_Helena","","1","0"); INSERT INTO tn_time_zone VALUES("339","Atlantic/Stanley","Atlantic/Stanley","","1","0"); INSERT INTO tn_time_zone VALUES("340","Australia/ACT","Australia/ACT","","1","0"); INSERT INTO tn_time_zone VALUES("341","Australia/Adelaide","Australia/Adelaide","","1","0"); INSERT INTO tn_time_zone VALUES("342","Australia/Brisbane","Australia/Brisbane","","1","0"); INSERT INTO tn_time_zone VALUES("343","Australia/Broken_Hill","Australia/Broken_Hill","","1","0"); INSERT INTO tn_time_zone VALUES("344","Australia/Canberra","Australia/Canberra","","1","0"); INSERT INTO tn_time_zone VALUES("345","Australia/Currie","Australia/Currie","","1","0"); INSERT INTO tn_time_zone VALUES("346","Australia/Darwin","Australia/Darwin","","1","0"); INSERT INTO tn_time_zone VALUES("347","Australia/Eucla","Australia/Eucla","","1","0"); INSERT INTO tn_time_zone VALUES("348","Australia/Hobart","Australia/Hobart","","1","0"); INSERT INTO tn_time_zone VALUES("349","Australia/LHI","Australia/LHI","","1","0"); INSERT INTO tn_time_zone VALUES("350","Australia/Lindeman","Australia/Lindeman","","1","0"); INSERT INTO tn_time_zone VALUES("351","Australia/Lord_Howe","Australia/Lord_Howe","","1","0"); INSERT INTO tn_time_zone VALUES("352","Australia/Melbourne","Australia/Melbourne","","1","0"); INSERT INTO tn_time_zone VALUES("353","Australia/North","Australia/North","","1","0"); INSERT INTO tn_time_zone VALUES("354","Australia/NSW","Australia/NSW","","1","0"); INSERT INTO tn_time_zone VALUES("355","Australia/Perth","Australia/Perth","","1","0"); INSERT INTO tn_time_zone VALUES("356","Australia/Queensland","Australia/Queensland","","1","0"); INSERT INTO tn_time_zone VALUES("357","Australia/South","Australia/South","","1","0"); INSERT INTO tn_time_zone VALUES("358","Australia/Sydney","Australia/Sydney","","1","0"); INSERT INTO tn_time_zone VALUES("359","Australia/Tasmania","Australia/Tasmania","","1","0"); INSERT INTO tn_time_zone VALUES("360","Australia/Victoria","Australia/Victoria","","1","0"); INSERT INTO tn_time_zone VALUES("361","Australia/West","Australia/West","","1","0"); INSERT INTO tn_time_zone VALUES("362","Australia/Yancowinna","Australia/Yancowinna","","1","0"); INSERT INTO tn_time_zone VALUES("363","Brazil/Acre","Brazil/Acre","","1","0"); INSERT INTO tn_time_zone VALUES("364","Brazil/DeNoronha","Brazil/DeNoronha","","1","0"); INSERT INTO tn_time_zone VALUES("365","Brazil/East","Brazil/East","","1","0"); INSERT INTO tn_time_zone VALUES("366","Brazil/West","Brazil/West","","1","0"); INSERT INTO tn_time_zone VALUES("367","Canada/Atlantic","Canada/Atlantic","","1","0"); INSERT INTO tn_time_zone VALUES("368","Canada/Central","Canada/Central","","1","0"); INSERT INTO tn_time_zone VALUES("369","Canada/East-Saskatchewan","Canada/East-Saskatchewan","","1","0"); INSERT INTO tn_time_zone VALUES("370","Canada/Eastern","Canada/Eastern","","1","0"); INSERT INTO tn_time_zone VALUES("371","Canada/Mountain","Canada/Mountain","","1","0"); INSERT INTO tn_time_zone VALUES("372","Canada/Newfoundland","Canada/Newfoundland","","1","0"); INSERT INTO tn_time_zone VALUES("373","Canada/Pacific","Canada/Pacific","","1","0"); INSERT INTO tn_time_zone VALUES("374","Canada/Saskatchewan","Canada/Saskatchewan","","1","0"); INSERT INTO tn_time_zone VALUES("375","Canada/Yukon","Canada/Yukon","","1","0"); INSERT INTO tn_time_zone VALUES("376","CET","CET","","1","0"); INSERT INTO tn_time_zone VALUES("377","Chile/Continental","Chile/Continental","","1","0"); INSERT INTO tn_time_zone VALUES("378","Chile/EasterIsland","Chile/EasterIsland","","1","0"); INSERT INTO tn_time_zone VALUES("379","CST6CDT","CST6CDT","","1","0"); INSERT INTO tn_time_zone VALUES("380","Cuba","Cuba","","1","0"); INSERT INTO tn_time_zone VALUES("381","EET","EET","","1","0"); INSERT INTO tn_time_zone VALUES("382","Egypt","Egypt","","1","0"); INSERT INTO tn_time_zone VALUES("383","Eire","Eire","","1","0"); INSERT INTO tn_time_zone VALUES("384","EST","EST","","1","0"); INSERT INTO tn_time_zone VALUES("385","EST5EDT","EST5EDT","","1","0"); INSERT INTO tn_time_zone VALUES("386","Etc/GMT","Etc/GMT","","1","0"); INSERT INTO tn_time_zone VALUES("387","Etc/GMT+0","Etc/GMT+0","","1","0"); INSERT INTO tn_time_zone VALUES("388","Etc/GMT+1","Etc/GMT+1","","1","0"); INSERT INTO tn_time_zone VALUES("389","Etc/GMT+10","Etc/GMT+10","","1","0"); INSERT INTO tn_time_zone VALUES("390","Etc/GMT+11","Etc/GMT+11","","1","0"); INSERT INTO tn_time_zone VALUES("391","Etc/GMT+12","Etc/GMT+12","","1","0"); INSERT INTO tn_time_zone VALUES("392","Etc/GMT+2","Etc/GMT+2","","1","0"); INSERT INTO tn_time_zone VALUES("393","Etc/GMT+3","Etc/GMT+3","","1","0"); INSERT INTO tn_time_zone VALUES("394","Etc/GMT+4","Etc/GMT+4","","1","0"); INSERT INTO tn_time_zone VALUES("395","Etc/GMT+5","Etc/GMT+5","","1","0"); INSERT INTO tn_time_zone VALUES("396","Etc/GMT+6","Etc/GMT+6","","1","0"); INSERT INTO tn_time_zone VALUES("397","Etc/GMT+7","Etc/GMT+7","","1","0"); INSERT INTO tn_time_zone VALUES("398","Etc/GMT+8","Etc/GMT+8","","1","0"); INSERT INTO tn_time_zone VALUES("399","Etc/GMT+9","Etc/GMT+9","","1","0"); INSERT INTO tn_time_zone VALUES("400","Etc/GMT-0","Etc/GMT-0","","1","0"); INSERT INTO tn_time_zone VALUES("401","Etc/GMT-1","Etc/GMT-1","","1","0"); INSERT INTO tn_time_zone VALUES("402","Etc/GMT-10","Etc/GMT-10","","1","0"); INSERT INTO tn_time_zone VALUES("403","Etc/GMT-11","Etc/GMT-11","","1","0"); INSERT INTO tn_time_zone VALUES("404","Etc/GMT-12","Etc/GMT-12","","1","0"); INSERT INTO tn_time_zone VALUES("405","Etc/GMT-13","Etc/GMT-13","","1","0"); INSERT INTO tn_time_zone VALUES("406","Etc/GMT-14","Etc/GMT-14","","1","0"); INSERT INTO tn_time_zone VALUES("407","Etc/GMT-2","Etc/GMT-2","","1","0"); INSERT INTO tn_time_zone VALUES("408","Etc/GMT-3","Etc/GMT-3","","1","0"); INSERT INTO tn_time_zone VALUES("409","Etc/GMT-4","Etc/GMT-4","","1","0"); INSERT INTO tn_time_zone VALUES("410","Etc/GMT-5","Etc/GMT-5","","1","0"); INSERT INTO tn_time_zone VALUES("411","Etc/GMT-6","Etc/GMT-6","","1","0"); INSERT INTO tn_time_zone VALUES("412","Etc/GMT-7","Etc/GMT-7","","1","0"); INSERT INTO tn_time_zone VALUES("413","Etc/GMT-8","Etc/GMT-8","","1","0"); INSERT INTO tn_time_zone VALUES("414","Etc/GMT-9","Etc/GMT-9","","1","0"); INSERT INTO tn_time_zone VALUES("415","Etc/GMT0","Etc/GMT0","","1","0"); INSERT INTO tn_time_zone VALUES("416","Etc/Greenwich","Etc/Greenwich","","1","0"); INSERT INTO tn_time_zone VALUES("417","Etc/UCT","Etc/UCT","","1","0"); INSERT INTO tn_time_zone VALUES("418","Etc/Universal","Etc/Universal","","1","0"); INSERT INTO tn_time_zone VALUES("419","Etc/UTC","Etc/UTC","","1","0"); INSERT INTO tn_time_zone VALUES("420","Etc/Zulu","Etc/Zulu","","1","0"); INSERT INTO tn_time_zone VALUES("421","Europe/Amsterdam","Europe/Amsterdam","","1","0"); INSERT INTO tn_time_zone VALUES("422","Europe/Andorra","Europe/Andorra","","1","0"); INSERT INTO tn_time_zone VALUES("423","Europe/Astrakhan","Europe/Astrakhan","","1","0"); INSERT INTO tn_time_zone VALUES("424","Europe/Athens","Europe/Athens","","1","0"); INSERT INTO tn_time_zone VALUES("425","Europe/Belfast","Europe/Belfast","","1","0"); INSERT INTO tn_time_zone VALUES("426","Europe/Belgrade","Europe/Belgrade","","1","0"); INSERT INTO tn_time_zone VALUES("427","Europe/Berlin","Europe/Berlin","","1","0"); INSERT INTO tn_time_zone VALUES("428","Europe/Bratislava","Europe/Bratislava","","1","0"); INSERT INTO tn_time_zone VALUES("429","Europe/Brussels","Europe/Brussels","","1","0"); INSERT INTO tn_time_zone VALUES("430","Europe/Bucharest","Europe/Bucharest","","1","0"); INSERT INTO tn_time_zone VALUES("431","Europe/Budapest","Europe/Budapest","","1","0"); INSERT INTO tn_time_zone VALUES("432","Europe/Busingen","Europe/Busingen","","1","0"); INSERT INTO tn_time_zone VALUES("433","Europe/Chisinau","Europe/Chisinau","","1","0"); INSERT INTO tn_time_zone VALUES("434","Europe/Copenhagen","Europe/Copenhagen","","1","0"); INSERT INTO tn_time_zone VALUES("435","Europe/Dublin","Europe/Dublin","","1","0"); INSERT INTO tn_time_zone VALUES("436","Europe/Gibraltar","Europe/Gibraltar","","1","0"); INSERT INTO tn_time_zone VALUES("437","Europe/Guernsey","Europe/Guernsey","","1","0"); INSERT INTO tn_time_zone VALUES("438","Europe/Helsinki","Europe/Helsinki","","1","0"); INSERT INTO tn_time_zone VALUES("439","Europe/Isle_of_Man","Europe/Isle_of_Man","","1","0"); INSERT INTO tn_time_zone VALUES("440","Europe/Istanbul","Europe/Istanbul","","1","0"); INSERT INTO tn_time_zone VALUES("441","Europe/Jersey","Europe/Jersey","","1","0"); INSERT INTO tn_time_zone VALUES("442","Europe/Kaliningrad","Europe/Kaliningrad","","1","0"); INSERT INTO tn_time_zone VALUES("443","Europe/Kiev","Europe/Kiev","","1","0"); INSERT INTO tn_time_zone VALUES("444","Europe/Kirov","Europe/Kirov","","1","0"); INSERT INTO tn_time_zone VALUES("445","Europe/Lisbon","Europe/Lisbon","","1","0"); INSERT INTO tn_time_zone VALUES("446","Europe/Ljubljana","Europe/Ljubljana","","1","0"); INSERT INTO tn_time_zone VALUES("447","Europe/London","Europe/London","","1","0"); INSERT INTO tn_time_zone VALUES("448","Europe/Luxembourg","Europe/Luxembourg","","1","0"); INSERT INTO tn_time_zone VALUES("449","Europe/Madrid","Europe/Madrid","","1","0"); INSERT INTO tn_time_zone VALUES("450","Europe/Malta","Europe/Malta","","1","0"); INSERT INTO tn_time_zone VALUES("451","Europe/Mariehamn","Europe/Mariehamn","","1","0"); INSERT INTO tn_time_zone VALUES("452","Europe/Minsk","Europe/Minsk","","1","0"); INSERT INTO tn_time_zone VALUES("453","Europe/Monaco","Europe/Monaco","","1","0"); INSERT INTO tn_time_zone VALUES("454","Europe/Moscow","Europe/Moscow","","1","0"); INSERT INTO tn_time_zone VALUES("455","Europe/Nicosia","Europe/Nicosia","","1","0"); INSERT INTO tn_time_zone VALUES("456","Europe/Oslo","Europe/Oslo","","1","0"); INSERT INTO tn_time_zone VALUES("457","Europe/Paris","Europe/Paris","","1","0"); INSERT INTO tn_time_zone VALUES("458","Europe/Podgorica","Europe/Podgorica","","1","0"); INSERT INTO tn_time_zone VALUES("459","Europe/Prague","Europe/Prague","","1","0"); INSERT INTO tn_time_zone VALUES("460","Europe/Riga","Europe/Riga","","1","0"); INSERT INTO tn_time_zone VALUES("461","Europe/Rome","Europe/Rome","","1","0"); INSERT INTO tn_time_zone VALUES("462","Europe/Samara","Europe/Samara","","1","0"); INSERT INTO tn_time_zone VALUES("463","Europe/San_Marino","Europe/San_Marino","","1","0"); INSERT INTO tn_time_zone VALUES("464","Europe/Sarajevo","Europe/Sarajevo","","1","0"); INSERT INTO tn_time_zone VALUES("465","Europe/Simferopol","Europe/Simferopol","","1","0"); INSERT INTO tn_time_zone VALUES("466","Europe/Skopje","Europe/Skopje","","1","0"); INSERT INTO tn_time_zone VALUES("467","Europe/Sofia","Europe/Sofia","","1","0"); INSERT INTO tn_time_zone VALUES("468","Europe/Stockholm","Europe/Stockholm","","1","0"); INSERT INTO tn_time_zone VALUES("469","Europe/Tallinn","Europe/Tallinn","","1","0"); INSERT INTO tn_time_zone VALUES("470","Europe/Tirane","Europe/Tirane","","1","0"); INSERT INTO tn_time_zone VALUES("471","Europe/Tiraspol","Europe/Tiraspol","","1","0"); INSERT INTO tn_time_zone VALUES("472","Europe/Ulyanovsk","Europe/Ulyanovsk","","1","0"); INSERT INTO tn_time_zone VALUES("473","Europe/Uzhgorod","Europe/Uzhgorod","","1","0"); INSERT INTO tn_time_zone VALUES("474","Europe/Vaduz","Europe/Vaduz","","1","0"); INSERT INTO tn_time_zone VALUES("475","Europe/Vatican","Europe/Vatican","","1","0"); INSERT INTO tn_time_zone VALUES("476","Europe/Vienna","Europe/Vienna","","1","0"); INSERT INTO tn_time_zone VALUES("477","Europe/Vilnius","Europe/Vilnius","","1","0"); INSERT INTO tn_time_zone VALUES("478","Europe/Volgograd","Europe/Volgograd","","1","0"); INSERT INTO tn_time_zone VALUES("479","Europe/Warsaw","Europe/Warsaw","","1","0"); INSERT INTO tn_time_zone VALUES("480","Europe/Zagreb","Europe/Zagreb","","1","0"); INSERT INTO tn_time_zone VALUES("481","Europe/Zaporozhye","Europe/Zaporozhye","","1","0"); INSERT INTO tn_time_zone VALUES("482","Europe/Zurich","Europe/Zurich","","1","0"); INSERT INTO tn_time_zone VALUES("483","Factory","Factory","","1","0"); INSERT INTO tn_time_zone VALUES("484","GB","GB","","1","0"); INSERT INTO tn_time_zone VALUES("485","GB-Eire","GB-Eire","","1","0"); INSERT INTO tn_time_zone VALUES("486","GMT","GMT","","1","0"); INSERT INTO tn_time_zone VALUES("487","GMT+0","GMT+0","","1","0"); INSERT INTO tn_time_zone VALUES("488","GMT-0","GMT-0","","1","0"); INSERT INTO tn_time_zone VALUES("489","GMT0","GMT0","","1","0"); INSERT INTO tn_time_zone VALUES("490","Greenwich","Greenwich","","1","0"); INSERT INTO tn_time_zone VALUES("491","Hongkong","Hongkong","","1","0"); INSERT INTO tn_time_zone VALUES("492","HST","HST","","1","0"); INSERT INTO tn_time_zone VALUES("493","Iceland","Iceland","","1","0"); INSERT INTO tn_time_zone VALUES("494","Indian/Antananarivo","Indian/Antananarivo","","1","0"); INSERT INTO tn_time_zone VALUES("495","Indian/Chagos","Indian/Chagos","","1","0"); INSERT INTO tn_time_zone VALUES("496","Indian/Christmas","Indian/Christmas","","1","0"); INSERT INTO tn_time_zone VALUES("497","Indian/Cocos","Indian/Cocos","","1","0"); INSERT INTO tn_time_zone VALUES("498","Indian/Comoro","Indian/Comoro","","1","0"); INSERT INTO tn_time_zone VALUES("499","Indian/Kerguelen","Indian/Kerguelen","","1","0"); INSERT INTO tn_time_zone VALUES("500","Indian/Mahe","Indian/Mahe","","1","0"); INSERT INTO tn_time_zone VALUES("501","Indian/Maldives","Indian/Maldives","","1","0"); INSERT INTO tn_time_zone VALUES("502","Indian/Mauritius","Indian/Mauritius","","1","0"); INSERT INTO tn_time_zone VALUES("503","Indian/Mayotte","Indian/Mayotte","","1","0"); INSERT INTO tn_time_zone VALUES("504","Indian/Reunion","Indian/Reunion","","1","0"); INSERT INTO tn_time_zone VALUES("505","Iran","Iran","","1","0"); INSERT INTO tn_time_zone VALUES("506","Israel","Israel","","1","0"); INSERT INTO tn_time_zone VALUES("507","Jamaica","Jamaica","","1","0"); INSERT INTO tn_time_zone VALUES("508","Japan","Japan","","1","0"); INSERT INTO tn_time_zone VALUES("509","Kwajalein","Kwajalein","","1","0"); INSERT INTO tn_time_zone VALUES("510","Libya","Libya","","1","0"); INSERT INTO tn_time_zone VALUES("511","MET","MET","","1","0"); INSERT INTO tn_time_zone VALUES("512","Mexico/BajaNorte","Mexico/BajaNorte","","1","0"); INSERT INTO tn_time_zone VALUES("513","Mexico/BajaSur","Mexico/BajaSur","","1","0"); INSERT INTO tn_time_zone VALUES("514","Mexico/General","Mexico/General","","1","0"); INSERT INTO tn_time_zone VALUES("515","MST","MST","","1","0"); INSERT INTO tn_time_zone VALUES("516","MST7MDT","MST7MDT","","1","0"); INSERT INTO tn_time_zone VALUES("517","Navajo","Navajo","","1","0"); INSERT INTO tn_time_zone VALUES("518","NZ","NZ","","1","0"); INSERT INTO tn_time_zone VALUES("519","NZ-CHAT","NZ-CHAT","","1","0"); INSERT INTO tn_time_zone VALUES("520","Pacific/Apia","Pacific/Apia","","1","0"); INSERT INTO tn_time_zone VALUES("521","Pacific/Auckland","Pacific/Auckland","","1","0"); INSERT INTO tn_time_zone VALUES("522","Pacific/Bougainville","Pacific/Bougainville","","1","0"); INSERT INTO tn_time_zone VALUES("523","Pacific/Chatham","Pacific/Chatham","","1","0"); INSERT INTO tn_time_zone VALUES("524","Pacific/Chuuk","Pacific/Chuuk","","1","0"); INSERT INTO tn_time_zone VALUES("525","Pacific/Easter","Pacific/Easter","","1","0"); INSERT INTO tn_time_zone VALUES("526","Pacific/Efate","Pacific/Efate","","1","0"); INSERT INTO tn_time_zone VALUES("527","Pacific/Enderbury","Pacific/Enderbury","","1","0"); INSERT INTO tn_time_zone VALUES("528","Pacific/Fakaofo","Pacific/Fakaofo","","1","0"); INSERT INTO tn_time_zone VALUES("529","Pacific/Fiji","Pacific/Fiji","","1","0"); INSERT INTO tn_time_zone VALUES("530","Pacific/Funafuti","Pacific/Funafuti","","1","0"); INSERT INTO tn_time_zone VALUES("531","Pacific/Galapagos","Pacific/Galapagos","","1","0"); INSERT INTO tn_time_zone VALUES("532","Pacific/Gambier","Pacific/Gambier","","1","0"); INSERT INTO tn_time_zone VALUES("533","Pacific/Guadalcanal","Pacific/Guadalcanal","","1","0"); INSERT INTO tn_time_zone VALUES("534","Pacific/Guam","Pacific/Guam","","1","0"); INSERT INTO tn_time_zone VALUES("535","Pacific/Honolulu","Pacific/Honolulu","","1","0"); INSERT INTO tn_time_zone VALUES("536","Pacific/Johnston","Pacific/Johnston","","1","0"); INSERT INTO tn_time_zone VALUES("537","Pacific/Kiritimati","Pacific/Kiritimati","","1","0"); INSERT INTO tn_time_zone VALUES("538","Pacific/Kosrae","Pacific/Kosrae","","1","0"); INSERT INTO tn_time_zone VALUES("539","Pacific/Kwajalein","Pacific/Kwajalein","","1","0"); INSERT INTO tn_time_zone VALUES("540","Pacific/Majuro","Pacific/Majuro","","1","0"); INSERT INTO tn_time_zone VALUES("541","Pacific/Marquesas","Pacific/Marquesas","","1","0"); INSERT INTO tn_time_zone VALUES("542","Pacific/Midway","Pacific/Midway","","1","0"); INSERT INTO tn_time_zone VALUES("543","Pacific/Nauru","Pacific/Nauru","","1","0"); INSERT INTO tn_time_zone VALUES("544","Pacific/Niue","Pacific/Niue","","1","0"); INSERT INTO tn_time_zone VALUES("545","Pacific/Norfolk","Pacific/Norfolk","","1","0"); INSERT INTO tn_time_zone VALUES("546","Pacific/Noumea","Pacific/Noumea","","1","0"); INSERT INTO tn_time_zone VALUES("547","Pacific/Pago_Pago","Pacific/Pago_Pago","","1","0"); INSERT INTO tn_time_zone VALUES("548","Pacific/Palau","Pacific/Palau","","1","0"); INSERT INTO tn_time_zone VALUES("549","Pacific/Pitcairn","Pacific/Pitcairn","","1","0"); INSERT INTO tn_time_zone VALUES("550","Pacific/Pohnpei","Pacific/Pohnpei","","1","0"); INSERT INTO tn_time_zone VALUES("551","Pacific/Ponape","Pacific/Ponape","","1","0"); INSERT INTO tn_time_zone VALUES("552","Pacific/Port_Moresby","Pacific/Port_Moresby","","1","0"); INSERT INTO tn_time_zone VALUES("553","Pacific/Rarotonga","Pacific/Rarotonga","","1","0"); INSERT INTO tn_time_zone VALUES("554","Pacific/Saipan","Pacific/Saipan","","1","0"); INSERT INTO tn_time_zone VALUES("555","Pacific/Samoa","Pacific/Samoa","","1","0"); INSERT INTO tn_time_zone VALUES("556","Pacific/Tahiti","Pacific/Tahiti","","1","0"); INSERT INTO tn_time_zone VALUES("557","Pacific/Tarawa","Pacific/Tarawa","","1","0"); INSERT INTO tn_time_zone VALUES("558","Pacific/Tongatapu","Pacific/Tongatapu","","1","0"); INSERT INTO tn_time_zone VALUES("559","Pacific/Truk","Pacific/Truk","","1","0"); INSERT INTO tn_time_zone VALUES("560","Pacific/Wake","Pacific/Wake","","1","0"); INSERT INTO tn_time_zone VALUES("561","Pacific/Wallis","Pacific/Wallis","","1","0"); INSERT INTO tn_time_zone VALUES("562","Pacific/Yap","Pacific/Yap","","1","0"); INSERT INTO tn_time_zone VALUES("563","Poland","Poland","","1","0"); INSERT INTO tn_time_zone VALUES("564","Portugal","Portugal","","1","0"); INSERT INTO tn_time_zone VALUES("565","PRC","PRC","","1","0"); INSERT INTO tn_time_zone VALUES("566","PST8PDT","PST8PDT","","1","0"); INSERT INTO tn_time_zone VALUES("567","ROC","ROC","","1","0"); INSERT INTO tn_time_zone VALUES("568","ROK","ROK","","1","0"); INSERT INTO tn_time_zone VALUES("569","Singapore","Singapore","","1","0"); INSERT INTO tn_time_zone VALUES("570","Turkey","Turkey","","1","0"); INSERT INTO tn_time_zone VALUES("571","UCT","UCT","","1","0"); INSERT INTO tn_time_zone VALUES("572","Universal","Universal","","1","0"); INSERT INTO tn_time_zone VALUES("573","US/Alaska","US/Alaska","","1","0"); INSERT INTO tn_time_zone VALUES("574","US/Aleutian","US/Aleutian","","1","0"); INSERT INTO tn_time_zone VALUES("575","US/Arizona","US/Arizona","","1","0"); INSERT INTO tn_time_zone VALUES("576","US/Central","US/Central","","1","0"); INSERT INTO tn_time_zone VALUES("577","US/East-Indiana","US/East-Indiana","","1","0"); INSERT INTO tn_time_zone VALUES("578","US/Eastern","US/Eastern","","1","0"); INSERT INTO tn_time_zone VALUES("579","US/Hawaii","US/Hawaii","","1","0"); INSERT INTO tn_time_zone VALUES("580","US/Indiana-Starke","US/Indiana-Starke","","1","0"); INSERT INTO tn_time_zone VALUES("581","US/Michigan","US/Michigan","","1","0"); INSERT INTO tn_time_zone VALUES("582","US/Mountain","US/Mountain","","1","0"); INSERT INTO tn_time_zone VALUES("583","US/Pacific","US/Pacific","","1","0"); INSERT INTO tn_time_zone VALUES("584","US/Pacific-New","US/Pacific-New","","1","0"); INSERT INTO tn_time_zone VALUES("585","US/Samoa","US/Samoa","","1","0"); INSERT INTO tn_time_zone VALUES("586","UTC","UTC","","1","0"); INSERT INTO tn_time_zone VALUES("587","W-SU","W-SU","","1","0"); INSERT INTO tn_time_zone VALUES("588","WET","WET","","1","0"); INSERT INTO tn_time_zone VALUES("589","Zulu","Zulu","","1","0"); DROP TABLE tn_user; CREATE TABLE `tn_user` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `username` varchar(32) NOT NULL, `email` varchar(255) DEFAULT NULL, `password` varchar(64) NOT NULL, `auth_key` varchar(128) NOT NULL, `access_token` varchar(128) DEFAULT NULL, `password_reset_token` varchar(128) DEFAULT NULL, `role` tinyint(1) DEFAULT '0', `name` varchar(32) DEFAULT '--', `slug_name` varchar(155) DEFAULT NULL, `avatar` varchar(155) DEFAULT NULL, `avatar_url` varchar(255) DEFAULT NULL, `archive` tinyint(1) DEFAULT '0', `type` tinyint(1) DEFAULT '1', `lang` varchar(5) DEFAULT 'vi', `timezone` varchar(100) DEFAULT 'Asia/Bangkok', `attributes` text, `token_waiting_active` varchar(255) DEFAULT NULL, `status` tinyint(1) DEFAULT '1', PRIMARY KEY (`id`), UNIQUE KEY `access_token` (`access_token`) ) ENGINE=InnoDB AUTO_INCREMENT=99 DEFAULT CHARSET=utf8; INSERT INTO tn_user VALUES("1","admin","","$2y$13$HAh9iitRiwHuDnNUM8w/qubkrFmh1GLZ.EG/VwkTz3jSBSzg1nafC","!","admin","Jvm(","1","Tona","","/web/uploads/images/users/11947627_1196879580337720_2083630260241166797_n.jpg","","0","1","vi","Asia/Bangkok","","","1"); INSERT INTO tn_user VALUES("95","<EMAIL>","<EMAIL>","$2y$13$4YqiyEbxjsv1eAdK7GAQvuTctJhqvRzmDCyrhkZkBq4IoULrksbYq","9hKeS7BnnZuY4JGVoGZVzhuem3hXOUaj","","","8","","","","","0","9","vi","Asia/Bangkok","","2018-06-13 13:56:32","1"); INSERT INTO tn_user VALUES("96","<EMAIL>","<EMAIL>","$2y$13$uRUs9ll/CqsDqSN3cN9RnuVWLbSwktBGaS0T36qcXsWivhm34SzhG","1VPr__2YAk_Y8Gy7YJP21uoXUafu3t4u","","","8","","","","","0","9","vi","Asia/Bangkok","","lutREG2RZSZelzX8U8eZcfCvSZYpn_xf","1"); INSERT INTO tn_user VALUES("98","<EMAIL>","<EMAIL>","$2y$13$0PtGfqsOYdz5FaB8ENLmNO8WRIhNiQan5uB.HfsrhdH9WoyMvd3tu","7Gq3NYCSHj4VkOiLR_aD219xaBEwoguN","","","8","Tona SWE","","","","0","1","vi","Asia/Bangkok","","4dhR8VjW3fF65rDb8W6M9Ck6g7wLRNv4","0"); DROP TABLE tn_user_candidate; CREATE TABLE `tn_user_candidate` ( `id` int(11) NOT NULL AUTO_INCREMENT, `candidate_id` int(11) DEFAULT NULL, `created_at` datetime DEFAULT NULL, `created_by` int(11) DEFAULT NULL, `is_deleted` smallint(1) DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; DROP TABLE tn_user_details; CREATE TABLE `tn_user_details` ( `user_id` int(11) unsigned NOT NULL, `email` varchar(255) DEFAULT NULL, `first_name` varchar(50) DEFAULT NULL, `middle_name` varchar(50) DEFAULT NULL, `last_name` varchar(50) DEFAULT NULL, `about_me` text, `gender` tinyint(1) DEFAULT '0', `birthday` date DEFAULT NULL, `phone` varchar(11) DEFAULT NULL, `address` varchar(255) DEFAULT NULL, `changed_password_date` datetime DEFAULT NULL, `job_title_id` int(11) DEFAULT NULL, `experience` int(5) DEFAULT NULL, `level` int(5) DEFAULT NULL, `direct_manager_id` int(11) DEFAULT NULL, `city_id` int(11) DEFAULT NULL, `registration_date` datetime DEFAULT NULL, `approved_by` int(11) DEFAULT NULL, `approved_at` datetime DEFAULT NULL, `active_tour_guide` tinyint(1) DEFAULT '1', PRIMARY KEY (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; INSERT INTO tn_user_details VALUES("1","","Idola","","Santos","","1","2018-03-21","0932252414","143/70 Go Dau, Tan Phu","","4","6","1","","","","","","1"); INSERT INTO tn_user_details VALUES("92","<EMAIL>","","","Test","","2","","0932252414","","","","","","","","2018-05-20 09:40:17","","","1"); INSERT INTO tn_user_details VALUES("95","","","","","","2","1988-10-25","0932252414","Robot Tower, 308-308C Dien Bien Phu St., Ward 4, Dist. 3, Ho Chi Minh City","","","","","","63","2018-06-13 11:44:13","","","1"); INSERT INTO tn_user_details VALUES("96","","","","","","2","1988-10-25","0932252414","Robot Tower, 308-308C Dien Bien Phu St., Ward 4, Dist. 3, Ho Chi Minh City","","","","","","63","2018-06-13 11:51:10","","","1"); INSERT INTO tn_user_details VALUES("97","<EMAIL>","Tona","","SWE","","1","2014-06-17","0932252414","HCM","","","","","","","2018-06-15 12:56:40","","","1"); INSERT INTO tn_user_details VALUES("98","<EMAIL>","Tona","","SWE","","1","2014-06-17","0932252414","HCM","","","","","","","2018-06-15 13:04:13","","","1"); DROP TABLE tn_user_jobs; CREATE TABLE `tn_user_jobs` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `user_id` int(11) DEFAULT NULL, `jobs_id` int(11) DEFAULT NULL, `applied` smallint(1) DEFAULT '0', `applied_time` datetime DEFAULT NULL, `saved` smallint(1) DEFAULT '0', `saved_time` datetime DEFAULT NULL, `arranged` int(11) DEFAULT '1', `is_deleted` smallint(1) DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; DROP TABLE tn_user_online; CREATE TABLE `tn_user_online` ( `id` int(11) NOT NULL AUTO_INCREMENT, `session` varchar(255) DEFAULT NULL, `ip` varchar(15) DEFAULT NULL, `time` datetime DEFAULT NULL, `browser` varchar(255) DEFAULT NULL, `url` varchar(255) DEFAULT NULL, `controller` varchar(55) DEFAULT NULL, `action` varchar(55) DEFAULT NULL, `method` varchar(15) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=505685 DEFAULT CHARSET=utf8; INSERT INTO tn_user_online VALUES("505681","us4m4pjq1lkqln2uff931sao42","172.31.28.221","2018-06-11 14:57:20","Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36","https://jobsvina.com/admin/ajax/php-working","ajax","php-working","GET"); INSERT INTO tn_user_online VALUES("505682","57khial200t3r0skk952n6qe61","172.31.28.221","2018-06-12 06:05:43","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36","https://jobsvina.com/admin/ajax/php-working","ajax","php-working","GET"); INSERT INTO tn_user_online VALUES("505683","vvq09neifua9ed4cv0edbirq9v","127.0.0.1","2018-06-19 09:57:19","Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0","http://localhost:88/demo2/admin/ajax/php-working","ajax","php-working","GET"); INSERT INTO tn_user_online VALUES("505684","86e7bdgsbsos40q7aqlkiejkn3","::1","2018-06-22 04:49:40","Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:62.0) Gecko/20100101 Firefox/62.0","http://localhost:88/demo2/admin/ajax/php-working","ajax","php-working","GET");
<filename>openGaussBase/testcase/KEYWORDS/Destructor/Opengauss_Function_Keyword_Destructor_Case0026.sql -- @testpoint:opengauss关键字destructor(非保留),作为模式名 --关键字不带引号-成功 drop schema if exists destructor; create schema destructor; drop schema destructor; --关键字带双引号-成功 drop schema if exists "destructor"; create schema "destructor"; drop schema "destructor"; --关键字带单引号-合理报错 drop schema if exists 'destructor'; create schema 'destructor'; --关键字带反引号-合理报错 drop schema if exists `destructor`; create schema `destructor`;
<gh_stars>0 -- -- Database: `dbName` -- -- -------------------------------------------------------- -- -- Table structure for table `Building` -- CREATE TABLE Building ( BuildingID INT PRIMARY KEY AUTO_INCREMENT, BuildingName TEXT, BuildingType SET('ACADEMIC', 'RESIDENTIAL', 'ADMINISTRATIVE', 'EXTRACURRICULAR') ); -- -- Table structure for table `SpaceRoom` -- CREATE TABLE SpaceRoom ( SpaceRoomID INT PRIMARY KEY AUTO_INCREMENT, SpaceName TEXT, BuildingID INT NOT NULL, CONSTRAINT BuildingID_fk FOREIGN KEY (BuildingID) REFERENCES Building(BuildingID) ); -- -- Table structure for table `People` -- CREATE TABLE People ( SchoolID INT PRIMARY KEY AUTO_INCREMENT, FullName TEXT NOT NULL, SpaceRoomID INT NOT NULL, IsQuar BOOLEAN, GroupID INT NOT NULL, CONSTRAINT SpaceRoomID_fk FOREIGN KEY (SpaceRoomID) REFERENCES SpaceRoom(SpaceRoomID) ); -- -- Table structure for table `Students` -- CREATE TABLE Student ( SchoolID INT NOT NULL, ClassYear SET('9', '10', '11', '12'), CONSTRAINT StudentSchoolID FOREIGN KEY (SchoolID) REFERENCES People(SchoolID), ); -- -- Table structure for table `Faculty` -- CREATE TABLE Faculty ( SchoolID INT NOT NULL, IsTeaching BOOLEAN NOT NULL, CONSTRAINT FacultySchoolID FOREIGN KEY (SchoolID) REFERENCES People(SchoolID) ); -- -- Table structure for table `Staff` -- CREATE TABLE Staff ( SchoolID INT NOT NULL, CONSTRAINT StaffSchoolID FOREIGN KEY (SchoolID) REFERENCES People(SchoolID), ); -- -- Table structure for table `Event` -- CREATE TABLE Event ( EventID INT PRIMARY KEY AUTO_INCREMENT, SpaceRoomID INT NOT NULL, StartTime TIME NOT NULL, EndTime TIME NOT NULL, EventName TEXT NOT NULL, EventDay DATE NOT NULL, CONSTRAINT EventSpaceRoomID FOREIGN KEY (SpaceRoomID) REFERENCES SpaceRoom(SpaceRoomID) ); -- -- Table structure for table `EventAttendees` -- CREATE TABLE EventAtendees ( AttendeeID INT PRIMARY KEY AUTO_INCREMENT, SchoolID INT NOT NULL, EventID INT NOT NULL, CONSTRAINT AttendeeSchoolID FOREIGN KEY (SchoolID) REFERENCES People(SchoolID), CONSTRAINT EventID_fk FOREIGN KEY (EventID) REFERENCES Event(EventID) ); -- -- Table structure for table `MedicalData` -- CREATE TABLE MedicalData ( SchoolID INT NOT NULL, MedicalID INT PRIMARY KEY AUTO_INCREMENT, IsPositive BOOLEAN NOT NULL, Height INT NOT NULL, Weight INT NOT NULL, Age INT NOT NULL, Temp FLOAT NOT NULL, TestDate DATE, CONSTRAINT MedicalSchoolID FOREIGN KEY (SchoolID) REFERENCES People(SchoolID) ); -- -- Table structure for table `TreatmentPlan` -- CREATE TABLE TreatmentPlan ( TreatmentPlanID INT PRIMARY KEY AUTO_INCREMENT, PrescriptionName TEXT NOT NULL ); -- -- Table structure for table `CaseData` -- CREATE TABLE CaseData ( CaseID INT PRIMARY KEY AUTO_INCREMENT, MedicalID INT NOT NULL, IsHospitalized BOOLEAN NOT NULL, TreatmentPlanID INT NOT NULL, CaseDate DATE NOT NULL, CONSTRAINT MedicalID_fk FOREIGN KEY (MedicalID) REFERENCES MedicalData(MedicalID), CONSTRAINT treatmentPlanID_fk FOREIGN KEY (treatmentPlanID) REFERENCES TreatmentPlan(treatmentPlanID) ); -- -- References: if any -- Note: if any --
DROP DATABASE IF EXISTS employee_tracker; CREATE DATABASE employee_tracker; USE employee_tracker; CREATE TABLE department ( id INT NOT NULL AUTO_INCREMENT PRIMARY KEY, dept_name VARCHAR(30) ); CREATE TABLE emp_role ( id INT NOT NULL AUTO_INCREMENT PRIMARY KEY, role_title VARCHAR(30), role_salary DECIMAL, role_dept_id INT, FOREIGN KEY (role_dept_id) REFERENCES department (id) ON DELETE SET NULL ); CREATE TABLE employee ( id INT NOT NULL AUTO_INCREMENT PRIMARY KEY, emp_first_name VARCHAR(30), emp_last_name VARCHAR(30), emp_role_id INT, emp_manager_id INT, FOREIGN KEY (emp_role_id) REFERENCES emp_role (id) ON DELETE SET NULL, );
<filename>src/main/resources/sql/Field.sql CREATE TABLE "tap_softball"."field" ( id serial PRIMARY KEY NOT NULL, name varchar(40) NOT NULL ) ; CREATE UNIQUE INDEX field_pkey ON "tap_softball"."field"(id) ;
-- phpMyAdmin SQL Dump -- version 4.6.6 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1:3306 -- Generation Time: 22-Nov-2017 às 20:17 -- Versão do servidor: 5.6.35 -- PHP Version: 7.1.1 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: `dashboardbd` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `task_tabela` -- CREATE TABLE `task_tabela` ( `task` varchar(80) NOT NULL, `descricao` varchar(500) NOT NULL, `prioridade` int(2) NOT NULL, `arquivos` blob NOT NULL, `arquivo_nome` varchar(100) NOT NULL, `arquivo_tipo` varchar(50) NOT NULL, `usuario_criou` varchar(40) NOT NULL, `usuario_done` varchar(40) NOT NULL, `ID` int(3) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Extraindo dados da tabela `task_tabela` -- INSERT INTO `task_tabela` (`task`, `descricao`, `prioridade`, `arquivos`, `arquivo_nome`, `arquivo_tipo`, `usuario_criou`, `usuario_done`, `ID`) VALUES ('Nova task 01', 'Este é um exemplo.', 1, 0x30, '', '', '<NAME>', '', 1), ('Nova task 02', 'Esta task estará com o DONE marcado', 2, 0x30, '', '', '<NAME>', '<NAME>', 2), ('Nova task 03', 'Esta descrição foi modificada pelo programa', 3, 0x30, '', '', '<NAME>', '', 3), ('Nova task 04 - Nome maior para mostrar caracteres', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec nec mi sit amet sapien malesuada placerat. Duis gravida mi vitae lacus egestas molestie id nec risus. Ut accumsan dui ac vehicula efficitur.', 4, 0x30, '', '', '<NAME>', '', 4), ('Nova task 05', 'Esta task contém anexo.', 5, 0x446f63756d656e746f206578656d706c6f20706172612075706c6f6164206465206172717569766f730d0a3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d, 'exemplo.txt', 'text/plain', '<NAME>', '', 5); -- -- Indexes for dumped tables -- -- -- Indexes for table `task_tabela` -- ALTER TABLE `task_tabela` ADD PRIMARY KEY (`task`), ADD UNIQUE KEY `task` (`task`), ADD UNIQUE KEY `ID` (`ID`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `task_tabela` -- ALTER TABLE `task_tabela` MODIFY `ID` int(3) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; /*!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 */;
DROP TABLE IF EXISTS books; CREATE TABLE books ( id SERIAL PRIMARY KEY NOT NULL, author VARCHAR(255), title VARCHAR(255), isbn VARCHAR(255), image_url VARCHAR(255), description VARCHAR );
<gh_stars>0 -- -------------------------------------------------------- -- Host: 127.0.0.1 -- Server version: 10.1.37-MariaDB - mariadb.org binary distribution -- Server OS: Win32 -- HeidiSQL Version: 11.0.0.5919 -- -------------------------------------------------------- /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET NAMES utf8 */; /*!50503 SET NAMES utf8mb4 */; /*!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' */; -- Dumping structure for table ecommerce.tbl_payment_confirm CREATE TABLE IF NOT EXISTS `tbl_payment_confirm` ( `id` int(11) NOT NULL AUTO_INCREMENT, `email` varchar(50) DEFAULT NULL, `name` varchar(255) DEFAULT NULL, `rekening` varchar(50) DEFAULT NULL, `bank` tinyint(4) DEFAULT NULL, `total` float DEFAULT NULL, `date_payment` int(11) DEFAULT NULL, `featured_image` text, `description` text, `status` tinyint(4) DEFAULT NULL, `created_at` int(11) DEFAULT NULL, `updated_at` int(11) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- Dumping data for table ecommerce.tbl_payment_confirm: ~0 rows (approximately) /*!40000 ALTER TABLE `tbl_payment_confirm` DISABLE KEYS */; /*!40000 ALTER TABLE `tbl_payment_confirm` ENABLE KEYS */; /*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */; /*!40014 SET FOREIGN_KEY_CHECKS=IF(@OLD_FOREIGN_KEY_CHECKS IS NULL, 1, @OLD_FOREIGN_KEY_CHECKS) */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 690, 'modular', 'Web Designer III', 'Universitas Nusa Cendana'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 215, 'Implemented', 'Help Desk Operator', 'Adventist University of Africa'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 672, 'process improvement', 'Environmental Specialist', 'Providence University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 406, 'system-worthy', 'Statistician I', 'Ecole Supérieure de Commerce de Pau'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 730, 'Assimilated', 'Technical Writer', 'Rutgers, The State University of New Jersey - Newark"'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 659, 'empowering', 'Senior Developer', 'Dublin Institute of Technology'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 40, 'bandwidth-monitored', 'Help Desk Technician', 'Kingston College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 745, 'bifurcated', 'Administrative Assistant III', 'Universidad de San José'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 534, 'interface', 'Professor', 'National School of Political and Administrative Studies Bucharest'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 895, 'cohesive', 'Information Systems Manager', 'Mansoura University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 187, 'logistical', 'Desktop Support Technician', 'Kochi University of Technology'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 366, 'Streamlined', 'Physical Therapy Assistant', 'University of Nizwa'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 582, 'Cross-platform', 'Tax Accountant', 'Ashland University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 506, 'needs-based', 'Senior Financial Analyst', 'Steinbeis-Hochschule-Berlin'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 116, 'Graphic Interface', 'Programmer Analyst I', 'Universidade Salvador'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 128, 'project', 'Analog Circuit Design manager', 'St. Johns University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 656, 'methodology', 'Systems Administrator II', 'Universidad Nacional Mayor de San Marcos'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 602, 'system-worthy', 'Design Engineer', 'Columbia Commonwealth University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 703, 'national', 'Geological Engineer', 'Gdynia Maritime Academy'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 336, 'disintermediate', 'Professor', 'Gandhara Institute of Medical Sciences'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 195, 'bandwidth-monitored', 'Account Representative IV', 'Tennessee Technological University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 139, 'data-warehouse', 'Database Administrator IV', 'Tama Art University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 225, 'static', 'Help Desk Operator', 'Steinbeis-Hochschule-Berlin'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 409, 'attitude-oriented', 'Engineer II', 'Saratov State University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 21, 'help-desk', 'Human Resources Assistant III', 'Universidad de Iberoamérica'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 654, 'systemic', 'Internal Auditor', 'St. Clair College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 492, 'instruction set', 'Assistant Professor', 'Istanbul Bilgi University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 850, 'benchmark', 'Assistant Media Planner', 'Ashton College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 618, 'application', 'Food Chemist', 'Sarhad University of Science & Information Technology, Peshawar "'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 721, '3rd generation', 'Environmental Tech', 'Jai Prakash University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 269, 'Face to face', 'Legal Assistant', 'National University of Science and Technology Bulawayo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 848, 'heuristic', 'Speech Pathologist', 'Royal Holloway and Bedford New College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 119, 'tangible', 'Engineer I', 'Sabzevar Teacher Training University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 572, 'process improvement', 'Operator', 'University of Baltimore'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 117, 'transitional', 'Editor', 'University of Seychelles - American Institute of Medicine'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 345, 'structure', 'Design Engineer', 'Sendai University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 353, 'Vision-oriented', 'Compensation Analyst', 'Marmara University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 209, 'Monitored', 'Executive Secretary', 'Kuwait University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 69, 'productivity', 'Senior Sales Associate', 'Ch. Charan Singh University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 641, 'Front-line', 'Nurse Practicioner', 'Universidad Americana'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 651, 'utilisation', 'Design Engineer', 'Dr. <NAME> Universtiy'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 99, 'paradigm', 'Research Associate', 'Astrahan State Technical University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 351, 'clear-thinking', 'Mechanical Systems Engineer', 'Ochanomizu Womens University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 697, 'info-mediaries', 'Web Developer IV', 'Sothebys Institute of Art - London'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 800, 'Self-enabling', 'Sales Representative', 'University of Arizona'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 501, 'open architecture', 'Automation Specialist I', 'Universitas Pembangunan Panca Budi'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 330, 'bi-directional', 'Pharmacist', 'Chaopraya University '); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 209, 'Customer-focused', 'General Manager', 'Royal Academy of Music, University of London"'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 431, 'methodology', 'Occupational Therapist', 'Université Française dÉgypte'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 495, 'solution', 'Senior Cost Accountant', 'Universidad Central de Nicaragua'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 353, 'composite', 'Accountant III', 'Kaohsuing Open University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 210, 'cohesive', 'Geologist II', 'Hokkaido Institute of Technology'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 352, 'interactive', 'Programmer I', 'St. Petersburg State University of Waterway Communications'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 384, 'Grass-roots', 'Pharmacist', 'University of Medicine and Pharmacy of Timisoara'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 720, 'zero defect', 'Health Coach II', 'University of Tehran'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 302, 'open system', 'Web Designer III', 'Hunan Agricultural University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 462, 'Integrated', 'Human Resources Manager', 'University of Petrosani'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 139, 'functionalities', 'Civil Engineer', 'Ecole National dAgriculture de Meknes'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 583, 'explicit', 'Legal Assistant', 'Higher Institute of Business Administration'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 313, 'Business-focused', 'Structural Analysis Engineer', 'Universidade Tiradentes'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 424, 'service-desk', 'Payment Adjustment Coordinator', 'Kiev School Of Economics'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 301, 'Self-enabling', 'Help Desk Technician', 'Mimasaka Womens College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 18, 'Focused', 'Environmental Specialist', 'Ruhr-Universität Bochum'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 414, 'Switchable', 'Civil Engineer', 'University of Saint La Salle'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 368, 'context-sensitive', 'Accountant I', 'University of Constanta Medical School'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 81, 'capacity', 'Teacher', 'Cheyney University of Pennsylvania'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 295, 'optimal', 'Mechanical Systems Engineer', 'Universidad España de Durango'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 244, 'Advanced', 'Financial Advisor', 'Fachhochschule JOANNEUM'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 595, '6th generation', 'Account Representative III', 'Franklin W. Olin College of Engineering'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 759, 'Function-based', 'Design Engineer', 'Vesalius College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 446, 'superstructure', 'Nurse', 'Austin Peay State University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 162, 'Phased', 'Nurse', 'Orenburg State University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 409, 'algorithm', 'Analog Circuit Design manager', 'University of Health Sciences Antigua'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 157, 'Re-contextualized', 'Senior Cost Accountant', 'Transport and Telecommunication Institute'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 845, 'frame', 'Safety Technician II', 'Kazak American University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 424, 'knowledge base', 'Editor', 'Moscow State Textile University A.N. Kosygin'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 248, 'Versatile', 'Community Outreach Specialist', 'University of Economics in Bratislava'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 556, 'middleware', 'Biostatistician III', 'Kettering University (GMI)'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 700, 'service-desk', 'Marketing Manager', 'Cambridge College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 129, 'global', 'Database Administrator II', 'Universidad Nacional <NAME>'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 451, 'array', 'Marketing Assistant', 'Université Épiscopale dHaiti'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 867, 'hub', 'Environmental Specialist', 'National Taipei College of Nursing'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 432, 'Compatible', 'Business Systems Development Analyst', 'Instituto Superior de Paços de Brandão'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 293, 'emulation', 'Legal Assistant', 'Tehran University of Medical Sciences'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 523, 'radical', 'Automation Specialist IV', '<NAME> Cancer Research Center'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 891, 'mission-critical', 'Nurse Practicioner', 'Université Euro-Afrique'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 756, 'background', 'Business Systems Development Analyst', 'Georgia Institute of Technology'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 587, '5th generation', 'Pharmacist', 'Technical University of Gdansk'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 526, '24 hour', 'Senior Editor', 'Rajshahi University of Engineering and Technology'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 464, 'Organized', 'Analyst Programmer', 'Emory University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 564, '6th generation', 'Statistician III', 'Thiagarajar College of Engineering'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 603, 'multi-tasking', 'General Manager', 'Pontifícia Universidade Católica de Minas Gerais'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 166, 'product', 'Sales Representative', 'DePauw University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 384, 'mobile', 'Project Manager', 'Hajvery University Lahore for Women'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 134, 'focus group', 'Assistant Media Planner', 'Punjab University College of Information Tecnology'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 760, 'Vision-oriented', 'Web Designer III', 'Ecole Supérieure de Commerce de Dijon'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 151, 'Balanced', 'Structural Analysis Engineer', 'University of Bunkyo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 207, 'flexibility', 'Research Nurse', 'University of Peloponnese'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 178, 'mobile', 'Accountant I', 'French University in Armenia (UFAR)'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 713, 'hardware', 'Information Systems Manager', 'Tokushima Bunri University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 619, 'asymmetric', 'Programmer III', 'Rabindra Bharati University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 581, 'Streamlined', 'Information Systems Manager', 'Park College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 166, 'Managed', 'Editor', 'Lyon College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 841, 'well-modulated', 'Operator', '<NAME> College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 829, 'budgetary management', 'Information Systems Manager', 'Aichi Medical University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 876, 'actuating', 'Safety Technician I', 'National College of Art and Design'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 97, 'cohesive', 'Compensation Analyst', 'University of Cincinnati'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 421, 'solution', 'Professor', 'University of the Incarnate World'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 831, 'tertiary', 'Software Test Engineer II', 'Universidad Juárez Autónoma de Tabasco'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 467, 'explicit', 'Health Coach II', 'Ecole Nationale Supérieure dIngénieurs de Génie Chimique'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 674, 'Organized', 'Senior Cost Accountant', 'University of Medicine and Pharmacy of Cluj-Napoca'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 359, 'intangible', 'Sales Associate', 'Southwest Petroleum University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 747, 'contingency', 'Staff Scientist', 'Mu tah University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 655, 'intermediate', 'Community Outreach Specialist', 'Houston Baptist University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 795, 'neural-net', 'Cost Accountant', 'Universidad de Ciego de Avila'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 532, 'capability', 'Biostatistician I', 'Kings College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 468, 'database', 'Speech Pathologist', 'Kemerovo State University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 122, 'customer loyalty', 'Software Engineer I', 'Technische Fachhochschule Wildau'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 299, 'Secured', 'Clinical Specialist', 'Moscow State Technical University of Civil Aviation'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 452, 'explicit', 'Occupational Therapist', 'Universidad de Sonora'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 398, 'Front-line', 'Automation Specialist IV', 'Technological University (Meikhtila)'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 492, 'systemic', 'Senior Developer', 'Islamic Azad University, Bandar Abbas"'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 42, 'framework', 'Environmental Tech', 'Universidad de Gerona'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 558, 'access', 'Information Systems Manager', 'NTB Interstate University of Applied Sciences of Technology'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 32, 'software', 'Computer Systems Analyst IV', 'West Virginia Wesleyan College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 27, 'Face to face', 'Marketing Assistant', 'Eberhard-Karls-Universität Tübingen'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 384, 'next generation', 'Account Executive', 'Benue State University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 219, 'product', 'Marketing Manager', 'Iglobal University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 270, '3rd generation', 'Civil Engineer', 'Tashkent School of Finance'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 48, 'holistic', 'Recruiting Manager', 'Northern Jiaotong University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 365, 'Innovative', 'Environmental Tech', 'Jeonju University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 358, 'Face to face', 'Chemical Engineer', 'St.Patricks International College, London"'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 153, 'secured line', 'Biostatistician II', 'Universidad Autónoma de Chiapas'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 572, 'leverage', 'Accounting Assistant IV', 'University of Chieti'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 765, 'cohesive', 'Marketing Assistant', 'Samara State University of Economics'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 585, 'Customer-focused', 'Web Designer III', 'Universidad Academia de Humanismo Cristiano'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 780, 'didactic', 'Account Representative III', 'SASTRA Deemed University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 172, 'Stand-alone', 'Teacher', 'Chittagong Independent University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 430, 'bandwidth-monitored', 'Senior Editor', 'Kyoto City University of Arts'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 472, 'database', 'Analyst Programmer', 'Kwararafa University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 554, 'Focused', 'Environmental Tech', 'St. Petersburg State Forest-Technical Academy'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 721, 'encryption', 'VP Marketing', 'Dongduk Womens University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 711, 'groupware', 'Sales Associate', 'Baker College of Port Huron'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 720, 'mobile', 'Teacher', 'Vietnam Maritime University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 264, 'Quality-focused', 'Senior Cost Accountant', 'Central Luzon State University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 428, 'logistical', 'Biostatistician IV', 'Vikrama Simhapuri University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 446, 'methodical', 'Editor', 'The Manchester Metropolitan University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 233, 'synergy', 'Technical Writer', 'Bluefield College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 699, 'challenge', 'Engineer II', 'Seton Hall University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 364, 'Monitored', 'Senior Sales Associate', 'University of North Bengal'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 690, 'explicit', 'VP Quality Control', 'Huazhong Agricultural University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 775, 'actuating', 'Software Test Engineer IV', 'Richmond University - The American International University in London'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 106, 'budgetary management', 'Internal Auditor', 'Wilmington College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 492, 'Down-sized', 'Internal Auditor', 'Plymouth State College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 213, 'Monitored', 'Business Systems Development Analyst', 'Universitas Palangka Raya'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 295, 'responsive', 'Internal Auditor', 'University of Education Hradec Kralove'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 787, 'interface', 'Senior Developer', 'Université de Bamako'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 416, 'workforce', 'General Manager', 'Universidad de Oviedo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 178, 'capability', 'Chemical Engineer', 'Tama Art University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 475, 'Synergistic', 'Analyst Programmer', 'Southern Utah University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 520, 'Profound', 'Marketing Manager', 'College for Financial Planning'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 205, 'hardware', 'Executive Secretary', 'Institut National Supérieur de Formation Agro-Alimentaire'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 117, 'Switchable', 'Senior Cost Accountant', 'Stevens Institute of Technology'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 7, 'Vision-oriented', 'VP Product Management', 'Université du Québec à Trois-Rivières'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 519, 'definition', 'Geologist I', 'Université de Nantes'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 630, 'data-warehouse', 'Assistant Media Planner', 'Circleville Bible College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 97, 'Networked', 'Clinical Specialist', 'Syktyvkar State University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 479, '5th generation', 'Quality Control Specialist', 'Gonabad University of Medical Sciences'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 558, 'Front-line', 'Payment Adjustment Coordinator', 'Tribhuvan University Kathmandu'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 779, 'high-level', 'Payment Adjustment Coordinator', 'Lithunian University of Agriculture'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 65, 'forecast', 'Staff Accountant I', 'International College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 434, 'Reactive', 'VP Quality Control', 'University of Lancaster'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 782, 'cohesive', 'Web Developer IV', 'Universidad Fray Luc<NAME>oli'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 621, 'service-desk', 'Geologist I', 'Hope College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 895, 'asymmetric', 'Sales Representative', 'Universität Bayreuth'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 45, 'Operative', 'Programmer Analyst III', 'Universidad NUR'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 128, 'User-friendly', 'Accounting Assistant II', 'Hamline University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 261, 'didactic', 'Payment Adjustment Coordinator', 'Punjab Institute of Computer science'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 799, 'explicit', 'General Manager', 'Drzavni Univerzitet u Novom Pazaru'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 712, 'database', 'Analyst Programmer', 'Karnataka State Open University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 76, 'Triple-buffered', 'Assistant Manager', 'University of Westminster'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 703, 'Down-sized', 'Accounting Assistant IV', 'Meiji Gakuin University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 72, 'Phased', 'Junior Executive', 'University of Montana'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 845, 'circuit', 'Research Nurse', 'Ege University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 218, 'modular', 'Compensation Analyst', 'Instituto Superior Politécnico e Universitário'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 634, 'Re-contextualized', 'Social Worker', 'Emmanuel College Georgia'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 206, 'Optional', 'Pharmacist', 'Poltava University of Consumer Cooperatives in Ukraine'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 845, 'dedicated', 'Technical Writer', 'Université de Yaoundé II'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 750, 'Focused', 'Senior Editor', 'China Academy of Art'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 635, 'Public-key', 'Data Coordiator', 'Pandit Ravi Shankar Shukla University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 352, 'global', 'Office Assistant I', 'Nawroz University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 467, 'firmware', 'Biostatistician III', 'Music Academy in Cracow'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 679, 'framework', 'Human Resources Assistant I', 'Gifu Shotoku Gakuen University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 122, 'well-modulated', 'Graphic Designer', 'University of Miami'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 312, 'firmware', 'Media Manager II', 'Universidad Tecnológica de los Andes de Apurímac'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 234, 'systematic', 'Nurse Practicioner', 'Detroit College of Law'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 670, 'stable', 'Staff Accountant IV', 'University of Jan Evangelista Purkyne'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 702, 'Team-oriented', 'Registered Nurse', 'George Wythe College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 297, 'interface', 'VP Quality Control', 'Selcuk University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 679, 'Function-based', 'Senior Developer', 'British Institute in Paris, University of London"'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 435, 'project', 'Geological Engineer', 'Czech Technical University of Prague'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 76, 'ability', 'Data Coordiator', 'Bhagwant University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 423, 'Down-sized', 'Office Assistant III', 'New York Academy of Art, Graduate School of Figurative Art"'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 167, 'Cross-platform', 'Human Resources Manager', 'Swiss Management Center'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 573, 'Customer-focused', 'Physical Therapy Assistant', 'Tohoku Gakuin University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 202, 'service-desk', 'Human Resources Assistant IV', 'Universidad Empresarial'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 125, 'structure', 'Geologist II', 'Stockholm University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 894, 'next generation', 'Clinical Specialist', 'Universidad Internacional de Andalucía'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 452, 'exuding', 'Quality Engineer', 'UNESCO-IHE Institute for Water Education'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 882, 'scalable', 'Occupational Therapist', 'Hesser College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 853, 'Organized', 'Web Developer I', 'Bridgewater College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 804, 'local area network', 'Social Worker', 'Kogi State University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 676, 'collaboration', 'Associate Professor', 'Adler School of Professional Psychology'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 761, 'human-resource', 'Safety Technician I', 'Chongqing Technology and Business University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 281, 'tertiary', 'Cost Accountant', 'University of San Francisco'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 104, 'bi-directional', 'Computer Systems Analyst IV', 'Universidad Politécnica de Cataluna'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 163, 'Advanced', 'Web Designer III', 'St. Petersburg State Polytechnical University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 504, 'analyzer', 'Web Designer I', 'Yunnan Normal University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 878, 'Multi-tiered', 'Business Systems Development Analyst', 'Bohai University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 136, 'hierarchy', 'VP Quality Control', 'Mount Kenya University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 881, 'zero defect', 'Recruiting Manager', 'Kobe University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 293, 'Profit-focused', 'Computer Systems Analyst II', 'Arab American University - Jenin'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 633, 'responsive', 'Database Administrator I', 'Dutch University Institute for Art History (DUIA)'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 71, 'Organized', 'Professor', 'Campbell University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 881, 'needs-based', 'Marketing Manager', 'Massey University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 264, 'approach', 'Financial Analyst', 'Universidad del Valle de México'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 676, 'Team-oriented', 'Senior Quality Engineer', 'University of NorthWest'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 570, 'user-facing', 'Dental Hygienist', 'Virtual University of Pakistan'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 421, 'Intuitive', 'Environmental Tech', 'Capitol College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 85, 'De-engineered', 'Office Assistant IV', 'Lasell College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 845, 'initiative', 'Programmer IV', 'Université de Poitiers'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 39, 'complexity', 'Physical Therapy Assistant', 'Southwest University of Finance and Economics'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 444, 'Configurable', 'Clinical Specialist', 'Shanghai Ocean University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 430, 'bi-directional', 'Professor', 'Pontificia Universidad Catolica de Puerto Rico'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 766, 'extranet', 'Help Desk Operator', 'Universidad Mayor de San Simón'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 208, 'functionalities', 'VP Accounting', 'Universidad Nacional de San Juan'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 691, 'Multi-lateral', 'Financial Advisor', 'Universidad Interamericana de Educacion a Distancia de Panama'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 348, 'time-frame', 'Help Desk Technician', 'Jai Prakash University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 707, 'installation', 'Financial Analyst', 'Embry-Riddle Aeronautical University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 502, 'hierarchy', 'Recruiting Manager', 'Universidad de Buenos Aires'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 898, 'empowering', 'Research Assistant II', 'Cleary College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 321, 'Virtual', 'Accountant IV', 'Université de Montpellier II'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 774, 'benchmark', 'Quality Control Specialist', 'Greenville College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 163, 'Synergized', 'Senior Developer', 'Avinashilingam Institute for Home Science and Higher Education for Women'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 345, 'Up-sized', 'Business Systems Development Analyst', 'Ural State Academy of Railway Transport'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 208, 'pricing structure', 'Systems Administrator III', 'Universidade Candido Mendes'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 886, 'responsive', 'Administrative Assistant IV', 'James Cook University of North Queensland'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 250, 'Business-focused', 'Registered Nurse', 'Polytechnic University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 213, 'Down-sized', 'General Manager', 'University of New England'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 12, 'object-oriented', 'Programmer Analyst III', 'Universidad del Turabo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 864, 'architecture', 'Community Outreach Specialist', 'Bastyr University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 863, 'parallelism', 'Health Coach IV', 'International Centre for Isclamic Science'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 815, 'background', 'Help Desk Operator', 'American University of Middle East'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 104, 'Open-source', 'Speech Pathologist', 'Universität Lüneburg'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 117, 'website', 'Payment Adjustment Coordinator', 'Universidad Nicaragüense de Ciencia y Tecnológica'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 519, 'Multi-channelled', 'Project Manager', 'West Minster International College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 503, 'tertiary', 'Financial Analyst', 'Divine Word College of Legazpi'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 803, 'executive', 'Executive Secretary', 'Oakton Community College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 520, 'high-level', 'Project Manager', 'Institute of Management Sciences, Peshawar"'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 163, 'Decentralized', 'Senior Cost Accountant', 'Universidad Autónoma de Bucaramanga'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 659, 'incremental', 'Human Resources Manager', 'Dubna International University for Nature, Society and Man"'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 708, 'asymmetric', 'Developer III', 'Fontbonne College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 146, 'well-modulated', 'VP Accounting', 'Asia Europe University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 636, 'clear-thinking', 'Nurse Practicioner', 'Evangelische Fachhochschule Hannover'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 531, 'intranet', 'Financial Analyst', 'University of NorthWest'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 791, 'Synchronised', 'Director of Sales', 'Universidad Nacional Pedro Ruíz Gallo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 132, 'Reduced', 'Editor', 'University of Northern Virginia'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 401, 'synergy', 'Tax Accountant', 'Universitas Siliwangi'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 592, 'paradigm', 'Junior Executive', 'Rasmussen College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 271, 'Object-based', 'Office Assistant I', 'Ecole Française de Papeterie et des Industries Graphiques'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 112, 'attitude-oriented', 'Analyst Programmer', 'National Institute of Industrial Engineering'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 360, 'user-facing', 'Help Desk Technician', 'Gustavus Adolphus College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 162, 'Right-sized', 'Registered Nurse', 'Brest State University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 40, 'installation', 'Physical Therapy Assistant', 'Universitas Pesantren Darul Ulum Jombang'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 481, 'client-server', 'Geological Engineer', 'Hampden-Sydney College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 18, 'knowledge base', 'Chief Design Engineer', 'Fiji National University '); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 715, 'optimizing', 'Engineer III', 'West China University of Medical Sciences'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 112, 'bifurcated', 'Registered Nurse', 'Muhimbili University of Health and Allied Sciences (MUHAS)'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 895, 'Reduced', 'Quality Engineer', 'Instituto Politécnico de Coimbra'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 336, 'complexity', 'Staff Scientist', 'Purbanchal University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 645, 'collaboration', 'Business Systems Development Analyst', ' Dedan Kimathi University of Technology'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 190, 'Stand-alone', 'Research Assistant I', 'Ecole Nationale Supérieure de Physique de Marseille'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 365, 'paradigm', 'Sales Associate', 'Western University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 767, 'knowledge user', 'Speech Pathologist', 'University of Redlands'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 52, 'capacity', 'Administrative Officer', 'Ecole Nationale Supérieure des Telecommunications de Paris'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 160, 'User-centric', 'Safety Technician IV', 'Universitas Negeri Manado'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 846, 'context-sensitive', 'Office Assistant III', 'Morris College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 33, 'stable', 'Assistant Manager', 'Universidad Academia de Humanismo Cristiano'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 71, 'extranet', 'Accountant IV', 'Evangelische Fachhochschule Ludwigshafen Hochschule für Sozial- und Gesundheitswesen'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 758, 'success', 'Product Engineer', 'Instituto Superior de Ciências Empresariais e de Turismo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 859, 'radical', 'Nuclear Power Engineer', 'Hacettepe University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 695, 'Function-based', 'Graphic Designer', 'Universidad Mayor'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 334, 'Monitored', 'Paralegal', 'University of Auckland'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 374, 'matrices', 'Account Representative I', 'Gdynia Maritime Academy'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 243, 'database', 'Marketing Manager', 'Kobe Jogakuin University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 622, 'multi-state', 'Biostatistician I', 'Internationle Akademie für Philosophie'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 67, 'firmware', 'Structural Engineer', 'Lahti Polytechnic'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 119, 'didactic', 'Administrative Officer', 'Dakota State University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 481, 'Open-source', 'Account Representative IV', 'Shizuoka Prefectural University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 370, 'bottom-line', 'Senior Quality Engineer', 'Misan University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 830, 'pricing structure', 'Sales Associate', 'Hannibal-Lagrange College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 646, 'Reactive', 'Programmer Analyst I', 'Intercollege'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 559, 'directional', 'Software Consultant', 'Calvary Bible College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 318, 'high-level', 'Chief Design Engineer', 'University of Texas M.D. Anderson Cancer Center'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 32, 'system engine', 'Office Assistant II', 'Universidade de Passo Fundo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 411, 'web-enabled', 'Editor', 'Belarussian National Technical University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 746, 'Open-source', 'Environmental Specialist', 'Islamic Azad University, Tehran South"'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 831, 'Business-focused', 'Speech Pathologist', 'Universidad Mesoamericana de San Agustín'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 169, 'intermediate', 'Developer I', 'Universitas Diponegoro'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 162, 'Multi-channelled', 'Engineer IV', 'Universidad de Manizales'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 605, 'hybrid', 'Programmer Analyst I', 'Southwest Forestry University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 789, 'Mandatory', 'Nurse Practicioner', 'Oman College Of Management & Technology'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 385, 'Configurable', 'Nurse', 'University of Northern Bahr El-Ghazal'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 14, 'grid-enabled', 'Programmer III', 'Osmania University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 890, 'Pre-emptive', 'Environmental Specialist', 'Henan Normal University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 740, 'value-added', 'Paralegal', 'Furman University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 681, 'User-friendly', 'Systems Administrator III', 'Yerevan State Medical University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 16, 'well-modulated', 'Clinical Specialist', 'ITT Technical Institute West Covina'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 358, 'Optimized', 'Quality Control Specialist', 'Mount Union College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 847, 'Robust', 'Software Engineer II', 'Universiteit Antwerpen, UFSIA"'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 688, 'Monitored', 'Account Representative III', 'Universidad La Republica'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 160, 'circuit', 'Payment Adjustment Coordinator', 'National University of Defense Technology'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 174, 'neutral', 'Internal Auditor', 'Universidad de Málaga'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 764, 'customer loyalty', 'Paralegal', 'Fujian Medical University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 694, 'transitional', 'Operator', 'Mekelle Institute of Technology'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 702, 'reciprocal', 'Legal Assistant', 'University of Batangas'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 408, 'Integrated', 'Recruiter', 'University of the Sciences in Philadelphia'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 747, 'Assimilated', 'Operator', 'Universidad Católica Cecilio Acosta'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 336, 'Mandatory', 'Financial Advisor', 'Universidade da Amazônia'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 772, 'Sharable', 'Computer Systems Analyst I', 'Vali-e-Asr University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 536, 'encoding', 'Professor', 'University of New Hampshire'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 637, 'Graphical User Interface', 'Software Engineer I', 'Minamikyushu University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 51, 'framework', 'Statistician I', 'Benedictine College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 640, 'process improvement', 'Recruiting Manager', 'Andon College - Stockton'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 328, 'neural-net', 'Project Manager', 'Universidade Metodista de Angola'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 536, 'hybrid', 'Senior Sales Associate', 'Zhongnan University of Technology'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 537, 'challenge', 'Research Nurse', 'Alabama State University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 130, 'contextually-based', 'Chief Design Engineer', 'University of Montevallo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 512, 'value-added', 'Web Developer IV', 'Maritime University Constanta'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 154, 'structure', 'Marketing Assistant', 'Kandahar University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 658, 'upward-trending', 'Geologist II', 'Botswana College of Agriculture'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 168, 'Networked', 'Analyst Programmer', 'Academy of Fine Arts'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 355, 'adapter', 'Research Nurse', 'Oklahoma State University - Institute of Technology'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 458, 'Configurable', 'Director of Sales', 'Meiji University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 308, 'Re-contextualized', 'Staff Accountant IV', 'Universidad Maimónides'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 715, 'Realigned', 'Teacher', 'Zhejiang Sci-Tech University '); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 873, 'strategy', 'Automation Specialist IV', 'Rice University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 496, 'methodology', 'Help Desk Technician', 'Wesley University of Science and Technology'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 392, 'synergy', 'Senior Financial Analyst', 'Université Lumiére (Lyon II)'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 687, 'Organized', 'Human Resources Assistant II', 'Friedrich-Alexander Universität Erlangen-Nürnberg'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 420, 'functionalities', 'Research Assistant III', 'Saad College of Nursing and Allied Health Sciences'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 738, 'Configurable', 'Software Consultant', 'Universidad ORT Uruguay'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 882, 'user-facing', 'Physical Therapy Assistant', 'Springfield College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 846, 'info-mediaries', 'GIS Technical Architect', 'University of New Brunswick'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 445, 'content-based', 'Senior Financial Analyst', 'Universidad José Maria Vargas'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 427, 'portal', 'Junior Executive', 'State University of New York College at Oneonta'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 693, 'Re-engineered', 'Research Associate', 'John Cabot University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 319, 'Extended', 'Programmer II', 'College of Busniess Admnistration'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 419, 'intranet', 'Speech Pathologist', 'University of Macerata'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 767, 'Optional', 'Administrative Assistant I', 'Ecole Nationale Supérieure de Chimie de Paris'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 213, 'client-server', 'Quality Engineer', 'Fachhochschule Rottenburg, Hochschule für Forstwirtschaft"'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 792, 'Assimilated', 'Programmer I', 'Texas Southern University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 793, 'access', 'VP Product Management', 'Ecole Supérieure Internationale dAdministration des Entreprises'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 285, 'interactive', 'Software Consultant', 'National University of Kiev-Mohyla Academy'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 439, 'parallelism', 'Actuary', 'Kyushu Tokai University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 203, 'disintermediate', 'Financial Analyst', 'Florida Christian College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 896, 'methodical', 'Systems Administrator I', 'Qingdao University of Science and Technology'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 211, 'Visionary', 'Design Engineer', 'Tokyo University of Agriculture'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 494, 'Re-contextualized', 'Mechanical Systems Engineer', 'Al-Jabal Al-Gharbi University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 384, 'Open-architected', 'Assistant Professor', 'Saratov State Agrarian University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 764, 'Fundamental', 'Health Coach I', 'Fundação Educacional de Ituverava'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 137, 'concept', 'Clinical Specialist', 'Yan Shan University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 487, 'Triple-buffered', 'Nurse', 'Universidad San Francisco Xavier'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 14, 'Visionary', 'Clinical Specialist', 'Universidade São Marcos'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 524, 'foreground', 'Cost Accountant', 'Guangzhou Academy of Fine Art'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 770, 'support', 'Occupational Therapist', 'Pädagogische Hochschule Heidelberg'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 470, 'next generation', 'VP Marketing', 'Aquinas College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 243, 'support', 'Financial Analyst', 'Moscow Institute of Physics and Technology'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 143, 'policy', 'Software Consultant', '<NAME>'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 359, 'migration', 'Product Engineer', 'Universidad Autónoma de la Laguna'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 439, 'Customer-focused', 'Marketing Assistant', 'Loyola University New Orleans'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 161, 'Integrated', 'Information Systems Manager', 'Northeastern Illinois University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 40, 'Persistent', 'Account Executive', 'Amravati University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 778, 'pricing structure', 'Systems Administrator II', 'Ahsanullah University of Science & Technology'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 127, 'structure', 'Software Test Engineer I', 'Instituto Superior Bissaya Barreto'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 346, 'disintermediate', 'Data Coordiator', 'French University in Armenia (UFAR)'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 328, 'Realigned', 'Nurse', 'Université Thierno Amadou Diallo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 763, 'groupware', 'Senior Sales Associate', 'Charisma University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 55, 'Reverse-engineered', 'Systems Administrator I', 'Penang International Dental College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 705, 'open system', 'Administrative Officer', 'Poznan University of Life Sciences'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 228, 'coherent', 'GIS Technical Architect', 'Universidad Metropolitana de Honduras'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 773, 'Multi-channelled', 'Senior Cost Accountant', 'University of Nebraska - Omaha'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 582, 'Customer-focused', 'General Manager', 'Matn University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 261, 'fault-tolerant', 'Accounting Assistant III', 'University of Ilorin'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 534, 'process improvement', 'Staff Scientist', 'Ghana Institute of Management and Public Administration (GIMPA)'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 805, 'Grass-roots', 'Analog Circuit Design manager', 'Islamic University of Gaza'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 148, 'Total', 'Community Outreach Specialist', 'National Taiwan College of Arts'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 220, 'Managed', 'Office Assistant II', 'Polytechnic University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 26, 'Universal', 'Developer III', 'Nelson Mandela Metropolitan University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 116, 'client-server', 'Quality Control Specialist', 'Joseph Ayo Babalola University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 685, 'intermediate', 'Environmental Specialist', '<NAME> Cracow College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 849, 'empowering', 'Quality Engineer', 'Independent University, Bangladesh"'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 107, 'didactic', 'Tax Accountant', 'Ohio University - Zanesville'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 327, 'full-range', 'Financial Analyst', 'Tohoku Institute of Technology'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 719, 'Mandatory', 'Recruiting Manager', 'Universidad de Puerto Rico, Ponce"'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 402, '6th generation', 'Database Administrator II', 'City University of New York, Brooklyn College"'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 275, 'Inverse', 'Geological Engineer', 'Universidad Nacional Experimental ""<NAME>"""'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 758, 'stable', 'Director of Sales', 'Kyushu Tokai University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 750, 'object-oriented', 'Sales Associate', 'Post University of Waterbury'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 324, 'even-keeled', 'Administrative Officer', 'Amber University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 761, 'multi-tasking', 'VP Marketing', 'Clearwater Christian College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 194, 'Graphical User Interface', 'Dental Hygienist', 'Peace College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 619, 'secured line', 'Help Desk Operator', 'Antioch University Santa Barbara'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 615, 'Front-line', 'Senior Cost Accountant', 'Nuclear Institute for Agriculture and Biology (NIAB)'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 256, 'Adaptive', 'Electrical Engineer', 'University of Szczecin'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 404, 'standardization', 'Help Desk Technician', 'Universidad Torcuato di Tella'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 665, 'non-volatile', 'Senior Financial Analyst', 'Université Shalom de Bunia'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 46, 'user-facing', 'Business Systems Development Analyst', 'Regis College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 891, 'utilisation', 'Speech Pathologist', 'University of Regina'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 500, 'Down-sized', 'Assistant Professor', 'Université Shalom de Bunia'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 344, 'Focused', 'Geologist III', 'Murray State University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 618, '24 hour', 'VP Marketing', 'National Sports Academy Sofia'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 498, 'solution-oriented', 'Design Engineer', 'Nagoya University of Arts'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 515, 'structure', 'Environmental Tech', 'Al-Jabal Al-Gharbi University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 875, 'upward-trending', 'Health Coach I', 'Botswana Accountancy College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 681, 'conglomeration', 'Chief Design Engineer', 'Tuva State University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 26, 'Operative', 'Recruiter', 'Posts & Telecommunications Institute of Technology'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 299, 'transitional', 'Software Test Engineer IV', 'Nirma University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 110, 'next generation', 'Automation Specialist III', 'University of Education, Winneba"'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 328, 'complexity', 'Research Nurse', 'Perdana University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 536, 'Persevering', 'Editor', 'Grenoble Ecole de Management'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 883, 'Graphical User Interface', 'Software Consultant', 'West Liberty State College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 772, 'array', 'Physical Therapy Assistant', ' Université de Nouakchott'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 662, 'Focused', 'Senior Cost Accountant', 'Universidad Cristóbal Colón'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 267, 'Ameliorated', 'Financial Advisor', 'James Cook University of North Queensland'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 206, 'instruction set', 'Mechanical Systems Engineer', 'Hamilton Technical College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 812, 'conglomeration', 'Social Worker', 'St. Johns University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 708, 'Multi-tiered', 'Senior Cost Accountant', 'Shaheed Beheshti University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 896, 'Enterprise-wide', 'Research Associate', 'Shandong Agricultural University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 220, 'migration', 'Programmer II', 'Private Hanseuniversität'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 532, 'methodical', 'Staff Accountant III', 'Mohammad Ali Jinnah University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 393, 'Realigned', 'Librarian', 'Kenya Methodist University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 80, 'Profound', 'Biostatistician II', 'DeVry Institute of Technology, Phoenix"'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 617, 'client-driven', 'Research Associate', 'Himeji Dokkyo University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 535, 'access', 'Safety Technician II', 'National Technical University of Athens'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 351, 'moratorium', 'Programmer Analyst III', 'Southwestern Baptist Theological Seminary'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 638, 'Synergized', 'Account Executive', 'Pädagogische Hochschule Freiburg'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 839, 'Diverse', 'Design Engineer', 'Jewish University in Moscow'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 364, 'grid-enabled', 'Web Designer IV', 'Uzima University College '); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 194, 'Triple-buffered', 'Database Administrator III', 'Universität Bayreuth'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 781, 'Versatile', 'Developer IV', 'DeVry Institute of Technology, DuPage"'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 851, 'Synchronised', 'Research Associate', 'Ashkelon Academic College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 695, 'forecast', 'Civil Engineer', 'Universidad de Vigo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 704, 'discrete', 'Director of Sales', 'Oregon State University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 324, 'task-force', 'General Manager', 'Management and Science University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 201, 'fresh-thinking', 'Web Designer IV', 'Changsha Railway University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 888, 'adapter', 'Recruiting Manager', 'Shantou University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 597, 'Balanced', 'Account Representative I', 'Ecole des Hautes Etudes Commerciales MAROC'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 247, 'groupware', 'Director of Sales', 'Universidad Internacional Menéndez Pelayo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 219, 'methodology', 'Account Coordinator', 'Université de Béjaia'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 248, 'Centralized', 'Associate Professor', 'Shimane University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 472, 'conglomeration', 'Account Executive', 'Morningside College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 560, 'concept', 'Research Assistant II', 'Mount Sinai School of Medicine'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 336, 'static', 'Analyst Programmer', 'Abfi Institute Perbanas Jakarta'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 883, 'De-engineered', 'Recruiter', 'State University of New York at Buffalo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 263, 'grid-enabled', 'VP Sales', 'Ch. Charan Singh University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 306, 'client-server', 'Recruiting Manager', 'Kirksville College of Osteopathic Medicine'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 475, '4th generation', 'Human Resources Assistant II', 'Universitas Jambi'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 56, 'client-server', 'Environmental Specialist', 'Korea National University of Physical Education'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 147, 'bandwidth-monitored', 'Executive Secretary', 'Danish University of Education'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 611, 'Reduced', 'Pharmacist', 'Ecole Supérieure dAgriculture de Purpan'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 658, 'Organized', 'GIS Technical Architect', 'The Art Institute of Boston'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 225, 'full-range', 'Human Resources Manager', 'Al Muthanna University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 324, 'firmware', 'Accountant II', 'Kaohsiung Medical College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 852, 'Devolved', 'Occupational Therapist', 'University of Kashmir'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 593, 'interface', 'Programmer I', 'St. Francis Medical Center College of Nursing'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 789, 'Automated', 'Occupational Therapist', 'Chinese Culture University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 570, 'Balanced', 'Structural Engineer', 'University College of Gävle'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 831, 'system engine', 'Developer III', 'Ryerson Polytechnic University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 394, 'collaboration', 'Health Coach I', 'Pedagogical University of Czestochowa'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 74, 'object-oriented', 'Community Outreach Specialist', 'Marylhurst University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 289, 'Optional', 'Web Developer III', 'Halmstad University College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 392, 'help-desk', 'Environmental Tech', 'Northwest Normal University Lanzhou'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 879, 'fault-tolerant', 'Sales Associate', 'Northeastern Ohio University College of Medicine'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 735, 'dedicated', 'Nuclear Power Engineer', 'Ecole Nationale Supérieure du Pétrole et des Monteurs'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 730, 'object-oriented', 'Senior Sales Associate', 'Tokyo Metropolitan University of Health Sciences'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 556, 'grid-enabled', 'Director of Sales', 'Otto-Friedrich Universität Bamberg'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 815, 'Object-based', 'Statistician IV', 'Iran University of Medical Sciences'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 55, 'Universal', 'Actuary', 'Trinity International University (Excel), Miami"'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 702, 'multimedia', 'Software Consultant', 'Rochester Institute of Technology'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 186, 'Persevering', 'Web Designer IV', 'Nanjing University of Aeronautics and Astronautics'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 775, 'zero defect', 'Quality Engineer', 'Birmingham-Southern College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 493, 'contingency', 'Physical Therapy Assistant', 'Osaka Institute of Technology'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 128, 'Function-based', 'Pharmacist', 'National Taiwan University of Science and Technology'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 56, 'Re-engineered', 'Account Executive', 'Western Maryland College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 851, 'focus group', 'Business Systems Development Analyst', 'Cheljabinsk State Institute of Teacher Training'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 745, 'web-enabled', 'Computer Systems Analyst I', 'Dogus University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 846, 'Multi-lateral', 'Accountant III', 'University of Veterinary Medicine in Kosice'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 802, 'motivating', 'Nurse', 'Politécnico de Guanajuato'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 25, 'policy', 'Desktop Support Technician', 'Ecole Nationale Supérieure des Mines de Douai'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 644, '5th generation', 'Web Designer II', 'University of Maryland at College Park'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 596, 'Multi-channelled', 'Assistant Manager', 'Technische Universität Ilmenau'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 899, '6th generation', 'Senior Quality Engineer', 'Cag University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 806, 'intermediate', 'Senior Sales Associate', 'College for Creative Studies'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 210, 'cohesive', 'VP Accounting', 'Hosei University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 412, 'benchmark', 'Graphic Designer', 'National University of Samoa'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 715, 'Ameliorated', 'Assistant Professor', 'Capitol College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 493, 'Future-proofed', 'Actuary', 'Deutsche Sporthochschule Köln'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 99, 'functionalities', 'Occupational Therapist', 'National Pedagogical University M. Dragomanov '); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 762, 'dedicated', 'Office Assistant III', 'Arkansas State University, Newport"'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 46, 'next generation', 'Business Systems Development Analyst', 'Ecole Supérieure de Commerce de Sophia Antipolis'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 214, 'Profit-focused', 'Operator', 'National Taipei College of Nursing'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 352, 'Synergistic', 'Administrative Officer', 'Shizuoka Sangyo University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 842, 'Optional', 'Environmental Tech', 'Royal University of Fine Arts'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 504, 'dedicated', 'Editor', 'University of Education'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 523, 'regional', 'Assistant Professor', 'Dubai Pharmacy College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 636, 'systematic', 'Mechanical Systems Engineer', 'Royal University of Law and Economics'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 747, 'circuit', 'Nurse Practicioner', 'Shanxi Agricultural University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 587, 'fault-tolerant', 'Research Assistant IV', 'Islamic Azad University, Shahrood"'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 840, 'analyzing', 'Help Desk Operator', 'Universitat Jaume I de Castellón'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 105, 'Optimized', 'Editor', 'Academy of Arts ""George Enescu"" Iasi"'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 258, 'value-added', 'Director of Sales', 'University of Birmingham'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 263, 'Mandatory', 'Teacher', 'Chiang Mai Rajabhat University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 81, 'projection', 'Desktop Support Technician', 'Dirección General de Institutos Tecnológicos'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 237, 'process improvement', 'Chemical Engineer', 'Mimasaka Womens College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 437, 'architecture', 'Account Representative IV', 'University of Maryland Baltimore County'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 81, 'orchestration', 'GIS Technical Architect', 'Technological Education Institute of Lamia'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 559, '24 hour', 'Internal Auditor', 'College of Science, Baghdad University"'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 502, 'standardization', 'Speech Pathologist', 'University of Teesside'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 532, 'task-force', 'Cost Accountant', 'French University in Armenia (UFAR)'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 558, 'Innovative', 'Executive Secretary', 'Mary Washington College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 347, 'Ergonomic', 'Research Assistant III', 'The Federal Polytechnic Offa'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 660, 'alliance', 'Automation Specialist I', 'Campbell University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 140, 'value-added', 'Research Nurse', 'Nanjing Agricultural University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 405, 'eco-centric', 'Environmental Specialist', 'Catholic University of Lublin'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 843, 'grid-enabled', 'Paralegal', 'Institucion Universitaria de Envigado'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 438, 'empowering', 'Design Engineer', 'University of Bristol'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 644, 'cohesive', 'Payment Adjustment Coordinator', 'Université <NAME>'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 780, 'parallelism', 'Human Resources Assistant IV', 'Institut Textile et Chimique de Lyon'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 386, 'system engine', 'Physical Therapy Assistant', 'Alhosn University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 274, 'Realigned', 'Computer Systems Analyst II', 'University of Central Arkansas'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 888, 'analyzer', 'Nurse', 'Ecole Nationale de la Statistique et de lAdministration Economique'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 417, 'Profound', 'Quality Engineer', 'University ""Transilvany"" of Brasov"'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 590, 'complexity', 'VP Marketing', 'Taif University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 474, 'didactic', 'Pharmacist', 'Universidad de Manizales'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 46, 'open system', 'Community Outreach Specialist', 'Southern Illinois University at Edwardsville'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 805, 'Self-enabling', 'Account Executive', 'NED University of Engineering and Technology Karachi'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 633, 'client-driven', 'Quality Control Specialist', 'Upper Nile University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 640, 'optimizing', 'Structural Engineer', 'Universidad Nacional Agraria de la Selva'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 562, 'local area network', 'Internal Auditor', 'Politécnico Columbiano ""<NAME>"""'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 563, 'leverage', 'Account Executive', 'Himeji Dokkyo University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 292, 'emulation', 'Teacher', 'Korea National University of Physical Education'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 153, 'Visionary', 'Human Resources Manager', 'Universitas Mataram'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 213, 'transitional', 'Nurse', 'Institute of Business Administration (IBA)'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 438, 'Virtual', 'Marketing Assistant', 'Hosei University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 301, 'value-added', 'Design Engineer', 'Islamic Azad University, Mahshar"'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 403, 'software', 'Senior Financial Analyst', 'Universidade Federal do Piauí'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 107, 'disintermediate', 'Engineer I', 'Tehran University of Medical Sciences'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 627, 'Virtual', 'Community Outreach Specialist', 'Universidad de Puerto Rico, Mayaguez"'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 274, 'monitoring', 'Programmer II', 'Kakatiya University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 624, 'function', 'Product Engineer', 'Université dArtois'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 824, 'Front-line', 'Software Consultant', 'Appalachian Bible College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 544, 'context-sensitive', 'Biostatistician II', 'University of Macau'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 656, 'firmware', 'Safety Technician III', 'University of Sarajevo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 649, 'emulation', 'Engineer III', 'Pennsylvania State University Delaware County'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 859, 'Upgradable', 'Civil Engineer', 'University of Dublin, Trinity College"'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 89, 'Synchronised', 'Business Systems Development Analyst', 'Feati University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 187, 'Face to face', 'Senior Quality Engineer', 'Universidade de Santo Amaro'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 389, 'success', 'Senior Sales Associate', 'North East University Bangladesh'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 626, '5th generation', 'Financial Advisor', 'Goldey-Beacom College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 164, 'fresh-thinking', 'Civil Engineer', 'Universidad Nuevo Mundo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 33, 'Fundamental', 'Statistician I', 'Nugaal University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 298, 'mission-critical', 'Software Test Engineer I', 'Tokai Gakuen University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 767, 'User-centric', 'Quality Engineer', 'Université de Gabès'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 224, 'process improvement', 'Legal Assistant', 'Universidad Maimónides'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 282, 'homogeneous', 'Assistant Media Planner', 'Auburn University at Montgomery'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 899, 'clear-thinking', 'Senior Quality Engineer', 'Northeastern University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 888, 'zero tolerance', 'Research Nurse', 'Kennesaw State University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 7, 'Adaptive', 'Help Desk Operator', 'Stratford College London'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 628, 'service-desk', 'Developer IV', 'University of the South Pacific'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 503, 'dedicated', 'VP Product Management', 'Moscow State Automobile and Road Technical University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 385, 'asynchronous', 'Legal Assistant', 'Xiangtan Normal University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 380, 'moratorium', 'Community Outreach Specialist', 'Koforidua Polytechnic '); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 554, 'multi-tasking', 'General Manager', 'Fujian University of Traditional Chinese Medicine'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 12, 'utilisation', 'Pharmacist', 'Awadhesh Pratap Singh University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 186, 'national', 'Account Executive', 'University of Houston'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 163, 'artificial intelligence', 'Systems Administrator III', 'Nicholls State University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 683, 'website', 'Administrative Officer', 'Busitema University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 562, 'user-facing', 'Desktop Support Technician', 'Hamdan Bin Mohammed e-University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 430, 'encoding', 'Senior Financial Analyst', 'North Carolina Wesleyan College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 138, 'background', 'Tax Accountant', 'Shimer College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 422, 'Multi-layered', 'Automation Specialist II', 'Universidad de Talca'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 708, 'Programmable', 'Payment Adjustment Coordinator', 'Qinghai Radio & Television University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 132, 'Up-sized', 'Assistant Media Planner', 'Pak-AIMS (American Institute of Management Sciences)'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 390, 'leverage', 'Engineer IV', 'Universidad Católica Boliviana, La Paz"'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 8, 'Multi-lateral', 'Help Desk Operator', 'European Humanities University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 215, 'success', 'Quality Control Specialist', 'National Theatre Conservatory'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 551, 'systematic', 'Registered Nurse', 'Islamic Azad University, Tehran South"'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 746, 'synergy', 'Payment Adjustment Coordinator', 'Surugadai University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 259, 'Centralized', 'Junior Executive', 'University of Seychelles - American Institute of Medicine'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 563, 'complexity', 'Statistician III', 'Evergreen State College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 204, 'tertiary', 'Director of Sales', 'Shaheed Chamran University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 878, 'Optimized', 'Environmental Specialist', 'Massachusetts Maritime Academy'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 898, 'Progressive', 'Media Manager II', 'Faculdades Integradas Curitiba'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 570, 'solution-oriented', 'Software Engineer IV', 'Foreign Trade University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 63, 'core', 'Data Coordiator', 'Al-Baath University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 329, 'neural-net', 'Systems Administrator IV', 'Pace University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 290, 'system engine', 'Safety Technician IV', 'University of Nizwa'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 224, 'Polarised', 'Technical Writer', 'Université de Gafsa'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 466, 'fresh-thinking', 'Structural Analysis Engineer', 'Universitas Kristen Petra'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 717, 'project', 'Human Resources Manager', 'Southwest Missouri State University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 564, 'algorithm', 'Senior Editor', 'William Carey College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 282, 'Diverse', 'Senior Editor', 'The Kingdom University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 466, 'disintermediate', 'Marketing Assistant', 'Maryville University of St. Louis'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 365, 'zero tolerance', 'Geologist I', 'Kobe Womens University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 862, 'Streamlined', 'Marketing Manager', 'Changchun University of Technology'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 699, '6th generation', 'Clinical Specialist', 'Deaconess College of Nursing'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 322, 'open architecture', 'VP Accounting', 'Josai University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 686, 'access', 'Technical Writer', 'Finnmark University College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 81, 'Up-sized', 'Human Resources Assistant III', 'SMK Fomra Institute of Technology'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 107, 'firmware', 'VP Accounting', 'Ecole Nationale Supérieure Agronomique de Toulouse'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 430, 'asynchronous', 'Engineer II', 'University of the Punjab'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 523, 'collaboration', 'Marketing Manager', 'Zuyd University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 806, 'cohesive', 'Software Engineer II', 'Jönköping University College of Health Sciences'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 44, 'Re-engineered', 'Programmer II', 'Concordia University, Portland"'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 122, 'Networked', 'Business Systems Development Analyst', 'Institut des Sciences de la Matière et du Rayonnement'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 808, 'portal', 'Senior Quality Engineer', 'Pennsylvania State University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 753, 'reciprocal', 'Director of Sales', 'Western Washington University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 329, 'success', 'Graphic Designer', 'Instituto Politécnico Nacional'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 373, 'flexibility', 'GIS Technical Architect', 'Institucion Universitaria de Envigado'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 215, 'local area network', 'Programmer II', 'Universidad Autónoma de Chihuahua'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 218, 'exuding', 'Administrative Officer', 'Kobe Design University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 714, 'maximized', 'Assistant Professor', 'Zarka Private University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 837, 'utilisation', 'Human Resources Manager', 'DIPLOMA-Fachhochschule Ölsnitz/Vogtland'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 779, 'adapter', 'Quality Engineer', 'Universidad de Córdoba'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 596, 'collaboration', 'Web Designer III', 'Cambridge College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 883, 'Grass-roots', 'Physical Therapy Assistant', 'Assumption University of Thailand'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 853, 'motivating', 'VP Accounting', 'Oulu Polytechnic'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 497, 'local', 'Research Assistant II', 'Université de Sherbrooke'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 568, 'Multi-tiered', 'Desktop Support Technician', 'Sambalpur University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 177, 'encompassing', 'Assistant Manager', 'St. Petersburg State Medical Academy'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 334, 'Grass-roots', 'Financial Advisor', 'International University of Kyrgyzstan'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 604, 'Enhanced', 'Cost Accountant', 'Arak University of Medical Sciences'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 132, 'local', 'Geological Engineer', 'Kuban State University of Technology'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 761, 'implementation', 'Actuary', 'Swiss German University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 583, 'motivating', 'Food Chemist', 'Capital University Law School'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 530, 'User-friendly', 'Web Designer IV', 'Norwegian School of Management BI'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 370, 'secondary', 'Environmental Specialist', 'University of Kota'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 258, 'Robust', 'Help Desk Operator', 'Ecole Nationale de lAviation Civile'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 802, 'Customizable', 'Senior Sales Associate', 'St. Pauls University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 498, 'benchmark', 'Media Manager III', 'Pädagogische Hochschule Zürich (Zurich School of Education)'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 647, 'multi-tasking', 'Senior Cost Accountant', 'Georgetown College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 225, 'zero tolerance', 'Help Desk Technician', 'Russian State Hydrometeorological University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 695, 'Devolved', 'Web Developer IV', 'Universidad La Salle'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 334, 'Expanded', 'Executive Secretary', '<NAME>geschool'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 291, 'dedicated', 'Graphic Designer', 'Universidad de Sonora'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 786, 'regional', 'Geologist IV', 'Hazara University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 660, 'Visionary', 'Web Designer III', 'Shenyang Polytechnic University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 776, 'exuding', 'Engineer I', 'University of Colombo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 658, 'solution', 'VP Quality Control', 'Atlantic Union College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 154, 'Self-enabling', 'Geologist IV', 'Khazar University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 465, 'product', 'Occupational Therapist', 'SRH University of Applied Sciences'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 794, 'zero defect', 'Electrical Engineer', 'University of Lincoln'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 855, 'solution', 'Assistant Professor', 'University of Zimbabwe'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 142, 'protocol', 'Computer Systems Analyst II', 'Universidad Miguel de Cervantes'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 650, 'conglomeration', 'Staff Accountant IV', 'South Florida Bible College & Theological Seminary'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 571, 'Devolved', 'Financial Analyst', 'Kahramanmaras Sütcü Imam University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 166, 'superstructure', 'Geologist IV', 'University of Cambridge'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 512, 'hardware', 'Senior Developer', 'St. Petersburg Institute of Sales Management and Economics'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 140, 'intermediate', 'Account Representative III', 'Medical Academy in Wroclaw'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 603, 'standardization', 'Statistician I', 'Mindanao State University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 241, 'regional', 'Quality Engineer', 'University Tun Abdul Razak'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 388, 'human-resource', 'Food Chemist', 'Knox College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 196, 'Synchronised', 'Speech Pathologist', 'University of Wisconsin - Stout'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 640, 'installation', 'Registered Nurse', 'Australian Catholic University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 444, 'Team-oriented', 'VP Product Management', 'Abilene Christian University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 511, 'bottom-line', 'General Manager', 'University of Genoa'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 102, 'well-modulated', 'Pharmacist', 'University of Engineering and Technology Taxila'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 256, 'Secured', 'Biostatistician I', 'Music Academy ""Kar<NAME>"" in Katowice"'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 545, 'paradigm', 'Biostatistician IV', 'Lorestan University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 725, 'systemic', 'Systems Administrator I', 'University of South Carolina - Union'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 19, 'data-warehouse', 'Nurse Practicioner', 'Universidad Nacional de San Cristóbal de Huamanga'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 389, 'process improvement', 'Accounting Assistant IV', 'University of West Alabama'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 508, 'zero administration', 'Human Resources Manager', 'Universitas 17 Agustus 1945 Cirebon'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 772, 'success', 'GIS Technical Architect', 'Pes University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 702, 'Balanced', 'Human Resources Assistant I', 'North University of Baia Mare'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 873, 'next generation', 'Clinical Specialist', 'Universidad Cristóbal Colón'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 733, 'explicit', 'Civil Engineer', 'Hochschule für Technik und Wirtschaft Dresden (FH)'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 448, 'system engine', 'Design Engineer', 'Universidad de Aquino Bolivia'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 545, 'complexity', 'Occupational Therapist', 'Universidad Intercontinental'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 414, 'coherent', 'Technical Writer', 'Ecole Supérieure dInformatique et de Management'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 673, 'transitional', 'Technical Writer', 'H<NAME> - Maritime Academy'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 660, 'zero defect', 'Statistician I', 'Georgetown University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 741, 'logistical', 'Account Representative I', 'Universidad de Puerto Rico, Bayamon"'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 707, 'Public-key', 'VP Quality Control', 'Kagoshima University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 108, 'Monitored', 'Project Manager', 'Sullivan College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 880, 'regional', 'Administrative Officer', 'Universidad Casa Grande'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 815, 'non-volatile', 'Database Administrator II', 'Nara University of Commerce'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 898, 'product', 'Senior Quality Engineer', 'Dunya Institute of Higher Education'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 754, 'Graphic Interface', 'Librarian', 'Université de Chlef'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 388, 'interactive', 'Actuary', 'University of Sheffield'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 88, 'contingency', 'Office Assistant IV', 'University of North West'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 614, 'object-oriented', 'Clinical Specialist', 'Université Alioune Diop de Bambey'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 623, 'Vision-oriented', 'Research Assistant III', 'Kazan State University of Technology'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 278, 'Phased', 'Design Engineer', 'Vaganova Academy of Russian Ballet'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 123, 'Monitored', 'Administrative Officer', 'Manipur University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 515, 'regional', 'Senior Developer', 'Sagami Womens University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 222, 'algorithm', 'Data Coordiator', 'University of Southeastern Philippines'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 630, 'foreground', 'Civil Engineer', 'Instituto Superior de Transportes e Comunicações'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 773, 'data-warehouse', 'Teacher', 'Universidad Nacional del Sur'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 532, 'real-time', 'Web Designer IV', 'Kyunghee University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 26, 'Optional', 'Senior Financial Analyst', 'Georgia State University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 820, 'Centralized', 'Tax Accountant', 'Chubu University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 858, 'actuating', 'Software Engineer IV', 'Hawassa University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 332, 'groupware', 'Junior Executive', 'Camosun College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 624, 'Sharable', 'Internal Auditor', 'Albany College of Pharmacy'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 630, 'Advanced', 'Payment Adjustment Coordinator', 'Kyushu Womens University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 849, 'exuding', 'Technical Writer', 'North China University of Technology'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 695, 'mission-critical', 'Assistant Manager', 'Uzbek State World Languages University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 803, 'encryption', 'Geologist IV', 'Universidad de El Salvador'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 536, 'hybrid', 'Financial Analyst', 'Babasaheb Bhimrao Ambedkar University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 159, 'motivating', 'GIS Technical Architect', 'Nanhua University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 856, 'Exclusive', 'Tax Accountant', 'French Institute of Management'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 358, 'responsive', 'Office Assistant I', 'Christian Theological Academy in Warszaw'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 653, 'middleware', 'Clinical Specialist', 'Hong Kong Polytechnic University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 345, 'Monitored', 'Human Resources Manager', 'University of Southampton'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 190, 'human-resource', 'Environmental Specialist', 'The American University in London'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 793, 'Stand-alone', 'Assistant Professor', 'Fourah Bay College, University of Sierra Leone"'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 55, 'web-enabled', 'Senior Quality Engineer', 'Universidade Estadual de Montes Claros'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 476, 'tangible', 'Product Engineer', 'Veer Surendra Sai University of Technology'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 582, 'Universal', 'Accountant IV', 'Ecole Supérieure dIngénieurs en Génie Electrique'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 822, 'Organic', 'Sales Representative', 'Pomeranian Academy of Medicine in Szczecin'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 244, 'neutral', 'Automation Specialist I', 'Polytechnic of Namibia'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 410, 'high-level', 'Chief Design Engineer', 'Rock Valley College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 141, 'tangible', 'Senior Cost Accountant', 'Escuela Colombiana de Ingeniería Jul<NAME>'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 95, 'content-based', 'Senior Financial Analyst', 'Vikrama Simhapuri University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 49, 'standardization', 'Clinical Specialist', 'Morgan State University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 755, 'Up-sized', 'Marketing Assistant', 'Moscow State Academy of Applied Biotechnology'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 737, 'standardization', 'Speech Pathologist', 'State University of New York at Oswego'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 244, 'tangible', 'Programmer I', 'Northeastern University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 207, 'web-enabled', 'Assistant Professor', 'University “Pavaresia” Vlore'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 778, 'instruction set', 'Health Coach IV', 'Universitas Advent Indonesia'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 888, 'open system', 'General Manager', 'Nordic School of Public Health'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 393, 'contingency', 'Software Engineer IV', 'Technological Education Institute of Kalamata'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 223, '24-jul', 'Environmental Tech', 'Islamic Azad University, Shahr-e-rey Branch"'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 239, 'multi-state', 'Internal Auditor', 'Ufa State Aviation Technical University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 649, 'Cloned', 'Systems Administrator I', 'Lampang Rajabhat University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 789, 'parallelism', 'Business Systems Development Analyst', 'Pontificia Università Lateranense'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 379, 'intangible', 'Marketing Manager', 'Dominican College of San Rafael'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 539, 'uniform', 'Account Coordinator', '<NAME> Catholic University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 847, 'Progressive', 'Data Coordiator', 'Université de Fianarantsoa'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 226, 'systemic', 'Quality Engineer', 'Chongju University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 278, 'even-keeled', 'Civil Engineer', 'Zonguldak Karaelmas University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 814, 'portal', 'Desktop Support Technician', 'Leyte State University '); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 629, 'local area network', 'Registered Nurse', 'Parsons School of Design'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 39, 'cohesive', 'Compensation Analyst', 'Shri Jagannath Sanskrit University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 822, 'Proactive', 'Business Systems Development Analyst', 'Universidad de León'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 655, 'pricing structure', 'Staff Accountant II', 'Albright College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 394, 'global', 'VP Marketing', 'COMSATS Institute of Information Technology, Lahore"'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 183, 'capacity', 'Help Desk Technician', 'Mawlana Bhashani Science And Technology University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 844, 'model', 'Actuary', 'University of Primorska'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 40, 'Multi-channelled', 'Financial Analyst', 'Yalova University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 183, 'Pre-emptive', 'Physical Therapy Assistant', 'Asa University Bangladesh'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 95, 'User-centric', 'Account Coordinator', 'University College Dublin'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 151, 'didactic', 'Assistant Manager', 'Showa Womens University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 554, 'structure', 'Account Executive', 'Universidad Eugenio Maria de Hostos'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 696, 'info-mediaries', 'Marketing Assistant', 'University of Bath'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 143, 'instruction set', 'Cost Accountant', 'College of Notre Dame of Maryland'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 894, 'bandwidth-monitored', 'Senior Financial Analyst', 'Karpagam University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 725, 'product', 'Community Outreach Specialist', 'Aichi Gakuin University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 489, '3rd generation', 'Senior Developer', 'Ecole Nationale Supérieure de Chimie de Clermont-Ferrand'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 93, 'customer loyalty', 'Junior Executive', 'Suffolk University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 78, 'Multi-channelled', 'Nurse Practicioner', 'Hamline University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 865, 'installation', 'Senior Developer', 'Chalmers University of Technology'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 868, 'benchmark', 'Programmer I', 'Academy of Economic Studies of Moldova'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 718, 'model', 'Director of Sales', 'University of Utah'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 475, 'matrices', 'Staff Scientist', 'Universidad de Aquino Bolivia'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 275, 'emulation', 'Mechanical Systems Engineer', 'Blue Mountains Hotel School'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 704, 'Advanced', 'Software Engineer IV', 'University of Surrey'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 677, 'leading edge', 'Civil Engineer', 'Instituto de Enseñanza Superior del Ejército'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 324, '24 hour', 'Nurse Practicioner', 'Sichuan University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 833, 'Upgradable', 'Community Outreach Specialist', 'Najaf Abad University of Applied Science and Technology'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 126, 'Quality-focused', 'Help Desk Operator', 'Mahatma Phule Agricultural University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 126, 'archive', 'Speech Pathologist', 'Universidad Autónoma de Occidente'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 620, 'Down-sized', 'Safety Technician II', 'Universidad de Quintana Roo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 389, 'Universal', 'Geological Engineer', 'Universidade Ibirapuera'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 514, 'interactive', 'Data Coordiator', 'French Institute of Management'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 482, 'well-modulated', 'Programmer Analyst III', 'Bow Valley College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 245, 'Public-key', 'Associate Professor', 'Universidade de Santo Amaro'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 538, 'Function-based', 'Director of Sales', 'Atlanta College of Art'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 680, 'context-sensitive', 'Help Desk Technician', 'Rajasthan Agricultural University, Bikaner"'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 713, 'access', 'Programmer Analyst III', 'Islamic Azad University, Ahar"'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 639, 'Profound', 'Librarian', 'Université Blaise Pascal (Clermont-Ferrand II)'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 655, 'content-based', 'Structural Engineer', 'Facultés Universitaires Saint-Louis'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 357, 'success', 'Health Coach II', 'Universidad Católica de Salta'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 83, 'functionalities', 'Automation Specialist I', 'Far Eastern University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 306, 'Front-line', 'Internal Auditor', 'Jagran Lakecity University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 859, 'Reverse-engineered', 'Food Chemist', 'Swiss Federal Institute of Technology, Zurich"'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 27, 'archive', 'Marketing Assistant', 'Islamic Azad University, Shirvan"'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 534, 'system-worthy', 'Staff Accountant II', 'Universidad Autónoma de San Luis Potosí'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 78, 'Innovative', 'Chief Design Engineer', 'Shenyang Institute of Chemical Technology'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 783, 'Universal', 'Occupational Therapist', 'Sterling College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 399, 'Synergized', 'Administrative Assistant III', 'Technological University (Taunggyi)'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 370, 'neural-net', 'Data Coordiator', 'Universidad Madero'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 625, 'circuit', 'Quality Control Specialist', 'Universidad Latinoamericana de Ciencia y Tecnología'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 67, 'conglomeration', 'Associate Professor', 'University of Kordofan'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 293, 'Polarised', 'Office Assistant IV', 'Yanbu University College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 356, 'productivity', 'Quality Control Specialist', 'Aichi Bunkyo University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 212, 'explicit', 'Administrative Assistant II', 'National Technical University (Kharkiv Polytechnical Institute)'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 354, 'mission-critical', 'Account Executive', 'Athens University of Economics and Business'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 784, 'Multi-lateral', 'VP Sales', 'Western University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 282, 'optimal', 'Physical Therapy Assistant', 'Gdynia Maritime Academy'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 377, 'secondary', 'Assistant Media Planner', 'Abilene Christian University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 458, 'multi-state', 'Desktop Support Technician', 'Baker College of Port Huron'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 241, 'optimal', 'Nurse', 'National Medical University O.O. Bogomolets'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 844, 'Networked', 'Tax Accountant', 'University of Education'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 349, 'utilisation', 'Payment Adjustment Coordinator', 'Manila Central University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 119, 'Compatible', 'Research Associate', 'Universidad Academia de Humanismo Cristiano'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 488, 'productivity', 'Registered Nurse', 'Ashland University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 653, 'Function-based', 'Recruiter', 'Purdue University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 757, 'budgetary management', 'Staff Scientist', 'Bangladesh Agricultural University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 583, 'Visionary', 'Quality Control Specialist', 'Daito Bunka University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 788, 'database', 'Automation Specialist IV', 'Brno University of Technology'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 26, 'systematic', 'Programmer II', 'University of KwaZulu-Natal'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 53, 'moratorium', 'Statistician IV', 'Ningbo University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 501, 'Face to face', 'Executive Secretary', 'Universitas Kristen K<NAME>'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 305, 'Extended', 'Accountant II', 'Arizona Christian University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 235, 'regional', 'Environmental Tech', 'St. Petersburg State Agrarian University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 98, 'secured line', 'Technical Writer', 'Ecole Nationale des Travaux Publics de lEtat'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 855, 'Down-sized', 'Accountant II', 'EUCLID University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 653, 'regional', 'Senior Editor', 'Franklin W. Olin College of Engineering'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 421, 'Innovative', 'Database Administrator I', 'College of Notre Dame of Maryland'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 814, 'global', 'Data Coordiator', 'Universidad Privada Juan Mejía Baca'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 698, 'intermediate', 'Systems Administrator IV', 'Breyer State University (Virtual University)'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 337, 'bandwidth-monitored', 'Account Representative IV', 'Ningbo University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 806, 'Face to face', 'Administrative Assistant III', 'Yeshiva University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 304, 'methodology', 'Social Worker', 'Istanbul Ticaret University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 518, 'standardization', 'Research Nurse', 'Fort Hays State University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 664, 'instruction set', 'Payment Adjustment Coordinator', 'Ballsbridge University '); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 610, 'Decentralized', 'Physical Therapy Assistant', 'Silesian School of Economics and Languages'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 476, 'Re-contextualized', 'VP Quality Control', 'Valley City State University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 787, 'Diverse', 'Programmer Analyst III', 'Trisakti Institute of Tourism '); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 46, 'heuristic', 'Account Coordinator', 'Universidad del Cauca'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 411, 'structure', 'Accounting Assistant II', 'Université Panthéon-Assas (Paris II)'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 713, 'Enhanced', 'Teacher', 'University of Sunderland'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 254, 'Reactive', 'Compensation Analyst', 'Universidade Federal de Santa Maria'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 718, 'open system', 'Financial Advisor', 'Pontificio Istituto Orientale'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 696, 'Synchronised', 'Web Developer I', 'Brooks Institute of Photography'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 824, 'bi-directional', 'Pharmacist', 'Hakodate University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 464, 'function', 'Librarian', 'Lancaster University Ghana'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 876, 'user-facing', 'Electrical Engineer', 'Universidad Latinoamericana de Ciencia y Tecnologia, Panamá"'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 27, 'archive', 'Account Executive', 'Universidad Latinoamericana de Ciencia y Tecnologia, Panamá"'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 898, 'context-sensitive', 'Statistician III', 'University College of Saint-Boniface'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 83, 'analyzer', 'Analog Circuit Design manager', 'Benson Idahosa University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 100, 'complexity', 'Graphic Designer', 'Southern Adventist University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 786, 'instruction set', 'Director of Sales', 'Institut des hautes études économiques et commerciales'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 83, 'Cross-platform', 'Software Consultant', 'National American University, Denver"'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 561, 'mission-critical', 'Office Assistant II', 'California State University, Monterey Bay"'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 830, 'internet solution', 'Senior Financial Analyst', 'University of Dallas'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 164, 'Centralized', 'Developer I', 'Tanta University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 345, 'User-friendly', 'Legal Assistant', 'Taejon University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 39, 'Reactive', 'Clinical Specialist', 'Omsk State Technical University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 157, 'directional', 'Research Assistant III', 'Payame Noor University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 231, 'Visionary', 'Research Assistant IV', 'Trinity University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 610, 'Customer-focused', 'GIS Technical Architect', 'Queen Mary and Westfield College, University of London"'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 455, 'User-centric', 'Research Nurse', 'Université Sidi Mohammed <NAME>'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 269, 'process improvement', 'Financial Advisor', 'Muskingum College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 70, 'analyzing', 'Senior Financial Analyst', 'Palawan State University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 39, 'ability', 'Nurse Practicioner', 'Osaka Institute of Technology'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 890, 'local', 'Assistant Manager', 'Grantham University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 717, 'Ameliorated', 'Accounting Assistant I', 'Shih Chien University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 570, 'Stand-alone', 'Occupational Therapist', 'Higher Colleges of Technology'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 483, 'Inverse', 'Speech Pathologist', 'United States Military Academy'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 645, 'Face to face', 'Administrative Assistant II', 'Perm State Medical Academy'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 426, 'Innovative', 'Compensation Analyst', 'University of Arkansas (System)'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 318, 'project', 'Quality Engineer', 'Yokohama City University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 727, 'Compatible', 'Staff Scientist', 'National Taiwan College of Arts'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 39, 'methodology', 'Senior Cost Accountant', 'Universiti Kuala Lumpur'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 510, 'Persistent', 'Health Coach II', 'Universitas Gunadarma'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 851, 'Monitored', 'Chemical Engineer', 'Université de Montpellier I'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 247, 'access', 'Community Outreach Specialist', 'Technical University of Civil Engineering Bucharest'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 767, 'structure', 'Nurse', 'University Of Hawaii - System'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 475, 'Triple-buffered', 'Marketing Manager', 'University of Northern Bahr El-Ghazal'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 706, 'scalable', 'Community Outreach Specialist', 'Fachhochschule JOANNEUM'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 301, 'standardization', 'Dental Hygienist', 'University of Macau'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 493, 'client-driven', 'Assistant Professor', 'Pittsburg State University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 445, 'artificial intelligence', 'Nurse', 'University of Berne'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 63, 'architecture', 'Design Engineer', 'Universiti Tun Abdul Razak'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 655, 'projection', 'Assistant Professor', 'Kwangwoon University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 621, 'Optional', 'Software Consultant', 'State University of West Georgia'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 649, 'instruction set', 'Marketing Assistant', 'University of Nebraska (System)'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 546, '24-jul', 'Environmental Specialist', 'University of Chester'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 114, 'scalable', 'VP Accounting', 'Universidad Francisco de Pa<NAME>'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 602, 'Implemented', 'Senior Editor', 'Universidad de Puerto Rico, Cayey"'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 807, 'Automated', 'Systems Administrator IV', 'Universiti Pendidikan Sultan Idris'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 352, 'Grass-roots', 'Financial Analyst', 'Phillips University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 579, 'tertiary', 'Automation Specialist III', 'University of Engineering and Technology Lahore'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 509, 'Multi-tiered', 'Staff Scientist', 'Universidad Abierta Para Adultos'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 674, 'help-desk', 'Software Engineer II', 'Athabasca University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 813, 'service-desk', 'VP Marketing', 'Ural State Forestry Technical Academy'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 734, 'exuding', 'Compensation Analyst', 'Texas Chiropractic College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 596, 'didactic', 'Quality Engineer', 'Lahti Polytechnic'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 664, 'application', 'Staff Scientist', 'Fitchburg State College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 785, 'secondary', 'Civil Engineer', 'Technical University of Liberec'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 571, 'complexity', 'Civil Engineer', 'Universidad Justo Sierra'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 619, 'Self-enabling', 'Pharmacist', 'Birsk State Pedagogical Institute'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 848, 'Phased', 'Payment Adjustment Coordinator', 'George Mason University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 308, 'internet solution', 'Senior Developer', 'Tiraspol State University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 430, 'Vision-oriented', 'Administrative Officer', 'Korea National University of Physical Education'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 548, 'functionalities', 'Account Representative IV', 'Hochschule für Philosophie München'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 808, 'Open-source', 'Mechanical Systems Engineer', 'North West Frontier Province Agricultural University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 502, 'mobile', 'Marketing Manager', 'Tezukayama University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 520, 'eco-centric', 'Analyst Programmer', 'Miyagi University of Education'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 280, 'synergy', 'Financial Analyst', 'Islamic Azad University, Majlesi"'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 57, 'multi-state', 'Geologist I', 'Akrofi-Christaller Institute of Theeology, Mission and Culture"'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 622, 'projection', 'Food Chemist', 'Université de Technologie de Troyes'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 762, 'installation', 'Automation Specialist I', 'Akademia Podlaska'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 824, 'Focused', 'Marketing Manager', 'Benedict College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 470, 'alliance', 'Administrative Officer', 'Central University of Technology, Free State"'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 843, 'motivating', 'Chemical Engineer', 'Victoria University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 774, 'definition', 'Analyst Programmer', 'Camosun College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 217, 'application', 'Chief Design Engineer', 'Instituto Tecnologico de Durango'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 767, 'framework', 'Software Test Engineer III', 'Ecole Nationale Supérieure de Chimie de Rennes'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 304, 'value-added', 'Food Chemist', 'University of North Carolina at Pembroke'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 762, 'optimizing', 'Junior Executive', 'Universidad San Francisco Xavier de Chuquisaca'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 764, 'monitoring', 'Teacher', 'Bushehr University of Medical Sciences'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 268, 'Progressive', 'Executive Secretary', 'DePauw University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 548, 'bandwidth-monitored', 'Analog Circuit Design manager', 'Universidad Atlantida Argentina'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 520, 'Fully-configurable', 'Human Resources Manager', 'Fachhochschule Offenburg, Hochschule für Technik und Wirtschaft"'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 182, 'non-volatile', 'Programmer IV', 'Universidade Gregorio Semedo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 577, 'interface', 'Geological Engineer', 'McPherson College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 43, 'Versatile', 'Software Consultant', 'University ""Aurel Vlaicu"" Arad"'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 350, 'benchmark', 'Professor', 'Hendrix College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 338, 'Networked', 'Account Representative I', 'International Higher School for Advanced Studies Trieste'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 508, 'disintermediate', 'Programmer IV', 'Universidad Gabriela Mistral'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 132, 'scalable', 'Community Outreach Specialist', 'University of Queensland'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 203, 'Managed', 'Engineer III', 'Police Academy'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 328, 'grid-enabled', 'Programmer Analyst IV', 'Ekiti State University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 506, 'Organic', 'Pharmacist', 'School for International Training'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 269, 'Face to face', 'Internal Auditor', 'Brookdale Community College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 109, 'Ergonomic', 'Senior Sales Associate', 'Aarhus School of Architecture'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 424, 'optimal', 'Registered Nurse', 'Aristotle University of Thessaloniki'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 254, 'content-based', 'Account Coordinator', 'Universidade de Coimbra'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 74, 'asymmetric', 'Desktop Support Technician', 'University of Sadat City'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 463, 'frame', 'Community Outreach Specialist', 'University of Human Development (Kurdistan Region)'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 11, 'time-frame', 'Chief Design Engineer', 'Bartlesville Wesleyan College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 408, 'encryption', 'Business Systems Development Analyst', 'Modern Acadmy'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 596, 'object-oriented', 'Speech Pathologist', 'University of Phoenix'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 508, 'project', 'Civil Engineer', 'Hillsdale College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 338, 'product', 'Clinical Specialist', 'Ecole Universitaire dIngénieurs de Lille'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 768, 'asynchronous', 'Actuary', 'University of Piraeus'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 519, 'system engine', 'Media Manager IV', 'Russian Customs Academy, Vladivostok Branch"'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 368, 'mission-critical', 'Web Developer I', 'Universidad de Montevideo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 349, 'Programmable', 'Speech Pathologist', 'China youth college for political science'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 316, 'software', 'Graphic Designer', 'Belarussian State Polytechnical Academy'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 863, 'productivity', 'Dental Hygienist', 'Université de Kinshasa'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 140, 'Integrated', 'Office Assistant III', 'Technological University (Pinlon)'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 868, 'didactic', 'Software Test Engineer IV', 'Gubkin Russian State University of Oil and Gas'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 628, 'De-engineered', 'Electrical Engineer', 'Whitworth College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 620, 'attitude', 'Financial Advisor', 'Université Notre Dame dHaïti'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 784, 'Robust', 'Assistant Media Planner', 'Universidad Católica de Santa Fé'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 832, 'Open-source', 'Data Coordiator', 'Universitat de Lleida'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 346, 'Implemented', 'Administrative Officer', 'Ripon College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 33, 'Grass-roots', 'Office Assistant IV', 'Kuzbass State Technical University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 172, 'workforce', 'Office Assistant III', 'Komazawa University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 465, 'Polarised', 'Occupational Therapist', 'University of Tennessee - Martin'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 359, 'dynamic', 'Legal Assistant', 'Ferris State University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 659, 'Integrated', 'Human Resources Assistant II', 'Monash University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 373, 'mobile', 'Dental Hygienist', 'Karnataka State Law University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 526, 'Mandatory', 'Design Engineer', 'Universidad Metropolitana Latin Campus'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 635, 'installation', 'Clinical Specialist', 'Carl von Ossietzky Universität Oldenburg'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 86, 'Cross-platform', 'Software Engineer III', 'King Mongkuts University of Technology North Bangkok'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 824, 'pricing structure', 'Payment Adjustment Coordinator', 'Fundação Educacional de Ituverava'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 385, 'Digitized', 'Actuary', 'Lasell College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 9, 'Implemented', 'Recruiter', 'University of Engineering and Technology Peshawar'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 713, 'De-engineered', 'Structural Analysis Engineer', 'Universidad de La Salle'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 139, '4th generation', 'Information Systems Manager', 'Riga Technical University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 28, 'Self-enabling', 'Physical Therapy Assistant', 'Technological University of Podillya'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 28, 'Fundamental', 'Teacher', 'Astrakhan State University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 233, 'real-time', 'Engineer I', 'Universidad Federico Henríquez y Carvajal'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 232, 'Programmable', 'Nurse', 'Korea Advanced Institute of Science & Technology'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 479, 'Configurable', 'Account Executive', 'College of Osteopathic Medicine of the Pacific (Western University of Health Sciences)'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 509, 'exuding', 'Help Desk Technician', 'Fachhochschule Schwäbisch Gmünd, Hochschule für Gestaltung"'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 475, 'Function-based', 'Nurse', 'St Clements University - Higher Education School'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 285, 'Fully-configurable', 'Community Outreach Specialist', 'Karwan Institute of Higher Education'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 764, 'knowledge base', 'Project Manager', 'Valley View University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 275, 'groupware', 'Programmer IV', 'Universitas Sanata Dharma'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 857, 'Sharable', 'Research Associate', 'Hokkaido Tokai University'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 632, 'artificial intelligence', 'Geological Engineer', 'Instituts Supérieurs de Formation des Maîtres'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 143, 'project', 'Geologist I', 'Humphreys College'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 80, 'productivity', 'Product Engineer', 'Universidad Francisco de Vitoria'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 877, 'Graphic Interface', 'Product Engineer', 'Lappeenranta University of Technology'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 309, 'local', 'Design Engineer', 'Lorestan University of Medical Sciences'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 25, 'circuit', 'Developer IV', 'Wordware'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 22, 'Profit-focused', 'Marketing Assistant', 'Twiyo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 141, 'application', 'Community Outreach Specialist', 'Browseblab'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 741, 'Ameliorated', 'Registered Nurse', 'Skivee'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 212, 'monitoring', 'Account Coordinator', 'Ainyx'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 142, 'Compatible', 'Account Representative II', 'Podcat'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 489, 'attitude-oriented', 'Software Engineer III', 'Tagfeed'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 192, 'high-level', 'Occupational Therapist', 'Riffpath'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 254, 'Open-architected', 'Senior Editor', 'Photolist'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 76, 'Face to face', 'Account Coordinator', 'Brainsphere'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 181, 'instruction set', 'Financial Analyst', 'Browseblab'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 468, 'Ergonomic', 'Financial Advisor', 'Realfire'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 142, 'Secured', 'Environmental Tech', 'Skinte'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 534, '4th generation', 'Teacher', 'Yoveo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 827, '3rd generation', 'Systems Administrator IV', 'Wordware'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 270, 'functionalities', 'Tax Accountant', 'Jaxnation'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 177, 'firmware', 'VP Accounting', 'Twinte'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 126, 'logistical', 'VP Quality Control', 'Zoonoodle'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 559, 'Pre-emptive', 'Community Outreach Specialist', 'Quatz'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 810, 'responsive', 'Data Coordiator', 'Gevee'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 72, 'Business-focused', 'Analyst Programmer', 'Oyonder'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 743, 'focus group', 'Accounting Assistant IV', 'Nlounge'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 172, 'Vision-oriented', 'Engineer I', 'Livefish'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 68, 'Polarised', 'Paralegal', 'Tazz'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 662, 'website', 'Statistician III', 'Edgeblab'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 658, 'asynchronous', 'Automation Specialist IV', 'Jabberbean'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 159, 'well-modulated', 'Research Assistant II', 'Oozz'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 745, 'well-modulated', 'Chemical Engineer', 'Topicshots'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 839, 'hierarchy', 'Staff Scientist', 'Yakidoo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 81, 'client-driven', 'Research Assistant III', 'Oyoloo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 520, 'Advanced', 'VP Quality Control', 'Twitterwire'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 81, 'time-frame', 'Design Engineer', 'Tazz'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 377, 'Robust', 'GIS Technical Architect', 'Yakitri'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 232, 'web-enabled', 'Marketing Assistant', 'Thoughtworks'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 666, 'benchmark', 'Project Manager', 'Yakitri'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 220, 'Robust', 'Biostatistician IV', 'Aibox'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 857, 'national', 'Financial Advisor', 'Brainbox'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 498, 'mobile', 'Research Associate', 'Meemm'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 612, 'global', 'VP Quality Control', 'Kayveo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 845, 'non-volatile', 'Occupational Therapist', 'Kanoodle'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 603, 'artificial intelligence', 'Data Coordiator', 'Jetwire'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 86, 'middleware', 'Financial Advisor', 'Rhynyx'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 834, 'challenge', 'Research Associate', 'Geba'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 289, 'Triple-buffered', 'Administrative Assistant II', 'Voomm'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 122, 'intermediate', 'Web Designer I', 'Rhynyx'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 404, 'archive', 'Accounting Assistant I', 'Reallinks'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 13, 'Fully-configurable', 'Financial Advisor', 'Aivee'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 362, 'focus group', 'Electrical Engineer', 'Shuffledrive'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 792, 'homogeneous', 'Quality Engineer', 'Jayo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 746, 'website', 'Occupational Therapist', 'Camimbo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 271, 'solution', 'Structural Analysis Engineer', 'Trupe'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 383, 'Synchronised', 'Nurse Practicioner', 'Meejo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 225, 'software', 'Editor', 'Mydeo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 654, 'Front-line', 'VP Quality Control', 'Camido'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 457, 'secured line', 'GIS Technical Architect', 'Quinu'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 381, 'Self-enabling', 'Data Coordiator', 'Realbuzz'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 586, 'foreground', 'Environmental Tech', 'Skyble'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 177, 'Optimized', 'Senior Cost Accountant', 'Livetube'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 540, 'encoding', 'Structural Engineer', 'Innojam'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 778, 'encompassing', 'Chief Design Engineer', 'Rhyzio'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 621, 'attitude', 'Account Executive', 'Shufflester'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 348, 'Total', 'Marketing Manager', 'Oloo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 847, 'structure', 'Marketing Manager', 'Photojam'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 405, 'fault-tolerant', 'Automation Specialist I', 'Wordware'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 631, 'forecast', 'Statistician III', 'Realblab'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 271, 'Multi-tiered', 'Marketing Assistant', 'Abata'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 533, 'optimizing', 'Human Resources Manager', 'Riffpedia'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 307, 'Cross-group', 'Recruiter', 'Bluejam'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 28, 'Customizable', 'Environmental Specialist', 'Gigashots'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 851, 'Customizable', 'Pharmacist', 'Flashspan'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 490, 'Triple-buffered', 'Recruiting Manager', 'Zoonoodle'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 496, 'Enterprise-wide', 'Internal Auditor', 'Ainyx'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 37, 'cohesive', 'Cost Accountant', 'Skyba'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 158, 'tangible', 'Mechanical Systems Engineer', 'Rhybox'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 838, 'customer loyalty', 'Staff Accountant I', 'Chatterbridge'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 251, 'array', 'Recruiter', 'Skinder'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 150, 'process improvement', 'Nurse', 'Dynava'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 721, 'Reverse-engineered', 'Librarian', 'Brainbox'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 475, 'Integrated', 'Compensation Analyst', 'Devcast'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 455, 'initiative', 'Junior Executive', 'Zoomcast'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 134, 'Persevering', 'Desktop Support Technician', 'Quimba'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 91, 'help-desk', 'Sales Associate', 'LiveZ'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 38, 'standardization', 'Project Manager', 'Kimia'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 149, 'utilisation', 'Senior Developer', 'Yodoo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 106, 'local', 'Marketing Assistant', 'Realfire'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 606, 'client-driven', 'Registered Nurse', 'Shuffledrive'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 522, 'challenge', 'Analog Circuit Design manager', 'Shufflebeat'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 411, 'Diverse', 'Automation Specialist III', 'Wordtune'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 800, 'superstructure', 'Sales Associate', 'DabZ'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 699, 'Open-source', 'Dental Hygienist', 'Abata'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 280, 'eco-centric', 'Senior Cost Accountant', 'Bubblebox'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 239, 'Programmable', 'Dental Hygienist', 'Linkbridge'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 780, 'contingency', 'Environmental Specialist', 'Mydo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 603, 'Distributed', 'Graphic Designer', 'Cogibox'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 195, 'task-force', 'Teacher', 'Meevee'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 784, 'next generation', 'Senior Quality Engineer', 'Edgeblab'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 888, 'support', 'Nurse Practicioner', 'Mynte'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 550, 'Vision-oriented', 'Business Systems Development Analyst', 'Jaxnation'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 162, 'initiative', 'Cost Accountant', 'Yakitri'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 624, 'Visionary', 'Systems Administrator III', 'Skyba'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 883, 'User-centric', 'VP Product Management', 'Brainbox'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 262, 'exuding', 'Electrical Engineer', 'Quaxo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 777, 'Graphic Interface', 'Marketing Assistant', 'Skipfire'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 834, 'Quality-focused', 'Biostatistician III', 'Quatz'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 149, 'Persevering', 'Marketing Assistant', 'Flashspan'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 688, 'Configurable', 'Senior Editor', 'Divape'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 42, 'Open-architected', 'Database Administrator III', 'Ailane'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 476, 'Assimilated', 'Assistant Media Planner', 'Buzzshare'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 509, 'Optional', 'Recruiting Manager', 'Babblestorm'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 68, 'policy', 'Computer Systems Analyst III', 'Vinte'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 623, 'exuding', 'Safety Technician III', 'Thoughtstorm'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 406, 'Virtual', 'Senior Developer', 'Devify'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 887, 'multi-state', 'Associate Professor', 'Lazzy'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 861, 'Mandatory', 'Sales Associate', 'Ntag'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 887, 'structure', 'Tax Accountant', 'Flashspan'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 29, 'discrete', 'Sales Associate', 'Twinder'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 704, 'Automated', 'Financial Advisor', 'Omba'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 354, 'projection', 'Human Resources Manager', 'Browsecat'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 531, '5th generation', 'Registered Nurse', 'Cogidoo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 783, 'Integrated', 'Assistant Manager', 'Thoughtmix'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 586, 'Centralized', 'Nurse Practicioner', 'Brainsphere'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 542, 'Customer-focused', 'Desktop Support Technician', 'Jayo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 349, 'Reduced', 'GIS Technical Architect', 'Rhybox'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 503, 'homogeneous', 'Assistant Media Planner', 'Voolia'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 530, 'leading edge', 'Senior Financial Analyst', 'Tagchat'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 821, 'Profit-focused', 'Tax Accountant', 'Riffpedia'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 518, 'high-level', 'Tax Accountant', 'Einti'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 563, 'object-oriented', 'Legal Assistant', 'Yodoo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 807, 'leverage', 'Staff Accountant III', 'Avaveo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 345, 'secured line', 'Computer Systems Analyst I', 'Minyx'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 115, 'forecast', 'Structural Analysis Engineer', 'Skidoo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 445, 'hub', 'Electrical Engineer', 'Wordpedia'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 649, 'Reduced', 'Paralegal', 'Camido'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 423, 'pricing structure', 'Teacher', 'Yadel'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 373, 'secured line', 'Librarian', 'Kamba'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 190, 'global', 'Geological Engineer', 'Brainbox'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 749, 'middleware', 'General Manager', 'Zoovu'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 817, '24 hour', 'Assistant Professor', 'Devbug'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 203, 'leverage', 'Engineer III', 'Wordify'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 268, 'system-worthy', 'Sales Representative', 'Youspan'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 646, 'cohesive', 'Environmental Tech', 'Divavu'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 689, 'data-warehouse', 'Web Designer II', 'Trilia'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 110, 'motivating', 'Director of Sales', 'Linkbuzz'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 628, 'asymmetric', 'Nurse', 'Browsezoom'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 343, 'responsive', 'Research Associate', 'Realbridge'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 486, '4th generation', 'Biostatistician IV', 'Skimia'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 890, 'encompassing', 'Compensation Analyst', 'Buzzshare'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 5, 'standardization', 'Structural Analysis Engineer', 'Tanoodle'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 401, 'Graphical User Interface', 'Assistant Professor', 'Trunyx'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 641, 'fresh-thinking', 'Professor', 'Kamba'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 539, 'encoding', 'Teacher', 'Oyope'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 274, 'strategy', 'Safety Technician I', 'Chatterpoint'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 180, 'Multi-channelled', 'Senior Editor', 'Fivebridge'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 39, 'Monitored', 'Senior Quality Engineer', 'Wordify'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 424, 'internet solution', 'Pharmacist', 'Oyoba'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 615, 'Function-based', 'Media Manager I', 'Zoombeat'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 758, 'Open-source', 'Compensation Analyst', 'Voonder'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 417, 'infrastructure', 'Computer Systems Analyst II', 'Leenti'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 451, 'system engine', 'Senior Developer', 'Riffwire'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 371, 'open system', 'Geologist I', 'Realcube'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 29, 'core', 'Quality Engineer', 'Twitterbeat'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 719, 'Enhanced', 'Programmer Analyst II', 'Photobug'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 731, 'bandwidth-monitored', 'Product Engineer', 'Thoughtstorm'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 841, 'orchestration', 'Biostatistician III', 'Eare'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 754, 'Persistent', 'Safety Technician II', 'Abatz'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 267, 'Intuitive', 'Mechanical Systems Engineer', 'Voomm'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 649, '24-jul', 'Web Developer IV', 'Meedoo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 690, 'migration', 'Quality Control Specialist', 'Skilith'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 439, 'system engine', 'Operator', 'Chatterbridge'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 167, 'Function-based', 'Internal Auditor', 'Browsetype'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 189, 'stable', 'Administrative Assistant IV', 'Thoughtstorm'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 604, 'Focused', 'Technical Writer', 'Tagcat'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 264, 'Reduced', 'Executive Secretary', 'Devshare'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 302, 'Re-contextualized', 'Senior Financial Analyst', 'Eamia'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 752, 'encoding', 'Actuary', 'Devpulse'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 604, 'methodology', 'VP Marketing', 'Tagpad'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 384, 'client-server', 'Editor', 'Tagchat'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 251, 'task-force', 'Speech Pathologist', 'Ailane'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 523, 'info-mediaries', 'Physical Therapy Assistant', 'Yakijo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 124, 'zero administration', 'Nurse Practicioner', 'Skilith'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 416, 'Secured', 'Help Desk Technician', 'Aimbo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 307, 'Synchronised', 'Safety Technician III', 'Gabcube'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 387, 'global', 'Administrative Assistant IV', 'Bubblemix'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 765, 'non-volatile', 'VP Accounting', 'Edgeblab'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 181, 'Proactive', 'VP Accounting', 'Meedoo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 682, 'real-time', 'Software Engineer IV', 'Shuffletag'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 383, 'mobile', 'Office Assistant IV', 'Camimbo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 406, 'framework', 'Senior Editor', 'Photobean'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 699, '5th generation', 'Web Developer II', 'Jetwire'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 665, 'superstructure', 'Chemical Engineer', 'Trudoo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 678, 'hierarchy', 'Editor', 'Topicblab'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 502, 'contextually-based', 'Food Chemist', 'Demimbu'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 615, 'definition', 'VP Marketing', 'Tambee'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 21, 'service-desk', 'Cost Accountant', 'Skinix'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 883, 'encoding', 'General Manager', 'Divavu'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 713, 'Function-based', 'Nuclear Power Engineer', 'Gigaclub'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 578, 'budgetary management', 'Help Desk Technician', 'Talane'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 510, 'firmware', 'Automation Specialist III', 'Flashpoint'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 746, 'Versatile', 'Software Engineer II', 'Oozz'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 899, 'Configurable', 'VP Marketing', 'Fatz'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 87, 'projection', 'Occupational Therapist', 'Oodoo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 640, 'ability', 'Systems Administrator IV', 'Blogtag'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 348, 'motivating', 'Graphic Designer', 'Gabvine'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 95, 'Managed', 'Civil Engineer', 'Voolith'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 672, 'Mandatory', 'VP Sales', 'Twiyo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 35, 'Reactive', 'Research Nurse', 'Topdrive'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 103, 'policy', 'Analyst Programmer', 'Skiptube'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 140, 'Organic', 'Safety Technician IV', 'Zoovu'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 845, 'matrices', 'Chemical Engineer', 'Realbridge'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 448, 'initiative', 'Information Systems Manager', 'Zooveo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 338, 'model', 'Research Nurse', 'LiveZ'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 539, 'secured line', 'Teacher', 'Minyx'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 270, 'encompassing', 'Editor', 'Realcube'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 216, 'client-driven', 'Senior Developer', 'Aimbu'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 631, 'Cross-platform', 'Programmer I', 'Topiczoom'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 594, 'Integrated', 'Health Coach I', 'Jabbersphere'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 300, 'Managed', 'Junior Executive', 'Yakijo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 699, 'static', 'Computer Systems Analyst III', 'Yakijo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 443, 'success', 'Office Assistant I', 'Edgetag'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 858, 'Profound', 'Safety Technician I', 'Tambee'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 647, 'contextually-based', 'Payment Adjustment Coordinator', 'Oba'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 843, 'Synergized', 'Media Manager IV', 'Mydo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 498, 'dedicated', 'Operator', 'Fivespan'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 327, 'client-server', 'Accountant IV', 'Jaloo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 675, 'capacity', 'Account Coordinator', 'Bubbletube'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 778, 'next generation', 'Programmer Analyst II', 'Myworks'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 640, 'throughput', 'Technical Writer', 'Skynoodle'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 444, 'initiative', 'Marketing Assistant', 'Buzzdog'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 169, 'alliance', 'Statistician III', 'Agivu'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 161, 'workforce', 'Human Resources Assistant III', 'Oyope'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 444, 'monitoring', 'Design Engineer', 'Topiclounge'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 793, 'approach', 'Programmer III', 'Eazzy'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 262, 'Networked', 'Engineer IV', 'Skyndu'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 169, 'interactive', 'Information Systems Manager', 'Yodoo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 239, 'Future-proofed', 'Web Designer I', 'Rooxo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 54, 'Future-proofed', 'Social Worker', 'Wikizz'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 782, 'logistical', 'Physical Therapy Assistant', 'Shuffletag'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 620, 'attitude-oriented', 'Dental Hygienist', 'Yoveo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 313, 'empowering', 'Data Coordiator', 'Babblestorm'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 474, 'standardization', 'Sales Representative', 'Linkbuzz'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 321, 'regional', 'Quality Control Specialist', 'Bluezoom'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 260, 'non-volatile', 'Research Assistant I', 'Tazz'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 639, 'Ergonomic', 'Chief Design Engineer', 'Zoomdog'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 130, 'moratorium', 'Pharmacist', 'Vimbo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 753, 'database', 'Web Developer I', 'Browsecat'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 780, 'attitude', 'Accounting Assistant I', 'Skynoodle'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 813, 'bifurcated', 'Health Coach III', 'Quimba'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 42, 'focus group', 'Sales Representative', 'Eazzy'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 595, 'attitude', 'Graphic Designer', 'Muxo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 263, 'human-resource', 'Compensation Analyst', 'Mudo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 554, 'Proactive', 'Accounting Assistant I', 'Meeveo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 708, 'Compatible', 'Assistant Professor', 'Eidel'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 623, 'protocol', 'Senior Quality Engineer', 'Topicblab'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 479, 'policy', 'Media Manager I', 'Blogtag'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 38, 'Fully-configurable', 'Desktop Support Technician', 'Riffwire'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 487, 'Devolved', 'Associate Professor', 'Camido'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 214, '6th generation', 'Senior Cost Accountant', 'Youspan'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 732, 'user-facing', 'Executive Secretary', 'Voomm'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 873, 'Progressive', 'Assistant Manager', 'Jayo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 513, 'forecast', 'Business Systems Development Analyst', 'Quinu'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 433, 'Centralized', 'Compensation Analyst', 'Mynte'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 133, 'bandwidth-monitored', 'Compensation Analyst', 'Jaxworks'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 161, 'client-driven', 'Geological Engineer', 'Katz'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 293, 'system-worthy', 'Civil Engineer', 'Reallinks'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 477, 'Profit-focused', 'Quality Engineer', 'Zoombeat'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 390, 'software', 'Clinical Specialist', 'Gabspot'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 77, 'bifurcated', 'Legal Assistant', 'Zoomlounge'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 542, 'Compatible', 'Graphic Designer', 'Babbleopia'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 891, 'Distributed', 'Information Systems Manager', 'Twitterworks'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 57, 'heuristic', 'Nurse Practicioner', 'Voolith'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 122, 'demand-driven', 'Assistant Professor', 'BlogXS'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 181, 'Customer-focused', 'Human Resources Assistant I', 'Leenti'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 161, 'task-force', 'Media Manager III', 'Feedspan'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 459, 'web-enabled', 'Chief Design Engineer', 'Brainlounge'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 493, 'encryption', 'Financial Analyst', 'Photospace'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 329, 'fresh-thinking', 'GIS Technical Architect', 'Browsezoom'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 280, 'mission-critical', 'Business Systems Development Analyst', 'Meetz'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 251, 'emulation', 'Senior Sales Associate', 'Vitz'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 611, 'approach', 'Occupational Therapist', 'Innotype'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 512, 'demand-driven', 'Media Manager III', 'Aimbu'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 484, 'neutral', 'Compensation Analyst', 'Vidoo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 549, 'methodology', 'Nurse Practicioner', 'Rhyloo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 816, 'Persistent', 'Structural Analysis Engineer', 'Cogilith'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 659, 'well-modulated', 'Structural Engineer', 'Shuffletag'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 775, 'focus group', 'Sales Representative', 'Gabtune'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 545, 'Phased', 'Research Nurse', 'Mycat'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 480, 'holistic', 'Chief Design Engineer', 'Leexo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 795, 'approach', 'Speech Pathologist', 'Gigashots'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 851, 'local', 'Quality Control Specialist', 'Browseblab'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 121, 'task-force', 'GIS Technical Architect', 'Skipstorm'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 867, 'Enterprise-wide', 'Legal Assistant', 'Dynabox'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 491, 'task-force', 'Account Coordinator', 'Tazz'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 30, 'customer loyalty', 'Environmental Tech', 'Layo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 688, 'capability', 'Product Engineer', 'Katz'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 346, 'encoding', 'Professor', 'Blogtags'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 387, 'composite', 'Data Coordiator', 'Skajo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 437, 'core', 'Graphic Designer', 'Kayveo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 470, 'orchestration', 'Geologist III', 'Skyvu'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 490, 'forecast', 'Account Coordinator', 'Photojam'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 656, 'middleware', 'Financial Analyst', 'Yata'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 800, 'capacity', 'Help Desk Operator', 'Centizu'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 707, 'middleware', 'Sales Associate', 'Centimia'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 737, 'foreground', 'Legal Assistant', 'Flipbug'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 407, 'Expanded', 'VP Product Management', 'Wikibox'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 825, 'Ameliorated', 'Assistant Professor', 'Realmix'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 762, 'Public-key', 'Database Administrator III', 'Jetwire'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 325, 'content-based', 'Automation Specialist IV', 'Katz'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 880, 'reciprocal', 'Analog Circuit Design manager', 'Zoomlounge'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 105, 'implementation', 'Programmer Analyst IV', 'Blognation'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 270, 'Expanded', 'Senior Quality Engineer', 'Yadel'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 543, 'product', 'Information Systems Manager', 'Quamba'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 876, 'contextually-based', 'Engineer III', 'Yodo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 363, 'database', 'Compensation Analyst', 'Tekfly'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 585, 'Stand-alone', 'Senior Editor', 'Feedfish'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 708, 'disintermediate', 'Information Systems Manager', 'Twinte'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 582, 'Realigned', 'Developer II', 'Eazzy'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 598, 'next generation', 'Information Systems Manager', 'Kayveo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 691, 'intermediate', 'Senior Cost Accountant', 'Bluezoom'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 83, 'Face to face', 'Sales Representative', 'Topicshots'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 295, 'Front-line', 'Research Nurse', 'Zoonoodle'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 728, '6th generation', 'Director of Sales', 'Eimbee'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 409, 'optimizing', 'Administrative Assistant III', 'Topicstorm'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 501, 'Open-architected', 'Statistician III', 'Zoomzone'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 482, 'Compatible', 'Analyst Programmer', 'Snaptags'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 326, 'Ameliorated', 'Sales Associate', 'JumpXS'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 148, 'dedicated', 'Professor', 'Divanoodle'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 479, 'intangible', 'Registered Nurse', 'Eabox'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 820, 'Triple-buffered', 'Electrical Engineer', 'Babbleset'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 119, 'Re-contextualized', 'Quality Engineer', 'Gabspot'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 337, 'data-warehouse', 'Assistant Media Planner', 'Gigashots'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 169, 'attitude-oriented', 'Environmental Tech', 'Kare'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 120, 'systemic', 'Information Systems Manager', 'Kare'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 575, 'Seamless', 'Marketing Assistant', 'Roodel'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 681, 'Future-proofed', 'Desktop Support Technician', 'Cogidoo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 695, 'discrete', 'Junior Executive', 'Tagtune'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 849, 'Multi-channelled', 'Physical Therapy Assistant', 'Browsecat'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 454, 'Function-based', 'Account Executive', 'Voolith'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 128, 'model', 'Senior Editor', 'Oyoba'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 792, 'help-desk', 'Engineer II', 'Ntags'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 167, 'Function-based', 'Cost Accountant', 'Blognation'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 874, 'Exclusive', 'Safety Technician IV', 'Meembee'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 734, 'matrix', 'Professor', 'Skimia'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 109, 'intermediate', 'Business Systems Development Analyst', 'Thoughtbridge'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 472, 'neural-net', 'Recruiter', 'Brainbox'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 565, 'bottom-line', 'Web Designer III', 'Yakijo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 580, 'portal', 'Compensation Analyst', 'Edgeclub'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 616, 'Innovative', 'Financial Analyst', 'Zoomzone'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 495, 'customer loyalty', 'Occupational Therapist', 'Skalith'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 736, 'Persistent', 'Librarian', 'Thoughtworks'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 128, 'Versatile', 'Nuclear Power Engineer', 'Browsezoom'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 581, 'Multi-channelled', 'Mechanical Systems Engineer', 'Dabtype'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 563, 'Reduced', 'Teacher', 'Blogtags'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 792, 'grid-enabled', 'VP Sales', 'Photobean'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 781, 'Cross-platform', 'Analyst Programmer', 'Fadeo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 52, 'analyzer', 'Marketing Manager', 'Demimbu'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 891, 'Centralized', 'GIS Technical Architect', 'Voonyx'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 526, 'Robust', 'Biostatistician IV', 'Einti'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 309, 'Synergistic', 'Nurse', 'Browsetype'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 843, '4th generation', 'GIS Technical Architect', 'Bubblebox'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 106, 'user-facing', 'Staff Scientist', 'Skalith'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 105, 'Reverse-engineered', 'Paralegal', 'Rooxo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 891, 'Future-proofed', 'General Manager', 'Cogidoo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 881, 'Total', 'Pharmacist', 'Wikido'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 393, 'implementation', 'VP Accounting', 'Avavee'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 515, 'Balanced', 'Developer IV', 'Yombu'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 241, 'success', 'VP Marketing', 'Gigazoom'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 524, 'Triple-buffered', 'Analyst Programmer', 'Yakijo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 672, 'time-frame', 'Administrative Officer', 'Plajo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 398, 'Fundamental', 'Programmer Analyst III', 'Flashspan'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 26, 'Fundamental', 'Senior Cost Accountant', 'Camido'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 745, 'De-engineered', 'Software Consultant', 'Eadel'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 28, 'Automated', 'Marketing Assistant', 'Centidel'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 487, 'time-frame', 'Clinical Specialist', 'Avamm'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 697, 'Self-enabling', 'Chemical Engineer', 'Livetube'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 417, 'asymmetric', 'Legal Assistant', 'Jabberstorm'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 728, 'actuating', 'Automation Specialist III', 'Devpoint'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 388, 'structure', 'Senior Editor', 'Viva'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 165, 'tertiary', 'Speech Pathologist', 'Eadel'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 419, 'Customizable', 'Developer I', 'Zoovu'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 87, 'multi-state', 'VP Accounting', 'Twimbo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 394, 'Expanded', 'Senior Quality Engineer', 'Kwilith'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 14, 'process improvement', 'VP Sales', 'Dynazzy'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 451, 'Extended', 'Web Developer IV', 'Livefish'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 436, 'Polarised', 'Cost Accountant', 'Jazzy'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 843, 'composite', 'VP Marketing', 'Youspan'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 417, 'cohesive', 'Human Resources Manager', 'Lazz'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 462, 'neutral', 'Developer II', 'Skipstorm'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 651, 'object-oriented', 'Software Test Engineer I', 'Eire'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 465, 'explicit', 'Financial Advisor', 'Mita'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 802, 'static', 'Desktop Support Technician', 'Voonte'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 689, 'Up-sized', 'Financial Advisor', 'Babbleblab'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 232, 'intangible', 'Quality Engineer', 'Shuffledrive'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 308, 'Streamlined', 'Administrative Officer', 'Realcube'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 76, 'Cross-group', 'Staff Accountant II', 'Twimbo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 887, 'Virtual', 'Accountant II', 'Linklinks'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 661, 'analyzer', 'Administrative Officer', 'JumpXS'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 499, 'interface', 'Chemical Engineer', 'Mydo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 154, 'Programmable', 'Teacher', 'Topicblab'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 369, 'array', 'Payment Adjustment Coordinator', 'Topicblab'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 400, 'exuding', 'Food Chemist', 'Ailane'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 174, 'Phased', 'Registered Nurse', 'Livetube'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 798, 'fault-tolerant', 'Financial Analyst', 'Realmix'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 253, 'dedicated', 'Database Administrator III', 'Kwideo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 411, 'User-centric', 'Media Manager I', 'Linktype'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 878, 'Cross-platform', 'Librarian', 'Oyoyo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 607, 'utilisation', 'Financial Advisor', 'Divavu'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 855, 'Customer-focused', 'Human Resources Manager', 'Rhybox'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 657, 'Exclusive', 'Mechanical Systems Engineer', 'Oyoloo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 290, 'Total', 'Legal Assistant', 'Youspan'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 862, 'Universal', 'Health Coach III', 'Fadeo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 242, 'user-facing', 'VP Product Management', 'BlogXS'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 619, 'definition', 'Programmer II', 'Edgepulse'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 348, 'Quality-focused', 'Design Engineer', 'Topdrive'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 464, 'encryption', 'Web Designer I', 'Thoughtsphere'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 836, 'value-added', 'Recruiting Manager', 'Aivee'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 321, 'Streamlined', 'Assistant Professor', 'Blogtag'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 284, 'protocol', 'Recruiter', 'Yacero'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 104, '24-jul', 'Graphic Designer', 'Izio'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 31, 'object-oriented', 'Dental Hygienist', 'Rhynoodle'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 68, 'Visionary', 'Biostatistician II', 'Twitterbridge'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 608, 'contingency', 'Senior Financial Analyst', 'Blogtag'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 53, 'stable', 'Actuary', 'Blognation'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 450, 'time-frame', 'Financial Advisor', 'Wikibox'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 204, 'content-based', 'Engineer IV', 'Kazio'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 536, 'Business-focused', 'Business Systems Development Analyst', 'Gigashots'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 854, '6th generation', 'Executive Secretary', 'Zoonder'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 52, 'systemic', 'Human Resources Manager', 'Gigashots'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 559, 'hierarchy', 'Internal Auditor', 'Riffpath'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 850, 'object-oriented', 'Recruiting Manager', 'Livetube'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 748, 'Enhanced', 'Software Test Engineer III', 'Pixope'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 27, 'Secured', 'Financial Analyst', 'Dabfeed'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 437, 'knowledge base', 'Research Nurse', 'Zazio'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 133, 'modular', 'Assistant Professor', 'Skaboo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 900, 'application', 'Assistant Media Planner', 'Browsezoom'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 754, 'architecture', 'Paralegal', 'Avamba'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 210, 'system engine', 'Media Manager II', 'Dabjam'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 594, 'full-range', 'Research Nurse', 'Wordtune'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 884, 'bandwidth-monitored', 'Research Nurse', 'Omba'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 612, 'Front-line', 'VP Accounting', 'Yotz'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 104, 'holistic', 'Geological Engineer', 'Dabshots'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 468, 'multimedia', 'VP Product Management', 'Devbug'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 56, 'function', 'Data Coordiator', 'Camido'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 896, 'Persevering', 'Assistant Professor', 'Thoughtbridge'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 267, 'Right-sized', 'VP Marketing', 'Buzzshare'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 217, 'exuding', 'VP Accounting', 'Yodoo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 94, 'neutral', 'Occupational Therapist', 'Feedbug'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 244, 'Enhanced', 'Assistant Professor', 'Dabtype'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 37, 'benchmark', 'Registered Nurse', 'Meezzy'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 285, 'tertiary', 'Help Desk Technician', 'Skidoo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 361, 'matrix', 'Computer Systems Analyst II', 'Twinder'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 465, 'Self-enabling', 'VP Product Management', 'Mynte'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 89, 'Graphical User Interface', 'Sales Associate', 'Devcast'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 636, 'content-based', 'Desktop Support Technician', 'Dabfeed'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 94, 'Seamless', 'Accounting Assistant I', 'Thoughtstorm'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 279, 'application', 'Payment Adjustment Coordinator', 'Meevee'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 383, 'Customizable', 'Mechanical Systems Engineer', 'Babbleblab'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 616, 'Implemented', 'Engineer III', 'Oloo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 461, 'Up-sized', 'Civil Engineer', 'Dabvine'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 542, 'infrastructure', 'Health Coach III', 'Browsebug'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 677, 'Decentralized', 'Web Designer II', 'Browsedrive'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 447, 'content-based', 'VP Quality Control', 'Skilith'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 131, 'transitional', 'Biostatistician I', 'Topicstorm'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 514, 'Robust', 'Professor', 'Bluezoom'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 320, 'eco-centric', 'General Manager', 'Zoomlounge'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 639, 'Seamless', 'Senior Developer', 'Yodo'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 423, 'object-oriented', 'Nurse', 'Quatz'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 134, 'analyzing', 'Recruiter', 'Vitz'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 424, 'intranet', 'Mechanical Systems Engineer', 'Einti'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 350, 'matrix', 'Engineer II', 'Oba'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 106, 'process improvement', 'Assistant Professor', 'Riffwire'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 782, 'Balanced', 'Food Chemist', 'Dazzlesphere'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 253, 'array', 'Project Manager', 'Realblab'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 896, 'Multi-layered', 'Junior Executive', 'Talane'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 278, 'Streamlined', 'Professor', 'Rhybox'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 332, 'Devolved', 'Programmer IV', 'Cogilith'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('educational experience', 115, 'next generation', 'Internal Auditor', 'Meevee'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 410, 'human-resource', 'Director of Sales', 'Oyondu'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 346, 'Universal', 'Operator', 'LiveZ'); INSERT INTO dbo.experiences (type, id_employee, description, degree, entity) VALUES ('work experience', 334, 'asymmetric', 'Registered Nurse', 'InnoZ');
drop function GamesDB.checkGameInUser; go go create function GamesDB.checkGameInUser (@userName varchar(30), @gameID int) returns int as begin if (not exists( select * from GamesDB.[GameEventList] where UserName=@userName and GameID=@gameID ) ) return 0 return 1 end go
<gh_stars>0 CREATE TABLE sys.sysdepends ( id int NOT NULL, depid int NOT NULL, number smallint, depnumber smallint, status smallint, deptype tinyint NOT NULL, depdbid smallint, depsiteid smallint, selall bit NOT NULL, resultobj bit NOT NULL, readobj bit NOT NULL ); INSERT INTO sys.sysdepends (id, depid, number, depnumber, status, deptype, depdbid, depsiteid, selall, resultobj, readobj) VALUES (1013578649, 933578364, 1, 1, 8, 0, 0, 0, 0, 0, 1); INSERT INTO sys.sysdepends (id, depid, number, depnumber, status, deptype, depdbid, depsiteid, selall, resultobj, readobj) VALUES (1013578649, 933578364, 1, 2, 8, 0, 0, 0, 0, 0, 1); INSERT INTO sys.sysdepends (id, depid, number, depnumber, status, deptype, depdbid, depsiteid, selall, resultobj, readobj) VALUES (1013578649, 933578364, 1, 3, 8, 0, 0, 0, 0, 0, 1); INSERT INTO sys.sysdepends (id, depid, number, depnumber, status, deptype, depdbid, depsiteid, selall, resultobj, readobj) VALUES (1029578706, 933578364, 1, 1, 8, 0, 0, 0, 0, 0, 1); INSERT INTO sys.sysdepends (id, depid, number, depnumber, status, deptype, depdbid, depsiteid, selall, resultobj, readobj) VALUES (1029578706, 933578364, 1, 2, 8, 0, 0, 0, 0, 0, 1); INSERT INTO sys.sysdepends (id, depid, number, depnumber, status, deptype, depdbid, depsiteid, selall, resultobj, readobj) VALUES (1029578706, 933578364, 1, 3, 8, 0, 0, 0, 0, 0, 1); INSERT INTO sys.sysdepends (id, depid, number, depnumber, status, deptype, depdbid, depsiteid, selall, resultobj, readobj) VALUES (1029578706, 933578364, 1, 4, 8, 0, 0, 0, 0, 0, 1); INSERT INTO sys.sysdepends (id, depid, number, depnumber, status, deptype, depdbid, depsiteid, selall, resultobj, readobj) VALUES (1029578706, 933578364, 1, 5, 8, 0, 0, 0, 0, 0, 1); INSERT INTO sys.sysdepends (id, depid, number, depnumber, status, deptype, depdbid, depsiteid, selall, resultobj, readobj) VALUES (1045578763, 933578364, 1, 1, 12, 0, 0, 0, 0, 1, 1); INSERT INTO sys.sysdepends (id, depid, number, depnumber, status, deptype, depdbid, depsiteid, selall, resultobj, readobj) VALUES (1045578763, 933578364, 1, 2, 12, 0, 0, 0, 0, 1, 1); INSERT INTO sys.sysdepends (id, depid, number, depnumber, status, deptype, depdbid, depsiteid, selall, resultobj, readobj) VALUES (1045578763, 933578364, 1, 3, 8, 0, 0, 0, 0, 0, 1); INSERT INTO sys.sysdepends (id, depid, number, depnumber, status, deptype, depdbid, depsiteid, selall, resultobj, readobj) VALUES (1045578763, 933578364, 1, 4, 4, 0, 0, 0, 0, 1, 0); INSERT INTO sys.sysdepends (id, depid, number, depnumber, status, deptype, depdbid, depsiteid, selall, resultobj, readobj) VALUES (1045578763, 933578364, 1, 5, 4, 0, 0, 0, 0, 1, 0); INSERT INTO sys.sysdepends (id, depid, number, depnumber, status, deptype, depdbid, depsiteid, selall, resultobj, readobj) VALUES (1061578820, 933578364, 1, 1, 12, 0, 0, 0, 0, 1, 1); INSERT INTO sys.sysdepends (id, depid, number, depnumber, status, deptype, depdbid, depsiteid, selall, resultobj, readobj) VALUES (1061578820, 933578364, 1, 2, 12, 0, 0, 0, 0, 1, 1); INSERT INTO sys.sysdepends (id, depid, number, depnumber, status, deptype, depdbid, depsiteid, selall, resultobj, readobj) VALUES (1061578820, 933578364, 1, 3, 8, 0, 0, 0, 0, 0, 1); INSERT INTO sys.sysdepends (id, depid, number, depnumber, status, deptype, depdbid, depsiteid, selall, resultobj, readobj) VALUES (1077578877, 933578364, 1, 1, 8, 0, 0, 0, 0, 0, 1); INSERT INTO sys.sysdepends (id, depid, number, depnumber, status, deptype, depdbid, depsiteid, selall, resultobj, readobj) VALUES (1077578877, 933578364, 1, 2, 12, 0, 0, 0, 0, 1, 1); INSERT INTO sys.sysdepends (id, depid, number, depnumber, status, deptype, depdbid, depsiteid, selall, resultobj, readobj) VALUES (1077578877, 933578364, 1, 3, 8, 0, 0, 0, 0, 0, 1); INSERT INTO sys.sysdepends (id, depid, number, depnumber, status, deptype, depdbid, depsiteid, selall, resultobj, readobj) VALUES (1077578877, 933578364, 1, 4, 4, 0, 0, 0, 0, 1, 0); INSERT INTO sys.sysdepends (id, depid, number, depnumber, status, deptype, depdbid, depsiteid, selall, resultobj, readobj) VALUES (1077578877, 933578364, 1, 5, 4, 0, 0, 0, 0, 1, 0); INSERT INTO sys.sysdepends (id, depid, number, depnumber, status, deptype, depdbid, depsiteid, selall, resultobj, readobj) VALUES (1093578934, 933578364, 1, 0, 12, 0, 0, 0, 0, 1, 1); INSERT INTO sys.sysdepends (id, depid, number, depnumber, status, deptype, depdbid, depsiteid, selall, resultobj, readobj) VALUES (1093578934, 933578364, 1, 1, 8, 0, 0, 0, 0, 0, 1); INSERT INTO sys.sysdepends (id, depid, number, depnumber, status, deptype, depdbid, depsiteid, selall, resultobj, readobj) VALUES (1093578934, 933578364, 1, 2, 8, 0, 0, 0, 0, 0, 1); INSERT INTO sys.sysdepends (id, depid, number, depnumber, status, deptype, depdbid, depsiteid, selall, resultobj, readobj) VALUES (1093578934, 933578364, 1, 3, 8, 0, 0, 0, 0, 0, 1);
<filename>codeCourseLaravelApi.sql -- MySQL dump 10.13 Distrib 5.7.24, for Linux (x86_64) -- -- Host: localhost Database: codeCourseLaravelApi -- ------------------------------------------------------ -- Server version 5.7.24-0ubuntu0.18.04.1 /*!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 `migrations` -- DROP TABLE IF EXISTS `migrations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `migrations` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `migration` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `batch` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `migrations` -- LOCK TABLES `migrations` WRITE; /*!40000 ALTER TABLE `migrations` DISABLE KEYS */; INSERT INTO `migrations` VALUES (1,'2014_10_12_000000_create_users_table',1),(2,'2014_10_12_100000_create_password_resets_table',1),(3,'2016_06_01_000001_create_oauth_auth_codes_table',1),(4,'2016_06_01_000002_create_oauth_access_tokens_table',1),(5,'2016_06_01_000003_create_oauth_refresh_tokens_table',1),(6,'2016_06_01_000004_create_oauth_clients_table',1),(7,'2016_06_01_000005_create_oauth_personal_access_clients_table',1),(8,'2018_11_28_040152_create_topics_table',2),(9,'2018_11_28_042112_create_posts_table',2); /*!40000 ALTER TABLE `migrations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oauth_access_tokens` -- DROP TABLE IF EXISTS `oauth_access_tokens`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `oauth_access_tokens` ( `id` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL, `user_id` int(11) DEFAULT NULL, `client_id` int(11) NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `scopes` text COLLATE utf8mb4_unicode_ci, `revoked` tinyint(1) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `expires_at` datetime DEFAULT NULL, PRIMARY KEY (`id`), KEY `oauth_access_tokens_user_id_index` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `oauth_access_tokens` -- LOCK TABLES `oauth_access_tokens` WRITE; /*!40000 ALTER TABLE `oauth_access_tokens` DISABLE KEYS */; INSERT INTO `oauth_access_tokens` VALUES ('<KEY>',2,2,NULL,'[\"*\"]',0,'2018-11-27 21:59:48','2018-11-27 21:59:48','2019-11-28 03:59:48'),('202779273ef6b9ad1255ac0cad9bc0671a6ab1e77a66103feece5a8757a00ec73c51e4585cca38f8',2,2,NULL,'[\"*\"]',0,'2018-11-27 11:32:50','2018-11-27 11:32:50','2019-11-27 17:32:50'),('23d981fff7a2aa3945206a819b1e240cb2ea7796d7cdb281c3aab440136a849aae4213646d8a82ac',1,2,NULL,'[\"*\"]',0,'2018-11-27 08:43:13','2018-11-27 08:43:13','2019-11-27 14:43:13'),('2a95f1dfdabfdab1dac1577b431534d6b2f0fbae5ecd80324931cb6e9563f84a3fb9c125cd39f4db',1,2,NULL,'[\"*\"]',0,'2018-11-27 11:33:02','2018-11-27 11:33:02','2019-11-27 17:33:02'),('556cc0ebc900221d3fcf69f53338f7b057f92c32c657f0b82bffc860210bd59e4df99e77372e1358',2,2,NULL,'[\"*\"]',0,'2018-11-27 22:00:07','2018-11-27 22:00:07','2019-11-28 04:00:07'),('57c02633c3e904be918cc22c5993c728dcae69f8302d81803eab0b734c759a43821e0836bdefe99a',2,2,NULL,'[\"*\"]',0,'2018-11-27 21:58:04','2018-11-27 21:58:04','2019-11-28 03:58:04'),('5d49c99e27df3451265a0415ae44d768a115b229bf2b933964f87bb83217471e4d2088be59cfc31f',17,2,NULL,'[\"*\"]',0,'2018-11-27 11:28:33','2018-11-27 11:28:33','2019-11-27 17:28:33'),('8b4ced326de50edc3d6ebaf52784d397a0101639d7c0379c2579f11df89f648badc8b2b0a0d67a24',2,2,NULL,'[\"*\"]',0,'2018-11-28 08:19:42','2018-11-28 08:19:42','2019-11-28 14:19:42'),('981c4dad853c3c7bb2e115507afa11ee61bb6ee9ec34bc85f5fe4836b83cf04ac1d71a0b3f95d1af',17,2,NULL,'[\"*\"]',0,'2018-11-27 11:28:36','2018-11-27 11:28:36','2019-11-27 17:28:36'),('a15a6c78265e8b67f3b5169149eb9a855fef5fe76c9e50cc884963e8222629dedbb2c69d77b226c8',2,2,NULL,'[\"*\"]',0,'2018-11-27 08:44:16','2018-11-27 08:44:16','2019-11-27 14:44:16'),('b329a140f4417aaf9265de498d0e267b908b440b3049f0951b1d4a202623180a947e0924fe49f4df',2,2,NULL,'[\"*\"]',0,'2018-12-01 09:43:41','2018-12-01 09:43:41','2019-12-01 15:43:41'),('b6355961e1f9aab3caa5dcdf255e4c7240c4c8eaaa863830f70de7c12c156882c552bb4076d45454',2,2,NULL,'[\"*\"]',0,'2018-11-27 11:30:54','2018-11-27 11:30:54','2019-11-27 17:30:54'),('be4520dddc295964ae5fc473f43eb9a854e44d2676329cdc21a6d407bcd74fea1a0d81643f2ad8b2',17,2,NULL,'[\"*\"]',0,'2018-11-27 11:28:54','2018-11-27 11:28:54','2019-11-27 17:28:54'),('c895a3a04b51c711c12e55d55ac93eec15f2b20247c9b0050b39ba65075aba4c214ad69fd632f57e',1,2,NULL,'[\"*\"]',0,'2018-11-27 08:40:58','2018-11-27 08:40:58','2019-11-27 14:40:58'),('d1cbd46ca0d78fc4098840030ba9b2831a421bce7d226a38efe1034add531c3f8d12f5ad004b4dff',1,2,NULL,'[\"*\"]',0,'2018-11-27 11:28:20','2018-11-27 11:28:20','2019-11-27 17:28:20'),('dedc4fb24a87d4cc7f58fe229635d56f8d6e3baf849a57052b994ee30d4a426e02f2a43e65d77af0',2,2,NULL,'[\"*\"]',0,'2018-12-01 08:13:29','2018-12-01 08:13:29','2019-12-01 14:13:29'),('e4df1de4430bcab15eb9397a55dbb75a2bf35923960b8e536df374a505e2155c2c3c8e33a0f37728',1,2,NULL,'[\"*\"]',0,'2018-11-27 09:11:37','2018-11-27 09:11:37','2019-11-27 15:11:37'); /*!40000 ALTER TABLE `oauth_access_tokens` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oauth_auth_codes` -- DROP TABLE IF EXISTS `oauth_auth_codes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `oauth_auth_codes` ( `id` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL, `user_id` int(11) NOT NULL, `client_id` int(11) NOT NULL, `scopes` text COLLATE utf8mb4_unicode_ci, `revoked` tinyint(1) NOT NULL, `expires_at` datetime DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `oauth_auth_codes` -- LOCK TABLES `oauth_auth_codes` WRITE; /*!40000 ALTER TABLE `oauth_auth_codes` DISABLE KEYS */; /*!40000 ALTER TABLE `oauth_auth_codes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oauth_clients` -- DROP TABLE IF EXISTS `oauth_clients`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `oauth_clients` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `user_id` int(11) DEFAULT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `secret` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL, `redirect` text COLLATE utf8mb4_unicode_ci NOT NULL, `personal_access_client` tinyint(1) NOT NULL, `password_client` tinyint(1) NOT NULL, `revoked` tinyint(1) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `oauth_clients_user_id_index` (`user_id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `oauth_clients` -- LOCK TABLES `oauth_clients` WRITE; /*!40000 ALTER TABLE `oauth_clients` DISABLE KEYS */; INSERT INTO `oauth_clients` VALUES (1,NULL,'Laravel Personal Access Client','uOhGhRpi7xQBOCxZshpPfpEfNaX5rBcpmdp07czI','http://localhost',1,0,0,'2018-11-27 08:40:37','2018-11-27 08:40:37'),(2,NULL,'Laravel Password Grant Client','8DbpvEGmCWAuRNUCsQVvkNxVlM67xg3NIsur7uyZ','http://localhost',0,1,0,'2018-11-27 08:40:37','2018-11-27 08:40:37'); /*!40000 ALTER TABLE `oauth_clients` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oauth_personal_access_clients` -- DROP TABLE IF EXISTS `oauth_personal_access_clients`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `oauth_personal_access_clients` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `client_id` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `oauth_personal_access_clients_client_id_index` (`client_id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `oauth_personal_access_clients` -- LOCK TABLES `oauth_personal_access_clients` WRITE; /*!40000 ALTER TABLE `oauth_personal_access_clients` DISABLE KEYS */; INSERT INTO `oauth_personal_access_clients` VALUES (1,1,'2018-11-27 08:40:37','2018-11-27 08:40:37'); /*!40000 ALTER TABLE `oauth_personal_access_clients` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oauth_refresh_tokens` -- DROP TABLE IF EXISTS `oauth_refresh_tokens`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `oauth_refresh_tokens` ( `id` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL, `access_token_id` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL, `revoked` tinyint(1) NOT NULL, `expires_at` datetime DEFAULT NULL, PRIMARY KEY (`id`), KEY `oauth_refresh_tokens_access_token_id_index` (`access_token_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `oauth_refresh_tokens` -- LOCK TABLES `oauth_refresh_tokens` WRITE; /*!40000 ALTER TABLE `oauth_refresh_tokens` DISABLE KEYS */; INSERT INTO `oauth_refresh_tokens` VALUES ('0<PASSWORD>48589ca9df7b51b6fcca8039ac9ece65f1407b6a43e7fdcd157d1492b21fbcde4ea7f71b7570','a15a6c78265e8b67f3b5169149eb9a855fef5fe76c9e50cc884963e8222629dedbb2c69d77b226c8',0,'2019-11-27 14:44:16'),('1a1adfaeb65beab518b38f066f0160f280ce278be7a7483f1501441da1e797f43ec3efa198e4bd9d','be4520dddc295964ae5fc473f43eb9a854e44d2676329cdc21a6d407bcd74fea1a0d81643f2ad8b2',0,'2019-11-27 17:28:54'),('249fce6ae8b99e6df02bd9072ef496f8a2c3a9b2a9de1ec49de6ff9e01da3de36a9b79ca5e38924b','<KEY>',0,'2019-11-27 17:28:36'),('2d319aabf433471602e6c5230926796e237060db95ce694d91ee5cc444d2eecbe87cb0e089403839','8b4ced326de50edc3d6ebaf52784d397a0101639d7c0379c2579f11df89f648badc8b2b0a0d67a24',0,'2019-11-28 14:19:42'),('3a88b266c8ac9f0402609e3415f0d0925e69cef0f61c64145605782f7c1fda77b0a2cb8dbb94ff2d','dedc4fb24a87d4cc7f58fe229635d56f8d6e3baf849a57052b994ee30d4a426e02f2a43e65d77af0',0,'2019-12-01 14:13:29'),('4257c68b82f9f0073087e10b6d72de86aace11943bb30b63f3f2f9a6237b3bb2fd95a7f862a1838b','c895a3a04b51c711c12e55d55ac93eec15f2b20247c9b0050b39ba65075aba4c214ad69fd632f57e',0,'2019-11-27 14:40:58'),('471fa667cd51d48e8bf5a685374a43372ff7bef677db9c4042e85f90c9e2288dc13c17388c865d68','202779273ef6b9ad1255ac0cad9bc0671a6ab1e77a66103feece5a8757a00ec73c51e4585cca38f8',0,'2019-11-27 17:32:50'),('4754ea41b4036d54618c56d8385b32c6a403ae112454a7faaf497ed27312e86fcc2a67658ee58400','57c02633c3e904be918cc22c5993c728dcae69f8302d81803eab0b734c759a43821e0836bdefe99a',0,'2019-11-28 03:58:04'),('4813f27a2bb20e4986d7383f2598efe339e1e66dbf823e8d6fa38ccceb9e958a7a1349ea77da74d8','<KEY>',0,'2019-11-27 17:33:02'),('64b727a438b010f111c5e269ef885001cb116d3d4e6fcea0f8cf9cc76eb051e67c33af3c24732dc7','e4df1de4430bcab15eb9397a55dbb75a2bf35923960b8e536df374a505e2155c2c3c8e33a0f37728',0,'2019-11-27 15:11:37'),('65b28fec203b6943423aab003b818fee2713be38783cc919dad566e5aad01155204a8c69f1928b67','d1cbd46ca0d78fc4098840030ba9b2831a421bce7d226a38efe1034add531c3f8d12f5ad004b4dff',0,'2019-11-27 17:28:20'),('75887cfcc7600e1192891daa27b27bc850148a6a06fbe96b42b7744e7720d2ba35fda7853127e18d','018758b153bcd11f1aaf6257bb84c3c0087112b34138bec23c3c383a463202fc68fbfa27a4e9fd60',0,'2019-11-28 03:59:48'),('88609be724494c6414f8c277585ad2b49a8c5df2a2af386baa8a6ceb381dfaec47ebd85e7ade3839','556cc0ebc900221d3fcf69f53338f7b057f92c32c657f0b82bffc860210bd59e4df99e77372e1358',0,'2019-11-28 04:00:07'),('9dadbd874a4274e609fc3004c9a27973fcd5a7950d8894c3fdf1a0468c099f160dd2cd6f935f0bfe','<KEY>',0,'2019-11-27 17:28:33'),('a70406db1b936205b442e647c6690398426278d5466cdd44c772c44e958b863be85c9c7475faef72','<KEY>',0,'2019-11-27 14:43:13'),('b80f3dc204ed159d98b6eabdf71deb47acf11b67c57c98b79c8d9dd58284bcec939f32ba496be417','b6355961e1f9aab3caa5dcdf255e4c7240c4c8eaaa863830f70de7c12c156882c552bb4076d45454',0,'2019-11-27 17:30:54'),('cd54c9546e92d0c3941d37e847a1e52ed4199dd29e817a7015f6124d6eb77259eaa0b3ff85fd31f6','<KEY>',0,'2019-12-01 15:43:41'); /*!40000 ALTER TABLE `oauth_refresh_tokens` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `password_resets` -- DROP TABLE IF EXISTS `password_resets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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, KEY `password_resets_email_index` (`email`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `password_resets` -- LOCK TABLES `password_resets` WRITE; /*!40000 ALTER TABLE `password_resets` DISABLE KEYS */; /*!40000 ALTER TABLE `password_resets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `posts` -- DROP TABLE IF EXISTS `posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `posts` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `body` text COLLATE utf8mb4_unicode_ci NOT NULL, `topic_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `posts_topic_id_index` (`topic_id`), KEY `posts_user_id_index` (`user_id`), CONSTRAINT `posts_topic_id_foreign` FOREIGN KEY (`topic_id`) REFERENCES `topics` (`id`) ON DELETE CASCADE, CONSTRAINT `posts_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ) ENGINE=InnoDB AUTO_INCREMENT=83 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `posts` -- LOCK TABLES `posts` WRITE; /*!40000 ALTER TABLE `posts` DISABLE KEYS */; INSERT INTO `posts` VALUES (5,'This is a body message',5,2,'2018-11-28 22:29:51','2018-11-28 22:29:51'),(6,'This is a body message',6,2,'2018-11-28 22:30:34','2018-11-28 22:30:34'),(7,'This is a body message',7,2,'2018-11-28 22:35:09','2018-11-28 22:35:09'),(8,'This is a body message',8,2,'2018-11-28 22:35:18','2018-11-28 22:35:18'),(9,'This is a body message',9,2,'2018-11-28 22:36:42','2018-11-28 22:36:42'),(10,'This is a body message',10,2,'2018-11-28 22:37:33','2018-11-28 22:37:33'),(11,'This is a body message',11,2,'2018-11-28 22:38:31','2018-11-28 22:38:31'),(12,'This is a body message',12,2,'2018-11-28 22:39:32','2018-11-28 22:39:32'),(13,'This is a body message',13,2,'2018-11-28 22:52:42','2018-11-28 22:52:42'),(14,'This is a body message',14,2,'2018-11-28 22:52:57','2018-11-28 22:52:57'),(15,'This is a body message',15,2,'2018-11-28 22:53:13','2018-11-28 22:53:13'),(16,'This is a body message',16,2,'2018-11-28 23:04:52','2018-11-28 23:04:52'),(17,'This is a body message',17,2,'2018-11-28 23:05:02','2018-11-28 23:05:02'),(18,'This is a body message',18,2,'2018-11-28 23:05:14','2018-11-28 23:05:14'),(19,'This is a body message',19,2,'2018-11-28 23:05:48','2018-11-28 23:05:48'),(20,'This is a body message',20,2,'2018-11-28 23:06:08','2018-11-28 23:06:08'),(21,'This is a body message',21,2,'2018-11-28 23:06:22','2018-11-28 23:06:22'),(22,'This is a body message',22,2,'2018-11-28 23:06:42','2018-11-28 23:06:42'),(23,'This is a body message',23,1,'2018-11-28 23:07:05','2018-11-28 23:07:05'),(24,'This is a body message',24,1,'2018-11-28 23:08:34','2018-11-28 23:08:34'),(25,'This is a body message',25,1,'2018-11-28 23:08:41','2018-11-28 23:08:41'),(26,'This is a body message',26,1,'2018-11-28 23:11:49','2018-11-28 23:11:49'),(27,'This is a body message',27,1,'2018-11-28 23:13:38','2018-11-28 23:13:38'),(28,'This is a body message',28,1,'2018-11-28 23:13:50','2018-11-28 23:13:50'),(29,'This is a body message',29,1,'2018-11-28 23:14:09','2018-11-28 23:14:09'),(30,'This is a body message',30,1,'2018-11-28 23:14:24','2018-11-28 23:14:24'),(31,'This is a body message',31,1,'2018-11-28 23:14:35','2018-11-28 23:14:35'),(32,'This is a body message',32,1,'2018-11-28 23:25:22','2018-11-28 23:25:22'),(33,'This is a body message',33,1,'2018-11-28 23:25:57','2018-11-28 23:25:57'),(34,'This is a body message',34,1,'2018-11-28 23:27:04','2018-11-28 23:27:04'),(35,'This is a body message',35,1,'2018-11-28 23:28:12','2018-11-28 23:28:12'),(36,'This is a body message',36,1,'2018-11-28 23:28:19','2018-11-28 23:28:19'),(37,'This is a body message',37,1,'2018-11-28 23:29:38','2018-11-28 23:29:38'),(38,'This is a body message',38,1,'2018-11-28 23:30:14','2018-11-28 23:30:14'),(39,'This is a body message',39,1,'2018-11-28 23:30:46','2018-11-28 23:30:46'),(40,'This is a body message',40,1,'2018-11-28 23:31:17','2018-11-28 23:31:17'),(41,'This is a body message',41,1,'2018-11-28 23:31:37','2018-11-28 23:31:37'),(42,'This is a body message',42,1,'2018-11-28 23:32:09','2018-11-28 23:32:09'),(43,'This is a body message',43,1,'2018-11-28 23:32:54','2018-11-28 23:32:54'),(44,'This is a body message',44,1,'2018-11-28 23:33:14','2018-11-28 23:33:14'),(45,'This is a body message',45,1,'2018-11-28 23:33:22','2018-11-28 23:33:22'),(46,'This is a body message',46,1,'2018-11-28 23:34:39','2018-11-28 23:34:39'),(47,'This is a body message',47,1,'2018-11-28 23:34:55','2018-11-28 23:34:55'),(48,'This is a body message',48,1,'2018-11-28 23:35:19','2018-11-28 23:35:19'),(49,'This is a body message',49,1,'2018-11-28 23:37:01','2018-11-28 23:37:01'),(50,'This is a body message',50,1,'2018-11-28 23:38:55','2018-11-28 23:38:55'),(51,'This is a body message',51,1,'2018-11-28 23:39:12','2018-11-28 23:39:12'),(52,'This is a body message',52,1,'2018-11-28 23:39:34','2018-11-28 23:39:34'),(53,'This is a body message',53,1,'2018-11-28 23:39:55','2018-11-28 23:39:55'),(54,'This is a body message',54,1,'2018-11-28 23:40:15','2018-11-28 23:40:15'),(55,'This is a body message',55,1,'2018-11-28 23:41:08','2018-11-28 23:41:08'),(56,'This is a body message',56,1,'2018-11-28 23:45:30','2018-11-28 23:45:30'),(57,'This is a body message',57,2,'2018-12-01 06:41:34','2018-12-01 06:41:34'),(58,'This is a body message',58,2,'2018-12-01 09:43:25','2018-12-01 09:43:25'),(59,'This is a body message',59,2,'2018-12-01 09:43:28','2018-12-01 09:43:28'),(60,'This is a body message',60,1,'2018-12-01 22:20:30','2018-12-01 22:20:30'),(61,'This is a body message',61,1,'2018-12-01 22:20:45','2018-12-01 22:20:45'),(62,'This is a body message',62,1,'2018-12-01 22:20:49','2018-12-01 22:20:49'),(63,'This is a body message',63,1,'2018-12-01 22:21:42','2018-12-01 22:21:42'),(64,'This is a body message',64,2,'2018-12-01 22:23:02','2018-12-01 22:23:02'),(65,'This is a body message',10,2,'2018-12-01 22:53:19','2018-12-01 22:53:19'),(66,'This is a body message',10,2,'2018-12-01 22:54:38','2018-12-01 22:54:38'),(67,'This is a body message',10,2,'2018-12-01 22:56:51','2018-12-01 22:56:51'),(68,'This is a body message',10,2,'2018-12-01 23:05:52','2018-12-01 23:05:52'),(69,'This is a body message',10,2,'2018-12-01 23:07:48','2018-12-01 23:07:48'),(70,'This is a body message',10,2,'2018-12-01 23:08:09','2018-12-01 23:08:09'),(71,'This is a body message',10,1,'2018-12-01 23:08:25','2018-12-01 23:08:25'),(72,'This is a body message',10,1,'2018-12-01 23:08:28','2018-12-01 23:08:28'),(73,'This is a body message',10,1,'2018-12-01 23:17:50','2018-12-01 23:17:50'),(75,'A New body message here',10,1,'2018-12-02 00:06:40','2018-12-02 01:18:25'),(76,'This is a body message',10,2,'2018-12-02 00:06:58','2018-12-02 00:06:58'),(77,'This is a body message',10,2,'2018-12-02 00:11:12','2018-12-02 00:11:12'),(78,'This is a body message',10,2,'2018-12-02 00:11:16','2018-12-02 00:11:16'),(79,'This is a body message',10,1,'2018-12-02 00:11:22','2018-12-02 00:11:22'),(80,'This is a body message',10,1,'2018-12-02 00:11:26','2018-12-02 00:11:26'),(81,'This is a body message',10,1,'2018-12-02 02:41:15','2018-12-02 02:41:15'),(82,'This is a body message',10,1,'2018-12-02 02:41:28','2018-12-02 02:41:28'); /*!40000 ALTER TABLE `posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `topics` -- DROP TABLE IF EXISTS `topics`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `topics` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `user_id` int(10) unsigned NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `topics_user_id_index` (`user_id`), CONSTRAINT `topics_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ) ENGINE=InnoDB AUTO_INCREMENT=65 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `topics` -- LOCK TABLES `topics` WRITE; /*!40000 ALTER TABLE `topics` DISABLE KEYS */; INSERT INTO `topics` VALUES (5,'This is a new title',2,'2018-11-28 22:29:51','2018-12-02 01:22:34'),(6,'This is a title',2,'2018-11-28 22:30:34','2018-11-28 22:30:34'),(7,'This is a title',2,'2018-11-28 22:35:09','2018-11-28 22:35:09'),(8,'This is a title',2,'2018-11-28 22:35:17','2018-11-28 22:35:17'),(9,'This is a title',2,'2018-11-28 22:36:42','2018-11-28 22:36:42'),(10,'This is a new title',2,'2018-11-28 22:37:33','2018-12-02 01:11:21'),(11,'This is a title',2,'2018-11-28 22:38:31','2018-11-28 22:38:31'),(12,'This is a title',2,'2018-11-28 22:39:32','2018-11-28 22:39:32'),(13,'This is a title',2,'2018-11-28 22:52:42','2018-11-28 22:52:42'),(14,'This is a title',2,'2018-11-28 22:52:57','2018-11-28 22:52:57'),(15,'This is a title',2,'2018-11-28 22:53:13','2018-11-28 22:53:13'),(16,'This is a title',2,'2018-11-28 23:04:52','2018-11-28 23:04:52'),(17,'This is a title',2,'2018-11-28 23:05:02','2018-11-28 23:05:02'),(18,'This is a title',2,'2018-11-28 23:05:13','2018-11-28 23:05:13'),(19,'This is a title',2,'2018-11-28 23:05:48','2018-11-28 23:05:48'),(20,'This is a title',2,'2018-11-28 23:06:08','2018-11-28 23:06:08'),(21,'This is a title',2,'2018-11-28 23:06:22','2018-11-28 23:06:22'),(22,'This is a title',2,'2018-11-28 23:06:42','2018-11-28 23:06:42'),(23,'This is a title',1,'2018-11-28 23:07:05','2018-11-28 23:07:05'),(24,'This is a title',1,'2018-11-28 23:08:34','2018-11-28 23:08:34'),(25,'This is a new title',1,'2018-11-28 23:08:41','2018-12-02 01:23:34'),(26,'This is a title',1,'2018-11-28 23:11:49','2018-11-28 23:11:49'),(27,'This is a title',1,'2018-11-28 23:13:38','2018-11-28 23:13:38'),(28,'This is a title',1,'2018-11-28 23:13:50','2018-11-28 23:13:50'),(29,'This is a title',1,'2018-11-28 23:14:09','2018-11-28 23:14:09'),(30,'This is a title',1,'2018-11-28 23:14:24','2018-11-28 23:14:24'),(31,'This is a title',1,'2018-11-28 23:14:35','2018-11-28 23:14:35'),(32,'This is a title',1,'2018-11-28 23:25:22','2018-11-28 23:25:22'),(33,'This is a title',1,'2018-11-28 23:25:57','2018-11-28 23:25:57'),(34,'This is a title',1,'2018-11-28 23:27:04','2018-11-28 23:27:04'),(35,'This is a title',1,'2018-11-28 23:28:12','2018-11-28 23:28:12'),(36,'This is a title',1,'2018-11-28 23:28:19','2018-11-28 23:28:19'),(37,'This is a title',1,'2018-11-28 23:29:38','2018-11-28 23:29:38'),(38,'This is a title',1,'2018-11-28 23:30:14','2018-11-28 23:30:14'),(39,'This is a title',1,'2018-11-28 23:30:46','2018-11-28 23:30:46'),(40,'This is a title',1,'2018-11-28 23:31:17','2018-11-28 23:31:17'),(41,'This is a title',1,'2018-11-28 23:31:37','2018-11-28 23:31:37'),(42,'This is a title',1,'2018-11-28 23:32:09','2018-11-28 23:32:09'),(43,'This is a title',1,'2018-11-28 23:32:54','2018-11-28 23:32:54'),(44,'This is a title',1,'2018-11-28 23:33:14','2018-11-28 23:33:14'),(45,'This is a title',1,'2018-11-28 23:33:22','2018-11-28 23:33:22'),(46,'This is a title',1,'2018-11-28 23:34:39','2018-11-28 23:34:39'),(47,'This is a title',1,'2018-11-28 23:34:55','2018-11-28 23:34:55'),(48,'This is a title',1,'2018-11-28 23:35:19','2018-11-28 23:35:19'),(49,'This is a title',1,'2018-11-28 23:37:01','2018-11-28 23:37:01'),(50,'This is a title',1,'2018-11-28 23:38:55','2018-11-28 23:38:55'),(51,'This is a title',1,'2018-11-28 23:39:12','2018-11-28 23:39:12'),(52,'This is a title',1,'2018-11-28 23:39:34','2018-11-28 23:39:34'),(53,'This is a title',1,'2018-11-28 23:39:55','2018-11-28 23:39:55'),(54,'This is a title',1,'2018-11-28 23:40:15','2018-11-28 23:40:15'),(55,'This is a title',1,'2018-11-28 23:41:08','2018-11-28 23:41:08'),(56,'This is a title',1,'2018-11-28 23:45:30','2018-11-28 23:45:30'),(57,'This is a title',2,'2018-12-01 06:41:34','2018-12-01 06:41:34'),(58,'This is a title',2,'2018-12-01 09:43:25','2018-12-01 09:43:25'),(59,'This is a title',2,'2018-12-01 09:43:28','2018-12-01 09:43:28'),(60,'This is a title',1,'2018-12-01 22:20:30','2018-12-01 22:20:30'),(61,'This is a title',1,'2018-12-01 22:20:45','2018-12-01 22:20:45'),(62,'This is a title',1,'2018-12-01 22:20:49','2018-12-01 22:20:49'),(63,'This is a title',1,'2018-12-01 22:21:42','2018-12-01 22:21:42'),(64,'This is a title',2,'2018-12-01 22:23:02','2018-12-01 22:23:02'); /*!40000 ALTER TABLE `topics` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `users` -- DROP TABLE IF EXISTS `users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `users` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `username` 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, PRIMARY KEY (`id`), UNIQUE KEY `users_email_unique` (`email`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `users` -- LOCK TABLES `users` WRITE; /*!40000 ALTER TABLE `users` DISABLE KEYS */; INSERT INTO `users` VALUES (1,'<EMAIL>','<EMAIL>',NULL,'$2y$10$HUcCaAu3YPErPV80YG554eDfjtwfzj/XG9yMHIGxE4Ssf2WkZC.uy',NULL,'2018-11-27 08:40:18','2018-11-27 08:40:18'),(2,'<EMAIL>','<EMAIL>',NULL,'$2y$10$xPHITUZiHlZgVRbgTLPmuOezMyUYlt4GahcoxGwPifGrK1cnbVmza',NULL,'2018-11-27 08:43:35','2018-11-27 08:43:35'),(3,'<EMAIL>','<EMAIL>',NULL,'$2y$10$C7QZNSjNTYom222RWcRP0ewIlG6ePwatb5giUEQel6/Fkx4f.jbyq',NULL,'2018-11-27 22:00:38','2018-11-27 22:00:38'); /*!40000 ALTER TABLE `users` 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 2018-12-02 15:39:36
<reponame>bhtranguet/DisplayMonkey<gh_stars>0 /*! * DisplayMonkey source file * http://displaymonkey.org * * Copyright (c) 2016 Fuel9 LLC and contributors * * Released under the MIT license: * http://opensource.org/licenses/MIT */ use DisplayMonkey -- TODO: change if DisplayMonkey database name is different GO -- changes for v1.3.1 -- Fixed issue #3 BEGIN TRANSACTION SET QUOTED_IDENTIFIER ON SET ARITHABORT ON SET NUMERIC_ROUNDABORT OFF SET CONCAT_NULL_YIELDS_NULL ON SET ANSI_NULLS ON SET ANSI_PADDING ON SET ANSI_WARNINGS ON COMMIT BEGIN TRANSACTION GO ALTER TABLE dbo.Display DROP CONSTRAINT FK_Display_Canvas GO ALTER TABLE dbo.Canvas SET (LOCK_ESCALATION = TABLE) GO COMMIT BEGIN TRANSACTION GO ALTER TABLE dbo.Display ADD CONSTRAINT FK_Display_Canvas FOREIGN KEY ( CanvasId ) REFERENCES dbo.Canvas ( CanvasId ) ON UPDATE CASCADE ON DELETE CASCADE GO ALTER TABLE dbo.Display SET (LOCK_ESCALATION = TABLE) GO COMMIT
-- phpMyAdmin SQL Dump -- version 4.6.4 -- https://www.phpmyadmin.net/ -- -- Máy chủ: 127.0.0.1 -- Thời gian đã tạo: Th4 20, 2017 lúc 05:25 SA -- Phiên bản máy phục vụ: 5.7.14 -- Phiên bản PHP: 5.6.25 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 */; -- -- Cơ sở dữ liệu: `salary` -- -- -------------------------------------------------------- -- -- Cấu trúc bảng cho bảng `feeds` -- CREATE TABLE `feeds` ( `stt` bigint(20) NOT NULL, `ma_nhan_vien` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL, `ho_va_ten` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL, `email` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL, `ngay_cong_quy_dinh` bigint(20) NOT NULL, `ngay_cong_thuc_te` bigint(20) NOT NULL, `ngay_cong_tac_phi` bigint(20) NOT NULL, `cong_tac_phi_phu_cap_tra_kinh_phi_dao_tao` bigint(20) NOT NULL, `luong_thuc_te` bigint(20) NOT NULL, `cong_tac_phi` bigint(20) NOT NULL, `phu_cap` bigint(20) NOT NULL, `dien_thoai` bigint(20) NOT NULL, `tra_kp_dao_tao` bigint(20) NOT NULL, `ho_tro_tru_khac` bigint(20) NOT NULL, `thuong_san_luong` bigint(20) NOT NULL, `san_luong_goc` bigint(20) NOT NULL, `san_luong_thuc_hien` bigint(20) NOT NULL, `tien_thuong_dat_goc` bigint(20) NOT NULL, `san_luong_n1` bigint(20) NOT NULL, `san_luong_n2` bigint(20) NOT NULL, `san_luong_n3` bigint(20) NOT NULL, `san_luong_n4` bigint(20) NOT NULL, `thuong_iomc` bigint(20) NOT NULL, `vuot_n1` bigint(20) NOT NULL, `vuot_n2` bigint(20) NOT NULL, `vuot_n3` bigint(20) NOT NULL, `vuot_n4` bigint(20) NOT NULL, `thuong_vuot` bigint(20) NOT NULL, `quyet_toan_quy` bigint(20) NOT NULL, `ho_tro_hoac_tru_thuong_sl` bigint(20) NOT NULL, `cac_khoan_giam_tru` bigint(20) NOT NULL, `kinh_phi_dao_tao` bigint(20) NOT NULL, `thue_tncn` bigint(20) NOT NULL, `bhxh` bigint(20) NOT NULL, `tong_luong_linh` bigint(20) NOT NULL, `giu_lai_luong` bigint(20) NOT NULL, `luong_con_linh` bigint(20) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Đang đổ dữ liệu cho bảng `feeds` -- INSERT INTO `feeds` (`stt`, `ma_nhan_vien`, `ho_va_ten`, `email`, `ngay_cong_quy_dinh`, `ngay_cong_thuc_te`, `ngay_cong_tac_phi`, `cong_tac_phi_phu_cap_tra_kinh_phi_dao_tao`, `luong_thuc_te`, `cong_tac_phi`, `phu_cap`, `dien_thoai`, `tra_kp_dao_tao`, `ho_tro_tru_khac`, `thuong_san_luong`, `san_luong_goc`, `san_luong_thuc_hien`, `tien_thuong_dat_goc`, `san_luong_n1`, `san_luong_n2`, `san_luong_n3`, `san_luong_n4`, `thuong_iomc`, `vuot_n1`, `vuot_n2`, `vuot_n3`, `vuot_n4`, `thuong_vuot`, `quyet_toan_quy`, `ho_tro_hoac_tru_thuong_sl`, `cac_khoan_giam_tru`, `kinh_phi_dao_tao`, `thue_tncn`, `bhxh`, `tong_luong_linh`, `giu_lai_luong`, `luong_con_linh`) VALUES (1, 'KD001', '<NAME>', '<EMAIL>', 26, 27, 26, 10000000, 8000000, 1000000, 500000, 500000, 0, 500000, 15000000, 2816059, 2162875, 0, 668612, 972850, 381947, 792650, 12826950, 155012, 241975, 132153, 388350, 0, 0, 0, 0, 0, 0, 566950, 19491565, 0, 19491565), (2, 'KD002', '<NAME>', '<EMAIL>', 26, 27, 27, 10000000, 8000000, 1000000, 500000, -500000, 0, 500001, 15000000, 496034, 486865, 3150000, 146098, 37765, 112125, 200047, 7590285, 2418, 18805, 116150, 104097, 1240342, 0, 2000000, 0, 0, 0, 0, 34269704, 0, 34269704), (3, 'KD003', '<NAME>', '<EMAIL>', 26, 27, 27, 10000000, 8000000, 1000000, 500000, 500000, 800000, 500002, 15000000, 4721621, 3763225, 0, 1967827, 1165663, 774719, 813413, 17500000, 506287, 144053, 30506, 338563, 0, 0, 0, 0, 0, 0, 500250, 25524385, 15000000, 10524385), (4, 'KD004', '<NAME>', '<EMAIL>', 26, 27, 27, 10000000, 8000000, 1000000, 500000, -500000, 0, 500003, 15000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 566950, 8520192, 0, 8520192), (5, 'KD005', '<NAME>', '<EMAIL>', 26, 27, 27, 10000000, 8000000, 1000000, 500000, 500000, 0, 500004, 15000000, 4774303, 4298180, 0, 1168690, 1612508, 713676, 1279428, 0, 180940, 211493, 422449, 506138, 0, 0, 0, 0, 0, 0, 400200, 34153846, 0, 34153846), (6, 'KD006', '<NAME> 6', '<EMAIL>', 26, 27, 27, 10000000, 8000000, 1000000, 500000, -500000, 600000, 500005, 15000000, 2975306, 2200465, 0, 702058, 551050, 850538, 871660, 13517945, 268728, 88365, 121263, 296485, 0, 0, 0, 0, 0, 0, 613640, 28490253, 0, 28490253), (7, 'KD007', '<NAME> 7', '<EMAIL>', 26, 27, 27, 10000000, 8000000, 1000000, 500000, 500000, 0, 500006, 15000000, 168865, 173175, 5000000, 0, 0, 0, 0, 5269800, 8612, 14993, 4204, 6275, 0, 0, 0, 0, 0, 0, 566950, 27861238, 0, 27861238), (8, 'KD008', '<NAME>', '<EMAIL>', 26, 27, 27, 10000000, 8000000, 1000000, 500000, -500000, 0, 500007, 15000000, 434761, 406530, 3150000, 96908, 20938, 96604, 220310, 5517060, 34648, 9682, 54446, 57710, 0, 0, 3000000, 0, 0, 0, 386860, 27759368, 0, 27759368), (9, 'KD009', '<NAME>', '<EMAIL>', 26, 27, 27, 10000000, 8000000, 1000000, 500000, 500000, 0, 500008, 15000000, 588296, 301195, 0, 217924, 16902, 227622, 125849, 0, 128264, 3242, 124972, 30624, 0, 0, 0, 0, 0, 0, 386860, 6825281, 0, 6825281), (10, 'KD010', '<NAME>0', '<EMAIL>', 26, 27, 27, 10000000, 8000000, 1000000, 500000, -500000, 0, 500009, 15000000, 496034, 486865, 3150000, 146098, 37765, 112125, 200047, 7590285, 2418, 18805, 116150, 104097, 1240342, 0, 2000000, 0, 0, 0, 0, 34269704, 0, 34269704), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, 'KD849', '<NAME>', '<EMAIL>', 26, 27, 27, 21288462, 15576923, 5711538, 0, 0, 0, 0, 7371300, 683287, 654540, 0, 154810, 249550, 87950, 162230, 7371300, -13824, 34572, -8642, -40853, 0, 0, 0, 460000, 0, 0, 460000, 28199762, 0, 28199762), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 10384615, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 4153846, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, -365385, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, -1023077, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 500000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 2076923, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (0, '', '', '', 0, 0, 0, 0, 0, 0, 6538462, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); -- -------------------------------------------------------- -- -- Cấu trúc bảng cho bảng `medicines` -- CREATE TABLE `medicines` ( `stt` bigint(20) NOT NULL, `ma_nhan_vien` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `ho_va_ten` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `email` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `ngay_cong_quy_dinh` bigint(20) NOT NULL, `ngay_cong_thuc_te` bigint(20) NOT NULL, `ngay_cong_tac_phi` bigint(20) NOT NULL, `luong_va_phu_cap` bigint(20) NOT NULL, `luong_thuc_te` bigint(20) NOT NULL, `tien_cong_tac_phi` bigint(20) NOT NULL, `phu_cap` bigint(20) NOT NULL, `dien_thoai_cong_tru` bigint(20) NOT NULL, `tra_kp_dao_tao` bigint(20) NOT NULL, `thuong_kpi` bigint(20) NOT NULL, `ho_tro_hoac_tru_luong_phu_cap` bigint(20) NOT NULL, `cac_khoan_giam_tru` bigint(20) NOT NULL, `thue_tncn` bigint(20) NOT NULL, `bhxh` bigint(20) NOT NULL, `thu_kp_dao_tao` bigint(20) NOT NULL, `giu_lai_luong` bigint(20) NOT NULL, `luong_con_linh` bigint(20) NOT NULL, `doanh_so_khoan_thang` bigint(20) NOT NULL, `doanh_so_thuc_hien_thang` bigint(20) NOT NULL, `thuong_ds_thang` bigint(20) NOT NULL, `doanh_so_thuc_hien_den_ngay_20` bigint(20) NOT NULL, `thuong_them_20_phan_tram` bigint(20) NOT NULL, `doanh_so_khoan_quy` bigint(20) NOT NULL, `doanh_so_quy_goc_2016` bigint(20) NOT NULL, `doanh_so_thuc_hien_quy` bigint(20) NOT NULL, `thuong_vuot_doanh_so_quy` bigint(20) NOT NULL, `doanh_so_khoan_nam` bigint(20) NOT NULL, `doanh_so_thuc_hien_nam` bigint(20) NOT NULL, `thuong_doanh_so_nam` bigint(20) NOT NULL, `ho_tro_hoac_tru_thuong_doanh_so` bigint(20) NOT NULL, `tong_thuong_doanh_so` bigint(20) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Cấu trúc bảng cho bảng `migrations` -- CREATE TABLE `migrations` ( `id` int(10) UNSIGNED NOT NULL, `migration` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `batch` int(11) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Đang đổ dữ liệu cho bảng `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, '2017_03_28_043533_create_feeds_table', 1), (4, '2017_03_28_043552_create_medicines_table', 1); -- -------------------------------------------------------- -- -- Cấu trúc bảng cho bảng `password_resets` -- CREATE TABLE `password_resets` ( `email` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `token` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Cấu trúc bảng cho bảng `users` -- CREATE TABLE `users` ( `id` int(10) UNSIGNED NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `email` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `password` varchar(191) 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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Chỉ mục cho các bảng đã đổ -- -- -- Chỉ mục cho bảng `migrations` -- ALTER TABLE `migrations` ADD PRIMARY KEY (`id`); -- -- Chỉ mục cho bảng `password_resets` -- ALTER TABLE `password_resets` ADD KEY `password_resets_email_index` (`email`); -- -- Chỉ mục cho bảng `users` -- ALTER TABLE `users` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `users_email_unique` (`email`); -- -- AUTO_INCREMENT cho các bảng đã đổ -- -- -- AUTO_INCREMENT cho bảng `migrations` -- ALTER TABLE `migrations` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; -- -- AUTO_INCREMENT cho bảng `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 */;
<filename>Allfiles/Demofiles/Mod04/Referential Integrity.sql --Create a database and change database context. USE [master]; GO IF EXISTS (SELECT * FROM sys.sysdatabases WHERE[Name] = 'Demo') BEGIN DROP DATABASE Demo END; GO CREATE DATABASE Demo; GO USE Demo; GO --Create Customers table with a primary key constraint and four rows CREATE TABLE Customers (CustomerID INT NOT NULL ,Name VARCHAR (50) NOT NULL ,DateOfBirth DATETIME NULL ,Address VARCHAR (50) NOT NULL CONSTRAINT PK_Customers PRIMARY KEY (CustomerID)); GO INSERT INTO Customers VALUES (1,'<NAME>',06-02-1980,'1970 Napa Ct') INSERT INTO Customers VALUES (2,'<NAME>',09-22-1993,'9833 Mt. Dias Blv') INSERT INTO Customers VALUES (3,'<NAME>',12-14-1967,'7484 Roundtree Drive') INSERT INTO Customers VALUES (4,'<NAME>',05-23-1956,'9539 Glenside Dr'); GO --Create a table with a foreign key constraint CREATE TABLE Orders (OrderID INT NOT NULL ,CustomerID INT NOT NULL ,OrderDate DATETIME NOT NULL CONSTRAINT PK_OrderID PRIMARY KEY (OrderID) CONSTRAINT FK_Orders_Customers FOREIGN KEY (CustomerID) REFERENCES Customers (CustomerID)); GO --Test foreign key constraint by adding an order with a valid CustomerID value INSERT INTO Orders VALUES(101,4,GETDATE()); GO SELECT * FROM Orders; GO --Add an order with an invalid CustomerID value INSERT INTO Orders VALUES(102,5,GETDATE()); GO --Update a CustomerID value in Customers that has no matching value in Orders UPDATE Customers SET CustomerID = 11 WHERE CustomerID = 1; GO --Update a CustomerID value in Customers that has a matching value in Orders UPDATE Customers SET CustomerID = 14 WHERE CustomerID = 4; GO --Drop foreign key and add new foreign key that specifies cascading referential integrity ALTER TABLE Orders DROP CONSTRAINT FK_Orders_Customers; GO ALTER TABLE Orders ADD CONSTRAINT FK_Orders_Customers FOREIGN KEY (CustomerID) REFERENCES Customers (CustomerID) ON UPDATE CASCADE; GO --Test cascading referential integrity UPDATE Customers SET CustomerID = 14 WHERE CustomerID = 4; GO SELECT * FROM Customers; GO SELECT * FROM Orders; GO
CREATE TABLE [dbo].[PropertyInfoAccess] ( [Id] BIGINT IDENTITY (1, 1) NOT NULL, [UniqueId] UNIQUEIDENTIFIER NOT NULL, [UserId] NVARCHAR (128) NOT NULL, [AddressId] BIGINT NOT NULL, [CreatedOn] DATETIMEOFFSET (7) NOT NULL, [CreatedByIpAddress] NVARCHAR (39) NOT NULL, [Timestamp] ROWVERSION NOT NULL, CONSTRAINT [PK_dbo.PropertyInfoAccess] PRIMARY KEY CLUSTERED ([Id] ASC), CONSTRAINT [FK_dbo.PropertyInfoAccess_dbo.Address_AddressId] FOREIGN KEY ([AddressId]) REFERENCES [dbo].[Address] ([Id]), CONSTRAINT [FK_dbo.PropertyInfoAccess_dbo.User_UserId] FOREIGN KEY ([UserId]) REFERENCES [dbo].[User] ([Id]) ); GO CREATE NONCLUSTERED INDEX [IX_PropertyInfoAccess_CreatedOn_CreatedByIpAddress] ON [dbo].[PropertyInfoAccess]([CreatedOn] ASC, [CreatedByIpAddress] ASC); GO CREATE NONCLUSTERED INDEX [IX_PropertyInfoAccess_CreatedOn] ON [dbo].[PropertyInfoAccess]([CreatedOn] ASC); GO CREATE NONCLUSTERED INDEX [IX_AddressId] ON [dbo].[PropertyInfoAccess]([AddressId] ASC); GO CREATE NONCLUSTERED INDEX [IX_PropertyInfoAccess_UserId_CreatedByIpAddress] ON [dbo].[PropertyInfoAccess]([UserId] ASC, [CreatedByIpAddress] ASC); GO CREATE NONCLUSTERED INDEX [IX_PropertyInfoAccess_CreatedOn_UserId] ON [dbo].[PropertyInfoAccess]([CreatedOn] ASC, [UserId] ASC); GO CREATE NONCLUSTERED INDEX [IX_PropertyInfoAccess_UniqueId_UserId] ON [dbo].[PropertyInfoAccess]([UniqueId] ASC, [UserId] ASC); GO CREATE UNIQUE NONCLUSTERED INDEX [IX_PropertyInfoAccess_UniqueId] ON [dbo].[PropertyInfoAccess]([UniqueId] ASC);
create or replace view `dataline-integration-testing`._airbyte_test_normalization.`nested_stream_with_complex_columns_resulting_into_long_names_partition_column___with__quotes_ab3` OPTIONS() as -- SQL model to build a hash column based on the values of this record select *, to_hex(md5(cast(concat(coalesce(cast(_airbyte_partition_hashid as string ), ''), '-', coalesce(cast(currency as string ), '')) as string ))) as _airbyte_column___with__quotes_hashid from `dataline-integration-testing`._airbyte_test_normalization.`nested_stream_with_complex_columns_resulting_into_long_names_partition_column___with__quotes_ab2` -- column___with__quotes at nested_stream_with_complex_columns_resulting_into_long_names/partition/column`_'with"_quotes;
CREATE TABLE [Pttcd].[CourseUploadRows] ( [CourseUploadRowId] BIGINT IDENTITY CONSTRAINT [PK_CourseUploadRows] PRIMARY KEY, [CourseUploadId] UNIQUEIDENTIFIER NOT NULL CONSTRAINT [FK_CourseUploads_VenueUpload] FOREIGN KEY REFERENCES [Pttcd].[CourseUploads] ([CourseUploadId]), [RowNumber] INT NOT NULL, [CourseUploadRowStatus] TINYINT NOT NULL, [IsValid] BIT NOT NULL, [Errors] VARCHAR(MAX), [LastUpdated] DATETIME NOT NULL, [LastValidated] DATETIME NOT NULL, [CourseId] UNIQUEIDENTIFIER NOT NULL, [CourseRunId] UNIQUEIDENTIFIER NOT NULL, [LearnAimRef] NVARCHAR(MAX), [WhoThisCourseIsFor] NVARCHAR(MAX), [EntryRequirements] NVARCHAR(MAX), [WhatYouWillLearn] NVARCHAR(MAX), [HowYouWillLearn] NVARCHAR(MAX), [WhatYouWillNeedToBring] NVARCHAR(MAX), [HowYouWillBeAssessed] NVARCHAR(MAX), [WhereNext] NVARCHAR(MAX), [CourseName] NVARCHAR(MAX), [ProviderCourseRef] NVARCHAR(MAX), [DeliveryMode] NVARCHAR(MAX), [StartDate] NVARCHAR(MAX), [FlexibleStartDate] NVARCHAR(MAX), [VenueName] NVARCHAR(MAX), [ProviderVenueRef] NVARCHAR(MAX), [NationalDelivery] NVARCHAR(MAX), [SubRegions] NVARCHAR(MAX), [CourseWebpage] NVARCHAR(MAX), [Cost] NVARCHAR(MAX), [CostDescription] NVARCHAR(MAX), [Duration] NVARCHAR(MAX), [DurationUnit] NVARCHAR(MAX), [StudyMode] NVARCHAR(MAX), [AttendancePattern] NVARCHAR(MAX), [VenueId] UNIQUEIDENTIFIER CONSTRAINT [FK_CourseUploadRows_Venue] FOREIGN KEY REFERENCES [Pttcd].[Venues] ([VenueId]), [ResolvedDeliveryMode] TINYINT, [ResolvedStartDate] DATE, [ResolvedFlexibleStartDate] BIT, [ResolvedNationalDelivery] BIT, [ResolvedCost] MONEY, [ResolvedDuration] INT, [ResolvedDurationUnit] TINYINT, [ResolvedStudyMode] TINYINT, [ResolvedAttendancePattern] TINYINT )
ALTER TABLE `address_keys` ADD `used_in_my_tx` TINYINT(1) NOT NULL DEFAULT '0' AFTER `address_set_id`; ALTER TABLE `address_keys` ADD INDEX (`used_in_my_tx`);
-- PAGES UPDATE `sys_pages_blocks` SET `module`='bx_photos' WHERE `object`='bx_photos_view_entry' AND `module`='bx_market' AND `title`='_bx_photos_page_block_title_entry_rating'; DELETE FROM `sys_pages_blocks` WHERE `object`='bx_photos_view_entry' AND `title`='_bx_photos_page_block_title_entry_context'; INSERT INTO `sys_pages_blocks`(`object`, `cell_id`, `module`, `title_system`, `title`, `designbox_id`, `visible_for_levels`, `type`, `content`, `deletable`, `copyable`, `active`, `order`) VALUES ('bx_photos_view_entry', 2, 'bx_photos', '_bx_photos_page_block_title_sys_entry_context', '_bx_photos_page_block_title_entry_context', 13, 2147483647, 'service', 'a:2:{s:6:\"module\";s:9:\"bx_photos\";s:6:\"method\";s:14:\"entity_context\";}', 0, 0, 1, 1); DELETE FROM `sys_objects_page` WHERE `object`='bx_photos_context'; INSERT INTO `sys_objects_page`(`object`, `uri`, `title_system`, `title`, `module`, `layout_id`, `visible_for_levels`, `visible_for_levels_editable`, `url`, `meta_description`, `meta_keywords`, `meta_robots`, `cache_lifetime`, `cache_editable`, `deletable`, `override_class_name`, `override_class_file`) VALUES ('bx_photos_context', 'photos-context', '_bx_photos_page_title_sys_entries_in_context', '_bx_photos_page_title_entries_in_context', 'bx_photos', 5, 2147483647, 1, '', '', '', '', 0, 1, 0, 'BxPhotosPageAuthor', 'modules/boonex/photos/classes/BxPhotosPageAuthor.php'); DELETE FROM `sys_pages_blocks` WHERE `object`='bx_photos_context'; INSERT INTO `sys_pages_blocks`(`object`, `cell_id`, `module`, `title_system`, `title`, `designbox_id`, `visible_for_levels`, `type`, `content`, `deletable`, `copyable`, `active`, `order`) VALUES ('bx_photos_context', 1, 'bx_photos', '_bx_photos_page_block_title_sys_entries_in_context', '_bx_photos_page_block_title_entries_in_context', 11, 2147483647, 'service', 'a:2:{s:6:\"module\";s:9:\"bx_photos\";s:6:\"method\";s:14:\"browse_context\";}', 0, 0, 1, 1); -- MENUS: DELETE FROM `sys_menu_items` WHERE `module`='bx_photos' AND `name`='photos-context' AND `title`='_bx_photos_menu_item_title_view_entries_in_context'; INSERT INTO `sys_menu_items`(`set_name`, `module`, `name`, `title_system`, `title`, `link`, `onclick`, `target`, `icon`, `submenu_object`, `visible_for_levels`, `active`, `copyable`, `order`) VALUES ('trigger_group_view_submenu', 'bx_photos', 'photos-context', '_bx_photos_menu_item_title_system_view_entries_in_context', '_bx_photos_menu_item_title_view_entries_in_context', 'page.php?i=photos-context&profile_id={profile_id}', '', '', 'camera-retro col-blue1', '', 2147483647, 1, 0, 0); -- PRIVACY UPDATE `sys_objects_privacy` SET `override_class_name`='BxPhotosPrivacy', `override_class_file`='modules/boonex/photos/classes/BxPhotosPrivacy.php' WHERE `object`='bx_photos_allow_view_to';
<reponame>microsoft/Nonprofits<filename>Nonprofit Data Warehouse Quickstart/NonprofitDataWarehouseQuickstart/Warehouse/Warehouse/Persisted/Stored Procedures/Persisted.ObtainTransaction.sql -- Copyright (c) Microsoft Corporation. -- Licensed under the MIT License. CREATE PROC [Persisted].[ObtainTransaction] AS -- ============================================================================================================== -- Author: Adatis -- Description: Performs a full data load. Incremental loads are not supported in this script -- A Scratch Table is a temporary table used to store the data and remove duplicates. It is used instead of CTEs because it is more performante and reliable -- We use CTAS as a work around for unsupported features, namely; Merge Statements & Joins on UPDATES/DELETES. -- Although Insert/Update is a more performant approach, for simplicity, an alternative to MERGE is applied -- ============================================================================================================== BEGIN BEGIN TRY IF OBJECT_ID ('Scratch.Transaction','U') IS NOT NULL DROP TABLE [Scratch].[Transaction]; -- RE-CREATE CTAS AND POPULATE WITH NEW VALUES CREATE TABLE [Scratch].[Transaction] WITH ( CLUSTERED COLUMNSTORE INDEX, DISTRIBUTION = ROUND_ROBIN ) AS SELECT [TransactionChangeHash] ,[IatiIdentifier] ,[DefaultCurrency] ,[TransactionAidType] ,[TransactionDisbursementChannel] ,[TransactionDescriptionNarrative] ,[TransactionFlowType] ,[TransactionProviderOrgProviderActivityId] ,[TransactionProviderOrgRef] ,[TransactionProviderOrgType] ,[TransactionProviderOrg] ,[TransactionReceiverOrgReceiverActivityId] ,[TransactionReceiverOrgRef] ,[TransactionReceiverOrgType] ,[TransactionReceiverOrg] ,[TransactionRecipientCountry] ,[TransactionRecipientRegion] ,[TransactionSector] ,[TransactionSectorCategory] ,[TransactionTiedStatus] ,[TransactionIsoDate] ,[TransactionType] ,[TransactionValueCurrency] ,[TransactionValueDate] ,[TransactionValue] FROM -- CREATE A CHANGE HASH COLUMN TO COMPARE WITH EXISTING RECORDS IN THE PERSISTED TABLE ( SELECT HASHBYTES('SHA2_256', CONCAT_WS('|', ISNULL(UPPER([iati-identifier]),'UKNNOWN'), ISNULL(UPPER([default-currency]),'UKNNOWN'), ISNULL(UPPER([transaction_aid-type]),'UKNNOWN'), ISNULL(UPPER([transaction_disbursement-channel] ),'UKNNOWN'), ISNULL(UPPER([transaction_description_narrative]),'UKNNOWN'), ISNULL(UPPER([transaction_flow-type]),'UKNNOWN'), ISNULL(UPPER([transaction_provider-org_provider-activity-id]),'UKNNOWN'), ISNULL(UPPER([transaction_provider-org_ref]),'UKNNOWN'), ISNULL(UPPER([transaction-provider-org-type]),'UKNNOWN'), ISNULL(UPPER([transaction_provider-org]),'UKNNOWN'), ISNULL(UPPER([transaction_receiver-org_receiver-activity-id]),'UKNNOWN'), ISNULL(UPPER([transaction_receiver-org_ref]),'UKNNOWN'), ISNULL(UPPER([transaction_receiver-org-type]),'UKNNOWN'), ISNULL(UPPER([transaction_receiver-org]),'UKNNOWN'), ISNULL(UPPER([transaction-recipient-country]),'UKNNOWN'), ISNULL(UPPER([transaction_recipient-region]),'UKNNOWN'), ISNULL(UPPER([transaction-sector]),'UKNNOWN'), ISNULL(UPPER([transaction-sector-category]),'UKNNOWN'), ISNULL(UPPER([transaction_tied-status]),'UKNNOWN'), ISNULL(UPPER([transaction_transaction-date_iso-date]),'1900-01-01 00:00:00'), ISNULL(UPPER([transaction-type]),'UKNNOWN'), ISNULL(UPPER([transaction_value_currency]),'UKNNOWN'), ISNULL(UPPER([transaction_value-date]),'1900-01-01 00:00:00'), ISNULL(UPPER([transaction_value]),0) )) AS [TransactionChangeHash] ,[iati-identifier] AS [IatiIdentifier] ,[default-currency] AS [DefaultCurrency] ,[transaction_aid-type] AS [TransactionAidType] ,[transaction_disbursement-channel] AS [TransactionDisbursementChannel] ,[transaction_description_narrative] AS [TransactionDescriptionNarrative] ,[transaction_flow-type] AS [TransactionFlowType] ,[transaction_provider-org_provider-activity-id] AS [TransactionProviderOrgProviderActivityId] ,[transaction_provider-org_ref] AS [TransactionProviderOrgRef] ,[transaction-provider-org-type] AS [TransactionProviderOrgType] ,[transaction_provider-org] AS [TransactionProviderOrg] ,[transaction_receiver-org_receiver-activity-id] AS [TransactionReceiverOrgReceiverActivityId] ,[transaction_receiver-org_ref] AS [TransactionReceiverOrgRef] ,[transaction_receiver-org-type] AS [TransactionReceiverOrgType] ,[transaction_receiver-org] AS [TransactionReceiverOrg] ,[transaction-recipient-country] AS [TransactionRecipientCountry] ,[transaction_recipient-region] AS [TransactionRecipientRegion] ,[transaction-sector] AS [TransactionSector] ,[transaction-sector-category] AS [TransactionSectorCategory] ,[transaction_tied-status] AS [TransactionTiedStatus] ,CAST([transaction_transaction-date_iso-date] AS DATETIME2(7)) AS [TransactionIsoDate] ,[transaction-type] AS [TransactionType] ,[transaction_value_currency] AS [TransactionValueCurrency] ,CAST([transaction_value-date] AS DATETIME2(7)) AS [TransactionValueDate] ,CAST([transaction_value] AS DECIMAL(18,4)) AS [TransactionValue] FROM ( -- APPLY ROW NUMBER TO REMOVE DUPLICATES AND ONLY SELECT THE MOST RECENT RECORDS SELECT DISTINCT [iati-identifier] ,[default-currency] ,[transaction_aid-type] ,[transaction_disbursement-channel] ,[transaction_description_narrative] ,[transaction_flow-type] ,[transaction_provider-org_provider-activity-id] ,[transaction_provider-org_ref] ,[transaction-provider-org-type] ,[transaction_provider-org] ,[transaction_receiver-org_receiver-activity-id] ,[transaction_receiver-org_ref] ,[transaction_receiver-org-type] ,[transaction_receiver-org] ,[transaction-recipient-country] ,[transaction_recipient-region] ,[transaction-sector] ,[transaction-sector-category] ,[transaction_tied-status] ,[transaction_transaction-date_iso-date] ,[transaction-type] ,[transaction_value_currency] ,[transaction_value-date] ,[transaction_value] ,ROW_NUMBER() OVER(PARTITION BY [iati-identifier], [transaction_aid-type], [transaction_disbursement-channel], [transaction_description_narrative], [transaction_flow-type] ,[transaction_provider-org_provider-activity-id] ,[transaction_provider-org_ref] ,[transaction-provider-org-type] ,[transaction_provider-org] ,[transaction_receiver-org_receiver-activity-id] ,[transaction_receiver-org_ref] ,[transaction_receiver-org-type] ,[transaction_receiver-org] ,[transaction-recipient-country] ,[transaction_recipient-region] ,[transaction-sector] ,[transaction-sector-category] ,[transaction_tied-status] ,[transaction_transaction-date_iso-date] ,[transaction-type] ORDER BY [iati-identifier], [transaction_transaction-date_iso-date], [transaction_value-date] DESC) AS RowOrdinal FROM [External].[IATITransaction] ) A WHERE RowOrdinal = 1 ) B OPTION(LABEL = 'Scratch.Transaction.Obtain'); -- GET THE MAX IDENTITY KEY FROM THE PERSISTED TABLE DECLARE @maxKey INT = (SELECT ISNULL(MAX(TransactionKey),0) FROM [Persisted].[Transaction]) -- CREATE A TEMP TABLE USING CTAS TO HANDLE MERGE OPERATIONS CREATE TABLE [Persisted].[Transaction_Upsert] WITH ( CLUSTERED COLUMNSTORE INDEX, DISTRIBUTION = ROUND_ROBIN ) AS -- NEW ROWS AND NEW VERSIONS OF ROWS SELECT ROW_NUMBER() OVER(ORDER BY [TransactionChangeHash] DESC) + @maxKey AS TransactionKey ,S.[TransactionChangeHash] ,S.[IatiIdentifier] ,S.[DefaultCurrency] ,S.[TransactionAidType] ,S.[TransactionDisbursementChannel] ,S.[TransactionDescriptionNarrative] ,S.[TransactionFlowType] ,S.[TransactionProviderOrgProviderActivityId] ,S.[TransactionProviderOrgRef] ,S.[TransactionProviderOrgType] ,S.[TransactionProviderOrg] ,S.[TransactionReceiverOrgReceiverActivityId] ,S.[TransactionReceiverOrgRef] ,S.[TransactionReceiverOrgType] ,S.[TransactionReceiverOrg] ,S.[TransactionRecipientCountry] ,S.[TransactionRecipientRegion] ,S.[TransactionSector] ,S.[TransactionSectorCategory] ,S.[TransactionTiedStatus] ,S.[TransactionIsoDate] ,S.[TransactionType] ,S.[TransactionValueCurrency] ,S.[TransactionValueDate] ,S.[TransactionValue] ,GETDATE() AS [InsertedDate] FROM [Scratch].[Transaction] AS S UNION ALL -- KEEP ROWS THAT ARE NOT BEING TOUCHED SELECT P.TransactionKey ,P.[TransactionChangeHash] ,P.[IatiIdentifier] ,P.[DefaultCurrency] ,P.[TransactionAidType] ,P.[TransactionDisbursementChannel] ,P.[TransactionDescriptionNarrative] ,P.[TransactionFlowType] ,P.[TransactionProviderOrgProviderActivityId] ,P.[TransactionProviderOrgRef] ,P.[TransactionProviderOrgType] ,P.[TransactionProviderOrg] ,P.[TransactionReceiverOrgReceiverActivityId] ,P.[TransactionReceiverOrgRef] ,P.[TransactionReceiverOrgType] ,P.[TransactionReceiverOrg] ,P.[TransactionRecipientCountry] ,P.[TransactionRecipientRegion] ,P.[TransactionSector] ,P.[TransactionSectorCategory] ,P.[TransactionTiedStatus] ,P.[TransactionIsoDate] ,P.[TransactionType] ,P.[TransactionValueCurrency] ,P.[TransactionValueDate] ,P.[TransactionValue] ,GETDATE() AS [InsertedDate] FROM [Persisted].[Transaction] AS P WHERE NOT EXISTS ( SELECT * FROM [Scratch].[Transaction] S WHERE S.[TransactionChangeHash] = P.[TransactionChangeHash] ) OPTION(LABEL = 'Persisted.Transaction.Obtain'); -- KEEP LATEST CTAS AND DELETE PREVIOUS ONE RENAME OBJECT [Persisted].[Transaction] TO [Transaction_old]; RENAME OBJECT [Persisted].[Transaction_Upsert] TO [Transaction]; DROP TABLE [Persisted].[Transaction_old]; END TRY BEGIN CATCH --CTAS FAILED, MARK PROCESS AS FAILED AND THROW ERROR DECLARE @ErrorMsg VARCHAR(250) SET @ErrorMsg = 'Error loading table Persisted.Transaction: ' + ERROR_MESSAGE() RAISERROR (@ErrorMsg, 16, 1) END CATCH END
-- 2019-09-18T09:54:16.540Z -- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Reference_Value_ID,AD_Table_ID,ColumnName,Created,CreatedBy,DDL_NoForeignKey,EntityType,FieldLength,IsActive,IsAdvancedText,IsAllowLogging,IsAlwaysUpdateable,IsAutoApplyValidationRule,IsAutocomplete,IsCalculated,IsDimension,IsDLMPartitionBoundary,IsEncrypted,IsForceIncludeInGeneratedModel,IsGenericZoomKeyColumn,IsGenericZoomOrigin,IsIdentifier,IsKey,IsLazyLoading,IsMandatory,IsParent,IsRangeFilter,IsSelectionColumn,IsShowFilterIncrementButtons,IsStaleable,IsSyncDatabase,IsTranslated,IsUpdateable,IsUseDocSequence,Name,SelectionColumnSeqNo,SeqNo,Updated,UpdatedBy,Version) VALUES (0,568787,577094,0,17,541043,260,'ShipmentAllocation_BestBefore_Policy',TO_TIMESTAMP('2019-09-18 12:54:16','YYYY-MM-DD HH24:MI:SS'),100,'N','D',1,'Y','N','Y','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','Y','N','Zuordnung Mindesthaltbarkeit',0,0,TO_TIMESTAMP('2019-09-18 12:54:16','YYYY-MM-DD HH24:MI:SS'),100,0) ; -- 2019-09-18T09:54:16.550Z -- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language, t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y'AND (l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N') AND t.AD_Column_ID=568787 AND NOT EXISTS (SELECT 1 FROM AD_Column_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Column_ID=t.AD_Column_ID) ; -- 2019-09-18T09:54:16.635Z -- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator /* DDL */ select update_Column_Translation_From_AD_Element(577094) ; -- 2019-09-18T09:54:17.693Z -- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator /* DDL */ SELECT public.db_alter_table('C_OrderLine','ALTER TABLE public.C_OrderLine ADD COLUMN ShipmentAllocation_BestBefore_Policy CHAR(1)') ;
<reponame>mrudulpolus/kc<filename>coeus-db/coeus-db-sql/src/main/resources/org/kuali/coeus/coeus-sql/log/Release_1_0_logs/s2s/procfunpacks/FN_DEL_S2S_SUB_APPLICATION.sql create or replace FUNCTION FN_DEL_S2S_SUB_APPLICATION( AW_PROPOSAL_NUMBER IN OSP$S2S_APPLICATION.PROPOSAL_NUMBER%TYPE) return number IS BEGIN DELETE FROM OSP$S2S_APP_ATTACHMENTS WHERE PROPOSAL_NUMBER = AW_PROPOSAL_NUMBER; DELETE FROM OSP$S2S_APPLICATION WHERE PROPOSAL_NUMBER = AW_PROPOSAL_NUMBER; return 1; END; /
<gh_stars>0 INSERT INTO TBL_EMPLOYEES (first_name, last_name, main_skill, email, title, notes) VALUES ('Rowena', 'Leeming', 'Java', '<EMAIL>', 'A', 'notes abc xy'), ('Alvinia', 'Delong', 'Java', '<EMAIL>', 'B', ''), ('Leodora', 'Burry', 'Java', '<EMAIL>', 'C', ''), ('Karen', 'Oaten', 'Java', '<EMAIL>', 'D', ''), ('Mariele', 'Huke', 'Java', '<EMAIL>', 'Research Assistant IV', ''), ('Grata', 'Widdowes', 'Angular', '<EMAIL>', 'Actuary' ,''), ('Donna', 'Roadknight', 'Angular', '<EMAIL>', 'Mechanical Systems Engineer', ''), ('Tommi', 'Nowland', 'Angular', '<EMAIL>', 'Senior Developer', ''), ('Tonya', 'Teresia', 'Angular', '<EMAIL>', 'Assistant Manager', ''), ('Steffen', 'Yon', 'Python', '<EMAIL>', 'Senior Sales Associate', ''), ('Consalve', 'Willes', 'Python', '<EMAIL>', 'Programmer I', ''), ('Jeanelle', 'Lambertz', 'Python', '<EMAIL>', 'Operator', ''), ('Odelia', 'Loker', 'DevOps', '<EMAIL>', 'Developer I', ''), ('Briano', 'Shawell', 'DevOps', '<EMAIL>', 'Research Assistant IV',''), ('Tarrance', 'Mainston', '.Net', '<EMAIL>', 'Research Nurse', ''), ('Torrence', 'Gehring', 'Go', '<EMAIL>', 'Geological Engineer', ''), ('Augie', 'Pionter', 'PHP', '<EMAIL>', 'Senior Financial Analyst', ''), ('Marillin', 'Aveson', '.Net', '<EMAIL>', 'Technical Writer', ''), ('Jacquelyn', 'Moreby', '.Net','<EMAIL>', 'Executive Secretary', ''), ('Glenn', 'Bangley', 'IOS','<EMAIL>', 'Account Executive', ''), ('Isidoro', 'Glave', 'Android','<EMAIL>', 'Compensation Analyst', ''), ('Cchaddie', 'Spatarul', 'React','<EMAIL>', 'Business Systems Development Analyst', '');
---------------------------------- -- grant for HHS_HR_RW_ROLE ---------------------------------- GRANT DELETE, INSERT, SELECT, UPDATE ON HHS_HR.LIST_SEARCH_CANDIDATE TO HHS_HR_RW_ROLE; GRANT EXECUTE ON HHS_HR.FN_GET_DISTANCE TO HHS_HR_RW_ROLE; GRANT EXECUTE ON HHS_HR.FN_GET_SEARCH_ID TO HHS_HR_RW_ROLE;
<gh_stars>100-1000 -- 1891 Number of total persons that have at least x measurements --HINT DISTRIBUTE_ON_KEY(stratum_1) SELECT 1891 AS analysis_id, CAST(m.measurement_concept_id AS VARCHAR(255)) AS stratum_1, CAST(m.meas_cnt AS VARCHAR(255)) AS stratum_2, CAST(NULL AS VARCHAR(255)) AS stratum_3, CAST(NULL AS VARCHAR(255)) AS stratum_4, CAST(NULL AS VARCHAR(255)) AS stratum_5, SUM(COUNT(m.person_id)) OVER (PARTITION BY m.measurement_concept_id ORDER BY m.meas_cnt DESC) AS count_value INTO @scratchDatabaseSchema@schemaDelim@tempAchillesPrefix_1891 FROM ( SELECT m.measurement_concept_id, COUNT(m.measurement_id) AS meas_cnt, m.person_id FROM @cdmDatabaseSchema.measurement m JOIN @cdmDatabaseSchema.observation_period op ON m.person_id = op.person_id AND m.measurement_date >= op.observation_period_start_date AND m.measurement_date <= op.observation_period_end_date GROUP BY m.person_id, m.measurement_concept_id ) m GROUP BY m.measurement_concept_id, m.meas_cnt;
<filename>pitalium-explorer/db/hsqldb/testdata/pitaliumExplorer_ddl.sql DROP TABLE IF EXISTS similarity; DROP TABLE IF EXISTS methods; DROP TABLE IF EXISTS shifts; DROP TABLE IF EXISTS rectangles; DROP TABLE IF EXISTS images_pairs; DROP TABLE IF EXISTS images; DROP TABLE IF EXISTS browsers; DROP TABLE IF EXISTS urls; CREATE TABLE urls ( id INTEGER IDENTITY, url VARCHAR(255) ); CREATE TABLE browsers( id INTEGER IDENTITY, name VARCHAR(255) ); CREATE TABLE images( id INTEGER IDENTITY, browser_id INTEGER, url_id INTEGER, path VARCHAR(255) NOT NULL, FOREIGN KEY (browser_id) REFERENCES browsers(id), FOREIGN KEY (url_id) REFERENCES urls(id) ); CREATE TABLE images_pairs( id INTEGER IDENTITY, img1_id INTEGER, img2_id INTEGER, FOREIGN KEY(img1_id) REFERENCES images(id), FOREIGN KEY(img2_id) REFERENCES images(id) ); CREATE TABLE rectangles( id INTEGER IDENTITY, images_pair_id INTEGER, x DECIMAL(5,1) NOT NULL, y DECIMAL(5,1) NOT NULL, width DECIMAL(5,1) NOT NULL, height DECIMAL(5,1) NOT NULL ); CREATE TABLE shifts( rectangle_id INTEGER, shifted_x DECIMAL(5,1) NOT NULL, shifted_y DECIMAL(5,1) NOT NULL, PRIMARY KEY (rectangle_id), FOREIGN KEY (rectangle_id) REFERENCES rectangles(id) ); CREATE TABLE methods( id INTEGER IDENTITY, name VARCHAR(255) ); CREATE TABLE similarity( rectangle_id INTEGER, method_id INTEGER, similarity DECIMAL(5,1) NOT NULL, shifted_x DECIMAL(5,1) NOT NULL, shifted_y DECIMAL(5,1) NOT NULL, PRIMARY KEY(rectangle_id, method_id), FOREIGN KEY(rectangle_id) REFERENCES rectangles(id), FOREIGN KEY(method_id) REFERENCES methods(id) );
version https://git-lfs.github.com/spec/v1 oid sha256:61ef9d9558ae214ab1627b320170bb81099e1fcc803c4f3d481b4322732c743f size 353
drop index ACT_IDX_EXEC_BUSKEY; drop index ACT_IDX_VARIABLE_TASK_ID; alter table ACT_GE_BYTEARRAY drop foreign key ACT_FK_BYTEARR_DEPL; alter table ACT_RU_EXECUTION drop foreign key ACT_FK_EXE_PROCINST; alter table ACT_RU_EXECUTION drop foreign key ACT_FK_EXE_PARENT; alter table ACT_RU_EXECUTION drop foreign key ACT_FK_EXE_SUPER; alter table ACT_RU_EXECUTION drop foreign key ACT_FK_EXE_PROCDEF; alter table ACT_RU_IDENTITYLINK drop foreign key ACT_FK_TSKASS_TASK; alter table ACT_RU_IDENTITYLINK drop foreign key ACT_FK_IDL_PROCINST; alter table ACT_RU_IDENTITYLINK drop foreign key ACT_FK_ATHRZ_PROCEDEF; alter table ACT_RU_TASK drop foreign key ACT_FK_TASK_EXE; alter table ACT_RU_TASK drop foreign key ACT_FK_TASK_PROCINST; alter table ACT_RU_TASK drop foreign key ACT_FK_TASK_PROCDEF; alter table ACT_RU_VARIABLE drop foreign key ACT_FK_VAR_EXE; alter table ACT_RU_VARIABLE drop foreign key ACT_FK_VAR_PROCINST; alter table ACT_RU_JOB drop foreign key ACT_FK_JOB_EXECUTION; alter table ACT_RU_JOB drop foreign key ACT_FK_JOB_PROCESS_INSTANCE; alter table ACT_RU_JOB drop foreign key ACT_FK_JOB_PROC_DEF; alter table ACT_RU_TIMER_JOB drop foreign key ACT_FK_TIMER_JOB_EXECUTION; alter table ACT_RU_TIMER_JOB drop foreign key ACT_FK_TIMER_JOB_PROCESS_INSTANCE; alter table ACT_RU_TIMER_JOB drop foreign key ACT_FK_TIMER_JOB_PROC_DEF; alter table ACT_RU_SUSPENDED_JOB drop foreign key ACT_FK_SUSPENDED_JOB_EXECUTION; alter table ACT_RU_SUSPENDED_JOB drop foreign key ACT_FK_SUSPENDED_JOB_PROCESS_INSTANCE; alter table ACT_RU_SUSPENDED_JOB drop foreign key ACT_FK_SUSPENDED_JOB_PROC_DEF; alter table ACT_RU_DEADLETTER_JOB drop foreign key ACT_FK_DEADLETTER_JOB_EXECUTION; alter table ACT_RU_DEADLETTER_JOB drop foreign key ACT_FK_DEADLETTER_JOB_PROCESS_INSTANCE; alter table ACT_RU_DEADLETTER_JOB drop foreign key ACT_FK_DEADLETTER_JOB_PROC_DEF; alter table ACT_RU_EVENT_SUBSCR drop foreign key ACT_FK_EVENT_EXEC; alter table ACT_RE_MODEL drop foreign key ACT_FK_MODEL_SOURCE; alter table ACT_RE_MODEL drop foreign key ACT_FK_MODEL_SOURCE_EXTRA; alter table ACT_RE_MODEL drop foreign key ACT_FK_MODEL_DEPLOYMENT; alter table ACT_PROCDEF_INFO drop foreign key ACT_FK_INFO_JSON_BA; alter table ACT_PROCDEF_INFO drop foreign key ACT_FK_INFO_PROCDEF; drop index ACT_IDX_EVENT_SUBSCR_CONFIG_; drop index ACT_IDX_ATHRZ_PROCEDEF; drop table ACT_RE_DEPLOYMENT; drop table ACT_RE_MODEL; drop table ACT_RE_PROCDEF; drop table ACT_RU_EXECUTION; drop table ACT_RU_EVENT_SUBSCR; drop table ACT_EVT_LOG; drop table ACT_PROCDEF_INFO; drop index ACT_IDX_JOB_SCOPE; drop index ACT_IDX_JOB_SUB_SCOPE; drop index ACT_IDX_JOB_SCOPE_DEF; drop index ACT_IDX_TJOB_SCOPE; drop index ACT_IDX_TJOB_SUB_SCOPE; drop index ACT_IDX_TJOB_SCOPE_DEF; drop index ACT_IDX_SJOB_SCOPE; drop index ACT_IDX_SJOB_SUB_SCOPE; drop index ACT_IDX_SJOB_SCOPE_DEF; drop index ACT_IDX_DJOB_SCOPE; drop index ACT_IDX_DJOB_SUB_SCOPE; drop index ACT_IDX_DJOB_SCOPE_DEF; alter table ACT_RU_JOB drop foreign key ACT_FK_JOB_EXCEPTION; alter table ACT_RU_JOB drop foreign key ACT_FK_JOB_CUSTOM_VAL; alter table ACT_RU_TIMER_JOB drop foreign key ACT_FK_TJOB_EXCEPTION; alter table ACT_RU_TIMER_JOB drop foreign key ACT_FK_TJOB_CUSTOM_VAL; alter table ACT_RU_SUSPENDED_JOB drop foreign key ACT_FK_SJOB_EXCEPTION; alter table ACT_RU_SUSPENDED_JOB drop foreign key ACT_FK_SJOB_CUSTOM_VAL; alter table ACT_RU_DEADLETTER_JOB drop foreign key ACT_FK_DJOB_EXCEPTION; alter table ACT_RU_DEADLETTER_JOB drop foreign key ACT_FK_DJOB_CUSTOM_VAL; drop table ACT_RU_JOB; drop table ACT_RU_TIMER_JOB; drop table ACT_RU_SUSPENDED_JOB; drop table ACT_RU_DEADLETTER_JOB; drop table ACT_RU_HISTORY_JOB; drop index ACT_IDX_RU_VAR_SCOPE_ID_TYPE; drop index ACT_IDX_RU_VAR_SUB_ID_TYPE; alter table ACT_RU_VARIABLE drop foreign key ACT_FK_VAR_BYTEARRAY; drop table ACT_RU_VARIABLE; drop index ACT_IDX_TASK_CREATE; drop index ACT_IDX_TASK_SCOPE; drop index ACT_IDX_TASK_SUB_SCOPE; drop index ACT_IDX_TASK_SCOPE_DEF; drop table ACT_RU_TASK; drop index ACT_IDX_IDENT_LNK_USER; drop index ACT_IDX_IDENT_LNK_GROUP; drop table ACT_RU_IDENTITYLINK; drop table ACT_GE_BYTEARRAY; drop table ACT_GE_PROPERTY;
CREATE VIEW view30 AS SELECT 1 AS c1 FROM table333 UNION SELECT 1 AS c1 FROM table48 UNION SELECT 1 AS c1 FROM table152; GO
<filename>openGaussBase/testcase/KEYWORDS/inner/Opengauss_Function_Keyword_Inner_Case0028.sql -- @testpoint: opengauss关键字inner(保留),作为同义词对象名,部分测试点合理报错 --前置条件 drop table if exists inner_test; create table inner_test(id int,name varchar(10)); --关键字不带引号-失败 drop synonym if exists inner; create synonym inner for inner_test; --关键字带双引号-成功 drop synonym if exists "inner"; create synonym "inner" for inner_test; insert into "inner" values (1,'ada'),(2, 'bob'); update "inner" set "inner".name='cici' where "inner".id=2; select * from "inner"; --清理环境 drop synonym "inner"; --关键字带单引号-合理报错 drop synonym if exists 'inner'; create synonym 'inner' for inner_test; insert into 'inner' values (1,'ada'),(2, 'bob'); update 'inner' set 'inner'.name='cici' where 'inner'.id=2; select * from 'inner'; --关键字带反引号-合理报错 drop synonym if exists `inner`; create synonym `inner` for inner_test; insert into `inner` values (1,'ada'),(2, 'bob'); update `inner` set `inner`.name='cici' where `inner`.id=2; select * from `inner`; --清理环境 drop table if exists inner_test cascade;
CREATE PROCEDURE [dbo].[AddCachedSPByPhysicalReads] ( @pRowCnt INT = 10, @pHTML NVARCHAR(MAX) OUTPUT ) AS BEGIN SET NOCOUNT ON; DECLARE @tOutput TABLE ( [SP Name] NVARCHAR(128), [Total Physical Reads] BIGINT, [Avg Physical Reads] BIGINT, [Execution Count] BIGINT, [Total Logical Reads] BIGINT, [Total Elapsed Time] BIGINT, [Avg Elapsed Time] BIGINT, [Cached Time] DATETIME ); -- Top Cached SPs By Total Physical Reads (SQL Server 2012). Physical reads relate to disk I/O pressure INSERT INTO [dbo].[CachedSPByPhysicalReads] ( [ReportDate], [SP Name], [Total Physical Reads], [Avg Physical Reads], [Execution Count], [Total Logical Reads], [Total Elapsed Time], [Avg Elapsed Time], [Cached Time] ) OUTPUT inserted.[SP Name], inserted.[Total Physical Reads], inserted.[Avg Physical Reads], inserted.[Execution Count], inserted.[Total Logical Reads], inserted.[Total Elapsed Time], inserted.[Avg Elapsed Time], inserted.[Cached Time] INTO @tOutput SELECT TOP(@pRowCnt) GETDATE() AS [ReportDate], p.name AS [SP Name], qs.total_physical_reads AS [Total Physical Reads], qs.total_physical_reads/qs.execution_count AS [Avg Physical Reads], qs.execution_count AS [Execution Count], qs.total_logical_reads AS [Total Logical Reads], qs.total_elapsed_time AS [Total Elapsed Time], qs.total_elapsed_time/qs.execution_count AS [Avg Elapsed Time], qs.cached_time AS [Cached Time] FROM [$(TargetDBName)].sys.procedures AS p WITH (NOLOCK) JOIN [$(TargetDBName)].sys.dm_exec_procedure_stats AS qs WITH (NOLOCK) ON p.[object_id] = qs.[object_id] WHERE qs.database_id = DB_ID('$(TargetDBName)') AND qs.total_physical_reads > 0 AND NOT EXISTS (SELECT 1 FROM dbo._Exception AS e WHERE e.ObjectName = p.name) ORDER BY qs.total_physical_reads DESC, qs.total_logical_reads DESC OPTION (RECOMPILE); -- This helps you find the most expensive cached stored procedures from a read I/O perspective -- You should look at this if you see signs of I/O pressure or of memory pressure SET @pHTML = N' <div class="header" id="8-header">Cached SP By Physical Reads</div><div class="content" id="8-content"><div class="text">' + ISNULL(N'<table>' + N'<tr>'+ N'<th style="width: 40%;">SP Name</th>' + N'<th style="width: 5%;" >Total Physical Reads</th>' + N'<th style="width: 5%;" >Avg Physical Reads</th>' + N'<th style="width: 5%;" >Execution Count</th>' + N'<th style="width: 5%;" >Total Logical Reads</th>' + N'<th style="width: 5%;" >Total Elapsed Time</th>' + N'<th style="width: 5%;" >Avg Elapsed Time</th>' + N'<th style="width: 10%;">Cached Time</th>' + N'</tr>' + CAST ( ( SELECT td=REPLACE(ISNULL([SP Name],''),'"',''),'', td=REPLACE(ISNULL(CAST([Total Physical Reads] AS NVARCHAR(MAX)),''),'"',''),'', td=REPLACE(ISNULL(CAST([Avg Physical Reads] AS NVARCHAR(MAX)),''),'"',''),'', td=REPLACE(ISNULL(CAST([Execution Count] AS NVARCHAR(MAX)),''),'"',''),'', td=REPLACE(ISNULL(CAST([Total Logical Reads] AS NVARCHAR(MAX)),''),'"',''),'', td=REPLACE(ISNULL(CAST([Total Elapsed Time] AS NVARCHAR(MAX)),''),'"',''),'', td=REPLACE(ISNULL(CAST([Avg Elapsed Time] AS NVARCHAR(MAX)),''),'"',''),'', td=REPLACE(CONVERT(NVARCHAR,ISNULL([Cached Time],''),121),'"','') FROM @tOutput FOR XML PATH('tr'), TYPE ) AS NVARCHAR(MAX) ) + N'</table>','NO DATA') + N'</div></div>'; SET @pHTML = REPLACE(@pHTML,'&#x0D;',''); END
<filename>docs/new 1.sql insert into hospital (id, name, address, specialty, emergency_phone, general_phone, registration_phone, admin_phone, department_id) values (1, 'St. Andrew Hospital', '497 Sachtjen Street', 'psychiatry', '{(384) 1100919}', '{(157) 6144145}', '{(621) 8749764}', '{(845) 5511486}', 1); insert into hospital (id, name, address, specialty, emergency_phone, general_phone, registration_phone, admin_phone, department_id) values (2, 'Ellis Hospital', '77 Eagle Crest Plaza', 'research', '{(806) 6545231}', '{(479) 9154280}', '{(250) 7550171}', '{(234) 4228434}', 2);
SET GLOBAL event_scheduler = ON; CREATE EVENT etapa_producao_1 ON SCHEDULE EVERY 1 MINUTE STARTS CURRENT_TIMESTAMP ENDS CURRENT_TIMESTAMP + INTERVAL '01:00:00' HOUR_SECOND DO UPDATE etapa_producao SET tempo_restante=( SELECT DATE_SUB(tempo_restante, INTERVAL 1 minute) FROM etapa_producao WHERE id = 2 ) WHERE id = 2;
<reponame>hamidabdulloh/sisfotmi -- phpMyAdmin SQL Dump -- version 4.8.5 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1 -- Waktu pembuatan: 22 Jun 2021 pada 15.40 -- Versi server: 10.1.38-MariaDB -- Versi PHP: 5.6.40 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: `sisfotmi` -- -- -------------------------------------------------------- -- -- Struktur dari tabel `tb_guru` -- CREATE TABLE `tb_guru` ( `idguru` varchar(50) NOT NULL, `guru` varchar(100) NOT NULL, `jeniskelamin` varchar(100) NOT NULL, `tempatlahir` varchar(100) NOT NULL, `tanggallahir` date NOT NULL, `alamat` varchar(100) NOT NULL, `idjenisptk` varchar(50) NOT NULL, `idmatapelajaran` varchar(50) NOT NULL, `tugastambahan` varchar(100) NOT NULL, `idstatuskepegawaian` varchar(50) NOT NULL, `nip` bigint(50) NOT NULL, `skcpns` varchar(100) NOT NULL, `tanggalcpns` date NOT NULL, `skpengangkat` varchar(100) NOT NULL, `tmtpengangkat` varchar(100) NOT NULL, `lembpengangkat` varchar(100) NOT NULL, `pangkatgolruang` varchar(100) NOT NULL, `foto` varchar(100) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data untuk tabel `tb_guru` -- INSERT INTO `tb_guru` (`idguru`, `guru`, `jeniskelamin`, `tempatlahir`, `tanggallahir`, `alamat`, `idjenisptk`, `idmatapelajaran`, `tugastambahan`, `idstatuskepegawaian`, `nip`, `skcpns`, `tanggalcpns`, `skpengangkat`, `tmtpengangkat`, `lembpengangkat`, `pangkatgolruang`, `foto`) VALUES ('01.01.22', 'Prof. Dr. Ir. Soekarno, SH', 'L', 'Malang', '2021-06-16', 'Jl. Abdul Manan 216 Pujon Lor Kab. Malang', 'Kepala Sekolah', 'Aqidah Akhlaq', 'Wali Kelas VII A', 'PNS', 485769385768394859, 'SK/CPNS/34?dsjj/2021', '2021-06-16', 'Depag', 'Subandiman', 'Depag', 'VII A', ''), ('01.01.23', 'Prof. Dr. Ir. Hatta, SH, MM', 'Laki-Laki', 'Malang', '2021-07-01', 'Jl. Brig. Abd. Manan 216 Rt 08 Rw 05 Pujon Malang', 'PTK 2', 'Aqidah Akhlaq', 'Wali Kelas VII B', 'pegawai3', 940596859458692059, 'SK/2304/sdfn/2021', '2021-06-07', 'ojadnf/akfn/32021', 'Loajfn jdnf', 'sdfsdf', 'Pang/Gol.Ruang', 'wrwerwr'); -- -------------------------------------------------------- -- -- Struktur dari tabel `tb_jenisptk` -- CREATE TABLE `tb_jenisptk` ( `idjenisptk` varchar(50) NOT NULL, `jenisptk` varchar(100) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data untuk tabel `tb_jenisptk` -- INSERT INTO `tb_jenisptk` (`idjenisptk`, `jenisptk`) VALUES ('PNS', 'Pegawai Negeri Sipil'); -- -------------------------------------------------------- -- -- Struktur dari tabel `tb_matapelajaran` -- CREATE TABLE `tb_matapelajaran` ( `idmatapelajaran` varchar(50) NOT NULL, `matapelajaran` varchar(100) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data untuk tabel `tb_matapelajaran` -- INSERT INTO `tb_matapelajaran` (`idmatapelajaran`, `matapelajaran`) VALUES ('KIM1', 'Kimia'); -- -------------------------------------------------------- -- -- Struktur dari tabel `tb_ruangankelas` -- CREATE TABLE `tb_ruangankelas` ( `idruangankelas` varchar(50) NOT NULL, `ruangan` varchar(100) NOT NULL, `kelas` varchar(100) NOT NULL, `kapasitas` int(11) NOT NULL, `jumlahsiswa` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data untuk tabel `tb_ruangankelas` -- INSERT INTO `tb_ruangankelas` (`idruangankelas`, `ruangan`, `kelas`, `kapasitas`, `jumlahsiswa`) VALUES ('A02', 'A02', 'VII B', 4, 4); -- -------------------------------------------------------- -- -- Struktur dari tabel `tb_statuskepegawaian` -- CREATE TABLE `tb_statuskepegawaian` ( `idstatuskepegawaian` varchar(50) NOT NULL, `statuskepegawaian` varchar(100) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Indexes for dumped tables -- -- -- Indeks untuk tabel `tb_guru` -- ALTER TABLE `tb_guru` ADD PRIMARY KEY (`idguru`); -- -- Indeks untuk tabel `tb_jenisptk` -- ALTER TABLE `tb_jenisptk` ADD PRIMARY KEY (`idjenisptk`); -- -- Indeks untuk tabel `tb_matapelajaran` -- ALTER TABLE `tb_matapelajaran` ADD PRIMARY KEY (`idmatapelajaran`); -- -- Indeks untuk tabel `tb_ruangankelas` -- ALTER TABLE `tb_ruangankelas` ADD PRIMARY KEY (`idruangankelas`); -- -- Indeks untuk tabel `tb_statuskepegawaian` -- ALTER TABLE `tb_statuskepegawaian` ADD PRIMARY KEY (`idstatuskepegawaian`); 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 */;
USE project2_db; INSERT INTO resources (link, title, description, category) VALUES ("https://developers.google.com/web/tools/chrome-devtools/?hl=en", "Chrome Developer Tools", " ", "General Tools"), ("https://medium.freecodecamp.org/", "Free Code Camp", " ", "Teaching Resource"), ("https://validator.w3.org/#validate_by_input", "HTML Validator", " ", "HTML"), ("https://www.bootstrapcdn.com/fontawesome/", "Font Awesome", " ", "CSS"), ("https://fonts.google.com/", "Google Fonts", " ", "CSS"), ("https://getbootstrap.com/", "Bootstrap", " ", "CSS"), ("https://sizzy.co/", "Sizzy", "Sizzy is a tool for developing responsive websites crazy-fast. It allows you to preview an url on multiple devices at once, filter the devices, zoom them in and out, and more. ", "Testing"), ("http://forcemipsum.com/", "Star War Lorem Generator", " ", "Random"), ("https://codepen.io/search/pens?q=bootstrap%20social%20icons&page=1&order=popularity&depth=everything&show_forks=false", "Code Pen", "Bootstrap examples. ", "CSS"), ("https://www.iconfinder.com/search/?q=web", "Icon Finder", "Free icons for sites ", "CSS"), ("https://www.w3schools.com/js/js_array_methods.asp", "Javascript Array Methods", " ", "JS"), ("https://bootstrapcreative.com/resources/bootstrap-4-css-classes-index/", "Boot Strap Classes", "List of all bootstrap classes ", "CSS"), ("https://uigradients.com/#Sunset", "UI Gradients", "Gradient color tool. ", "CSS"), ("http://code.jquery.com/", "jQuery CDN", " ", "JS"), ("https://api.jquery.com/", "jQuery API Documentation", " ", "JS"), ("https://css-tricks.com/snippets/javascript/javascript-keycodes/", "CSS Tricks for Key Codes", " ", "CSS"), ("https://www.w3schools.com/jquery/trysel.asp", "Try jQuery Selector", " ", "JS"), ("https://www.w3schools.com/jquery/jquery_events.asp", "jQuery Event Methods", " ", "JS"), ("https://www.youtube.com/watch?v=yKE7016Ioxc&feature=youtu.be", "jQuery YouTube Calculator", " ", "JS"), ("https://www.w3schools.com/jsref/jsref_parseint.asp", "Javascript parseInt() Fuction", " ", "JS"), ("https://standardjs.com/", "Javascript Standard Style", " ", "JS"), ("https://www.codewars.com/", "Code Wars", " ", "Teaching Resource"), ("https://www.hackerrank.com/?utm_medium=cpc&utm_source=google&utm_content=gobrd&utm_campaign=brand", "HackerRank", " ", "Teaching Resource"), ("https://developer.mozilla.org/en-US/", "Mozilla MDN", " ", "General Tools"), ("https://thenextweb.com/dd/2018/02/09/ex-googler-warns-coding-bootcamps-are-lacking-in-two-key-areas/?amp=1", "What Bootcamps Are Lacking", " ", "Articles"), ("https://market.mashape.com/explore", "Marketplace", "API resource ", "API"), ("https://firebase.google.com/docs/?authuser=0", "Firebase Documentation", " ", "Databases"), ("https://nodejs.org/en/", "Node.js", " ", "JS"), ("http://jsbin.com/licegizite/edit?js,console", "JS Bin", " ", "JS"), ("https://www.codeschool.com/", "Code School", " ", "Teaching Resource"), ("https://www.npmjs.com/package/nodemon", "Nodemon", " ", "NPM Packages"), ("https://medium.muz.li/15-must-have-chrome-extensions-for-web-designers-and-front-end-developer-b12c1bd9490c", "Must Have Chrome Extensions", " ", "General Tools"), ("http://www.anatomyofcode.com/", "Anatomy of Code", " ", "JS"), ("https://www.npmjs.com/package/body-parser", "Body-Parser", " ", "NPM Packages"), ("https://guides.github.com/features/mastering-markdown/", "Mastering Markdowns", " ", "General Tools"), ("https://github.com/teachcoding/expresstemplate-static", "Express Template", " ", "Templates"), ("https://medium.com/@jdan/i-peeked-into-my-node-modules-directory-and-you-wont-believe-what-happened-next-b89f63d21558", "Funny Node_modules Article", " ", "Articles"), ("http://osxdaily.com/2016/09/22/fix-wi-fi-problems-macos-sierra/", "Fix Wi-Fi Problems in macOS Sierra", " ", "Common Issues"), ("https://scotch.io/tutorials/build-a-restful-api-using-node-and-express-4", "Build a RESTful API Using Node and Express 4", " ", "NPM Packages"), ("https://scotch.io/tutorials/use-expressjs-to-get-url-and-post-parameters", "Use ExpressJS to Get URL and POST Parameters", " ", "NPM Packages"), ("https://www.codeschool.com/courses/building-blocks-of-express-js", "Building Blocks of Express.js", " ", "Teaching Resource"), ("https://webbootcampuci0118.slack.com/files/U8D22J4P5/FA36ZTF0Q/heroku_deployment_guide.md", "Heroku Deployement Guide", " ", "Teaching Resource"), ("https://www.upwork.com/?gclid=EAIaIQobChMIof_2_aK62gIVQm5-Ch0TDgbNEAAYASAAEgI7kPD_BwE", "Upwork Job Resource", " ", "Job Resource"), ("https://www.tutorialspoint.com/sql/sql_tutorial.pdf", "SQL Tutorial", " ", "Databases"), ("https://handlebarsjs.com/", "Handlebars", " ", "Templates"), ("https://github.com/teachcoding/expresstemplate-hbs", "Express Template Handlebars", " ", "Templates"), ("https://medium.com/codebuddies/getting-to-know-asynchronous-javascript-callbacks-promises-and-async-await-17e0673281ee", "Getting to know asynchronous JavaScript: Callbacks, Promises and Async/Await", " ", "JS"), ("https://www.codementor.io/hari577/object-relational-mapping-in-nodejs-with-sequelize-du1088h3l", "Object-Relational Mapping in Node.js with Sequelize", " ", "Articles"), ("https://www.npmjs.com/package/mysql2", "MySQL2 NPM Package", " ", "NPM Packages"), ("http://docs.sequelizejs.com/manual/tutorial/querying.html", "Sequalize Queries", " ", "Databases"), ("https://mochajs.org/", "Mocha Console Testing Tool", " ", "Testing"), ("http://www.chaijs.com/", "Chai Console Testing Tool", " ", "Testing"), ("https://httpstatuses.com/", "HTTP Status Codes", " ", "Testing"), ("https://clipboardjs.com/", "Clipboard.js NPM Package", " ", "NPM Packages"), ("https://medium.freecodecamp.org/what-exactly-is-node-js-ae36e97449f5", "What Exactly Is Node.js", " ", "Teaching Resource")
<reponame>ailyfeng/office # ************************************************************ # Sequel Pro SQL dump # Version 4541 # # http://www.sequelpro.com/ # https://github.com/sequelpro/sequelpro # # Host: 127.0.0.1 (MySQL 5.6.34) # Database: office # Generation Time: 2016-11-23 14:18:45 +0000 # ************************************************************ /*!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 */; /*!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 */; # Dump of table product # ------------------------------------------------------------ DROP TABLE IF EXISTS `product`; CREATE TABLE `product` ( `productId` int(10) NOT NULL AUTO_INCREMENT COMMENT '产品ID', `supplierId` int(8) DEFAULT NULL COMMENT '供应商ID', `warehouseId` int(10) DEFAULT NULL, `supplierIdExt` int(8) DEFAULT NULL COMMENT '辅助供应商', `barCode` varchar(100) DEFAULT NULL COMMENT '条形码', `qrCode` varchar(100) DEFAULT NULL COMMENT '二维码', `type` char(2) CHARACTER SET latin1 DEFAULT NULL COMMENT '产品大类:lg大类,md中类,xs小类', `chineseBrand` varchar(80) DEFAULT NULL COMMENT '品牌(中文)', `englishBrand` varchar(80) DEFAULT NULL COMMENT '品牌(英文)', `brandName` varchar(50) DEFAULT NULL COMMENT '品名', `number` varchar(200) DEFAULT NULL COMMENT '货号', `standard` varchar(255) DEFAULT NULL COMMENT '简要规格', `color` varchar(20) DEFAULT NULL COMMENT '颜色', `unit` varchar(45) DEFAULT NULL COMMENT '单位', `packageNum` int(6) DEFAULT NULL COMMENT '最小包规计算数量', `packageUnit` int(6) DEFAULT NULL COMMENT '最小包规单位', `packageRules` int(6) DEFAULT NULL COMMENT '包规', `description` text COMMENT '产品详细描述', `expiration` int(10) DEFAULT NULL COMMENT '产品效期', `stockPrice` double(6,2) DEFAULT NULL COMMENT '进货单价\n', `costPrice` double(6,2) DEFAULT NULL COMMENT '成本单价', `standardPrice` double(6,2) DEFAULT NULL COMMENT '标准售价', `oneTypePrice` double(6,2) DEFAULT NULL COMMENT '分类售价一', `twoTypePrice` double(6,2) DEFAULT NULL COMMENT '分类售价二\n', PRIMARY KEY (`productId`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='产品表'; LOCK TABLES `product` WRITE; /*!40000 ALTER TABLE `product` DISABLE KEYS */; INSERT INTO `product` (`productId`, `supplierId`, `warehouseId`, `supplierIdExt`, `barCode`, `qrCode`, `type`, `chineseBrand`, `englishBrand`, `brandName`, `number`, `standard`, `color`, `unit`, `packageNum`, `packageUnit`, `packageRules`, `description`, `expiration`, `stockPrice`, `costPrice`, `standardPrice`, `oneTypePrice`, `twoTypePrice`) VALUES (47,2,NULL,20,'uploads/20161102145714443.jpg','uploads/20161102145720665.jpg','1','是打发点','dasasdf','asdfsd地方','阿斯顿发送到','阿斯顿发生的的发生的发生的地方','','',0,0,3,'格和对该产品使用方法的说明,以及对该产品格和对该产品使用方法的说明,以及对该产品格和对该产品使用方法的说明,以及对该产品',0,3434.34,3434.34,3434.34,3434.34,3434.34), (48,2,NULL,20,'uploads/20161102145714443.jpg','uploads/20161102145720665.jpg','1','是打发点','dasasdf','asdfsd地方','阿斯顿发送到','阿斯顿发生的的发生的发生的地方','','',0,0,3,'格和对该产品使用方法的说明,以及对该产品格和对该产品使用方法的说明,以及对该产品格和对该产品使用方法的说明,以及对该产品',0,3434.34,3434.34,3434.34,3434.34,3434.34), (49,2,NULL,20,'uploads/20161102145714443.jpg','uploads/20161102145720665.jpg','1','是打发点','dasasdf','asdfsd地方','阿斯顿发送到','阿斯顿发生的的发生的发生的地方','','',0,0,3,'格和对该产品使用方法的说明,以及对该产品格和对该产品使用方法的说明,以及对该产品格和对该产品使用方法的说明,以及对该产品',0,3434.34,3434.34,3434.34,3434.34,3434.34), (50,2,NULL,20,'uploads/20161102145714443.jpg','uploads/20161102145720665.jpg','1','是打发点','dasasdf','asdfsd地方','阿斯顿发送到','阿斯顿发生的的发生的发生的地方','','',0,0,3,'格和对该产品使用方法的说明,以及对该产品格和对该产品使用方法的说明,以及对该产品格和对该产品使用方法的说明,以及对该产品',0,3434.34,3434.34,3434.34,3434.34,3434.34), (98,2,NULL,20,'uploads/20161102145714443.jpg','uploads/20161102145720665.jpg','1','是打发点','dasasdf','asdfsd地方','阿斯顿发送到','阿斯顿发生的的发生的发生的地方','','',0,0,3,'格和对该产品使用方法的说明,以及对该产品格和对该产品使用方法的说明,以及对该产品格和对该产品使用方法的说明,以及对该产品',0,3434.34,3434.34,3434.34,3434.34,3434.34), (99,2,NULL,20,'uploads/20161102145714443.jpg','uploads/20161102145720665.jpg','1','是打发点','dasasdf','asdfsd地方','阿斯顿发送到','阿斯顿发生的的发生的发生的地方','','',0,0,3,'格和对该产品使用方法的说明,以及对该产品格和对该产品使用方法的说明,以及对该产品格和对该产品使用方法的说明,以及对该产品',0,3434.34,3434.34,3434.34,3434.34,3434.34), (100,2,NULL,20,'uploads/20161102145714443.jpg','uploads/20161102145720665.jpg','1','是打发点','dasasdf','asdfsd地方','阿斯顿发送到','阿斯顿发生的的发生的发生的地方','','',0,0,3,'格和对该产品使用方法的说明,以及对该产品格和对该产品使用方法的说明,以及对该产品格和对该产品使用方法的说明,以及对该产品',0,3434.34,3434.34,3434.34,3434.34,3434.34), (101,2,NULL,20,'uploads/20161102145714443.jpg','uploads/20161102145720665.jpg','1','是打发点','dasasdf','asdfsd地方','阿斯顿发送到','阿斯顿发生的的发生的发生的地方','','',0,0,3,'格和对该产品使用方法的说明,以及对该产品格和对该产品使用方法的说明,以及对该产品格和对该产品使用方法的说明,以及对该产品',0,3434.34,3434.34,3434.34,3434.34,3434.34), (102,2,NULL,20,'uploads/20161102145714443.jpg','uploads/20161102145720665.jpg','1','是打发点','dasasdf','asdfsd地方','阿斯顿发送到','阿斯顿发生的的发生的发生的地方','','',0,0,3,'格和对该产品使用方法的说明,以及对该产品格和对该产品使用方法的说明,以及对该产品格和对该产品使用方法的说明,以及对该产品',0,3434.34,3434.34,3434.34,3434.34,3434.34), (103,2,NULL,20,'uploads/20161102145714443.jpg','uploads/20161102145720665.jpg','1','是打发点','dasasdf','asdfsd地方','阿斯顿发送到','阿斯顿发生的的发生的发生的地方','','',0,0,3,'格和对该产品使用方法的说明,以及对该产品格和对该产品使用方法的说明,以及对该产品格和对该产品使用方法的说明,以及对该产品',0,3434.34,3434.34,3434.34,3434.34,3434.34), (104,2,NULL,20,'uploads/20161102145714443.jpg','uploads/20161102145720665.jpg','1','是打发点','dasasdf','asdfsd地方','阿斯顿发送到','阿斯顿发生的的发生的发生的地方','','',0,0,3,'格和对该产品使用方法的说明,以及对该产品格和对该产品使用方法的说明,以及对该产品格和对该产品使用方法的说明,以及对该产品',0,3434.34,3434.34,3434.34,3434.34,3434.34), (105,2,NULL,20,'uploads/20161102145714443.jpg','uploads/20161102145720665.jpg','1','是打发点','dasasdf','asdfsd地方','阿斯顿发送到','阿斯顿发生的的发生的发生的地方','','',0,0,3,'格和对该产品使用方法的说明,以及对该产品格和对该产品使用方法的说明,以及对该产品格和对该产品使用方法的说明,以及对该产品',0,3434.34,3434.34,3434.34,3434.34,3434.34), (106,2,NULL,20,'uploads/20161102145714443.jpg','uploads/20161102145720665.jpg','1','是打发点','dasasdf','asdfsd地方','阿斯顿发送到','阿斯顿发生的的发生的发生的地方','','',0,0,3,'格和对该产品使用方法的说明,以及对该产品格和对该产品使用方法的说明,以及对该产品格和对该产品使用方法的说明,以及对该产品',0,3434.34,3434.34,3434.34,3434.34,3434.34), (107,2,NULL,20,'uploads/20161102145714443.jpg','uploads/20161102145720665.jpg','1','是打发点','dasasdf','asdfsd地方','阿斯顿发送到','阿斯顿发生的的发生的发生的地方','','',0,0,3,'格和对该产品使用方法的说明,以及对该产品格和对该产品使用方法的说明,以及对该产品格和对该产品使用方法的说明,以及对该产品',0,3434.34,3434.34,3434.34,3434.34,3434.34), (108,2,NULL,20,'uploads/20161102145714443.jpg','uploads/20161102145720665.jpg','1','是打发点','dasasdf','asdfsd地方','阿斯顿发送到','阿斯顿发生的的发生的发生的地方','','',0,0,3,'格和对该产品使用方法的说明,以及对该产品格和对该产品使用方法的说明,以及对该产品格和对该产品使用方法的说明,以及对该产品',0,3434.34,3434.34,3434.34,3434.34,3434.34), (109,2,NULL,20,'uploads/20161102145714443.jpg','uploads/20161102145720665.jpg','1','是打发点','dasasdf','asdfsd地方','阿斯顿发送到','阿斯顿发生的的发生的发生的地方','','',0,0,3,'格和对该产品使用方法的说明,以及对该产品格和对该产品使用方法的说明,以及对该产品格和对该产品使用方法的说明,以及对该产品',0,3434.34,3434.34,3434.34,3434.34,3434.34), (110,2,NULL,20,'uploads/20161102145714443.jpg','uploads/20161102145720665.jpg','1','是打发点','dasasdf','asdfsd地方','阿斯顿发送到','阿斯顿发生的的发生的发生的地方','','',0,0,3,'格和对该产品使用方法的说明,以及对该产品格和对该产品使用方法的说明,以及对该产品格和对该产品使用方法的说明,以及对该产品',0,3434.34,3434.34,3434.34,3434.34,3434.34), (111,2,NULL,20,'uploads/20161102145714443.jpg','uploads/20161102145720665.jpg','1','是打发点','dasasdf','asdfsd地方','阿斯顿发送到','阿斯顿发生的的发生的发生的地方','','',0,0,3,'格和对该产品使用方法的说明,以及对该产品格和对该产品使用方法的说明,以及对该产品格和对该产品使用方法的说明,以及对该产品',0,3434.34,3434.34,3434.34,3434.34,3434.34), (112,2,NULL,20,'uploads/20161102145714443.jpg','uploads/20161102145720665.jpg','1','是打发点','dasasdf','asdfsd地方','阿斯顿发送到','阿斯顿发生的的发生的发生的地方','','',0,0,3,'格和对该产品使用方法的说明,以及对该产品格和对该产品使用方法的说明,以及对该产品格和对该产品使用方法的说明,以及对该产品',0,3434.34,3434.34,3434.34,3434.34,3434.34), (115,2,NULL,20,'uploads/20161102145714443.jpg','uploads/20161102145720665.jpg','1','是打发点','dasasdf','asdfsd地方','阿斯顿发送到','阿斯顿发生的的发生的发生的地方','','',0,0,3,'格和对该产品使用方法的说明,以及对该产品格和对该产品使用方法的说明,以及对该产品格和对该产品使用方法的说明,以及对该产品',0,3434.34,3434.34,3434.34,3434.34,3434.34); /*!40000 ALTER TABLE `product` ENABLE KEYS */; UNLOCK TABLES; # Dump of table purchase # ------------------------------------------------------------ DROP TABLE IF EXISTS `purchase`; CREATE TABLE `purchase` ( `purchaseId` int(10) NOT NULL AUTO_INCREMENT COMMENT '进货单ID', `supplierId` int(10) DEFAULT NULL COMMENT '供应商ID', `purchasecol` varchar(45) DEFAULT NULL, PRIMARY KEY (`purchaseId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; # Dump of table supplier # ------------------------------------------------------------ DROP TABLE IF EXISTS `supplier`; CREATE TABLE `supplier` ( `supplierId` int(8) NOT NULL AUTO_INCREMENT COMMENT '供应商ID', `fullName` varchar(100) DEFAULT NULL COMMENT '供应商全称', `abbreviation` varchar(30) DEFAULT NULL COMMENT '供应商简称', `type` varchar(45) DEFAULT NULL COMMENT '供应商类型', `brand` varchar(45) DEFAULT NULL COMMENT '供应品牌', `brandType` varchar(45) DEFAULT NULL COMMENT '供应品类', `officeAdd` varchar(100) DEFAULT NULL COMMENT '办公地址', `warehoustAdd` varchar(100) DEFAULT NULL COMMENT '库房地址', `area` varchar(45) DEFAULT NULL COMMENT '采购区域', `settlementMmethod` varchar(45) DEFAULT NULL COMMENT '结算方式', `paymentMethod` varchar(45) DEFAULT NULL COMMENT '收款方式', `priceTax` double(11,2) DEFAULT NULL COMMENT '结算价格(含税)', `priceNoTax` double(11,2) DEFAULT NULL COMMENT '结算价格(不含税)', `account` varchar(45) DEFAULT NULL COMMENT '帐户信息', `deliveryIs` tinyint(1) DEFAULT NULL COMMENT '是否送货', `signIs` tinyint(1) DEFAULT NULL COMMENT '是否签协', `returnRequirements` varchar(255) DEFAULT NULL COMMENT '退换货要求', `contractDate` char(10) DEFAULT NULL COMMENT '合同到期日', `contractBriefing` varchar(255) DEFAULT NULL COMMENT '合同简报', `credit` varchar(45) DEFAULT NULL COMMENT '授信额度', `note` varchar(255) DEFAULT NULL COMMENT '备注', PRIMARY KEY (`supplierId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='供应商表'; LOCK TABLES `supplier` WRITE; /*!40000 ALTER TABLE `supplier` DISABLE KEYS */; INSERT INTO `supplier` (`supplierId`, `fullName`, `abbreviation`, `type`, `brand`, `brandType`, `officeAdd`, `warehoustAdd`, `area`, `settlementMmethod`, `paymentMethod`, `priceTax`, `priceNoTax`, `account`, `deliveryIs`, `signIs`, `returnRequirements`, `contractDate`, `contractBriefing`, `credit`, `note`) VALUES (1,'阿斯顿发生','阿斯蒂芬','s:13:\"[\"0\",\"1\",\"2\"]\";','阿斯顿','阿斯顿','阿斯蒂芬','啊手动阀手动阀','发的是个地方','东风公司','豆腐干士大夫',34.11,22.25,'中国工商',0,0,'','2016.12.03','','阿斯蒂芬',''), (2,'阿斯顿发生','阿斯蒂芬','s:13:\"[\"0\",\"1\",\"2\"]\";','阿斯顿','阿斯顿','阿斯蒂芬','啊手动阀手动阀','发的是个地方','东风公司','豆腐干士大夫',34.11,22.25,'中国工商',0,0,'','2016.12.03','','阿斯蒂芬',''), (3,'阿斯顿发生','阿斯蒂芬','s:13:\"[\"0\",\"1\",\"2\"]\";','阿斯顿','阿斯顿','阿斯蒂芬','啊手动阀手动阀','发的是个地方','东风公司','豆腐干士大夫',34.11,22.25,'中国工商',0,0,'','2016.12.03','','阿斯蒂芬',''), (4,'阿斯顿发生','阿斯蒂芬','s:13:\"[\"0\",\"1\",\"2\"]\";','阿斯顿','阿斯顿','阿斯蒂芬','啊手动阀手动阀','发的是个地方','东风公司','豆腐干士大夫',34.11,22.25,'中国工商',0,0,'','2016.12.03','','阿斯蒂芬',''), (5,'阿斯顿发生','阿斯蒂芬','s:13:\"[\"0\",\"1\",\"2\"]\";','阿斯顿','阿斯顿','阿斯蒂芬','啊手动阀手动阀','发的是个地方','东风公司','豆腐干士大夫',34.11,22.25,'中国工商',0,0,'','2016.12.03','','阿斯蒂芬',''), (6,'阿斯顿发生','阿斯蒂芬','s:13:\"[\"0\",\"1\",\"2\"]\";','阿斯顿','阿斯顿','阿斯蒂芬','啊手动阀手动阀','发的是个地方','东风公司','豆腐干士大夫',34.11,22.25,'中国工商',0,0,'','2016.12.03','','阿斯蒂芬',''), (7,'阿斯顿发生','阿斯蒂芬','s:13:\"[\"0\",\"1\",\"2\"]\";','阿斯顿','阿斯顿','阿斯蒂芬','啊手动阀手动阀','发的是个地方','东风公司','豆腐干士大夫',34.11,22.25,'中国工商',0,0,'','2016.12.03','','阿斯蒂芬',''), (8,'阿斯蒂芬','地方','s:13:\"[\"0\",\"1\",\"2\"]\";','地方','地方','覆盖','覆盖是','阿斯蒂芬','丰功硕德','豆腐干',34.11,22.25,'中国工商',0,1,'啊山豆根豆腐干岁的法国和深度覆盖','2016-21-12','士大夫a','阿斯蒂芬','阿斯顿'), (9,'阿斯蒂芬','地方','s:13:\"[\"0\",\"1\",\"2\"]\";','地方','地方','覆盖','覆盖是','阿斯蒂芬','丰功硕德','豆腐干',34.11,22.25,'中国工商',0,1,'啊山豆根豆腐干岁的法国和深度覆盖','2016-21-12','士大夫a','阿斯蒂芬','阿斯顿'), (10,'阿斯蒂芬','地方','s:13:\"[\"0\",\"1\",\"2\"]\";','地方','地方','覆盖','覆盖是','阿斯蒂芬','丰功硕德','豆腐干',34.11,22.25,'中国工商',0,1,'啊山豆根豆腐干岁的法国和深度覆盖','2016-21-12','士大夫a','阿斯蒂芬','阿斯顿'), (11,'阿斯蒂芬','地方','s:13:\"[\"0\",\"1\",\"2\"]\";','地方','地方','覆盖','覆盖是','阿斯蒂芬','丰功硕德','豆腐干',34.11,22.25,'中国工商',0,1,'啊山豆根豆腐干岁的法国和深度覆盖','2016-21-12','士大夫a','阿斯蒂芬','阿斯顿'), (12,'阿斯蒂芬','地方','s:13:\"[\"0\",\"1\",\"2\"]\";','地方','地方','覆盖','覆盖是','阿斯蒂芬','丰功硕德','豆腐干',34.11,22.25,'中国工商',0,1,'啊山豆根豆腐干岁的法国和深度覆盖','2016-21-12','士大夫a','阿斯蒂芬','阿斯顿'), (13,'阿斯蒂芬','地方','s:13:\"[\"0\",\"1\",\"2\"]\";','地方','地方','覆盖','覆盖是','阿斯蒂芬','丰功硕德','豆腐干',34.11,22.25,'中国工商',0,1,'啊山豆根豆腐干岁的法国和深度覆盖','2016-21-12','士大夫a','阿斯蒂芬','阿斯顿'), (65,'阿斯蒂芬','地方','s:13:\"[\"0\",\"1\",\"2\"]\";','地方','地方','覆盖','覆盖是','阿斯蒂芬','丰功硕德','豆腐干',34.11,22.25,'中国工商',0,1,'啊山豆根豆腐干岁的法国和深度覆盖','2016-21-12','士大夫a','阿斯蒂芬','阿斯顿'), (66,'阿斯蒂芬','地方','s:13:\"[\"0\",\"1\",\"2\"]\";','地方','地方','覆盖','覆盖是','阿斯蒂芬','丰功硕德','豆腐干',34.11,22.25,'中国工商',0,1,'啊山豆根豆腐干岁的法国和深度覆盖','2016-21-12','士大夫a','阿斯蒂芬','阿斯顿'), (67,'阿斯蒂芬','地方','s:13:\"[\"0\",\"1\",\"2\"]\";','地方','地方','覆盖','覆盖是','阿斯蒂芬','丰功硕德','豆腐干',34.11,22.25,'中国工商',0,1,'啊山豆根豆腐干岁的法国和深度覆盖','2016-21-12','士大夫a','阿斯蒂芬','阿斯顿'), (68,'阿斯蒂芬','地方','s:13:\"[\"0\",\"1\",\"2\"]\";','地方','地方','覆盖','覆盖是','阿斯蒂芬','丰功硕德','豆腐干',34.11,22.25,'中国工商',0,1,'啊山豆根豆腐干岁的法国和深度覆盖','2016-21-12','士大夫a','阿斯蒂芬','阿斯顿'), (69,'阿斯蒂芬','地方','s:13:\"[\"0\",\"1\",\"2\"]\";','地方','地方','覆盖','覆盖是','阿斯蒂芬','丰功硕德','豆腐干',34.11,22.25,'中国工商',0,1,'啊山豆根豆腐干岁的法国和深度覆盖','2016-21-12','士大夫a','阿斯蒂芬','阿斯顿'), (70,'阿斯蒂芬','地方','s:13:\"[\"0\",\"1\",\"2\"]\";','地方','地方','覆盖','覆盖是','阿斯蒂芬','丰功硕德','豆腐干',34.11,22.25,'中国工商',0,1,'啊山豆根豆腐干岁的法国和深度覆盖','2016-21-12','士大夫a','阿斯蒂芬','阿斯顿'), (71,'阿斯蒂芬','地方','s:13:\"[\"0\",\"1\",\"2\"]\";','地方','地方','覆盖','覆盖是','阿斯蒂芬','丰功硕德','豆腐干',34.11,22.25,'中国工商',0,1,'啊山豆根豆腐干岁的法国和深度覆盖','2016-21-12','士大夫a','阿斯蒂芬','阿斯顿'), (72,'阿斯蒂芬','地方','s:13:\"[\"0\",\"1\",\"2\"]\";','地方','地方','覆盖','覆盖是','阿斯蒂芬','丰功硕德','豆腐干',34.11,22.25,'中国工商',0,1,'啊山豆根豆腐干岁的法国和深度覆盖','2016-21-12','士大夫a','阿斯蒂芬','阿斯顿'), (73,'啊手动阀手动阀','更换防盗更换','s:13:\"[\"0\",\"1\",\"2\"]\";','东风公司','的风光很多的d\'f\'g\'h','地方感觉还是','山东分公司s','岁的法国','的甲方根据','但是风格士大夫',34.11,22.25,'中国工商',0,0,'d\'s\'f\'g','2016-21-12','岁的法国法国警方规划局规划局开会艰苦了;','士大夫敢死队风格','是豆腐干士大夫敢死队'), (74,'啊手动阀手动阀','更换防盗更换','s:13:\"[\"0\",\"1\",\"2\"]\";','东风公司','的风光很多的d\'f\'g\'h','地方感觉还是','山东分公司s','岁的法国','的甲方根据','但是风格士大夫',34.11,22.25,'中国工商',0,0,'d\'s\'f\'g','2016-21-12','岁的法国法国警方规划局规划局开会艰苦了;','士大夫敢死队风格','是豆腐干士大夫敢死队'), (75,'啊手动阀手动阀','更换防盗更换','s:13:\"[\"0\",\"1\",\"2\"]\";','东风公司','的风光很多的d\'f\'g\'h','地方感觉还是','山东分公司s','岁的法国','的甲方根据','但是风格士大夫',34.11,22.25,'中国工商',0,0,'d\'s\'f\'g','2016-21-12','岁的法国法国警方规划局规划局开会艰苦了;','士大夫敢死队风格','是豆腐干士大夫敢死队'), (76,'啊手动阀手动阀','更换防盗更换','s:13:\"[\"0\",\"1\",\"2\"]\";','东风公司','的风光很多的d\'f\'g\'h','地方感觉还是','山东分公司s','岁的法国','的甲方根据','但是风格士大夫',34.11,22.25,'中国工商',0,0,'d\'s\'f\'g','2016-21-12','岁的法国法国警方规划局规划局开会艰苦了;','士大夫敢死队风格','是豆腐干士大夫敢死队'), (77,'啊手动阀手动阀','更换防盗更换','s:13:\"[\"0\",\"1\",\"2\"]\";','东风公司','的风光很多的d\'f\'g\'h','地方感觉还是','山东分公司s','岁的法国','的甲方根据','但是风格士大夫',34.11,22.25,'中国工商',0,0,'d\'s\'f\'g','2016-21-12','岁的法国法国警方规划局规划局开会艰苦了;','士大夫敢死队风格','是豆腐干士大夫敢死队'), (109,'啊手动阀手动阀','更换防盗更换','s:13:\"[\"0\",\"1\",\"2\"]\";','东风公司','的风光很多的d\'f\'g\'h','地方感觉还是','山东分公司s','岁的法国','的甲方根据','但是风格士大夫',34.11,22.25,'中国工商',0,0,'d\'s\'f\'g','2016-21-12','岁的法国法国警方规划局规划局开会艰苦了;','士大夫敢死队风格','是豆腐干士大夫敢死队'), (110,'啊手动阀手动阀','更换防盗更换','s:13:\"[\"0\",\"1\",\"2\"]\";','东风公司','的风光很多的d\'f\'g\'h','地方感觉还是','山东分公司s','岁的法国','的甲方根据','但是风格士大夫',34.11,22.25,'中国工商',0,0,'d\'s\'f\'g','2016-21-12','岁的法国法国警方规划局规划局开会艰苦了;','士大夫敢死队风格','是豆腐干士大夫敢死队'), (111,'啊手动阀手动阀','更换防盗更换','s:13:\"[\"0\",\"1\",\"2\"]\";','东风公司','的风光很多的d\'f\'g\'h','地方感觉还是','山东分公司s','岁的法国','的甲方根据','但是风格士大夫',34.11,22.25,'中国工商',0,0,'d\'s\'f\'g','2016-21-12','岁的法国法国警方规划局规划局开会艰苦了;','士大夫敢死队风格','是豆腐干士大夫敢死队'), (115,'阿斯蒂芬','更换防盗更换','s:9:\"[\"0\",\"1\"]\";','东风公司','的风光很多的d\'f\'g\'h','地方感觉还是a\'s\'d\'fa\'s\'d\'f','覆盖是','啊是的地方','规划','发个好地方',34.11,22.25,'中国工商',1,0,'','2016-21-12','','啊士大夫风格化法国',''), (116,'阿斯蒂芬','更换防盗更换','s:9:\"[\"0\",\"1\"]\";','东风公司','的风光很多的d\'f\'g\'h','地方感觉还是a\'s\'d\'fa\'s\'d\'f','覆盖是','啊是的地方','规划','发个好地方',34.11,22.25,'中国工商',1,0,'','2016-21-12','','啊士大夫风格化法国',''), (117,'阿斯蒂芬','更换防盗更换','s:9:\"[\"0\",\"1\"]\";','东风公司','地方','地方感觉还是','覆盖是','岁的法国','的甲方根据','但是风格士大夫',34.11,22.25,'中国工商',0,0,'','2016-21-12','','士大夫敢死队风格',''), (118,'阿斯蒂芬','更换防盗更换','s:9:\"[\"0\",\"1\"]\";','东风公司','地方','地方感觉还是','覆盖是','岁的法国','的甲方根据','但是风格士大夫',34.11,22.25,'中国工商',0,0,'','2016-21-12','','士大夫敢死队风格',''), (120,'23阿斯蒂芬大师傅似的发射点发射点发射点发射点','更换防盗更换','s:9:\"[\"0\",\"1\"]\";','东风公司','地方','地方感觉还是','覆盖是','岁的法国','的甲方根据','但是风格士大夫',34.11,22.25,'中国工商',0,0,'','2016-21-12','','士大夫敢死队风格啊啊啊啊',''), (121,'23阿斯蒂芬大师傅似的发射点发射点发射点发射点','更换防盗更换','s:9:\"[\"0\",\"1\"]\";','东风公司','地方','地方感觉还是','覆盖是','岁的法国','的甲方根据','但是风格士大夫',34.11,22.25,'中国工商',0,0,'','2016-21-12','','士大夫敢死队风格啊啊啊啊',''), (123,'阿斯蒂芬大师傅似的发射点发射点发射点发射点','更换防盗1更换得到的','s:9:\"[\"0\",\"1\"]\";','东风公司','地方','地方感觉还是','覆盖是','岁的法国','的甲方根据','但是风格士大夫',34.11,22.25,'中国工商',0,0,'','2016-11-10','','士大夫敢死队风格',''); /*!40000 ALTER TABLE `supplier` ENABLE KEYS */; UNLOCK TABLES; # Dump of table supplier_contact # ------------------------------------------------------------ DROP TABLE IF EXISTS `supplier_contact`; CREATE TABLE `supplier_contact` ( `contactId` int(5) NOT NULL AUTO_INCREMENT COMMENT '供应商ID', `supplierId` int(8) DEFAULT NULL COMMENT '供应商ID', `name` varchar(45) DEFAULT NULL COMMENT '联系人姓名', `nickname` varchar(45) DEFAULT NULL COMMENT '英文名/昵称', `gender` tinyint(1) DEFAULT NULL COMMENT '性别', `position` varchar(255) DEFAULT NULL COMMENT '职位/描述', `age` tinyint(1) DEFAULT NULL COMMENT '年龄', `phone` varchar(30) DEFAULT NULL COMMENT '座机电话', `phoneExt` varchar(10) DEFAULT NULL COMMENT '分机', `telOne` char(11) DEFAULT NULL COMMENT '手机一', `telTwo` char(11) DEFAULT NULL COMMENT '手机二', `email` varchar(45) DEFAULT NULL COMMENT '邮箱', `qq` varchar(15) DEFAULT NULL COMMENT 'qq', `wechat` varchar(20) DEFAULT NULL COMMENT '微信', `account` varchar(45) DEFAULT NULL COMMENT '个人帐户', `birthday` char(10) DEFAULT NULL COMMENT '生日', `note` varchar(255) DEFAULT NULL COMMENT '附注', PRIMARY KEY (`contactId`), KEY `supplierID` (`supplierId`), CONSTRAINT `contact_record_supplierid` FOREIGN KEY (`supplierId`) REFERENCES `supplier` (`supplierId`) ON DELETE CASCADE ON UPDATE NO ACTION ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='供应联系人表'; # Dump of table supplier_record # ------------------------------------------------------------ DROP TABLE IF EXISTS `supplier_record`; CREATE TABLE `supplier_record` ( `recordId` int(10) NOT NULL COMMENT '供应商接触记录ID', `supplierId` int(8) DEFAULT NULL COMMENT '供应商ID', `contactId` int(5) DEFAULT NULL COMMENT '联系人ID', `timestamp` int(10) DEFAULT NULL COMMENT '联系时间', `type` varchar(45) DEFAULT NULL COMMENT '联系方式', `record` varchar(255) DEFAULT NULL COMMENT '记录', `keepRecords` varchar(255) DEFAULT NULL COMMENT '留物记录', `nextTimestamp` int(10) DEFAULT NULL COMMENT '下次联系计划日期', `nextContent` varchar(45) DEFAULT NULL COMMENT '下次联系计划内容', PRIMARY KEY (`recordId`), UNIQUE KEY `recordId_UNIQUE` (`recordId`), KEY `supplierId_idx` (`supplierId`), CONSTRAINT `record_supplier_id` FOREIGN KEY (`supplierId`) REFERENCES `supplier` (`supplierId`) ON DELETE CASCADE ON UPDATE NO ACTION ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='供应商接触记录表'; # Dump of table warehouse # ------------------------------------------------------------ DROP TABLE IF EXISTS `warehouse`; CREATE TABLE `warehouse` ( `warehouseId` int(10) NOT NULL AUTO_INCREMENT COMMENT '库房ID', `name` varchar(100) DEFAULT NULL COMMENT '库房名称', `address` varchar(100) DEFAULT NULL COMMENT '库房地址', `area` double(9,2) DEFAULT NULL COMMENT '库存面积', `number` int(10) DEFAULT NULL COMMENT '员工人数', `distrbutionArea` varchar(255) DEFAULT NULL COMMENT '配送区域', `distrbutionTools` varchar(255) DEFAULT NULL COMMENT '配送工具情况', `quota` varchar(255) DEFAULT NULL COMMENT '储值额度', `credit` varchar(255) DEFAULT NULL COMMENT '授信额度', `joinDate` int(11) DEFAULT NULL COMMENT '加盟日期', `contractDate` int(11) DEFAULT NULL COMMENT '合同到期日', PRIMARY KEY (`warehouseId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='产品库房设置表'; LOCK TABLES `warehouse` WRITE; /*!40000 ALTER TABLE `warehouse` DISABLE KEYS */; INSERT INTO `warehouse` (`warehouseId`, `name`, `address`, `area`, `number`, `distrbutionArea`, `distrbutionTools`, `quota`, `credit`, `joinDate`, `contractDate`) VALUES (6,'卡睡觉了发送;了','但看见啊疯了似的',23.00,34234,'五城区','老师快点减肥开始','打开房间','会计法 i',2016,2016), (7,'卡睡觉了发送;了','但看见啊疯了似的',23.00,34234,'五城区','老师快点减肥开始','打开房间','会计法 i',2016,2016), (8,'卡睡觉了发送;了','但看见啊疯了似的',23.00,34234,'五城区','老师快点减肥开始','打开房间','会计法 i',2016,2016), (9,'卡睡觉了发送;了','但看见啊疯了似的',23.00,34234,'五城区','老师快点减肥开始','打开房间','会计法 i',2016,2016), (10,'卡睡觉了发送;了','但看见啊疯了似的',23.00,34234,'五城区','老师快点减肥开始','打开房间','会计法 i',2016,2016), (11,'卡睡觉了发送;了','但看见啊疯了似的',23.00,34234,'五城区','老师快点减肥开始','打开房间','会计法 i',2016,2016), (12,'卡睡觉了发送;了','但看见啊疯了似的',23.00,34234,'五城区','老师快点减肥开始','打开房间','会计法 i',2016,2016), (13,'卡睡觉了发送;了','但看见啊疯了似的',23.00,34234,'五城区','老师快点减肥开始','打开房间','会计法 i',2016,2016), (14,'卡睡觉了发送;了','但看见啊疯了似的',23.00,34234,'五城区','老师快点减肥开始','打开房间','会计法 i',2016,2016), (15,'卡睡觉了发送;了','但看见啊疯了似的',23.00,34234,'五城区','老师快点减肥开始','打开房间','会计法 i',2016,2016), (16,'卡睡觉了发送;了','但看见啊疯了似的',23.00,34234,'五城区','老师快点减肥开始','打开房间','会计法 i',2016,2016), (33,'是的风格','很是的风格大方',312.00,342,'五城区','d时代发生的','到发送','阿斯顿飞',2016,2016), (34,'是的风格','很是的风格大方',312.00,342,'五城区','d时代发生的','到发送','阿斯顿飞',2016,2016), (35,'是的风格','很是的风格大方',312.00,342,'五城区','d时代发生的','到发送','阿斯顿飞',2016,2016), (36,'是的风格','很是的风格大方',312.00,342,'五城区','d时代发生的','到发送','阿斯顿飞',2016,2016), (37,'是的风格','很是的风格大方',312.00,342,'五城区','d时代发生的','到发送','阿斯顿飞',2016,2016), (38,'是的风格','很是的风格大方',312.00,342,'五城区','d时代发生的','到发送','阿斯顿飞',2016,2016), (39,'是的风格','很是的风格大方',312.00,342,'五城区','d时代发生的','到发送','阿斯顿飞',2016,2016), (40,'是的风格','很是的风格大方',312.00,342,'五城区','d时代发生的','到发送','阿斯顿飞',2016,2016), (44,'是的风格','很是的风格大方',312.00,342,'五城区','d时代发生的','到发送','阿斯顿飞',2016,2016), (46,'是的风格','很是的风格大方',312.00,342,'五城区','d时代发生的','到发送','阿斯顿飞',2016,2016), (48,'是的风格','很是的风格大方',312.00,342,'五城区','d时代发生的','到发送','阿斯顿飞',2016,2016), (49,'是的风格','很是的风格大方',312.00,342,'五城区','d时代发生的','到发送','阿斯顿飞',2016,2016), (50,'是的风格','很是的风格大方',312.00,342,'五城区','d时代发生的','到发送','阿斯顿飞',2016,2016), (51,'是的风格','很是的风格大方',312.00,342,'五城区','d时代发生的','到发送','阿斯顿飞',2016,2016), (52,'是的风格','很是的风格大方',312.00,342,'五城区','d时代发生的','到发送','阿斯顿飞',2016,2016), (53,'是的风格','很是的风格大方',312.00,342,'五城区','d时代发生的','到发送','阿斯顿飞',2016,2016), (55,'是的风格','很是的风格大方',312.00,342,'五城区','d时代发生的','到发送','阿斯顿飞',2016,2016), (56,'是的风格','很是的风格大方',312.00,342,'五城区','d时代发生的','到发送','阿斯顿飞',2016,2016), (57,'是的风格','很是的风格大方',312.00,342,'五城区','d时代发生的','到发送','阿斯顿飞',2016,2016), (58,'是的风格','很是的风格大方',312.00,342,'五城区','d时代发生的','到发送','阿斯顿飞',2016,2016), (59,'是的风格','很是的风格大方',312.00,342,'五城区','d时代发生的','到发送','阿斯顿飞',2016,2016), (60,'是的风格','很是的风格大方',312.00,342,'五城区','d时代发生的','到发送','阿斯顿飞',2016,2016), (63,'阿斯顿飞地方','很是的风格大方',312.23,342,'史蒂夫和分公司噶地方是的','d时代发生的','123.23','343.234',2016,2016), (64,'到发送地方','很是的风格大方',312.23,342,'史蒂夫和分公司噶地方是的','d时代发生的','123.23','343.234',2016,2016), (66,'到发送地方时','很是的风格大方',312.23,342,'史蒂夫和分公司噶地方是的','d时代发生的','123.23','343.234',1970,1970), (67,'到发送地方时11111','很是的风格大方',312.23,342,'史蒂夫和分公司噶地方是的','d时代发生的','123.23','343.234',1478736000,1478736000); /*!40000 ALTER TABLE `warehouse` ENABLE KEYS */; UNLOCK TABLES; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_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 */;
<reponame>nocturaf/heavlypedia -- phpMyAdmin SQL Dump -- version 4.9.1 -- https://www.phpmyadmin.net/ -- -- Host: localhost -- Generation Time: May 31, 2020 at 09:21 AM -- Server version: 10.4.8-MariaDB -- PHP Version: 7.1.32 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: `db_heavlypedia` -- -- -------------------------------------------------------- -- -- Table structure for table `akun_admin` -- CREATE TABLE `akun_admin` ( `id_admin` int(11) NOT NULL, `username` varchar(50) NOT NULL, `password` varchar(100) NOT NULL, `nama_admin` varchar(100) NOT NULL, `alamat` text NOT NULL, `no_telp` varchar(50) NOT NULL, `email` varchar(100) NOT NULL, `latitude` double NOT NULL, `longtitude` double NOT NULL, `gambar` varchar(50) NOT NULL DEFAULT 'default.png' ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `akun_admin` -- INSERT INTO `akun_admin` (`id_admin`, `username`, `password`, `nama_admin`, `alamat`, `no_telp`, `email`, `latitude`, `longtitude`, `gambar`) VALUES (1, 'admin', '<PASSWORD>', 'Rumah Sakit Tes', 'Tes alamat rumah sakit', '081123456789', '<EMAIL>', -6.892027, 107.5680614, 'foto_admin_id_11.jpg'), (2, 'admin2', '<PASSWORD>', 'Klinikmaju mundur', 'aaaa', '<PASSWORD>', '<EMAIL>', -6.974027999999999, 107.6305287, 'default.png'), (3, 'admin3', 'admin3', 'RS Umum Bandung', 'aaa', '<PASSWORD>', '<EMAIL>', -6.915671, 107.6637222, 'default.png'), (5, 'admin7', 'a5e35483f1745c0f4f3de950861d6aaed488c25da7d342a8827a3fc7b0e73186', 'rumah sakit ke tujuh', 'alamat rs 7', '081123456789', '<EMAIL>', -6.9066699, 107.6409069, 'default.png'); -- -------------------------------------------------------- -- -- Table structure for table `akun_pasien` -- CREATE TABLE `akun_pasien` ( `id_pasien` int(11) NOT NULL, `username` varchar(50) NOT NULL, `password` varchar(100) NOT NULL, `nama_pasien` varchar(100) NOT NULL, `tgl_lahir` varchar(50) NOT NULL, `jenis_kelamin` varchar(50) NOT NULL, `alamat` text NOT NULL, `no_telp` varchar(50) NOT NULL, `email` varchar(100) NOT NULL, `gambar` varchar(50) NOT NULL DEFAULT 'default.png', `otp` int(5) DEFAULT 0 ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `akun_pasien` -- INSERT INTO `akun_pasien` (`id_pasien`, `username`, `password`, `nama_pasien`, `tgl_lahir`, `jenis_kelamin`, `alamat`, `no_telp`, `email`, `gambar`, `otp`) VALUES (1, 'aaa', '<PASSWORD>', '<NAME>', 'Thursday 16 January 2020', 'Laki-laki', 'Tes alamat', '081123456789', '<EMAIL>', 'default.png', NULL), (2, 'bbb', 'bbbbbb', 'bbb', '2010-10-28', 'Perempuan', 'bbb', '111', '<EMAIL>', 'default.png', NULL), (3, 'ccc', 'cccccc', 'ccc', '2020-02-05', 'Perempuan', 'ccc', '000', '<EMAIL>', 'default.png', NULL), (4, 'ddd', 'dddddd', 'ddd', '14/03/1996', 'Laki-laki', 'ddd', '0123', '<EMAIL>', 'default.png', NULL), (5, 'eee', 'eeeeee', 'eee', 'Thursday 02 January 1977', 'Laki-laki', 'eee', '012', '<EMAIL>', 'default.png', NULL), (6, 'testes1', '65ab74e238af04a5d2ed2f0197cc30237b87d2e2cf973224ffd93865df39cbe1', 'testes', 'Thursday 05 January 2020', 'Laki-laki', 'testes', '122', '<EMAIL>', 'foto_pasien_id_6.jpg', NULL), (30, 'nocturaf', '', '<NAME>', '', '', '', '085156166752', '<EMAIL>', '', 6452), (31, 'isnanar', '0d25ffc72c115b6497a4e0e873bb01d6b737ca6e626a034aefd82bb9e6fd6dbf', 'Isnan', 'Thursday 31 January 2020', 'Laki-laki', 'BTN Aura', '081223816007', '<EMAIL>', 'default.png', 0); -- -------------------------------------------------------- -- -- Table structure for table `akun_superadmin` -- CREATE TABLE `akun_superadmin` ( `id_superadmin` int(11) NOT NULL, `username` varchar(50) NOT NULL, `password` varchar(100) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `akun_superadmin` -- INSERT INTO `akun_superadmin` (`id_superadmin`, `username`, `password`) VALUES (1, 'heavlypedia', '<PASSWORD>'); -- -------------------------------------------------------- -- -- Table structure for table `booking` -- CREATE TABLE `booking` ( `id_booking` varchar(32) NOT NULL, `id_admin` int(11) NOT NULL, `id_dokter` int(11) NOT NULL, `id_pasien` int(11) NOT NULL, `nama_pasien` varchar(100) NOT NULL, `nama_dokter` varchar(100) NOT NULL, `nama_admin` varchar(100) NOT NULL, `tgl_booking` varchar(50) NOT NULL, `jam_booking` time NOT NULL, `poli` varchar(100) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'Menunggu Konfirmasi' ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `booking` -- INSERT INTO `booking` (`id_booking`, `id_admin`, `id_dokter`, `id_pasien`, `nama_pasien`, `nama_dokter`, `nama_admin`, `tgl_booking`, `jam_booking`, `poli`, `status`) VALUES ('5e459fb3daa46', 3, 7, 1, 'Fikri Sabriansyah', 'dokter bandung.sp.tht', 'RS Umum Bandung', 'Tuesday 18 February 2020', '10:00:00', 'THT', 'Menunggu Konfirmasi'), ('5e45a2b22997b', 1, 3, 1, 'F<NAME>', 'Dokter Subadrun', 'RS Umum Bandung', 'Tuesday 11 February 2020', '10:00:00', 'THT', 'Tidak Berlaku'), ('5e45a480b6c3b', 3, 7, 1, 'Fikri Sabriansyah', 'dokter bandung.sp.tht', 'RS Umum Bandung', 'Tuesday 11 February 2020', '10:00:00', 'THT', 'Menunggu Konfirmasi'), ('5e45ab93224cd', 1, 3, 1, '<NAME>', 'Dokter Subadrun', 'Rumah Sakit Tes', 'Tuesday 11 February 2020', '10:00:00', 'THT', 'Tidak Berlaku'), ('5e45aecdd4a3f', 1, 3, 1, '<NAME>', 'Dokter Subadrun', 'Rumah Sakit Tes', 'Tuesday 04 February 2020', '10:00:00', 'THT', 'Tidak Berlaku'), ('5e55878f05d56', 3, 3, 6, 'testes', 'dokter luar biasa', 'RS Umum Bandung', 'Friday 28 February 2020', '10:00:00', 'THT', 'Menunggu Konfirmasi'), ('5e5587a8b223b', 3, 7, 6, 'testes', 'dokter bandung.sp.tht', 'RS Umum Bandung', 'Friday 28 February 2020', '09:00:00', 'THT', 'Menunggu Konfirmasi'), ('5e5594e57f6fd', 3, 3, 6, 'testes', 'dokter luar biasa', 'RS Umum Bandung', 'Friday 28 February 2020', '10:00:00', 'THT', 'Menunggu Konfirmasi'), ('5e6612ed495c3', 1, 3, 6, 'testes', 'dokter luar biasa', 'RS Umum Bandung', 'Friday 27 March 2020', '10:00:00', 'THT', 'Dikonfirmasi'), ('5e6615a076591', 1, 3, 6, 'testes', 'dokter luar biasa', 'RS Umum Bandung', 'Friday 27 March 2020', '10:00:00', 'THT', 'Menunggu Konfirmasi'), ('5e6615c28ab11', 1, 3, 6, 'testes', 'dokter luar biasa', 'RS Umum Bandung', 'Friday 27 March 2020', '10:50:00', 'THT', 'Menunggu Konfirmasi'), ('5e663f27e66a1', 1, 3, 6, 'testes', 'dokter luar biasa', 'RS Umum Bandung', 'Friday 27 March 2020', '10:00:00', 'THT', 'Menunggu Konfirmasi'), ('5e663f51591ec', 1, 3, 6, 'testes', 'dokter luar biasa', 'RS Umum Bandung', 'Friday 27 March 2020', '10:00:00', 'THT', 'Menunggu Konfirmasi'), ('5e6adfd7d77de', 3, 7, 6, 'testes', 'dokter bandung.sp.tht', 'RS Umum Bandung', 'Friday 27 March 2020', '10:00:00', 'THT', 'Menunggu Konfirmasi'); -- -------------------------------------------------------- -- -- Table structure for table `dokter` -- CREATE TABLE `dokter` ( `id_dokter` int(11) NOT NULL, `id_admin` int(11) NOT NULL, `nama_dokter` varchar(100) NOT NULL, `tgl_lahir` varchar(50) NOT NULL, `jenis_kelamin` varchar(50) NOT NULL, `alamat` text NOT NULL, `no_telp` varchar(50) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `dokter` -- INSERT INTO `dokter` (`id_dokter`, `id_admin`, `nama_dokter`, `tgl_lahir`, `jenis_kelamin`, `alamat`, `no_telp`) VALUES (3, 1, 'dokter luar biasa', 'Thursday 09 January 2020', 'Perempuan', 'aaa', '123'), (5, 1, 'FIkri Sabriansyah', 'Friday 07 February 2020', 'Laki-laki', 'tes alamat', '123'), (7, 3, 'dokter bandung.sp.tht', 'Thursday 13 February 2020', 'Laki-laki', 'aaa', '123'); -- -------------------------------------------------------- -- -- Table structure for table `jadwal_dokter` -- CREATE TABLE `jadwal_dokter` ( `id_jadwal` int(11) NOT NULL, `id_dokter` int(11) NOT NULL, `id_admin` int(11) NOT NULL, `nama_dokter` varchar(100) NOT NULL, `poli` varchar(100) NOT NULL, `hari_praktek` varchar(20) NOT NULL, `mulai_praktek` time NOT NULL, `selesai_praktek` time NOT NULL, `kuota` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `jadwal_dokter` -- INSERT INTO `jadwal_dokter` (`id_jadwal`, `id_dokter`, `id_admin`, `nama_dokter`, `poli`, `hari_praktek`, `mulai_praktek`, `selesai_praktek`, `kuota`) VALUES (4, 3, 1, 'dokter luar biasa', 'THT', 'Friday', '00:00:00', '12:00:00', 5), (7, 7, 3, 'dokter bandung.sp.tht', 'THT', 'Friday', '08:00:00', '12:00:00', 5); -- -------------------------------------------------------- -- -- Table structure for table `poli` -- CREATE TABLE `poli` ( `id_poli` int(11) NOT NULL, `nama_poli` varchar(50) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `poli` -- INSERT INTO `poli` (`id_poli`, `nama_poli`) VALUES (1, 'THT'), (2, 'Kehamilan'); -- -- Indexes for dumped tables -- -- -- Indexes for table `akun_admin` -- ALTER TABLE `akun_admin` ADD PRIMARY KEY (`id_admin`); -- -- Indexes for table `akun_pasien` -- ALTER TABLE `akun_pasien` ADD PRIMARY KEY (`id_pasien`); -- -- Indexes for table `akun_superadmin` -- ALTER TABLE `akun_superadmin` ADD PRIMARY KEY (`id_superadmin`); -- -- Indexes for table `booking` -- ALTER TABLE `booking` ADD PRIMARY KEY (`id_booking`); -- -- Indexes for table `dokter` -- ALTER TABLE `dokter` ADD PRIMARY KEY (`id_dokter`); -- -- Indexes for table `jadwal_dokter` -- ALTER TABLE `jadwal_dokter` ADD PRIMARY KEY (`id_jadwal`); -- -- Indexes for table `poli` -- ALTER TABLE `poli` ADD PRIMARY KEY (`id_poli`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `akun_admin` -- ALTER TABLE `akun_admin` MODIFY `id_admin` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; -- -- AUTO_INCREMENT for table `akun_pasien` -- ALTER TABLE `akun_pasien` MODIFY `id_pasien` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=32; -- -- AUTO_INCREMENT for table `akun_superadmin` -- ALTER TABLE `akun_superadmin` MODIFY `id_superadmin` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `dokter` -- ALTER TABLE `dokter` MODIFY `id_dokter` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; -- -- AUTO_INCREMENT for table `jadwal_dokter` -- ALTER TABLE `jadwal_dokter` MODIFY `id_jadwal` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; -- -- AUTO_INCREMENT for table `poli` -- ALTER TABLE `poli` MODIFY `id_poli` int(11) 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 */;
-- phpMyAdmin SQL Dump -- version 5.0.1 -- https://www.phpmyadmin.net/ -- -- Host: 1172.16.17.32 -- Generation Time: Jul 18, 2020 at 11:17 AM -- Server version: 10.4.11-MariaDB -- PHP Version: 7.4.3 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: `eproject-sem1` -- -- -------------------------------------------------------- -- -- Table structure for table `tbl_admin` -- CREATE TABLE `tbl_admin` ( `id` int(11) NOT NULL, `permission` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `user_name` varchar(90) COLLATE utf8mb4_unicode_ci NOT NULL, `password` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL, `updated_at` datetime DEFAULT NULL, `created_at` datetime DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `tbl_admin` -- INSERT INTO `tbl_admin` (`id`, `permission`, `user_name`, `password`, `updated_at`, `created_at`) VALUES (1235, 'Owner', 'ThangNguyen', '<PASSWORD>e4d806ba148a571', NULL, NULL), (1236, 'Owner', 'AnNguyen', '7c4a8d09ca3762af61e59520943dc26494f8941b5a562703441846cfdf137b5b5e4d806ba148a571', NULL, NULL), (1237, 'Admin', 'hello', '7c4a8d09ca3762af61e59520943dc26494f8941b5a562703441846cfdf137b5b5e4d806ba148a571', NULL, NULL), (1238, 'Owner', 'test3', '7c4a8d09ca3762af61e59520943dc26494f8941b5a562703441846cfdf137b5b5e4d806ba148a571', NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `tbl_category` -- CREATE TABLE `tbl_category` ( `id` int(11) NOT NULL, `cat_name` varchar(90) COLLATE utf8mb4_unicode_ci NOT NULL, `cat_price` float DEFAULT NULL, `cat_image` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `cat_description` varchar(90) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `updated_at` datetime DEFAULT NULL, `created_at` datetime DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `tbl_combo` -- CREATE TABLE `tbl_combo` ( `id` int(11) NOT NULL, `combo_img` varchar(200) NOT NULL, `description` varchar(200) NOT NULL, `price` int(11) NOT NULL, `status` varchar(200) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4; -- -- Dumping data for table `tbl_combo` -- INSERT INTO `tbl_combo` (`id`, `combo_img`, `description`, `price`, `status`) VALUES (2, '1594868837_636188481_1.jpg', 'combo-weekend special', 20, 'Expired'); -- -------------------------------------------------------- -- -- Table structure for table `tbl_delivery` -- CREATE TABLE `tbl_delivery` ( `id` int(11) NOT NULL, `first_name` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `last_name` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `email` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `id_user` int(11) NOT NULL, `phone_numbers` int(11) DEFAULT NULL, `store_name` varchar(90) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `customer_address` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `comment` varchar(500) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `order_code` int(11) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `tbl_delivery` -- INSERT INTO `tbl_delivery` (`id`, `first_name`, `last_name`, `email`, `id_user`, `phone_numbers`, `store_name`, `customer_address`, `comment`, `order_code`) VALUES (41, 'nguyen', 'huy', '<EMAIL>', 468, 213456, NULL, 'Vuong Thua Vu-Khuong Trung-Ha Noi', '123456', 59), (50, 'thang', 'nguyen', '<EMAIL>', 468, 1234567891, 'Shale Pizza Ngoc Khanh 107 D3 Ngoc Khanh, Ba Đinh', NULL, 'dfsd', 69), (51, 'nguyen', 'huy', '<EMAIL>', 468, 213456, NULL, 'Xâm Hồ-Khuong Trung-Ha Noi', 'gchgf', 70), (52, 'nguyen', 'huy', '<EMAIL>', 468, 123456, 'Choose a store to receive your order', NULL, 'ss', 71), (53, 'nguyen', 'huy', '<EMAIL>', 468, 123456, 'Choose a store to receive your order', NULL, '34234', 72), (54, 'Nguyễn', 'Huy', '<EMAIL>', 468, 213456, NULL, 'Vuong Thua Vu-Khuong Trung-Ha Noi', 'this is Test', 73), (55, 'Nguyễn', 'Huy', '<EMAIL>', 468, 987366110, NULL, 'Vuong Thua Vu-Khuong Trung-Hà Nội', 'ojmk', 74), (56, 'Nguyễn', 'Huy', '<EMAIL>', 487, 987366110, NULL, 'Vuong Thua Vu-Khuong Trung-Hà Nội', 'This is Test', 77); -- -------------------------------------------------------- -- -- Table structure for table `tbl_gallery` -- CREATE TABLE `tbl_gallery` ( `id` int(11) NOT NULL, `img` varchar(200) NOT NULL, `img_description` varchar(200) DEFAULT NULL ) ENGINE=Aria DEFAULT CHARSET=utf8mb4; -- -- Dumping data for table `tbl_gallery` -- INSERT INTO `tbl_gallery` (`id`, `img`, `img_description`) VALUES (7, '1594865330_1706490104_avatar.jpeg', NULL), (8, '1594868913_896437039_2.jpg', 'perfect pizza'); -- -------------------------------------------------------- -- -- Table structure for table `tbl_order` -- CREATE TABLE `tbl_order` ( `id` int(11) NOT NULL, `id_user` int(11) NOT NULL, `id_details` int(11) NOT NULL, `date_create` datetime DEFAULT NULL, `status` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `tbl_order` -- INSERT INTO `tbl_order` (`id`, `id_user`, `id_details`, `date_create`, `status`) VALUES (59, 468, 51, NULL, 'vip'), (68, 468, 60, NULL, 'pending'), (69, 468, 61, NULL, 'pending'), (70, 468, 62, NULL, 'friendly member'), (75, 487, 67, NULL, 'pending'), (76, 487, 68, NULL, 'pending'), (77, 487, 69, NULL, 'complete'); -- -------------------------------------------------------- -- -- Table structure for table `tbl_order_details` -- CREATE TABLE `tbl_order_details` ( `id` int(11) NOT NULL, `prd_name` varchar(500) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `quantity` int(11) NOT NULL, `total_price` double NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `tbl_order_details` -- INSERT INTO `tbl_order_details` (`id`, `prd_name`, `quantity`, `total_price`) VALUES (51, 'SEAFOOD DELUXE,Brown coffee,Milk shake', 4, 25), (60, 'Epic Rainbow Cake,Doberge Cake', 2, 14), (61, 'Epic Rainbow Cake,Doberge Cake', 2, 14), (62, 'Double-Garlic & Herb Bread,CHEESY BITES TRIO SHRIMP,PIZZA 4 CHEESE,SEAFOOD PESTO', 10, 80), (63, 'PIZZA 4 CHEESE', 1, 8), (64, 'PIZZA 4 CHEESE,CHEESY BITES TRIO SHRIMP,SEAFOOD DELUXE,SEAFOOD PESTO,OCEAN DELIGHT', 6, 54), (65, 'CHEESY BITES TRIO SHRIMP,SEAFOOD DELUXE,HAWAIIAN PARADISE', 3, 32), (66, 'PIZZA 4 CHEESE', 2, 16), (67, 'PIZZA 4 CHEESE,CHEESY BITES TRIO SHRIMP', 2, 17), (68, 'PIZZA 4 CHEESE,CHEESY BITES TRIO SHRIMP', 2, 17), (69, 'PIZZA 4 CHEESE,CHEESY BITES TRIO SHRIMP', 2, 17); -- -------------------------------------------------------- -- -- Table structure for table `tbl_product` -- CREATE TABLE `tbl_product` ( `id` int(11) NOT NULL, `menu` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `prd_img` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `cat_id` int(11) NOT NULL, `dish_name` varchar(90) COLLATE utf8mb4_unicode_ci NOT NULL, `price` float DEFAULT NULL, `sold` float DEFAULT NULL, `inventory` double NOT NULL, `customer_reviews` varchar(90) COLLATE utf8mb4_unicode_ci DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `tbl_product` -- INSERT INTO `tbl_product` (`id`, `menu`, `prd_img`, `cat_id`, `dish_name`, `price`, `sold`, `inventory`, `customer_reviews`) VALUES (17, 'pizza', '1589551868_1739024570_V1.png', 1, 'PIZZA 4 CHEESE', 8, 200, 100, 'Taste like chicken'), (18, 'pizza', '1589552222_1195760323_V2.png', 1, 'CHEESY BITES TRIO SHRIMP', 9, NULL, 100, 'Best with beer'), (19, 'pizza', '1589552320_203753091_V3.png', 1, 'SEAFOOD DELUXE', 9, NULL, 100, 'Almost perfect'), (20, 'preminum', '1589552380_1468727117_V4.png', 1, 'SUPER SUPREME', 10, NULL, 100, 'Nothing to complain'), (21, 'pizza', '1589552475_318866219_V5.png', 1, 'SEAFOOD PESTO', 8, NULL, 100, 'Like the first love in rainy day'), (22, 'preminum', '1589552559_662166398_V6.png', 1, 'SUPREME', 11, NULL, 100, 'Clumsy love'), (23, 'pizza', '1589552656_208777355_V7.png', 1, 'OCEAN DELIGHT', 12, NULL, 100, 'Bring ocean to your mouth'), (24, 'pizza', '1589552723_562593966_V11.png', 2, 'SUPREME MEAT LOVER\'S', 14, NULL, 100, 'First kiss from crystal maiden'), (25, 'pizza', '1589552872_508925465_H9.jpg', 2, '<NAME>', 14, NULL, 100, 'More protein than beef 11 time'), (28, 'pizza', '1589553220_150326650_v13.png', 1, 'CHEESE LOVER’S', 10, NULL, 100, 'Cheese lover\'s for cheese lover\'s'), (27, 'preminum', '1589553135_1185640104_v12.png', 2, 'HAWAIIAN PARADISE', 14, NULL, 100, 'Never trust commercial?? You have to think again!!!'), (29, 'garlic breads', '1589553458_420032847_1.jpg', 3, 'Double-Garlic & Herb Bread', 7, NULL, 100, 'Good for health'), (30, 'garlic breads', '1589553708_1008758410_2.jpg', 3, 'Roasted Garlic Cheesy Bread', 5, NULL, 100, 'Bake your own bread or chop up a store-bought loaf for this tasty cheese'), (31, 'garlic breads', '1589553748_1966478009_3.jpg', 3, '<NAME>', 6, NULL, 100, 'Imagine the smell in your kitchen when these babies are in the oven. Yes please!'), (32, 'garlic breads', '1589553838_1885190516_4.jpg', 3, '. Caprese Garlic Bread', 6, NULL, 100, 'Here’s a two-ingredient addition that transforms your garlic bread tenfold'), (33, 'garlic breads', '1589554008_278258767_5.jpg', 3, 'Garlic Cheddar Swirl Brioche Rolls', 8, NULL, 100, 'Try this unique way to eat bread'), (34, 'garlic breads', '1589554292_172188745_6.jpg', 3, 'Roasted Garlic, Sun-Dried Tomato + Basil Filled Pane Bianco:', 7, NULL, 100, 'Perfect'), (35, 'garlic breads', '1589554333_832547195_8.jpg', 3, 'Garlic + Cheddar Bay Biscuits', 11, NULL, 100, 'The cheese and bread become one… so good'), (36, 'garlic breads', '1589555194_748199081_9.jpg', 3, 'Mushroom + Gruyere Bruschetta', 9, NULL, 100, 'The nutty gruyere, the earthy mushrooms… this duo couldn’t possibly get any better.'), (37, 'garlic breads', '1589555245_1381287296_10.jpg', 3, 'Garlic Beer Pita Bread', 9, NULL, 100, 'Yup, this pita bread has beer in it — a delicious wheat beer, to be exact'), (38, 'garlic breads', '1589555287_825810529_12.jpg', 3, 'Cheesy Stuffed Garlic Bread', 8, NULL, 100, 'Party-perfect, and ready to go'), (39, 'pizza sandwiches', '1589556283_2065470709_1.jpg', 4, 'Philly Cheesesteak', 11, NULL, 100, 'Papa\'s signature dough stuffed with tender steak that melts in your mouth'), (40, 'pizza sandwiches', '1589556482_1744077887_2.jpg', 4, 'Grilled BBQ Chicken & Bacon', 14, NULL, 100, 'I\'m not gonna lie. You mút try it once'), (41, 'pizza sandwiches', '1589556536_657717306_3.jpg', 4, 'Meatball & Pepperoni', 12, NULL, 100, 'The ultimate pizza sandwich with spicy pepperoni,'), (42, 'pizza sandwiches', '1589556606_1444147998_4.jpg', 4, 'Italian', 9, NULL, 100, 'A beautiful combination of Papa\'s own salami, sausage, banana peppers'), (43, 'pizza sandwiches', '1589556706_1236404346_5.jpg', 4, 'Black Forest Ham', 10, NULL, 100, '11/10'), (44, 'pizza sandwiches', '1589556803_253955065_6.jpg', 4, 'Tuna', 9, NULL, 100, 'Delicious and cheap such as your ex'), (45, 'desserts', '1589556958_604188394_1.jpg', 4, 'Keto Berry-Pecan Cheesecake Bars', 5, NULL, 100, 'ese cheesecake bars are an excellent sweet on a low-carb or keto lifestyle.'), (46, 'desserts', '1589557034_1218181175_2.jpg', 5, 'Epic Rainbow Cake', 7, NULL, 100, 'I\'ve never seen a dessert get so much camera attention!'), (47, 'desserts', '1589557358_1196311935_3.jpg', 5, 'Doberge Cake', 7, NULL, 100, 'It\'s my husband\'s all-time favorite and has become a birthday tradition.'), (49, 'desserts', '1589560266_1723204721_5.jpg', 5, 'No-Bake Greek Yogurt Cheesecake', 7, NULL, 100, 'This no-bake Greek yogurt cheesecake is perfect for parties'), (50, 'desserts', '1589560323_1991646377_6.jpg', 5, 'Double Layer Pumpkin Cheesecake', 9, NULL, 100, 'great alternative to pumpkin pie, especially for those cheesecake fans out there'), (51, 'desserts', '1589560380_1129603657_7.jpg', 5, 'Sam\'s Famous Carrot Cake', 7, NULL, 100, 'Carrot cake legacy will always live on! Enjoy!'), (52, 'desserts', '1589560466_1936571661_10.jpg', 5, 'Tiramisu Layer Cake', 5, NULL, 100, 'Fancy taste without all the work.'), (53, 'desserts', '1589560563_564133495_12.jpg', 5, 'Banana Cake VI', 9, NULL, 100, 'Better Than Sex'), (55, 'beverages', '1589560749_1744949101_1.jpg', 5, 'Brown coffee', 3, NULL, 100, 'Brown coffee for coffee lover'), (56, 'beverages', '1589560793_2081334026_2.jpeg', 5, 'Mojito', 4, NULL, 100, 'Cold enough for freezing your mind'), (57, 'beverages', '1589560853_1304336388_2.jpg', 5, 'Milk shake', 4, NULL, 100, 'Milk with little bit of Mint'), (58, 'beverages', '1589560923_576496339_3.jpg', 5, 'Saigon\'s coffee', 4, NULL, 100, 'Coffee and a lot of milk'), (59, 'beverages', '1589560989_219685872_4.jpg', 5, 'Latte', 4, NULL, 100, 'Lightly and warmish for you in cold winter'), (60, 'beverages', '1589561063_1132581057_5.jpg', 5, 'Black coffee', 3, NULL, 100, 'Bitter, bitter, and bitter more'), (61, 'beverages', '1589561153_405873183_6.jpg', 5, 'Espresso', 5, NULL, 100, 'Elegant such as a gentlemen'); -- -------------------------------------------------------- -- -- Table structure for table `tbl_user` -- CREATE TABLE `tbl_user` ( `id` int(11) NOT NULL, `name` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `password` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `feed_back` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `phone_number` varchar(11) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `email` varchar(90) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `remember_token` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `updated_at` datetime DEFAULT NULL, `created_at` datetime DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `tbl_user` -- INSERT INTO `tbl_user` (`id`, `name`, `password`, `feed_back`, `phone_number`, `email`, `remember_token`, `updated_at`, `created_at`) VALUES (468, 'hello', '$2y$10$O59IFMGvuNgKXEQXU21rAO5yPjpnlqbJW.TzFUpEwUCN8VN1sXvq.', '', '123456', '<EMAIL>', 'SohJIBL3SwJ17gpbseEN0IJi0j4nXKXnx0cCxJ4RYcq9bpQ2LYBSGLVUTcFc', '2020-07-18 05:41:15', '2020-04-27 09:45:52'), (486, 'testt', '$2y$10$flyWdIwjkQnBVaI/lVkhBOyfWAQHI9sGN8iq7z9jhbtjf/5rHGwBy', '', '<PASSWORD>', '<EMAIL>', 'Hj<PASSWORD>g<PASSWORD>NjIm9h4VNWLQx<PASSWORD>', '2020-07-16 17:19:10', '2020-07-16 17:09:33'), (487, 'delete', '$2y$10$Tde1qzEBiLTsTxHzsRqW7uCLHXzeemv.VZVGa/41vcM8PxSNJ76Ry', 'hello world', '12345678910', '<EMAIL>', 'u<PASSWORD>UR<PASSWORD>Vv<PASSWORD>Z<PASSWORD>', '2020-07-17 07:30:17', '2020-07-16 17:18:33'); -- -- Indexes for dumped tables -- -- -- Indexes for table `tbl_admin` -- ALTER TABLE `tbl_admin` ADD PRIMARY KEY (`id`); -- -- Indexes for table `tbl_category` -- ALTER TABLE `tbl_category` ADD PRIMARY KEY (`id`); -- -- Indexes for table `tbl_combo` -- ALTER TABLE `tbl_combo` ADD PRIMARY KEY (`id`); -- -- Indexes for table `tbl_delivery` -- ALTER TABLE `tbl_delivery` ADD PRIMARY KEY (`id`); -- -- Indexes for table `tbl_gallery` -- ALTER TABLE `tbl_gallery` ADD PRIMARY KEY (`id`); -- -- Indexes for table `tbl_order` -- ALTER TABLE `tbl_order` ADD PRIMARY KEY (`id`); -- -- Indexes for table `tbl_order_details` -- ALTER TABLE `tbl_order_details` ADD PRIMARY KEY (`id`); -- -- Indexes for table `tbl_product` -- ALTER TABLE `tbl_product` ADD PRIMARY KEY (`id`), ADD KEY `category_id` (`cat_id`); -- -- Indexes for table `tbl_user` -- ALTER TABLE `tbl_user` ADD PRIMARY KEY (`id`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `tbl_admin` -- ALTER TABLE `tbl_admin` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1239; -- -- AUTO_INCREMENT for table `tbl_category` -- ALTER TABLE `tbl_category` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; -- -- AUTO_INCREMENT for table `tbl_combo` -- ALTER TABLE `tbl_combo` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `tbl_delivery` -- ALTER TABLE `tbl_delivery` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=57; -- -- AUTO_INCREMENT for table `tbl_gallery` -- ALTER TABLE `tbl_gallery` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9; -- -- AUTO_INCREMENT for table `tbl_order` -- ALTER TABLE `tbl_order` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=78; -- -- AUTO_INCREMENT for table `tbl_order_details` -- ALTER TABLE `tbl_order_details` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=70; -- -- AUTO_INCREMENT for table `tbl_product` -- ALTER TABLE `tbl_product` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=62; -- -- AUTO_INCREMENT for table `tbl_user` -- ALTER TABLE `tbl_user` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=488; 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 */;
with orgunit_values as ( select organisationunit.uid as organisationunit_uid, dataelement.uid as dataelement_uid, categoryoptioncombo.uid as categoryoptioncombo_uid, datavalue.value as datavalue_value, period.periodid as period_id from datavalue join organisationunit ON organisationunit.organisationunitid = datavalue.sourceid join period ON period.periodid = datavalue.periodid join dataelement ON dataelement.dataelementid = datavalue.dataelementid join categoryoptioncombo ON categoryoptioncombo.categoryoptioncomboid = datavalue.categoryoptioncomboid where organisationunit.path like '{{org_unit_path_starts_with}}%' {% if period_start %} and period.startdate >= '{{period_start}}' {% endif %} {% if period_end %} and period.enddate <= '{{period_end}}' {% endif %} and dataelement.uid in ( select dataelement.uid from dataelement join datasetelement ON datasetelement.dataelementid = dataelement.dataelementid join dataset ON dataset.datasetid = datasetelement.datasetid where dataset.uid = '{{dataset_uid}}') ), orgunit_has_values as ( select organisationunit_uid, period_id from orgunit_values group by organisationunit_uid, period_id ), ds_coverage as ( select uidlevel{{aggregation_level}}, period.startdate as period_start, period.enddate as period_end, lower(periodtype.name) as frequency, count(*) as values_count from orgunit_has_values join {{orgunitstructure_table}} on {{orgunitstructure_table}}.organisationunituid = orgunit_has_values.organisationunit_uid join period ON period.periodid = orgunit_has_values.period_id join periodtype ON periodtype.periodtypeid = period.periodtypeid group by uidlevel{{aggregation_level}}, period_start, period_end, periodtype.name, orgunit_has_values.period_id ) select * from ds_coverage
<reponame>sedc-codecademy/skwd8-08-aspnetwebapi CREATE DATABASE [NotesScaffoldedDb] GO USE [NotesScaffoldedDb] GO CREATE TABLE [dbo].[Users]( [Id] [int] IDENTITY(1,1) NOT NULL PRIMARY KEY, [Username] [nvarchar](30) NOT NULL, [FirstName] [nvarchar](50) NULL, [LastName] [nvarchar](50) NULL ) GO CREATE TABLE [dbo].[Notes]( [Id] [int] IDENTITY(1,1) NOT NULL PRIMARY KEY, [Text] [nvarchar](100) NOT NULL, [Color] [nvarchar](30) NULL, [Tag] [int] NOT NULL, [UserId] [int] NOT NULL FOREIGN KEY REFERENCES Users(Id) ) GO
-- NOTE: To manually execute this script you must -- replace {databaseOwner} and {objectQualifier} with real values. -- Defaults is "dbo." for database owner and "" for object qualifier -- Alter tables ALTER TABLE {databaseOwner}[{objectQualifier}Documents_Documents] ALTER COLUMN [Title] nvarchar(255) NULL GO ALTER TABLE {databaseOwner}[{objectQualifier}Documents_Documents] ALTER COLUMN [Description] nvarchar(max) NULL GO
<gh_stars>1-10 DROP TABLE IF EXISTS dw.f_amk_talous_4_tilikauden_tutkimusmenot_ja_rahoitus
<reponame>aliostad/deep-learning-lang-detection<filename>data/train/sql/1cae171b1cad4ac2738f9013d391ddff5e186f3dtriggers.sql -- Trigger 1: duplicates insertions to t1--which may be changed, for example if there are partial fills--into t2, which will not be changed CREATE TRIGGER PersistOrdersToT2 BEFORE INSERT ON t1 BEGIN INSERT INTO t2 VALUES(NEW.t1key, NEW.account, NEW.user, NEW.ordertype, NEW.timestamp, NEW.side, NEW.symbol, NEW.price, NEW.quantity); END; -- Original MySQL code commented out below (adapted for sqlite3 above, runs with no errors but not yet fully tested) -- DELIMITER | -- -- CREATE TRIGGER PersistOrdersToT2 -- BEFORE INSERT ON t1 -- FOR EACH ROW -- BEGIN -- INSERT IGNORE INTO t2 VALUES(NEW.x1,NEW.x2,NEW.x3); -- END; | -- -- DELIMITER ;
-- 2019-11-04T07:01:28.041Z -- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator UPDATE AD_Element_Trl SET IsTranslated='Y',Updated=TO_TIMESTAMP('2019-11-04 09:01:28','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Language='fr_CH' AND AD_Element_ID=265 ; -- 2019-11-04T07:01:28.086Z -- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator /* DDL */ select update_TRL_Tables_On_AD_Element_TRL_Update(265,'fr_CH') ; -- 2019-11-04T07:01:42.621Z -- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator UPDATE AD_Element_Trl SET PrintName='Document Date', IsTranslated='Y', Name='Document Date',Updated=TO_TIMESTAMP('2019-11-04 09:01:42','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Language='en_GB' AND AD_Element_ID=265 ; -- 2019-11-04T07:01:42.623Z -- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator /* DDL */ select update_TRL_Tables_On_AD_Element_TRL_Update(265,'en_GB') ; -- 2019-11-04T07:01:45.732Z -- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator UPDATE AD_Element_Trl SET IsTranslated='Y',Updated=TO_TIMESTAMP('2019-11-04 09:01:45','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Language='de_CH' AND AD_Element_ID=265 ; -- 2019-11-04T07:01:45.734Z -- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator /* DDL */ select update_TRL_Tables_On_AD_Element_TRL_Update(265,'de_CH') ; -- 2019-11-04T07:01:53.957Z -- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator UPDATE AD_Element_Trl SET PrintName='Document Date', Name='Document Date',Updated=TO_TIMESTAMP('2019-11-04 09:01:53','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Language='en_US' AND AD_Element_ID=265 ; -- 2019-11-04T07:01:53.959Z -- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator /* DDL */ select update_TRL_Tables_On_AD_Element_TRL_Update(265,'en_US') ; -- 2019-11-04T07:01:57.530Z -- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator UPDATE AD_Element_Trl SET IsTranslated='Y',Updated=TO_TIMESTAMP('2019-11-04 09:01:57','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Language='de_DE' AND AD_Element_ID=265 ; -- 2019-11-04T07:01:57.533Z -- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator /* DDL */ select update_TRL_Tables_On_AD_Element_TRL_Update(265,'de_DE') ; -- 2019-11-04T07:01:57.544Z -- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator /* DDL */ select update_ad_element_on_ad_element_trl_update(265,'de_DE') ; -- 2019-11-04T07:03:04.200Z -- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator UPDATE AD_Element_Trl SET PrintName='Date to Fetch', IsTranslated='Y', Name='Date to Fetch',Updated=TO_TIMESTAMP('2019-11-04 09:03:04','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Language='en_GB' AND AD_Element_ID=542540 ; -- 2019-11-04T07:03:04.203Z -- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator /* DDL */ select update_TRL_Tables_On_AD_Element_TRL_Update(542540,'en_GB') ; -- 2019-11-04T07:03:07.227Z -- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator UPDATE AD_Element_Trl SET IsTranslated='Y',Updated=TO_TIMESTAMP('2019-11-04 09:03:07','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Language='de_CH' AND AD_Element_ID=542540 ; -- 2019-11-04T07:03:07.230Z -- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator /* DDL */ select update_TRL_Tables_On_AD_Element_TRL_Update(542540,'de_CH') ; -- 2019-11-04T07:03:11.799Z -- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator UPDATE AD_Element_Trl SET PrintName='Date to Fetch', IsTranslated='Y', Name='Date to Fetch',Updated=TO_TIMESTAMP('2019-11-04 09:03:11','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Language='en_US' AND AD_Element_ID=542540 ; -- 2019-11-04T07:03:11.801Z -- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator /* DDL */ select update_TRL_Tables_On_AD_Element_TRL_Update(542540,'en_US') ; -- 2019-11-04T07:03:15.958Z -- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator UPDATE AD_Element_Trl SET IsTranslated='Y',Updated=TO_TIMESTAMP('2019-11-04 09:03:15','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Language='de_DE' AND AD_Element_ID=542540 ; -- 2019-11-04T07:03:15.961Z -- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator /* DDL */ select update_TRL_Tables_On_AD_Element_TRL_Update(542540,'de_DE') ; -- 2019-11-04T07:03:15.980Z -- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator /* DDL */ select update_ad_element_on_ad_element_trl_update(542540,'de_DE') ; -- 2019-11-04T07:04:33.929Z -- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator INSERT INTO AD_Element (AD_Client_ID,IsActive,Created,CreatedBy,AD_Org_ID,Updated,UpdatedBy,AD_Element_ID,ColumnName,PrintName,Name,EntityType) VALUES (0,'Y',TO_TIMESTAMP('2019-11-04 09:04:33','YYYY-MM-DD HH24:MI:SS'),100,0,TO_TIMESTAMP('2019-11-04 09:04:33','YYYY-MM-DD HH24:MI:SS'),100,577278,'PickupTimeFrom','Pickup Time From','Pickup Time From','D') ; -- 2019-11-04T07:04:33.931Z -- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator INSERT INTO AD_Element_Trl (AD_Language,AD_Element_ID, Description,PO_PrintName,CommitWarning,WEBUI_NameBrowse,WEBUI_NameNew,Help,PrintName,PO_Description,PO_Help,PO_Name,WEBUI_NameNewBreadcrumb,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language, t.AD_Element_ID, t.Description,t.PO_PrintName,t.CommitWarning,t.WEBUI_NameBrowse,t.WEBUI_NameNew,t.Help,t.PrintName,t.PO_Description,t.PO_Help,t.PO_Name,t.WEBUI_NameNewBreadcrumb,t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Element t WHERE l.IsActive='Y'AND (l.IsSystemLanguage='Y' OR l.IsBaseLanguage='Y') AND t.AD_Element_ID=577278 AND NOT EXISTS (SELECT 1 FROM AD_Element_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Element_ID=t.AD_Element_ID) ; -- 2019-11-04T07:04:52.355Z -- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator INSERT INTO AD_Column (AD_Reference_ID,FieldLength,Version,IsKey,IsParent,IsTranslated,IsIdentifier,SeqNo,AD_Client_ID,IsActive,Created,CreatedBy,IsUpdateable,DDL_NoForeignKey,IsSelectionColumn,IsSyncDatabase,IsAlwaysUpdateable,IsAutocomplete,IsAllowLogging,IsEncrypted,Updated,UpdatedBy,IsAdvancedText,IsLazyLoading,AD_Table_ID,IsCalculated,AD_Column_ID,IsDimension,IsMandatory,IsStaleable,IsUseDocSequence,IsRangeFilter,IsShowFilterIncrementButtons,IsDLMPartitionBoundary,IsGenericZoomKeyColumn,SelectionColumnSeqNo,AD_Element_ID,IsForceIncludeInGeneratedModel,IsGenericZoomOrigin,ColumnName,IsAutoApplyValidationRule,Name,AD_Org_ID,EntityType) VALUES (24,7,0,'N','N','N','N',0,0,'Y',TO_TIMESTAMP('2019-11-04 09:04:52','YYYY-MM-DD HH24:MI:SS'),100,'Y','N','N','N','N','N','Y','N',TO_TIMESTAMP('2019-11-04 09:04:52','YYYY-MM-DD HH24:MI:SS'),100,'N','N',540030,'N',569384,'N','N','N','N','N','N','N','N',0,577278,'N','N','PickupTimeFrom','N','Pickup Time From',0,'METAS_SHIPPING') ; -- 2019-11-04T07:04:52.359Z -- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language, t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y'AND (l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N') AND t.AD_Column_ID=569384 AND NOT EXISTS (SELECT 1 FROM AD_Column_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Column_ID=t.AD_Column_ID) ; -- 2019-11-04T07:04:52.361Z -- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator /* DDL */ select update_Column_Translation_From_AD_Element(577278) ; -- 2019-11-04T07:05:08.566Z -- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator INSERT INTO AD_Element (AD_Client_ID,IsActive,Created,CreatedBy,AD_Org_ID,Updated,UpdatedBy,AD_Element_ID,ColumnName,PrintName,Name,EntityType) VALUES (0,'Y',TO_TIMESTAMP('2019-11-04 09:05:08','YYYY-MM-DD HH24:MI:SS'),100,0,TO_TIMESTAMP('2019-11-04 09:05:08','YYYY-MM-DD HH24:MI:SS'),100,577279,'PickupTimeTo','Pickup Time To','Pickup Time To','D') ; -- 2019-11-04T07:05:08.569Z -- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator INSERT INTO AD_Element_Trl (AD_Language,AD_Element_ID, Description,PO_PrintName,CommitWarning,WEBUI_NameBrowse,WEBUI_NameNew,Help,PrintName,PO_Description,PO_Help,PO_Name,WEBUI_NameNewBreadcrumb,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language, t.AD_Element_ID, t.Description,t.PO_PrintName,t.CommitWarning,t.WEBUI_NameBrowse,t.WEBUI_NameNew,t.Help,t.PrintName,t.PO_Description,t.PO_Help,t.PO_Name,t.WEBUI_NameNewBreadcrumb,t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Element t WHERE l.IsActive='Y'AND (l.IsSystemLanguage='Y' OR l.IsBaseLanguage='Y') AND t.AD_Element_ID=577279 AND NOT EXISTS (SELECT 1 FROM AD_Element_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Element_ID=t.AD_Element_ID) ; -- 2019-11-04T07:05:20.364Z -- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator INSERT INTO AD_Column (AD_Reference_ID,FieldLength,Version,IsKey,IsParent,IsTranslated,IsIdentifier,SeqNo,AD_Client_ID,IsActive,Created,CreatedBy,IsUpdateable,DDL_NoForeignKey,IsSelectionColumn,IsSyncDatabase,IsAlwaysUpdateable,IsAutocomplete,IsAllowLogging,IsEncrypted,Updated,UpdatedBy,IsAdvancedText,IsLazyLoading,AD_Table_ID,IsCalculated,AD_Column_ID,IsDimension,IsMandatory,IsStaleable,IsUseDocSequence,IsRangeFilter,IsShowFilterIncrementButtons,IsDLMPartitionBoundary,IsGenericZoomKeyColumn,SelectionColumnSeqNo,AD_Element_ID,IsForceIncludeInGeneratedModel,IsGenericZoomOrigin,ColumnName,IsAutoApplyValidationRule,Name,AD_Org_ID,EntityType) VALUES (24,7,0,'N','N','N','N',0,0,'Y',TO_TIMESTAMP('2019-11-04 09:05:20','YYYY-MM-DD HH24:MI:SS'),100,'Y','N','N','N','N','N','Y','N',TO_TIMESTAMP('2019-11-04 09:05:20','YYYY-MM-DD HH24:MI:SS'),100,'N','N',540030,'N',569385,'N','N','N','N','N','N','N','N',0,577279,'N','N','PickupTimeTo','N','Pickup Time To',0,'METAS_SHIPPING') ; -- 2019-11-04T07:05:20.366Z -- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language, t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y'AND (l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N') AND t.AD_Column_ID=569385 AND NOT EXISTS (SELECT 1 FROM AD_Column_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Column_ID=t.AD_Column_ID) ; -- 2019-11-04T07:05:20.368Z -- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator /* DDL */ select update_Column_Translation_From_AD_Element(577279) ; -- 2019-11-04T07:05:24.077Z -- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator /* DDL */ SELECT public.db_alter_table('M_ShipperTransportation','ALTER TABLE public.M_ShipperTransportation ADD COLUMN PickupTimeTo TIMESTAMP WITHOUT TIME ZONE') ; -- 2019-11-04T07:05:30.227Z -- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator /* DDL */ SELECT public.db_alter_table('M_ShipperTransportation','ALTER TABLE public.M_ShipperTransportation ADD COLUMN PickupTimeFrom TIMESTAMP WITHOUT TIME ZONE') ;
UPDATE creature_template SET type=1, scriptname='npc_lore_keeper_of_norgannon_ulduar' WHERE entry=33686; DELETE From `npc_text` WHERE `id` IN (14375, 14496); INSERT INTO `npc_text` VALUES ('14375', '', 'Greetings', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `npc_text` VALUES ('14496', '', 'The activation of secondary defense system will lead to the extinction of life through unauthorized orbital positions. Bihr are confirming an unauthorized way of life. Please.', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '0', '0', '0', '0', '0');
ALTER TABLE [AATF].[AATF] ADD LocalAreaId UNIQUEIDENTIFIER NULL; ALTER TABLE [AATF].[AATF] ADD PanAreaId UNIQUEIDENTIFIER NULL; ALTER TABLE [AATF].[AATF] ADD CONSTRAINT FK_AATF_LocalAreaId FOREIGN KEY (LocalAreaId) REFERENCES [Lookup].LocalArea(Id); ALTER TABLE [AATF].[AATF] ADD CONSTRAINT FK_AATF_PanAreaId FOREIGN KEY (PanAreaId) REFERENCES [Lookup].PanArea(Id);
---test {{ config({ "materialized": "table", "post-hook": [ after_commit("create index index_{{this.name}}_on_id on {{this.schema}}.{{this.name}} (drug_id)"), after_commit("create index index_{{this.name}}_on_drug on {{this.schema}}.{{this.name}} (master_drug)"), after_commit("create index index_{{this.name}}_on_drug_k1 on {{this.schema}}.{{this.name}} (drug_key1)"), after_commit("create index index_{{this.name}}_on_drug_k2 on {{this.schema}}.{{this.name}} (drug_key2)"), after_commit("create index index_{{this.name}}_on_drug_k3 on {{this.schema}}.{{this.name}} (drug_key3)"), after_commit("create index index_{{this.name}}_on_drug_k4 on {{this.schema}}.{{this.name}} (drug_key4)"), after_commit("create index index_{{this.name}}_on_quickcode on {{this.schema}}.{{this.name}} (quick_code)") ] }) }} SELECT distinct on (drug_id) lower(regexp_replace(coalesce(drug,'')||coalesce(strength_value,'')||coalesce(strength,'')||coalesce(drug_form,''),'otic|\,|\-|\(|\)|\/| |\%|s$|oral|','','g')) as drug_key1, lower(regexp_replace(coalesce(drug,'')||coalesce(strength_value,'')||coalesce(strength,'')||coalesce(drug_form,''),'|\(.*\)$|otic||\,|\-|\(|\)|\/| |\%|s$|oral|','','g')) as drug_key2, lower(regexp_replace(coalesce(drug,'')||coalesce(strength_value,'')||coalesce(strength,'')||coalesce(drug_form,''),'SULFATE|HCL|\(.*\)$|otic|\,|\-|\(|\)|\/| |\%|s$|oral|','','g')) as drug_key3, replace(lower(regexp_replace(coalesce(drug,'')||coalesce(strength_value,'')||coalesce(strength,'')||coalesce(drug_form,''),'MALEATE|SULFATE|HCL|\(.*\)$|otic|\,|\-|\(|\)|\/| |\%|s$|oral|','','g')) ,'solution','suspension') as drug_key4, case when drug ilike '%topi%click%' then lower(regexp_replace(coalesce(drug,''),'|\,|\-|\(|\)|\/| |\%|s$|oral|','','g')) when drug ilike '%PLO%' then lower(regexp_replace(split_part(drug,'PLO',1),'|\,|\-|\(|\)|\/| |\%|s$|oral|','','g'))||'ointment' when drug_form ilike '%oint%' then lower(regexp_replace(split_part(master_drug,'PLO',1)||coalesce(strength_value,'')||coalesce(strength,''),'|\,|\-|\(|\)|\/| |\%|s$|oral|','','g'))||'ointment' end as drug_key_topi, dm.drug_id, btrim(coalesce(dm.drug,'')||' '||coalesce(dm.strength_value,'')||' '||coalesce(dm.strength,'')) as drug_name, dm.drug as master_drug, nullif(dm.ndc,'') as ndc, btrim(dm.drug_form) as drug_form, btrim(upper(dm.strength)) as strength, dm.strength_value, nullif(dm.generic,'') as generic, lower(dm.quick_code) as quick_code, expire_date_days as bud_days, dm.qty, dm.qty_pack, dm.color, dm.shape, dm.flavor, dm.drug_class_group, dm.created_date, dm.changed_date, dm.acquisition_cost, dm.m_price_template_id as price_plan_id, pth.description as price_plan_description, regexp_replace(substring(pth.description from '(\(.*\))'),'\(|\)','','g') as price_plan_code, pth.cost_type as price_plan_cost_type, dm.drug_subtype, dm.awp as average_wholesale_price, dm.swp_price as suggested_whole_sale_price, dm.wac_price as wholesale_acquisition_cost, round((coalesce(dm.acquisition_cost,dm.wac_price)/ nullif(dm.qty,0)),4) as unit_cost, round(((dm.awp+coalesce(dm.acquisition_cost,0)) / nullif(dm.qty,0)),4) as unit_price, coalesce(da.api_category,'Unclassified') as api_category, da.controlled, da.common, dm.active='Y' as active, compound_flag='Y' as is_compound, dm.price_template_id is not null as has_price_plan, drug_schedule, CASE when dm.drug ilike '%fedex%' then 'shipping' when dm.drug ilike '%usps%' then 'shipping' when compound_flag='Y' then 'compound-drug' else 'drug' END as item_type, dm.drug like '%/%' as is_complex_drug, (dis.drug_id is not null) as is_stock_drug FROM ips.drug_master dm left join ips.price_template_hdr pth on dm.m_price_template_id=tran_id left join {{ ref('dim_api_category') }} da on dm.drug ilike '%'||da.master_drug||'%' left join {{ ref('dim_stock_drug') }} dis on dis.drug_id=dm.drug_id order by drug_id
<filename>sql_table_scripts/plsql/products.sql CREATE OR REPLACE PACKAGE products_pack IS PROCEDURE insert_item( p_product_name IN pbd_products.product_name%TYPE, p_price IN pbd_products.price%TYPE, p_acquired_date IN pbd_products.date_acquired%TYPE, p_available_quantity IN pbd_products.available_quantity%TYPE, p_shop_id IN pbd_products.shop_id%TYPE, p_description IN pbd_products.description%TYPE ); PROCEDURE delete_item( p_product_name IN pbd_products.product_name%TYPE, p_price IN pbd_products.price%TYPE, p_shop_id IN pbd_products.shop_id%TYPE ); PROCEDURE update_item( p_product_name IN pbd_products.product_name%TYPE, p_price IN pbd_products.price%TYPE, p_acquired_date IN pbd_products.date_acquired%TYPE, p_available_quantity IN pbd_products.available_quantity%TYPE, p_shop_id IN pbd_products.shop_id%TYPE, p_description IN pbd_products.description%TYPE, p_product_name_old IN pbd_products.product_name%TYPE, p_price_old IN pbd_products.price%TYPE, p_shop_id_old IN pbd_products.shop_id%TYPE ); END products_pack; / CREATE OR REPLACE PACKAGE BODY products_pack IS PROCEDURE insert_item( p_product_name IN pbd_products.product_name%TYPE, p_price IN pbd_products.price%TYPE, p_acquired_date IN pbd_products.date_acquired%TYPE, p_available_quantity IN pbd_products.available_quantity%TYPE, p_shop_id IN pbd_products.shop_id%TYPE, p_description IN pbd_products.description%TYPE ) IS BEGIN INSERT INTO pbd_products (product_name, price, date_acquired, available_quantity, shop_id, description) VALUES (p_product_name, p_price, p_acquired_date, p_available_quantity, p_shop_id, p_description); END; PROCEDURE delete_item( p_product_name IN pbd_products.product_name%TYPE, p_price IN pbd_products.price%TYPE, p_shop_id IN pbd_products.shop_id%TYPE ) IS BEGIN DELETE FROM pbd_products WHERE product_name = p_product_name AND price = p_price AND shop_id = p_shop_id; END; PROCEDURE update_item( p_product_name IN pbd_products.product_name%TYPE, p_price IN pbd_products.price%TYPE, p_acquired_date IN pbd_products.date_acquired%TYPE, p_available_quantity IN pbd_products.available_quantity%TYPE, p_shop_id IN pbd_products.shop_id%TYPE, p_description IN pbd_products.description%TYPE, p_product_name_old IN pbd_products.product_name%TYPE, p_price_old IN pbd_products.price%TYPE, p_shop_id_old IN pbd_products.shop_id%TYPE ) IS v_max_order_date DATE; v_total_quantity NUMBER; v_product_id pbd_products.product_id%TYPE; BEGIN SELECT product_id INTO v_product_id FROM pbd_products WHERE product_name = p_product_name_old AND price = p_price_old AND shop_id = p_shop_id_old; SELECT MAX(date_ordered) INTO v_max_order_date FROM pbd_orders WHERE product_id = v_product_id; DBMS_OUTPUT.PUT_LINE('Max date: ' || v_max_order_date); IF (v_max_order_date IS NOT NULL AND v_max_order_date < p_acquired_date) THEN RAISE_APPLICATION_ERROR(-20104, 'Produsul nu poate fi updatat. Exista order comandat mai devreme la data de ' || v_max_order_date); END IF; SELECT nvl(sum(quantity), 0) INTO v_total_quantity FROM pbd_orders WHERE product_id = v_product_id; IF (v_total_quantity > p_available_quantity) THEN RAISE_APPLICATION_ERROR(-20104, 'Produsul nu poate fi updatat. Cantitatea totala a order-urilor pe acest produs este ' || v_total_quantity); END IF; UPDATE pbd_products SET product_name = p_product_name, price = p_price, date_acquired = p_acquired_date, available_quantity = p_available_quantity, shop_id = p_shop_id, description = p_description WHERE product_id = v_product_id; END; END products_pack; /
<filename>prisma/migrations/20220207035418_create_todo/migration.sql -- CreateTable CREATE TABLE "todos" ( "id" TEXT NOT NULL, "title" TEXT NOT NULL DEFAULT E'', "description" TEXT NOT NULL DEFAULT E'', "isDone" BOOLEAN NOT NULL DEFAULT false, "createdAt" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP, "updatedAt" TIMESTAMP(3) NOT NULL, CONSTRAINT "todos_pkey" PRIMARY KEY ("id") );
# --- !Ups CREATE TABLE atlassian_host ( client_key VARCHAR PRIMARY KEY NOT NULL, key VARCHAR NOT NULL, public_key VARCHAR NOT NULL, oauth_client_id VARCHAR, shared_secret VARCHAR NOT NULL, server_version VARCHAR NOT NULL, plugins_version VARCHAR NOT NULL, base_url VARCHAR NOT NULL, product_type VARCHAR NOT NULL, description VARCHAR NOT NULL, service_entitlement_number VARCHAR, installed VARCHAR NOT NULL ); CREATE UNIQUE INDEX uq_ac_host_client_key ON atlassian_host (client_key); CREATE UNIQUE INDEX uq_ac_host_base_url ON atlassian_host (base_url); # --- !Downs DROP TABLE atlassian_host;
<filename>sql_scripts/Status/DiskSpace.sql DECLARE @TargetFolder NVARCHAR(255) SET @TargetFolder = '$(targetfolder)' SELECT DISTINCT SUBSTRING(volume_mount_point, 1, 1) AS volume_mount_point ,total_bytes/1024/1024 AS Total_MB ,available_bytes/1024/1024 AS Available_MB ,ROUND(CONVERT(FLOAT, available_bytes)/CONVERT(FLOAT, total_bytes) * 100, 2) AS Percent_Free FROM sys.master_files AS f CROSS APPLY sys.dm_os_volume_stats(f.database_id, f.file_id) WHERE SUBSTRING(volume_mount_point, 1, 1) = SUBSTRING(@TargetFolder, 1, 1)
ALTER TABLE system_intake ADD COLUMN archived_at timestamp with time zone; ALTER TABLE business_case ADD COLUMN archived_at timestamp with time zone;
nextval('foo') operates on sequence foo nextval('FOO') same as above nextval('"Foo"') operates on sequence Foo nextval('myschema.foo') operates on myschema.foo nextval('"myschema".foo') same as above nextval('foo') searches search path for foo
-- @testpoint: 不支持对回收站对象执行DDL操作truncate,合理报错 --step1: 查询enable_recyclebin默认值; expect:显示默认值off show enable_recyclebin; --step2: 修改enable_recyclebin为on; expect:修改成功 alter system set enable_recyclebin to on; select pg_sleep(2); show enable_recyclebin; --step3: 如果表存在清除表且清除回收站; expect:表清除成功且回收站清除成功 drop table if exists t_timecapsule_0057 purge; purge recyclebin; --step4: 创建函数; expect:函数创建成功 create or replace function f_timecapsule_0057_01(varchar, char, int8) returns varchar language plpgsql as $body$ declare ret varchar; begin ret = (select t.rcyname from gs_recyclebin t where t.rcyoriginname = $1 and t.rcyoperation=$2 order by t.rcychangecsn asc offset ($3 -1 ) limit 1); return ret; end; $body$; / create or replace function f_timecapsule_0057_02(varchar, varchar) returns varchar language plpgsql as $body$ declare sqltext text; begin sqltext = 'truncate '|| $1 ||' "' || $2 ||'" '; execute sqltext; return 0; end; $body$; / --step5: 创建表; expect:表创建成功 create table t_timecapsule_0057(a int, b int); --step6: 删除表; expect:表删除成功 drop table t_timecapsule_0057; --step7: 清空数据; expect:清空失败合理报错 select f_timecapsule_0057_02('table',f_timecapsule_0057_01('t_timecapsule_0057', 'd', 1)); --step8: 清理环境; expect:清理成功 drop table if exists t_timecapsule_0057 purge; drop function if exists f_timecapsule_0057_01(); drop function if exists f_timecapsule_0057_02(); purge recyclebin; --step9: 恢复默认值; expect:默认值恢复成功 alter system set enable_recyclebin to off; select pg_sleep(2); show enable_recyclebin;
DROP DATABASE IF EXISTS employeeTracker_db; CREATE DATABASE employeeTracker_db; USE employeeTracker_db; CREATE TABLE department( id INT AUTO_INCREMENT PRIMARY KEY, department_name VARCHAR (30) NOT NULL ); CREATE TABLE employee_role ( id INTEGER NOT NULL AUTO_INCREMENT PRIMARY KEY, title_role VARCHAR(30), salary DECIMAL (10,2), department_id INTEGER, FOREIGN KEY (department_id) REFERENCES department(id) ); CREATE TABLE employee ( id INT AUTO_INCREMENT PRIMARY KEY, first_name VARCHAR(30) NOT NULL, last_name VARCHAR(30) NOT NULL, role_id INTEGER, manager_id INTEGER, FOREIGN KEY(role_id) REFERENCES employee_role(id), FOREIGN KEY(manager_id) REFERENCES employee_role(id) );
<reponame>lq150415/turismo -- phpMyAdmin SQL Dump -- version 4.5.1 -- http://www.phpmyadmin.net -- -- Servidor: 127.0.0.1 -- Tiempo de generación: 22-06-2017 a las 11:50:24 -- Versión del servidor: 10.1.19-MariaDB -- Versión de PHP: 5.6.28 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 */; -- -- Base de datos: `bd_turismo` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `actividadcultural` -- CREATE TABLE `actividadcultural` ( `id` int(11) NOT NULL, `NOM_ACT` varchar(45) DEFAULT NULL, `DES_ACT` text, `ID_USU` int(10) UNSIGNED NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `atractivo` -- CREATE TABLE `atractivo` ( `id` int(11) NOT NULL, `NOM_ATR` varchar(45) DEFAULT NULL, `TAG_ATR` varchar(45) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `categoria` -- CREATE TABLE `categoria` ( `id` int(11) NOT NULL, `NOM_CAT` varchar(45) DEFAULT NULL, `DES_CAT` text, `ID_ATR` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `evento` -- CREATE TABLE `evento` ( `id` int(11) NOT NULL, `TIT_EVE` text, `HOR_EVE` time DEFAULT NULL, `FEC_EVE` date DEFAULT NULL, `TIP_EVE` varchar(45) DEFAULT NULL, `ID_USU` int(10) UNSIGNED NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `experiencia` -- CREATE TABLE `experiencia` ( `id` int(11) NOT NULL, `TIT_EXP` text, `DES_EXP` text, `EST_EXP` int(11) DEFAULT NULL, `ID_USU` int(10) UNSIGNED NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `fotografia` -- CREATE TABLE `fotografia` ( `TIT_FOT` int(11) NOT NULL, `UBI_FOT` text, `ID_ATR` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `hospedaje` -- CREATE TABLE `hospedaje` ( `TIT_HOS` int(11) NOT NULL, `CAT_HOS` text, `RAN_HOS` text, `ID_USU` int(10) UNSIGNED DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `migrations` -- CREATE TABLE `migrations` ( `migration` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `batch` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Volcado de datos para la tabla `migrations` -- INSERT INTO `migrations` (`migration`, `batch`) VALUES ('2014_10_12_000000_create_users_table', 1), ('2014_10_12_100000_create_password_resets_table', 1); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `password_resets` -- CREATE TABLE `password_resets` ( `email` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `token` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `servicio` -- CREATE TABLE `servicio` ( `id` int(11) NOT NULL, `NOM_SER` varchar(100) DEFAULT NULL, `DES_SER` text, `TIP_SER` varchar(100) DEFAULT NULL, `ID_USU` int(10) UNSIGNED NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `ubicacion` -- CREATE TABLE `ubicacion` ( `id` int(11) NOT NULL, `LAT_UBI` double DEFAULT NULL, `LON_UBI` double DEFAULT NULL, `ID_ATR` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `users` -- CREATE TABLE `users` ( `id` int(10) UNSIGNED NOT NULL, `NOM_USU` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `APE_USU` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `email` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `password` varchar(60) COLLATE utf8_unicode_ci NOT NULL, `remember_token` varchar(100) COLLATE utf8_unicode_ci DEFAULT 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' ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `valoracion` -- CREATE TABLE `valoracion` ( `id` int(11) NOT NULL, `PUN_VAL` float DEFAULT NULL, `COM_VAL` text, `ID_ATR` int(11) DEFAULT NULL, `ID_USU` int(10) UNSIGNED NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Índices para tablas volcadas -- -- -- Indices de la tabla `actividadcultural` -- ALTER TABLE `actividadcultural` ADD PRIMARY KEY (`id`), ADD KEY `actividaduusurio_idx` (`ID_USU`); -- -- Indices de la tabla `atractivo` -- ALTER TABLE `atractivo` ADD PRIMARY KEY (`id`); -- -- Indices de la tabla `categoria` -- ALTER TABLE `categoria` ADD PRIMARY KEY (`id`), ADD KEY `cateatractivo_idx` (`ID_ATR`); -- -- Indices de la tabla `evento` -- ALTER TABLE `evento` ADD PRIMARY KEY (`id`), ADD KEY `eventosusu_idx` (`ID_USU`); -- -- Indices de la tabla `experiencia` -- ALTER TABLE `experiencia` ADD PRIMARY KEY (`id`), ADD KEY `experienciausu_idx` (`ID_USU`); -- -- Indices de la tabla `fotografia` -- ALTER TABLE `fotografia` ADD PRIMARY KEY (`TIT_FOT`), ADD KEY `atractivofot_idx` (`ID_ATR`); -- -- Indices de la tabla `hospedaje` -- ALTER TABLE `hospedaje` ADD PRIMARY KEY (`TIT_HOS`), ADD UNIQUE KEY `ID_USU_UNIQUE` (`ID_USU`); -- -- Indices de la tabla `password_resets` -- ALTER TABLE `password_resets` ADD KEY `password_resets_email_index` (`email`), ADD KEY `password_resets_token_index` (`token`); -- -- Indices de la tabla `servicio` -- ALTER TABLE `servicio` ADD PRIMARY KEY (`id`), ADD KEY `usuarioser_idx` (`ID_USU`); -- -- Indices de la tabla `ubicacion` -- ALTER TABLE `ubicacion` ADD PRIMARY KEY (`id`), ADD KEY `atractivo_idx` (`ID_ATR`); -- -- Indices de la tabla `users` -- ALTER TABLE `users` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `users_email_unique` (`email`); -- -- Indices de la tabla `valoracion` -- ALTER TABLE `valoracion` ADD PRIMARY KEY (`id`), ADD KEY `atractivovalora_idx` (`ID_ATR`), ADD KEY `usuariovalora_idx` (`ID_USU`); -- -- AUTO_INCREMENT de las tablas volcadas -- -- -- AUTO_INCREMENT de la tabla `actividadcultural` -- ALTER TABLE `actividadcultural` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT de la tabla `atractivo` -- ALTER TABLE `atractivo` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT de la tabla `categoria` -- ALTER TABLE `categoria` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT de la tabla `experiencia` -- ALTER TABLE `experiencia` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT de la tabla `hospedaje` -- ALTER TABLE `hospedaje` MODIFY `TIT_HOS` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT de la tabla `servicio` -- ALTER TABLE `servicio` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT de la tabla `ubicacion` -- ALTER TABLE `ubicacion` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT de la tabla `users` -- ALTER TABLE `users` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT de la tabla `valoracion` -- ALTER TABLE `valoracion` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; -- -- Restricciones para tablas volcadas -- -- -- Filtros para la tabla `actividadcultural` -- ALTER TABLE `actividadcultural` ADD CONSTRAINT `actividaduusurio` FOREIGN KEY (`ID_USU`) REFERENCES `users` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION; -- -- Filtros para la tabla `categoria` -- ALTER TABLE `categoria` ADD CONSTRAINT `cateatractivo` FOREIGN KEY (`ID_ATR`) REFERENCES `atractivo` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION; -- -- Filtros para la tabla `evento` -- ALTER TABLE `evento` ADD CONSTRAINT `eventosusu` FOREIGN KEY (`ID_USU`) REFERENCES `users` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION; -- -- Filtros para la tabla `experiencia` -- ALTER TABLE `experiencia` ADD CONSTRAINT `experienciausu` FOREIGN KEY (`ID_USU`) REFERENCES `users` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION; -- -- Filtros para la tabla `fotografia` -- ALTER TABLE `fotografia` ADD CONSTRAINT `atractivofot` FOREIGN KEY (`ID_ATR`) REFERENCES `atractivo` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION; -- -- Filtros para la tabla `hospedaje` -- ALTER TABLE `hospedaje` ADD CONSTRAINT `usuariohos` FOREIGN KEY (`ID_USU`) REFERENCES `users` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION; -- -- Filtros para la tabla `servicio` -- ALTER TABLE `servicio` ADD CONSTRAINT `usuarioser` FOREIGN KEY (`ID_USU`) REFERENCES `users` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION; -- -- Filtros para la tabla `ubicacion` -- ALTER TABLE `ubicacion` ADD CONSTRAINT `atractivo` FOREIGN KEY (`ID_ATR`) REFERENCES `atractivo` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION; -- -- Filtros para la tabla `valoracion` -- ALTER TABLE `valoracion` ADD CONSTRAINT `atractivovalora` FOREIGN KEY (`ID_ATR`) REFERENCES `atractivo` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION, ADD CONSTRAINT `usuariovalora` FOREIGN KEY (`ID_USU`) REFERENCES `users` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION; /*!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 */;
DROP TABLE IF EXISTS sources; CREATE TABLE sources ( uid <%= auto_increment %> NOT NULL, name varchar(255) NOT NULL, same_as varchar(255), parent INTEGER REFERENCES sources(uid) ON UPDATE CASCADE ON DELETE SET NULL, readonly INTEGER DEFAULT 0, creator INTEGER NOT NULL REFERENCES users(uid), creation_timestamp varchar(255) NOT NULL, lastmodified_timestamp varchar(255) NOT NULL ); DROP TABLE IF EXISTS element_sets; CREATE TABLE element_sets ( uid <%= auto_increment %> NOT NULL, uri varchar(255), name varchar(255), description varchar(255) ); DROP TABLE IF EXISTS elements; CREATE TABLE elements ( uid <%= auto_increment %> NOT NULL, uri varchar(255), element_set INTEGER NOT NULL REFERENCES element_sets(uid) ON UPDATE CASCADE ON DELETE CASCADE, name varchar(255) NOT NULL, description varchar(255), comment varchar(255) ); DROP TABLE IF EXISTS source_elements; CREATE TABLE source_elements ( source INTEGER NOT NULL REFERENCES sources(uid) ON UPDATE CASCADE ON DELETE CASCADE, element INTEGER NOT NULL REFERENCES elements(uid) ON UPDATE CASCADE ON DELETE CASCADE, value varchar(255), creator INTEGER NOT NULL REFERENCES users(uid), creation_timestamp varchar(255) NOT NULL, lastmodified_timestamp varchar(255) NOT NULL, PRIMARY KEY (source, element) );
-- COLAB-2087 INSERT INTO admin_ContestTypeAttribute (name, additionalId, locale, numericValue, stringValue, realValue) VALUES ('CONTEST_NAME', 1, '', null, 'Event category', null); INSERT INTO admin_ContestTypeAttribute (name, additionalId, locale, numericValue, stringValue, realValue) VALUES ('CONTEST_NAME_PLURAL', 1, '', null, 'Event categories', null); INSERT INTO admin_ContestTypeAttribute (name, additionalId, locale, numericValue, stringValue, realValue) VALUES ('PROPOSAL_NAME', 1, '', null, 'Event', null); INSERT INTO admin_ContestTypeAttribute (name, additionalId, locale, numericValue, stringValue, realValue) VALUES ('CONTEST_NAME', 2, '', null, 'Trend category', null); INSERT INTO admin_ContestTypeAttribute (name, additionalId, locale, numericValue, stringValue, realValue) VALUES ('CONTEST_NAME_PLURAL', 2, '', null, 'Trend categories', null); INSERT INTO admin_ContestTypeAttribute (name, additionalId, locale, numericValue, stringValue, realValue) VALUES ('PROPOSAL_NAME', 2, '', null, 'Trend', null); INSERT INTO admin_ContestTypeAttribute (name, additionalId, locale, numericValue, stringValue, realValue) VALUES ('MENU_ITEM', 2, '', null, 'Entries', null); INSERT INTO admin_ContestTypeAttribute (name, additionalId, locale, numericValue, stringValue, realValue) VALUES ('RULES_NAME', 1, '', null, 'Crowdsensor rules', null); INSERT INTO admin_ContestTypeAttribute (name, additionalId, locale, numericValue, stringValue, realValue) VALUES ('RULES_URL', 1, '', null, '/wiki/Crowdsensor+rules', null); INSERT INTO admin_ContestTypeAttribute (name, additionalId, locale, numericValue, stringValue, realValue) VALUES ('RULES_NAME', 2, '', null, 'Crowdsensor rules', null); INSERT INTO admin_ContestTypeAttribute (name, additionalId, locale, numericValue, stringValue, realValue) VALUES ('RULES_URL', 2, '', null, '/wiki/Crowdsensor+rules', null); INSERT INTO admin_ContestTypeAttribute (name, additionalId, locale, numericValue, stringValue, realValue) VALUES ('DISCUSSION_IS_ACTIVE', 1, '', 0, null, null); INSERT INTO admin_ContestTypeAttribute (name, additionalId, locale, numericValue, stringValue, realValue) VALUES ('DISCUSSION_IS_ACTIVE', 2, '', 0, null, null);
<reponame>dmaiolli/sakspildap -- Gerado por Oracle SQL Developer Data Modeler 19.4.0.350.1424 -- em: 2020-09-02 18:38:39 BRT -- site: Oracle Database 11g -- tipo: Oracle Database 11g CREATE TABLE t_sak_bairro ( cd_bairro NUMBER(4) NOT NULL, cd_cidade NUMBER(3) NOT NULL, nm_bairro VARCHAR2(50) NOT NULL ); ALTER TABLE t_sak_bairro ADD CONSTRAINT pk_bairro PRIMARY KEY ( cd_bairro ); CREATE TABLE t_sak_cidade ( cd_cidade NUMBER(3) NOT NULL, cd_estado NUMBER(2) NOT NULL, nm_cidade VARCHAR2(50) NOT NULL ); ALTER TABLE t_sak_cidade ADD CONSTRAINT pk_cidade PRIMARY KEY ( cd_cidade ); CREATE TABLE t_sak_depto ( cd_depto NUMBER(4) NOT NULL, nm_depto VARCHAR2(60) NOT NULL ); ALTER TABLE t_sak_depto ADD CONSTRAINT pk_sak_depto PRIMARY KEY ( cd_depto ); CREATE TABLE t_sak_endereco ( cd_end_correio NUMBER NOT NULL, cd_bairro NUMBER(4) NOT NULL, nr_cep NUMBER(10) NOT NULL, ds_logradouro VARCHAR2(10) NOT NULL ); ALTER TABLE t_sak_endereco ADD CONSTRAINT pk_endereco_correio PRIMARY KEY ( cd_end_correio ); CREATE TABLE t_sak_estado ( cd_estado NUMBER(2) NOT NULL, nm_estado VARCHAR2(20) NOT NULL, sg_estado CHAR(2) NOT NULL ); ALTER TABLE t_sak_estado ADD CONSTRAINT pk_estado PRIMARY KEY ( cd_estado ); CREATE TABLE t_sak_execucao_proj ( cd_projeto NUMBER(10) NOT NULL, cd_implantacao NUMBER(3) NOT NULL, cd_func NUMBER(5) NOT NULL, ds_papel_func_proj VARCHAR2(30), dt_entrada DATE NOT NULL, dt_saida DATE ); ALTER TABLE t_sak_execucao_proj ADD CONSTRAINT pk_sak_implantacao PRIMARY KEY ( cd_implantacao, cd_projeto ); CREATE TABLE t_sak_funcionario ( cd_func NUMBER(5) NOT NULL, cd_depto NUMBER(4) NOT NULL, nm_funcionario VARCHAR2(60) NOT NULL, dt_nascimento DATE NOT NULL, ds_estado_civil VARCHAR2(20) ); ALTER TABLE t_sak_funcionario ADD CONSTRAINT pk_sak_funcionario PRIMARY KEY ( cd_func ); CREATE TABLE t_sak_funcionario_endereco ( cd_func NUMBER(5) NOT NULL, cd_end_func NUMBER(8) NOT NULL, cd_end_correio NUMBER NOT NULL, cd_tipo_endereco NUMBER(4) NOT NULL, ds_complemento VARCHAR2(10) NOT NULL, nr_logradouro NUMBER(5) NOT NULL ); ALTER TABLE t_sak_funcionario_endereco ADD CONSTRAINT pk_funcionario_endereco PRIMARY KEY ( cd_end_func, cd_func ); CREATE TABLE t_sak_projeto ( cd_projeto NUMBER(10) NOT NULL, nm_projeto VARCHAR2(40) NOT NULL, vl_budget_projeto NUMBER(10, 2) NOT NULL, dt_inciio DATE NOT NULL, dt_termino DATE ); ALTER TABLE t_sak_projeto ADD CONSTRAINT pk_ska_projeto PRIMARY KEY ( cd_projeto ); ALTER TABLE t_sak_projeto ADD CONSTRAINT un_ska_projeto_nome UNIQUE ( nm_projeto ); CREATE TABLE t_sak_telefone ( cd_func NUMBER(5) NOT NULL, cd_telefone NUMBER(3) NOT NULL, nr_ddd NUMBER(3) NOT NULL, nr_telefone NUMBER(8) NOT NULL ); ALTER TABLE t_sak_telefone ADD CONSTRAINT pk_sak_telefone PRIMARY KEY ( cd_telefone, cd_func ); CREATE TABLE t_sak_tipo_endereco ( cd_tipo_endereco NUMBER(4) NOT NULL, nm_tipo_endereco VARCHAR2(20) NOT NULL ); ALTER TABLE t_sak_tipo_endereco ADD CONSTRAINT pk_tipo_endereco PRIMARY KEY ( cd_tipo_endereco ); ALTER TABLE t_sak_endereco ADD CONSTRAINT fk_bairro_endereco FOREIGN KEY ( cd_bairro ) REFERENCES t_sak_bairro ( cd_bairro ); ALTER TABLE t_sak_bairro ADD CONSTRAINT fk_cidade_bairro FOREIGN KEY ( cd_cidade ) REFERENCES t_sak_cidade ( cd_cidade ); ALTER TABLE t_sak_funcionario ADD CONSTRAINT fk_depto_func FOREIGN KEY ( cd_depto ) REFERENCES t_sak_depto ( cd_depto ); ALTER TABLE t_sak_funcionario_endereco ADD CONSTRAINT fk_end_correio_func FOREIGN KEY ( cd_end_correio ) REFERENCES t_sak_endereco ( cd_end_correio ); ALTER TABLE t_sak_cidade ADD CONSTRAINT fk_estado_cidade FOREIGN KEY ( cd_estado ) REFERENCES t_sak_estado ( cd_estado ); ALTER TABLE t_sak_funcionario_endereco ADD CONSTRAINT fk_func_endereco FOREIGN KEY ( cd_func ) REFERENCES t_sak_funcionario ( cd_func ); ALTER TABLE t_sak_execucao_proj ADD CONSTRAINT fk_func_exec_projeto FOREIGN KEY ( cd_func ) REFERENCES t_sak_funcionario ( cd_func ); ALTER TABLE t_sak_telefone ADD CONSTRAINT fk_func_telefone FOREIGN KEY ( cd_func ) REFERENCES t_sak_funcionario ( cd_func ); ALTER TABLE t_sak_execucao_proj ADD CONSTRAINT fk_proj_execucao_proj FOREIGN KEY ( cd_projeto ) REFERENCES t_sak_projeto ( cd_projeto ); ALTER TABLE t_sak_funcionario_endereco ADD CONSTRAINT fk_tipo_endereco FOREIGN KEY ( cd_tipo_endereco ) REFERENCES t_sak_tipo_endereco ( cd_tipo_endereco ); -- Relatório do Resumo do Oracle SQL Developer Data Modeler: -- -- CREATE TABLE 11 -- CREATE INDEX 0 -- ALTER TABLE 22 -- CREATE VIEW 0 -- ALTER VIEW 0 -- CREATE PACKAGE 0 -- CREATE PACKAGE BODY 0 -- CREATE PROCEDURE 0 -- CREATE FUNCTION 0 -- CREATE TRIGGER 0 -- ALTER TRIGGER 0 -- CREATE COLLECTION TYPE 0 -- CREATE STRUCTURED TYPE 0 -- CREATE STRUCTURED TYPE BODY 0 -- CREATE CLUSTER 0 -- CREATE CONTEXT 0 -- CREATE DATABASE 0 -- CREATE DIMENSION 0 -- CREATE DIRECTORY 0 -- CREATE DISK GROUP 0 -- CREATE ROLE 0 -- CREATE ROLLBACK SEGMENT 0 -- CREATE SEQUENCE 0 -- CREATE MATERIALIZED VIEW 0 -- CREATE MATERIALIZED VIEW LOG 0 -- CREATE SYNONYM 0 -- CREATE TABLESPACE 0 -- CREATE USER 0 -- -- DROP TABLESPACE 0 -- DROP DATABASE 0 -- -- REDACTION POLICY 0 -- -- ORDS DROP SCHEMA 0 -- ORDS ENABLE SCHEMA 0 -- ORDS ENABLE OBJECT 0 -- -- ERRORS 0 -- WARNINGS 0
-- phpMyAdmin SQL Dump -- version 5.1.1 -- https://www.phpmyadmin.net/ -- -- Servidor: 127.0.0.1 -- Tiempo de generación: 17-12-2021 a las 15:26:43 -- Versión del servidor: 10.4.20-MariaDB -- Versión de PHP: 7.4.22 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 */; -- -- Base de datos: `god_cernet_2_0` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `tipo_item` -- CREATE TABLE `tipo_item` ( `id_item` int(10) NOT NULL COMMENT 'id principal de la tabla tipo_item', `nombre` varchar(50) DEFAULT NULL COMMENT 'nombre del tipo_item', `id_usuario` int(10) DEFAULT NULL COMMENT 'id_usuario creador del registro', `fecha_registro` timestamp NOT NULL DEFAULT current_timestamp() COMMENT 'fecha de creación del registro' ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Volcado de datos para la tabla `tipo_item` -- INSERT INTO `tipo_item` (`id_item`, `nombre`, `id_usuario`, `fecha_registro`) VALUES (1, 'Bodega', 1, '2020-07-23 02:57:59'), (2, 'Refrigerador', 2, '2020-08-17 23:29:34'), (3, 'Freezer', 2, '2020-12-18 21:03:53'), (4, 'UltraFreezer', 2, '2020-12-18 21:03:53'), (5, 'Estufa', 2, '2021-03-01 16:41:04'), (6, 'Incubadora', 2, '2021-03-01 16:41:04'), (7, 'Automovil', 2, '2021-03-23 18:27:31'), (8, 'Sala Limpia', 2, '2021-03-23 18:27:31'), (10, 'HVAC', 2, '2021-03-23 18:27:31'), (11, 'Filtro', 2, '2021-03-23 18:27:31'), (12, 'Campana de Extracción', 2, '2021-03-23 18:27:31'), (13, 'Flujo Laminar', 2, '2021-03-23 18:27:31'), (14, '<NAME>', 2, '2021-12-09 12:20:50'); -- -- Índices para tablas volcadas -- -- -- Indices de la tabla `tipo_item` -- ALTER TABLE `tipo_item` ADD PRIMARY KEY (`id_item`); -- -- AUTO_INCREMENT de las tablas volcadas -- -- -- AUTO_INCREMENT de la tabla `tipo_item` -- ALTER TABLE `tipo_item` MODIFY `id_item` int(10) NOT NULL AUTO_INCREMENT COMMENT 'id principal de la tabla tipo_item', AUTO_INCREMENT=15; 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 TABLE homes ( home_id SERIAL PRIMARY KEY, beds integer NOT NULL, --0-16 CHECK (beds >= 0), CHECK (beds <= 16), title varchar(60) NOT NULL, user_id integer NOT NULL, category varchar(30) NOT NULL, --'Entire Place', 'Private Room', 'Shared Room' stars DECIMAL DEFAULT NULL, --1 significant digit reviewCount integer DEFAULT 0, pricePerNight integer NOT NULL, city varchar(250) NOT NULL, state varchar(250) NOT NULL, zip varchar(5) NOT NULL ); CREATE TABLE images ( image_id SERIAL, image_url varchar(80) NOT NULL, showrank integer NOT NULL, home_id integer ); -- CREATE TABLE similarScore ( -- homeId integer REFERENCES homes, -- homeId integer REFERENCES homes, -- similarScore float NOT NULL -- );
<gh_stars>1-10 USE currentdb; -- users insert into users (username, password, createdAt, updatedAt) values ('mike', 'mike', now(), now()), ('darron', 'darron', now(), now()), ('mikey', 'mikey', now(), now()), ('peter', 'peter', now(), now()); -- Landlord insert into landlords (name, email, createdAt, updatedAt, userId) values ('Mike', '<EMAIL>', now(), now(), 1), ('Mikey', '<EMAIL>', now(), now(), 3); -- Tenant insert into tenants (name, email, createdAt, updatedAt, userId) values ('Darron', '<EMAIL>', now(), now(), 2), ('Peter', '<EMAIL>', now(), now(), 4); -- Property insert into properties (address, description, capacity, rent, createdAt, updatedAt, landlordId) values ('123 Peachtree Street, Atlanta, GA', 'Condo', 2, 1600, now(), now(), 1), ('1200 Pala Alto Street, Palo Alto, CA', 'Mansion', 8, 4800, now(), now(), 2); -- Leases insert into leases (leasename, binaryfile, signdate, isActive, startdate, enddate, rent, createdAt, updatedAt, propertyid, tenantid) values ('Condo Lease', 0, now(), 1, now(), now(), 1600, now(), now(), 1, 1), ('Mansion Lease', 0, now(), 1, now(), now(), 4800, now(), now(), 2, 2); -- Payment Status insert into paymentstatuses (id, status, createdAt, updatedAt) values (1, 'Paid', now(), now()), (2, 'Not Paid', now(), now()), (3, 'Late', now(), now()); -- Payments insert into payments (datedue, paymentamt, createdAt, updatedAt, leaseid, paymentstatusid) values (now(), 1600, now(), now(), 1,2), (now(), 1600, now(), now(), 1,1), (now(), 2400, now(), now(), 2,1), (now(), 2400, now(), now(), 2,1); -- Maintenance Request Types insert into requesttypes (type, createdAt, updatedAt) values ('Appliances', now(), now()), ('Electrical', now(), now()), ('Exterior', now(), now()), ('HVAC', now(), now()), ('Plumbing', now(), now()), ('Other', now(), now()); -- Maintenance Requests INSERT INTO maintenancerequests (description, createdAt, updatedAt, landlordId, tenantid, requesttypeId, propertyId) VALUES ('Electricity is out', now(), now(), 1, 1, 2, 1), ('Its so cold in here', now(), now(), 1, 1, 4, 1), ('Anyway someone can come cut the grass', now(), now(), 2, 2, 3, 2), ('Looking for to get rid of the pest here', now(), now(), 2, 2, 6, 2);
/****** Object: StoredProcedure [dbo].[usp1_Role_create] Script Date: 6/12/2018 12:39:56 PM ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO -- ============================================= -- Author: omrani -- Create date: 2012/08/29 -- Description: -- ============================================= CREATE PROCEDURE [dbo].[usp1_Role_create] ( @roleName VARCHAR(30) ) AS BEGIN SET NOCOUNT ON; INSERT INTO [Role](Name) VALUES (@roleName) END GO /****** Object: StoredProcedure [dbo].[usp1_Role_delete] Script Date: 6/12/2018 12:39:56 PM ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO -- ============================================= -- Author: omrani -- Create date: 2012/08/29 -- Description: -- ============================================= CREATE PROCEDURE [dbo].[usp1_Role_delete] ( @roleName VARCHAR(30), @throwOnPopulatedRole BIT = 0 ) AS BEGIN SET NOCOUNT ON; IF EXISTS(SELECT 1 FROM User_Role ur INNER JOIN [Role] r ON ur.RoleID = r.RoleID WHERE r.Name = @roleName) BEGIN IF @throwOnPopulatedRole = 1 RAISERROR(N'نقش مشخص شده داراي تعدادي کاربر است و قابل حذف نيست', 10, 1) ELSE DELETE FROM [Role] WHERE Name = @roleName END ELSE DELETE FROM [Role] WHERE Name = @roleName END GO /****** Object: StoredProcedure [dbo].[usp1_Role_exists] Script Date: 6/12/2018 12:39:56 PM ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO -- ============================================= -- Author: omrani -- Create date: 2012/08/29 -- Description: -- ============================================= CREATE PROCEDURE [dbo].[usp1_Role_exists] ( @roleName VARCHAR(50), @Result BIT OUT ) AS BEGIN SET NOCOUNT ON; IF EXISTS(SELECT 1 FROM [Role] r WHERE r.Name = @roleName) SET @Result = 1 ELSE SET @Result = 0 END GO /****** Object: StoredProcedure [dbo].[usp1_Role_get_all] Script Date: 6/12/2018 12:39:56 PM ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO -- ============================================= -- Author: omrani -- Create date: 2012/08/29 -- Description: -- ============================================= CREATE PROCEDURE [dbo].[usp1_Role_get_all] ( @roles VARCHAR(4000) OUT ) AS BEGIN SET NOCOUNT ON; SET @roles = STUFF((SELECT ',' + Name FROM [Role] FOR XML PATH(''),TYPE).value('text()[1]','varchar(4000)'),1,1,N'') END GO /****** Object: StoredProcedure [dbo].[usp1_Role_get_users] Script Date: 6/12/2018 12:39:56 PM ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO -- ============================================= -- Author: omrani -- Create date: 2012/08/29 -- Description: -- ============================================= CREATE PROCEDURE [dbo].[usp1_Role_get_users] ( @roleName VARCHAR(50), @users VARCHAR(4000) OUT ) AS BEGIN SET NOCOUNT ON; SET @users = STUFF((SELECT ',' + u.UserName FROM [Role] r INNER JOIN User_Role ur ON r.RoleID = ur.RoleID INNER JOIN [User] u ON ur.UserID = u.UserID WHERE r.Name = @roleName FOR XML PATH(''),TYPE).value('text()[1]','varchar(4000)'),1,1,N'') END GO /****** Object: StoredProcedure [dbo].[usp1_User_get_roles] Script Date: 6/12/2018 12:39:56 PM ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO -- ============================================= -- Author: omrani -- Create date: 2012/08/29 -- Description: -- ============================================= CREATE PROCEDURE [dbo].[usp1_User_get_roles] ( @UserName VARCHAR(50), @roles VARCHAR(4000) OUT ) AS BEGIN SET NOCOUNT ON; SET @roles = STUFF((SELECT ',' + r.Name FROM [Role] r INNER JOIN User_Role ur ON r.RoleID = ur.RoleID INNER JOIN [User] u ON ur.UserID = u.UserID WHERE u.UserName = @UserName FOR XML PATH(''),TYPE).value('text()[1]','varchar(4000)'),1,1,N'') END GO /****** Object: StoredProcedure [dbo].[usp1_User_is_in_role] Script Date: 6/12/2018 12:39:56 PM ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO -- ============================================= -- Author: omrani -- Create date: 2012/08/29 -- Description: -- ============================================= CREATE PROCEDURE [dbo].[usp1_User_is_in_role] ( @userName VARCHAR(50), @roleName VARCHAR(50), @Result BIT OUT ) AS BEGIN SET NOCOUNT ON; IF EXISTS(SELECT 1 FROM [User] u INNER JOIN User_Role ur ON u.UserID = ur.UserID INNER JOIN [Role] r ON ur.RoleID = r.RoleID WHERE u.UserName = @userName AND r.Name = @roleName) SET @Result = 1 ELSE SET @Result = 0 END GO /****** Object: StoredProcedure [dbo].[usp1_Users_add_to_roles] Script Date: 6/12/2018 12:39:56 PM ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO -- ============================================= -- Author: omrani -- Create date: 2012/08/29 -- Description: -- ============================================= CREATE PROCEDURE [dbo].[usp1_Users_add_to_roles] ( @UserNames VARCHAR(4000) = '', @RoleNames VARCHAR(4000) = '' ) AS BEGIN SET NOCOUNT ON; DECLARE @u TABLE(UserName VARCHAR(50)) DECLARE @r TABLE(RoleName VARCHAR(30)) DECLARE @ur TABLE(UserName VARCHAR(50), RoleName VARCHAR(30)) INSERT INTO @u EXEC dbo.usp0_CommaSeparatedList_to_table @UserNames INSERT INTO @r EXEC dbo.usp0_CommaSeparatedList_to_table @RoleNames INSERT INTO @ur(UserName, RoleName) SELECT u.UserName, r.RoleName FROM @u u, @r r INSERT INTO User_Role(UserID, RoleID) SELECT u.UserID, r.RoleID FROM [User] u INNER JOIN ( SELECT ur1.UserName, ur1.RoleName FROM @ur ur1 LEFT JOIN ( SELECT ur.UserRoleID, u1.UserName, r1.Name AS RoleName FROM [User] u1 INNER JOIN [User_Role] ur ON u1.UserID = ur.UserID INNER JOIN [Role] r1 ON ur.RoleID = r1.RoleID ) ur2 ON ur1.UserName = ur2.UserName AND ur1.RoleName = ur2.RoleName WHERE ur2.UserRoleID IS NULL ) nr ON u.UserName = nr.UserName INNER JOIN [Role] r ON r.Name = nr.RoleName END GO /****** Object: StoredProcedure [dbo].[usp1_Users_remove_from_roles] Script Date: 6/12/2018 12:39:56 PM ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO -- ============================================= -- Author: omrani -- Create date: 2012/08/29 -- Description: -- ============================================= CREATE PROCEDURE [dbo].[usp1_Users_remove_from_roles] ( @UserNames VARCHAR(4000) = '', @RoleNames VARCHAR(4000) = '' ) AS BEGIN SET NOCOUNT ON; DECLARE @u TABLE(UserName VARCHAR(50)) DECLARE @r TABLE(RoleName VARCHAR(30)) DECLARE @ur TABLE(UserName VARCHAR(50), RoleName VARCHAR(30)) INSERT INTO @u EXEC dbo.usp0_CommaSeparatedList_to_table @UserNames INSERT INTO @r EXEC dbo.usp0_CommaSeparatedList_to_table @RoleNames INSERT INTO @ur(UserName, RoleName) SELECT u.UserName, r.RoleName FROM @u u, @r r DELETE FROM User_Role WHERE UserRoleID IN ( SELECT ur2.UserRoleID FROM @ur ur1 INNER JOIN ( SELECT ur.UserRoleID, u1.UserName, r1.Name AS RoleName FROM [User] u1 INNER JOIN [User_Role] ur ON u1.UserID = ur.UserID INNER JOIN [Role] r1 ON ur.RoleID = r1.RoleID ) ur2 ON ur1.UserName = ur2.UserName AND ur1.RoleName = ur2.RoleName ) END GO
SELECT nknachfuehrung.t_id AS tid, nknachfuehrung.nbident, nknachfuehrung.identifikator, nknachfuehrung.beschreibung, nknachfuehrung.perimeter, to_char(nknachfuehrung.gueltigereintrag,'YYYYMMDD') AS gueltigereintrag, to_char(nknachfuehrung.datum1,'YYYYMMDD') AS datum1, cast(nknachfuehrung.t_datasetname AS INT) AS gem_bfs, 0 AS los, aimport.importdate AS lieferdatum FROM agi_dm01avso24.nomenklatur_nknachfuehrung AS nknachfuehrung LEFT JOIN agi_dm01avso24.t_ili2db_basket AS basket ON nknachfuehrung.t_basket = basket.t_id LEFT JOIN ( SELECT max(importdate) AS importdate, dataset FROM agi_dm01avso24.t_ili2db_import GROUP BY dataset ) AS aimport ON basket.dataset = aimport.dataset ;
<filename>preparing/sql/create_table_tag_campaigns.sql -- -- table -- create table {SCHEMA}tag_campaigns ( company_identifier character varying(381) NOT NULL, app character varying(381) NOT NULL, channel character varying(381) NOT NULL, campaign_id character varying(765) NOT NULL, campaign_tag character varying(765), campaign_subtag character varying(765), upload_group character varying(381), PRIMARY KEY (channel, campaign_id) ) distkey (campaign_id) sortkey (channel, campaign_id);
<reponame>eklavya11/linkcord CREATE TABLE IF NOT EXISTS linked_channels ( id bigint PRIMARY KEY, linked_to bigint NOT NULL, mirror_webhook bigint NOT NULL );
<filename>lf_keluhan.sql<gh_stars>1-10 -- phpMyAdmin SQL Dump -- version 4.9.0.1 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1 -- Generation Time: Apr 15, 2021 at 11:29 AM -- Server version: 10.4.6-MariaDB -- PHP Version: 7.3.8 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: `lf_keluhan` -- -- -------------------------------------------------------- -- -- Table structure for table `bidang` -- CREATE TABLE `bidang` ( `id_bidang` int(11) NOT NULL, `nama_bidang` varchar(50) NOT NULL, `deskripsi_bidang` text NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Dumping data for table `bidang` -- INSERT INTO `bidang` (`id_bidang`, `nama_bidang`, `deskripsi_bidang`) VALUES (1, 'Non Bidang', 'bagian selain bidang'), (2, 'Jaminan Kualitas', 'devisi yang bertanggung jawab terhadap kualitas produk'), (3, 'Pembelian', 'devisi yang bertanggung jawab terhadap standar harga produk'), (4, 'Distribusi', 'devisi yang bertanggung jawab terhadap distribusi produk'), (6, 'Desain', 'Bertanggun jawab dalam desain produk jadi'); -- -------------------------------------------------------- -- -- Table structure for table `feedback` -- CREATE TABLE `feedback` ( `id_feedback` int(11) NOT NULL, `feedback` longtext NOT NULL, `respon` longtext NOT NULL, `tanggal_feedback` date NOT NULL, `tanggal_respon` date NOT NULL, `id_keluhan` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Dumping data for table `feedback` -- INSERT INTO `feedback` (`id_feedback`, `feedback`, `respon`, `tanggal_feedback`, `tanggal_respon`, `id_keluhan`) VALUES (1, 'Baik, terimakasih !', '<p>aaa<br></p>', '0000-00-00', '2021-04-13', 6), (2, 'Baik, terimakasih !', '<p>wet<br></p>', '0000-00-00', '2021-04-14', 7); -- -------------------------------------------------------- -- -- Table structure for table `keluhan` -- CREATE TABLE `keluhan` ( `id_keluhan` int(11) NOT NULL, `id_user` int(11) NOT NULL, `judul` text NOT NULL, `keluhan` longtext NOT NULL, `tanggal_keluhan` date NOT NULL, `status` varchar(50) NOT NULL, `status_pesan` varchar(255) NOT NULL, `id_bidang` int(11) DEFAULT NULL, `rating` int(11) DEFAULT NULL, `rating_desc` text NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Dumping data for table `keluhan` -- INSERT INTO `keluhan` (`id_keluhan`, `id_user`, `judul`, `keluhan`, `tanggal_keluhan`, `status`, `status_pesan`, `id_bidang`, `rating`, `rating_desc`) VALUES (6, 1, 'coba ', '<p>coba eror g<br></p>', '2021-04-13', 'Selesai', '', 4, 4, 'hehe'), (7, 1, 'coba lagi', '<p>aaaaa<br></p>', '2021-04-14', 'Selesai', '', 6, 5, 'aa'); -- -------------------------------------------------------- -- -- Table structure for table `level` -- CREATE TABLE `level` ( `id_level` int(11) NOT NULL, `nama_level` varchar(50) NOT NULL, `id_bidang` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Dumping data for table `level` -- INSERT INTO `level` (`id_level`, `nama_level`, `id_bidang`) VALUES (1, 'pelanggan', 1), (2, 'operator', 1), (3, 'direktur', 1), (4, 'bidang', 2), (5, 'bidang', 3), (6, 'bidang', 4), (7, 'bidang', 6); -- -------------------------------------------------------- -- -- Table structure for table `user` -- CREATE TABLE `user` ( `id_user` int(11) NOT NULL, `email_user` varchar(255) NOT NULL, `nama_depan` varchar(50) NOT NULL, `nama_belakang` varchar(50) NOT NULL, `username` varchar(50) NOT NULL, `password` varchar(255) NOT NULL, `no_hp` varchar(14) NOT NULL, `alamat` text NOT NULL, `id_level` int(11) NOT NULL, `rate` int(1) DEFAULT NULL, `review` text NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Dumping data for table `user` -- INSERT INTO `user` (`id_user`, `email_user`, `nama_depan`, `nama_belakang`, `username`, `password`, `no_hp`, `alamat`, `id_level`, `rate`, `review`) VALUES (1, '<EMAIL>', 'Pelanggan', 'Ganteng', 'pelanggan', '$2y$10$3oUer2/aJCDDivhDDMolgOu2G.1wkVqQsmAMk2lr45nxDjJX64m6a', '085544123900', 'Jl Kenari', 1, 3, 'jele'), (2, '<EMAIL>', 'Operator', 'Ganteng', 'operator', '$2y$10$IdtLRUf/1tBtAC/OwbzkKuPvw6aiAxtSWGjT3mKG.SDEU.TypcQMK', '085544123901', 'Sleman', 2, 0, ''), (3, '<EMAIL>', 'Direktur', 'Cantik', 'direktur', '$2y$10$r.69/AILh0MgH3t9gCKb2OTGsxajorJi02oUqJ1qS1Ld1c0BPHOJe', '085544123902', 'lalalalala', 3, 0, ''), (5, '<EMAIL>', 'Jaminan', 'Kualitas', 'bidang', '$2y$10$weKKadN3D/uwvqxCvQBd2OWI39VlaaqYjVZpG2B6JlLu3XzQv0EAm', '085544123903', 'bidang', 4, 0, ''), (10, '<EMAIL>', 'bang', 'distribusi', 'distribusi', '$2y$10$tbCGXCktWaZNLhiwOnmDnOUNttobxD2tsT/OjlL4P0rOrFi5XlhJC', '008', 'distribusi', 6, 0, ''), (11, '<EMAIL>', 'desain', 'desain', 'desain', '$2y$10$BTJMg068Rc7VbH255PBOWOM6KA4jkmTLpfvgdLc2uDVdcFym4mxfa', '099', 'desain', 7, 0, ''), (12, '<EMAIL>', 'pelanggan', 'lagi', 'pelangganlagi', '$2y$10$3QDdaR7FuJjvKRo0sscXG.VnEtwnZu0R3VGPKwhorJFH2ebZbMk1O', '08111111180', 'jogja', 1, 5, 'bgus bged'); -- -- Indexes for dumped tables -- -- -- Indexes for table `bidang` -- ALTER TABLE `bidang` ADD PRIMARY KEY (`id_bidang`); -- -- Indexes for table `feedback` -- ALTER TABLE `feedback` ADD PRIMARY KEY (`id_feedback`), ADD KEY `id_keluhan` (`id_keluhan`); -- -- Indexes for table `keluhan` -- ALTER TABLE `keluhan` ADD PRIMARY KEY (`id_keluhan`), ADD KEY `id_user` (`id_user`), ADD KEY `id_bidang` (`id_bidang`); -- -- Indexes for table `level` -- ALTER TABLE `level` ADD PRIMARY KEY (`id_level`), ADD KEY `id_bidang` (`id_bidang`); -- -- Indexes for table `user` -- ALTER TABLE `user` ADD PRIMARY KEY (`id_user`), ADD KEY `id_level` (`id_level`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `bidang` -- ALTER TABLE `bidang` MODIFY `id_bidang` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; -- -- AUTO_INCREMENT for table `feedback` -- ALTER TABLE `feedback` MODIFY `id_feedback` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `keluhan` -- ALTER TABLE `keluhan` MODIFY `id_keluhan` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; -- -- AUTO_INCREMENT for table `level` -- ALTER TABLE `level` MODIFY `id_level` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; -- -- AUTO_INCREMENT for table `user` -- ALTER TABLE `user` MODIFY `id_user` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13; -- -- Constraints for dumped tables -- -- -- Constraints for table `feedback` -- ALTER TABLE `feedback` ADD CONSTRAINT `feedback_ibfk_1` FOREIGN KEY (`id_keluhan`) REFERENCES `keluhan` (`id_keluhan`) ON DELETE NO ACTION ON UPDATE NO ACTION; -- -- Constraints for table `keluhan` -- ALTER TABLE `keluhan` ADD CONSTRAINT `keluhan_ibfk_1` FOREIGN KEY (`id_user`) REFERENCES `user` (`id_user`) ON DELETE NO ACTION ON UPDATE NO ACTION, ADD CONSTRAINT `keluhan_ibfk_2` FOREIGN KEY (`id_bidang`) REFERENCES `bidang` (`id_bidang`) ON DELETE NO ACTION ON UPDATE NO ACTION; -- -- Constraints for table `level` -- ALTER TABLE `level` ADD CONSTRAINT `level_ibfk_1` FOREIGN KEY (`id_bidang`) REFERENCES `bidang` (`id_bidang`) ON DELETE NO ACTION ON UPDATE NO ACTION; -- -- Constraints for table `user` -- ALTER TABLE `user` ADD CONSTRAINT `user_ibfk_1` FOREIGN KEY (`id_level`) REFERENCES `level` (`id_level`) ON DELETE NO ACTION ON UPDATE NO ACTION; 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 OR REPLACE PROCEDURE SOMA ( P_1 IN NUMBER, P_2 IN NUMBER) IS BEGIN DBMS_OUTPUT.PUT_LINE(P_1 + P_2); END SOMA; / execute SOMA( 2,5); DECLARE BEGIN soma(2, 5); END;
-- file:limit.sql ln:47 expect:true fetch backward 1 in c1
<filename>src/main/resources/db/migration/V1_0__atomic-def.sql -- Copyright (c) 2013-2018 Snowplow Analytics Ltd. All rights reserved. -- -- This program is licensed to you under the Apache License Version 2.0, -- and you may not use this file except in compliance with the Apache License Version 2.0. -- You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. -- -- Unless required by applicable law or agreed to in writing, -- software distributed under the Apache License Version 2.0 is distributed on an -- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -- See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. -- -- Version: 0.11.0 -- URL: - -- -- Authors: <NAME>, <NAME>, <NAME>, <NAME>, <NAME>, <NAME> -- Copyright: Copyright (c) 2013-2018 Snowplow Analytics Ltd -- License: Apache License Version 2.0 -- Create the schema CREATE SCHEMA atomic; -- Create events table CREATE TABLE atomic.events ( -- App app_id varchar(255), platform varchar(255), -- Date/time etl_tstamp timestamp, collector_tstamp timestamp not null, dvce_created_tstamp timestamp, -- Event event varchar(128), event_id char(36) not null unique, txn_id int, -- Namespacing and versioning name_tracker varchar(128), v_tracker varchar(100), v_collector varchar(100) not null, v_etl varchar(100) not null, -- User and visit user_id varchar(255), user_ipaddress varchar(128), user_fingerprint varchar(128), domain_userid varchar(128), domain_sessionidx int, network_userid varchar(128), -- Location geo_country char(2), geo_region char(3), geo_city varchar(75), geo_zipcode varchar(15), geo_latitude double precision, geo_longitude double precision, geo_region_name varchar(100), -- IP lookups ip_isp varchar(100), ip_organization varchar(128), ip_domain varchar(128), ip_netspeed varchar(100), -- Page page_url varchar(4096), page_title varchar(2000), page_referrer varchar(4096), -- Page URL components page_urlscheme varchar(16), page_urlhost varchar(255), page_urlport int, page_urlpath varchar(3000), page_urlquery varchar(6000), page_urlfragment varchar(3000), -- Referrer URL components refr_urlscheme varchar(16), refr_urlhost varchar(255), refr_urlport int, refr_urlpath varchar(6000), refr_urlquery varchar(6000), refr_urlfragment varchar(3000), -- Referrer details refr_medium varchar(25), refr_source varchar(50), refr_term varchar(255), -- Marketing mkt_medium varchar(255), mkt_source varchar(255), mkt_term varchar(255), mkt_content varchar(500), mkt_campaign varchar(255), -- Custom structured event se_category varchar(1000), se_action varchar(1000), se_label varchar(4096), se_property varchar(1000), se_value double precision, -- Ecommerce tr_orderid varchar(255), tr_affiliation varchar(255), tr_total dec(18,2), tr_tax dec(18,2), tr_shipping dec(18,2), tr_city varchar(255), tr_state varchar(255), tr_country varchar(255), ti_orderid varchar(255), ti_sku varchar(255), ti_name varchar(255), ti_category varchar(255), ti_price dec(18,2), ti_quantity int, -- Page ping pp_xoffset_min int, pp_xoffset_max int, pp_yoffset_min int, pp_yoffset_max int, -- User Agent useragent varchar(1000), -- Browser br_name varchar(50), br_family varchar(50), br_version varchar(50), br_type varchar(50), br_renderengine varchar(50), br_lang varchar(255), br_features_pdf boolean, br_features_flash boolean, br_features_java boolean, br_features_director boolean, br_features_quicktime boolean, br_features_realplayer boolean, br_features_windowsmedia boolean, br_features_gears boolean, br_features_silverlight boolean, br_cookies boolean, br_colordepth varchar(12), br_viewwidth int, br_viewheight int, -- Operating System os_name varchar(50), os_family varchar(50), os_manufacturer varchar(50), os_timezone varchar(255), -- Device/Hardware dvce_type varchar(50), dvce_ismobile boolean, dvce_screenwidth int, dvce_screenheight int, -- Document doc_charset varchar(128), doc_width int, doc_height int, -- Currency tr_currency char(3), tr_total_base dec(18, 2), tr_tax_base dec(18, 2), tr_shipping_base dec(18, 2), ti_currency char(3), ti_price_base dec(18, 2), base_currency char(3), -- Geolocation geo_timezone varchar(64), -- Click ID mkt_clickid varchar(128), mkt_network varchar(64), -- ETL tags etl_tags varchar(500), -- Time event was sent dvce_sent_tstamp timestamp, -- Referer refr_domain_userid varchar(128), refr_dvce_tstamp timestamp, -- Session ID domain_sessionid char(128), -- Derived timestamp derived_tstamp timestamp, -- Event schema event_vendor varchar(1000), event_name varchar(1000), event_format varchar(128), event_version varchar(128), -- Event fingerprint event_fingerprint varchar(128), -- True timestamp true_tstamp timestamp, CONSTRAINT event_id_0110_pk PRIMARY KEY(event_id) ); CREATE INDEX collector_tstamp_idx ON atomic.events (collector_tstamp); -- DISTSTYLE KEY -- DISTKEY (event_id) -- SORTKEY (collector_tstamp);
\connect lightshield; CREATE SCHEMA PLATFORM; GRANT ALL PRIVILEGES ON SCHEMA PLATFORM TO postgres;
ALTER TABLE {$NAMESPACE}_slowvote.slowvote_poll CHANGE isClosed status VARCHAR(32) NOT NULL COLLATE {$COLLATE_TEXT};
<reponame>Cityopt/cityopt INSERT INTO Algorithm (algorithmId, description) VALUES (1, 'grid search'), (2, 'genetic algorithm'); INSERT INTO AlgoParam (aParamsID, algorithmID, name, defaultValue) VALUES (1, 1, 'max runtime [minutes]', '1000000'), (2, 1, 'max parallel evaluations', '100'), (3, 1, 'max scenarios', '10000'), (4, 2, 'max runtime [minutes]', '1000000'), (5, 2, 'max parallel evaluations', '100'), (6, 2, 'seed of the random number generator', '1'), (7, 2, 'number of generations', '10'), (8, 2, 'population size', '100'), (9, 2, 'number of parents per generation', '25'), (10, 2, 'number of offspring per generation', '25'), (11, 2, 'crossover rate', '0.95');
<filename>sql/arch/2016-03-06.sql CREATE TABLE wiki ( id serial NOT NULL, url character varying(500), city character varying(500), CONSTRAINT wiki_pkey PRIMARY KEY (id) ) WITH ( OIDS=FALSE ); ALTER TABLE wiki OWNER TO yarmarka_biz;
<reponame>yashpatil/GTAS INSERT INTO app_configuration (description, opt, val) VALUES ('Toggle Interpol Red Notices Watch List Hit Notification ARN', 'INTERPOL_SNS_NOTIFICATION_ARN', ''); INSERT INTO app_configuration (description, opt, val) VALUES ('Toggle Interpol Red Notices Watch List Hit Notification', 'ENABLE_INTERPOL_HIT_NOTIFICATION', 'true'); INSERT INTO app_configuration (description, opt, val) VALUES ('Interpol Red Notices ID', 'INTERPOL_WATCHLIST_ID', ''); INSERT INTO app_configuration (description, opt, val) VALUES ('Interpol Red Notices Notification Subject', 'INTERPOL_SNS_NOTIFICATION_SUBJECT', 'GTAS priority Hit Notification');
<filename>sql/_13_issues/_12_2h/cases/bug_bts_9147.sql drop table if exists test; create table test (id int primary key, name string); insert into test values(1,'name1'),(2,'name2'),(3,'name3'),(4,'name4'); select * from test; --Should check the table alias already exists update test as t1,(values(1,'name1_n'),(2,'name2_n')) as t1(id1,name) set t1.name='updated' where t1.id=t1.id; --Should check the table alias already exists update test as t1,(select 1,'name1_n') as t1(id,name) set t1.name='updated' where t1.id=t1.id; --Should check the table alias already exists update test as t1,(select * from test) as t1(id,name) set t1.name='updated' where t1.id=t1.id; drop table if exists test;
<reponame>Starlink/hdf5<filename>tools/testfiles/vds/vds-gap1.ddl HDF5 "vds-eiger.h5" { DATASET "/VDS-Eiger" { DATATYPE H5T_STD_I32LE DATASPACE SIMPLE { ( 5, 10, 10 ) / ( H5S_UNLIMITED, 10, 10 ) } DATA { (0,0,0): 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, (0,1,0): 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, (0,2,0): 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, (0,3,0): 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, (0,4,0): 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, (0,5,0): 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, (0,6,0): 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, (0,7,0): 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, (0,8,0): 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, (0,9,0): 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, (1,0,0): 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, (1,1,0): 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, (1,2,0): 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, (1,3,0): 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, (1,4,0): 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, (1,5,0): 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, (1,6,0): 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, (1,7,0): 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, (1,8,0): 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, (1,9,0): 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, (2,0,0): 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, (2,1,0): 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, (2,2,0): 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, (2,3,0): 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, (2,4,0): 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, (2,5,0): 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, (2,6,0): 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, (2,7,0): 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, (2,8,0): 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, (2,9,0): 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, (3,0,0): 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, (3,1,0): 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, (3,2,0): 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, (3,3,0): 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, (3,4,0): 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, (3,5,0): 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, (3,6,0): 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, (3,7,0): 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, (3,8,0): 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, (3,9,0): 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, (4,0,0): 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, (4,1,0): 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, (4,2,0): 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, (4,3,0): 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, (4,4,0): 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, (4,5,0): 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, (4,6,0): 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, (4,7,0): 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, (4,8,0): 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, (4,9,0): 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } }
<reponame>eddyyucca/aplikasi-vaksin-covid-19-desa<gh_stars>0 -- phpMyAdmin SQL Dump -- version 5.1.1 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1 -- Waktu pembuatan: 03 Feb 2022 pada 14.46 -- Versi server: 10.4.20-MariaDB -- Versi PHP: 7.3.29 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: `db_vaksin` -- -- -------------------------------------------------------- -- -- Struktur dari tabel `akun` -- CREATE TABLE `akun` ( `id_akun` int(10) NOT NULL, `password` text NOT NULL, `level` enum('admin','user') NOT NULL, `status` varchar(20) NOT NULL, `nik` varchar(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Dumping data untuk tabel `akun` -- INSERT INTO `akun` (`id_akun`, `password`, `level`, `status`, `nik`) VALUES (27, '<PASSWORD>', 'user', 'aktif', '123456'), (28, '<PASSWORD>', 'admin', 'aktif', '666'); -- -------------------------------------------------------- -- -- Struktur dari tabel `dokter` -- CREATE TABLE `dokter` ( `id_dokter` int(11) NOT NULL, `nama_dokter` varchar(255) NOT NULL, `ttl` varchar(20) NOT NULL, `alamat` varchar(255) NOT NULL, `telpon` varchar(20) NOT NULL, `jk` varchar(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Dumping data untuk tabel `dokter` -- INSERT INTO `dokter` (`id_dokter`, `nama_dokter`, `ttl`, `alamat`, `telpon`, `jk`) VALUES (3, 'dr. rahman S.THT a', '2022-02-02', 'assaas aa', '081266666666', 'Laki-Laki'); -- -------------------------------------------------------- -- -- Struktur dari tabel `hasil` -- CREATE TABLE `hasil` ( `id_hasil` int(11) NOT NULL, `id_warga` varchar(11) NOT NULL, `dokter` varchar(255) NOT NULL, `vaksin` varchar(255) NOT NULL, `tgl` varchar(50) NOT NULL, `vaksin_ke` varchar(20) NOT NULL, `keterangan` varchar(255) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Dumping data untuk tabel `hasil` -- INSERT INTO `hasil` (`id_hasil`, `id_warga`, `dokter`, `vaksin`, `tgl`, `vaksin_ke`, `keterangan`) VALUES (4, '1', 'dr. rahman S.THT a', '1', '2022-02-01', '', 'berhasil'), (5, '4', 'dr. rahman S.THT a', '1', '2022-02-03', '1', 'berhasil'), (6, '4', 'dr. rahman S.THT a', '4', '2022-02-03', '2', 'berhasil'), (7, '4', 'dr. rahman S.THT a', 'Gagal', '2022-02-03', '', 'gagal'), (8, '4', 'dr. <NAME> a', 'Gagal', '2022-02-03', '', 'gagal'); -- -------------------------------------------------------- -- -- Struktur dari tabel `permintaan_vaksin` -- CREATE TABLE `permintaan_vaksin` ( `id_permintaan` int(11) NOT NULL, `id_warga` varchar(11) NOT NULL, `tgl_vaksin` varchar(20) NOT NULL, `no_urut` varchar(100) NOT NULL, `hasil` varchar(100) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Dumping data untuk tabel `permintaan_vaksin` -- INSERT INTO `permintaan_vaksin` (`id_permintaan`, `id_warga`, `tgl_vaksin`, `no_urut`, `hasil`) VALUES (1, '4', '2022-02-04', '1', '1'), (2, '4', '2022-02-04', '2', '1'), (3, '4', '2022-02-05', '1', '1'), (4, '4', '2022-02-05', '2', '0'); -- -------------------------------------------------------- -- -- Struktur dari tabel `vaksin` -- CREATE TABLE `vaksin` ( `id_vaksin` int(11) NOT NULL, `nama_vaksin` varchar(100) NOT NULL, `jumlah` text NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Dumping data untuk tabel `vaksin` -- INSERT INTO `vaksin` (`id_vaksin`, `nama_vaksin`, `jumlah`) VALUES (1, 'sinovac', '330'), (3, 'Moderna', '1000'), (4, 'pfizer', '349'); -- -------------------------------------------------------- -- -- Struktur dari tabel `warga` -- CREATE TABLE `warga` ( `id_warga` int(11) NOT NULL, `nik` varchar(16) NOT NULL, `nama` varchar(255) NOT NULL, `ttl` varchar(20) NOT NULL, `tempat` varchar(255) NOT NULL, `alamat` text NOT NULL, `telpon` varchar(20) NOT NULL, `status` text NOT NULL, `jk` varchar(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Dumping data untuk tabel `warga` -- INSERT INTO `warga` (`id_warga`, `nik`, `nama`, `ttl`, `tempat`, `alamat`, `telpon`, `status`, `jk`) VALUES (4, '123456', 'eddy adha saputra', '1997-04-17', 'banjarbaru', 'tapin', '081250653005', 'Gagal', 'Laki-Laki'), (5, '666', 'admin', '1997-04-17', 'kandangan', 'TAPIN', '666', 'Gagal', 'Laki-Laki'); -- -- Indexes for dumped tables -- -- -- Indeks untuk tabel `akun` -- ALTER TABLE `akun` ADD PRIMARY KEY (`id_akun`); -- -- Indeks untuk tabel `dokter` -- ALTER TABLE `dokter` ADD PRIMARY KEY (`id_dokter`); -- -- Indeks untuk tabel `hasil` -- ALTER TABLE `hasil` ADD PRIMARY KEY (`id_hasil`); -- -- Indeks untuk tabel `permintaan_vaksin` -- ALTER TABLE `permintaan_vaksin` ADD PRIMARY KEY (`id_permintaan`); -- -- Indeks untuk tabel `vaksin` -- ALTER TABLE `vaksin` ADD PRIMARY KEY (`id_vaksin`); -- -- Indeks untuk tabel `warga` -- ALTER TABLE `warga` ADD PRIMARY KEY (`id_warga`); -- -- AUTO_INCREMENT untuk tabel yang dibuang -- -- -- AUTO_INCREMENT untuk tabel `akun` -- ALTER TABLE `akun` MODIFY `id_akun` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=29; -- -- AUTO_INCREMENT untuk tabel `dokter` -- ALTER TABLE `dokter` MODIFY `id_dokter` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT untuk tabel `hasil` -- ALTER TABLE `hasil` MODIFY `id_hasil` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9; -- -- AUTO_INCREMENT untuk tabel `permintaan_vaksin` -- ALTER TABLE `permintaan_vaksin` MODIFY `id_permintaan` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; -- -- AUTO_INCREMENT untuk tabel `vaksin` -- ALTER TABLE `vaksin` MODIFY `id_vaksin` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; -- -- AUTO_INCREMENT untuk tabel `warga` -- ALTER TABLE `warga` MODIFY `id_warga` int(11) 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 */;
select top 100 * from household_demographics where hd_demo_sk=-100 order by hd_demo_sk desc
<filename>sql-imports/2018/init-scores.sql INSERT INTO `scores` (`id`, `position`, `playerName`, `compNum`, `compName`, `css`, `score`, `gotyScore`, `competitionCode`) VALUES (1104, 1, '<NAME>', 2, '<NAME>', 0, 70, 0, 'medal'), (1105, 2, '<NAME>', 2, '<NAME>', 0, 70, 0, 'medal'), (1106, 3, '<NAME>', 2, '<NAME>', 0, 72, 0, 'medal'), (1107, 4, '<NAME>', 2, '<NAME>', 0, 75, 0, 'medal'), (1108, 5, '<NAME>', 2, '<NAME>', 0, 75, 0, 'medal'), (1109, 6, '<NAME>', 2, '<NAME>', 0, 76, 0, 'medal'), (1110, 7, '<NAME>', 2, '<NAME>', 0, 77, 0, 'medal'), (1111, 8, '<NAME>', 2, '<NAME>', 0, 77, 0, 'medal'), (1112, 9, '<NAME>', 2, '<NAME>', 0, 77, 0, 'medal'), (1113, 10, '<NAME>', 2, '<NAME>', 0, 78, 0, 'medal'), (1114, 11, '<NAME>', 2, '<NAME>', 0, 78, 0, 'medal'), (1115, 12, '<NAME>', 2, '<NAME>', 0, 78, 0, 'medal'), (1116, 13, '<NAME>', 2, '<NAME>', 0, 78, 0, 'medal'), (1117, 14, '<NAME>', 2, '<NAME>', 0, 79, 0, 'medal'), (1118, 15, '<NAME>', 2, '<NAME>', 0, 79, 0, 'medal'), (1119, 16, '<NAME>', 2, '<NAME>', 0, 79, 0, 'medal'), (1120, 17, '<NAME>', 2, '<NAME>', 0, 79, 0, 'medal'), (1121, 18, '<NAME>', 2, '<NAME>', 0, 79, 0, 'medal'), (1122, 19, '<NAME>', 2, '<NAME>', 0, 80, 0, 'medal'), (1123, 20, '<NAME>', 2, '<NAME>', 0, 80, 0, 'medal'), (1124, 21, '<NAME>', 2, '<NAME>', 0, 80, 0, 'medal'), (1125, 22, '<NAME>', 2, '<NAME>', 0, 80, 0, 'medal'), (1126, 23, '<NAME>', 2, '<NAME>', 0, 80, 0, 'medal'), (1127, 24, '<NAME>', 2, '<NAME>', 0, 81, 0, 'medal'), (1128, 25, '<NAME>', 2, '<NAME>', 0, 81, 0, 'medal'), (1129, 26, '<NAME>', 2, '<NAME>', 0, 81, 0, 'medal'), (1130, 27, '<NAME>', 2, '<NAME>', 0, 81, 0, 'medal'), (1131, 28, '<NAME>', 2, '<NAME>', 0, 81, 0, 'medal'), (1132, 29, '<NAME>', 2, '<NAME>', 0, 81, 0, 'medal'), (1133, 30, '<NAME>', 2, '<NAME>', 0, 82, 0, 'medal'), (1134, 31, '<NAME>', 2, '<NAME>', 0, 82, 0, 'medal'), (1135, 32, '<NAME>', 2, '<NAME>', 0, 82, 0, 'medal'), (1136, 33, '<NAME>', 2, '<NAME>', 0, 82, 0, 'medal'), (1137, 34, '<NAME>', 2, '<NAME>', 0, 82, 0, 'medal'), (1138, 35, '<NAME>', 2, '<NAME>', 0, 82, 0, 'medal'), (1139, 36, '<NAME>', 2, '<NAME>', 0, 83, 0, 'medal'), (1140, 37, '<NAME>', 2, '<NAME>', 0, 83, 0, 'medal'), (1141, 38, '<NAME>', 2, '<NAME>', 0, 83, 0, 'medal'), (1142, 39, '<NAME>', 2, '<NAME>', 0, 83, 0, 'medal'), (1143, 40, '<NAME>', 2, '<NAME>', 0, 83, 0, 'medal'), (1144, 41, '<NAME>', 2, '<NAME>', 0, 83, 0, 'medal'), (1145, 42, '<NAME>', 2, '<NAME>', 0, 83, 0, 'medal'), (1146, 43, '<NAME>', 2, '<NAME>', 0, 84, 0, 'medal'), (1147, 44, '<NAME>', 2, '<NAME>', 0, 84, 0, 'medal'), (1148, 45, '<NAME>', 2, '<NAME>', 0, 84, 0, 'medal'), (1149, 46, '<NAME>', 2, '<NAME>', 0, 84, 0, 'medal'), (1150, 47, '<NAME>', 2, '<NAME>', 0, 85, 0, 'medal'), (1151, 48, '<NAME>', 2, '<NAME>', 0, 85, 0, 'medal'), (1152, 49, '<NAME>', 2, '<NAME>', 0, 86, 0, 'medal'), (1153, 50, '<NAME>', 2, '<NAME>', 0, 86, 0, 'medal'), (1154, 51, '<NAME>', 2, '<NAME>', 0, 86, 0, 'medal'), (1155, 52, '<NAME>', 2, '<NAME>', 0, 86, 0, 'medal'), (1156, 53, '<NAME>', 2, '<NAME>', 0, 87, 0, 'medal'), (1157, 54, '<NAME>', 2, '<NAME>', 0, 87, 0, 'medal'), (1158, 55, '<NAME>', 2, '<NAME>', 0, 87, 0, 'medal'), (1159, 56, '<NAME>', 2, '<NAME>', 0, 87, 0, 'medal'), (1160, 57, '<NAME>', 2, '<NAME>', 0, 87, 0, 'medal'), (1161, 58, '<NAME>', 2, '<NAME>', 0, 88, 0, 'medal'), (1162, 59, '<NAME>', 2, '<NAME>', 0, 89, 0, 'medal'), (1163, 60, '<NAME>', 2, '<NAME>', 0, 90, 0, 'medal'), (1164, 61, '<NAME>', 2, '<NAME>', 0, 90, 0, 'medal'), (1165, 62, '<NAME>', 2, '<NAME>', 0, 93, 0, 'medal'), (1166, 63, '<NAME>', 2, '<NAME>', 0, 111, 0, 'medal'), (1265, 1, '<NAME>', 1, '<NAME>', 0, 69, 0, 'medal'), (1266, 2, '<NAME>', 1, '<NAME>', 0, 69, 0, 'medal'), (1267, 3, '<NAME>', 1, '<NAME>', 0, 71, 0, 'medal'), (1268, 4, '<NAME>', 1, '<NAME>', 0, 72, 0, 'medal'), (1269, 5, '<NAME>', 1, '<NAME>', 0, 73, 0, 'medal'), (1270, 6, '<NAME>', 1, '<NAME>', 0, 73, 0, 'medal'), (1271, 7, '<NAME>', 1, '<NAME>', 0, 73, 0, 'medal'), (1272, 8, '<NAME>', 1, '<NAME>', 0, 73, 0, 'medal'), (1273, 9, '<NAME>', 1, '<NAME>', 0, 74, 0, 'medal'), (1274, 10, '<NAME>', 1, '<NAME>', 0, 75, 0, 'medal'), (1275, 11, '<NAME>', 1, '<NAME>', 0, 75, 0, 'medal'), (1276, 12, '<NAME>', 1, '<NAME>', 0, 75, 0, 'medal'), (1277, 13, '<NAME>', 1, '<NAME>', 0, 75, 0, 'medal'), (1278, 14, '<NAME>', 1, '<NAME>', 0, 75, 0, 'medal'), (1279, 15, '<NAME>', 1, '<NAME>', 0, 76, 0, 'medal'), (1280, 16, '<NAME>', 1, '<NAME>', 0, 76, 0, 'medal'), (1281, 17, '<NAME>', 1, '<NAME>', 0, 76, 0, 'medal'), (1282, 18, '<NAME>', 1, '<NAME>', 0, 76, 0, 'medal'), (1283, 19, '<NAME>', 1, '<NAME>', 0, 76, 0, 'medal'), (1284, 20, '<NAME>', 1, '<NAME>', 0, 77, 0, 'medal'), (1285, 21, '<NAME>', 1, '<NAME>', 0, 77, 0, 'medal'), (1286, 22, '<NAME>', 1, '<NAME>', 0, 77, 0, 'medal'), (1287, 23, '<NAME>', 1, '<NAME>', 0, 78, 0, 'medal'), (1288, 24, '<NAME>', 1, '<NAME>', 0, 78, 0, 'medal'), (1289, 25, '<NAME>', 1, '<NAME>', 0, 78, 0, 'medal'), (1290, 26, '<NAME>', 1, '<NAME>', 0, 78, 0, 'medal'), (1291, 27, '<NAME>', 1, '<NAME>', 0, 78, 0, 'medal'), (1292, 28, '<NAME>', 1, '<NAME>', 0, 79, 0, 'medal'), (1293, 29, '<NAME>', 1, '<NAME>', 0, 79, 0, 'medal'), (1294, 30, '<NAME>', 1, '<NAME>', 0, 79, 0, 'medal'), (1295, 31, '<NAME>', 1, '<NAME>', 0, 80, 0, 'medal'), (1296, 32, '<NAME>', 1, '<NAME>', 0, 81, 0, 'medal'), (1297, 33, '<NAME>', 1, '<NAME>', 0, 82, 0, 'medal'), (1298, 34, '<NAME>', 1, '<NAME>', 0, 82, 0, 'medal'), (1299, 35, '<NAME>', 1, '<NAME>', 0, 82, 0, 'medal'), (1300, 36, '<NAME>', 1, '<NAME>', 0, 82, 0, 'medal'), (1301, 37, '<NAME>', 1, '<NAME>', 0, 82, 0, 'medal'), (1302, 38, '<NAME>', 1, '<NAME>', 0, 82, 0, 'medal'), (1303, 39, '<NAME>', 1, '<NAME>', 0, 82, 0, 'medal'), (1304, 40, '<NAME>', 1, '<NAME>', 0, 82, 0, 'medal'), (1305, 41, '<NAME>', 1, '<NAME>', 0, 83, 0, 'medal'), (1306, 42, '<NAME>', 1, '<NAME>', 0, 83, 0, 'medal'), (1307, 43, '<NAME>', 1, '<NAME>', 0, 83, 0, 'medal'), (1308, 44, '<NAME>', 1, '<NAME>', 0, 83, 0, 'medal'), (1309, 45, '<NAME>', 1, '<NAME>', 0, 83, 0, 'medal'), (1310, 46, '<NAME>', 1, '<NAME>', 0, 84, 0, 'medal'), (1311, 47, '<NAME>', 1, '<NAME>', 0, 84, 0, 'medal'), (1312, 48, '<NAME>', 1, '<NAME>', 0, 86, 0, 'medal'), (1313, 49, '<NAME>', 1, '<NAME>', 0, 86, 0, 'medal'), (1314, 50, '<NAME>', 1, '<NAME>', 0, 86, 0, 'medal'), (1315, 51, '<NAME>', 1, '<NAME>', 0, 87, 0, 'medal'), (1316, 52, '<NAME>', 1, '<NAME>', 0, 87, 0, 'medal'), (1317, 53, '<NAME>', 1, 'April Medal', 0, 88, 0, 'medal'), (1318, 54, '<NAME>', 1, 'April Medal', 0, 88, 0, 'medal'), (1319, 55, '<NAME>', 1, '<NAME>', 0, 89, 0, 'medal'), (1320, 56, '<NAME>', 1, 'April Medal', 0, 90, 0, 'medal'), (1321, 57, '<NAME>', 1, '<NAME>', 0, 90, 0, 'medal'), (1322, 58, '<NAME>', 1, 'April Medal', 0, 93, 0, 'medal'), (1323, 59, '<NAME>', 1, '<NAME>', 0, 97, 0, 'medal');
<gh_stars>0 create sequence users_to_score_id_seq; create table users_to_score ( ID int primary key default nextval('users_to_score_id_seq'), OUR_PK bigint not null, SCANNED_PK bigint not null, SOURCE varchar(128), INSERT_DATE timestamp with time zone not null default current_timestamp );