Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.1
Cant Read [ /etc/named.conf ]
8.1.31
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
api.lmsschool /
database /
[ HOME SHELL ]
Name
Size
Permission
Action
factories
[ DIR ]
drwxr-xr-x
migrations
[ DIR ]
drwxr-xr-x
seeds
[ DIR ]
drwxr-xr-x
.gitignore
9
B
-rw-r--r--
lms_db.sql
331.22
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : lms_db.sql
-- phpMyAdmin SQL Dump -- version 4.9.0.1 -- https://www.phpmyadmin.net/ -- -- Host: localhost -- Generation Time: Jul 09, 2020 at 06:33 AM -- Server version: 5.7.30-0ubuntu0.18.04.1 -- PHP Version: 7.2.24-0ubuntu0.18.04.6 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: `lms_db` -- -- -------------------------------------------------------- -- -- Table structure for table `accounts` -- CREATE TABLE `accounts` ( `id` int(10) UNSIGNED NOT NULL, `uuid` char(36) COLLATE utf8mb4_unicode_ci NOT NULL, `company_name` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` tinyint(1) NOT NULL DEFAULT '1', `company_address_line1` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `company_address_line2` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `company_city` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `company_country` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `company_zip` int(11) DEFAULT NULL, `company_logo` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `company_banner` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `company_email` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `company_contact1` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `company_contact2` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `company_contact_person` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `person_phone1` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `person_phone2` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `person_email` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `office_days` longtext COLLATE utf8mb4_unicode_ci, `enabled_comments` longtext COLLATE utf8mb4_unicode_ci, `disabled_comments` longtext COLLATE utf8mb4_unicode_ci, `note` longtext COLLATE utf8mb4_unicode_ci, `note_by_id` int(10) UNSIGNED DEFAULT NULL, `note_date` datetime DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `accounts` -- INSERT INTO `accounts` (`id`, `uuid`, `company_name`, `status`, `company_address_line1`, `company_address_line2`, `company_city`, `company_country`, `company_zip`, `company_logo`, `company_banner`, `company_email`, `company_contact1`, `company_contact2`, `company_contact_person`, `person_phone1`, `person_phone2`, `person_email`, `office_days`, `enabled_comments`, `disabled_comments`, `note`, `note_by_id`, `note_date`, `created_at`, `updated_at`) VALUES (1, '3bf38d70-9bef-11ea-863a-5f98ecbd59d5', 'LMS', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'lms@gmail.com', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `account_content` -- CREATE TABLE `account_content` ( `id` int(10) UNSIGNED NOT NULL, `account_id` int(10) UNSIGNED NOT NULL, `content_id` int(10) UNSIGNED NOT NULL, `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `account_modules` -- CREATE TABLE `account_modules` ( `id` int(10) UNSIGNED NOT NULL, `account_id` int(10) UNSIGNED NOT NULL, `system_module_id` int(10) UNSIGNED NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `account_requests` -- CREATE TABLE `account_requests` ( `id` int(10) UNSIGNED NOT NULL, `account_id` int(10) UNSIGNED DEFAULT NULL, `is_approved` tinyint(4) NOT NULL DEFAULT '0', `email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL, `company_name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL, `phone1` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `phone2` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `mobile1` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `mobile2` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `website` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `account_modules` longtext COLLATE utf8mb4_unicode_ci, `comments` longtext COLLATE utf8mb4_unicode_ci, `verified_by_id` int(10) UNSIGNED DEFAULT NULL, `verified_date` datetime DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `account_social_media` -- CREATE TABLE `account_social_media` ( `id` int(10) UNSIGNED NOT NULL, `account_id` int(10) UNSIGNED NOT NULL, `social_media_id` int(10) UNSIGNED NOT NULL, `link` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `account_user` -- CREATE TABLE `account_user` ( `id` int(10) UNSIGNED NOT NULL, `uuid` char(36) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `user_id` int(10) UNSIGNED NOT NULL, `account_id` int(10) UNSIGNED NOT NULL, `is_invitation` tinyint(4) NOT NULL DEFAULT '0', `invited_by_id` int(10) UNSIGNED DEFAULT NULL, `invited_date` datetime DEFAULT NULL, `last_email_sent_date` datetime DEFAULT NULL, `is_invitation_complete` tinyint(4) NOT NULL DEFAULT '0', `is_active` tinyint(1) NOT NULL DEFAULT '1', `activated_date` datetime DEFAULT NULL, `activated_reason` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `account_user` -- INSERT INTO `account_user` (`id`, `uuid`, `user_id`, `account_id`, `is_invitation`, `invited_by_id`, `invited_date`, `last_email_sent_date`, `is_invitation_complete`, `is_active`, `activated_date`, `activated_reason`, `created_at`, `updated_at`) VALUES (1, NULL, 1, 1, 0, NULL, NULL, NULL, 0, 1, NULL, NULL, NULL, NULL), (2, NULL, 2, 1, 0, NULL, NULL, NULL, 0, 1, NULL, NULL, NULL, NULL), (3, NULL, 3, 1, 0, NULL, NULL, NULL, 0, 1, NULL, NULL, NULL, NULL), (4, '39a11be0-9bf8-11ea-a0b5-2bb75146a1aa', 4, 1, 1, 1, '2020-05-22 06:48:20', NULL, 1, 1, NULL, NULL, '2020-05-22 06:48:20', '2020-05-22 06:48:20'), (5, '66893e90-9bf8-11ea-8c93-d99f732a70f8', 5, 1, 1, 1, '2020-05-22 06:49:36', NULL, 1, 1, NULL, NULL, '2020-05-22 06:49:36', '2020-05-22 06:49:36'), (6, '913ff4f0-9bf8-11ea-b550-1fa7988f968c', 6, 1, 1, 1, '2020-05-22 06:50:47', NULL, 1, 1, NULL, NULL, '2020-05-22 06:50:47', '2020-05-22 06:50:47'), (7, 'b89f52a0-9bf8-11ea-9a42-8b8905b28335', 7, 1, 1, 1, '2020-05-22 06:51:53', NULL, 1, 1, NULL, NULL, '2020-05-22 06:51:53', '2020-05-22 06:51:53'), (8, '15ab7390-9bfa-11ea-8dbf-c50029940962', 8, 1, 1, 1, '2020-05-22 07:01:39', NULL, 1, 1, NULL, NULL, '2020-05-22 07:01:39', '2020-05-22 07:01:39'), (9, '5dc759d0-9bfa-11ea-9553-a3423db685d8', 9, 1, 1, 1, '2020-05-22 07:03:40', NULL, 1, 1, NULL, NULL, '2020-05-22 07:03:40', '2020-05-22 07:03:40'), (10, '6d6311f0-9bfa-11ea-a5e6-595aef5dba44', 10, 1, 1, 1, '2020-05-22 07:04:06', NULL, 1, 1, NULL, NULL, '2020-05-22 07:04:06', '2020-05-22 07:04:06'), (11, '32495b70-9bfb-11ea-b3f2-5b00e0552361', 11, 1, 1, 1, '2020-05-22 07:09:37', NULL, 1, 1, NULL, NULL, '2020-05-22 07:09:37', '2020-05-22 07:09:37'), (12, '224b78f0-9bfc-11ea-8059-0d0227a101f1', 12, 1, 1, 1, '2020-05-22 07:16:19', NULL, 1, 1, NULL, NULL, '2020-05-22 07:16:19', '2020-05-22 07:16:19'), (13, '691cbc00-abf3-11ea-ac03-99a49b30e529', 13, 1, 1, 1, '2020-06-11 14:54:11', NULL, 1, 1, NULL, NULL, '2020-06-11 14:54:11', '2020-06-11 14:54:11'), (14, '46d58e60-aeb6-11ea-8f3e-bf5ec3a6a95b', 14, 1, 1, 1, '2020-06-15 03:14:08', NULL, 1, 1, NULL, NULL, '2020-06-15 03:14:08', '2020-06-15 03:14:08'), (15, '1b19b0e0-aee4-11ea-8b0a-5fffb2b2ec2e', 15, 1, 1, 1, '2020-06-15 08:42:11', NULL, 1, 1, NULL, NULL, '2020-06-15 08:42:11', '2020-06-15 08:42:11'); -- -------------------------------------------------------- -- -- Table structure for table `failed_jobs` -- CREATE TABLE `failed_jobs` ( `id` bigint(20) UNSIGNED NOT NULL, `connection` text COLLATE utf8mb4_unicode_ci NOT NULL, `queue` text COLLATE utf8mb4_unicode_ci NOT NULL, `payload` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `exception` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `failed_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `invitations` -- CREATE TABLE `invitations` ( `id` int(10) UNSIGNED NOT NULL, `uuid` char(36) COLLATE utf8mb4_unicode_ci NOT NULL, `account_id` int(10) UNSIGNED NOT NULL, `firstname` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL, `lastname` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL, `email` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL, `token` varchar(150) COLLATE utf8mb4_unicode_ci NOT NULL, `created_by_id` int(10) UNSIGNED DEFAULT NULL, `verified_date` datetime DEFAULT NULL, `last_email_sent_date` datetime DEFAULT NULL, `is_complete` tinyint(4) NOT NULL DEFAULT '0', `completed_at` datetime DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `jobs` -- CREATE TABLE `jobs` ( `id` bigint(20) UNSIGNED NOT NULL, `queue` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `payload` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `attempts` tinyint(3) UNSIGNED NOT NULL, `reserved_at` int(10) UNSIGNED DEFAULT NULL, `available_at` int(10) UNSIGNED NOT NULL, `created_at` int(10) UNSIGNED NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `languages` -- CREATE TABLE `languages` ( `id` int(10) UNSIGNED NOT NULL, `code` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL, `name` varchar(256) COLLATE utf8mb4_unicode_ci NOT NULL, `display_name` varchar(256) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `is_active` tinyint(4) NOT NULL DEFAULT '0', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `languages` -- INSERT INTO `languages` (`id`, `code`, `name`, `display_name`, `is_active`, `created_at`, `updated_at`) VALUES (1, 'en', 'English', 'English', 1, NULL, NULL), (2, 'np', 'Nepali', 'नेपाली', 1, NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `master_class_names` -- CREATE TABLE `master_class_names` ( `id` int(10) UNSIGNED NOT NULL, `code` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL, `name` varchar(256) COLLATE utf8mb4_unicode_ci NOT NULL, `cover_image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `is_active` tinyint(4) NOT NULL DEFAULT '0', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `master_class_names` -- INSERT INTO `master_class_names` (`id`, `code`, `name`, `cover_image`, `is_active`, `created_at`, `updated_at`) VALUES (1, 'class_1', 'Class 1', '', 1, NULL, NULL), (2, 'class_2', 'Class 2', '', 1, NULL, NULL), (3, 'class_3', 'Class 3', '', 1, NULL, NULL), (4, 'class_4', 'Class 4', '', 1, NULL, NULL), (5, 'class_5', 'Class 5', '', 1, NULL, NULL), (6, 'class_6', 'Class 6', '', 1, NULL, NULL), (7, 'class_7', 'Class 7', '', 1, NULL, NULL), (8, 'class_8', 'Class 8', '', 1, NULL, NULL), (9, 'class_9', 'Class 9', '', 1, NULL, NULL), (10, 'class_10', 'Class 10', '', 1, NULL, NULL), (11, 'class_11', 'Class 11', '', 1, NULL, NULL), (12, 'class_12', 'Class 12', '', 1, NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `master_class_sections` -- CREATE TABLE `master_class_sections` ( `id` int(10) UNSIGNED NOT NULL, `code` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL, `name` varchar(256) COLLATE utf8mb4_unicode_ci NOT NULL, `cover_image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `is_active` tinyint(4) NOT NULL DEFAULT '0', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `master_class_sections` -- INSERT INTO `master_class_sections` (`id`, `code`, `name`, `cover_image`, `is_active`, `created_at`, `updated_at`) VALUES (1, 'section_a', 'Section A', '', 1, NULL, NULL), (2, 'section_b', 'Section B', '', 1, NULL, NULL), (3, 'section_c', 'Section C', '', 1, NULL, NULL), (4, 'section_d', 'Section D', '', 1, NULL, NULL), (5, 'section_e', 'Section E', '', 1, NULL, NULL), (6, 'section_f', 'Section F', '', 1, NULL, NULL), (7, 'section_g', 'Section G', '', 1, NULL, NULL), (8, 'section_h', 'Section H', '', 1, NULL, NULL), (9, 'section_i', 'Section I', '', 1, NULL, NULL), (10, 'section_j', 'Section J', '', 1, NULL, NULL), (11, 'section_k', 'Section K', '', 1, NULL, NULL), (12, 'section_l', 'Section L', '', 1, NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `master_class_subjects` -- CREATE TABLE `master_class_subjects` ( `id` int(10) UNSIGNED NOT NULL, `code` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL, `name` varchar(256) COLLATE utf8mb4_unicode_ci NOT NULL, `cover_image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `is_active` tinyint(4) NOT NULL DEFAULT '0', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `master_class_subjects` -- INSERT INTO `master_class_subjects` (`id`, `code`, `name`, `cover_image`, `is_active`, `created_at`, `updated_at`) VALUES (1, 'math', 'Math', 'https://cdn.usborne.com/catalogue/covers/eng/max_covers/9780746087565-see-inside-maths.jpg?width=760&quality=60', 1, NULL, NULL), (2, 'eng', 'English', 'https://online.fliphtml5.com/eisr/anub/files/large/1.jpg', 1, NULL, NULL), (3, 'social_studies', 'Social Studies', 'https://5.imimg.com/data5/VA/KT/KS/GLADMIN-56163745/sst-2-500x650-500x500.jpg', 1, NULL, NULL), (4, 'economy', 'Economies', 'https://hseconomics.councilforeconed.org/images/book-cover.jpg', 1, NULL, NULL), (5, 'EPH', 'Environment Polulation and Health', 'https://d1w7fb2mkkr3kw.cloudfront.net/assets/images/book/lrg/9781/1189/9781118984765.jpg', 1, NULL, NULL), (6, 'science', 'Science', 'https://images-na.ssl-images-amazon.com/images/I/71z4dw+D93L.jpg', 1, NULL, NULL), (7, 'nepali', 'Nepali', 'https://online.anyflip.com/pqge/ywku/files/mobile/1.jpg', 1, NULL, NULL), (8, 'opt_math', 'Optional Math', 'https://cloud.nepbay.com/readmorenp/wp-content/uploads/sites/602/2016/08/Alpha-Optional-Mathematics-Book-9.jpg', 1, NULL, NULL), (9, 'computer_science', 'Computer Science', 'https://thebookcoverdesigner.com/wp-content/uploads/2019/09/Computer-Science.jpg', 1, NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `master_contents` -- CREATE TABLE `master_contents` ( `id` int(10) UNSIGNED NOT NULL, `group_name` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `title` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `sequence` int(11) DEFAULT NULL, `is_published` tinyint(4) NOT NULL DEFAULT '0', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `master_contents` -- INSERT INTO `master_contents` (`id`, `group_name`, `title`, `sequence`, `is_published`, `created_at`, `updated_at`) VALUES (1, 'about', 'About Us', 1, 1, '2020-05-22 05:43:59', '2020-05-22 05:43:59'), (2, 'about', 'Why book with us', 2, 1, '2020-05-22 05:43:59', '2020-05-22 05:43:59'), (3, 'about', 'Pricing and Discount', 3, 1, '2020-05-22 05:43:59', '2020-05-22 05:43:59'); -- -------------------------------------------------------- -- -- Table structure for table `master_social_media` -- CREATE TABLE `master_social_media` ( `id` int(10) UNSIGNED NOT NULL, `name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL, `icon` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `master_social_media` -- INSERT INTO `master_social_media` (`id`, `name`, `icon`, `created_at`, `updated_at`) VALUES (1, 'Facebook', NULL, '2020-05-22 05:43:59', '2020-05-22 05:43:59'), (2, 'Twitter', NULL, '2020-05-22 05:43:59', '2020-05-22 05:43:59'), (3, 'Instagram', NULL, '2020-05-22 05:43:59', '2020-05-22 05:43:59'), (4, 'Linked In', NULL, '2020-05-22 05:43:59', '2020-05-22 05:43:59'); -- -------------------------------------------------------- -- -- Table structure for table `material_types` -- CREATE TABLE `material_types` ( `id` int(10) UNSIGNED NOT NULL, `code` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL, `name` varchar(256) COLLATE utf8mb4_unicode_ci NOT NULL, `is_active` tinyint(4) NOT NULL DEFAULT '0', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `material_types` -- INSERT INTO `material_types` (`id`, `code`, `name`, `is_active`, `created_at`, `updated_at`) VALUES (1, 'rich_text', 'Text', 1, NULL, NULL), (2, 'pdf', 'Pdf', 1, NULL, NULL), (3, 'video', 'Video', 1, NULL, NULL), (4, 'audio', 'Audio', 1, NULL, NULL), (5, 'slide', 'Slide', 1, NULL, NULL), (6, 'document', 'Document', 1, NULL, NULL), (7, 'image', 'Image', 1, NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `migrations` -- INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (1, '2014_10_12_100000_create_password_resets_table', 1), (2, '2016_06_01_000001_create_oauth_auth_codes_table', 1), (3, '2016_06_01_000002_create_oauth_access_tokens_table', 1), (4, '2016_06_01_000003_create_oauth_refresh_tokens_table', 1), (5, '2016_06_01_000004_create_oauth_clients_table', 1), (6, '2016_06_01_000005_create_oauth_personal_access_clients_table', 1), (7, '2018_10_15_061959_create_users_table', 1), (8, '2018_10_15_071216_create_user_activations_table', 1), (9, '2018_10_16_035808_create_permission_tables', 1), (10, '2018_10_22_114029_create_accounts_table', 1), (11, '2018_10_22_114157_create_account_user_table', 1), (12, '2019_02_20_042351_create_invitations_table', 1), (13, '2019_04_30_080504_add_company_name_in_users_table', 1), (14, '2019_06_19_042957_create_master_social_media_table', 1), (15, '2019_06_19_043034_create_account_social_media_table', 1), (16, '2019_06_19_090442_create_master_contents_table', 1), (17, '2019_06_19_090655_create_account_content_table', 1), (18, '2019_06_20_073053_add_office_days_in_accounts_table', 1), (19, '2019_06_21_082514_add_invitation_fields_in_account_user_table', 1), (20, '2019_06_21_090718_make_password_nullable_in_users_table', 1), (21, '2019_06_24_091647_create_account_requests_table', 1), (22, '2019_06_24_102145_create_system_modules_table', 1), (23, '2019_06_25_090911_create_account_modules_table', 1), (24, '2019_06_26_070608_create_jobs_table', 1), (25, '2019_06_26_080747_create_failed_jobs_table', 1), (26, '2019_06_28_033135_add_uuid_in_account_user', 1), (27, '2019_07_25_085548_add_user_type_in_users_table', 1), (28, '2019_07_25_105647_add_is_approved_in_account_requests_table', 1), (29, '2019_07_26_063615_add_account_id_in_account_requests_table', 1), (30, '2019_07_26_085643_add_status_in_accounts_table', 1), (31, '2019_08_01_062812_add_comments_in_accounts_table', 1), (32, '2019_08_01_071700_make_usertype_nullable_in_users', 1), (33, '2019_08_02_042435_create_settings_table', 1), (34, '2019_08_05_075103_add_verification_fields_in_account_requests', 1), (35, '2019_08_07_072820_change_default_value_of_status_in_account_user_table', 1), (36, '2019_08_07_081024_change_default_value_of_status_in_account_table', 1), (37, '2019_08_09_074517_add_note_in_accounts_table', 1), (38, '2020_05_04_054345_create_languages_table', 1), (39, '2020_05_04_054406_create_material_types_table', 1), (40, '2020_05_04_054431_create_class_subjects_table', 1), (41, '2020_05_04_055704_create_resource_categories_table', 1), (42, '2020_05_04_055725_create_resources_table', 1), (43, '2020_05_04_055748_create_resource_materials_table', 1), (44, '2020_05_04_055801_create_resource_lessons_table', 1), (45, '2020_05_04_060515_create_user_profiles_table', 1), (46, '2020_05_04_060641_create_instructor_subjects_table', 1), (47, '2020_05_11_065350_create_resource_subjects_table', 1), (48, '2020_05_11_065410_create_resource_subject_teachers_table', 1), (49, '2020_05_11_070222_create_resource_students_table', 1), (50, '2020_05_11_070311_create_resource_subject_students_table', 1), (51, '2020_05_12_044534_create_master_class_subjects_table', 1), (52, '2020_05_12_044637_create_drop_instructor_subjects_table', 1), (53, '2020_05_12_050659_create_master_class_names_table', 1), (54, '2020_05_12_050712_create_master_class_sections_table', 1), (55, '2020_05_13_063659_update_resource_categories_table', 1), (56, '2020_05_14_132939_update_users_table', 1), (57, '2020_05_18_121950_update_resources_table', 1), (58, '2020_05_18_122002_update_resource_lessons_table', 1), (59, '2020_05_18_122017_update_resource_materials_table', 1), (60, '2020_05_25_064504_create_resource_lesson_materials_table', 2), (61, '2020_05_25_064823_update_delete_materialid_from_resource_lessons_table', 2), (64, '2020_05_28_042402_create_resource_notes_table', 3), (65, '2020_05_28_042412_create_resource_note_comments_table', 3), (66, '2020_06_02_105402_create_qa_table', 4), (67, '2020_06_02_105410_create_resource_qa_table', 4), (68, '2020_06_04_060045_create_resource_assignments_table', 5), (69, '2020_06_04_060055_create_resource_assignment_materials_table', 5), (70, '2020_06_04_061120_create_resource_assignment_submissions_table', 5), (71, '2020_06_09_050032_create_quiz_types_table', 6), (72, '2020_06_09_050219_create_quiz_questions_table', 6), (73, '2020_06_09_050239_create_quiz_options_table', 6), (74, '2020_06_09_050328_create_resource_tests_table', 6), (75, '2020_06_09_050339_create_resource_test_questions_table', 6), (76, '2020_06_10_085730_create_resource_student_tests_table', 7), (77, '2020_06_10_085740_create_resource_student_test_answers_table', 7); -- -------------------------------------------------------- -- -- Table structure for table `model_has_permissions` -- CREATE TABLE `model_has_permissions` ( `permission_id` int(10) UNSIGNED NOT NULL, `model_type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `model_id` bigint(20) UNSIGNED NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `model_has_roles` -- CREATE TABLE `model_has_roles` ( `role_id` int(10) UNSIGNED NOT NULL, `model_type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `model_id` bigint(20) UNSIGNED NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `model_has_roles` -- INSERT INTO `model_has_roles` (`role_id`, `model_type`, `model_id`) VALUES (1, 'App\\Modules\\User\\Entities\\User', 1), (2, 'App\\Modules\\User\\Entities\\User', 2), (3, 'App\\Modules\\User\\Entities\\User', 3), (2, 'App\\Modules\\User\\Entities\\User', 4), (2, 'App\\Modules\\User\\Entities\\User', 5), (2, 'App\\Modules\\User\\Entities\\User', 6), (2, 'App\\Modules\\User\\Entities\\User', 7), (3, 'App\\Modules\\User\\Entities\\User', 8), (3, 'App\\Modules\\User\\Entities\\User', 9), (3, 'App\\Modules\\User\\Entities\\User', 10), (2, 'App\\Modules\\User\\Entities\\User', 11), (3, 'App\\Modules\\User\\Entities\\User', 12), (3, 'App\\Modules\\User\\Entities\\User', 13), (3, 'App\\Modules\\User\\Entities\\User', 14), (3, 'App\\Modules\\User\\Entities\\User', 15); -- -------------------------------------------------------- -- -- Table structure for table `oauth_access_tokens` -- CREATE TABLE `oauth_access_tokens` ( `id` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL, `user_id` int(11) DEFAULT NULL, `client_id` int(10) UNSIGNED NOT NULL, `name` varchar(191) 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 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `oauth_access_tokens` -- INSERT INTO `oauth_access_tokens` (`id`, `user_id`, `client_id`, `name`, `scopes`, `revoked`, `created_at`, `updated_at`, `expires_at`) VALUES ('0019637c5acc4f6ab966eb02c26cf88de2b607fce8f9dfde9f6a39421b090a0cf99e7eaf90e8539d', 2, 1, 'account_id : 1', '[]', 0, '2020-05-22 06:34:16', '2020-05-22 06:34:16', '2021-05-22 06:34:16'), ('00e941de7f4afc9806d22ea4e4c3ce64050b362efaeafa9a9aa5725ea5379a13a9aeb062d32208de', 14, 1, '14', '[]', 0, '2020-06-15 03:45:56', '2020-06-15 03:45:56', '2021-06-15 03:45:56'), ('010e91c2cb471bf0ede816cf88b5385386f80ebb1dbbf050d41490ebbdb4b7450ca7a10bfe324bf4', 4, 1, '4', '[]', 0, '2020-05-22 07:24:14', '2020-05-22 07:24:14', '2021-05-22 07:24:14'), ('0129231eca88bf17709909d6a83c820f6665777a4edb569e15f8452ae0bd13250eefb413115497a8', 8, 1, 'account_id : 1', '[]', 0, '2020-06-09 08:07:31', '2020-06-09 08:07:31', '2021-06-09 08:07:31'), ('01d107309cf520ab2cd1369029926047cec80b83cb9be388446805e8a5dfa88e933cd9e4fe3c8b6a', 7, 1, '7', '[]', 0, '2020-06-05 15:35:37', '2020-06-05 15:35:37', '2021-06-05 15:35:37'), ('01f8e3472aa4fe2cfe3e221a44f991514f05a742488fc2467b53b6370de117f249fe993afc50cd09', 1, 1, '1', '[]', 0, '2020-06-18 12:27:59', '2020-06-18 12:27:59', '2021-06-18 12:27:59'), ('022e69ae13cbec5805335d78d9c18a22ae71a7ecf134d9a2d2a47868026c30a4d9f70ed7816703b5', 7, 1, '7', '[]', 0, '2020-05-23 07:56:59', '2020-05-23 07:56:59', '2021-05-23 07:56:59'), ('025c00fc5d56cfdc1dbf75e830b11841af50df197e07a90976a3f622e0ef52e199ff39fb260ead6f', 8, 1, 'account_id : 1', '[]', 0, '2020-06-21 05:34:36', '2020-06-21 05:34:36', '2021-06-21 05:34:36'), ('030aa4108c7dcbceb29b12150189a6c213c5e0c288238503670250e9237fefa59a7a0462fc21bb87', 7, 1, '7', '[]', 0, '2020-06-03 12:59:00', '2020-06-03 12:59:00', '2021-06-03 12:59:00'), ('03b826d56fcf12bd52127923dca7dce2fb911d9a859e236713e61101ef2451794520fe2a004e8f6d', 7, 1, '7', '[]', 0, '2020-06-18 09:07:58', '2020-06-18 09:07:58', '2021-06-18 09:07:58'), ('04537440c5906e0522cb4cefc37d120372cb55c4c97e137b558eb0ac5cc2092559c5f08e4c1fbd00', 2, 1, '2', '[]', 0, '2020-05-22 09:31:02', '2020-05-22 09:31:02', '2021-05-22 09:31:02'), ('0499c83227970c79cb91c60e351873630fe015b078a77932cffdb396eec119022d8485765b55a0d7', 7, 1, 'account_id : 1', '[]', 0, '2020-06-15 14:36:24', '2020-06-15 14:36:24', '2021-06-15 14:36:24'), ('057930682ce8dd1ced913463784e6651e1ebf418ce93bea2d36ba1dcbe7d62dbc772275ab4588b8d', 7, 1, '7', '[]', 0, '2020-06-02 02:34:29', '2020-06-02 02:34:29', '2021-06-02 02:34:29'), ('05dce53a20724f08df644891f5912350d0f202226415990b1904e2afe4d3ebd6e398517bd3ac8f1f', 13, 1, 'account_id : 1', '[]', 0, '2020-06-11 14:55:11', '2020-06-11 14:55:11', '2021-06-11 14:55:11'), ('0618614d39af869ce4bd6df0e743df576a355c91008928e69bb0e36c43309c884ce0a9560f5ed9db', 1, 1, '1', '[]', 0, '2020-06-10 09:22:45', '2020-06-10 09:22:45', '2021-06-10 09:22:45'), ('0668ab7acdf795d5a7921e4996df43ab45223f6361c1c834de7a2af4c779dd678a5a505660be2c2b', 7, 1, '7', '[]', 0, '2020-06-05 16:39:04', '2020-06-05 16:39:04', '2021-06-05 16:39:04'), ('066f7aae65b6a2f3f679b16d70903fa0ea160e26877fcd99520bd6b1ce89504fc5833cb4f3a26840', 1, 1, '1', '[]', 0, '2020-06-17 05:19:05', '2020-06-17 05:19:05', '2021-06-17 05:19:05'), ('06977f2fa0e9121d6d6ac4d21c379a30f6591a63c11a7edc6e130994dc1019d487d86ba823ede3f2', 13, 1, '13', '[]', 0, '2020-06-11 14:55:10', '2020-06-11 14:55:10', '2021-06-11 14:55:10'), ('0739c747d77cdb7b45eca8d02b9295d8cdbbdc081857fcf365336514506878ad6450164f5bb28b09', 7, 1, 'account_id : 1', '[]', 0, '2020-06-15 08:30:58', '2020-06-15 08:30:58', '2021-06-15 08:30:58'), ('076e0e4a6d1c36ebdee3793293044adc873f6bfb14edb968bd247e1de6e716cce2daa0a662a7b487', 2, 1, '2', '[]', 0, '2020-05-22 09:31:03', '2020-05-22 09:31:03', '2021-05-22 09:31:03'), ('07a0c4f9b1647662906c8b8ef87c8a622b9c94f1c35abe1593d7ab49553504a7ed786510d349ac80', 1, 1, '1', '[]', 0, '2020-06-15 14:31:31', '2020-06-15 14:31:31', '2021-06-15 14:31:31'), ('07d4560d3477c31a5c9fac9fc7849d79a0c5f9690d3271774cd707022878499c8877e595f1a99483', 7, 1, 'account_id : 1', '[]', 0, '2020-05-22 13:57:20', '2020-05-22 13:57:20', '2021-05-22 13:57:20'), ('0816f1322c19eade4eb286ba50aa10d45182360ea782e1743bacc349e3d4d425431cb8f07546623b', 7, 1, '7', '[]', 0, '2020-05-28 03:16:24', '2020-05-28 03:16:24', '2021-05-28 03:16:24'), ('09188d717f8856887b3f606a30d29bff786e79c16d66a8c7f079ba71e21698cb41072188e98c7cd2', 7, 1, '7', '[]', 0, '2020-06-08 14:04:51', '2020-06-08 14:04:51', '2021-06-08 14:04:51'), ('097213ad8ef8373ee068949c9910240abe757b87fe3f7008425f73fb04b13bd7e9519bda09674aee', 8, 1, '8', '[]', 0, '2020-06-21 05:34:35', '2020-06-21 05:34:35', '2021-06-21 05:34:35'), ('0a5bdb56a16f0688630c4ca446bfa988ced3344e48929002ff5929d5881d8ca9181e1370b38e7595', 1, 1, '1', '[]', 0, '2020-06-11 14:46:26', '2020-06-11 14:46:26', '2021-06-11 14:46:26'), ('0a7c1daa8f1209059440985cf7c8df3d039650a8fa9e99f7b9f6fcf40cfa806c0032416e6600b213', 7, 1, 'account_id : 1', '[]', 0, '2020-06-17 15:10:39', '2020-06-17 15:10:39', '2021-06-17 15:10:39'), ('0afcf3b639b42adce270d775c1a8b1fd486de8ac339a120544e59b2a3b40bdb5ddb56dff8989b3b3', 3, 1, 'account_id : 1', '[]', 0, '2020-06-11 14:43:38', '2020-06-11 14:43:38', '2021-06-11 14:43:38'), ('0c071ea45ce2a8da3f8f049c252cffb4187ea88ada09e1a5b3e78c604f5a99ecf56656adede9ca07', 1, 1, 'account_id : 1', '[]', 0, '2020-06-17 05:19:06', '2020-06-17 05:19:06', '2021-06-17 05:19:06'), ('0c0eca5c6f937a4a32a3e792283f4542dc990524d208f50ff240da81c80c5aabcc18687da52ed4c4', 7, 1, 'account_id : 1', '[]', 0, '2020-06-01 08:20:01', '2020-06-01 08:20:01', '2021-06-01 08:20:01'), ('0cd251562b1fdcd6fbef275dc267dcd27253cb29f46a0b6f66fb72c808d5db0b67a9a6c779f06690', 7, 1, 'account_id : 1', '[]', 0, '2020-06-11 14:49:14', '2020-06-11 14:49:14', '2021-06-11 14:49:14'), ('0d2cf4cb296be21aab05ad9dcdfb0f7119db9256c9432806589b851354bf7515b32a9e1e5c737381', 7, 1, '7', '[]', 0, '2020-06-01 04:43:15', '2020-06-01 04:43:15', '2021-06-01 04:43:15'), ('0d9139d985bc96a91a406c5a6fd3ae5dfe9af6431e24a68d23a3cff87bf3deff3b9941265cd8413a', 7, 1, '7', '[]', 0, '2020-06-14 04:56:58', '2020-06-14 04:56:58', '2021-06-14 04:56:58'), ('0e21a383f0abb5f9105e43d8894ba4e22f1057a0f69e64624206ef149cea14f506bb364c94ed3967', 1, 1, '1', '[]', 0, '2020-05-22 06:10:36', '2020-05-22 06:10:36', '2021-05-22 06:10:36'), ('0ee54361c80ec6d398bec2f30848c01c01865d38cf3e1294fb81d05292b6f71c0e97cbc71f9800b7', 7, 1, '7', '[]', 0, '2020-06-09 04:35:46', '2020-06-09 04:35:46', '2021-06-09 04:35:46'), ('0f78e166040a86cb3f7080e9dcf2388304490cffff6626cc65c4844c07332bd4037d6d45feb1fe42', 8, 1, '8', '[]', 0, '2020-05-22 13:07:16', '2020-05-22 13:07:16', '2021-05-22 13:07:16'), ('0fc32d074aa5286221b1a2413e65cd7377249a893e202417fbf506844311feedf28cee45605c8b92', 7, 1, 'account_id : 1', '[]', 0, '2020-06-10 09:25:07', '2020-06-10 09:25:07', '2021-06-10 09:25:07'), ('0fce6e2d3c848a374ac59e9935309c26eec2f89a3455d162eb1d39c1a574b2a8cf75efcb0f12b300', 7, 1, '7', '[]', 0, '2020-06-01 08:20:01', '2020-06-01 08:20:01', '2021-06-01 08:20:01'), ('0fdc31695061f7b1170c0f909f0339e6a3d461136633fd60fe29c6bd451875d004daea1370bf7657', 7, 1, '7', '[]', 0, '2020-06-21 05:25:43', '2020-06-21 05:25:43', '2021-06-21 05:25:43'), ('0fe9ee43079904bd056a6daf0fc525f6705b8cd8f762481aa34cf88c97ae69f7c426e0a4cb9c8247', 7, 1, '7', '[]', 0, '2020-06-09 08:08:10', '2020-06-09 08:08:10', '2021-06-09 08:08:10'), ('100246c462224079e441918f122c3b37cbfd9c365f63f68b5a0be4200b8837a34eb2d19d283f1e75', 7, 1, 'account_id : 1', '[]', 0, '2020-06-11 14:42:38', '2020-06-11 14:42:38', '2021-06-11 14:42:38'), ('1054ee96ac7255f6989a47d6f047ca1a202cac9806e601a34ee5ea3c228433f20ce5f787e35fd888', 7, 1, '7', '[]', 0, '2020-05-22 16:19:58', '2020-05-22 16:19:58', '2021-05-22 16:19:58'), ('10baf338abf8a25cc3f15bc7641ec161ec5cca9278983cb6d7576f126a9fc415d23afdc7909e776e', 7, 1, '7', '[]', 0, '2020-05-24 09:26:59', '2020-05-24 09:26:59', '2021-05-24 09:26:59'), ('1115f12b917fa24b19739acb3681473911d6d580d07ca09b461a1f0df5a2145e69981f812a4db402', 7, 1, '7', '[]', 0, '2020-06-06 16:24:50', '2020-06-06 16:24:50', '2021-06-06 16:24:50'), ('1168d5c246b2d4025bfe2ef36e304959dac6a1d07f24ee2f793e6db3cf8c841c4aa33b52a49b44c6', 7, 1, '7', '[]', 0, '2020-05-27 14:51:34', '2020-05-27 14:51:34', '2021-05-27 14:51:34'), ('14bcec455abde3928e656d96cda3452c9b4e1abc6afca888f7902795905327efa725053022f0e885', 7, 1, 'account_id : 1', '[]', 0, '2020-05-22 16:53:56', '2020-05-22 16:53:56', '2021-05-22 16:53:56'), ('14da455ccf4c58ac791c8fda12fbb5351db71c0466bef1e4d6d654340dde5e274f982db03c78f1b3', 7, 1, '7', '[]', 0, '2020-05-28 03:16:24', '2020-05-28 03:16:24', '2021-05-28 03:16:24'), ('1526294146c9279af1b60bed8fb343a6df02fd7fc883ba8fc3d95b99f4ce85cbcd16b0b45c07107b', 1, 1, 'account_id : 1', '[]', 0, '2020-06-10 09:32:10', '2020-06-10 09:32:10', '2021-06-10 09:32:10'), ('154583e7922dcd27bb4eccd5b22d0770d50093b2f5864c4d706315706522c124a79b0423f9252c50', 7, 1, 'account_id : 1', '[]', 0, '2020-06-15 06:18:17', '2020-06-15 06:18:17', '2021-06-15 06:18:17'), ('1576016e03bd44237a7ecbfbd043714773ad3cb86eb7c985b8b3fd29931eb3e0c26f1fcb0ac62d12', 8, 1, '8', '[]', 0, '2020-05-28 10:15:48', '2020-05-28 10:15:48', '2021-05-28 10:15:48'), ('15851b2bddd313b8d357c81b66966b5c89ee1ced561193d91fe899614f7d84a8c3fe22c087e6afe9', 9, 1, '9', '[]', 0, '2020-06-09 08:10:59', '2020-06-09 08:10:59', '2021-06-09 08:10:59'), ('15e0a9d109e0daefb04c6c4805b4164d0aca160e0884dee1566322e64a78449915372c3beb76ab29', 1, 1, '1', '[]', 0, '2020-05-22 09:33:19', '2020-05-22 09:33:19', '2021-05-22 09:33:19'), ('15e12396ef8668c1720b1e62731bceceb8b2d3ac4a9731c1e42c19f414fb74c4df2348702e620348', 7, 1, '7', '[]', 0, '2020-05-25 05:54:04', '2020-05-25 05:54:04', '2021-05-25 05:54:04'), ('1672213d31f11a2aaa740c02b9e3582f8bc32ccd39128dd4879b57cd0d1d34fac62ea47ec028ba06', 7, 1, 'account_id : 1', '[]', 0, '2020-06-07 15:53:51', '2020-06-07 15:53:51', '2021-06-07 15:53:51'), ('184c1682ea58b8680512275fa4638bfa522e39a7e64ffac2d4c0363868a9edd0c55ce3c1d7c73998', 10, 1, '10', '[]', 0, '2020-06-18 12:22:07', '2020-06-18 12:22:07', '2021-06-18 12:22:07'), ('18c09ab41e11cf6ff301d2ea5b5af1d6ba9549220b8d2ef3cf7a4aef203c4fcb286ca087efd367fb', 5, 1, '5', '[]', 0, '2020-05-22 12:22:40', '2020-05-22 12:22:40', '2021-05-22 12:22:40'), ('18d8521bad7d5b09096f2901086f57c24eb037f44bcb039bbb6555610012d4e63af7ad75b78b0186', 1, 1, '1', '[]', 0, '2020-06-14 04:45:17', '2020-06-14 04:45:17', '2021-06-14 04:45:17'), ('191399671e236ac75fdadd95f1ed481fb424cf759998a653b200d6e0aed4f8a2e00af2198373d757', 7, 1, 'account_id : 1', '[]', 0, '2020-06-21 05:18:22', '2020-06-21 05:18:22', '2021-06-21 05:18:22'), ('1913da78afba928ae48bf5871bb23d2ed4243c55c3372492b8a83ccae0a9f0363936a21b94b59cdb', 7, 1, 'account_id : 1', '[]', 0, '2020-06-22 06:01:39', '2020-06-22 06:01:39', '2021-06-22 06:01:39'), ('193a7496a5d46a38e4327ac15e94e07f2f0b13d0f0410f1e5c073b56fa3700fb0b1e821a6afc5ab8', 7, 1, 'account_id : 1', '[]', 0, '2020-06-09 04:35:47', '2020-06-09 04:35:47', '2021-06-09 04:35:47'), ('197770a58f3adbeaf69b0d4c09ec084746e49f014e34b67f66eb08e7ed28e207ce1e3014fb20a170', 8, 1, 'account_id : 1', '[]', 0, '2020-06-03 09:59:19', '2020-06-03 09:59:19', '2021-06-03 09:59:19'), ('19a06a86c3303c1a213ad0fc4d6ee5127198c9d91fb3f90376d86bd941212512be145e68fa368b8b', 7, 1, '7', '[]', 0, '2020-06-11 14:45:28', '2020-06-11 14:45:28', '2021-06-11 14:45:28'), ('19a51e1613bd86e3326458dfc151a2983f4d3c5c20abf015926b8abcefea3f982b984c82534abca6', 1, 1, '1', '[]', 0, '2020-06-21 06:57:22', '2020-06-21 06:57:22', '2021-06-21 06:57:22'), ('19cd7152e8bacb1137bde2f7a1fc7833b9905693b685c062bc891f559dcc5c0f16e31992dbe907e0', 7, 1, '7', '[]', 0, '2020-05-27 14:51:34', '2020-05-27 14:51:34', '2021-05-27 14:51:34'), ('1a9cfd42fb8d0393476015bd59436346d167295b8f8493222f62151df02f0cda20415c441b05586a', 7, 1, 'account_id : 1', '[]', 0, '2020-05-27 03:48:22', '2020-05-27 03:48:22', '2021-05-27 03:48:22'), ('1adfb0b3ce6cb992b283c69c96d37f04f313bd11a70edac4dd8b828e4e567a06d25187f38bc93a46', 1, 1, '1', '[]', 0, '2020-06-21 12:05:20', '2020-06-21 12:05:20', '2021-06-21 12:05:20'), ('1b685b34f81bf95c9fa14443b093ed07210a5372fea550e132643be7848c107c003f8143e5810d45', 1, 1, '1', '[]', 0, '2020-06-16 11:20:07', '2020-06-16 11:20:07', '2021-06-16 11:20:07'), ('1b79af321069343d1bc457f1fa58877f8defe62abec5050d7f4e4cd5642b203622aea2f513c47258', 7, 1, '7', '[]', 0, '2020-06-08 06:21:07', '2020-06-08 06:21:07', '2021-06-08 06:21:07'), ('1ba3d5e40073bd1f7403ff52d8564e0174a219cb2772118b11d78192d538e244022382a0f25ed0c7', 10, 1, '10', '[]', 0, '2020-05-22 13:50:06', '2020-05-22 13:50:06', '2021-05-22 13:50:06'), ('1bcbd746efeae97cf12a17e6779a26a5b607aba627ae5b61499036ae4a8dc02ca6b1f8094f2889dd', 7, 1, '7', '[]', 0, '2020-05-31 04:24:12', '2020-05-31 04:24:12', '2021-05-31 04:24:12'), ('1c70542f6615e20594e18ce3659172aa66322f7b34bcf1bee5cb3391e883284a21fd2a57596dbb76', 7, 1, '7', '[]', 0, '2020-06-10 04:24:08', '2020-06-10 04:24:08', '2021-06-10 04:24:08'), ('1d1dd250eaca6292c374334819077f6bb185ec3ccf45150fd58f878e25208626894e8533845dc3bf', 12, 1, 'account_id : 1', '[]', 0, '2020-06-15 11:55:25', '2020-06-15 11:55:25', '2021-06-15 11:55:25'), ('1dd6ccf993bf8c62acd1725a46825e582d0493c92b7d2ed880885520c1b400ab84558df32e5c8681', 7, 1, '7', '[]', 0, '2020-05-29 11:26:42', '2020-05-29 11:26:42', '2021-05-29 11:26:42'), ('1e507f91b9bebb09d2159272c18556c24fdd9ff5466089ecf6d7f0afbc9ee968216405fa6056d2df', 1, 1, 'account_id : 1', '[]', 0, '2020-05-22 07:17:52', '2020-05-22 07:17:52', '2021-05-22 07:17:52'), ('202bf1660d42238cc40725c4cf4e5f468873d2420a692436f2a2f3e5217cfebe624c8c88fddd1f88', 7, 1, '7', '[]', 0, '2020-05-27 03:48:22', '2020-05-27 03:48:22', '2021-05-27 03:48:22'), ('207fc1b259201b331c04c3938c8e99bc0e54eecfd8fb22fa63eb6ee46bd61719fe6f0111f2071b26', 5, 1, '5', '[]', 0, '2020-05-22 10:41:07', '2020-05-22 10:41:07', '2021-05-22 10:41:07'), ('20e0d495974cef8cdc561f2e3f1bb4b653c451761ccfc8f8fa43c6e765435b2511afa828d28e5946', 1, 1, 'account_id : 1', '[]', 0, '2020-06-09 08:08:35', '2020-06-09 08:08:35', '2021-06-09 08:08:35'), ('213fecd5ac1c1f11fc48daed81886c95b807dcebc6abd5e128e36c8efcafdb6a4793bb2e52d32396', 7, 1, '7', '[]', 0, '2020-06-18 08:39:26', '2020-06-18 08:39:26', '2021-06-18 08:39:26'), ('219566a21f8f6476104aee0370575b98bd5533f621fc9b165f076d6acbe3133e3649fa0576e0ae8f', 7, 1, 'account_id : 1', '[]', 0, '2020-06-18 09:11:18', '2020-06-18 09:11:18', '2021-06-18 09:11:18'), ('21caa2f9353d31d226091bc4572681018a248f2abe4bc88a7c3f112c43beff627c95b8f769e508ff', 1, 1, 'account_id : 1', '[]', 0, '2020-05-22 06:34:30', '2020-05-22 06:34:30', '2021-05-22 06:34:30'), ('21d4b776d46e52a3006fbf6e02619d38942306f0aec1edf95c25a89eb41fcdf78b3a18f62d3b64af', 5, 1, '5', '[]', 0, '2020-06-14 04:50:59', '2020-06-14 04:50:59', '2021-06-14 04:50:59'), ('2277ad207872605545cb299a70f22f63524553cc4942551391f9c12b589d67d912cc47ca23173058', 4, 1, '4', '[]', 0, '2020-05-22 07:24:14', '2020-05-22 07:24:14', '2021-05-22 07:24:14'), ('22a1f873c426e3c236b20bab300d33ca88c3f13f44211f850698e3cc86bce8701525214ef683b31a', 7, 1, '7', '[]', 0, '2020-06-14 13:01:55', '2020-06-14 13:01:55', '2021-06-14 13:01:55'), ('2358fdd6c75f6541c6b9e64f1999ec014939c885ecdffbd51ffb3aa91585b12d264f0afcc3772d52', 1, 1, '1', '[]', 0, '2020-06-22 05:56:52', '2020-06-22 05:56:52', '2021-06-22 05:56:52'), ('23b84c17500a951109652a9fee3375eee316855970890b194590d3b7e08386ee8be101bf24c9e2e9', 7, 1, '7', '[]', 0, '2020-05-24 06:19:50', '2020-05-24 06:19:50', '2021-05-24 06:19:50'), ('243adc101352d17b27dd68fd8ae0138dece5b1d817bea8c0c0e068657d03280818efddf9fffe294b', 7, 1, 'account_id : 1', '[]', 0, '2020-05-25 06:22:04', '2020-05-25 06:22:04', '2021-05-25 06:22:04'), ('245aa05fb789d6489b357b9e60cd3fcb150f88f93c2207ebe59800b8e67c772fdc2364c2b248253f', 7, 1, 'account_id : 1', '[]', 0, '2020-05-28 07:14:07', '2020-05-28 07:14:07', '2021-05-28 07:14:07'), ('24ac2ff74cb764a6e041fbea6b995c1662c712fe2c4b0c70a2b4678a7abba21fcc8bf83be3662f83', 1, 1, '1', '[]', 0, '2020-06-09 08:27:35', '2020-06-09 08:27:35', '2021-06-09 08:27:35'), ('25139f112ee7d743cff49e19afc605e11ae312fc42494faa222fd28759d09c48a40efb00458d0960', 7, 1, '7', '[]', 0, '2020-05-27 10:33:22', '2020-05-27 10:33:22', '2021-05-27 10:33:22'), ('253e9c2ec790f71b06b034ce2ebebbd2daad0e15879f30982fd79860ba470211fe352bca24cbfc2c', 7, 1, '7', '[]', 0, '2020-05-23 10:51:29', '2020-05-23 10:51:29', '2021-05-23 10:51:29'), ('256da1d7273c5402601ddb46e48d0e262ba737e4f7084bea96990c1b5d1eab6a1e9132db225d6d07', 7, 1, '7', '[]', 0, '2020-06-09 04:35:46', '2020-06-09 04:35:46', '2021-06-09 04:35:46'), ('259798fbc43b5663d2dda2d2c6df3c53a2e03b28bf83f2ec6851fbf4ae56fec73b5989cb24e0ee26', 1, 1, '1', '[]', 0, '2020-05-22 12:23:27', '2020-05-22 12:23:27', '2021-05-22 12:23:27'), ('264e1c957c830ec344b7108163e7c3a28b7b0106b10ecd4418f4187a9cf90344ea21b93babb134b9', 7, 1, '7', '[]', 0, '2020-06-10 09:25:07', '2020-06-10 09:25:07', '2021-06-10 09:25:07'), ('267c8dc2dc3cdfcc3d7a8b0db1f95fe61beef936081683a288557b681113cb27674b8354ae7755d6', 1, 1, 'account_id : 1', '[]', 0, '2020-06-14 04:53:11', '2020-06-14 04:53:11', '2021-06-14 04:53:11'), ('26fe726054c451862e563f67a1457a3a62cc17d4f6169069751106d8c8d0e852a32fa2e40359835b', 8, 1, 'account_id : 1', '[]', 0, '2020-06-09 08:21:33', '2020-06-09 08:21:33', '2021-06-09 08:21:33'), ('27a0c7bc0c9fd77f32e6fe458c3d0b3a79d400c93551616f1016c9caa9220f8858b75329599e5a0f', 1, 1, 'account_id : 1', '[]', 0, '2020-06-16 11:20:08', '2020-06-16 11:20:08', '2021-06-16 11:20:08'), ('291f40ab91fbb3b8ef2b4b735bf60fa4b1e0e15258ee12e573b07a1e4d7cdc3bcd41021ae398d6bc', 1, 1, '1', '[]', 0, '2020-06-11 14:46:26', '2020-06-11 14:46:26', '2021-06-11 14:46:26'), ('29cd8d2c111d972d5438c3a6036739d83245fde8b683d84411d1ae25e0ddad22acdb5d565d59f49e', 2, 1, '2', '[]', 0, '2020-05-22 05:45:07', '2020-05-22 05:45:07', '2021-05-22 05:45:07'), ('29f73c40a62c4bca454ec68da6399b971d7189ab4483b935dab1278ce20cb2c6bc486c58caf825a5', 1, 1, '1', '[]', 0, '2020-05-22 09:33:19', '2020-05-22 09:33:19', '2021-05-22 09:33:19'), ('2ac8d3e7e60bfa8e3aee4e128d2a8e4463267d1a9756d0a028957d609507c4fc573c972994c4030d', 7, 1, '7', '[]', 0, '2020-06-09 08:08:10', '2020-06-09 08:08:10', '2021-06-09 08:08:10'), ('2ae828b59dadd1a29da110742ff67846aaec3cac2d1e11c39d924121480bbbb8eb1cd690e699864c', 8, 1, '8', '[]', 0, '2020-06-17 05:21:23', '2020-06-17 05:21:23', '2021-06-17 05:21:23'), ('2b502a87d157495d9076058a915b7f47cc6b1e25e8b8cdec627e93976d86a9408559ffbc22ef0805', 7, 1, '7', '[]', 0, '2020-06-16 11:01:33', '2020-06-16 11:01:33', '2021-06-16 11:01:33'), ('2bb1794808fd200065f407a7942025e1ac1a02101c80ac5b0de7adc87b2892718f19738ea0937f62', 1, 1, 'account_id : 1', '[]', 0, '2020-06-23 06:52:19', '2020-06-23 06:52:19', '2021-06-23 06:52:19'), ('2bb5beabc5d32bc8456ae3107da5edd3ae4a6cfe810796a524f56d4215f2316ee884c9f3e5b283e1', 7, 1, '7', '[]', 0, '2020-05-27 10:33:22', '2020-05-27 10:33:22', '2021-05-27 10:33:22'), ('2bb6fd1bc3cbf8f1375269024e2cc57e73b53a81e342442aa83de1acddc765ef28f677b31ffa97fd', 7, 1, 'account_id : 1', '[]', 0, '2020-06-17 05:20:04', '2020-06-17 05:20:04', '2021-06-17 05:20:04'), ('2c7df10b1690b9e70d8ad19c249324c0fdcf0feef3448321295828e9eb2c3be0339d6a9fdf9c87cf', 7, 1, '7', '[]', 0, '2020-06-18 09:11:18', '2020-06-18 09:11:18', '2021-06-18 09:11:18'), ('2e101585384f05f245b77c85180ec0ca4dad5f9213b6b32a47f1769a3e307c113dbc3a0eb68e5a54', 7, 1, '7', '[]', 0, '2020-05-22 13:57:20', '2020-05-22 13:57:20', '2021-05-22 13:57:20'), ('2e89c01bb1d7ac8b49dd3540e7ecaea6cbc1786d89c22e71fc520d5f992ee41a975c48544f10becd', 7, 1, '7', '[]', 0, '2020-05-25 06:22:03', '2020-05-25 06:22:03', '2021-05-25 06:22:03'), ('2f0dc1e792a4c921c9f550fe063f5c7fa30bc5b05969acb854ef5fc5b84a479e303be1c5ca1a2b26', 7, 1, '7', '[]', 0, '2020-06-10 09:25:07', '2020-06-10 09:25:07', '2021-06-10 09:25:07'), ('2f36958ef8e81085897095c24d8a2f8b12955dacbe3cfbda25fb35a13a1ea5981bd40986a157628c', 7, 1, '7', '[]', 0, '2020-06-08 14:04:50', '2020-06-08 14:04:50', '2021-06-08 14:04:50'), ('30df9e5cde518b6951bfbfa87ff9a193451a35ac860cb1cf5ba3e230121c2f3ada678c6cc465291b', 1, 1, '1', '[]', 0, '2020-06-15 08:17:37', '2020-06-15 08:17:37', '2021-06-15 08:17:37'), ('30eeb883e9a5119f60b60630cb424b2e7d4d7ab60914240c369fa9bf49935f561273c20e60ef622e', 7, 1, '7', '[]', 0, '2020-06-11 14:45:28', '2020-06-11 14:45:28', '2021-06-11 14:45:28'), ('3125e8c1620af7cf690a71155f058a0d09d914bc5b1f37fc41d03919e65dda6930512cc7cf289b2d', 5, 1, 'account_id : 1', '[]', 0, '2020-05-22 07:25:58', '2020-05-22 07:25:58', '2021-05-22 07:25:58'), ('319549356ea8f21e6ecbb98da8fa1bbcdf602d6398ddecb123e60b43d32de17c4177152436b3d319', 2, 1, 'account_id : 1', '[]', 0, '2020-05-22 09:31:03', '2020-05-22 09:31:03', '2021-05-22 09:31:03'), ('31d2f07f1068742d51e434c790e5abdb742764925eecc1bd7eed2cea1c6a633853579c454b297e82', 7, 1, 'account_id : 1', '[]', 0, '2020-06-07 07:05:40', '2020-06-07 07:05:40', '2021-06-07 07:05:40'), ('320be2e0bcbb786ce947b6a148d3e62850b73cb0e135c53c568624846413796ba78db393dc58778b', 1, 1, '1', '[]', 0, '2020-05-22 06:34:29', '2020-05-22 06:34:29', '2021-05-22 06:34:29'), ('3227f17c514b94b8d925f000b474da10074ec7af9ed1a2d1c731f12dc3d5f2165cf950b3db24c0e4', 3, 1, 'account_id : 1', '[]', 0, '2020-05-22 05:46:10', '2020-05-22 05:46:10', '2021-05-22 05:46:10'), ('3365f4035e4dc1309ed029b8bc80db61fe949495339a61d23ac0f822221582e374386be857462ddb', 2, 1, 'account_id : 1', '[]', 0, '2020-05-22 05:45:08', '2020-05-22 05:45:08', '2021-05-22 05:45:08'), ('343c4138649cae4c2ac9b354e8122a7deb1837da8203a84814a3016de1d3a3a86feefb107f58375b', 7, 1, 'account_id : 1', '[]', 0, '2020-06-11 15:03:19', '2020-06-11 15:03:19', '2021-06-11 15:03:19'), ('35725f59717fe44ea23350c74924166a3e9273634888f8ee501f7b59a592192c799517af86028002', 12, 1, '12', '[]', 0, '2020-06-14 13:00:29', '2020-06-14 13:00:29', '2021-06-14 13:00:29'), ('358128ac42b4b111effdbe39d814f798ec4b6129756e0dae5e891b353f3f99fdd68764493e6e40d1', 7, 1, 'account_id : 1', '[]', 0, '2020-05-23 10:51:30', '2020-05-23 10:51:30', '2021-05-23 10:51:30'), ('3597388d91e26336cbb04364ffe8a643173e67980f2e6ab834614c410c95554233349ecb556638d4', 10, 1, '10', '[]', 0, '2020-06-14 12:43:16', '2020-06-14 12:43:16', '2021-06-14 12:43:16'), ('35ac1c1b58a4e924670120f1c62007f49e27b8aca1c978a4d2a3486c2c2a0a27af1ad66e0da872ae', 7, 1, 'account_id : 1', '[]', 0, '2020-05-31 03:59:25', '2020-05-31 03:59:25', '2021-05-31 03:59:25'), ('35cbb6349767281dc5088b79830c3fdad72729c9c4795fc0e6f5f9bd8816dc63fc2880b1dcb729cd', 7, 1, '7', '[]', 0, '2020-06-01 03:32:12', '2020-06-01 03:32:12', '2021-06-01 03:32:12'), ('36cc724761c2ab1636e944e9d288df8d5323bbfcc78c5a82c35f52f274c22b6489074864ba1a8f46', 14, 1, '14', '[]', 0, '2020-06-21 05:35:24', '2020-06-21 05:35:24', '2021-06-21 05:35:24'), ('3827c1186ac62fa47c5663e8f0eff932fd9a836fcf1a0cc689219d6a04626b2f1eb3988aab7282c0', 10, 1, 'account_id : 1', '[]', 0, '2020-06-11 14:47:17', '2020-06-11 14:47:17', '2021-06-11 14:47:17'), ('38856c1829dc7685d10dcb97546c7352ff5006df417cec0e619fc9e0c78d243f0b00583c6ebef319', 7, 1, 'account_id : 1', '[]', 0, '2020-06-01 02:39:27', '2020-06-01 02:39:27', '2021-06-01 02:39:27'), ('3a2d3b751bbf4bf53f873da5858a1c57426037c3ce74f79408c0fd9be5694945a9a6f0b3664c3ce4', 1, 1, '1', '[]', 0, '2020-06-21 05:31:48', '2020-06-21 05:31:48', '2021-06-21 05:31:48'), ('3a8d9f4ac56dd72150cb32ac60708e752e69d90c9d0b536dba6f65e1ea4758bfbfd4673a3610196b', 7, 1, '7', '[]', 0, '2020-06-07 07:05:39', '2020-06-07 07:05:39', '2021-06-07 07:05:39'), ('3af92804dae0311a8af7f064306fae3649420e5156a21a849416c39afeed8a8adb25f905ca4600a7', 7, 1, '7', '[]', 0, '2020-06-16 11:01:33', '2020-06-16 11:01:33', '2021-06-16 11:01:33'), ('3b2fcc974b5d352b96de7e922a2fc702e18b9b654eda0dbcb2c6f9cee2737689d85be1f5ba8471e3', 15, 1, '15', '[]', 0, '2020-06-15 14:31:51', '2020-06-15 14:31:51', '2021-06-15 14:31:51'), ('3b8252a8a32c2c1517dc35273b5c5f341a58cc6fd9e0091152f3144e5d19ddf4845e6cb75210e917', 15, 1, 'account_id : 1', '[]', 0, '2020-06-15 08:42:41', '2020-06-15 08:42:41', '2021-06-15 08:42:41'), ('3c3808bffe6bff1b06a418d049d46935faf12ae75d9bfe7f381f2687cbd05048a6c204059175968d', 7, 1, '7', '[]', 0, '2020-06-21 05:25:43', '2020-06-21 05:25:43', '2021-06-21 05:25:43'), ('3c8c8c4f0ab716010789249e897795103c549464c228af43eb56d06a0031b22184124ba4536d2327', 7, 1, '7', '[]', 0, '2020-06-02 08:34:15', '2020-06-02 08:34:15', '2021-06-02 08:34:15'), ('3d702e89fd3059268d66705798a599f1c392513302b89df53def25dd71604e311df2f18d5fe0da1a', 7, 1, '7', '[]', 0, '2020-05-22 12:26:08', '2020-05-22 12:26:08', '2021-05-22 12:26:08'), ('3e3b0cad7fd9d7e9a4595559973aed0d04b2497cab1d246823bbbce4c625ef2e71c91c2fdcef7404', 7, 1, '7', '[]', 0, '2020-06-07 15:53:36', '2020-06-07 15:53:36', '2021-06-07 15:53:36'), ('3eeb0a49720d9de8801e97eaca1f2740f0552727f0df39cc31bae1cab8e801545a1688fbcc27b5af', 7, 1, '7', '[]', 0, '2020-05-22 16:53:55', '2020-05-22 16:53:55', '2021-05-22 16:53:55'), ('3fa73400082d538ac4c9cd3bda03d711ed6e8907ef8317c10ad79a171081bcf31de83a237ba91df4', 7, 1, '7', '[]', 0, '2020-06-15 08:30:58', '2020-06-15 08:30:58', '2021-06-15 08:30:58'), ('40a3c1a9f1bade8cd7fe969ac0df333b719a4baeb30adecb9f386aefec2e8d5953bfc2edc312ea8b', 7, 1, 'account_id : 1', '[]', 0, '2020-05-22 13:05:56', '2020-05-22 13:05:56', '2021-05-22 13:05:56'), ('40c9d833391cb9c5f65db09b258a70252dceebe3ac0408f4fb17d3bc20da11bb9055328e357200ec', 12, 1, '12', '[]', 0, '2020-06-15 11:55:25', '2020-06-15 11:55:25', '2021-06-15 11:55:25'), ('4110f690c65ff6d094881481434469fac7675f285a0c7cd018e454e87010c22d386ede263164bddf', 10, 1, '10', '[]', 0, '2020-06-14 04:51:14', '2020-06-14 04:51:14', '2021-06-14 04:51:14'), ('426edc8647811dfdd5e1c32b9feac97084c2ac95ef0f393fdd73538dbaba998a7d26c51bdb358a8f', 7, 1, 'account_id : 1', '[]', 0, '2020-06-14 04:56:59', '2020-06-14 04:56:59', '2021-06-14 04:56:59'), ('42e0a55dc2c92be47c53b5fbeb3f2e906687c1ab23d38402bd2df8feb2995008ae939fccb56eb9c3', 1, 1, '1', '[]', 0, '2020-05-22 09:31:42', '2020-05-22 09:31:42', '2021-05-22 09:31:42'), ('43746597b905dd56e62ebbccb75b057ccb2decae3c08f1ca56ffb47cc84d17ed1efa56f5dbd50614', 7, 1, '7', '[]', 0, '2020-06-14 04:44:10', '2020-06-14 04:44:10', '2021-06-14 04:44:10'), ('43dc26dc805c7000b57a940dae475f96f715e895cfa52d65a9aa4c6793cb17c02d03c5dc2e054441', 7, 1, '7', '[]', 0, '2020-05-24 03:21:26', '2020-05-24 03:21:26', '2021-05-24 03:21:26'), ('445dff91e04e447ef045d07f313d6367eb95ea295dba9d53306aa0412d784d337c2257ccc8059315', 7, 1, '7', '[]', 0, '2020-06-17 15:10:38', '2020-06-17 15:10:38', '2021-06-17 15:10:38'), ('447ce306f79b0089321ff3e83ddb3bee550f4cd03de2e267baecca7b8ee0bd9247f13e23159c553b', 7, 1, '7', '[]', 0, '2020-05-30 11:36:52', '2020-05-30 11:36:52', '2021-05-30 11:36:52'), ('44d52ad6f06266f559907931a3a6b58aba540a7294406ada4fca11284f7b146b228d2170e7e80194', 7, 1, '7', '[]', 0, '2020-05-22 13:17:02', '2020-05-22 13:17:02', '2021-05-22 13:17:02'), ('44dfeba8d260fdbfe772c6c9436dedf43be7fc17dbf488225be8fdb0d69f173dcdad1415cca624e5', 7, 1, '7', '[]', 0, '2020-06-02 08:34:15', '2020-06-02 08:34:15', '2021-06-02 08:34:15'), ('4647702e58ef03c985ea38c01a26f46bd3b0b3e049711d1837e599eafb46d944cdeed20bafeb25f5', 7, 1, 'account_id : 1', '[]', 0, '2020-06-22 05:53:02', '2020-06-22 05:53:02', '2021-06-22 05:53:02'), ('46550527e766f8c8714c6efc12af98e52a3bb190e1be0476d869f9c798558342f20597929dbba5ba', 7, 1, '7', '[]', 0, '2020-06-15 06:18:16', '2020-06-15 06:18:16', '2021-06-15 06:18:16'), ('4730f9df78f56447d66de65b3078ca673d6c5a46d03d1cc6e6f1eee1547ea3a7c9815e68fb34c79f', 3, 1, '3', '[]', 0, '2020-06-11 14:43:37', '2020-06-11 14:43:37', '2021-06-11 14:43:37'), ('4839b0d7a63710fd6e7453300f18e0f7b6b02849240d7f3aec58d83170bc3572d897c06d4324691f', 7, 1, 'account_id : 1', '[]', 0, '2020-05-22 13:15:02', '2020-05-22 13:15:02', '2021-05-22 13:15:02'), ('48f159663813d75caa1d6ef8ee8fc91b5d16d6a4bbfc0e738f6687e375ea6abde22153e62f82e72a', 7, 1, '7', '[]', 0, '2020-05-25 06:22:03', '2020-05-25 06:22:03', '2021-05-25 06:22:03'), ('49203e632efc7695682884a5c025fd6e0629128b82d4d7b2bf36dd60cf72c502298e4ec1828e285e', 7, 1, '7', '[]', 0, '2020-05-24 03:21:26', '2020-05-24 03:21:26', '2021-05-24 03:21:26'), ('4a23a70362953786e00514196f0a76ae7a23e102cf9011eebacd8252c6bd69952fba45fe43ee47f1', 7, 1, 'account_id : 1', '[]', 0, '2020-05-27 15:08:30', '2020-05-27 15:08:30', '2021-05-27 15:08:30'), ('4a5e56b7c1b3fff842ec5e8c4636626d83930fe7760ee56d3c4d0f84e4e83a38c419e53f2b8da632', 1, 1, '1', '[]', 0, '2020-06-07 08:15:42', '2020-06-07 08:15:42', '2021-06-07 08:15:42'), ('4a9b694f94b0739a75916352b86b51cedcdc5902b805341e92e028c0a33fb39214eb752d65eed649', 7, 1, '7', '[]', 0, '2020-06-01 02:39:26', '2020-06-01 02:39:26', '2021-06-01 02:39:26'), ('4ae40a7a4da4d27fb85dee08184f72ab8e46599c90094a81ab5531872a6ffd70ee502491a97e077f', 7, 1, 'account_id : 1', '[]', 0, '2020-06-18 09:07:58', '2020-06-18 09:07:58', '2021-06-18 09:07:58'), ('4b269d1df0599dcadcd542e9f464151dd83e6e5306a5e049ea77d5d95c09db576349045d4db4d689', 8, 1, '8', '[]', 0, '2020-05-23 07:59:28', '2020-05-23 07:59:28', '2021-05-23 07:59:28'), ('4b8b306beb6bd51e3c7812d796e76f8c278bad301d676249a7b8bed948e7eecf52523648c27e2c1a', 7, 1, 'account_id : 1', '[]', 0, '2020-06-08 12:50:19', '2020-06-08 12:50:19', '2021-06-08 12:50:19'), ('4c451ae35347c6724fe4f561911cf1029819861520e25bb2abbf302092b323ccb0ae9ca07c03c711', 1, 1, '1', '[]', 0, '2020-06-15 08:41:15', '2020-06-15 08:41:15', '2021-06-15 08:41:15'), ('4d684019e9f4753241e7af263f395c71b5e9f8283360bd58f60ebbf20af4015def331520c7691e24', 1, 1, '1', '[]', 0, '2020-05-30 15:04:07', '2020-05-30 15:04:07', '2021-05-30 15:04:07'), ('4de6b92dbbba3c3fd50a886e10e5136e57babf18a4bff782dc3adbdf45546687d2af7b03174c9a19', 7, 1, '7', '[]', 0, '2020-06-01 02:39:26', '2020-06-01 02:39:26', '2021-06-01 02:39:26'), ('4e74f6d58ec9d7c0e4b416be63ecfeec9546eef341a7744da8f19e1c7726b0fbad327feea2b5adca', 7, 1, 'account_id : 1', '[]', 0, '2020-05-27 10:11:12', '2020-05-27 10:11:12', '2021-05-27 10:11:12'), ('4f69133825b63be363a0c8667a61c4d312d7ac1d69e517ad76b7c255e35c9027224eb5644c8f0c3c', 7, 1, '7', '[]', 0, '2020-06-17 15:10:38', '2020-06-17 15:10:38', '2021-06-17 15:10:38'), ('501e4e7f11840b21cbb111039575089330a5899f7c3adfa187c5d3d8f13e5460833a4503f90c1788', 3, 1, '3', '[]', 0, '2020-06-09 08:14:42', '2020-06-09 08:14:42', '2021-06-09 08:14:42'), ('50921edacbb6498d0fb552c58da034890abc6c93436809d0dacfa7d2250df49d25b195107c9db7cf', 5, 1, 'account_id : 1', '[]', 0, '2020-05-22 09:36:24', '2020-05-22 09:36:24', '2021-05-22 09:36:24'), ('51705887535fdc908fb72e7af84920bea7843e7762699c582d01085f044ca5e9b32fb176f0f95dbf', 1, 1, 'account_id : 1', '[]', 0, '2020-05-22 07:42:29', '2020-05-22 07:42:29', '2021-05-22 07:42:29'), ('51a1eac45e20f6f351adc854411bea10dddc252c060e29e40cbc7a923315af39e6bf3616a2a98a11', 1, 1, '1', '[]', 0, '2020-06-17 05:19:05', '2020-06-17 05:19:05', '2021-06-17 05:19:05'), ('51c308f228694e2cde867e0aa40f2f192ca45a569ad8af9e620af59b9f5383e1527973fe5c666311', 2, 1, 'account_id : 1', '[]', 0, '2020-06-21 05:18:09', '2020-06-21 05:18:09', '2021-06-21 05:18:09'), ('5232ce3331903ab3767eedd299d92228b834e30c1a63c547f71c4408055b18bfd5c6d23e4656a409', 12, 1, 'account_id : 1', '[]', 0, '2020-05-22 09:32:50', '2020-05-22 09:32:50', '2021-05-22 09:32:50'), ('52750745a6bd5a2656357c750c3209a8d126e06968f7f1760525f3d4b185d592a017d13ffa8d3687', 7, 1, 'account_id : 1', '[]', 0, '2020-06-01 03:32:13', '2020-06-01 03:32:13', '2021-06-01 03:32:13'), ('52a42131cd9b5763e36fcb3ff8a8157b4105481b2e67dd18568250cca5bf58253e2b54154d5eac25', 2, 1, '2', '[]', 0, '2020-05-22 05:45:07', '2020-05-22 05:45:07', '2021-05-22 05:45:07'), ('52aab42aff8747c8058a075ae83bbc6916b40c4b856c22e1d8e3161a191cf85a337ce3d627772a23', 15, 1, '15', '[]', 0, '2020-06-15 08:42:40', '2020-06-15 08:42:40', '2021-06-15 08:42:40'), ('52fb12daad8b7510b769cbec8ae7276f026c46d3d3d89c07b74df1b5a00ad8f61b0895ee5f5e41aa', 1, 1, 'account_id : 1', '[]', 0, '2020-05-22 05:56:31', '2020-05-22 05:56:31', '2021-05-22 05:56:31'), ('535d34b464b8ff8426344ae3d53e0a5f3da2a3a4d60c84e7b00cbed70c77046f809500c1c61d95f0', 1, 1, '1', '[]', 0, '2020-06-15 14:31:31', '2020-06-15 14:31:31', '2021-06-15 14:31:31'), ('5377c9b41fe830ceb61958b12cc13996f166d6c382589087d76c8565e4bc150341ffcb67716cc651', 7, 1, '7', '[]', 0, '2020-06-04 07:56:49', '2020-06-04 07:56:49', '2021-06-04 07:56:49'), ('53824d3a6bf511ecc27502f1af6d9f3a596b52c87aceda5531a101ebf56926c48d0ad882c220cb46', 7, 1, 'account_id : 1', '[]', 0, '2020-06-14 04:35:42', '2020-06-14 04:35:42', '2021-06-14 04:35:42'), ('53a8058b0aa62c5a8b0c4b8ec0959f06eb9c016137322e4579c12129e1e0b7b31fd09ac81dab34f5', 5, 1, '5', '[]', 0, '2020-05-22 09:36:24', '2020-05-22 09:36:24', '2021-05-22 09:36:24'), ('5540b8dab67c525d7ed373b498fc980075e29ef2cecea42fc481dbcda11497487f63761af756c1a9', 7, 1, 'account_id : 1', '[]', 0, '2020-06-15 14:23:13', '2020-06-15 14:23:13', '2021-06-15 14:23:13'), ('559150a56550a1647f29695d347d22fe98b8e1a5b1e9be27b034ea7646e73f77711bd543c7139f9d', 10, 1, '10', '[]', 0, '2020-06-18 12:25:59', '2020-06-18 12:25:59', '2021-06-18 12:25:59'), ('571fd8112e41378da3895ed0f5464a1e5497cf0bc3a6d7492b7904fdaddcbac3c37dac1a3b4d6818', 7, 1, '7', '[]', 0, '2020-06-18 12:25:48', '2020-06-18 12:25:48', '2021-06-18 12:25:48'), ('5739431eeea26ccd1ab8094e2d7a4a4d2336cbbb450326155388168a330120610dcdfd241521512a', 7, 1, '7', '[]', 0, '2020-06-07 07:05:39', '2020-06-07 07:05:39', '2021-06-07 07:05:39'), ('577ea47574706856e040c5da245c16931e4f881dfa52847da0cfa7738dbece093c308e59e07bc788', 7, 1, '7', '[]', 0, '2020-06-22 05:53:01', '2020-06-22 05:53:01', '2021-06-22 05:53:01'), ('58b361bbab50974fc40966bb1f8abdd42d9a0f870ef7adc8df90668eedc0dfe92aa95d379016c4f0', 14, 1, '14', '[]', 0, '2020-06-17 10:31:31', '2020-06-17 10:31:31', '2021-06-17 10:31:31'), ('58db1d9da6dc39318a7461330ee3be223ceb449de3c15164bb0550c4ab5479ad422ac8e7f86cce3c', 5, 1, '5', '[]', 0, '2020-05-22 10:41:07', '2020-05-22 10:41:07', '2021-05-22 10:41:07'), ('592f7b686736d34e09fcfd3a1d075e7e7fcbfdcab87f0c083c1fbbb67563e5802a6a85ce5fce03a8', 1, 1, '1', '[]', 0, '2020-06-16 11:20:07', '2020-06-16 11:20:07', '2021-06-16 11:20:07'), ('59fbf19bc64af9b331c7e101cf98af19dddb66de75470ff375e4e36c9d7f62e452efe37eaa696e8e', 1, 1, '1', '[]', 0, '2020-05-22 07:20:14', '2020-05-22 07:20:14', '2021-05-22 07:20:14'), ('5a1df95a341de9aa1b5c2d603de964257c9473162658fc3c3de6017b02028b2159dc7c34f14a7dbe', 7, 1, 'account_id : 1', '[]', 0, '2020-05-22 13:17:03', '2020-05-22 13:17:03', '2021-05-22 13:17:03'), ('5a8983bec8b617f52afc89e202e46edf7f47fd7499618dda677a21ea4c7d70d6171b2b41404de21f', 1, 1, '1', '[]', 0, '2020-05-22 05:56:31', '2020-05-22 05:56:31', '2021-05-22 05:56:31'), ('5a8bf645bbecaafc7da83f6fe03c5653ab2decf80b641e5ca0c584ce0f833d1bcc3a3f734d1a8fba', 7, 1, 'account_id : 1', '[]', 0, '2020-05-28 13:34:27', '2020-05-28 13:34:27', '2021-05-28 13:34:27'), ('5abe64afdf4b57d3f6beb07168be4f66a36780bcdd19583abbcd00901384853d53b52f22a668dc56', 10, 1, '10', '[]', 0, '2020-06-14 04:51:14', '2020-06-14 04:51:14', '2021-06-14 04:51:14'), ('5ba04e370fc8b125fe797a25b9e3932e63cde5afd8e0664fb23e2b3274127842f72f99d43da061c1', 1, 1, 'account_id : 1', '[]', 0, '2020-05-22 07:25:32', '2020-05-22 07:25:32', '2021-05-22 07:25:32'), ('5bc2dcd0371817c292e7eb9c174dad4fb93f5defa346152c67ced2ec443250ba5159092a00b82d8e', 7, 1, 'account_id : 1', '[]', 0, '2020-05-28 03:16:26', '2020-05-28 03:16:26', '2021-05-28 03:16:26'), ('5bc5ff61f6a54b2663f5d4b22cebf97368aea1cb7465bd763edca1d07494bedd8a0802780ed00d8b', 14, 1, 'account_id : 1', '[]', 0, '2020-06-17 10:31:32', '2020-06-17 10:31:32', '2021-06-17 10:31:32'), ('5d47bec77d9bf0e9bc19a93ffadf3349bb2a365f9e7606d1f708c7ec0cc58a2b806076ad15394d24', 9, 1, '9', '[]', 0, '2020-06-15 08:16:57', '2020-06-15 08:16:57', '2021-06-15 08:16:57'), ('5dbe304514fd9c9c86b68f85b4322669b5c23a7a8fdde97e15359751919911395f476057666f484f', 1, 1, '1', '[]', 0, '2020-06-17 14:07:35', '2020-06-17 14:07:35', '2021-06-17 14:07:35'), ('5f40d240652e53dd2d9eca5ec631a68b508f4323e657f2a6024eef52af0a30241d36fba860643c2c', 4, 1, 'account_id : 1', '[]', 0, '2020-05-22 07:24:15', '2020-05-22 07:24:15', '2021-05-22 07:24:15'), ('5f49a81b74d793baf2b92ba7f936a38bde8900c5310a47a812c41369fa71e961effe2e0a95a91b21', 3, 1, '3', '[]', 0, '2020-06-09 08:16:12', '2020-06-09 08:16:12', '2021-06-09 08:16:12'), ('5fc55c127c1842b2804a512d1bcc8dacca5c99eb26387e3b5332a145209cebe11f77d3edfa12447c', 7, 1, '7', '[]', 0, '2020-05-27 10:11:11', '2020-05-27 10:11:11', '2021-05-27 10:11:11'), ('605ac7e8fc329c38f3a35720b188d8c7dc4901b4e33bebbc33f089b7518fa7bf946e7ce82f19add4', 1, 1, 'account_id : 1', '[]', 0, '2020-06-15 14:36:56', '2020-06-15 14:36:56', '2021-06-15 14:36:56'), ('608b8edaaac47cfb84d9da3e36f88adf6fc0ad43e9c15a20cfdd7fb14203bf3f2e2f78e17ca10d3e', 10, 1, '10', '[]', 0, '2020-06-14 12:42:38', '2020-06-14 12:42:38', '2021-06-14 12:42:38'), ('61013eee809c5a5ffb735d8488932ee9a17f47ea74f3323881ebff44f386903edb7a0fa795ee7fc9', 1, 1, '1', '[]', 0, '2020-06-18 12:27:59', '2020-06-18 12:27:59', '2021-06-18 12:27:59'), ('61ff9cbaf0dce21c8c533e50e2487032b5811f251baa2bf01e7188c55e65ca045ba4b30d5cabbd41', 3, 1, '3', '[]', 0, '2020-05-22 05:46:10', '2020-05-22 05:46:10', '2021-05-22 05:46:10'), ('620b2dad281c9cb9011ece8e813b6bbd235ab6f63b25b6f35256496da2b3e495e82d98db432cf982', 9, 1, '9', '[]', 0, '2020-06-09 08:23:25', '2020-06-09 08:23:25', '2021-06-09 08:23:25'), ('62889deae2996247be2e96eef2c185965cf873e96dd091b84e9ef4f7151c4205fbd28259c96eaeaf', 7, 1, '7', '[]', 0, '2020-06-14 12:47:21', '2020-06-14 12:47:21', '2021-06-14 12:47:21'), ('62b7b6f44c2962590d50e1a35e46e8f8be945211b9ea98ec5c717bcff51fb51e85c7070cbc1a2f5d', 8, 1, 'account_id : 1', '[]', 0, '2020-06-15 08:14:39', '2020-06-15 08:14:39', '2021-06-15 08:14:39'), ('63389c4b69fe86c535fdf349fc17e2f7cbdfdf3bee2e8297d648ff8a2304739f338ee80e45a10a24', 1, 1, '1', '[]', 0, '2020-06-09 08:27:35', '2020-06-09 08:27:35', '2021-06-09 08:27:35'), ('65241aa007f737d9a8c4ca35e682da0839e91f9419bcda52a72344584f325ba309e8d2eb90835309', 5, 1, 'account_id : 1', '[]', 0, '2020-05-22 10:41:08', '2020-05-22 10:41:08', '2021-05-22 10:41:08'), ('66012022f3a68d7c88f844d9fd879a3e2c4a0ccfb693d66dd85296477079b9a34447efc29a296b5a', 7, 1, '7', '[]', 0, '2020-06-11 14:49:13', '2020-06-11 14:49:13', '2021-06-11 14:49:13'), ('6621c623ad0eceafe4616f30461b25508296fd2db2624f0eb4580efb78680cc210d29832ee9f15ff', 7, 1, '7', '[]', 0, '2020-06-22 05:53:01', '2020-06-22 05:53:01', '2021-06-22 05:53:01'), ('66bfacae9e94cd09636eaf342aea6509dcd54337756c7fe1de9e4e5ed74f54113716918717dd8e8e', 1, 1, '1', '[]', 0, '2020-06-14 12:42:50', '2020-06-14 12:42:50', '2021-06-14 12:42:50'), ('66de4466a1dd1aa9b912ac0c5cd17435d576c098b81c7909b3fa6d646397b22d4da54b7d5ea39ade', 14, 1, '14', '[]', 0, '2020-06-17 10:31:31', '2020-06-17 10:31:31', '2021-06-17 10:31:31'), ('66e7c4ceed703ad476dfc05c03f322fda4306ab5bbf23084652c160b45cea0546bba687f4acb49b3', 7, 1, '7', '[]', 0, '2020-05-31 03:59:24', '2020-05-31 03:59:24', '2021-05-31 03:59:24'), ('67fc704849d42360161151aeab2e84ce0560fe66198e10b63fd9377e234aae24d5c14803f6637aa7', 5, 1, '5', '[]', 0, '2020-05-22 07:25:58', '2020-05-22 07:25:58', '2021-05-22 07:25:58'), ('68045160f6a492a1145a8deeb082dc7d83076b9a8c7aa5e07432e6df378517b0b5b4e83b22a42432', 1, 1, 'account_id : 1', '[]', 0, '2020-06-15 08:41:16', '2020-06-15 08:41:16', '2021-06-15 08:41:16'), ('6806eef66e79e6aff7f8875370f242537470541b750f491a0742d013d8bc6045abd2e974c21a2fe7', 1, 1, '1', '[]', 0, '2020-06-15 08:17:37', '2020-06-15 08:17:37', '2021-06-15 08:17:37'), ('68291cc81e438c847c94be9e91b0fcdb531d3f53a404b430282595371be5afcb69ea3fa82a2d0c6e', 1, 1, '1', '[]', 0, '2020-06-18 08:53:05', '2020-06-18 08:53:05', '2021-06-18 08:53:05'), ('6856a6815167afe4e8a9c5b92db3ce243dbf57f7ed287a7c1e9306ee53b6b38f25351ae83ea5a8b4', 1, 1, '1', '[]', 0, '2020-05-22 07:17:51', '2020-05-22 07:17:51', '2021-05-22 07:17:51'), ('686f4d1ca66db94f27e555cc4e91b65f297a9ef9df8636aee5caa25d3010ef0781e0c3a5cab49d3b', 7, 1, '7', '[]', 0, '2020-06-11 14:49:13', '2020-06-11 14:49:13', '2021-06-11 14:49:13'), ('687c90d03e8bc7fb79e354d55e25533080a941219f370d03f56379c226d5118680f1ba45aa19dc52', 8, 1, '8', '[]', 0, '2020-06-03 09:59:18', '2020-06-03 09:59:18', '2021-06-03 09:59:18'), ('68964bbc357d1d2277f6f3cdb9da00a2fdd5ba53d9fbae15d398ad12cbda5be3fcaedaf33cc22805', 1, 1, '1', '[]', 0, '2020-06-09 08:08:35', '2020-06-09 08:08:35', '2021-06-09 08:08:35'), ('68b0ff1ad6351c32b16f2bfe77c8505df0f7e46273d7e8b670876e242d36fdc582c594b057e36f70', 1, 1, 'account_id : 1', '[]', 0, '2020-05-22 07:20:15', '2020-05-22 07:20:15', '2021-05-22 07:20:15'), ('696c88384d383de2d0e6edaf013560a83a41246d47da05801ad8995c9e1689469704918ad64c8e96', 15, 1, '15', '[]', 0, '2020-06-15 08:42:40', '2020-06-15 08:42:40', '2021-06-15 08:42:40'), ('6a90f64e447b16003eb810c6d8c8f6a72085eba01d661d34b10ff6ea3993c76de20892fd55ccdb66', 1, 1, 'account_id : 1', '[]', 0, '2020-05-22 09:33:20', '2020-05-22 09:33:20', '2021-05-22 09:33:20'), ('6acd71daf408c26d7df69ec8e73edfdf1fe3da0abc30ff01568e1f6f82da8a4b4f332aa233bda272', 7, 1, '7', '[]', 0, '2020-06-14 13:01:55', '2020-06-14 13:01:55', '2021-06-14 13:01:55'), ('6b13579f6e80eb2020b8b439c4cbda9b23abdebe206c57ea0fbcdd865209428300cbf52eb26e2ff5', 3, 1, '3', '[]', 0, '2020-05-22 05:46:10', '2020-05-22 05:46:10', '2021-05-22 05:46:10'), ('6b51d8ba97644a84f3be4bdbfc3d8af00203943a86408e19aa80f308d7f7cae5b4d36f50938370d2', 1, 1, '1', '[]', 0, '2020-06-14 12:42:50', '2020-06-14 12:42:50', '2021-06-14 12:42:50'), ('6b90695d2f984fad91a3326deb513311e1a53b087fccd24150de05fbfaa0596ee3f617f57e56a27a', 7, 1, '7', '[]', 0, '2020-06-11 15:03:18', '2020-06-11 15:03:18', '2021-06-11 15:03:18'), ('6c8a95f95c0ae59abbdfe125e85739335b957bb56822e5aea0795e21a678fcbc0d17106c420da3a9', 7, 1, 'account_id : 1', '[]', 0, '2020-05-24 06:19:51', '2020-05-24 06:19:51', '2021-05-24 06:19:51'), ('6d5cff9cbb6f0dfda5d1bcf41a182512afc8c2fcac4af4ebdcd5f355c420f9dbfbab8ede83ff2dc6', 7, 1, '7', '[]', 0, '2020-06-14 12:57:16', '2020-06-14 12:57:16', '2021-06-14 12:57:16'), ('6da2273bd32504fed51efd886066865f912ecc31ba21659ac292a9006e672cdcf3bd2e648637225d', 3, 1, '3', '[]', 0, '2020-06-14 08:17:25', '2020-06-14 08:17:25', '2021-06-14 08:17:25'), ('6e1ada960ae45725d2eb5d333a6bd13a4d7b16e8685c43107a4ac0d617df18230e990392814c04b8', 7, 1, '7', '[]', 0, '2020-06-08 06:21:07', '2020-06-08 06:21:07', '2021-06-08 06:21:07'), ('6f63bdac0823bc8c4cdfdf7914eb7ceef30e6a072ff495ef459470726596b73103574ff982761557', 7, 1, 'account_id : 1', '[]', 0, '2020-05-22 16:20:00', '2020-05-22 16:20:00', '2021-05-22 16:20:00'), ('6f89410145d507843b75007a32773c5bad09c226cd33eb187babcbd66eb7e92f534d8760601aa968', 7, 1, '7', '[]', 0, '2020-05-27 03:48:22', '2020-05-27 03:48:22', '2021-05-27 03:48:22'), ('6f978852aa4810c5c6d20feaaef01e023bd288050394929b2ac59d7ab3be79ef9a1d2a56550bd656', 10, 1, '10', '[]', 0, '2020-05-22 13:50:06', '2020-05-22 13:50:06', '2021-05-22 13:50:06'), ('6fccc3a76d0726307d2ea69d0ffd42d2da65ecd5197e4d108baf193a500f126a8878aefa8432669d', 1, 1, '1', '[]', 0, '2020-06-15 03:08:46', '2020-06-15 03:08:46', '2021-06-15 03:08:46'), ('6fe94616b08e2afde692065898b1f5f740326798d5547155a4482ea7738332747d12a76c5dc2c8b7', 7, 1, '7', '[]', 0, '2020-05-31 04:24:12', '2020-05-31 04:24:12', '2021-05-31 04:24:12'), ('6ffe423e3bc775359e0ada65f3cab3e1073c8ee2465f637c8debe4f454dd184584da7a7ac19bc6fd', 9, 1, '9', '[]', 0, '2020-06-14 12:48:41', '2020-06-14 12:48:41', '2021-06-14 12:48:41'), ('7026dbda212b19623792fa518ac6bd4fdc5be9de21ebb03b0cdbfa636bc85b06f80335a534ed9b89', 7, 1, 'account_id : 1', '[]', 0, '2020-06-02 08:34:16', '2020-06-02 08:34:16', '2021-06-02 08:34:16'), ('702e090ccc25a28058463b52ce3f949b61f6d654280fe58ec19477297c65dee24fa8aa111908b2bb', 7, 1, '7', '[]', 0, '2020-06-08 12:50:19', '2020-06-08 12:50:19', '2021-06-08 12:50:19'), ('705e82cc47ac439170db3befda072d0de0308408d8caeea8cbfa43b55bb6cb1ed91e4de15207a1bf', 13, 1, 'account_id : 1', '[]', 0, '2020-06-15 14:30:29', '2020-06-15 14:30:29', '2021-06-15 14:30:29'), ('70a2a376c93dc8ef78c0d00a4047455bad8b265e57ed9d5e79e904329e04a9fa58526332709680c1', 15, 1, '15', '[]', 0, '2020-06-15 14:31:51', '2020-06-15 14:31:51', '2021-06-15 14:31:51'), ('70dccc301b436cbac3e448304d1332deb48039ac2b6468e488165f9d2adb48e6c9c091644f98b4cd', 8, 1, '8', '[]', 0, '2020-05-23 07:59:28', '2020-05-23 07:59:28', '2021-05-23 07:59:28'), ('70e9fe499de050d11fde620498c1c2d624e1053d1b7ded0a94ee276fa5f43d65c90359ad8a1d914f', 7, 1, '7', '[]', 0, '2020-05-29 04:40:47', '2020-05-29 04:40:47', '2021-05-29 04:40:47'), ('70ed7e681d96dc36baa6ba4462af1c075692b16af0b1b6374ce149d8498c56f15788b13a3c186c64', 1, 1, '1', '[]', 0, '2020-05-22 07:20:14', '2020-05-22 07:20:14', '2021-05-22 07:20:14'), ('7125dcdc42e8a3fa88d717eb0237efa316bdcd68dbfe9ecdf5b4885facb60c35cf67916c817e2f62', 7, 1, '7', '[]', 0, '2020-06-17 14:17:07', '2020-06-17 14:17:07', '2021-06-17 14:17:07'), ('716633af0b70bb0606e97a878a7ce311378703b0376c4093a053c1dadf56dd19c83b01f97ad2f4d3', 1, 1, 'account_id : 1', '[]', 0, '2020-06-07 08:15:43', '2020-06-07 08:15:43', '2021-06-07 08:15:43'), ('71750c836e05317583351a1f90fde79e37e33cf017db0cf111ee289549a54cf6a0b79f9ec3f441c2', 7, 1, '7', '[]', 0, '2020-06-15 14:23:13', '2020-06-15 14:23:13', '2021-06-15 14:23:13'), ('718bce703dfb1c344b6d1aa51fe9010e23a4878e3797cfc6d183ff5a08767978c35e1702cf968653', 1, 1, '1', '[]', 0, '2020-06-10 09:32:09', '2020-06-10 09:32:09', '2021-06-10 09:32:09'), ('72a66a17688582fa5b396abdd5980137814873aa70a5337987d628bba987eacc3a3691b99fd5f31e', 7, 1, '7', '[]', 0, '2020-06-17 05:20:04', '2020-06-17 05:20:04', '2021-06-17 05:20:04'), ('72d425f01e38ef8072c0dac1b429096bd384479145a4348fdf7600a4d14abdff958daf0d35edeff1', 7, 1, '7', '[]', 0, '2020-06-14 12:57:16', '2020-06-14 12:57:16', '2021-06-14 12:57:16'), ('73407e8d4a8b75c3b1e1359fd0e5f738db23046669f88728c9ddcf0641a566ecb53355670d67a4b6', 10, 1, 'account_id : 1', '[]', 0, '2020-06-14 04:51:15', '2020-06-14 04:51:15', '2021-06-14 04:51:15'), ('7365b7956f2f690fbb94c1ca6049eb01062c3e20871ba6b595b151c883b62e5f74545527eb075e98', 2, 1, '2', '[]', 0, '2020-05-22 07:19:59', '2020-05-22 07:19:59', '2021-05-22 07:19:59'), ('73ce7906eb28b6a660bd0b2390f8e8488eafead2aea2ef57e71ca5053cc066f7da1db46a69dcb076', 1, 1, 'account_id : 1', '[]', 0, '2020-06-18 08:53:05', '2020-06-18 08:53:05', '2021-06-18 08:53:05'), ('7456ecb4f07e0002890cd6d56cc59bc93cd3a44bd0c0fd0b445174e8c085fb568917c3b7e002eff9', 1, 1, '1', '[]', 0, '2020-05-22 06:10:36', '2020-05-22 06:10:36', '2021-05-22 06:10:36'), ('7473e1dac92c65ad393f78acfc9fd2d0a23a00da237f39138a4c25966c34fd21e5325704ed872a52', 12, 1, '12', '[]', 0, '2020-06-15 11:55:25', '2020-06-15 11:55:25', '2021-06-15 11:55:25'), ('74f92aa720408237f551e090e00d06b0393c31aac8fb9baa246dd1529b241bbe4a783493624c9f4c', 7, 1, '7', '[]', 0, '2020-06-07 15:53:36', '2020-06-07 15:53:36', '2021-06-07 15:53:36'), ('75058d94f55dcdb139230095b1b6ef0f872c4ab3147acac205f01628e015bf5bbd913b5c5219c603', 7, 1, 'account_id : 1', '[]', 0, '2020-05-23 07:57:00', '2020-05-23 07:57:00', '2021-05-23 07:57:00'), ('762c55c9f0ccdb029a4a9cdc4d9cfa7adff5c907e4fe2cf7e674e4e7e97468a4f16d580741c71a81', 3, 1, 'account_id : 1', '[]', 0, '2020-06-14 08:17:25', '2020-06-14 08:17:25', '2021-06-14 08:17:25'), ('766b5ca7bbff0239082c0b34973ab1efdb6cc478db7ddb5c07ebd723fffd57655cdb5d0e97e181cb', 5, 1, '5', '[]', 0, '2020-05-22 12:22:40', '2020-05-22 12:22:40', '2021-05-22 12:22:40'), ('767c447358fb9ac6296b28322c10893bfbfd14dd5ff1fc31fcbd8cec8b52cb0dedb25257c34dc938', 14, 1, 'account_id : 1', '[]', 0, '2020-06-15 03:45:57', '2020-06-15 03:45:57', '2021-06-15 03:45:57'), ('76a5df80355b186b12b4af46a9270130f7293ed8f12b475de03baa18fc5b610d030adeaf744ada56', 8, 1, '8', '[]', 0, '2020-06-21 05:34:35', '2020-06-21 05:34:35', '2021-06-21 05:34:35'), ('775e46b613f660f3f76cfa02b8f3927c17222015f7085a9affbf65ace046e5182588cecd745dad83', 3, 1, '3', '[]', 0, '2020-06-14 12:42:16', '2020-06-14 12:42:16', '2021-06-14 12:42:16'), ('77d34ff5199d6a9ebe1f7990c39ca6278df39f75cda13a521175009ffe010d318ca84be68542babc', 7, 1, 'account_id : 1', '[]', 0, '2020-06-18 08:39:26', '2020-06-18 08:39:26', '2021-06-18 08:39:26'), ('78cf63d46d449af015217e5358a1899898156d55bf79f777c0450dc66266382cb6b97c9990ed25bc', 5, 1, '5', '[]', 0, '2020-05-22 09:31:17', '2020-05-22 09:31:17', '2021-05-22 09:31:17'), ('78d4628a882f57f7531c0385b67d47e34ccf5641b5a6c1c15a53bbb3be6ae73f3e7e0a1bc9a05896', 7, 1, 'account_id : 1', '[]', 0, '2020-06-06 16:24:51', '2020-06-06 16:24:51', '2021-06-06 16:24:51'), ('78f7690590691d29b4c72712274eb8bd4e3f4788a8487f45a362e83c335326af1f513c257b53689f', 7, 1, '7', '[]', 0, '2020-06-15 06:59:44', '2020-06-15 06:59:44', '2021-06-15 06:59:44'), ('7912aa32bb006479427981be66e61c80a82df193283c155ab960eb7c43644cdff5b993647facf488', 8, 1, 'account_id : 1', '[]', 0, '2020-05-22 09:39:37', '2020-05-22 09:39:37', '2021-05-22 09:39:37'), ('79a7125cc20aa55c5cf32b09a1c83addce8f5e1e1ddbe7dc46d650cbd9f5334679025f60a223389d', 1, 1, 'account_id : 1', '[]', 0, '2020-06-11 14:53:08', '2020-06-11 14:53:08', '2021-06-11 14:53:08'), ('7b1785659af9e800834825bf7cce85882368bea9399a199979244ba61ef3332a9b4e48024c3206e6', 7, 1, '7', '[]', 0, '2020-06-02 02:34:29', '2020-06-02 02:34:29', '2021-06-02 02:34:29'), ('7b2ef12fefe51274b40238b9860bc2eba7089222f2deeb03ef26a335c266b1eeca86d74efe45348f', 8, 1, '8', '[]', 0, '2020-05-22 13:07:16', '2020-05-22 13:07:16', '2021-05-22 13:07:16'), ('7b42970400c480ac70157041e938d2d30777ec4aa742375444f3ee6bf32b9b66a12afa7971a67c43', 7, 1, '7', '[]', 0, '2020-05-29 11:26:42', '2020-05-29 11:26:42', '2021-05-29 11:26:42'), ('7b5c3b71e01bc5be2ea2e4c52849de52a6265ddb57a1b7ca55e24cc482efdc860336b624ec19e3e1', 1, 1, '1', '[]', 0, '2020-06-15 14:36:56', '2020-06-15 14:36:56', '2021-06-15 14:36:56'), ('7c1690d823b07fb7aa053ca93d674feaf4c73845f2325be0f4ce8007f0fa719d773ef702df19463d', 7, 1, '7', '[]', 0, '2020-06-14 04:44:10', '2020-06-14 04:44:10', '2021-06-14 04:44:10'), ('7c8ee06dcefe97f5a5613c1dd424677ad450fa7993a30a63dcc96067abfe8e5746792d1a1ad51c6a', 7, 1, 'account_id : 1', '[]', 0, '2020-05-22 12:26:09', '2020-05-22 12:26:09', '2021-05-22 12:26:09'), ('7cf01e4c521da5600338b17167d85621507eabf62b778b1a0e5a12b3b6b7090e1f389b1910246737', 7, 1, '7', '[]', 0, '2020-05-31 03:59:24', '2020-05-31 03:59:24', '2021-05-31 03:59:24'), ('7d2fd5f107a1dd3cc86643e3429c9638768f8a4802c5de5c7c859cafa610742527054fcd7b8cd1ce', 7, 1, '7', '[]', 0, '2020-06-17 14:17:07', '2020-06-17 14:17:07', '2021-06-17 14:17:07'), ('7d539af5453a916ce62a2a424a4da06de1811b54abf7813993a795e3a16e1c92947bde9b1d336f6f', 13, 1, '13', '[]', 0, '2020-06-15 14:30:28', '2020-06-15 14:30:28', '2021-06-15 14:30:28'), ('7d5491893af574cfecc04146989320c47cba5d09c1147f1866718fadf9e4e1a1b72541dbc7de19c1', 7, 1, '7', '[]', 0, '2020-06-21 05:18:22', '2020-06-21 05:18:22', '2021-06-21 05:18:22'); INSERT INTO `oauth_access_tokens` (`id`, `user_id`, `client_id`, `name`, `scopes`, `revoked`, `created_at`, `updated_at`, `expires_at`) VALUES ('7d86f3f1f65a3e793ddcada3a653002b438e59b63274add1781f9816da59ed084ba427508974e5c5', 1, 1, 'account_id : 1', '[]', 0, '2020-06-21 05:31:48', '2020-06-21 05:31:48', '2021-06-21 05:31:48'), ('7ddb9aed95f3ad92c75f7bb66316a76b3637a7d1fa04736b59da1e343b915c52edc01281088b7720', 7, 1, '7', '[]', 0, '2020-06-22 06:01:38', '2020-06-22 06:01:38', '2021-06-22 06:01:38'), ('7e7e36ea72aa0b8e896ef1492f39607155f7f3a8e4a1292c5be57232982b0331b235bbe5c31815e4', 7, 1, 'account_id : 1', '[]', 0, '2020-06-05 16:39:04', '2020-06-05 16:39:04', '2021-06-05 16:39:04'), ('7ebecd5099f378893818a9f88d7ce381a2b891942e8112dd95a3bb102f55e404f5e64cc9c6ca44a5', 5, 1, '5', '[]', 0, '2020-05-22 07:25:58', '2020-05-22 07:25:58', '2021-05-22 07:25:58'), ('7f60705f12eeee1ebc81f8c0a07db6736c3faceace2e63879c5fc935640b1eb2c7271e66187ada5a', 1, 1, '1', '[]', 0, '2020-06-07 08:15:42', '2020-06-07 08:15:42', '2021-06-07 08:15:42'), ('80b278c24c161ae273ccaa0d18d5fa4ad889b81efefe899e59183b2e1a42767dce521d48fec33a70', 7, 1, '7', '[]', 0, '2020-05-22 07:56:12', '2020-05-22 07:56:12', '2021-05-22 07:56:12'), ('8116bd47257b533c5e11691fe4a4fc0a472e8e1f55083c938522f1b391be77e4e65f8b386cd49316', 10, 1, '10', '[]', 0, '2020-06-14 12:43:16', '2020-06-14 12:43:16', '2021-06-14 12:43:16'), ('8136149ed6d1460de0f9ad5942ae0a22129a8ef5eeebef22fb55dc34ab8279557e4d178be76b97bc', 9, 1, '9', '[]', 0, '2020-06-14 12:48:41', '2020-06-14 12:48:41', '2021-06-14 12:48:41'), ('8137b3228a370f236903a158923762429642441de0410fc794c635de0c7723aa6740951a608db8a3', 7, 1, '7', '[]', 0, '2020-05-22 13:15:02', '2020-05-22 13:15:02', '2021-05-22 13:15:02'), ('8169744f152275a9c6c06f3c0f196f6552891cb1b9734ff2367bda8d81f580ee55f44abc729ea734', 1, 1, 'account_id : 1', '[]', 0, '2020-06-11 14:46:27', '2020-06-11 14:46:27', '2021-06-11 14:46:27'), ('81f73fa506191bf2f52cc491d14af9335d35b383b5c06c3e8817337d9ba29ed5b5bd63597b8fca9e', 14, 1, 'account_id : 1', '[]', 0, '2020-06-21 05:35:25', '2020-06-21 05:35:25', '2021-06-21 05:35:25'), ('821fe26a2f2c17357d7d37193db72190b5525993386e5d1addc8683d5e3b683d1fae1e41c17128d0', 7, 1, 'account_id : 1', '[]', 0, '2020-05-24 03:21:27', '2020-05-24 03:21:27', '2021-05-24 03:21:27'), ('82504b2666d4731aa104e5ceb6c9fec6c0db038efc8028ee881855dc57f6a780952947ad7b7cefe7', 7, 1, '7', '[]', 0, '2020-06-15 14:23:13', '2020-06-15 14:23:13', '2021-06-15 14:23:13'), ('82d6e56318c33b3377ec7974cf929c4243642c814dfb9bf97e685f6c9bd179e449d5314894391b8a', 3, 1, '3', '[]', 0, '2020-06-09 08:16:12', '2020-06-09 08:16:12', '2021-06-09 08:16:12'), ('83497b4d14692d6689ec03c76c14f07ee88658cec8ea2d3f3a214638d53cffab60a60c56c411f599', 8, 1, '8', '[]', 0, '2020-06-09 08:07:30', '2020-06-09 08:07:30', '2021-06-09 08:07:30'), ('836c37da34cda5136f775ec4db86eca80b723abaefa75a21fc37d544ac76b192de75fa2b9c57ab4e', 7, 1, '7', '[]', 0, '2020-05-25 10:53:13', '2020-05-25 10:53:13', '2021-05-25 10:53:13'), ('83b91b901f85398394ba75c82ce4a5111cc373c0fd266cd64ca4afe8b7d9ea701c0d9b4c19a67e1f', 7, 1, '7', '[]', 0, '2020-05-27 15:08:29', '2020-05-27 15:08:29', '2021-05-27 15:08:29'), ('8404975d7bed59ec3d5a9a396a63bee867935ce6520e30428e5280efc9ff90d3dd86e38a31122c15', 2, 1, 'account_id : 1', '[]', 0, '2020-05-22 07:20:00', '2020-05-22 07:20:00', '2021-05-22 07:20:00'), ('84bbb71720a3028d3f54037ffe0d15218820dc72d70436c44bfb7cee48c7450a2ee833e08a972f5d', 7, 1, '7', '[]', 0, '2020-05-22 16:19:58', '2020-05-22 16:19:58', '2021-05-22 16:19:58'), ('860fb8adb8dceafa2a5c4585bf115e4ed03aeeeb1d8c6a0d296b7a186590edfebe8d9e64e4572011', 1, 1, '1', '[]', 0, '2020-06-09 08:08:35', '2020-06-09 08:08:35', '2021-06-09 08:08:35'), ('881d12bb578cbd406d633b43f4f2934be13843d3e6786f336cf392dab58dc51de9006ceb54abf116', 7, 1, '7', '[]', 0, '2020-06-14 04:56:58', '2020-06-14 04:56:58', '2021-06-14 04:56:58'), ('88e3d03fa06b427f520378a318df43b8e029d4d982ed0927ef137bbfe624998d0ab1259b37193403', 7, 1, 'account_id : 1', '[]', 0, '2020-06-03 09:51:48', '2020-06-03 09:51:48', '2021-06-03 09:51:48'), ('89617bcc7f7c5cc854db9ba4a9634682306ae2c9e5007250c45e3209fe3c760017eef0f4da8b74df', 8, 1, '8', '[]', 0, '2020-05-22 09:39:36', '2020-05-22 09:39:36', '2021-05-22 09:39:36'), ('899fab1065349c6dc4843b4986bc1b05914201d3d2fa3da11386b474e07d8db502e93271e2e8741b', 7, 1, 'account_id : 1', '[]', 0, '2020-05-29 04:40:47', '2020-05-29 04:40:47', '2021-05-29 04:40:47'), ('89aca82ca93faf4b08cc50a20974af9b233543ec49d3197959bf56deece121c5d99520ec0562173f', 8, 1, '8', '[]', 0, '2020-05-22 09:39:36', '2020-05-22 09:39:36', '2021-05-22 09:39:36'), ('89e52be88664bb63689d757cc51304102772324a7b2408267cbabf13971514e60f0534cd0f65950a', 7, 1, '7', '[]', 0, '2020-05-25 05:54:04', '2020-05-25 05:54:04', '2021-05-25 05:54:04'), ('89ee63866b1c94ec3f46d0dbec1c763bd9579260d69edad00921fd53b0eb8eb8343d4fb3e658d1ee', 7, 1, '7', '[]', 0, '2020-06-18 08:39:26', '2020-06-18 08:39:26', '2021-06-18 08:39:26'), ('8bae2c06a36193ba387b7e56aa65952fae0127a596b86dd85bc3ba56dcba99d2818ecb2ac3356794', 7, 1, 'account_id : 1', '[]', 0, '2020-06-14 12:57:17', '2020-06-14 12:57:17', '2021-06-14 12:57:17'), ('8be5874dc5e30989e300c95401a1b7f9b30e012a1b2dc17ebe937bbd4017f8bf4126fe320d420aee', 2, 1, '2', '[]', 0, '2020-05-22 07:23:05', '2020-05-22 07:23:05', '2021-05-22 07:23:05'), ('8c742a453ea8c601a1b81032cdcb1592f115eee3fea73e39184a532a5d6722ec5ba093a546522db2', 1, 1, '1', '[]', 0, '2020-06-21 05:31:48', '2020-06-21 05:31:48', '2021-06-21 05:31:48'), ('8d2a104dc734a3d2655ee3da04dcabb82d9e8e0d0f9239eb66d4d97f922567b1d320186549e971f9', 1, 1, 'account_id : 1', '[]', 0, '2020-05-22 09:31:43', '2020-05-22 09:31:43', '2021-05-22 09:31:43'), ('8e5be6624c0e0ecfa28a8ce8be32366bafef455d1141e3fae6c90631b236abac933adb542b4964cf', 9, 1, '9', '[]', 0, '2020-06-21 05:18:56', '2020-06-21 05:18:56', '2021-06-21 05:18:56'), ('8ebf3748e8b2b1c6d279606cce85abfc6643e0bb37a9584d6e7fab03f5e77ea94548a5076b54687d', 1, 1, 'account_id : 1', '[]', 0, '2020-06-09 08:19:11', '2020-06-09 08:19:11', '2021-06-09 08:19:11'), ('8ef14bf00a91d1707b2c9700f0dbafae431daa827eeacbb3f5d70ac05d9d4c34921c369db2c56ab9', 7, 1, 'account_id : 1', '[]', 0, '2020-05-31 04:24:14', '2020-05-31 04:24:14', '2021-05-31 04:24:14'), ('905f33b0b3a14fdeb78ab403ea38faaca69213785f67642adeec1311f408a541429a264312182e0c', 7, 1, '7', '[]', 0, '2020-06-01 03:32:12', '2020-06-01 03:32:12', '2021-06-01 03:32:12'), ('91c1f1fc2da344546500b7f5ece45a204af7d719755df1ef3aef4db4919ef18b8877b5240c6750ca', 7, 1, '7', '[]', 0, '2020-06-04 07:56:49', '2020-06-04 07:56:49', '2021-06-04 07:56:49'), ('91f463a75d02d64773b3758c1ef5b21ae2eee1456fff90ce7deceaccc1da9bf91a20abd60785be7d', 7, 1, 'account_id : 1', '[]', 0, '2020-05-30 11:36:53', '2020-05-30 11:36:53', '2021-05-30 11:36:53'), ('91f85197ba912309a27af90b11bde37d521373138258178480cd20edf0b91ca76457b6f9325a8d96', 7, 1, 'account_id : 1', '[]', 0, '2020-06-07 08:18:50', '2020-06-07 08:18:50', '2021-06-07 08:18:50'), ('92688d488a5fdc4a2ffd122a4c731a72419bca0d41eeec09721044b5236c69b5c800b34813e90e99', 7, 1, '7', '[]', 0, '2020-06-22 05:46:10', '2020-06-22 05:46:10', '2021-06-22 05:46:10'), ('92c851c457d19a805fbf1b8f76bba3675df562b8b3026724ac99bafe9829dcd05171b6a6e1eabc84', 7, 1, '7', '[]', 0, '2020-06-05 03:30:38', '2020-06-05 03:30:38', '2021-06-05 03:30:38'), ('930d24c1ddaf8ceb9167e5aa82fe5d0f0da5aab5f57a21f168250a1da4453b72345179d3a81234a2', 7, 1, '7', '[]', 0, '2020-06-03 09:51:48', '2020-06-03 09:51:48', '2021-06-03 09:51:48'), ('93bdf62a6b7a6fcece72fed5430befb8be0fd94100ab874194fa509797a5c1e5cc7622e4597f7a88', 7, 1, '7', '[]', 0, '2020-06-15 14:36:24', '2020-06-15 14:36:24', '2021-06-15 14:36:24'), ('9449f7d3f09bc7093937e4a3da9fa102f57190d8366346e11877dbe4ac8d1998ce072d4212375da6', 7, 1, '7', '[]', 0, '2020-06-03 03:08:21', '2020-06-03 03:08:21', '2021-06-03 03:08:21'), ('946e7012b94bca9357ea79055fddfd3435d190fd6b274cdbe68b490151f2078741c551d32bf55a83', 1, 1, '1', '[]', 0, '2020-05-22 09:31:42', '2020-05-22 09:31:42', '2021-05-22 09:31:42'), ('948df11b24de59cf062ba897411c8dedd2d1a67a22d9f1c750f89fe3db28d48a35da1f089f4e237c', 7, 1, 'account_id : 1', '[]', 0, '2020-05-27 13:54:05', '2020-05-27 13:54:05', '2021-05-27 13:54:05'), ('9495206df195d5b79b92a0b493e1f70837dd9e4e77ec866be0a23d6d15e3f5756a121ced198a09da', 7, 1, '7', '[]', 0, '2020-06-05 09:51:28', '2020-06-05 09:51:28', '2021-06-05 09:51:28'), ('955e2fbe91fe27332c2ead7c919bfcd30ee57dc10abefe6de1e7477829b04576b1a9934b2f73189d', 14, 1, 'account_id : 1', '[]', 0, '2020-06-15 08:21:53', '2020-06-15 08:21:53', '2021-06-15 08:21:53'), ('9573d096c5adc2f34843a836edafae3b8cf62684ba66cc487c5e8ca01c713453727f3399490febb6', 7, 1, '7', '[]', 0, '2020-05-22 13:05:55', '2020-05-22 13:05:55', '2021-05-22 13:05:55'), ('957a62300f7c29e3579eaa1726c476300d36d73b4a91fefc1a23db8749c67e6235b99f7942dea5d7', 7, 1, 'account_id : 1', '[]', 0, '2020-06-21 05:25:44', '2020-06-21 05:25:44', '2021-06-21 05:25:44'), ('95d97b68a020c438244929b9b9a3a19d0e48df79cb605cfe08351d640005d3d9de1df96dcf2cdb5a', 1, 1, '1', '[]', 0, '2020-06-14 04:53:10', '2020-06-14 04:53:10', '2021-06-14 04:53:10'), ('961fcd24cf3fb200fd3552d8cb12297167a165c822453e5b873fd93192b755d83bc49ac611e74efd', 14, 1, '14', '[]', 0, '2020-06-15 03:45:56', '2020-06-15 03:45:56', '2021-06-15 03:45:56'), ('9663dad4eeb4ce3b77297b7018401e92a654df777c717dc284a37415b8195678c336f925443a48f5', 13, 1, '13', '[]', 0, '2020-06-11 14:55:10', '2020-06-11 14:55:10', '2021-06-11 14:55:10'), ('9701d2658c835d0429270915d51e99dd3c9f56c246eb6cf10ca0abc036281120633591e4e9f1ee29', 7, 1, '7', '[]', 0, '2020-05-22 12:26:08', '2020-05-22 12:26:08', '2021-05-22 12:26:08'), ('977451be37f574ae714dd6223a9f17fbd0b7d94c387ac618900af3031d979d955c6a32ff9b7da73a', 7, 1, '7', '[]', 0, '2020-05-27 10:11:10', '2020-05-27 10:11:10', '2021-05-27 10:11:10'), ('9829491046364b91ccda9ea97adbfac6deffe5982ece3fea9cf4e629524366a323bd3fb8942a6ec9', 7, 1, '7', '[]', 0, '2020-05-22 13:05:55', '2020-05-22 13:05:55', '2021-05-22 13:05:55'), ('98296d1d949cd585baab2ac1acdc0b265db5d5b5cf8a468cbe0cef497079472428ab40c5906ab164', 7, 1, 'account_id : 1', '[]', 0, '2020-06-18 12:25:48', '2020-06-18 12:25:48', '2021-06-18 12:25:48'), ('98e0657cd8bcdb3cdcb0d4ad597ccf78363805771b8399f823339301c3dff44641ed9fd6f99a7752', 7, 1, '7', '[]', 0, '2020-06-01 04:43:15', '2020-06-01 04:43:15', '2021-06-01 04:43:15'), ('98f1819c5c00993828fc6d6f20779c0f9751b9a76953585aac786d8811b3e6b8101ad827a5a34ba9', 7, 1, 'account_id : 1', '[]', 0, '2020-06-22 05:46:11', '2020-06-22 05:46:11', '2021-06-22 05:46:11'), ('991d9b5aa26677be766ca00e125b4d1a2c2561feb00475696440e75f52eba20bcb56c90d91ace744', 1, 1, '1', '[]', 0, '2020-05-22 07:17:51', '2020-05-22 07:17:51', '2021-05-22 07:17:51'), ('9a06bd6ac5245a1f41b939090cb4d7e75f8b7b43593cb2bec93e5f1386588b3b7692116c910992d2', 1, 1, '1', '[]', 0, '2020-06-10 09:22:45', '2020-06-10 09:22:45', '2021-06-10 09:22:45'), ('9a84cfacb38847c107f5eea95258e78834f01574446dcf83626b6821f92ebd99e3052b76a82a6cf6', 9, 1, 'account_id : 1', '[]', 0, '2020-06-21 05:18:57', '2020-06-21 05:18:57', '2021-06-21 05:18:57'), ('9a9fbbe033b249440b5b6bb123cbbe664319247a74a68480e297645ec531ac614d68df067e5091fa', 1, 1, '1', '[]', 0, '2020-05-22 06:34:29', '2020-05-22 06:34:29', '2021-05-22 06:34:29'), ('9affc2d5578156418b7c6f9e6dc8fe9168df0b331b95fefaa2fdae8b5917508d57f61951f20edf1b', 10, 1, '10', '[]', 0, '2020-06-18 12:22:07', '2020-06-18 12:22:07', '2021-06-18 12:22:07'), ('9b4d572d2003176addd9bf2882b428bb9d164ab1ebe8868559482dd2d3b39bd4ae3ef3cbc27f899c', 1, 1, 'account_id : 1', '[]', 0, '2020-06-15 14:44:47', '2020-06-15 14:44:47', '2021-06-15 14:44:47'), ('9b95624777595913397dbfd437e422c21a577a60c1aebd773b5452f8da1c3aa2952afa5f9f74c398', 1, 1, '1', '[]', 0, '2020-06-11 14:53:07', '2020-06-11 14:53:07', '2021-06-11 14:53:07'), ('9bce39869946bffd83029dee93b9affd7f6dd83ced297a043784d9a9bcc73232b4ce2ddb7885c9e8', 7, 1, '7', '[]', 0, '2020-05-28 07:14:05', '2020-05-28 07:14:05', '2021-05-28 07:14:05'), ('9c265fe8164d27c49268513d3706ae344cbdb7a7bea47ef9c3a4d332bfeb5763f5eb4c4efa492da7', 7, 1, '7', '[]', 0, '2020-05-22 16:53:55', '2020-05-22 16:53:55', '2021-05-22 16:53:55'), ('9c7e6d270fd180bee60823d391df80221ea72febad710571ef28f5a422f89618995618397554f138', 7, 1, 'account_id : 1', '[]', 0, '2020-06-14 13:01:56', '2020-06-14 13:01:56', '2021-06-14 13:01:56'), ('9cbcbe85bdeefce941bf1d513d4587f4a1f57ae30f1eb83e797fac913cd47fb0583fdc966ce3cf28', 7, 1, 'account_id : 1', '[]', 0, '2020-06-14 04:44:11', '2020-06-14 04:44:11', '2021-06-14 04:44:11'), ('9e3194cb738bab9657740ce867dc963c0e4262e724a5e534c59f50f4eeed18747ae6636ada6e3d00', 7, 1, '7', '[]', 0, '2020-05-24 09:26:59', '2020-05-24 09:26:59', '2021-05-24 09:26:59'), ('9e4957f433a469308db55defa159533bbdd5f21936f483e2d77024b894c6d7666846d01036f2837b', 7, 1, '7', '[]', 0, '2020-06-05 15:35:37', '2020-06-05 15:35:37', '2021-06-05 15:35:37'), ('9eaa0866b6c1942c1ec3ef8e39a8431fdea9126ed46c4116a5a7d7a28541e1cefa085fdc02166413', 3, 1, 'account_id : 1', '[]', 0, '2020-06-09 08:16:12', '2020-06-09 08:16:12', '2021-06-09 08:16:12'), ('9eb2d4285c9a026858f3b33a13dcf9d356f0f7f9df35b3986db0970798ed9e4e3bc7a5998f2f0ad0', 3, 1, '3', '[]', 0, '2020-06-09 08:14:42', '2020-06-09 08:14:42', '2021-06-09 08:14:42'), ('9ece4181d55d0ebe8779f45901513024854d0ec2ef6312aeea7060a5e15ff211e815ab00588a38d6', 7, 1, '7', '[]', 0, '2020-06-01 08:20:01', '2020-06-01 08:20:01', '2021-06-01 08:20:01'), ('9f2c7d0c20dc0d378c5145fca2de087100bb9352b0de6d37f2da69e3a2f5cecb3fc1ccefd1fb886e', 8, 1, 'account_id : 1', '[]', 0, '2020-05-28 10:15:50', '2020-05-28 10:15:50', '2021-05-28 10:15:50'), ('9f7afac8c693fd1a89cb276230b441c556542946582a338862f3ee430756debc1674783ef7bbd71d', 7, 1, '7', '[]', 0, '2020-06-17 05:20:04', '2020-06-17 05:20:04', '2021-06-17 05:20:04'), ('a00c0576a52df9e0bb120e812a8bf715fafc0a4b03a701626d113ddf37097b5a397f4a707941d380', 7, 1, '7', '[]', 0, '2020-05-22 13:17:02', '2020-05-22 13:17:02', '2021-05-22 13:17:02'), ('a0b1b567c359f4a740fd60c627f119d475208ac6e8d78039d8b72f5a0ddf6f854b99f053d9b9e20c', 7, 1, '7', '[]', 0, '2020-06-15 08:30:58', '2020-06-15 08:30:58', '2021-06-15 08:30:58'), ('a0dcfbebb023192afd737fcd2417662d8725ddda63453ae2b6ce000fdbe4c0a8b21464591c3e361d', 7, 1, '7', '[]', 0, '2020-06-05 03:30:38', '2020-06-05 03:30:38', '2021-06-05 03:30:38'), ('a0f0f5b3d64e646377d49e4d96569071d262e0bf5769ddb7674e549aa5b4d48f96bb5eb2b1ca1ea0', 7, 1, '7', '[]', 0, '2020-06-10 04:24:08', '2020-06-10 04:24:08', '2021-06-10 04:24:08'), ('a105d7efa2e60407e186becb7666c8a811d592243d3ccb3e197528aba31b443d036c37c62783d534', 1, 1, 'account_id : 1', '[]', 0, '2020-06-17 06:22:02', '2020-06-17 06:22:02', '2021-06-17 06:22:02'), ('a11614f67fd9591eb2837be09b8bd41d245cc30174ee42961109ad0e13d81d064596b44c83212c11', 9, 1, '9', '[]', 0, '2020-06-21 05:18:56', '2020-06-21 05:18:56', '2021-06-21 05:18:56'), ('a13425e876bd41b344813bfb74fe6ea9bd692e796121c1b61419ab9038a73c99c922bfb32f072279', 7, 1, 'account_id : 1', '[]', 0, '2020-06-17 14:17:08', '2020-06-17 14:17:08', '2021-06-17 14:17:08'), ('a14d0fc356bb9c6b8b022f267ebc3ad5b351bb4a3efaf86d7bdc13d20d8ef3f1e319fd0ed8118675', 1, 1, '1', '[]', 0, '2020-06-23 06:52:19', '2020-06-23 06:52:19', '2021-06-23 06:52:19'), ('a14fecee10e66e6a90890edac6a4df679593ef7dd5738f66fb75d24546f0309d353669ed95d69e2f', 1, 1, '1', '[]', 0, '2020-06-15 06:49:32', '2020-06-15 06:49:32', '2021-06-15 06:49:32'), ('a1a3220b4f7b3591140d19cb8bedf82c39d8186348a7c5fd62d26cbc4a750e27d061b5db187d0d71', 7, 1, '7', '[]', 0, '2020-06-18 09:07:58', '2020-06-18 09:07:58', '2021-06-18 09:07:58'), ('a1d452d2a78ed59bee4f34e5a31a705e78f7ee7b982959c52486faa317fa3f927064396be0aa73d3', 1, 1, '1', '[]', 0, '2020-05-22 07:23:49', '2020-05-22 07:23:49', '2021-05-22 07:23:49'), ('a1fdc631d6590ad8ddd5be964b17bc6a6aa43bf9249b3240e496607d298f88cdd0d186873de0da1c', 7, 1, 'account_id : 1', '[]', 0, '2020-06-05 15:35:38', '2020-06-05 15:35:38', '2021-06-05 15:35:38'), ('a47d11ae7324196ddd422f171b89490b29342e469144899fc47a2e1f918e285deb8661498c480c04', 8, 1, '8', '[]', 0, '2020-06-17 05:21:23', '2020-06-17 05:21:23', '2021-06-17 05:21:23'), ('a4d4f58773d7056c525462a90931c9b17ad2f6c55cce6da5f307dd0b3fa92135a098488cc2e2c5ae', 7, 1, '7', '[]', 0, '2020-05-27 13:54:04', '2020-05-27 13:54:04', '2021-05-27 13:54:04'), ('a5c93de0c71051598c672d7d47cfa46c6dcce745afe48ff9295cba8fc1b73cd0c00a48f3f56b84cf', 1, 1, 'account_id : 1', '[]', 0, '2020-06-21 06:57:22', '2020-06-21 06:57:22', '2021-06-21 06:57:22'), ('a5ea5b2efe1db1d58710caa2d59f030108877aa6066585293852073b9a712c1cfd16faf3148fd9b9', 14, 1, '14', '[]', 0, '2020-06-15 11:54:46', '2020-06-15 11:54:46', '2021-06-15 11:54:46'), ('a638de4ab0323e1bbbeb697beec5c6c806d330253bbcbd9263ceb174a805a1d3d5e0c376b2c11135', 10, 1, 'account_id : 1', '[]', 0, '2020-05-22 13:50:07', '2020-05-22 13:50:07', '2021-05-22 13:50:07'), ('a667234ea29a7c2971431ebe6d8aeb5272fa75c290d8f27a52a9543a5665061ea0eb062f36a5ce8b', 10, 1, '10', '[]', 0, '2020-06-11 14:47:17', '2020-06-11 14:47:17', '2021-06-11 14:47:17'), ('a745102c1d2b8bc68256d787445aa2016a0f66fee4d730602ccc246228c4f326893d4c80e46e12e2', 10, 1, 'account_id : 1', '[]', 0, '2020-06-18 12:26:01', '2020-06-18 12:26:01', '2021-06-18 12:26:01'), ('a7b857bd6e3037844d001ed22ebd11918ad432e866f11e96e6fc4196bfefa7e7abb9d03af5ed2c9e', 14, 1, '14', '[]', 0, '2020-06-15 08:21:52', '2020-06-15 08:21:52', '2021-06-15 08:21:52'), ('a81139a3b83dc9cc7f48c3f5dc61ffa280f51d647d5fc51c468028978e04d7553ae481d4eec1c68b', 7, 1, '7', '[]', 0, '2020-06-05 16:39:04', '2020-06-05 16:39:04', '2021-06-05 16:39:04'), ('a8121059048438bbbf7f50e38abdfea6e892f94c41416ef7aa552b79b85ee45503f700a203ea582d', 1, 1, 'account_id : 1', '[]', 0, '2020-06-10 09:22:45', '2020-06-10 09:22:45', '2021-06-10 09:22:45'), ('a86bd9f411c7c6fc4c9366840410c568878c2c76e4b705d8dab29bf7c552df93faa28d4c06fa571f', 1, 1, '1', '[]', 0, '2020-05-22 07:25:31', '2020-05-22 07:25:31', '2021-05-22 07:25:31'), ('a8dfbebd9ca84fd6cf678bfd0deac036f07a4f45731cc0812a8f6b26e01c0df3671769f303cfaa0d', 12, 1, 'account_id : 1', '[]', 0, '2020-06-14 13:00:30', '2020-06-14 13:00:30', '2021-06-14 13:00:30'), ('a8e3bb4104b2d5a2dd950564bd5f864de887b102c24be93ff7f1f0904766d91c6e385839036ae1ed', 8, 1, '8', '[]', 0, '2020-06-15 08:14:39', '2020-06-15 08:14:39', '2021-06-15 08:14:39'), ('a8ef6443976838e9ce67d452454caae2bf56ab815a7dec8b185c0c64fd0e35dec7f0bedb64a193a5', 8, 1, '8', '[]', 0, '2020-05-28 10:15:48', '2020-05-28 10:15:48', '2021-05-28 10:15:48'), ('aa0f96cf77cc9a9bb67a40c72f185085f630892d613e9f911175d4832a996816fbeaea4993cfed96', 1, 1, 'account_id : 1', '[]', 0, '2020-05-30 15:04:09', '2020-05-30 15:04:09', '2021-05-30 15:04:09'), ('aa4943b7460d68a0b99011e9d9992376287518f115395f63e656953d10a4bde8ef706b971bda6201', 1, 1, 'account_id : 1', '[]', 0, '2020-06-21 12:05:20', '2020-06-21 12:05:20', '2021-06-21 12:05:20'), ('aa4cb0d198c46ec32052e1e1867c13c054bb9b51eda725978255de423d950f846207b2bd2b4dd566', 7, 1, '7', '[]', 0, '2020-05-29 04:40:47', '2020-05-29 04:40:47', '2021-05-29 04:40:47'), ('aae812d93e9b41a747cf60cbda7baa6c9a578097761972026113b914718e6e5b0a42b7cf31e9e5d9', 1, 1, 'account_id : 1', '[]', 0, '2020-05-23 07:58:46', '2020-05-23 07:58:46', '2021-05-23 07:58:46'), ('ac660e36e12a3f5806c7f7184fc18640a3594062bd9656890d677bd7861416df85863c0530b3663b', 8, 1, '8', '[]', 0, '2020-06-05 09:30:38', '2020-06-05 09:30:38', '2021-06-05 09:30:38'), ('ac74704afc3a03109a76b04876799ac24128a8f40ec83b557a3363e51f3c30c1d583dc15e18e15fc', 1, 1, '1', '[]', 0, '2020-05-22 13:49:30', '2020-05-22 13:49:30', '2021-05-22 13:49:30'), ('ac748e5e6ff37545c59c1012213f03de8a6584c3c33ca9ade98f72481d08368fb954bfb83249ab7d', 1, 1, '1', '[]', 0, '2020-06-14 12:48:02', '2020-06-14 12:48:02', '2021-06-14 12:48:02'), ('acb7702dd255166897e7c5abce75179afa62f893a785b042ade6558ef31c1fe39226371f5e47cbaa', 1, 1, 'account_id : 1', '[]', 0, '2020-05-22 06:10:37', '2020-05-22 06:10:37', '2021-05-22 06:10:37'), ('ad2bc796d754c4187be0795c6bc2bcd1aa7fadabaa82893ea80866e89431552384ff73fbb5d71c16', 7, 1, 'account_id : 1', '[]', 0, '2020-05-22 07:56:13', '2020-05-22 07:56:13', '2021-05-22 07:56:13'), ('ad97e31a023df6dd71e89348dfa3e7840b622d879458c25f548dd7a63a11edf5c54d9fc9b3ce0b30', 7, 1, 'account_id : 1', '[]', 0, '2020-05-25 05:54:05', '2020-05-25 05:54:05', '2021-05-25 05:54:05'), ('adf9ddd98017f32da06d59bf70a97f13ba0da4a683f1ec2de24cad4fde6c80047f1db84de5151931', 7, 1, '7', '[]', 0, '2020-05-28 13:34:26', '2020-05-28 13:34:26', '2021-05-28 13:34:26'), ('aec53110d8443e5e8f2a82cee5b4536a7f1c01d6425000066f2e74095c82730b35df383621aa87e5', 1, 1, '1', '[]', 0, '2020-05-30 15:04:07', '2020-05-30 15:04:07', '2021-05-30 15:04:07'), ('aef674dfd3593f6f09bcb469d8cef501cee06353bb07455a4bc465343af120f8c54a26a45d306022', 12, 1, '12', '[]', 0, '2020-05-22 09:32:50', '2020-05-22 09:32:50', '2021-05-22 09:32:50'), ('afaf4812c7a6601a963dcac872fcbcd0106373e77a23d20aa22bc1b7cb6e2f948143a9c7475de3e6', 2, 1, 'account_id : 1', '[]', 0, '2020-05-22 07:23:05', '2020-05-22 07:23:05', '2021-05-22 07:23:05'), ('afc75792e8443ca34953d5af8cb7c886d54a2c4f14ceaf9ae433cfec03eb1bc4dd97a401d574d7cb', 1, 1, '1', '[]', 0, '2020-06-11 14:53:07', '2020-06-11 14:53:07', '2021-06-11 14:53:07'), ('afcc2e22a1038effba9f864d5e5762f82babebacfb23aedec40cb42cf9855e3c5aa5677c6d0a196b', 7, 1, '7', '[]', 0, '2020-06-03 12:59:00', '2020-06-03 12:59:00', '2021-06-03 12:59:00'), ('b0cf67f1899c6532f824d559b9790119ae0afb7111a37b75ec674b199fbb91bada8bd5f763edb07e', 2, 1, '2', '[]', 0, '2020-06-15 08:30:43', '2020-06-15 08:30:43', '2021-06-15 08:30:43'), ('b145aaf0f682ad7f590906c6209f60dc13566988f1ab843ff7294bcdf5106cdd1585dc3e336bf1e6', 7, 1, '7', '[]', 0, '2020-05-27 13:54:04', '2020-05-27 13:54:04', '2021-05-27 13:54:04'), ('b17b5bfc458f82b3229e6593e15f7509cac12f623e5a70485397cccb2c866a2c7024e39f8fc6f1e5', 9, 1, '9', '[]', 0, '2020-06-14 12:59:46', '2020-06-14 12:59:46', '2021-06-14 12:59:46'), ('b1b9e2afff5955724d9f0bc784fee65e8c069bdd2731f842d2c9a238d864ddd4d8950af18003f096', 7, 1, 'account_id : 1', '[]', 0, '2020-05-24 09:27:00', '2020-05-24 09:27:00', '2021-05-24 09:27:00'), ('b22e8baac280627646e4a03d38bfe2e1b2e590796dc19df65fa02cce72446ef69026277d4a9886c0', 1, 1, '1', '[]', 0, '2020-05-22 05:56:31', '2020-05-22 05:56:31', '2021-05-22 05:56:31'), ('b24be827ac01ba90b0137f44cd46b7b2a756ab6f8c7c80a53eb1afe3d7ccfde4d615d1b9a3222461', 1, 1, 'account_id : 1', '[]', 0, '2020-05-22 12:23:28', '2020-05-22 12:23:28', '2021-05-22 12:23:28'), ('b28838644357a7d1d3d7bbea299c74180e7a35cdc34fc6bc4d20432f4481edefcedb2a7b7c085568', 7, 1, 'account_id : 1', '[]', 0, '2020-05-27 14:51:35', '2020-05-27 14:51:35', '2021-05-27 14:51:35'), ('b29d39dc5737464afe201586c5ea501340648fbbd26269cbe3aa261917da535f44b5b46b1b1be78d', 7, 1, '7', '[]', 0, '2020-06-15 06:59:44', '2020-06-15 06:59:44', '2021-06-15 06:59:44'), ('b3091e3b7ca59f8818f03021b72d60114be41bf9f0ff4189e0ab00ce23f88b7f4f9e6d603daba1e8', 7, 1, 'account_id : 1', '[]', 0, '2020-06-03 03:08:22', '2020-06-03 03:08:22', '2021-06-03 03:08:22'), ('b32ff518bf8dbe16b1b8d5f00bc24bc74da44306181dab0c678c94c311e13340d32aafe79cba2311', 7, 1, 'account_id : 1', '[]', 0, '2020-06-15 06:59:45', '2020-06-15 06:59:45', '2021-06-15 06:59:45'), ('b3421a9e2e9f85b6765958bd895ea3ffa4d0b2b49ae32607948073ecaaae1568aa549f3e92f087c2', 1, 1, '1', '[]', 0, '2020-06-17 03:40:03', '2020-06-17 03:40:03', '2021-06-17 03:40:03'), ('b3536352f004220a135f938200f18cc45a17adcc03a5a1d68a4f7bbca0b8b31c630c67a6022aee53', 1, 1, '1', '[]', 0, '2020-06-22 06:13:50', '2020-06-22 06:13:50', '2021-06-22 06:13:50'), ('b3bc2fece86f7e099c65d14c54114774557eafc079c315e6069ba961095565d269af7f50531405fe', 8, 1, '8', '[]', 0, '2020-06-03 09:59:18', '2020-06-03 09:59:18', '2021-06-03 09:59:18'), ('b5e92cd7e76743d79bb519cd64a1aed14cfdb74e425cd46ac3502f9b6b0e23d8c5fdfebdcc04a2d0', 1, 1, 'account_id : 1', '[]', 0, '2020-06-14 12:48:03', '2020-06-14 12:48:03', '2021-06-14 12:48:03'), ('b616bedf34b1fba818400201dbe91f41fac26184d26a5c4f2f18bed2365b6f6871b0ab33fa328b64', 7, 1, '7', '[]', 0, '2020-05-24 06:19:50', '2020-05-24 06:19:50', '2021-05-24 06:19:50'), ('b6499a28d61890d1636064cd0d2f24ca203b125c2263efd6c4ee769c69e7157728b279d4e762fb20', 1, 1, '1', '[]', 0, '2020-06-15 06:49:32', '2020-06-15 06:49:32', '2021-06-15 06:49:32'), ('b66cd363b638abaa30b34066d673f71654e87ac86108cc56771e308fb1412ab698513d2589ad3159', 7, 1, '7', '[]', 0, '2020-06-14 04:35:40', '2020-06-14 04:35:40', '2021-06-14 04:35:40'), ('b6f9920f4b8c0aceb878d9657f1b5037ef2b358f74b7ca2c34ec9c520e19da7893f8b5c537bd454d', 7, 1, 'account_id : 1', '[]', 0, '2020-06-02 02:34:29', '2020-06-02 02:34:29', '2021-06-02 02:34:29'), ('b7ac0f2e54b0189a46292bf734754e9a679c7e79e2a4c9bf045ecbb89c70423aafc5d4fb5e437ecd', 1, 1, '1', '[]', 0, '2020-06-18 08:53:05', '2020-06-18 08:53:05', '2021-06-18 08:53:05'), ('b82ea0825e1bb95872b3665916a0b724e4d87344c7cb1bcdd1aa7885ca3dbd13c42f7835c05a1c4a', 1, 1, '1', '[]', 0, '2020-06-09 08:19:10', '2020-06-09 08:19:10', '2021-06-09 08:19:10'), ('b88925c146548ffa783147488642936a094b1265b7335a7aec07ea360c20985c50803f87beca6c03', 1, 1, '1', '[]', 0, '2020-06-17 06:22:02', '2020-06-17 06:22:02', '2021-06-17 06:22:02'), ('b8ba61fff074df8f03fc2134490ae8c0ceafe1b98073c17734598425a8ab3a21206d9a50203ae3f9', 7, 1, '7', '[]', 0, '2020-06-06 16:24:50', '2020-06-06 16:24:50', '2021-06-06 16:24:50'), ('b8cc7ec9094593ff3f7f5026ed49a9cfca8d58087bd529a6aec19b1b171179aac48741e7835409db', 14, 1, '14', '[]', 0, '2020-06-15 11:54:46', '2020-06-15 11:54:46', '2021-06-15 11:54:46'), ('b952c53261c2d81a19491faece81f1b9970c6b2ec0cbc59d66f473018205ff333a7f3ab94627b04a', 8, 1, '8', '[]', 0, '2020-06-09 08:21:33', '2020-06-09 08:21:33', '2021-06-09 08:21:33'), ('ba196b51aca7ce87be3f3bb8b9f982305b2e31501026d902a464f94eede5eb0d2fa637ae31af90d6', 9, 1, 'account_id : 1', '[]', 0, '2020-06-09 08:23:25', '2020-06-09 08:23:25', '2021-06-09 08:23:25'), ('bab475a59a22e9d3a8777dbc7543d0111cf56a7ba731db27a29aea99e0536b1f82bf2da79fa8583f', 7, 1, '7', '[]', 0, '2020-06-07 08:18:50', '2020-06-07 08:18:50', '2021-06-07 08:18:50'), ('bb080f0e3ce0b39652067ef46138efb0abedb2acc7f4db5fef06650cca09a6dd9b23af5e1e493123', 5, 1, '5', '[]', 0, '2020-05-22 09:31:17', '2020-05-22 09:31:17', '2021-05-22 09:31:17'), ('bb255368c7f158977b3bd35c3e98c22a7b46aee68c9bddfd08fdd4acf270c41f372ef9cf1dafef97', 7, 1, 'account_id : 1', '[]', 0, '2020-06-08 14:04:52', '2020-06-08 14:04:52', '2021-06-08 14:04:52'), ('bb5118cfed94e8d5a55df9bbd07f3d1005ffa02a4fcace6870e89aa47112d555b0bb95e81e6c7dc7', 1, 1, 'account_id : 1', '[]', 0, '2020-06-14 12:42:51', '2020-06-14 12:42:51', '2021-06-14 12:42:51'), ('bbbd9633cf09e5174c05fb9ab8e685d0f7feeb7c14a42ffdaeaa20338e2e0c2fc413b2a257d1214e', 1, 1, '1', '[]', 0, '2020-06-17 14:07:35', '2020-06-17 14:07:35', '2021-06-17 14:07:35'), ('bc7b20895b79374ccc82d39b0c39c035c87467dbb86faf145a4bab190d56c9d32b78d0d6ddbd3536', 1, 1, '1', '[]', 0, '2020-05-22 12:23:27', '2020-05-22 12:23:27', '2021-05-22 12:23:27'), ('bd40dec9c67330a5135d39082c98fc94ab576eb9278a3744db6c46c1a1cb37fa4929c55acd9de32a', 9, 1, 'account_id : 1', '[]', 0, '2020-06-14 12:59:46', '2020-06-14 12:59:46', '2021-06-14 12:59:46'), ('bd66f7a1ae362533a38b813e4dc99428ac92c8512de9904576a66525ec2436a28d43386202037bbb', 14, 1, 'account_id : 1', '[]', 0, '2020-06-15 11:54:46', '2020-06-15 11:54:46', '2021-06-15 11:54:46'), ('bd7824500360bdc06704c40d9943ccc5594634f9768eae10f0e5a2501b64030825095bbbb59cb51b', 2, 1, '2', '[]', 0, '2020-05-22 06:34:15', '2020-05-22 06:34:15', '2021-05-22 06:34:15'), ('bf07428cdef95c794e577184c0cf2d568494be9620e0e805e2917d91759f33c4e48beb4c7fff3410', 3, 1, '3', '[]', 0, '2020-06-14 12:42:16', '2020-06-14 12:42:16', '2021-06-14 12:42:16'), ('bf3875ac9a8ceb305c597699ffff791df91df608cafd23e8d825d926011b10662b5ba5f175944780', 1, 1, 'account_id : 1', '[]', 0, '2020-06-05 09:25:37', '2020-06-05 09:25:37', '2021-06-05 09:25:37'), ('bf73234e099589aba31e0d5436b2cb33285ec1782cf02fa5f201ce9c1021e26f87def5bc342f98c5', 1, 1, 'account_id : 1', '[]', 0, '2020-06-15 08:17:38', '2020-06-15 08:17:38', '2021-06-15 08:17:38'), ('bfa94b441aa5b8efb373602a9f2e203ac633b34e6d4ed044c0f22436c3bcdc405cfa1f7917f79f92', 7, 1, '7', '[]', 0, '2020-06-11 14:42:37', '2020-06-11 14:42:37', '2021-06-11 14:42:37'), ('bfc02224e0a2c502e653849a2cb7835f8a65064a0a3304a6d45bdb6c77a670750ab37505708fd162', 7, 1, '7', '[]', 0, '2020-06-03 03:08:21', '2020-06-03 03:08:21', '2021-06-03 03:08:21'), ('c100c86a5d1348bbf4705bd5ac306c86bdeabb197be3dbd5a948ed0adc51c64a6a50aa6772afc034', 12, 1, '12', '[]', 0, '2020-05-22 09:32:50', '2020-05-22 09:32:50', '2021-05-22 09:32:50'), ('c10ca507141edd0b9d9678d9ec8c6cd1f9f880c790158285bde3991f7f70aa1b02dd7eec137bfe72', 10, 1, 'account_id : 1', '[]', 0, '2020-06-18 12:22:08', '2020-06-18 12:22:08', '2021-06-18 12:22:08'), ('c10d75595f153a319d69d4c24d41d01015938e2034a476728170d37822382715cd04d60eae876c66', 7, 1, '7', '[]', 0, '2020-06-15 03:20:37', '2020-06-15 03:20:37', '2021-06-15 03:20:37'), ('c119a0bb3c45abd54e9c926a51e9060c5c4335dff39c38f092bd146e7b3a0b5d593ed9657eb48671', 7, 1, '7', '[]', 0, '2020-05-23 07:56:59', '2020-05-23 07:56:59', '2021-05-23 07:56:59'), ('c156bb264102d11aa2c3b27af62eb18b1b7a551a37138083548fd7fd28f7abff4ecdbebff0211fc4', 7, 1, '7', '[]', 0, '2020-05-22 07:56:12', '2020-05-22 07:56:12', '2021-05-22 07:56:12'), ('c2f99d3d539f011083daa6d4e37ecb73cfa37aa8a39e87fa7a3151fc3c8125ac347b4ce262925098', 1, 1, '1', '[]', 0, '2020-06-15 14:44:46', '2020-06-15 14:44:46', '2021-06-15 14:44:46'), ('c3711d811ebdfd2a6c2a5169404bd1d6f30257a392dd35ae4a65ecef681167d20f698deb66aabd15', 7, 1, '7', '[]', 0, '2020-05-27 15:08:29', '2020-05-27 15:08:29', '2021-05-27 15:08:29'), ('c386defd0536e1f98b15c717280d08685351c3340eec2e5d2bed8b5e61bae1b0dab5e84eb8bcc6ea', 9, 1, '9', '[]', 0, '2020-06-14 12:59:46', '2020-06-14 12:59:46', '2021-06-14 12:59:46'), ('c5116fc36d5ad0dee39e7cc3fccd5de9e501c8571163a9307807cafc20896bd5a74eb8a17e573757', 7, 1, 'account_id : 1', '[]', 0, '2020-06-05 09:51:28', '2020-06-05 09:51:28', '2021-06-05 09:51:28'), ('c61dbfa30c048d709dd34ceab38f7f01400dca99bd012ff53eaf79875de8a6bba654d6d4a20268f6', 1, 1, '1', '[]', 0, '2020-06-22 06:13:50', '2020-06-22 06:13:50', '2021-06-22 06:13:50'), ('c62e803b93b07d2d116809ddde06b24844669a2ac96d201a5bb3f3a3ac1c66c155aeb4143a777b0c', 9, 1, '9', '[]', 0, '2020-06-09 08:10:59', '2020-06-09 08:10:59', '2021-06-09 08:10:59'), ('c663abab3c3aad1c2798c499763a7f1cf5fa4689b7c4c646a93e0a15cc38e56386de4f4a8940a997', 1, 1, '1', '[]', 0, '2020-05-22 07:23:49', '2020-05-22 07:23:49', '2021-05-22 07:23:49'), ('c6d8eeb72d234aa06c66c55238e038b4d7b1cbd39ed1c7619f3b521c7f66bd6c16c791355120e198', 8, 1, '8', '[]', 0, '2020-06-09 08:21:33', '2020-06-09 08:21:33', '2021-06-09 08:21:33'), ('c6e65eae89279d1f9cc4029988006baca13b96b985db12128a00428155c75153623c504fe2917cdb', 7, 1, '7', '[]', 0, '2020-06-11 14:42:37', '2020-06-11 14:42:37', '2021-06-11 14:42:37'), ('c78fbc6f2d6af301dd29995ec7de4ad99f225b26f58feb8705bd571adef3023cfca920a6535b5097', 7, 1, '7', '[]', 0, '2020-06-05 09:51:27', '2020-06-05 09:51:27', '2021-06-05 09:51:27'), ('c8a84131d8e9b5174def99e92ac2a1d9d33598635de0e82405e7c587d0e379afed37939573c002e8', 2, 1, '2', '[]', 0, '2020-05-22 06:34:15', '2020-05-22 06:34:15', '2021-05-22 06:34:15'), ('c98e96daa26577b9e803b91e14738f49fcc666a5a008c6d6780b4f2cdeb25e563469b42905106dd3', 7, 1, '7', '[]', 0, '2020-05-22 13:15:02', '2020-05-22 13:15:02', '2021-05-22 13:15:02'), ('c9ad7b189db3aa741335ee74e4e958b27dd43f97a53f6bd0a0ff3b85920abc932a0466dbecfddde8', 7, 1, 'account_id : 1', '[]', 0, '2020-05-29 11:26:42', '2020-05-29 11:26:42', '2021-05-29 11:26:42'), ('c9b8c387d72b04e0a68c3402fb6e85c76754390f542cf7dfa22f8823c77e619fd812ea33b1e81dfb', 1, 1, '1', '[]', 0, '2020-06-14 04:45:17', '2020-06-14 04:45:17', '2021-06-14 04:45:17'), ('c9de43168d9a517a418656ce98065a2ff246293657023bb5f89e3bbea54c3991aa44c1930d91d0ff', 1, 1, '1', '[]', 0, '2020-05-22 07:25:31', '2020-05-22 07:25:31', '2021-05-22 07:25:31'), ('c9f0b4e16b422b9058ca024566df86f37ce23cab4072b4ffa0dcda4b15d9b581cd8f6f60ab9ad5c6', 1, 1, '1', '[]', 0, '2020-06-21 06:57:22', '2020-06-21 06:57:22', '2021-06-21 06:57:22'), ('ca70c3ae45f79d75fe0e4e7ac14f8d3f1be60d1909fd591cacc0008867b5460b23f1b6ffaf79009e', 1, 1, 'account_id : 1', '[]', 0, '2020-05-22 13:49:30', '2020-05-22 13:49:30', '2021-05-22 13:49:30'), ('cb2909bd82b0826de7aaf6395ecfe814854157fca2b336d61aae293e1b4d0254df9135fdb731c4d8', 1, 1, 'account_id : 1', '[]', 0, '2020-06-17 14:07:36', '2020-06-17 14:07:36', '2021-06-17 14:07:36'), ('cb394c35b94bbb27d51dbb203990a3cb4ae435e44285a31e0d5c2f5c36be7403413ddd06f0db447d', 10, 1, 'account_id : 1', '[]', 0, '2020-06-14 12:42:38', '2020-06-14 12:42:38', '2021-06-14 12:42:38'), ('cbd0da417d95dfa3d61dd96777238f21c5c5758c429e4d1bd71d6ad61400dab8a7f76b4631b1ea26', 1, 1, 'account_id : 1', '[]', 0, '2020-06-18 12:27:59', '2020-06-18 12:27:59', '2021-06-18 12:27:59'), ('cbd89e53e0d0265ce7a5a421f575f65cc18adbad39fd63b8917ea66aa03a3a2f2fe70a1bd31c76d7', 3, 1, 'account_id : 1', '[]', 0, '2020-06-09 08:14:42', '2020-06-09 08:14:42', '2021-06-09 08:14:42'), ('cc073c9b2dd005b9225eea11c701f6eaad3e5779ca068b638f37022e6e0bca9be98458f895d8f08f', 2, 1, '2', '[]', 0, '2020-06-21 05:18:08', '2020-06-21 05:18:08', '2021-06-21 05:18:08'), ('cce77cc7d866a0f4e944f4922eaaf1208bd44c7cbae48a421a27af632e7d1a40155d6df15c0ce772', 10, 1, '10', '[]', 0, '2020-06-15 14:30:06', '2020-06-15 14:30:06', '2021-06-15 14:30:06'), ('cec494b6376fea9ca2e8eae9932fddc2dc3628f4081455b90cc71507287455bbe25e84a145de7faa', 8, 1, '8', '[]', 0, '2020-06-09 08:07:30', '2020-06-09 08:07:30', '2021-06-09 08:07:30'), ('cf1eb2a06ca2d296f8e7772f828993c19c8f2ac5ffeb82b5363ffef6fcec454ca80efb50ad66424c', 7, 1, '7', '[]', 0, '2020-06-03 09:51:48', '2020-06-03 09:51:48', '2021-06-03 09:51:48'), ('d0c55770b31197ff5467b51b944f731b9ddd867defa7b576a6251ec6f247ef947a0b1a5e3eb0401a', 1, 1, 'account_id : 1', '[]', 0, '2020-05-22 07:23:50', '2020-05-22 07:23:50', '2021-05-22 07:23:50'), ('d0ed1f1764ed22a6667f455c7b5ebb889f620a1f91083d93a87b7a4a971582d58f0d77ac8e55bc51', 1, 1, '1', '[]', 0, '2020-06-22 05:56:52', '2020-06-22 05:56:52', '2021-06-22 05:56:52'), ('d0f0e298d3f303bbfb1a946b12bb8b1e1d13292db3972705d3413f83c5063e84a8f5161b9b120ad4', 7, 1, '7', '[]', 0, '2020-06-07 08:18:50', '2020-06-07 08:18:50', '2021-06-07 08:18:50'), ('d103419a9f81c2a2db01ae805f7425a9b5219fb63ab970e85e0a3b9e5da5ff56f2f2d7afcb416daa', 5, 1, 'account_id : 1', '[]', 0, '2020-05-22 12:22:41', '2020-05-22 12:22:41', '2021-05-22 12:22:41'), ('d12d2e025fd5d8ae69db80f27f21e49796672dfbf74875931bd406913baa76388e00026d757c358e', 2, 1, '2', '[]', 0, '2020-06-15 08:30:43', '2020-06-15 08:30:43', '2021-06-15 08:30:43'), ('d1c04762b4861e5f15d5f1af2bb150bdc0b369d919761245e88fdafe8635fa3674aef7dee904affc', 5, 1, 'account_id : 1', '[]', 0, '2020-05-22 09:31:18', '2020-05-22 09:31:18', '2021-05-22 09:31:18'), ('d2da5cda17d6e821b2b52f426e9e382b5e94395d1d44a05aed7152bd8d17274b332ea011b689d0ea', 1, 1, 'account_id : 1', '[]', 0, '2020-06-09 08:27:36', '2020-06-09 08:27:36', '2021-06-09 08:27:36'), ('d401c12d509efc3d59475f71f2da098a154b0ec7d1d2ed53798dc1c5923dd1fb3464f21950be6b23', 1, 1, '1', '[]', 0, '2020-06-05 09:25:36', '2020-06-05 09:25:36', '2021-06-05 09:25:36'), ('d42f406071d2bd353406002e5a8c59e26b3e873eda0d815ccc607386c4dd2d90c48829e20a93dda5', 7, 1, '7', '[]', 0, '2020-06-15 03:20:37', '2020-06-15 03:20:37', '2021-06-15 03:20:37'), ('d6163fc1e8d4461925dc77e3da5da9317915408edc2cb494982f6f8fcf29791ec3a46ee8113ea6a9', 7, 1, '7', '[]', 0, '2020-06-11 15:03:18', '2020-06-11 15:03:18', '2021-06-11 15:03:18'), ('d6298074186d43fdfcf5bc8a70e8d1fbff4d4c267252588880b15483c8bd638c12de3e577763ec2f', 7, 1, '7', '[]', 0, '2020-05-22 13:57:20', '2020-05-22 13:57:20', '2021-05-22 13:57:20'), ('d6c821eb6415f49f6980dd91c490639803f1dec395425a3683c1996742d8357047de332bbb4c9922', 10, 1, '10', '[]', 0, '2020-06-15 14:30:06', '2020-06-15 14:30:06', '2021-06-15 14:30:06'), ('d71c833e7d709cfcac869ccc09efc02bb97f26fa8e2fff0d25fbaa63ab3ec3ba2b958cc910b49f9c', 3, 1, '3', '[]', 0, '2020-06-11 14:43:37', '2020-06-11 14:43:37', '2021-06-11 14:43:37'), ('d74260e4ea7dfae765298984f90089660570d99f0ffef580bbfbd537898ff2f59b2f611c52a1b63b', 7, 1, 'account_id : 1', '[]', 0, '2020-06-04 07:56:53', '2020-06-04 07:56:53', '2021-06-04 07:56:53'), ('d7bf5b179c3c5a88aea74a7b6a6ed91d7d8c4050440cda1523fd7214f35e8817294f89937f75262e', 7, 1, 'account_id : 1', '[]', 0, '2020-06-03 12:59:00', '2020-06-03 12:59:00', '2021-06-03 12:59:00'), ('d85676c2b855585cc520dd071b62b47a340d1a8ed775533770509c8531945d38916c17b2c07a9b8b', 2, 1, '2', '[]', 0, '2020-05-22 07:23:05', '2020-05-22 07:23:05', '2021-05-22 07:23:05'), ('d8cd31bbb9b31dc59e75cc43ae50feba64cc2fbcc57571991d7172785b3e9db07f9bb9cd3b79abdb', 1, 1, '1', '[]', 0, '2020-06-14 04:53:10', '2020-06-14 04:53:10', '2021-06-14 04:53:10'), ('d9edac634fdf6ab3c06283c064a060ce2cecd6c56ea44c720d770f43f6d28660427698cbbbccdf53', 9, 1, 'account_id : 1', '[]', 0, '2020-06-09 08:11:00', '2020-06-09 08:11:00', '2021-06-09 08:11:00'), ('da226cbf5ed8d56cecacfc082d2f42cee4dc5a15aa25e051bc0d8e2c952ee73275950d6f15064943', 9, 1, '9', '[]', 0, '2020-06-09 08:23:25', '2020-06-09 08:23:25', '2021-06-09 08:23:25'), ('db3f9db0f9dcbc05bf46f878512f39fb91c95163e853efd785178934f87c6128eb5ba5781718c5ef', 3, 1, '3', '[]', 0, '2020-06-14 08:17:25', '2020-06-14 08:17:25', '2021-06-14 08:17:25'), ('dba3f908aaaf1e293841d09b2fead01fc08f749bb151e88dc9300b037f41d8bb2761b6c96983593b', 1, 1, '1', '[]', 0, '2020-06-17 06:22:02', '2020-06-17 06:22:02', '2021-06-17 06:22:02'), ('dbe34d201a9087ce8766bc36d2da8361adafccbfa288addac0da503d6f6d4d0333fb4ea1975e017e', 7, 1, '7', '[]', 0, '2020-06-14 12:47:21', '2020-06-14 12:47:21', '2021-06-14 12:47:21'), ('dce1e02f3d9b1aeedaf517e03dc8024c8b1c911e4f66b04846c66a35b35c7eda747bcb3dcae9b47e', 7, 1, '7', '[]', 0, '2020-05-28 13:34:26', '2020-05-28 13:34:26', '2021-05-28 13:34:26'), ('dd2399446f93ad6892965f956fb293c59eb7c0ed4b281c7320974ca39eb64d82f0ee09020ad8be96', 10, 1, '10', '[]', 0, '2020-06-18 12:25:59', '2020-06-18 12:25:59', '2021-06-18 12:25:59'), ('dd74b560daea770465ea2d32be3c0b653165decd6453653d0b660f1443ea651b06f80c1140166695', 1, 1, 'account_id : 1', '[]', 0, '2020-06-17 03:40:03', '2020-06-17 03:40:03', '2021-06-17 03:40:03'), ('dda256ea667838cc31bf06ac3e0da34fabd6fd5d3ff23a1583391168bb7d56f414d03aaba8026ded', 1, 1, '1', '[]', 0, '2020-05-22 13:49:30', '2020-05-22 13:49:30', '2021-05-22 13:49:30'), ('dda25d14593ea8401b76d6b4dd5511cf9b019ede56f47933e550492208b13d580bade999f6b8f3bf', 7, 1, '7', '[]', 0, '2020-06-21 05:18:22', '2020-06-21 05:18:22', '2021-06-21 05:18:22'), ('de2013a60b979b2fae1578969cf5285167dc1a47755460a824ec528096b48f6d896ecdbda628184d', 8, 1, 'account_id : 1', '[]', 0, '2020-06-05 09:30:38', '2020-06-05 09:30:38', '2021-06-05 09:30:38'), ('dee79a6a3cbd4eab6d852cd54419dda74218027380e32090ffaddd52fbb8c49e4cc697938f7cc6f2', 10, 1, '10', '[]', 0, '2020-06-15 11:53:54', '2020-06-15 11:53:54', '2021-06-15 11:53:54'), ('deef9958efe03ef3c525230589b6de76a9cea7ef587a860185bbfa86e8bc54d27b5f1bbd2e38e05f', 7, 1, '7', '[]', 0, '2020-06-15 14:36:24', '2020-06-15 14:36:24', '2021-06-15 14:36:24'), ('df7fe1be5fefa011d94a497d62dc4fb64347bcd576a52e957e28f9bbf512a551bd4544dad2ef0d2d', 1, 1, 'account_id : 1', '[]', 0, '2020-06-14 04:45:19', '2020-06-14 04:45:19', '2021-06-14 04:45:19'), ('dff18d107d07855d7a549ec2f54604db4fe54e7b95a992eaa89b776e911bc81a0bc05b71ab6ca58f', 1, 1, '1', '[]', 0, '2020-06-15 03:08:46', '2020-06-15 03:08:46', '2021-06-15 03:08:46'), ('e0d459de3b6f3696d7b61f2fd2e1fd33faa18550c76d214145032b5c6edb1ab92c91722bdfb20f3b', 15, 1, 'account_id : 1', '[]', 0, '2020-06-15 14:31:52', '2020-06-15 14:31:52', '2021-06-15 14:31:52'), ('e0d52bdc65c967828500a63591f5df5ce3b7f8ba8b51e71167455fccf0a02ad278c70d686d2be475', 1, 1, '1', '[]', 0, '2020-06-10 09:32:09', '2020-06-10 09:32:09', '2021-06-10 09:32:09'), ('e0ea1f6d6a29df3d21dfde08426baa443a99916d27e9a3c01f1511429263380856895a7c9c47b60c', 7, 1, '7', '[]', 0, '2020-06-08 12:50:19', '2020-06-08 12:50:19', '2021-06-08 12:50:19'), ('e10c2d967b2927b9475859381c95f1fed3460bbb26aee70e81a2ca393af3e89c581f922b698fc023', 3, 1, 'account_id : 1', '[]', 0, '2020-06-14 12:42:17', '2020-06-14 12:42:17', '2021-06-14 12:42:17'), ('e1a7e927da229199066be2470f0bba5d25504b4e5acd9054af456ac659522fa84310eee30ce21b4e', 1, 1, '1', '[]', 0, '2020-05-23 07:58:46', '2020-05-23 07:58:46', '2021-05-23 07:58:46'), ('e1b3b85e3afc0ea6c3739b34bf35d7258b0ca2e8c51f309caea3fc24ffcda90b5d018dde5981a64b', 7, 1, 'account_id : 1', '[]', 0, '2020-06-08 06:21:08', '2020-06-08 06:21:08', '2021-06-08 06:21:08'), ('e1dd28216be2c1eef00bffd3a2e5fb35a20612295d5b13d88caf628a1625129713119f58c528e03a', 10, 1, 'account_id : 1', '[]', 0, '2020-06-15 14:30:06', '2020-06-15 14:30:06', '2021-06-15 14:30:06'), ('e234cb4370cc599bedc42f003af37f1b86dba51df0bcfa14eed6f452a919fbdb89e9640efd2b86ed', 10, 1, 'account_id : 1', '[]', 0, '2020-06-14 12:43:17', '2020-06-14 12:43:17', '2021-06-14 12:43:17'), ('e33c4424d241854ee8327cecd784fbfc423e93e972913695fcca341e237e172e78a12166cc84945d', 1, 1, '1', '[]', 0, '2020-06-14 12:48:02', '2020-06-14 12:48:02', '2021-06-14 12:48:02'), ('e445c13ef8cc0bbea604165e83319b6fba64a7d36f5476a9015fa89e2c091a022baa34c49f0afb07', 7, 1, '7', '[]', 0, '2020-06-15 06:18:16', '2020-06-15 06:18:16', '2021-06-15 06:18:16'), ('e47158fa2af7e957ed02ad1523cbf4c3f2fd6b46cd659ff80f1749d4ed25cdd1291ced4410079e2b', 7, 1, 'account_id : 1', '[]', 0, '2020-06-01 04:43:16', '2020-06-01 04:43:16', '2021-06-01 04:43:16'), ('e4c47cbd7aa97123f4d464bc7c7a5210b85217479a76c5656431f8dbdfed2abf4c491c5fdd2aafec', 1, 1, '1', '[]', 0, '2020-06-21 12:05:20', '2020-06-21 12:05:20', '2021-06-21 12:05:20'), ('e4c58d12ce3991b13fab9252bb7aaa5a51a1d80071d3e537c089f824a74a063fcf287732297bfc2f', 7, 1, '7', '[]', 0, '2020-06-22 06:01:38', '2020-06-22 06:01:38', '2021-06-22 06:01:38'), ('e62b85209b21c85682a689afd04ac3cd92c05f394d9a2f779f0c7638b9ab3c519ea9b06b719c5466', 7, 1, '7', '[]', 0, '2020-05-28 07:14:05', '2020-05-28 07:14:05', '2021-05-28 07:14:05'), ('e6c3e7eddbac169c3fcdba8bee6a17eaef4dd637625b52a568b09e084ddf1aa1874d791218c9c29b', 10, 1, '10', '[]', 0, '2020-06-14 12:42:38', '2020-06-14 12:42:38', '2021-06-14 12:42:38'), ('e720f45e2d7ba6e5b9d088f32abab0d475e844d6a4010ab24fc0f93867a7067620cff3dbdd428720', 1, 1, '1', '[]', 0, '2020-05-23 07:58:46', '2020-05-23 07:58:46', '2021-05-23 07:58:46'), ('e7c0bba1be47b4d04109c388dacc59474f6b1299050a86d57c4b2b8bd24e16802a4a42061e241c64', 7, 1, 'account_id : 1', '[]', 0, '2020-06-16 11:01:33', '2020-06-16 11:01:33', '2021-06-16 11:01:33'), ('e7c3d5903d8f0b3050c4b47a9dc6afa148a4b60a1cc27f51638c76ed6a85d3cc542c7d57fa1de673', 7, 1, '7', '[]', 0, '2020-06-14 04:35:40', '2020-06-14 04:35:40', '2021-06-14 04:35:40'), ('e9bdc3469dc728e3c2ba4b47e3e2e2c145a75d041588ad07087a4f1de4abd0c050fc3edd19c34b9a', 10, 1, '10', '[]', 0, '2020-06-15 11:53:54', '2020-06-15 11:53:54', '2021-06-15 11:53:54'), ('ea584ef3bacc44cfc1bc827dc811af49a57b172713fadd4b01af2503164e851404627c7c492b832a', 9, 1, '9', '[]', 0, '2020-06-15 08:16:57', '2020-06-15 08:16:57', '2021-06-15 08:16:57'), ('eadab776e7e3689b6d695341a9070ada74d6f25160dcb30b3e7b2bf6f091738b67735311f9f391c2', 7, 1, 'account_id : 1', '[]', 0, '2020-06-15 03:20:37', '2020-06-15 03:20:37', '2021-06-15 03:20:37'), ('ebb4466b00f2a317253d4134734545cd418cd95e2f6e5916a256e99fb2f40b2e2fb3d5cd8741cef2', 8, 1, '8', '[]', 0, '2020-06-05 09:30:38', '2020-06-05 09:30:38', '2021-06-05 09:30:38'), ('ecc3dc79f202cb3e511c2c17cb59f6976849ad4e111e52071a6f2e6754dca272cd136898af4f5649', 14, 1, '14', '[]', 0, '2020-06-21 05:35:24', '2020-06-21 05:35:24', '2021-06-21 05:35:24'), ('ed844822cd96051a3323573e8d920fb78efe4eeecf778ebc5d1b8d944c72a81153a623b879718a31', 8, 1, 'account_id : 1', '[]', 0, '2020-05-23 07:59:29', '2020-05-23 07:59:29', '2021-05-23 07:59:29'), ('ee3caf21b9a6e52fb7b2b63ebe845fcd2ea6806600cf2c7f1edf8502665c06d3bbb7fb6610b1678d', 1, 1, '1', '[]', 0, '2020-06-05 09:25:36', '2020-06-05 09:25:36', '2021-06-05 09:25:36'), ('ef22fb8b3e38040973ea8a0f0aa96c3ade6bed92334b03eabfd5efdbc8abdc6882cbc325044c5eca', 7, 1, '7', '[]', 0, '2020-06-18 09:11:18', '2020-06-18 09:11:18', '2021-06-18 09:11:18'), ('ef32b18b4454fd1edd3a1856adbbd5d4ac42f659bb231f13497cbef39189558a3b235f37024781f7', 2, 1, '2', '[]', 0, '2020-06-21 05:18:08', '2020-06-21 05:18:08', '2021-06-21 05:18:08'), ('f044d83d4894a2b207e05c35127b11d49ac4f972401b9d5d3af7a637050830ebb663a514379d7bf3', 7, 1, 'account_id : 1', '[]', 0, '2020-06-09 08:08:11', '2020-06-09 08:08:11', '2021-06-09 08:08:11'), ('f081856d33c3d365927f21ba7e620f86ff1fa3ec7a8f88f8caae497eee8a545ff1a8001925d71554', 7, 1, 'account_id : 1', '[]', 0, '2020-05-25 10:53:13', '2020-05-25 10:53:13', '2021-05-25 10:53:13'), ('f0d54d32249dbf8af675d93ab2ff10a50b4481771032734cd3d495c3f995a5572ffcd4767118e632', 14, 1, '14', '[]', 0, '2020-06-15 08:21:52', '2020-06-15 08:21:52', '2021-06-15 08:21:52'), ('f109d57bfc8a1cfcea14c565a0c0bde0156bfaf3de26ac4e83a9e6259ad4bdf28c0d4c5c49e76202', 2, 1, '2', '[]', 0, '2020-05-22 07:19:59', '2020-05-22 07:19:59', '2021-05-22 07:19:59'), ('f11b3dee2fefb7a2250ab7b19151cb190b68e1fb7f5b0120ad4ca46f30a2ab7e8022ade66eb7c6a5', 10, 1, 'account_id : 1', '[]', 0, '2020-06-15 11:53:55', '2020-06-15 11:53:55', '2021-06-15 11:53:55'), ('f13798fe9a58040f546c38108af8804b1c4a268e07182a6fd52f34b7603f6b66d7275182194606fc', 7, 1, '7', '[]', 0, '2020-05-30 11:36:52', '2020-05-30 11:36:52', '2021-05-30 11:36:52'), ('f13a3938d4b350560701a188aa65cc15d23f239635438c5bc83ad3759ae656dbce06fadd814e6877', 7, 1, 'account_id : 1', '[]', 0, '2020-06-10 04:24:12', '2020-06-10 04:24:12', '2021-06-10 04:24:12'), ('f13e589ff2495616453b26f5e79fbe50cfc4fc760272e9f5a23268c9167e1177642cfe80a04d4e25', 9, 1, 'account_id : 1', '[]', 0, '2020-06-15 08:16:58', '2020-06-15 08:16:58', '2021-06-15 08:16:58'), ('f1ccb84d58f12826b244511158cd6db4b86a7c03999671fd78b9d04d6fd457b5e4c86c58b08b1182', 10, 1, '10', '[]', 0, '2020-06-11 14:47:17', '2020-06-11 14:47:17', '2021-06-11 14:47:17'), ('f307067229d6b3bf61a1170436014a62bc455cfb87cee5a9ac3747bf133b0d7744843a3a88835b7d', 7, 1, '7', '[]', 0, '2020-06-22 05:46:10', '2020-06-22 05:46:10', '2021-06-22 05:46:10'), ('f3922746a12c0089862d9360afd3d5acc11eeda6b191898427f199947b70fb88aac152497b3d25d2', 8, 1, '8', '[]', 0, '2020-06-15 08:14:39', '2020-06-15 08:14:39', '2021-06-15 08:14:39'), ('f558b5bcd91766696abfcde63c0bb3bde08598816a6de566e451d79a337ac98cb6b724e1f714188e', 1, 1, '1', '[]', 0, '2020-05-22 07:42:28', '2020-05-22 07:42:28', '2021-05-22 07:42:28'), ('f6464a26d816a561341a4f6f3d6054a627303112780aebda71723d882dcedc6d4d2dbd8486793af4', 5, 1, '5', '[]', 0, '2020-05-22 09:36:24', '2020-05-22 09:36:24', '2021-05-22 09:36:24'), ('f65a79ee3ed58092779f69e826181c70ff194897c4b582e8dc49af2853febbcd6ca0c8162f9ac84e', 7, 1, '7', '[]', 0, '2020-06-18 12:25:48', '2020-06-18 12:25:48', '2021-06-18 12:25:48'), ('f6d45631d20de916a884c81bcfdd0de081d41e63afcd10bc15a9478c69ec10b2f31289375fcb2dab', 1, 1, 'account_id : 1', '[]', 0, '2020-06-22 05:56:53', '2020-06-22 05:56:53', '2021-06-22 05:56:53'), ('f6dbda6c5758100da683b2da8baaccdc3deadeaeb8d296ded5d8540562200bbbde3482415e87fdbc', 1, 1, 'account_id : 1', '[]', 0, '2020-06-15 06:49:33', '2020-06-15 06:49:33', '2021-06-15 06:49:33'), ('f703ff2b854141ef80a14df37546cdf53d33522d26b3e5e173f2571ab6e72ff5f062032670b0be54', 1, 1, '1', '[]', 0, '2020-06-23 06:52:19', '2020-06-23 06:52:19', '2021-06-23 06:52:19'), ('f7653819a2bc45a1805dc4ecba48dd36e8f59f7795cc08921ddca391b5b6b5963d5b4d850f86e61e', 7, 1, 'account_id : 1', '[]', 0, '2020-06-11 14:45:29', '2020-06-11 14:45:29', '2021-06-11 14:45:29'), ('f8124ca44fc278a26c29ec999080a71c3ecc4e70c356de379aef25961b1e8bb1353dc84c09801034', 1, 1, 'account_id : 1', '[]', 0, '2020-06-22 06:13:50', '2020-06-22 06:13:50', '2021-06-22 06:13:50'), ('f825088146ce86575000e3fbe15aac2ae9aeade1c66ec4ef95e179093a0f24c43e6313859017eb7d', 5, 1, '5', '[]', 0, '2020-06-14 04:50:59', '2020-06-14 04:50:59', '2021-06-14 04:50:59'), ('f82fd183119276ca14149e11b89d0a4c3064b43209b576103eaf4b576f5ed43e923a544107892f6a', 1, 1, 'account_id : 1', '[]', 0, '2020-06-15 03:08:47', '2020-06-15 03:08:47', '2021-06-15 03:08:47'), ('f89ecbd65635df6dc9573a72b74b71256c1311fcf244c6d24f6b96586719918bf7255b4406a1ffe9', 7, 1, 'account_id : 1', '[]', 0, '2020-05-27 10:33:23', '2020-05-27 10:33:23', '2021-05-27 10:33:23'), ('f93d7bb78fa808f2601c808b1ac91f8faf06593bcb17dc6bcb2b5637137df51a9ee67675a938da90', 8, 1, 'account_id : 1', '[]', 0, '2020-05-22 13:07:17', '2020-05-22 13:07:17', '2021-05-22 13:07:17'), ('f95cc20fdbc9aeaa606122ecb07cb4043a8d4f05d11e4f21f16cdec7e3fa2749310ce1f022e0a105', 7, 1, 'account_id : 1', '[]', 0, '2020-06-05 03:30:39', '2020-06-05 03:30:39', '2021-06-05 03:30:39'), ('f96fe53ed21ee44161a6650901485d7044ae1ec0639180d006348c86294c956165f732a4dec65136', 1, 1, '1', '[]', 0, '2020-06-15 08:41:15', '2020-06-15 08:41:15', '2021-06-15 08:41:15'), ('f98b289f69a80d4f2ede1013cb753e2e7e1b2e5211af23c7b71efbde767ce5e25fe43abea82e4274', 2, 1, 'account_id : 1', '[]', 0, '2020-06-15 08:30:44', '2020-06-15 08:30:44', '2021-06-15 08:30:44'), ('f99711e056c99ecd02a87c68097544905ebf14dc5eb62d433d67cff461339161a51a52782c240973', 7, 1, '7', '[]', 0, '2020-05-23 10:51:29', '2020-05-23 10:51:29', '2021-05-23 10:51:29'), ('fa6b22746370e4436a62e4e3bcb8670bf3370c436fb59062c2341825c74ac3e1c1c32e0dc4322f7f', 7, 1, '7', '[]', 0, '2020-05-25 10:53:13', '2020-05-25 10:53:13', '2021-05-25 10:53:13'), ('fb121595586b44329dc804163a1ac8a169518f09a091468d6b65b27666b9237066d333ab9d75b123', 1, 1, 'account_id : 1', '[]', 0, '2020-06-15 14:31:31', '2020-06-15 14:31:31', '2021-06-15 14:31:31'), ('fb6c4991c962c130bba57e8e2e7166a1bad7bcab0a78d7897641c0b4e8f115017e7d10adb8ec63a2', 7, 1, 'account_id : 1', '[]', 0, '2020-06-14 12:47:21', '2020-06-14 12:47:21', '2021-06-14 12:47:21'), ('fc1623945572eb1462112b5c141358535e0947555acd37dcf9d9bbe20777ddfd1e5d00241ffad436', 1, 1, '1', '[]', 0, '2020-06-15 14:36:56', '2020-06-15 14:36:56', '2021-06-15 14:36:56'), ('fcc6421aee42f47e4addc3ab5f647fb6203f4d4233925363120c791b91db34b69316385b529976a3', 1, 1, '1', '[]', 0, '2020-06-15 14:44:46', '2020-06-15 14:44:46', '2021-06-15 14:44:46'), ('fda849bcc8c7e022ca35e4c80341f5e681172e2734bf92f86eb35c4b6a1c89047c75ce41f5df07dc', 12, 1, '12', '[]', 0, '2020-06-14 13:00:29', '2020-06-14 13:00:29', '2021-06-14 13:00:29'), ('fdac1ffb586304712fef3400d52ee7a3918c5e7bef8e2d21f6c78c695aaa630484129bcbc4617b25', 8, 1, 'account_id : 1', '[]', 0, '2020-06-17 05:21:23', '2020-06-17 05:21:23', '2021-06-17 05:21:23'); INSERT INTO `oauth_access_tokens` (`id`, `user_id`, `client_id`, `name`, `scopes`, `revoked`, `created_at`, `updated_at`, `expires_at`) VALUES ('fdcb1ec908fc3b69e11425d9962a870b7c377622ddacca947ef4d7ca386b41c120545272714330cd', 5, 1, 'account_id : 1', '[]', 0, '2020-06-14 04:51:00', '2020-06-14 04:51:00', '2021-06-14 04:51:00'), ('fded8c8c5b38e587f45227829d335a406ea16fbc88e69a6345f5ba166108135714736e05c6cec27e', 1, 1, '1', '[]', 0, '2020-06-09 08:19:10', '2020-06-09 08:19:10', '2021-06-09 08:19:10'), ('fe0ebec1751eaacb16a13406bb461c35f8674d7aed98a185bcfc0eb4520cb5dcb3ada8748debb030', 13, 1, '13', '[]', 0, '2020-06-15 14:30:28', '2020-06-15 14:30:28', '2021-06-15 14:30:28'), ('fe861d0e83c53220aa16e96212deb085f6b9e413205f322e8689e1d0e06fd748ba74237df98ed08a', 9, 1, 'account_id : 1', '[]', 0, '2020-06-14 12:48:41', '2020-06-14 12:48:41', '2021-06-14 12:48:41'), ('febf904f81f2380fc5b34a75f73f20f9a23b2b18ab4923fb075426b8421c69f467dcce9720607731', 1, 1, '1', '[]', 0, '2020-05-22 07:42:28', '2020-05-22 07:42:28', '2021-05-22 07:42:28'), ('ffa792edcf78bea4848f1c13d5187c5f2b801f18b42d6e3cfd4f8db9150adb282de05049a05f2fa1', 1, 1, '1', '[]', 0, '2020-06-17 03:40:03', '2020-06-17 03:40:03', '2021-06-17 03:40:03'); -- -------------------------------------------------------- -- -- Table structure for table `oauth_auth_codes` -- CREATE TABLE `oauth_auth_codes` ( `id` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL, `user_id` int(11) NOT NULL, `client_id` int(10) UNSIGNED NOT NULL, `scopes` text COLLATE utf8mb4_unicode_ci, `revoked` tinyint(1) NOT NULL, `expires_at` datetime DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `oauth_clients` -- CREATE TABLE `oauth_clients` ( `id` int(10) UNSIGNED NOT NULL, `user_id` int(11) DEFAULT NULL, `name` varchar(191) 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 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `oauth_clients` -- INSERT INTO `oauth_clients` (`id`, `user_id`, `name`, `secret`, `redirect`, `personal_access_client`, `password_client`, `revoked`, `created_at`, `updated_at`) VALUES (1, NULL, 'Laravel Personal Access Client', 'QcaX3Pqr9cgkYMGKnyc4GZJ70C1ZmLyFOb1iKBf4', 'http://localhost', 1, 0, 0, '2020-05-22 05:45:05', '2020-05-22 05:45:05'), (2, NULL, 'Laravel Password Grant Client', 'ZT9iJBb0wcXzDj9vrkvQTAeX3p00FN1tKwKGJezb', 'http://localhost', 0, 1, 0, '2020-05-22 05:45:05', '2020-05-22 05:45:05'); -- -------------------------------------------------------- -- -- Table structure for table `oauth_personal_access_clients` -- CREATE TABLE `oauth_personal_access_clients` ( `id` int(10) UNSIGNED NOT NULL, `client_id` int(10) UNSIGNED NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `oauth_personal_access_clients` -- INSERT INTO `oauth_personal_access_clients` (`id`, `client_id`, `created_at`, `updated_at`) VALUES (1, 1, '2020-05-22 05:45:05', '2020-05-22 05:45:05'); -- -------------------------------------------------------- -- -- Table structure for table `oauth_refresh_tokens` -- 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 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `permissions` -- CREATE TABLE `permissions` ( `id` int(10) UNSIGNED NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `guard_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `qa` -- CREATE TABLE `qa` ( `id` int(10) UNSIGNED NOT NULL, `title` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `question` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `answer` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `created_by` int(10) UNSIGNED NOT NULL, `updated_by` int(10) UNSIGNED DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `qa` -- INSERT INTO `qa` (`id`, `title`, `question`, `answer`, `created_by`, `updated_by`, `created_at`, `updated_at`) VALUES (2, 'Photosynthesis', '<p>What is the photosynthesis process?</p>', '<p>Second QA - answer</p>', 7, NULL, '2020-06-03 13:01:41', '2020-06-07 08:06:59'), (3, 'NepalRussia Frienship', '<ol>\n<li><strong><em> </em></strong><strong><em>May I request you to kindly highlight on Nepal-Russia relations?</em></strong></li>\n</ol>', '<p>The then Soviet assistance under Nepal Soviet economic and technical cooperation had introduced new dimension of developing public sector of Nepalese economy with foreign aid. The assistance from Soviet Union had covered wide areas like roads, industries, agriculture, education, hydro-electricity, technical know-how and medical services etc.</p>', 7, NULL, '2020-06-07 07:16:56', '2020-06-07 07:16:56'), (4, 'Commonly Used Device.', '<p>Which is the most commonly used device in communitcation?</p>', '<p>Telephone/Cell Phone.</p>', 7, NULL, '2020-06-07 08:04:35', '2020-06-07 08:04:35'), (5, 'Audio Summary', '<p>What did you learn from the audio lesson? A short note.</p>', '<p>An audio lesson about the community and nation was great. Without an educated community a nation cannot a sucessful rich nation. Hence our Community should be displined with moral values that help to going forward for the better nation.</p>', 7, NULL, '2020-06-17 06:34:03', '2020-06-17 06:34:03'), (6, 'Relationship', '<p>What is international relatioship?</p>', '<p>What is international relatioship?What is international relatioship?What is international relatioship?What is international relatioship?What is international relatioship?What is international relatioship.</p>', 7, NULL, '2020-06-17 14:22:25', '2020-06-17 14:22:25'), (7, 'Using color to add meaning only provides a visual indication, which will not be conveyed to users of assistive techn', '<p>Using color to add meaning only provides a visual indication, which will not be conveyed to users of assistive techn</p>', '<p>Using color to add meaning only provides a visual indication, which will not be conveyed to users of assistive techn</p>', 7, NULL, '2020-06-18 10:44:47', '2020-06-18 10:44:47'), (8, 'Q&A.2', '<p>1. What could be done to promote skilled manpower in Nepal?</p>', '<div class=\"panel panel-default\">\n<div id=\"15233\" class=\"panel-collapse collapse in\" role=\"tabpanel\" aria-labelledby=\"heading-15233\" aria-expanded=\"true\">To promote skilled manpower in Nepal, there should be practical education and employment opportunities in the country.</div>\n<div class=\"panel-collapse collapse in\" role=\"tabpanel\" aria-labelledby=\"heading-15233\" aria-expanded=\"true\">\n<div class=\"panel panel-default\">\n<div id=\"15233\" class=\"panel-collapse collapse in\" role=\"tabpanel\" aria-labelledby=\"heading-15233\" aria-expanded=\"true\">To promote skilled manpower in Nepal, there should be practical education and employment opportunities in the country.</div>\n</div>\n<div class=\"panel panel-default\">\n<div id=\"heading-15234\" class=\"panel-heading\" role=\"tab\">\n<h4 class=\"panel-title exercise\"> </h4>\n</div>\n</div>\n</div>\n</div>', 7, NULL, '2020-06-19 07:44:25', '2020-06-19 07:45:19'), (9, 'Q&A 3', '<p>What is meant by energy?</p>', '<div class=\"panel panel-default\">\n<div id=\"17399\" class=\"panel-collapse collapse in\" role=\"tabpanel\" aria-labelledby=\"heading-17399\" aria-expanded=\"true\">\n<p>Energy is the thermodynamic quantity equivalent to the capacity of a physical system to do work..</p>\n</div>\n</div>', 7, NULL, '2020-06-19 07:51:16', '2020-06-21 05:32:24'); -- -------------------------------------------------------- -- -- Table structure for table `quiz_options` -- CREATE TABLE `quiz_options` ( `id` int(10) UNSIGNED NOT NULL, `question_id` int(10) UNSIGNED NOT NULL, `option` longtext COLLATE utf8mb4_unicode_ci, `is_answer` int(10) UNSIGNED NOT NULL DEFAULT '0', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `quiz_options` -- INSERT INTO `quiz_options` (`id`, `question_id`, `option`, `is_answer`, `created_at`, `updated_at`) VALUES (4, 2, '<p>Railway</p>', 0, '2020-06-10 09:33:40', '2020-06-10 09:33:40'), (5, 2, '<p>Waterway</p>', 0, '2020-06-10 09:33:40', '2020-06-10 09:33:40'), (6, 2, '<p>Airway</p>', 0, '2020-06-10 09:33:40', '2020-06-10 09:33:40'), (7, 2, '<p>Roadway</p>', 1, '2020-06-10 09:33:40', '2020-06-10 09:33:40'), (10, 4, '<p>O 1</p>', 0, '2020-06-11 15:04:05', '2020-06-11 15:04:05'), (11, 4, '<p>O 2</p>', 0, '2020-06-11 15:04:05', '2020-06-11 15:04:05'), (12, 4, '<p>O 3</p>', 1, '2020-06-11 15:04:05', '2020-06-11 15:04:05'), (13, 5, '<p>O 1</p>', 0, '2020-06-11 15:04:36', '2020-06-11 15:04:36'), (14, 5, '<p>O 2</p>', 1, '2020-06-11 15:04:36', '2020-06-11 15:04:36'), (15, 5, '<p>O 3</p>', 0, '2020-06-11 15:04:36', '2020-06-11 15:04:36'), (16, 6, '<p>O 1</p>', 0, '2020-06-11 15:04:59', '2020-06-11 15:04:59'), (17, 6, '<p>O 2</p>', 1, '2020-06-11 15:04:59', '2020-06-11 15:04:59'), (18, 6, '<p>O 3</p>', 0, '2020-06-11 15:04:59', '2020-06-11 15:04:59'), (19, 7, '<p>H20</p>', 1, '2020-06-14 12:58:57', '2020-06-14 12:58:57'), (20, 7, '<p>H3o</p>', 0, '2020-06-14 12:58:57', '2020-06-14 12:58:57'), (21, 7, '<p>H4o</p>', 0, '2020-06-14 12:58:57', '2020-06-14 12:58:57'), (22, 8, '<p>x sq km</p>', 1, '2020-06-14 12:59:38', '2020-06-14 12:59:38'), (23, 8, '<p>y sq km</p>', 0, '2020-06-14 12:59:38', '2020-06-14 12:59:38'), (24, 8, '<p>z sq km</p>', 0, '2020-06-14 12:59:38', '2020-06-14 12:59:38'), (25, 9, '<p>15 Chaitra 2076</p>', 0, '2020-06-16 04:12:40', '2020-06-16 04:12:40'), (26, 9, '<p>10 Chaitra 2076</p>', 0, '2020-06-16 04:12:40', '2020-06-16 04:12:40'), (27, 9, '<p>11 Chaitra 2076</p>', 0, '2020-06-16 04:12:40', '2020-06-16 04:12:40'), (28, 9, '<p>13 Chaitra 2076</p>', 0, '2020-06-16 04:12:40', '2020-06-16 04:12:40'), (29, 10, '<p>Jestha 15 th 2077</p>', 0, '2020-06-16 05:38:18', '2020-06-17 10:45:52'), (30, 10, '<p>Jestha 25th 2077</p>', 0, '2020-06-16 05:38:18', '2020-06-17 10:45:52'), (31, 10, '<p>Jestha 32th 2077</p>', 0, '2020-06-16 05:38:18', '2020-06-17 10:45:52'), (32, 10, '<p>Jestha 31th 2077</p>', 1, '2020-06-16 05:38:18', '2020-06-17 10:45:52'); -- -------------------------------------------------------- -- -- Table structure for table `quiz_questions` -- CREATE TABLE `quiz_questions` ( `id` int(10) UNSIGNED NOT NULL, `question` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `quiz_type_id` int(10) UNSIGNED NOT NULL, `weight` double(10,2) NOT NULL DEFAULT '0.00', `solution` longtext COLLATE utf8mb4_unicode_ci, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `quiz_questions` -- INSERT INTO `quiz_questions` (`id`, `question`, `quiz_type_id`, `weight`, `solution`, `created_at`, `updated_at`) VALUES (1, '<p>FIrst question</p>', 1, 5.00, '<p>Test solution</p>', '2020-06-10 04:28:19', '2020-06-10 04:28:19'), (2, '<p>Which is the most flexible type of transportation available?</p>', 1, 10.00, '<p>Explanation: The other 3 types of transport systems have to depend upon the roads to reach their destination point from the terminals that is railway station, harbours and airports.</p>', '2020-06-10 09:33:40', '2020-06-10 09:33:40'), (4, '<p>Q 1</p>', 1, 5.00, '<p>test</p>', '2020-06-11 15:04:05', '2020-06-11 15:04:05'), (5, '<p>Q 2</p>', 1, 10.00, '<p>test</p>', '2020-06-11 15:04:36', '2020-06-11 15:04:36'), (6, '<p>Q 3</p>', 1, 15.00, '<p>test</p>', '2020-06-11 15:04:59', '2020-06-11 15:04:59'), (7, '<p>Formula of water?</p>', 1, 1.00, NULL, '2020-06-14 12:58:57', '2020-06-14 12:58:57'), (8, '<p>Radius of earth?</p>', 1, 1.00, NULL, '2020-06-14 12:59:38', '2020-06-14 12:59:38'), (9, '<p>When is the long down start in Nepal?</p>', 1, 10.00, '<p>11 Chaitra</p>', '2020-06-16 04:12:40', '2020-06-16 04:12:40'), (10, '<p>When did Government amended 2nd Consititution?</p>', 1, 10.00, '<p>Jestha 31th 2077</p>', '2020-06-16 05:38:18', '2020-06-16 05:38:18'); -- -------------------------------------------------------- -- -- Table structure for table `quiz_types` -- CREATE TABLE `quiz_types` ( `id` int(10) UNSIGNED NOT NULL, `code` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL, `name` varchar(256) COLLATE utf8mb4_unicode_ci NOT NULL, `is_active` tinyint(4) NOT NULL DEFAULT '0', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `quiz_types` -- INSERT INTO `quiz_types` (`id`, `code`, `name`, `is_active`, `created_at`, `updated_at`) VALUES (1, 'mcq', 'Multiple Choice Question', 1, NULL, NULL), (2, 'textbox', 'Text Box', 1, NULL, NULL), (3, 'textarea', 'Text Area', 1, NULL, NULL), (4, 'text_editor', 'Text Editor', 1, NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `resources` -- CREATE TABLE `resources` ( `id` int(10) UNSIGNED NOT NULL, `resource_subject_id` int(10) UNSIGNED DEFAULT NULL, `parent_id` int(10) UNSIGNED DEFAULT NULL, `title` varchar(256) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `is_published` int(10) UNSIGNED NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `resources` -- INSERT INTO `resources` (`id`, `resource_subject_id`, `parent_id`, `title`, `created_at`, `updated_at`, `is_published`) VALUES (15, 4, NULL, 'Means of Transport', '2020-05-27 16:13:43', '2020-05-28 08:15:34', 1), (16, 4, NULL, 'Communication', '2020-05-28 03:26:02', '2020-05-28 08:20:00', 1), (17, 4, NULL, 'Plants', '2020-05-28 09:30:00', '2020-05-28 09:30:00', 1), (18, 4, NULL, 'Animal Around Us', '2020-05-28 09:30:44', '2020-05-28 09:30:44', 0), (19, 4, NULL, 'Living things and non-living things', '2020-05-28 09:36:11', '2020-05-28 09:36:11', 1), (20, 2, NULL, 'My English', '2020-06-07 08:30:58', '2020-06-07 08:30:58', 1), (21, 24, NULL, 'We, Our Community and Nation', '2020-06-15 03:22:34', '2020-06-15 03:22:34', 1), (22, 24, NULL, 'Our Infrastructure of Development', '2020-06-15 03:23:09', '2020-06-15 03:23:09', 1), (23, 24, NULL, 'Social Problem and Prevention', '2020-06-15 03:33:26', '2020-06-15 03:33:26', 1), (24, 24, NULL, 'International Understanding, Peace and Coopoeration', '2020-06-15 06:28:04', '2020-06-15 06:28:04', 1), (25, 24, NULL, 'Lilly', '2020-06-18 09:41:58', '2020-06-18 09:41:58', 1); -- -------------------------------------------------------- -- -- Table structure for table `resource_assignments` -- CREATE TABLE `resource_assignments` ( `id` int(10) UNSIGNED NOT NULL, `resource_id` int(10) UNSIGNED NOT NULL, `title` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `instructions` longtext COLLATE utf8mb4_unicode_ci, `start_date` datetime NOT NULL, `has_deadline` int(10) UNSIGNED NOT NULL DEFAULT '0', `deadline_by` datetime DEFAULT NULL, `has_marks` int(10) UNSIGNED NOT NULL DEFAULT '0', `total_marks` int(11) DEFAULT NULL, `is_published` int(10) UNSIGNED NOT NULL DEFAULT '0', `published_by` int(10) UNSIGNED DEFAULT NULL, `published_at` datetime DEFAULT NULL, `created_by` int(10) UNSIGNED NOT NULL, `updated_by` int(10) UNSIGNED DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `resource_assignments` -- INSERT INTO `resource_assignments` (`id`, `resource_id`, `title`, `instructions`, `start_date`, `has_deadline`, `deadline_by`, `has_marks`, `total_marks`, `is_published`, `published_by`, `published_at`, `created_by`, `updated_by`, `created_at`, `updated_at`) VALUES (1, 15, 'Write a short history of Train.', '<p>Please don\'t copy from your friends.</p>', '2020-06-10 09:15:00', 1, '2020-06-17 09:15:00', 1, 20, 1, 7, '2020-06-05 03:33:28', 7, NULL, '2020-06-05 03:33:28', '2020-06-05 10:04:56'), (3, 15, 'Write an essay on Bus.', NULL, '2020-06-07 03:46:48', 1, '2020-06-09 03:47:11', 1, 50, 1, 7, '2020-06-05 10:03:13', 7, NULL, '2020-06-05 10:03:13', '2020-06-15 08:31:39'), (4, 17, 'Test 001', '<p>Test ins</p>', '2020-06-08 12:08:21', 0, NULL, 0, NULL, 1, 7, '2020-06-08 06:22:36', 7, NULL, '2020-06-08 06:22:36', '2020-06-08 06:22:36'), (5, 16, 'Home Work for Weekend', '<p>Write an essay on lockdown difficulty</p>', '2020-06-10 03:52:05', 1, '2020-06-12 03:52:31', 1, 100, 1, 7, '2020-06-10 10:07:43', 7, NULL, '2020-06-10 10:07:43', '2020-06-10 10:07:43'), (7, 24, 'Assignment 1', '<p>1. Answer the following questions by studying the news about science and technology given in a box below .</p>', '2020-06-15 01:52:30', 1, '2020-06-16 09:43:54', 0, NULL, 1, 7, '2020-06-15 08:07:47', 7, NULL, '2020-06-15 08:07:47', '2020-06-16 03:58:53'), (8, 24, 'Assignment 2', '<p>2. Make a list of the contribution that Nepal played for international peace and understanding.<br /><br /></p>', '2020-06-15 01:54:02', 0, NULL, 0, NULL, 1, 7, '2020-06-15 08:09:28', 7, NULL, '2020-06-15 08:09:28', '2020-06-15 08:09:28'), (9, 24, 'Assignment -3', '<p>3. Write the ways of keeping peace in Nepal considering that one should be able to keep peace in own country, which wishes peace in other countries.</p>', '2020-06-15 01:54:32', 0, NULL, 0, NULL, 1, 7, '2020-06-15 08:09:48', 7, NULL, '2020-06-15 08:09:48', '2020-06-15 08:09:48'), (10, 21, 'Assignment for Jun 25th', '<p>Listen carefully the sound clip and give your own answer.</p>', '2020-06-21 11:00:00', 1, '2020-06-25 01:00:00', 1, 100, 1, 7, '2020-06-19 06:19:24', 7, NULL, '2020-06-19 06:19:24', '2020-06-19 06:19:24'); -- -------------------------------------------------------- -- -- Table structure for table `resource_assignment_materials` -- CREATE TABLE `resource_assignment_materials` ( `id` int(10) UNSIGNED NOT NULL, `assignment_id` int(10) UNSIGNED NOT NULL, `material` longtext COLLATE utf8mb4_unicode_ci, `material_type_id` int(10) UNSIGNED DEFAULT NULL, `has_file` int(10) UNSIGNED NOT NULL DEFAULT '0', `file_type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `file_size` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `file_size_str` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `file_path` varchar(256) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `file_thumb_path` varchar(256) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `has_marks` int(10) UNSIGNED NOT NULL DEFAULT '0', `total_marks` int(11) NOT NULL, `is_published` int(10) UNSIGNED NOT NULL DEFAULT '0', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `resource_assignment_materials` -- INSERT INTO `resource_assignment_materials` (`id`, `assignment_id`, `material`, `material_type_id`, `has_file`, `file_type`, `file_size`, `file_size_str`, `file_path`, `file_thumb_path`, `has_marks`, `total_marks`, `is_published`, `created_at`, `updated_at`) VALUES (1, 9, '<p>3. Write the ways of keeping peace in Nepal considering that one should be able to keep peace in own country, which wishes peace in other countries.</p>', NULL, 0, NULL, NULL, NULL, NULL, NULL, 1, 100, 1, '2020-06-17 10:39:40', '2020-06-17 10:39:40'), (2, 8, '<p>2. Make a list of the contribution that Nepal played for international peace and understanding.</p>', NULL, 0, NULL, NULL, NULL, NULL, NULL, 1, 10, 1, '2020-06-18 07:08:14', '2020-06-18 07:08:14'), (3, 7, '<p>1. Answer the following questions by studying the news about science and technology given in a box below .</p>', NULL, 0, NULL, NULL, NULL, NULL, NULL, 1, 10, 1, '2020-06-18 07:08:31', '2020-06-18 07:08:31'), (4, 10, '<p>What author would like to you explain about the audio clip? Write a creative answer in your words not maximum 500 words.</p>', NULL, 0, NULL, NULL, NULL, NULL, NULL, 1, 20, 1, '2020-06-19 06:21:15', '2020-06-19 06:21:15'); -- -------------------------------------------------------- -- -- Table structure for table `resource_assignment_submissions` -- CREATE TABLE `resource_assignment_submissions` ( `id` int(10) UNSIGNED NOT NULL, `assignment_id` int(10) UNSIGNED NOT NULL, `student_id` int(10) UNSIGNED NOT NULL, `submitted_date` datetime DEFAULT NULL, `material` longtext COLLATE utf8mb4_unicode_ci, `material_type_id` int(10) UNSIGNED DEFAULT NULL, `has_file` int(10) UNSIGNED NOT NULL DEFAULT '0', `file_type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `file_size` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `file_size_str` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `file_path` varchar(256) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `file_thumb_path` varchar(256) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `teacher_feedback` longtext COLLATE utf8mb4_unicode_ci, `total_marks` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `resource_assignment_submissions` -- INSERT INTO `resource_assignment_submissions` (`id`, `assignment_id`, `student_id`, `submitted_date`, `material`, `material_type_id`, `has_file`, `file_type`, `file_size`, `file_size_str`, `file_path`, `file_thumb_path`, `teacher_feedback`, `total_marks`, `created_at`, `updated_at`) VALUES (1, 9, 25, '2020-06-17 10:41:03', '<p>Please see the attached document.</p>', 7, 1, 'image/jpeg', '20815', '20 KB', '/assets/uploads/assignment-submission/9/25/dates-1592390463.jpg', '/assets/thumbnails/assignment-submission/9/25/thumbs-1592390463dates.jpg', NULL, 0, '2020-06-17 10:41:03', '2020-06-17 10:41:03'), (2, 10, 25, '2020-06-19 07:42:55', '<p>A human who is able to handle new tools and technology, deal with changing issue and remain self- dependent with enough family income is the skilled manpower.</p>\n<p>Any four skilled manpower required for the development of the country are,</p>\n<ol>\n<li>Doctor</li>\n<li>Engineer</li>\n<li>Teacher</li>\n<li>Pilot</li>\n</ol>', 7, 1, 'image/jpeg', '476289', '465 KB', '/assets/uploads/assignment-submission/10/25/watermelon-1592552524.jpg', '/assets/thumbnails/assignment-submission/10/25/thumbs-1592552525Watermelon.jpg', NULL, 0, '2020-06-19 07:42:04', '2020-06-19 07:42:55'), (3, 10, 25, '2020-06-19 07:42:55', NULL, 7, 1, 'image/jpeg', '9769', '10 KB', '/assets/uploads/assignment-submission/10/25/kismiss-1592552575.jpeg', '/assets/thumbnails/assignment-submission/10/25/thumbs-1592552575kismiss.jpeg', NULL, 0, '2020-06-19 07:42:55', '2020-06-19 07:42:55'); -- -------------------------------------------------------- -- -- Table structure for table `resource_categories` -- CREATE TABLE `resource_categories` ( `id` int(10) UNSIGNED NOT NULL, `account_id` int(10) UNSIGNED NOT NULL, `parent_id` int(10) UNSIGNED DEFAULT NULL, `language_id` int(10) UNSIGNED DEFAULT NULL, `code` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL, `name` varchar(256) COLLATE utf8mb4_unicode_ci NOT NULL, `cover_image` varchar(256) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `is_active` int(10) UNSIGNED NOT NULL DEFAULT '1', `is_current` int(10) UNSIGNED NOT NULL DEFAULT '0', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `resource_categories` -- INSERT INTO `resource_categories` (`id`, `account_id`, `parent_id`, `language_id`, `code`, `name`, `cover_image`, `is_active`, `is_current`, `created_at`, `updated_at`) VALUES (1, 1, NULL, 2, 'ENG2076-77', '2076/2077', NULL, 1, 1, '2020-05-22 05:57:40', '2020-06-21 07:58:40'), (2, 1, NULL, 1, 'ENG2077-78', '2077/2078', 'data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBxISEhUTExMWFhUVFx0WGRcYGBgdHRgYHR4XHx8YHyAYHSgiHRolHh0YITEiJykrLi4uGh8zODMsNygtLisBCgoKDg0OGxAQGy0lICUtLS0tLS0tLS0vLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLf/AABEIAM4A9QMBEQACEQEDEQH/x', 1, 0, '2020-05-22 05:58:32', '2020-06-09 11:56:29'), (3, 1, 1, NULL, 'class_1', 'Class 1', '', 1, 0, '2020-05-22 06:01:04', '2020-05-22 06:01:04'), (4, 1, 1, NULL, 'class_2', 'Class 2', '', 1, 0, '2020-05-22 06:01:04', '2020-05-22 06:01:04'), (5, 1, 1, NULL, 'class_3', 'Class 3', '', 1, 0, '2020-05-22 06:01:04', '2020-05-22 06:01:04'), (6, 1, 1, NULL, 'class_4', 'Class 4', '', 1, 0, '2020-05-22 06:01:04', '2020-05-22 06:01:04'), (7, 1, 1, NULL, 'class_5', 'Class 5', '', 1, 0, '2020-05-22 06:01:04', '2020-05-22 06:01:04'), (8, 1, 1, NULL, 'class_6', 'Class 6', '', 1, 0, '2020-05-22 06:01:04', '2020-05-22 06:01:04'), (9, 1, 1, NULL, 'class_7', 'Class 7', '', 1, 0, '2020-05-22 06:01:04', '2020-05-22 06:01:04'), (10, 1, 1, NULL, 'class_8', 'Class 8', '', 1, 0, '2020-05-22 06:01:04', '2020-05-22 06:01:04'), (11, 1, 1, NULL, 'class_9', 'Class 9', '', 1, 0, '2020-05-22 06:01:04', '2020-05-22 06:01:04'), (12, 1, 1, NULL, 'class_10', 'Class 10', '', 1, 0, '2020-05-22 06:01:04', '2020-05-22 06:01:04'), (13, 1, 2, NULL, 'class_1', 'Class 1', '', 1, 0, '2020-05-22 06:01:25', '2020-05-22 06:01:25'), (14, 1, 2, NULL, 'class_2', 'Class 2', '', 1, 0, '2020-05-22 06:01:25', '2020-05-22 06:01:25'), (15, 1, 2, NULL, 'class_3', 'Class 3', '', 1, 0, '2020-05-22 06:01:25', '2020-05-22 06:01:25'), (16, 1, 2, NULL, 'class_4', 'Class 4', '', 1, 0, '2020-05-22 06:01:25', '2020-05-22 06:01:25'), (17, 1, 2, NULL, 'class_5', 'Class 5', '', 1, 0, '2020-05-22 06:01:25', '2020-05-22 06:01:25'), (18, 1, 2, NULL, 'class_6', 'Class 6', '', 1, 0, '2020-05-22 06:01:25', '2020-05-22 06:01:25'), (19, 1, 2, NULL, 'class_7', 'Class 7', '', 1, 0, '2020-05-22 06:01:25', '2020-05-22 06:01:25'), (20, 1, 2, NULL, 'class_8', 'Class 8', '', 1, 0, '2020-05-22 06:01:25', '2020-05-22 06:01:25'), (21, 1, 2, NULL, 'class_9', 'Class 9', '', 1, 0, '2020-05-22 06:01:25', '2020-05-22 06:01:25'), (22, 1, 2, NULL, 'class_10', 'Class 10', '', 1, 0, '2020-05-22 06:01:25', '2020-05-22 06:01:25'), (23, 1, 3, NULL, 'section_a', 'Section A', '', 1, 0, '2020-05-22 06:01:39', '2020-05-22 06:01:39'), (24, 1, 4, NULL, 'section_a', 'Section A', '', 1, 0, '2020-05-22 06:01:50', '2020-05-22 06:01:50'), (25, 1, 5, NULL, 'section_a', 'Section A', '', 1, 0, '2020-05-22 06:02:16', '2020-05-22 06:02:16'), (26, 1, 5, NULL, 'section_b', 'Section B', '', 1, 0, '2020-05-22 06:02:16', '2020-05-22 06:02:16'), (27, 1, 6, NULL, 'section_a', 'Section A', '', 1, 0, '2020-05-22 06:02:44', '2020-05-22 06:02:44'), (28, 1, 7, NULL, 'section_a', 'Section A', '', 1, 0, '2020-05-22 06:03:13', '2020-05-22 06:03:13'), (29, 1, 8, NULL, 'section_a', 'Section A', '', 1, 0, '2020-05-22 06:03:24', '2020-05-22 06:03:24'), (30, 1, 9, NULL, 'section_a', 'Section A', '', 1, 0, '2020-05-22 06:03:35', '2020-05-22 06:03:35'), (31, 1, 10, NULL, 'section_a', 'Section A', '', 1, 0, '2020-05-22 06:03:44', '2020-05-22 06:03:44'), (32, 1, 10, NULL, 'section_b', 'Section B', '', 1, 0, '2020-05-22 06:03:44', '2020-05-22 06:03:44'), (33, 1, 11, NULL, 'section_a', 'Section A', '', 1, 0, '2020-05-22 06:03:51', '2020-05-22 06:03:51'), (34, 1, 11, NULL, 'section_b', 'Section B', '', 1, 0, '2020-05-22 06:03:51', '2020-05-22 06:03:51'), (35, 1, 12, NULL, 'section_a', 'Section A', '', 1, 0, '2020-05-22 06:03:58', '2020-05-22 06:03:58'), (36, 1, 12, NULL, 'section_b', 'Section B', '', 1, 0, '2020-05-22 06:03:58', '2020-05-22 06:03:58'), (37, 1, 13, NULL, 'section_a', 'Section A', '', 1, 0, '2020-05-22 06:06:13', '2020-05-22 06:06:13'), (38, 1, 13, NULL, 'section_b', 'Section B', '', 1, 0, '2020-05-22 06:06:13', '2020-05-22 06:06:13'), (39, 1, 14, NULL, 'section_a', 'Section A', '', 1, 0, '2020-05-22 06:06:26', '2020-05-22 06:06:26'), (40, 1, 15, NULL, 'section_a', 'Section A', '', 1, 0, '2020-05-22 06:07:07', '2020-05-22 06:07:07'), (41, 1, 16, NULL, 'section_a', 'Section A', '', 1, 0, '2020-05-22 06:07:14', '2020-05-22 06:07:14'), (42, 1, 17, NULL, 'section_a', 'Section A', '', 1, 0, '2020-05-22 06:07:20', '2020-05-22 06:07:20'), (43, 1, 18, NULL, 'section_a', 'Section A', '', 1, 0, '2020-05-22 06:07:32', '2020-05-22 06:07:32'), (44, 1, 19, NULL, 'section_a', 'Section A', '', 1, 0, '2020-05-22 06:07:54', '2020-05-22 06:07:54'), (45, 1, 20, NULL, 'section_a', 'Section A', '', 1, 0, '2020-05-22 06:08:05', '2020-05-22 06:08:05'), (46, 1, 21, NULL, 'section_a', 'Section A', '', 1, 0, '2020-05-22 06:08:12', '2020-05-22 06:08:12'), (47, 1, 22, NULL, 'section_a', 'Section A', '', 1, 0, '2020-05-22 06:08:19', '2020-05-22 06:08:19'); -- -------------------------------------------------------- -- -- Table structure for table `resource_lessons` -- CREATE TABLE `resource_lessons` ( `id` int(10) UNSIGNED NOT NULL, `resource_id` int(10) UNSIGNED NOT NULL, `sequence` int(11) DEFAULT NULL, `title` varchar(256) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `is_published` int(10) UNSIGNED NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `resource_lessons` -- INSERT INTO `resource_lessons` (`id`, `resource_id`, `sequence`, `title`, `created_at`, `updated_at`, `is_published`) VALUES (24, 15, NULL, 'Means of Transport', '2020-05-27 16:13:57', '2020-05-28 08:18:07', 1), (25, 16, NULL, 'Communication', '2020-05-28 03:26:23', '2020-05-28 08:37:57', 1), (26, 17, NULL, 'Plants', '2020-05-28 09:35:27', '2020-05-28 09:35:27', 1), (28, 18, NULL, 'Animal Around Us', '2020-05-28 09:51:42', '2020-05-28 09:51:42', 1), (29, 18, NULL, 'Practice Worssheet.', '2020-05-28 09:52:35', '2020-05-28 09:52:35', 1), (30, 19, NULL, 'Living and non living things', '2020-05-29 10:27:11', '2020-05-29 10:27:11', 1), (31, 19, NULL, 'Pdf test', '2020-05-30 11:37:30', '2020-05-30 11:37:30', 1), (32, 19, NULL, 'New pdf of the lecture', '2020-06-02 08:36:40', '2020-06-02 08:36:40', 1), (33, 19, NULL, 'Video Lecture', '2020-06-05 15:37:44', '2020-06-05 15:37:44', 1), (34, 19, NULL, 'Video Tutorial', '2020-06-05 15:55:07', '2020-06-05 15:55:07', 1), (36, 19, NULL, 'Small video', '2020-06-14 04:58:52', '2020-06-14 04:58:52', 1), (37, 19, NULL, 'Ravi Shankar', '2020-06-14 04:59:56', '2020-06-14 04:59:56', 1), (38, 22, NULL, 'Skilled Human Resources for Development Activities', '2020-06-15 03:24:54', '2020-06-15 03:24:54', 1), (39, 23, NULL, 'Girls Trafficking and Prostitution', '2020-06-15 03:34:24', '2020-06-15 03:34:24', 1), (40, 23, NULL, 'Social Malpractices', '2020-06-15 03:34:58', '2020-06-15 03:34:58', 1), (41, 23, NULL, 'Corruption: A Major Social Problem', '2020-06-15 03:35:30', '2020-06-15 03:35:30', 1), (42, 23, NULL, 'Drugs Addiction', '2020-06-15 03:36:01', '2020-06-15 03:36:01', 1), (43, 23, NULL, 'Refugee Problem', '2020-06-15 03:36:47', '2020-06-15 03:36:47', 1), (44, 23, NULL, 'Role of international organization to Solve Social Problems', '2020-06-15 03:37:18', '2020-06-15 03:37:18', 1), (45, 23, NULL, 'Role of Scouts in the Development of Nepal', '2020-06-15 03:38:10', '2020-06-15 03:38:10', 1), (46, 23, NULL, 'Contribution of the Red Cross and SOS for Development', '2020-06-15 03:38:42', '2020-06-15 03:38:42', 1), (47, 24, NULL, 'International Understanding, Peace and Coopoeraion', '2020-06-15 06:29:13', '2020-06-15 06:31:03', 1), (48, 19, NULL, 'Baby animals - funny cats and dogs compilation', '2020-06-15 07:09:47', '2020-06-15 07:09:47', 1), (49, 24, NULL, 'Video Lecture of Peace and Coperation', '2020-06-17 05:48:38', '2020-06-17 05:48:38', 1), (50, 22, NULL, 'Infrastructure Development in PDF', '2020-06-17 06:09:24', '2020-06-17 06:09:24', 1), (51, 22, NULL, 'Bagmati Bridge', '2020-06-17 06:23:07', '2020-06-17 06:23:07', 1), (52, 21, NULL, 'Audio Lesson', '2020-06-17 06:28:22', '2020-06-17 06:28:22', 1); -- -------------------------------------------------------- -- -- Table structure for table `resource_lesson_materials` -- CREATE TABLE `resource_lesson_materials` ( `id` int(10) UNSIGNED NOT NULL, `resource_lesson_id` int(10) UNSIGNED NOT NULL, `material_id` int(10) UNSIGNED NOT NULL, `sequence` int(11) DEFAULT NULL, `title` varchar(256) COLLATE utf8mb4_unicode_ci NOT NULL, `is_published` int(10) UNSIGNED NOT NULL DEFAULT '0', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `resource_lesson_materials` -- INSERT INTO `resource_lesson_materials` (`id`, `resource_lesson_id`, `material_id`, `sequence`, `title`, `is_published`, `created_at`, `updated_at`) VALUES (6, 24, 24, NULL, 'Transport', 1, '2020-05-27 16:13:57', '2020-06-07 08:08:07'), (7, 25, 25, NULL, 'Communication', 1, '2020-05-28 03:26:23', '2020-05-28 08:21:15'), (8, 26, 26, NULL, 'Plants', 1, '2020-05-28 09:35:27', '2020-05-28 09:35:27'), (10, 28, 28, NULL, 'Animal Around Us', 1, '2020-05-28 09:51:42', '2020-05-28 09:51:42'), (11, 29, 29, NULL, 'Practice Worssheet.', 1, '2020-05-28 09:52:35', '2020-05-28 09:52:35'), (12, 30, 30, NULL, 'Living and non living things', 1, '2020-05-29 10:27:11', '2020-05-29 10:27:11'), (13, 31, 31, NULL, 'Pdf test', 1, '2020-05-30 11:37:30', '2020-05-30 11:37:30'), (14, 32, 32, NULL, 'New pdf of the lecture', 1, '2020-06-02 08:36:40', '2020-06-02 08:36:40'), (15, 33, 33, NULL, 'Video Lecture', 1, '2020-06-05 15:37:44', '2020-06-05 15:37:44'), (16, 34, 34, NULL, 'Video Tutorial', 1, '2020-06-05 15:55:07', '2020-06-05 15:55:07'), (18, 36, 36, NULL, 'Small video', 1, '2020-06-14 04:58:52', '2020-06-14 04:58:52'), (19, 37, 37, NULL, 'Ravi Shankar', 1, '2020-06-14 04:59:56', '2020-06-14 04:59:56'), (20, 38, 38, NULL, 'Skilled Human Resources for Development Activities', 1, '2020-06-15 03:24:54', '2020-06-15 03:24:54'), (21, 39, 39, NULL, 'Girls Trafficking and Prostitution', 1, '2020-06-15 03:34:24', '2020-06-15 03:34:24'), (22, 40, 40, NULL, 'Social Malpractices', 1, '2020-06-15 03:34:58', '2020-06-15 03:34:58'), (23, 41, 41, NULL, 'Corruption: A Major Social Problem', 1, '2020-06-15 03:35:30', '2020-06-15 03:35:30'), (24, 42, 42, NULL, 'Drugs Addiction', 1, '2020-06-15 03:36:01', '2020-06-15 03:36:01'), (25, 43, 43, NULL, 'Refugee Problem', 1, '2020-06-15 03:36:47', '2020-06-15 03:36:47'), (26, 44, 44, NULL, 'Role of international organization to Solve Social Problems', 1, '2020-06-15 03:37:18', '2020-06-15 03:37:18'), (27, 45, 45, NULL, 'Role of Scouts in the Development of Nepal', 1, '2020-06-15 03:38:10', '2020-06-15 03:38:10'), (28, 46, 46, NULL, 'Contribution of the Red Cross and SOS for Development', 1, '2020-06-15 03:38:42', '2020-06-15 03:38:42'), (29, 47, 47, NULL, 'International Understanding, Peace and Coopoeraion', 1, '2020-06-15 06:29:13', '2020-06-17 10:55:38'), (30, 48, 48, NULL, 'Baby animals - funny cats and dogs compilation', 1, '2020-06-15 07:09:47', '2020-06-15 07:09:47'), (31, 49, 49, NULL, 'Video Lecture of Peace and Coperation', 0, '2020-06-17 05:48:38', '2020-06-18 12:02:01'), (32, 50, 50, NULL, 'Infrastructure Development in PDF', 1, '2020-06-17 06:09:24', '2020-06-17 06:09:24'), (33, 51, 51, NULL, 'Bagmati Bridge', 1, '2020-06-17 06:23:07', '2020-06-17 06:23:07'), (34, 52, 52, NULL, 'Audio Lesson', 1, '2020-06-17 06:28:22', '2020-06-17 06:28:22'); -- -------------------------------------------------------- -- -- Table structure for table `resource_materials` -- CREATE TABLE `resource_materials` ( `id` int(10) UNSIGNED NOT NULL, `type_id` int(10) UNSIGNED NOT NULL, `is_content` tinyint(4) NOT NULL DEFAULT '0', `content` longtext COLLATE utf8mb4_unicode_ci, `content_url` varchar(512) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `cover_image` varchar(256) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `title` varchar(256) COLLATE utf8mb4_unicode_ci NOT NULL, `caption` varchar(256) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `source_text` varchar(256) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `content_embed` varchar(500) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `source_link` varchar(256) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `is_attachment` int(10) UNSIGNED NOT NULL DEFAULT '0', `file_type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `file_size` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `file_size_str` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `resource_materials` -- INSERT INTO `resource_materials` (`id`, `type_id`, `is_content`, `content`, `content_url`, `cover_image`, `title`, `caption`, `source_text`, `created_at`, `updated_at`, `content_embed`, `source_link`, `is_attachment`, `file_type`, `file_size`, `file_size_str`) VALUES (24, 1, 1, '<h5><strong>We generally walk for shorter distance and take any transport for longer distance. In olden days bullock-carts, horse driven cart and boats were only means of transport for commuting from one place to another. These means are still used in villages to travel and transport things. Animals like donkeys, bulls, mules, camels, and asses are used to carry loads for longer distances.</strong><br /><br /><strong><img role=\"presentation\" src=\"https://cdn-0.educationwithfun.com/pluginfile.php/106/mod_page/intro/Animal%20Transport.PNG?time=1536946700306\" alt=\"\" width=\"193\" height=\"302\" /></strong><br /><strong><span id=\"ezoic-pub-ad-placeholder-112\"></span></strong><br /><br /><strong><span id=\"div-gpt-ad-educationwithfun_com-box-3-0\" data-google-query-id=\"CMrOl5mO1ukCFQv7aAodpk0EuQ\"></span></strong><br /><br /><br /><br /><br /><strong>The various means of Transport available are:</strong><br /><br /><strong>Land Transport<span id=\"ezoic-pub-ad-placeholder-114\"></span></strong><br /><br /><strong><img role=\"presentation\" src=\"https://cdn-0.educationwithfun.com/pluginfile.php/106/mod_page/intro/Types%20of%20land%20transport.PNG?time=1536946729040\" alt=\"\" width=\"562\" height=\"78\" /></strong><br /><br /><strong>Road Transport – Roads connect different villages, town and cities. The most common road vehicles include buses, trucks, motorcycles, scooter, rickshaw, car, vans and bicycles. Bus carries large number of passengers near about 50-60.</strong><br /><br /><strong><img role=\"presentation\" src=\"https://cdn-0.educationwithfun.com/pluginfile.php/106/mod_page/intro/Road%20Transport.PNG?time=1536946774000\" alt=\"\" width=\"211\" height=\"467\" /></strong><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><strong>Rail Transport – Rail transport includes all transport over rails or tracks. This includes trains (both passenger as well as goods train), metro and trams. Rail transport carries more people or goods compared to road transport.</strong><br /><br /><strong><img role=\"presentation\" src=\"https://cdn-0.educationwithfun.com/pluginfile.php/106/mod_page/intro/Rail%20Transport.PNG?time=1536946815281\" alt=\"\" width=\"230\" height=\"527\" /></strong><br /><br /><br /><br /><br /><strong>Air Transport –Air transport includes all transport through the air such as airplanes, helicopters. It is the fastest means of transport and connects all major cities. Air transport is expensive. It is possible to reach other country in few hours or a day through air transport. Hot air balloon and blimp is a flight technology used for pleasure rides. A rocket is a flying vehicle used for space exploration or airborne weapon.</strong><br /><br /><strong><img role=\"presentation\" src=\"https://cdn-0.educationwithfun.com/pluginfile.php/106/mod_page/intro/Air%20Transport.PNG?time=1536946846777\" alt=\"\" width=\"221\" height=\"362\" /></strong><br /><br /><strong>Water Transport – Water transport includes boat, ship, steamer, yacht, submarines. Steamers and boats sail along big rivers and ships sail in the oceans and seas carrying passengers and goods from place to another. Water transport is slow as compared to road, rail or air transport.<span id=\"ezoic-pub-ad-placeholder-102\"></span></strong><br /><br /><strong><span id=\"div-gpt-ad-educationwithfun_com-medrectangle-3-0\" data-google-query-id=\"CPzwhaKO1ukCFeUdtwAdpz4LsQ\"></span></strong><br /><br /><strong>A yacht is a medium-sized sailing boat used for private cruising, racing, or other noncommercial purposes.</strong><br /><br /><strong><img role=\"presentation\" src=\"https://cdn-0.educationwithfun.com/pluginfile.php/106/mod_page/intro/Water%20Transport.PNG?time=1536946904365\" alt=\"\" width=\"194\" height=\"430\" /></strong><br /><br /><strong>Submarine - A submarine is a watercraft designed to operate completely underwater in the sea for long period. Submarines are most noticeable in navies and used for military purpose. However, they are also used by scientists to travel deep into the sea to study deep water sea life.</strong><br /><br /><strong><img role=\"presentation\" src=\"https://cdn-0.educationwithfun.com/pluginfile.php/106/mod_page/intro/Submarine.PNG?time=1536946935379\" alt=\"\" width=\"299\" height=\"169\" /></strong><br /><br /><strong>Transport can also be grouped as personal or public.</strong><br /><br /><strong>Personal transport is owned by individual for personal use. Example: car, scooter, bicycle etc.</strong><br /><br /><strong>Public transport is owned by government or private body for general public. Example: bus, train, ship, taxi etc.</strong></h5>', NULL, NULL, 'Transport', NULL, NULL, '2020-05-27 16:13:57', '2020-06-08 08:38:12', NULL, NULL, 0, NULL, NULL, NULL), (25, 1, 1, '<p id=\"yui_3_17_2_1_1590654001907_21\"><span id=\"yui_3_17_2_1_1590654001907_20\">We Human beings are very intelligent and have created our own languages to communicate with each other. Every day we talk with many people about different issues, likes and dislikes, ideas, feelings etc. This exchange of ideas and thoughts with each other is called communication.</span></p>\n<p> <span id=\"ezoic-pub-ad-placeholder-112\" class=\"ezoic-adpicker-ad\"></span>Means of communication</p>\n<p><img class=\"img-responsive atto_image_button_text-bottom\" role=\"presentation\" src=\"https://cdn-0.educationwithfun.com/pluginfile.php/112/mod_page/intro/Means%20of%20Communication.PNG?time=1536946302308\" alt=\"\" width=\"593\" height=\"337\" /><br /><span id=\"ezoic-pub-ad-placeholder-114\" class=\"ezoic-adpicker-ad\"></span></p>\n<p><span class=\"ezoic-ad box-3 adtester-container adtester-container-114\" data-ez-name=\"educationwithfun_com-box-3\"><span id=\"div-gpt-ad-educationwithfun_com-box-3-0\" class=\"ezoic-ad ezfound\" data-google-query-id=\"CKWUwvaP1ukCFYuIcAodVGIAMA\"></span></span></p>\n<p>Communication can be done through spoken word, letters, signs, symbols, mails, gestures and postures of our body. In earlier times letters were used for communication which used to take long time to reach the concerned person. These days we have fast means of communication such as telephone, short message service (SMS) and e-mail (electronic mail). To communicate with a number of people in different parts of the world at same time we can use mass communication such as radio, television, newspaper.</p>\n<p>Internet</p>\n<p id=\"yui_3_17_2_1_1590654001907_35\">Internet is such an important now days. We all use internet to search information and for shopping through online. Through internet and computer we can chat with our dear one who are living very far in different country. Through the webcam we see each other also. Computer and internet has not only made possible for the family to talk, but also hear, write, read and see. It is fastest means of communication and helps us keep in touch with our family we care about.</p>', NULL, NULL, 'Communication', NULL, NULL, '2020-05-28 03:26:23', '2020-05-28 08:21:15', NULL, NULL, 0, NULL, NULL, NULL), (26, 1, 1, '<p>Plants are important part of nature. They can live on land and in water. Plants are very useful to us and we get many things from plant such as food, wood, paper etc. Most of our food that we eat comes from plants for example -fruits, vegetables, cereals, pulses etc. We eat roots, leaves, stems, flowers and fruits of plants. <span id=\"ezoic-pub-ad-placeholder-112\" class=\"ezoic-adpicker-ad\"></span></p>\n<p>Plants have different parts. Each part serves different functions that help the plant survive.<span id=\"ezoic-pub-ad-placeholder-114\" class=\"ezoic-adpicker-ad\"></span></p>\n<p><span class=\"ezoic-ad box-3 adtester-container adtester-container-114\" data-ez-name=\"educationwithfun_com-box-3\"><span id=\"div-gpt-ad-educationwithfun_com-box-3-0\" class=\"ezoic-ad ezoic-adl ezfound\" data-google-query-id=\"CJiG6uaf1ukCFZefaAodQ28I3Q\"></span></span></p>\n<p><strong>Main parts of plants:-</strong></p>\n<p><img class=\"img-responsive atto_image_button_text-bottom\" role=\"presentation\" src=\"https://cdn-0.educationwithfun.com/pluginfile.php/115/mod_page/intro/Parts%20of%20Plant.PNG?time=1536945878388\" alt=\"\" width=\"387\" height=\"283\" /></p>\n<p><strong>Roots</strong></p>\n<p>Roots lies below the surface of the soil and hold the plant firmly in place. Its main function is to absorb water and nutrients for the plant. It store food and nutrients and provide support to the plant. Roots of many plants are eaten as food such as beetroot, radish, carrot etc.</p>\n<p><img class=\"img-responsive atto_image_button_text-bottom\" role=\"presentation\" src=\"https://cdn-0.educationwithfun.com/pluginfile.php/115/mod_page/intro/Roots.PNG?time=1536945909352\" alt=\"\" width=\"588\" height=\"170\" /><br /><strong>Stem</strong></p>\n<p>Stem can be green or brown and can be thin or thick. It holds the plant upright. It carries water and minerals from the roots to the leaves and takes the food back down the plant to be distributed and stored. It supports the branches, leaves, flowers and fruits and connects them with the roots. Stems of many plants are eaten as food such as potato, ginger etc.<span id=\"ezoic-pub-ad-placeholder-102\" class=\"ezoic-adpicker-ad\"></span></p>\n<div id=\"google_ads_iframe_/1254144/educationwithfun_com-medrectangle-3_0__container__\"></div>\n<p><span class=\"ezoic-ad medrectangle-3 adtester-container adtester-container-102\" data-ez-name=\"educationwithfun_com-medrectangle-3\"><span id=\"div-gpt-ad-educationwithfun_com-medrectangle-3-0\" class=\"ezoic-ad ezoic-adl ezfound\" data-google-query-id=\"CJy3vNSf1ukCFXmErAIdNl8AoA\"></span></span></p>\n<p><img class=\"img-responsive atto_image_button_text-bottom\" role=\"presentation\" src=\"https://cdn-0.educationwithfun.com/pluginfile.php/115/mod_page/intro/Stem.PNG?time=1536945945515\" alt=\"\" width=\"499\" height=\"140\" /></p>\n<p><strong>Leaf</strong></p>\n<p>Leaf is a flattened structure of plant which is typically green and blade-like, that is attached to a stem. Leaves are of different shapes, sizes and texture. Some leaves are wide and hairy whereas some leaves are small and shaped like needles. Green leaves prepare food for plant through the process of photosynthesis that’s why leaves are called food factory of plants. In the process of photosynthesis leaf prepare food material in the presence of sunlight, water, carbon dioxide and green pigment called chlorophyll present in the leaf. There are large number of minute openings present on the leaves, called stomata, through which gaseous exchange takes place between the atmosphere and the plant body. Non green plants such as mushroom do not prepare their food. Leaves of many plants are eaten as food such as spinach, lettuce, cabbage etc.</p>\n<p><img class=\"img-responsive atto_image_button_text-bottom\" role=\"presentation\" src=\"https://cdn-0.educationwithfun.com/pluginfile.php/115/mod_page/intro/Leaves.PNG?time=1536945989953\" alt=\"\" width=\"512\" height=\"123\" /> </p>\n<p><strong>Flowers</strong></p>\n<p>Flowers are the most attractive part of a plant. Each flower types have a different physical structure, colour and scent from those of other flower type plants. Petals and the flowers smell attract insects and bees to pollinate the flower. Sweet smelling flowers petals are used for making perfumes. Flowers are widely used for decoration and for making garlands. Some of the common flowers are lotus, rose, marigold, jasmine, sunflower, hibiscus etc. Flowers that we eat are broccoli and cauliflower.</p>\n<p><span id=\"ezoic-pub-ad-placeholder-103\" class=\"ezoic-adpicker-ad\"></span></p>\n<div id=\"google_ads_iframe_/1254144/educationwithfun_com-medrectangle-4_0__container__\"></div>\n<p><span class=\"ezoic-ad medrectangle-4 adtester-container adtester-container-103\" data-ez-name=\"educationwithfun_com-medrectangle-4\"><span id=\"div-gpt-ad-educationwithfun_com-medrectangle-4-0\" class=\"ezoic-ad ezoic-adl ezfound\" data-google-query-id=\"CIm78uaf1ukCFTYKtwAd7eUK2A\"></span></span><img class=\"img-responsive atto_image_button_text-bottom\" role=\"presentation\" src=\"https://cdn-0.educationwithfun.com/pluginfile.php/115/mod_page/intro/Flower.PNG?time=1536946022089\" alt=\"\" width=\"508\" height=\"141\" /><br /> </p>\n<p><strong>Fruits</strong></p>\n<p>The fruit is a fleshy or dry ripened part of a plant, enclosing the seed or seeds. Some of the fruits that we eat are orange, mango, apple, grapes, etc.</p>\n<p><img class=\"img-responsive atto_image_button_text-bottom\" role=\"presentation\" src=\"https://cdn-0.educationwithfun.com/pluginfile.php/115/mod_page/intro/Fruit.PNG?time=1536946052315\" alt=\"\" width=\"527\" height=\"139\" /><br /> <strong>Seeds</strong></p>\n<p>The hard part inside the fruit is called seed. Most plants grow from seeds. Some fruit seeds we eat are pomegranate, banana, fig, guava, kiwi, grapes etc. We do not eat seed of apple, chikoo and many other fruits.</p>\n<p><span id=\"ezoic-pub-ad-placeholder-104\" class=\"ezoic-adpicker-ad\"></span><strong><span lang=\"EN-CA\">Plant Needs</span></strong></p>\n<div id=\"google_ads_iframe_/1254144/educationwithfun_com-box-4_0__container__\"></div>\n<p><span class=\"ezoic-ad box-4 adtester-container adtester-container-104\" data-ez-name=\"educationwithfun_com-box-4\"><span id=\"div-gpt-ad-educationwithfun_com-box-4-0\" class=\"ezoic-ad ezoic-adl ezfound\" data-google-query-id=\"CI_nutSf1ukCFQQQaAodxU0OVA\"></span></span></p>\n<p><span lang=\"EN-CA\">Plants are living organism and need food for growth. Plants prepare their own food. The necessary ingredients plants need to make their food are:-</span></p>\n<p><span lang=\"EN-CA\">Sunlight</span><span lang=\"EN-CA\"> – Plants leaves absorb sunlight as required by the plant. Some plants need more sunlight and some need less. There are plants that need shade as they require very limited amount of sunlight. </span></p>\n<p><span lang=\"EN-CA\">Sufficient water</span><span lang=\"EN-CA\"> – Adequate water is required for the healthy growth of plants. Too much or too little water will harm the plants and plant may die. Plant absorbs water by roots. The amount of water needed varies between all types of plants. </span></p>\n<p><span lang=\"EN-CA\">Adequate air and temperature</span> <span lang=\"EN-CA\">– Plants take in carbon dioxide through leaves and gives out oxygen in the process of photosynthesis. The plants should be around little wind to help sustain their structural components. </span></p>\n<p><span lang=\"EN-CA\">Rich soil </span><span lang=\"EN-CA\">-</span><span id=\"yui_3_17_2_1_1590658204529_33\" lang=\"EN-CA\"> Plants derive nutrients or minerals that they need from the soil where they are planted. These minerals are taken in by the roots.</span></p>\n<p><span lang=\"EN-CA\">Space</span><span lang=\"EN-CA\">–</span><span lang=\"EN-CA\"> Plants need sufficient space to grow and expand their roots to bind them to the ground.</span> <span lang=\"EN-CA\">Overcrowded plants are more likely to die.<u></u></span></p>', NULL, NULL, 'Plants', NULL, NULL, '2020-05-28 09:35:27', '2020-05-28 09:35:27', NULL, NULL, 0, NULL, NULL, NULL), (28, 1, 1, '<p>When we look in our surrounding, we discover different kind of animals. Animals are found all over the world. They differ in sizes, shapes, color and in kind of places they live in. Animals are living beings and need food, water, and shelter to live.</p>\n<p> <span id=\"ezoic-pub-ad-placeholder-112\" class=\"ezoic-adpicker-ad\"></span>Types of animals are:</p>\n<p><strong><u>Wild Animals</u></strong> – Animal that lives in nature / forest (i.e. shelter is not provided by man) and are responsible for getting their own food and water are called wild animal. Some of the wild animal we can see in zoo. Wild animals are fierce and dangerous. Lion is called ‘The king of Jungle’. Example includes foxes, deer, lion, bear, giraffe etc.<span id=\"ezoic-pub-ad-placeholder-114\" class=\"ezoic-adpicker-ad\"></span></p>\n<div id=\"google_ads_iframe_/1254144/educationwithfun_com-box-3_0__container__\"></div>\n<p><span class=\"ezoic-ad box-3 adtester-container adtester-container-114\" data-ez-name=\"educationwithfun_com-box-3\"><span id=\"div-gpt-ad-educationwithfun_com-box-3-0\" class=\"ezoic-ad ezfound\" data-google-query-id=\"CJe9gJCh1ukCFR8PtwAdUO0F-A\"></span></span></p>\n<p><img class=\"img-responsive atto_image_button_text-bottom\" role=\"presentation\" src=\"https://cdn-0.educationwithfun.com/pluginfile.php/118/mod_page/intro/Wild%20Animals.PNG\" alt=\"\" width=\"472\" height=\"136\" /></p>\n<p><strong><u>Domestic animal</u> </strong>– Those animals that depend on humans for its shelter, food, water, and general care are called domestic animals. Examples include house cats, dogs, parakeets, a cow, horse, sheep, pig etc.</p>\n<p><strong><u>Pet animal</u> </strong>– Pet animals are domestic animals that are kept for companionship and amusement. Pet animal includes dog, cat, parrot, myna etc.</p>\n<p><img class=\"img-responsive atto_image_button_text-bottom\" role=\"presentation\" src=\"https://cdn-0.educationwithfun.com/pluginfile.php/118/mod_page/intro/Pet%20Animals.PNG\" alt=\"\" width=\"506\" height=\"151\" /></p>\n<p><strong><u>Farm animal</u> -</strong> Farm animals are the animals that are reared for a purpose that is for their meat, their milk, their hair, or something else. Example includes sheep goat, cow, buffalo etc.</p>\n<p><span class=\"ezoic-ad medrectangle-3 adtester-container adtester-container-102\" data-ez-name=\"educationwithfun_com-medrectangle-3\"><span id=\"div-gpt-ad-educationwithfun_com-medrectangle-3-0\" class=\"ezoic-ad ezfound\" data-google-query-id=\"CJrhkJCh1ukCFVnIcwEdoK0AXg\"></span></span></p>\n<p><img class=\"img-responsive atto_image_button_text-bottom\" role=\"presentation\" src=\"https://cdn-0.educationwithfun.com/pluginfile.php/118/mod_page/intro/Farm%20Animals.PNG\" alt=\"\" width=\"512\" height=\"145\" /></p>\n<p><strong><u>Note: -</u></strong> Whether an animal is domestic or a wild depend on the situation. For example, people domesticate horse and hence it is a domestic animal but horses also found in jungle, hence it is a wild animal.</p>\n<p><strong><u>Land animals</u></strong> – Animals that live primarily on land is called land animal. Example includes peacock, horse, rhinoceros, elephant, giraffe, buffalo etc.</p>\n<p><img class=\"img-responsive atto_image_button_text-bottom\" role=\"presentation\" src=\"https://cdn-0.educationwithfun.com/pluginfile.php/118/mod_page/intro/Land%20Animals.PNG\" alt=\"\" width=\"515\" height=\"143\" /></p>\n<p><span id=\"ezoic-pub-ad-placeholder-103\" class=\"ezoic-adpicker-ad\"></span></p>\n<p><strong><u>Water animals</u> </strong>- Animals that lives in water are called water animal. They have specialized organs called gills, or directly through its skin to breathe in water. Example includes whale, shark, dolphin, seahorse, octopus, fish etc.</p>\n<p><img class=\"img-responsive atto_image_button_text-bottom\" role=\"presentation\" src=\"https://cdn-0.educationwithfun.com/pluginfile.php/118/mod_page/intro/Water%20Animals.PNG\" alt=\"\" width=\"527\" height=\"155\" /></p>\n<p><strong><u>Birds </u></strong>- Birds are the animals with feathers, wings and two-legs and a beak without teeth. Most of the birds fly but some birds can swim in water also. For example duck.</p>\n<p> <img class=\"img-responsive atto_image_button_text-bottom\" role=\"presentation\" src=\"https://cdn-0.educationwithfun.com/pluginfile.php/118/mod_page/intro/Birds.PNG\" alt=\"\" width=\"457\" height=\"158\" /></p>\n<p><strong><u>Insects </u></strong>- Animal that has six legs and generally one or two pairs of wings are called insects. Insects are the largest group in the animal kingdom. Example includes lady bird, cockroach, housefly, butterfly, grasshopper etc.</p>\n<p><span class=\"ezoic-ad box-4 adtester-container adtester-container-104\" data-ez-name=\"educationwithfun_com-box-4\"><span id=\"div-gpt-ad-educationwithfun_com-box-4-0\" class=\"ezoic-ad ezoic-adl ezfound\" data-google-query-id=\"CNztlZeh1ukCFTkmtwAdd1IEXQ\"></span></span></p>\n<p><img class=\"img-responsive atto_image_button_text-bottom\" role=\"presentation\" src=\"https://cdn-0.educationwithfun.com/pluginfile.php/118/mod_page/intro/Insects.PNG\" alt=\"\" width=\"502\" height=\"141\" /> </p>\n<p><strong>How animal are useful to us?</strong></p>\n<p>Animals are useful to us in many ways.</p>\n<p>· Many animals such as ox and bullock are used to plough the field.</p>\n<p>· Donkey, camel and many other animals are used to carry loads from one place to other especially in villages.</p>\n<p>· Animals like cows, buffalos, goats provide us milk.</p>\n<p>· We get eggs from hen and duck.</p>\n<p>· Sheep are reared for wool and silkworm for silk. Woolen clothes that we wear are made of wool. Clothes are also made of silk.</p>\n<p id=\"yui_3_17_2_1_1590658607078_33\">· Animals like dogs guard our houses and are good companion of human beings.</p>', NULL, NULL, 'Animal Around Us', NULL, NULL, '2020-05-28 09:51:42', '2020-05-28 09:51:42', NULL, NULL, 0, NULL, NULL, NULL), (29, 2, 0, NULL, '/course/animal-around-us-worksheet-2-1590659555.pdf', NULL, 'Practice Worssheet.', NULL, NULL, '2020-05-28 09:52:35', '2020-05-28 09:52:35', NULL, NULL, 0, 'application/pdf', '156410', NULL), (30, 1, 1, '<p>We see many things in our surroundings. Everything that we see can be categorized into two groups – living things and non-living things. All animals and plants including us are living things. The pencil we write with, the book we read, the toys we play with are all non-living things.<span id=\"ezoic-pub-ad-placeholder-112\" class=\"ezoic-adpicker-ad\"></span></p>\n<p>All livings thing displays the following characteristics of life<span id=\"ezoic-pub-ad-placeholder-114\" class=\"ezoic-adpicker-ad\"></span></p>\n<p><span class=\"ezoic-ad box-3 adtester-container adtester-container-114\" data-ez-name=\"educationwithfun_com-box-3\"><span id=\"div-gpt-ad-educationwithfun_com-box-3-0\" class=\"ezoic-ad ezoic-adl ezfound\" data-google-query-id=\"CISr7Nbt2OkCFeAztwAdQ0YOdA\"></span></span></p>\n<p><strong>Living thing need food</strong></p>\n<p>Living things need food to obtain energy, to grow and to stay healthy. Plants make their own food by the process of photosynthesis. Animal get their food from plants and other animal.</p>\n<p><img class=\"img-responsive atto_image_button_text-bottom\" role=\"presentation\" src=\"https://cdn-0.educationwithfun.com/pluginfile.php/121/mod_page/intro/Need%20Food.PNG\" alt=\"\" width=\"509\" height=\"141\" /></p>\n<p><strong>Living things breathe</strong></p>\n<p>All living things need to breathe. Different animals use different organ to breathe for example some animal use their nose, fishes uses their gills and worms use their skin. We breathe in oxygen and breathe out carbon dioxide through our nose. Plants breathe through opening present in their leaves called stomata.</p>\n<p><img class=\"img-responsive atto_image_button_text-bottom\" role=\"presentation\" src=\"https://cdn-0.educationwithfun.com/pluginfile.php/121/mod_page/intro/Breathe.PNG\" alt=\"\" width=\"641\" height=\"167\" /></p>\n<p><strong>Living things grow and develop</strong></p>\n<p><span id=\"ezoic-pub-ad-placeholder-102\" class=\"ezoic-adpicker-ad\"></span>When living thing eats they receive energy which helps them in their growth. Living things grow from smaller to larger and finally become adult. We human being born and grow into adults. Seed grows into baby plant and finally into big plant or tree.</p>\n<p><span class=\"ezoic-ad medrectangle-3 adtester-container adtester-container-102\" data-ez-name=\"educationwithfun_com-medrectangle-3\"><span id=\"div-gpt-ad-educationwithfun_com-medrectangle-3-0\" class=\"ezoic-ad ezoic-adl ezfound\" data-google-query-id=\"CLney9ft2OkCFeNAnQkduxgLFA\"></span></span></p>\n<p><img class=\"img-responsive atto_image_button_text-bottom\" role=\"presentation\" src=\"https://cdn-0.educationwithfun.com/pluginfile.php/121/mod_page/intro/Grow.PNG\" alt=\"\" width=\"536\" height=\"153\" /></p>\n<p> </p>\n<p><strong>Living things die</strong></p>\n<p>All living thing grow and become old and finally die.</p>\n<p><img class=\"img-responsive atto_image_button_text-bottom\" role=\"presentation\" src=\"https://cdn-0.educationwithfun.com/pluginfile.php/121/mod_page/intro/Die.PNG\" alt=\"\" width=\"191\" height=\"149\" /></p>\n<p><strong>Living things move</strong></p>\n<p>All living things show some sort of movements. They can move their body part .Plant usually do not move from one place to another but can move their parts. For example, they move its root downward to obtain water and mineral nutrients from soil and the shoot upward for sunlight. All living show internal movement and some living things show external movement too such as walking, jumping, flying, swimming etc.</p>\n<p><img class=\"img-responsive atto_image_button_text-bottom\" role=\"presentation\" src=\"https://cdn-0.educationwithfun.com/pluginfile.php/121/mod_page/intro/Move.PNG\" alt=\"\" width=\"504\" height=\"147\" /></p>\n<p><span id=\"ezoic-pub-ad-placeholder-103\" class=\"ezoic-adpicker-ad\"></span></p>\n<p><span class=\"ezoic-ad medrectangle-4 adtester-container adtester-container-103\" data-ez-name=\"educationwithfun_com-medrectangle-4\"><span id=\"div-gpt-ad-educationwithfun_com-medrectangle-4-0\" class=\"ezoic-ad ezoic-adl ezfound\" data-google-query-id=\"COLSydft2OkCFUrDjwod0uEOYQ\"></span></span><strong>Living things feel</strong></p>\n<p>Living things react to changes in their environment. They usually respond to touch, light, heat, cold and sound etc.</p>\n<p><img class=\"img-responsive atto_image_button_text-bottom\" role=\"presentation\" src=\"https://cdn-0.educationwithfun.com/pluginfile.php/121/mod_page/intro/Feel.PNG\" alt=\"\" width=\"198\" height=\"126\" /></p>\n<p><strong>Living things reproduce</strong></p>\n<p>All living things produce new organism of its kind. Some animals produce babies and some lay eggs. Plants mainly reproduce through seeds which can germinate in suitable condition and grow into new plants.</p>\n<p><img class=\"img-responsive atto_image_button_text-bottom\" role=\"presentation\" src=\"https://cdn-0.educationwithfun.com/pluginfile.php/121/mod_page/intro/Reproduce.PNG\" alt=\"\" width=\"194\" height=\"127\" /></p>\n<p><strong>Note</strong>: -To be called living thing, particular thing should have all above characteristics. For example car show few characteristics of living things such as it need fuel for energy and can move from one place to another but it is not a living thing as it does not have other characteristics of living things.</p>\n<p><br /><img class=\"img-responsive atto_image_button_text-bottom\" role=\"presentation\" src=\"https://cdn-0.educationwithfun.com/pluginfile.php/121/mod_page/intro/Non%20Living%20Things.PNG\" alt=\"\" width=\"378\" height=\"129\" /> </p>', NULL, NULL, 'Living and non living things', NULL, NULL, '2020-05-29 10:27:11', '2020-05-29 10:27:11', NULL, NULL, 0, NULL, NULL, NULL), (31, 2, 0, NULL, '/course/testonlypdf-1590838650.pdf', NULL, 'Pdf test', NULL, NULL, '2020-05-30 11:37:30', '2020-05-30 11:37:30', NULL, NULL, 0, 'application/pdf', '33170', NULL), (32, 2, 0, NULL, '/course/file-example-pdf-1mb-1591087000.pdf', NULL, 'New pdf of the lecture', NULL, 'file examples', '2020-06-02 08:36:40', '2020-06-02 08:36:40', NULL, 'https://file-examples.com/wp-content/uploads/2017/10/file-example_PDF_1MB.pdf', 0, 'application/pdf', '1042157', NULL), (33, 3, 0, NULL, '/course/samplevideo-1280x720-2mb-1591371464.mp4', NULL, 'Video Lecture', NULL, NULL, '2020-06-05 15:37:44', '2020-06-05 15:37:44', NULL, NULL, 0, 'video/mp4', '59467', NULL), (34, 3, 0, NULL, '/course/living-things-and-non-living-things-1591372506.mp4', NULL, 'Video Tutorial', NULL, NULL, '2020-06-05 15:55:07', '2020-06-05 15:55:07', NULL, NULL, 0, 'video/mp4', '23828248', NULL), (36, 3, 0, NULL, '/course/small-1592110732.mp4', NULL, 'Small video', NULL, NULL, '2020-06-14 04:58:52', '2020-06-14 04:58:52', NULL, NULL, 0, 'video/mp4', '383631', NULL), (37, 3, 0, NULL, 'https://www.youtube.com/watch?v=C4uRCpaauvM', NULL, 'Ravi Shankar', NULL, 'Youtube', '2020-06-14 04:59:56', '2020-06-14 04:59:56', NULL, 'https://www.youtube.com/watch?v=C4uRCpaauvM', 0, NULL, NULL, NULL), (38, 1, 1, '<p>1. What do you mean by resources?<br />Ans: The pre-requisites of the development are termed as resources. Resources are broadly divided into two categories. They are:<br />• Human resources<br />• Natural resources<br />Both of these resources are complementary for the development of the country.<br /><br />2. Are there adequate resources available for the development in Nepal? Write in brief and discuss in a group of your friends. What are the sources needed for learning more from the social studies?<br />Ans: Resources are the main requisite for the development of the nation. There is enough natural resources available for the smooth development and the progress of the country. But the problem lies with the human resources. Although there are ample natural resources available there is the lacking of the human resources to exploit these resources systematically. The lacking of the skilled human resources is the main hinderance to pave a concrete path to reachh the summit of development.<br />Similarly, in order to learn more from social studies following sources are required apart from the text book and the teacher. They are:<br />• Acess to internet<br />• Atlas<br />• Visit to the site of religious, cultural and historical places<br />• Visit the places with various social problems<br /><br />3. People do different types of works for their livlihood and economic progress. They all can be categorized into following four broader areas:</p>\n<table border=\"1\">\n<tbody>\n<tr>\n<td colspan=\"4\">a. Producing raw materials for sale or livlihood</td>\n</tr>\n<tr>\n<td>Farming</td>\n<td>Forestry works</td>\n<td>Fishing</td>\n<td>Mining</td>\n</tr>\n</tbody>\n</table>\n<p> </p>\n<table border=\"1\">\n<tbody>\n<tr>\n<td colspan=\"4\">Producing goods using different raw materials available</td>\n</tr>\n<tr>\n<td>Food processing</td>\n<td>Construction works</td>\n<td>Production of goods in factory</td>\n<td>Handicraft works</td>\n</tr>\n</tbody>\n</table>\n<p> </p>\n<table border=\"1\">\n<tbody>\n<tr>\n<td colspan=\"3\">Service providing</td>\n</tr>\n<tr>\n<td>Shop keeping</td>\n<td>Pharmacy/Medical</td>\n<td>Education</td>\n</tr>\n<tr>\n<td>Hotel management</td>\n<td>Government services</td>\n<td>Tourism and guide</td>\n</tr>\n<tr>\n<td colspan=\"3\">Transportation and communication facilities</td>\n</tr>\n</tbody>\n</table>\n<p> </p>\n<table border=\"1\">\n<tbody>\n<tr>\n<td colspan=\"3\">Expert services</td>\n</tr>\n<tr>\n<td>Research work</td>\n<td>Computer programming</td>\n<td>Intentions</td>\n</tr>\n</tbody>\n</table>\n<p><br />Compare jobs done in your community with the jobs given in the box above. What differences did you find ? Mention.<br />Ans: The job that is mostly done in my society is agriculture. According to my survey following result was obtained.<br />The occupants in percentage.<br />• Agriculture: 52%<br />• Construction works: 18%<br />• Government Services: 10%<br />• Pharmacy/Medical: 4%<br />• Shop Keeping: 12%<br />• Others: 4%<br />From the information above, the conclusion can be drawn that the number of people engaged in agriculture is more than half the population. However the farmers are not engaged in commercial farming so their farming is not even enough to feed their family. There are very less number of people in other occupation where as the number of people in the expert services is negligible. Some ofnthe highly skilled manpower are also leaving the country in search of good payment for their work. Therefore the country should provide good provision to produce skilled human resources and make them work for the country.<br /><br />4. Nepal Living Standard Assesment Survey 2060/2061 has indicated that the Poverty Line of Nepal decreased from 38 percent to 31 percent. Why has the poverty in Nepal decreased? Justify with your logic.<br />Ans: Nepal Living Standard Assesment Survey 2060/2061 has indicated that the Poverty Line of Nepal decreased from 38 percent to 31 percent. There are various reasons for the decrement of people under the poverty line. They are:<br />• The Government of Nepal has made a good provision of education which has helped to decrease the poverty line by some extent.<br />• Also the government has started to send many Nepalese to foreign countries to work and earn foreign countries.<br />• There are many development works being carried out in the country because of which many people are getting employment opportunities.<br />• Industries and factories which have been established are also providing a good platform for the people to earn money.<br />5. All people should be able to read and write. They should understand the possibility through information and be able to do basic calculations. Statistics of 2006 AD has indicated the fact that there is 99 percent literacy in industrial countries whereas Nepal has only 54 percent. Write a short story about the role of literacy in human resource for national development.<br />Ans: there was a small village in the outskirts of the Kathmandu valley. The people of that place were illiterate and that happened to be the biggest curse for them. Once there was epidimic of diarrhoea in the village. People who were stitched to superstitious beliefs and thoughts thought that going to the witch doctor is the best solution for the problem. They visited to the local dhami and didn\'t do any medical cure. Because of this problem many child lost their life along with other people. Due to this catastrophe the development works is hindered in the country. Had the people of that village been literate there would not have been such problem.<br /><br />6. National development is not possible without the development of efficient and skillful human resource . On the one hand, efficient human resource could not be developed adequately in Nepal, in the other a few of the existing skilled human resources is moving to foreign countries. Why has this happened ? Find out the measures to resolve the problem by discussing in a group.<br />Ans: There is lacking of skilled human resource in the country. This problem is caused due to various problems. This has happened due to the following problems:<br />• Our country Nepal is not able to produce highly skilled human resource.<br />• Even they cannot be kept within the country because our country cannot pay them enough as the other country does.<br />• The other countries provides them with enough incentives and facilities.<br />• There is no good security system in the country. The ways to resolve this problem are as follows:<br />• The country should be able to establish very remowned universities to impart quality education and produce highly skilled human resource.<br />• The country should be able to provide them with enough incentives and facilities to secure their future in the country.<br />• The security system in the country should be very good.<br /><br /><strong>2.Skilled Human Resource: Present and Future</strong><br /><strong>Activities</strong><br />1. We have to choose our profession considering the abilavility of the opportunities within the frameworks of national requirements. We could be satisfied and happy with it. Look at the following boxes, where four students are thinking on their jobs to do in future.</p>\n<table cellspacing=\"0px\">\n<tbody>\n<tr>\n<th>Student-1</th>\n<th>Student-2</th>\n<th>Student-3</th>\n<th>Student-4</th>\n</tr>\n<tr>\n<td>I can do better in English. I like to meet and talk to people . That is why, I would prefer to join Tourism sector.</td>\n<td>I prefer to be outside my home and work. I enjoy producing crops. So, I would be a farmer.</td>\n<td>I would like to be with friends and learn to teach new things . That is why, I would like to be a teacher.</td>\n<td>I prefer to take care of people. So, I would rather be a community health worker instead of being a servant to a foreigner.</td>\n</tr>\n</tbody>\n</table>\n<p><br />Why do these four students prefer to choose their professions related to tourism, agriculture, teaching and health sector? Explain.<br />Ans: People have different choices and preferences within them. The four students of the class prefer to do the profession related to tourism, agriculture, teaching and health sector because they are within the framework of national requirements.<br />Nepal is the country having very good scope of tourism. Tourism is the industry where less investment can give a good output. Therefore student-1 prefers to work in tourism sector. Nepal is a agricultural country but many people are doing this for substinence only. So, student-2 should be encouraged for commercial farming.<br />Many Nepalese people have remained illiterate because of lack of education. The job of teaching exactly fits the framework of national requirement. So it is a good job to go with for the development of the nation.<br />Similarly many people of the country in the remote areas are dying untimely even due to curable diseases . The health condition of the country is very fragile. So the mission of student-4 is very good.<br />1. Which profession do you prefer most in your future life? Why? Give reasons as many as possible. Which one can you do better among thinking your behaviour and conduct, thinking on favourable and unfavourable , etc.? Which one you cannot do better? What are the existing opportunities? Think on the above questions . Do you prefer to move to a foreign country? Prepare a report based on discussion in a group of your friends.<br />Ans: The profession that I like to do in my future is health worker. I would like to persue my career as a doctor because I am aware of the fact that there is a devastating condition of health in the remote parts of the country. Many people are dying untimely even due to simple curable diseases. This profession is as per the framework of the requirement of the country. So I want to choose this profession. Also only healthy people can work for the development of the country effectively and meaningfully. Healthy manpower is the wealth of the country so I would like the country to progress smoothly towards development .<br />After being a good health worker I might receive offers from foreign countries for higher salary and incentives. But I won\'t work for other country because I know that there is the need of me in the country . I would like to be a very loyal worker for the country.<br /><br /><strong>3. Equal Participation of Women in Development</strong><br /><strong>Activities</strong><br />1. How is the existing status of women education in Nepal? Present in the table given below.<br />Ans: The status of women education is presented in the table below:</p>\n<table border=\"1\" cellspacing=\"0\">\n<tbody>\n<tr>\n<th>SN</th>\n<th>Indicators< /th></th>\n<th>Status of Women(%)</th>\n</tr>\n<tr>\n<td>1.</td>\n<td>Literacy(15 + years)</td>\n<td>42.49</td>\n</tr>\n<tr>\n<td>2.</td>\n<td>Enrolment in primary level</td>\n<td>64.4</td>\n</tr>\n<tr>\n<td>3.</td>\n<td>Enrolment in lower secondary level</td>\n<td>25.5</td>\n</tr>\n<tr>\n<td>4.</td>\n<td>Enrolment in secondary level</td>\n<td>16.3</td>\n</tr>\n<tr>\n<td>5.</td>\n<td>Enrolment in tribhuwan university</td>\n<td>24.1</td>\n</tr>\n</tbody>\n</table>\n<p>1. What are the aspects that need to be considered to increase the women participation in development in Nepal?<br />Ans: There are various aspects that are needed to be considered to increase the women participation in the development of Nepal. For that all people should be concerned in making human civilization better by educating women. Parents should be encourages to send their children to school without any discrimination . Legal rights should be provided to men and women equally. Several types of training programmes should be organized and make them skilled and capable. This eventually helps to make the society progress. If the following things will be taken with due care then women participation can be considered in the development of Nepal.<br /><br />2. Researches have indicated the fact that the family status will be better if the mother is educated . Justify this statement.<br />Ans: There is the necessicity of two wheels for the cart to run and if any one of the wheel doesnot function properly then the cart won\'t run properly. Similar to that man and women i.e husband and wife are the integral part of the family. If the mother of the family is educated then the family will progress more than other normal family. Mother is the one to take care of the nourishment of the child from birth until the child grows up properly. Educated mother can provide proper care to the family. Mother can also actively participate in various works of the society if she is educated properly. When the mother is educated then she can restrict her family members from doing bad activities and can deal with the children properly and meet their demand more easily. An educated lady can also distinguish between right and wrong thing and act accordingly. This gives more security to the family. When the mother is educated then she can also get involved in some sort of job and help the family in terms of financial matters also. In some European countries mother of the family is educated so their family status is very high .<br />Therefore , if the mother of the family is educated then the family status will be better.<br /><br /><strong>4. Peace and Order</strong><br /><strong>Activities</strong><br />• Organize a speech contest on \"peace is inevitable\", \"Peace and development complement to each other\" or on any other relevent topics. Select the panel of judge among the speaker and award the best speaker.<br />Ans: Students should organize a speech contest on any of the given topics.<br />• Peace is inevitable<br />• Peace and development complement to each other<br />They should select the panel of judges with the agreement from all the students including the social studies teacher. According to the score they receive they should award the best speaker.<br />• Mention any five measures of establishing peace in the nation.<br />Ans: Peace is the most important part of the country. The country can progress only if there is absolute peace and security in the country. Any five measures of establishing peace in the nation are as follows :<br />• The security of the country must be very stern and strict.<br />• The border security should be very tight and any short of short comings and loop holes should not be there.<br />• The constitution of the country should be made in such a way that the demand of all the groups is inclded.<br />• Any sort of the political issues and protests should not hinder the daily administration of the country rather the solutions must seek through the round table discussion.<br />• The one who tries to violate the rules and regulation should be severely punished.<br />• Enlist the disadvantages of clash and conflict and advantages of peace and then present it in the following table.</p>\n<table border=\"1\" cellspacing=\"0\">\n<tbody>\n<tr>\n<th>Disadvantages of clash and conflict</th>\n<th>Advantages of Peace</th>\n</tr>\n<tr>\n<td>No equitable distribution of natural resources.</td>\n<td>Euitable distribution of natural resources</td>\n</tr>\n<tr>\n<td>No people\'s participation in development work.</td>\n<td>People\'s participation in development work.</td>\n</tr>\n<tr>\n<td>No culture of mutual understanding and consensus.</td>\n<td>Culture of mutual understanding and consensus.</td>\n</tr>\n<tr>\n<td>No proper use of fundamental rights and authority.</td>\n<td>Use of fundamental rights and authority without any obstacles.</td>\n</tr>\n<tr>\n<td>Discriminating social environment.</td>\n<td>No discriminating social environment.</td>\n</tr>\n<tr>\n<td>Terror and fear will be developed</td>\n<td>Peace and harmony can be developed.</td>\n</tr>\n<tr>\n<td>Many people will have to lose their life.</td>\n<td>happy family can be seen.</td>\n</tr>\n</tbody>\n</table>', NULL, NULL, 'Skilled Human Resources for Development Activities', NULL, NULL, '2020-06-15 03:24:54', '2020-06-15 03:24:54', NULL, NULL, 0, NULL, NULL, NULL); INSERT INTO `resource_materials` (`id`, `type_id`, `is_content`, `content`, `content_url`, `cover_image`, `title`, `caption`, `source_text`, `created_at`, `updated_at`, `content_embed`, `source_link`, `is_attachment`, `file_type`, `file_size`, `file_size_str`) VALUES (39, 1, 1, '<p><span style=\"font-family: \'Myriad Pro\', serif;\">Activities</span></p>\n<ol>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">a. Discuss in groups and list down the causes of girls\' trafficking. Find out the causes as many as you can.</span></span></span></p>\n</li>\n</ol>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Ans : The causes of girls\' trafficking are as follows:</span></span></span></p>\n<ul>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Poverty</span></span></span></p>\n</li>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Ignorance</span></span></span></p>\n</li>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Illiteracy</span></span></span></p>\n</li>\n</ul>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">b . \'Girl\'s trafficking is a social evil\'. What is your opinion on it. Give your logic.</span></span></span></p>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Ans : Girls\' trafficking is a social evil. It is a very bad work. The process of luring the poor and innocent girls with various opportunities and selling them for either forced labour or prostitution is called girls trafficking. It is also a human trade which is illegal throughout the world. It is a great mistake that the ones involved in it doing. They are forced to work in the prostitution and have to bear physical as well as mental torture. They also will suffer from various dangerous diseases like HIV/AIDS and others. They are compelled to be a prostitute and serve the ones who ever come there. They will suffer from sexual harassment. When they are poor and illiterate they will suffer from such great problems. There flesh trade is a social evil prevailing in the society.</span></span></span></p>\n<ol start=\"2\">\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Imagine the conditions of girls trafficking in a district and compose a poem or song or write a drama on it.</span></span></span></p>\n</li>\n</ol>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Ans :</span></span></span></p>\n<table width=\"492\" cellspacing=\"0\" cellpadding=\"7\"><colgroup><col width=\"476\" /></colgroup>\n<tbody>\n<tr>\n<td valign=\"TOP\" width=\"476\">\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Girls Trafficking</span></span></span></p>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Do not traffick the girls</span></span></span></p>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">They are diamond and pearls</span></span></span></p>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">It is a social evil</span></span></span></p>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">It is a work of devil</span></span></span></p>\n<p> </p>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">It is a crime</span></span></span></p>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Morality is prime</span></span></span></p>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Girls trafficking is very bad</span></span></span></p>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Their parent will be very sad</span></span></span></p>\n<p> </p>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Do not traffick the girls</span></span></span></p>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">They are diamond and pearls</span></span></span></p>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">It is a social evil</span></span></span></p>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">It is a work of devil</span></span></span></p>\n<p align=\"CENTER\"> </p>\n</td>\n</tr>\n</tbody>\n</table>\n<p align=\"CENTER\"><br /><br /></p>\n<ol start=\"3\">\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Try to compose a poem with the information about the troubles of the innocent girls who are sold.</span></span></span></p>\n</li>\n</ol>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Ans :</span></span></span></p>\n<table width=\"312\" cellspacing=\"0\" cellpadding=\"7\"><colgroup><col width=\"296\" /></colgroup>\n<tbody>\n<tr>\n<td valign=\"TOP\" width=\"296\">\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Sold</span></span></span></p>\n<p> </p>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">I want freedom please</span></span></span></p>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Make my life with ease</span></span></span></p>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Do not give me torture</span></span></span></p>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">I want a good future</span></span></span></p>\n<p> </p>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">I am the girl who is sold</span></span></span></p>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">I would be given a good job was told</span></span></span></p>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">I am forced for prostitution</span></span></span></p>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">I want some help from some institution</span></span></span></p>\n<p> </p>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">I want freedom please</span></span></span></p>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Make my life with ease</span></span></span></p>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Do not give me torture</span></span></span></p>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">I want a good future</span></span></span></p>\n<p> </p>\n</td>\n</tr>\n</tbody>\n</table>\n<p><br /><br /></p>\n<ol start=\"4\">\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Study the following statements and prepare answers to those who have such opinion.</span></span></span></p>\n</li>\n</ol>\n<table width=\"492\" cellspacing=\"0\" cellpadding=\"7\"><colgroup><col width=\"476\" /></colgroup>\n<tbody>\n<tr>\n<td valign=\"TOP\" width=\"476\">\n<ul>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">As we have no money we live in difficulty. It might be some relief if we can send our daughters to work in town.</span></span></span></p>\n</li>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">We do not like to send our daughters to schools. They should remain in the home to do household works.</span></span></span></p>\n</li>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Women can do nothing but they can earn money in foreign countries.</span></span></span></p>\n</li>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">After all we are make, what will it be for us? I don\'t care it.</span></span></span></p>\n</li>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">One day she goes other\'s home. She does not stay with us for long.</span></span></span></p>\n</li>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">It would be better to involve in such activities to escape from the hard life in the garment factory.</span></span></span></p>\n</li>\n</ul>\n</td>\n</tr>\n</tbody>\n</table>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Ans : Life not the bed of roses. We have to face turmoil and tensions as well as moment of happiness in one\'s life. We might have difficulty in the life but sending the daughter to the town for work is not only the ultimate solution. If the daughter is good enough and is laborious then she can definitely make a remarkable progress in uplifting the standard of the family. Girls and boys are equal. Both are as important to each other. If the mother of the family is educated than the standard of the family will be raised high. Girls also should be sending to the school because they can also work and perform as the boys can do if they will be provided with enough opportunities and chances. It is not true that women van work in the foreign country only. If the women are sent to the foreign countries for the work then the women may have to face sexual abuse and sexual harassment as well. We need to think about the consequences before doing any of the work. It is true that the girls goes to others house after their marriage according to our society. Even though she goes to others home after all she will be the daughter. After giving birth it is the prime duty of the parent to provide them with good education so that they can have a better future ahead of them. Many people think that the work in the garment factories and the carpet factories are very good to earn their livelihood but the researches have told that those places are the common places for sexual harassment.</span></span></span></p>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">So we need to think and contemplate for a long time before the future of the children. A small negligence and ignorance from the side of the parent may give result to a very dark and frustrating future for the children afterwards.</span></span></span></p>\n<ol start=\"5\">\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">List down the long term objectives to stop girls\' trafficking.</span></span></span></p>\n</li>\n</ol>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Ans : Girls trafficking is a great social evil. Long term objectives to stop girls\' trafficking are as follows:</span></span></span></p>\n<ul>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Mass meeting and publicity awareness programmes should be organized.</span></span></span></p>\n</li>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">The public people should be made literate and they should be able to control such problem in their area.</span></span></span></p>\n</li>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">The culprits should be punished very severely or hanged until death so other traders have a good lesson to leave this dirty work.</span></span></span></p>\n</li>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">The people should be very aware and if people with vary unfamiliar nature appears in the village then should be very much active and vigilant about the activity of the strange person.</span></span></span></p>\n</li>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">The girls should be sent to the school and they should be provided with enough care and attention.</span></span></span></p>\n</li>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Self defense course for the girls can be very helpful.</span></span></span></p>\n</li>\n</ul>\n<ol start=\"6\">\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">What are the endeavors and activities being carried out to stop girls trafficking in our country? Conduct a study and answer it.</span></span></span></p>\n</li>\n</ol>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Ans : The activities that have been carried out to control girls trafficking are as follows:</span></span></span></p>\n<ul>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Maiti Nepal is working seriously to stop this illegal flesh trade in the country.</span></span></span></p>\n</li>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">There have been awareness programmes been organized in various remote areas of the country.</span></span></span></p>\n</li>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">The Government of Nepal has been working seriously in the border security to stop the girls from being sold to India.</span></span></span></p>\n</li>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">The Government is also initiating for the policy of education for all and has targeted girls to send to the school.</span></span></span></p>\n</li>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Self defense course have been given to the girls to prevent themselves.</span></span></span></p>\n</li>\n</ul>', NULL, NULL, 'Girls Trafficking and Prostitution', NULL, NULL, '2020-06-15 03:34:24', '2020-06-15 03:34:24', NULL, NULL, 0, NULL, NULL, NULL), (40, 1, 1, '<p><span style=\"font-family: \'Myriad Pro\', serif;\">Activities</span></p>\n<ol>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Why is untouchability prevailing in our society? What is its impact in the society and how can we control this system. Discuss it in the group and write answer.</span></span></span></p>\n</li>\n</ol>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Ans : Untouchability is a great social discrimination prevailing in the society. Due to this problem many people in the society are not able to live a life with freedom. The ways to solve the problem of untouchability in the society are as follows:</span></span></span></p>\n<ul>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Awareness programme should be organized in the society by various ways.</span></span></span></p>\n</li>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">The ones who follow untouchability and social discrimination should be neglected from the society.</span></span></span></p>\n</li>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">The people following untouchability should be punished by the law of the country.</span></span></span></p>\n</li>\n</ul>\n<ol start=\"2\">\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Write playcards, banners and the slogans against the untouchability and visit your town/village.</span></span></span></p>\n</li>\n</ol>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Ans :</span></span></span></p>\n<table width=\"468\" cellspacing=\"0\" cellpadding=\"7\"><colgroup><col width=\"452\" /></colgroup>\n<tbody>\n<tr>\n<td valign=\"TOP\" width=\"452\">\n<p align=\"CENTER\"><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Untouchability is a crime.</span></span></span></p>\n</td>\n</tr>\n</tbody>\n</table>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Students should carry such types of banners and organize a rally.</span></span></span></p>\n<ol start=\"3\">\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Prepare a pamphlet against untouchability and other social absurdities and stick it on the walls of your area.</span></span></span></p>\n</li>\n</ol>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Ans : Students should each make a pamphlet against untouchability and stick in the walls of the classroom.</span></span></span></p>\n<ol start=\"4\">\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">What is dowry system? Why is it a social problem?</span></span></span></p>\n</li>\n</ol>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Ans : Dowry system is the system of offering a lot of wealth and properties to the daughter in her family. Definitely dowry system is a social problem. Dowry system is a social problem because they has resulted the following problems:</span></span></span></p>\n<ul>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Poor people cannot offer such wealth and properties because of which their daughter has to remain unmarried.</span></span></span></p>\n</li>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">The dowry system has also resulted for the crime in the society.</span></span></span></p>\n</li>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Due to dowry system many girls have lost their life for not bringing more dowries.</span></span></span></p>\n</li>\n</ul>\n<ol start=\"5\">\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">What do you feel about Janakpurdham declaration? Analyze the declaration and prepare a news article against a particular social problem.</span></span></span></p>\n</li>\n</ol>\n<table width=\"468\" cellspacing=\"0\" cellpadding=\"7\"><colgroup><col width=\"452\" /></colgroup>\n<tbody>\n<tr>\n<td valign=\"TOP\" width=\"452\">\n<p align=\"CENTER\"><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Chhaupadi system</span></span></span></p>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Chhaupadi system is a great problem which is prevailing in the mid western and far western hill districts of the country. It is the system in which the female when has menstruation then have to spend the time in the cowshed without good food and clothing. The lady will have to face a great problem in the cowshed. When the girls need proper care and attention they are kept away from the home and they will be mentally tortured. Even due to lack of care and attention many of them suffer from various diseases and even lose their life. So this type of social problems should be stopped with the impact of urbanization and modernization.</span></span></span></p>\n</td>\n</tr>\n</tbody>\n</table>', NULL, NULL, 'Social Malpractices', NULL, NULL, '2020-06-15 03:34:58', '2020-06-15 03:34:58', NULL, NULL, 0, NULL, NULL, NULL), (41, 1, 1, '<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Activities</span></span></span></p>\n<ol>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Why is corruption taken as a social problem?</span></span></span></p>\n</li>\n</ol>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Ans : Corruption is taken as a major social problem because the corrupt people misuse the public fund and hinder the development of the nation. Due to corruption people are not able to utilize the social development fund rather that is being utilized by the people sitting in the higher authority for their personal benefit. Due to corruption the country is lagging behind in the development endeavors. Therefore corruption is taken as the major social problem.</span></span></span></p>\n<ol start=\"2\">\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">What are the causes of corruption in our country? Write on the basis of your study had group discussion.</span></span></span></p>\n</li>\n</ol>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Ans : The causes of corruption in the country are as under:</span></span></span></p>\n<ul>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Absence of a very good government body to check the corruption in the country.</span></span></span></p>\n</li>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Very slow and ineffective work of CIAA.</span></span></span></p>\n</li>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Very large circle of the corrupt people.</span></span></span></p>\n</li>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Tendency of offering bribe for very small work in the Government office.</span></span></span></p>\n</li>\n</ul>\n<ol start=\"3\">\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Analyze the corruption index given by Transparency International and present it in your own words.</span></span></span></p>\n</li>\n</ol>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Ans : Transparency International produces the corruption perception index to evaluate the condition of corruption in the country. The CPI score determines the limit of corruption in the particular country. According to the data produced by transparency International in 2006 AD the corruption perception index is evaluated under the full mark of 10. The country having the score nearer to 10 are the least corrupt countries in the world where as the countries having the CPI score nearer to 0 means the country is the most corrupt one. The score above 5 indicates that there is not a big problem of corruption in the country. According to the report published Finland, New Zealand and Iceland with the CPI score of 9.6 stand at the top and the least corrupt country of the world where as Haiti and Myanmar with the CPI score of 1.8 and 1.9 stand at last and second last place respectively. This proves that they are the most corrupt countries in the world. Similarly Nepal has the CPI score of 2.5 which indicates that the problem of corruption in the country is also very high. Among the SAARC countries Bhutan is the least corrupt country with the CPI score of 6.0 and Bangladesh the most corrupt with the CPI score of 2.0.</span></span></span></p>\n<ol start=\"4\">\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">The Commission for Investigation of Abuse of Authority is working to control the corruption in the country. But it is still increasing. Why?</span></span></span></p>\n</li>\n</ol>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Ans : The Commission for Investigation of Abuse of Authority is working to control corruption in the country. This is a governmental body whose work is to just check the corruption in the country. But instead of decreasing corruption in the country the level of corruption is still increasing in the country. The reasons behind the increment of corruption in the country are as follows:</span></span></span></p>\n<ul>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">There is a very large and strong bond of the corrupt people in the higher authority which has made the policy of corruption and worked for their personal benefit.</span></span></span></p>\n</li>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">The corrupt people are not being punished by the law which has even encouraged the corrupt people.</span></span></span></p>\n</li>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">The Commission for Investigation of Abuse of Authority is itself filled with corrupt people who do not do their work properly.</span></span></span></p>\n</li>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">The good government employees who try to work sincerely are suppressed by the group of corrupt people.</span></span></span></p>\n</li>\n</ul>\n<ol start=\"5\">\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Collect the news about the activities of the Commission for Investigation of Abuse of Authority from newspapers. What do you feel about the activities; give your suggestions to the Commission.</span></span></span></p>\n</li>\n</ol>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Ans : The Commission for Investigation of Abuse of Authority is nowadays working sincerely to control corruption in the country. Very renowned political leaders are also being punished for corruption. A group of officers of Nepal Police have also been punished by this authority for their corruption called \'Sudan Ghotala\'. Many higher officers were imprisoned and the former ministers who had misused the governmental fund and property during their tenure were also imprisoned. This is a very good initiation of the governmental body to control corruption. Hope the commission can continue the momentum.</span></span></span></p>\n<ol start=\"6\">\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Make a slogan against the corruption and stick them on the walls.</span></span></span></p>\n</li>\n</ol>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Ans : Students should make such types of postures and stick them on the walls of classroom.</span></span></span></p>\n<table width=\"90%\" cellspacing=\"0\" cellpadding=\"7\"><colgroup><col width=\"622\" /></colgroup>\n<tbody>\n<tr>\n<td valign=\"TOP\" width=\"622\">\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">May the corrupt people be bitten by tiger. They should suffer from MONEYPHOBIA. <img src=\"http://www.khullakitab.com/images/solution/class-10/img23.gif\" width=\"211\" height=\"145\" name=\"Picture 2\" align=\"BOTTOM\" border=\"0\" />CORRUPT PEOPLE SHOULD BE HANGED UNTIL DEATH.</span></span></span></p>\n</td>\n</tr>\n</tbody>\n</table>', NULL, NULL, 'Corruption: A Major Social Problem', NULL, NULL, '2020-06-15 03:35:30', '2020-06-15 03:35:30', NULL, NULL, 0, NULL, NULL, NULL), (42, 1, 1, '<p><span style=\"font-family: \'Myriad Pro\', serif;\">Activities</span></p>\n<ol>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">What is to be done to control the drugs trafficking by the government and the people?</span></span></span></p>\n</li>\n</ol>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Ans : Drug trafficking has emerged as a major social problem of the country. Following things can be done by the Government and the people to control drug trafficking. They are:</span></span></span></p>\n<ul>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">The border should be very strictly checked so that no drug trafficking will get the way.</span></span></span></p>\n</li>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">The traffickers when caught should be punished very severely and the main trafficker should also be punished.</span></span></span></p>\n</li>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">If the people get any hint about the drug trafficker then should report to the nearest police station.</span></span></span></p>\n</li>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Awareness programme</span></span></span></p>\n</li>\n</ul>\n<ol start=\"2\">\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">What are the causes of drugs addiction? Make a list.</span></span></span></p>\n</li>\n</ol>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Ans : The causes of drug addiction are as follows:</span></span></span></p>\n<ul>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Peer pressure from the friend.</span></span></span></p>\n</li>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Negative perception of getting relief from tension.</span></span></span></p>\n</li>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">False assumption of making bright mind.</span></span></span></p>\n</li>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">To feel superior among the friends.</span></span></span></p>\n</li>\n</ul>\n<ol start=\"3\">\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Your best friend may request you to use drug, how would you disagree?</span></span></span></p>\n</li>\n</ol>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Ans : Although my best friend will request me for drug then I will gather a strong courage to say NO because it is very harmful to our health. I am ready to leave the friend than to take drugs. I will convince my friend to stay away from this drug by telling him the harmful effect of drugs.</span></span></span></p>\n<ol start=\"4\">\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Make a list of the effects of drug addiction to the person, family and the society?</span></span></span></p>\n</li>\n</ol>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Ans : The list of the effects of drug addiction to the person, family and the society are as follows:</span></span></span></p>\n<ul>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">The person will develop slurred speech and will not be able to take control over the body.</span></span></span></p>\n</li>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">The person will not be able to be involved in the social activities.</span></span></span></p>\n</li>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">The person will have lack of money to buy drugs and will start to do illegal works to collect the money.</span></span></span></p>\n</li>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">The family will get disturbed by the impact of the drug addict as their family member.</span></span></span></p>\n</li>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">They will often go against the rules of the society and do various illegal activities to buy drugs.</span></span></span></p>\n</li>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">The society will not be able to get the advantage of the people of the society which will hinder the development of the society.</span></span></span></p>\n</li>\n</ul>\n<ol start=\"5\">\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">If you are asked to compose a short poem, song or some sentences to be aired through radio program, what would you write? Prepare a radio message to be aired within 15 seconds.</span></span></span></p>\n</li>\n</ol>\n<table width=\"590\" cellspacing=\"0\" cellpadding=\"7\"><colgroup><col width=\"574\" /></colgroup>\n<tbody>\n<tr>\n<td valign=\"TOP\" width=\"574\">\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Lets develop a habit to say NO to any of the bad offers made to us. Ignore even of the one to offer is the closest member of your heart.</span></span></span></p>\n</td>\n</tr>\n</tbody>\n</table>', NULL, NULL, 'Drugs Addiction', NULL, NULL, '2020-06-15 03:36:01', '2020-06-15 03:36:01', NULL, NULL, 0, NULL, NULL, NULL), (43, 1, 1, '<p><span style=\"font-family: \'Myriad Pro\', serif;\">Activities</span></p>\n<ol>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Write an article about UNHCR on the following points.</span></span></span></p>\n</li>\n</ol>\n<ul>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Historical background</span></span></span></p>\n</li>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Objectives</span></span></span></p>\n</li>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Its present work</span></span></span></p>\n</li>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Economic resources</span></span></span></p>\n</li>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">UNHCR activities in Nepal</span></span></span></p>\n</li>\n</ul>\n<table width=\"542\" cellspacing=\"0\" cellpadding=\"7\"><colgroup><col width=\"526\" /></colgroup>\n<tbody>\n<tr>\n<td valign=\"TOP\" width=\"526\">\n<p align=\"CENTER\"><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">UNHCR: AN ORGANIZATION FOR REFUGEE</span></span></span></p>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">The people who are forced to leave their land because of the fear and political terror are termed as refugees. The country in which they flee away the countries which take care of them are termed as the host countries. The responsibility of the host country is to take care of the refugees for their food, clothing and shelter. The refugees are in very large in number in the world. Not only had the host countries the refugees are taken care by un specialized organization called UNHCR.</span></span></span></p>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">UNHCR was established in 1951 AD to help the refugees in the second world war. It provides help and supports the refugees. Now UNHCR is working in 115 different countries of the world. UNHCR provides medical treatment to the refugees along with food and shelter. The main objective of UNHCR is to send back the refugee to their own country. This organization has worked to make the refugees free from political terror and exploitation. The refugees have to live a very difficult life. UNHCR has also been rehabilitating the refugees to the third country if they do not want to return back to their own country.</span></span></span></p>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">The main economic resource for UNHCR is the United Nations Organization and the donor countries. Various NGOs and INGOs also help this organization to build the economy.</span></span></span></p>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Our country has also been the host country for one lakh Bhutanese refugees since 1990 AD. Nepal has also been the host country for the Tibetan refugees. UNHCR is taking care of these refugees by keeping them different camps in Jhapa district of Mechi zone. The refugees had entered Nepal from Bhutan by refusing to implement the Drukpa culture of the country. UNHCR and FAO are helping them for their livelihood. With the help provided by UNHCR the refugee\'s problem in Nepal is not a big burden for the Government.</span></span></span></p>\n</td>\n</tr>\n</tbody>\n</table>\n<p><br /><br /></p>\n<ol start=\"2\">\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Consult a mass media (read newspaper listen to the radio, watch the television) as your access and find out the places of refugees\' shelter in the world. Why the people left their homes. List down their problems.</span></span></span></p>\n</li>\n</ol>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Ans : The reasons behind the refugees leaving their home are as follows:</span></span></span></p>\n<ul>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Political fear</span></span></span></p>\n</li>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Fear of persecution</span></span></span></p>\n</li>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Natural calamities</span></span></span></p>\n</li>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Civil war</span></span></span></p>\n</li>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Government pressure</span></span></span></p>\n</li>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Insecurity</span></span></span></p>\n</li>\n</ul>', NULL, NULL, 'Refugee Problem', NULL, NULL, '2020-06-15 03:36:47', '2020-06-15 03:36:47', NULL, NULL, 0, NULL, NULL, NULL), (44, 1, 1, '<p><span style=\"font-family: \'Myriad Pro\', serif;\">Activities</span></p>\n<ol>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Fill in the blanks.</span></span></span></p>\n</li>\n</ol>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">People live together because of </span></span></span><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\"><em><u>harmony</u></em></span></span></span><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">. They cannot live in the absence of </span></span></span><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\"><em><u>basic needs</u></em></span></span></span><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\"> . A person wants to live in the </span></span></span><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\"><em><u>society</u></em></span></span></span><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\"><u> </u></span></span></span><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">and can be an important citizen.</span></span></span></p>\n<ol start=\"2\">\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">There are some other international organizations working in our country which is not listed above. Find them and mention their names and works.</span></span></span></p>\n</li>\n</ol>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Ans : The lists of the other international organizations that have been working in the country along with their work are listed below:</span></span></span></p>\n<table width=\"590\" cellspacing=\"0\" cellpadding=\"7\"><colgroup><col width=\"280\" /><col width=\"281\" /></colgroup>\n<tbody>\n<tr valign=\"TOP\">\n<td width=\"280\">\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Name of organization</span></span></span></p>\n</td>\n<td width=\"281\">\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Work of the organization</span></span></span></p>\n</td>\n</tr>\n<tr valign=\"TOP\">\n<td width=\"280\">\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">KADOORIE</span></span></span></p>\n</td>\n<td width=\"281\">\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Construction works</span></span></span></p>\n</td>\n</tr>\n<tr valign=\"TOP\">\n<td width=\"280\">\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">SAHAS</span></span></span></p>\n</td>\n<td width=\"281\">\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Rural development</span></span></span></p>\n</td>\n</tr>\n</tbody>\n</table>\n<p><br /><br /></p>\n<ol start=\"3\">\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">International organizations are playing important role for social reform and development work in Nepal. Discuss in the group and write about them.</span></span></span></p>\n</li>\n</ol>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Ans : International organizations are playing an important role for social reform and rural development of the society in Nepal. Those organizations have been working voluntarily for the welfare of the country. United Nations Fund for Population Activities provides encouragement for the Nepalese women to participate in the development work. Similarly Norwegian Agency for International Development provides free legal service to the Nepalese women. Other organizations also have been working in the country for the welfare of the country. They have helped for the country to develop and also to uplift the standard of the Nepalese people. The help of the International organizations for the development work is incredible.</span></span></span></p>\n<ol start=\"4\">\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Look at the given logo and write a paragraph on it.</span></span></span></p>\n</li>\n</ol>\n<table width=\"262\" cellspacing=\"0\" cellpadding=\"7\"><colgroup><col width=\"246\" /></colgroup>\n<tbody>\n<tr>\n<td valign=\"TOP\" width=\"246\" height=\"107\">\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">IUCN</span></span></span></p>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">International World Conservation Union</span></span></span></p>\n</td>\n</tr>\n</tbody>\n</table>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Ans : International Union for the Conservation of Nature is an international world conservation union which works for the conservation of nature in various parts of the countries. This international organization helps to make policy to conserve the important assets of the nature and also to make the maximum benefit from less exploitation. This organization have been working in Nepal has also been supporting the Nepalese Government whole-heartedly for its development endeavors.</span></span></span></p>', NULL, NULL, 'Role of international organization to Solve Social Problems', NULL, NULL, '2020-06-15 03:37:17', '2020-06-15 03:37:17', NULL, NULL, 0, NULL, NULL, NULL); INSERT INTO `resource_materials` (`id`, `type_id`, `is_content`, `content`, `content_url`, `cover_image`, `title`, `caption`, `source_text`, `created_at`, `updated_at`, `content_embed`, `source_link`, `is_attachment`, `file_type`, `file_size`, `file_size_str`) VALUES (45, 1, 1, '<p><span style=\"font-family: \'Myriad Pro\', serif;\">Activities</span></p>\n<ol>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">When was the Nepalese scouts started?</span></span></span></p>\n</li>\n</ol>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Ans : A Nepalese scout was started in 1993 AD.</span></span></span></p>\n<ol start=\"2\">\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Draw the Nepalese scout emblem. Why each figure are triangular? What can you see some more?</span></span></span></p>\n</li>\n</ol>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Ans :</span></span></span></p>\n<ol start=\"3\">\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">The main aim of scouts is to be ready all time. Why is it important to all youth? Think about daily life, accident and future perspective.</span></span></span></p>\n</li>\n</ol>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Ans : the main aim of the scouts is to be ready all time. This is important to all the youths. If the youth become ever ready then definitely there when any problem arises then the solution can be obtained easily. The society will be a very prosperous and good place to live in. When the youths of the society become ever ready to do any task then the daily life will be very prosperous. If any accident will occur then also the situation can be taken in control easily. Similarly the future of the society will be very secure and safe. The society will progress to the path of development.</span></span></span></p>\n<ol start=\"4\">\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Make five sentences using the following words: break, high class, challenging, four to twenty five years, nations and citizens, help, pleasant, worldwide peace.</span></span></span></p>\n</li>\n</ol>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Ans : Nepalese scouts have very good morale and they never break rule and regulations. Their high class behavior is always impressive. They are challenging and they never give up. The students of scouts are normally from four to twenty five years. They are loyal to both nation and citizens. They help each other in the time of need and are pleasant. Scouts have been contributing a lot to the worldwide peace.</span></span></span></p>\n<ol start=\"5\">\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Mention about the dress of Nepalese girls and boys scouts.</span></span></span></p>\n</li>\n</ol>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Ans : The dress of Nepalese girls scout is either sari or frock. Boys scout wear light grey shirts with bright grey pants. Both boys and girls scout tie scarf as per the company color in their neck.</span></span></span></p>\n<ol start=\"6\">\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Have you taken scouts training? If you have, how did you take? Mention your experience. If you have not, ask a trained person about training activities and make note.</span></span></span></p>\n</li>\n</ol>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Ans : Yes I have taken the training the scouts. Scouts are taught as the compulsory subject in our school. In the course of the training I have also taken the patrol leader training. The patrol leader training was held in Kakani. In the course of training we were taught various things. The special thing about the training is the ways of making different types of knots out of a single scout rope. In the course of training we were taught to cook food on stone, onion and potato. We were taught to help the friends on various difficult times. We were made to rock falling, crouching and moving through the tunnel. We were also taught various physical exercises along with the self defense course. In the course of trekking we were taught to follow various kinds of symbols used. Scout also teaches their students to know the meaning of different kind of whistle. Campfire in the end of the training day will always be highly entertaining in the training.</span></span></span></p>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">These are the experience that I had during the time of my scouting days.</span></span></span></p>', NULL, NULL, 'Role of Scouts in the Development of Nepal', NULL, NULL, '2020-06-15 03:38:10', '2020-06-15 03:38:10', NULL, NULL, 0, NULL, NULL, NULL), (46, 1, 1, '<p><span style=\"font-family: \'Myriad Pro\', serif;\">Activities</span></p>\n<ol>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">How Henry Dunant contributed to establish Red Cross?</span></span></span></p>\n</li>\n</ol>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Ans : Henry Dunant contributed to establish Red Cross by appealing the delegates from various 16 countries of the world to follow the policy of world peace not attacking the war victims. In this way Henry Dunant by his strong initiation established Red Cross Society.</span></span></span></p>\n<ol start=\"2\">\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">What was the agreement of the Geneva Treaty?</span></span></span></p>\n</li>\n</ol>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Ans : The agreement of the Geneva Treaty was the agreement of not to attack the wounded soldiers and the Red Cross volunteers. This treaty is in favor of the protection of captive soldiers as well as general public.</span></span></span></p>\n<ol start=\"3\">\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">How do the Red Cross volunteers conduct rescue activities in the flood and earthquake?</span></span></span></p>\n</li>\n</ol>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Ans : Red Cross volunteers conduct rescue activities in the flood and earthquake by various ways:</span></span></span></p>\n<ul>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">They reach the accident spot and do the rescue with the help of rope and other things because they are highly trained workers.</span></span></span></p>\n</li>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">The Red Cross volunteers also do the first aid treatment to the victims of the flood and earthquake.</span></span></span></p>\n</li>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">The Red Cross volunteers also distribute food and other necessary items by various means.</span></span></span></p>\n</li>\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Red Cross volunteers also provide ambulance service to the seriously injured ones.</span></span></span></p>\n</li>\n</ul>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">In this way the Red Cross volunteers conduct the rescue activities in the flood and earthquake.</span></span></span></p>\n<ol start=\"4\">\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Red Cross Society provides trainings to the youths to work in the disasters and also organize eye camps, blood donation and community health programme. Is there a junior Red Cross unit in your school? How does it help in the neighbor?</span></span></span></p>\n</li>\n</ol>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Ans : Red Cross Society provides trainings to the youths to work in the disasters and also organize eye camps, blood donation and community health programme. As there is no junior Red Cross unit in my school we are not able to help the society through the red cross programme. But the similar types of activities are done to help the neighbor.</span></span></span></p>\n<ol start=\"5\">\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Whom does SOS help and how? Make a note on the basis of your study and discussion.</span></span></span></p>\n</li>\n</ol>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Ans : SOS helps the orphans and the homeless children by providing shelter and education. SOS is a nonprofit social service organization which takes care of such types of children. SOS villages are running in Sanothimi, Itahari, Pokhara, Surkhet, Chitwan and Banepa.</span></span></span></p>\n<ol start=\"6\">\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">What is the full form of SOS?</span></span></span></p>\n</li>\n</ol>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Ans : The full form of SOS is Save Our Soul.</span></span></span></p>\n<ol start=\"7\">\n<li>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Mention the contribution of SOS in our country.</span></span></span></p>\n</li>\n</ol>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Myriad Pro, serif;\"><span style=\"font-size: medium;\">Ans : SOS is a social service organization which has been contributing a lot for the orphans and homeless children throughout the world. This organization has been assisting such children in 133 different countries of the world. This organization is also looking after the orphans and the helpless children in different places of Nepal. It has become a great help for such children to build their better future. Its contribution to country to take care of such children is praiseworthy.</span></span></span></p>', NULL, NULL, 'Contribution of the Red Cross and SOS for Development', NULL, NULL, '2020-06-15 03:38:42', '2020-06-15 03:38:42', NULL, NULL, 0, NULL, NULL, NULL), (47, 1, 1, '<p><strong>9.1 United Nations and its Bodies</strong><br />Activities<br />1. Why was UN established?<br />2. What is the General Assembly? Mention its functions.<br />3. What is Veto Power? Who can use Veto Power in UN?<br />4. Organize a meeting assuming your class as the General Assembly of UN. Suppose one student is a representative from each country. Select five permanent and 10 temporary members for the Security Council. Similarly , select the Secretary General, the Judge, and one third of the members for the Economic and Social Council . Formulate a future plan by organizing a separate meeting in each organs of UN. And get approval of the plan in a meeting of the General Assembly.<br /><br /><strong>9.2 Special Agencies of the UN</strong><br />Activities<br />1. Prepare a list of the special agencies of UN based on the lesson mentioned above.<br />2. What functions did the UN special agencies do in Nepal? Mention the functions wuth the help of references .<br />3. Besides this. UN related agencies are also functioning in Nepal. Some of their examples are given below. Show these organizations in a table.<br />a) United Nations Development Programme (UNDP): It was established in 1996 AD. Its aims are: to help developing countries for proper use of their heritages, to raise the living standard of people and to increase productivity.<br />b) United Nations International Children\'s Emergency Fund (UNICEF): It was established in December, 1946 . Its head quarter is in USA. Implementation of long-term programmes for the welfare of the children of developing countries is the main aim of this organization.<br />c) United Nations High Commission for Refugees (UNHCR): It was established id 1950 AD. The headquarter of this organization is in Geneva, Switzerland. Protection of the refugees and permanent solution of the refugees are the main aims of this organization.<br /><br /><strong>9.3 Activities of UN</strong><br />Activities<br />1. Write a summary about the functions of UN by using the words given in the box below. Discuss on the structure of the UN Flag and make a Flag.<br />2. Look at activities of UN that have been implementing in Nepal as well as other countries. Prepare news, if some of the activities out of the following have been done in your community.<br />3. Collect the news regarding the activities of UN Peace Keeping Force by reading newspapers, listening radio or watching TV.<br />4. Do you like Nepal\'s step of sending Nepalese to the Peace Keeping Force? Write a letter to the UN residential representative located in Kathmandu stating reasons whether you like or dislike.<br /><br /><strong>9.4 International Relationship and Nepal</strong><br />Activities<br />1. Answer the following questions by studying the news about science and technology given in a box below .<br />a) How many days does the spacecraft take to arrive at the Mars?<br />b) Why does the spacecraft take 250 days to reach and 240 days to return back? Discuss and write.<br />c) Why couldn\'t our country send any spacecraft to the space? Prepare a report after discussion.<br />2. Make a list of the contribution that Nepal played for international peace and understanding.<br />3. Write the ways of keeping peace in Nepal considering that one should be able to keep peace in own country, which wishes peace in other countries.</p>', NULL, NULL, 'International Understanding, Peace and Coopoeraion', NULL, NULL, '2020-06-15 06:29:13', '2020-06-15 06:29:13', NULL, NULL, 0, NULL, NULL, NULL), (48, 3, 0, NULL, NULL, NULL, 'Baby animals - funny cats and dogs compilation', NULL, 'https://www.youtube.com/watch?v=Y6uSJ9Nx0F0', '2020-06-15 07:09:47', '2020-06-15 07:09:47', 'https://www.youtube.com/embed?v=Y6uSJ9Nx0F0', 'Youtube', 0, NULL, NULL, NULL), (49, 3, 0, NULL, NULL, NULL, 'Video Lecture of Peace and Coperation', NULL, 'Youtube', '2020-06-17 05:48:38', '2020-06-17 05:48:38', 'https://www.youtube.com/embed/CaTRUpOeNIw', 'Youtube.com', 0, NULL, NULL, NULL), (50, 2, 0, NULL, '/course/infrastructure-development-1592374164.pdf', NULL, 'Infrastructure Development in PDF', NULL, 'khullakitab', '2020-06-17 06:09:24', '2020-06-17 06:09:24', NULL, 'khullakitab.com', 0, 'application/pdf', '795002', NULL), (51, 7, 0, NULL, '/course/bagmati-at-1820-1592374987.jpg', NULL, 'Bagmati Bridge', NULL, NULL, '2020-06-17 06:23:07', '2020-06-17 06:23:07', NULL, NULL, 0, 'image/jpeg', '297896', NULL), (52, 4, 0, NULL, '/course/omnamahashivai-1592375302.mp3', NULL, 'Audio Lesson', NULL, NULL, '2020-06-17 06:28:22', '2020-06-17 06:28:22', NULL, NULL, 0, 'audio/mpeg', '7598080', NULL); -- -------------------------------------------------------- -- -- Table structure for table `resource_notes` -- CREATE TABLE `resource_notes` ( `id` int(10) UNSIGNED NOT NULL, `resource_id` int(10) UNSIGNED NOT NULL, `title` longtext COLLATE utf8mb4_unicode_ci, `note` longtext COLLATE utf8mb4_unicode_ci, `has_file` int(10) UNSIGNED NOT NULL DEFAULT '0', `file_type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `file_size` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `file_size_str` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `file_path` varchar(256) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `file_thumb_path` varchar(256) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `is_approved` int(10) UNSIGNED NOT NULL DEFAULT '0', `approved_by` int(10) UNSIGNED DEFAULT NULL, `approved_date` datetime DEFAULT NULL, `is_deleted` int(10) UNSIGNED NOT NULL DEFAULT '0', `deleted_by` int(10) UNSIGNED DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL, `is_locked` int(10) UNSIGNED NOT NULL DEFAULT '0', `locked_at` datetime DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT NULL, `updated_by` int(10) UNSIGNED DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `resource_notes` -- INSERT INTO `resource_notes` (`id`, `resource_id`, `title`, `note`, `has_file`, `file_type`, `file_size`, `file_size_str`, `file_path`, `file_thumb_path`, `is_approved`, `approved_by`, `approved_date`, `is_deleted`, `deleted_by`, `deleted_at`, `is_locked`, `locked_at`, `created_by`, `updated_by`, `created_at`, `updated_at`) VALUES (21, 22, 'Summary', '<p>Can anyone describe in brief on this topic?</p>', 0, NULL, NULL, NULL, NULL, NULL, 1, 7, '2020-06-15 03:31:26', 0, NULL, NULL, 0, NULL, 7, NULL, '2020-06-15 03:31:26', '2020-06-15 03:31:26'), (23, 15, 'Group Transport', '<h5><strong>Transport can also be grouped as personal or public.</strong></h5>', 0, NULL, NULL, NULL, NULL, NULL, 1, 7, '2020-06-17 05:35:31', 0, NULL, NULL, 0, NULL, 7, NULL, '2020-06-17 05:35:31', '2020-06-17 05:35:31'), (24, 24, 'test', '<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Dolorum, quam consequuntur facilis dolorem laboriosam vitae deserunt corporis facere amet nostrum a totam</p>', 1, 'image/jpeg', '12901', '13 KB', '/assets/uploads/notes/24/unnamed-1592475337.jpg', '/assets/thumbnails/notes/24/thumbs-1592475337unnamed.jpg', 1, 7, '2020-06-18 10:15:37', 0, NULL, NULL, 0, NULL, 7, NULL, '2020-06-18 10:15:37', '2020-06-18 10:15:37'), (25, 24, 'Lorem ipsum dolor sit amet consectetur', '<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Dolorum, quam consequuntur facilis dolorem laborio</p>', 0, 'image/jpeg', '28399', '28 KB', '/assets/uploads/notes/25/102389587-668267160690404-519427309053430591-n-1592476152.jpg', '/assets/thumbnails/notes/25/thumbs-1592476152102389587_668267160690404_519427309053430591_n.jpg', 1, 7, '2020-06-18 10:31:05', 0, NULL, NULL, 0, NULL, 7, NULL, '2020-06-18 10:29:12', '2020-06-18 10:31:05'), (26, 15, 'FIrst note', '<p>My first note is here.</p>', 1, 'image/png', '26475', '26 KB', '/assets/uploads/notes/26/the-test-1592717300.png', '/assets/thumbnails/notes/26/thumbs-1592717300the-test.png', 1, 7, '2020-06-21 05:28:20', 0, NULL, NULL, 0, NULL, 7, NULL, '2020-06-21 05:28:20', '2020-06-21 05:28:20'), (27, 21, 'Summary of the Lesson', '<p>Please write the summary.</p>', 0, NULL, NULL, NULL, NULL, NULL, 1, 14, '2020-06-21 05:37:54', 0, NULL, NULL, 0, NULL, 14, NULL, '2020-06-21 05:37:54', '2020-06-21 05:37:54'); -- -------------------------------------------------------- -- -- Table structure for table `resource_note_comments` -- CREATE TABLE `resource_note_comments` ( `id` int(10) UNSIGNED NOT NULL, `note_id` int(10) UNSIGNED NOT NULL, `comment` longtext COLLATE utf8mb4_unicode_ci, `is_approved` int(10) UNSIGNED NOT NULL DEFAULT '0', `approved_by` int(10) UNSIGNED DEFAULT NULL, `approved_date` datetime DEFAULT NULL, `is_deleted` int(10) UNSIGNED NOT NULL DEFAULT '0', `deleted_by` int(10) UNSIGNED DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL, `is_locked` int(10) UNSIGNED NOT NULL DEFAULT '0', `locked_at` datetime DEFAULT NULL, `created_by` int(10) UNSIGNED DEFAULT NULL, `updated_by` int(10) UNSIGNED DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `resource_note_comments` -- INSERT INTO `resource_note_comments` (`id`, `note_id`, `comment`, `is_approved`, `approved_by`, `approved_date`, `is_deleted`, `deleted_by`, `deleted_at`, `is_locked`, `locked_at`, `created_by`, `updated_by`, `created_at`, `updated_at`) VALUES (41, 21, 'The conclusion can be drawn that the number of people engaged in agriculture is more than half the population. However the farmers are not engaged in commercial farming so their farming is not even enough to feed their family. There are very less number of people in other occupation where as the number of people in the expert services is negligible. Some of the highly skilled manpower are also leaving the country in search of good payment for their work. Therefore the country should provide good provision to produce skilled human resources and make them work for the country.', 1, 14, '2020-06-15 03:50:31', 0, NULL, NULL, 0, NULL, 14, NULL, '2020-06-15 03:50:31', '2020-06-15 03:50:31'); -- -------------------------------------------------------- -- -- Table structure for table `resource_qa` -- CREATE TABLE `resource_qa` ( `id` int(10) UNSIGNED NOT NULL, `resource_id` int(10) UNSIGNED NOT NULL, `title` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `qa_id` int(10) UNSIGNED NOT NULL, `is_published` int(10) UNSIGNED NOT NULL DEFAULT '0', `sequence` int(11) NOT NULL, `published_by` int(10) UNSIGNED DEFAULT NULL, `published_at` datetime DEFAULT NULL, `created_by` int(10) UNSIGNED NOT NULL, `updated_by` int(10) UNSIGNED DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `resource_qa` -- INSERT INTO `resource_qa` (`id`, `resource_id`, `title`, `qa_id`, `is_published`, `sequence`, `published_by`, `published_at`, `created_by`, `updated_by`, `created_at`, `updated_at`) VALUES (2, 17, 'Photosynthesis', 2, 1, 0, 7, '2020-06-03 13:01:41', 7, 7, '2020-06-03 13:01:41', '2020-06-07 08:06:42'), (3, 18, 'NepalRussia Frienship', 3, 1, 0, 7, '2020-06-07 07:16:56', 7, NULL, '2020-06-07 07:16:56', '2020-06-07 07:16:56'), (4, 16, 'Commonly Used Device.', 4, 1, 0, 7, '2020-06-07 08:04:35', 7, NULL, '2020-06-07 08:04:35', '2020-06-07 08:04:35'), (5, 21, 'Audio Summary', 5, 1, 0, 7, '2020-06-17 06:34:03', 7, NULL, '2020-06-17 06:34:03', '2020-06-17 06:34:03'), (6, 24, 'Relationship', 6, 1, 0, 7, '2020-06-17 14:22:25', 7, NULL, '2020-06-17 14:22:25', '2020-06-17 14:22:25'), (7, 24, 'Using color to add meaning only provides a visual indication, which will not be conveyed to users of assistive techn', 7, 1, 0, 7, '2020-06-18 10:44:47', 7, NULL, '2020-06-18 10:44:47', '2020-06-18 10:44:47'), (8, 21, 'Q&A.2', 8, 1, 0, 7, '2020-06-19 07:44:25', 7, 7, '2020-06-19 07:44:25', '2020-06-19 07:44:42'), (9, 21, 'Q&A 3', 9, 1, 0, 7, '2020-06-19 07:51:16', 7, 7, '2020-06-19 07:51:16', '2020-06-21 05:32:24'); -- -------------------------------------------------------- -- -- Table structure for table `resource_students` -- CREATE TABLE `resource_students` ( `id` int(10) UNSIGNED NOT NULL, `resource_category_id` int(10) UNSIGNED NOT NULL, `student_id` int(10) UNSIGNED NOT NULL, `roll_no` int(11) DEFAULT NULL, `symbol_no` int(11) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `resource_students` -- INSERT INTO `resource_students` (`id`, `resource_category_id`, `student_id`, `roll_no`, `symbol_no`, `created_at`, `updated_at`) VALUES (16, 23, 10, NULL, NULL, '2020-06-14 12:43:09', '2020-06-14 12:43:09'), (17, 23, 9, NULL, NULL, '2020-06-14 12:48:15', '2020-06-14 12:48:15'), (18, 23, 12, NULL, NULL, '2020-06-14 12:48:15', '2020-06-14 12:48:15'), (20, 24, 8, NULL, NULL, '2020-06-15 03:13:04', '2020-06-15 03:13:04'), (21, 24, 9, NULL, NULL, '2020-06-15 03:13:04', '2020-06-15 03:13:04'), (22, 24, 10, NULL, NULL, '2020-06-15 03:13:04', '2020-06-15 03:13:04'), (23, 24, 12, NULL, NULL, '2020-06-15 03:13:04', '2020-06-15 03:13:04'), (24, 24, 13, NULL, NULL, '2020-06-15 03:13:04', '2020-06-15 03:13:04'), (25, 35, 14, NULL, NULL, '2020-06-15 03:14:21', '2020-06-15 03:14:21'), (26, 35, 15, NULL, NULL, '2020-06-15 08:42:21', '2020-06-15 08:42:21'); -- -------------------------------------------------------- -- -- Table structure for table `resource_student_tests` -- CREATE TABLE `resource_student_tests` ( `id` int(10) UNSIGNED NOT NULL, `resource_test_id` int(10) UNSIGNED NOT NULL, `student_id` int(10) UNSIGNED NOT NULL, `start_date` datetime NOT NULL, `end_date` datetime DEFAULT NULL, `current_question_id` int(10) UNSIGNED DEFAULT NULL, `is_complete` int(10) UNSIGNED NOT NULL DEFAULT '0', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `resource_student_tests` -- INSERT INTO `resource_student_tests` (`id`, `resource_test_id`, `student_id`, `start_date`, `end_date`, `current_question_id`, `is_complete`, `created_at`, `updated_at`) VALUES (3, 5, 16, '2020-06-14 06:30:46', '2020-06-14 12:45:26', NULL, 1, '2020-06-14 12:44:55', '2020-06-14 12:45:26'), (4, 5, 17, '2020-06-14 06:39:55', NULL, NULL, 0, '2020-06-14 12:54:03', '2020-06-14 12:54:03'), (5, 1, 17, '2020-06-14 06:41:19', NULL, 1, 0, '2020-06-14 12:55:27', '2020-06-14 12:55:27'), (6, 6, 17, '2020-06-14 06:45:51', '2020-06-14 13:00:11', NULL, 1, '2020-06-14 12:59:59', '2020-06-14 13:00:11'), (7, 5, 18, '2020-06-14 06:46:34', NULL, NULL, 0, '2020-06-14 13:00:43', '2020-06-14 13:00:43'), (8, 6, 18, '2020-06-14 06:46:44', NULL, NULL, 0, '2020-06-14 13:00:52', '2020-06-14 13:00:52'), (9, 7, 26, '2020-06-16 09:58:00', '2020-06-16 04:13:16', NULL, 1, '2020-06-16 04:13:00', '2020-06-16 04:13:16'), (10, 7, 26, '2020-06-16 09:58:27', NULL, NULL, 0, '2020-06-16 04:13:27', '2020-06-16 04:13:27'), (11, 7, 26, '2020-06-16 11:14:53', NULL, NULL, 0, '2020-06-16 05:29:53', '2020-06-16 05:29:53'), (12, 8, 26, '2020-06-16 11:24:41', '2020-06-16 05:40:41', NULL, 1, '2020-06-16 05:39:41', '2020-06-16 05:40:41'), (13, 6, 20, '2020-06-17 11:06:56', '2020-06-17 05:22:13', NULL, 1, '2020-06-17 05:21:58', '2020-06-17 05:22:13'), (14, 1, 20, '2020-06-17 11:07:18', '2020-06-17 05:22:32', NULL, 1, '2020-06-17 05:22:19', '2020-06-17 05:22:32'), (15, 5, 20, '2020-06-17 11:09:47', '2020-06-17 05:25:15', NULL, 1, '2020-06-17 05:24:48', '2020-06-17 05:25:15'), (16, 8, 25, '2020-06-17 04:17:38', '2020-06-17 10:46:43', NULL, 1, '2020-06-17 10:32:38', '2020-06-17 10:46:43'), (17, 7, 25, '2020-06-17 08:14:37', NULL, 9, 0, '2020-06-17 14:29:37', '2020-06-17 14:29:37'); -- -------------------------------------------------------- -- -- Table structure for table `resource_student_test_answers` -- CREATE TABLE `resource_student_test_answers` ( `id` int(10) UNSIGNED NOT NULL, `resource_student_test_id` int(10) UNSIGNED NOT NULL, `resource_question_id` int(10) UNSIGNED NOT NULL, `option_id` int(10) UNSIGNED DEFAULT NULL, `is_correct` int(10) UNSIGNED NOT NULL DEFAULT '0', `marks` double(10,2) NOT NULL DEFAULT '0.00', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `resource_student_test_answers` -- INSERT INTO `resource_student_test_answers` (`id`, `resource_student_test_id`, `resource_question_id`, `option_id`, `is_correct`, `marks`, `created_at`, `updated_at`) VALUES (6, 3, 4, 10, 0, 0.00, '2020-06-14 12:45:10', '2020-06-14 12:45:10'), (7, 3, 5, 14, 1, 10.00, '2020-06-14 12:45:14', '2020-06-14 12:45:14'), (8, 3, 6, 17, 1, 15.00, '2020-06-14 12:45:26', '2020-06-14 12:45:26'), (9, 6, 7, 19, 1, 1.00, '2020-06-14 13:00:09', '2020-06-14 13:00:09'), (10, 6, 8, 22, 1, 1.00, '2020-06-14 13:00:11', '2020-06-14 13:00:11'), (11, 9, 9, 28, 0, 0.00, '2020-06-16 04:13:16', '2020-06-16 04:13:16'), (12, 12, 10, 32, 0, 0.00, '2020-06-16 05:40:41', '2020-06-16 05:40:41'), (13, 13, 7, 21, 0, 0.00, '2020-06-17 05:22:09', '2020-06-17 05:22:09'), (14, 15, 4, 10, 0, 0.00, '2020-06-17 05:24:52', '2020-06-17 05:24:52'), (15, 15, 5, 13, 0, 0.00, '2020-06-17 05:25:12', '2020-06-17 05:25:12'), (16, 16, 10, 29, 0, 0.00, '2020-06-17 10:46:43', '2020-06-17 10:46:43'); -- -------------------------------------------------------- -- -- Table structure for table `resource_subjects` -- CREATE TABLE `resource_subjects` ( `id` int(10) UNSIGNED NOT NULL, `resource_category_id` int(10) UNSIGNED NOT NULL, `class_subject_id` int(10) UNSIGNED NOT NULL, `cover_image` varchar(256) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `alias_title` varchar(256) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `resource_subjects` -- INSERT INTO `resource_subjects` (`id`, `resource_category_id`, `class_subject_id`, `cover_image`, `alias_title`, `created_at`, `updated_at`) VALUES (1, 23, 1, '', '', '2020-05-22 06:42:37', '2020-05-22 06:42:37'), (2, 23, 2, '', '', '2020-05-22 06:42:37', '2020-05-22 06:42:37'), (3, 23, 3, '', '', '2020-05-22 06:42:37', '2020-05-22 06:42:37'), (4, 23, 6, '', '', '2020-05-22 06:42:37', '2020-05-22 06:42:37'), (5, 23, 7, '', '', '2020-05-22 06:42:37', '2020-05-22 06:42:37'), (6, 37, 1, '', '', '2020-05-22 06:46:28', '2020-05-22 06:46:28'), (7, 37, 2, '', '', '2020-05-22 06:46:28', '2020-05-22 06:46:28'), (8, 37, 3, '', '', '2020-05-22 06:46:28', '2020-05-22 06:46:28'), (9, 37, 6, '', '', '2020-05-22 06:46:28', '2020-05-22 06:46:28'), (10, 37, 7, '', '', '2020-05-22 06:46:28', '2020-05-22 06:46:28'), (11, 24, 1, '', '', '2020-05-22 07:05:32', '2020-05-22 07:05:32'), (12, 24, 2, '', '', '2020-05-22 07:05:32', '2020-05-22 07:05:32'), (13, 24, 3, '', '', '2020-05-22 07:05:32', '2020-05-22 07:05:32'), (14, 24, 6, '', '', '2020-05-22 07:05:32', '2020-05-22 07:05:32'), (15, 24, 7, '', '', '2020-05-22 07:05:32', '2020-05-22 07:05:32'), (16, 39, 1, '', '', '2020-06-09 08:20:59', '2020-06-09 08:20:59'), (17, 39, 2, '', '', '2020-06-09 08:20:59', '2020-06-09 08:20:59'), (18, 39, 3, '', '', '2020-06-09 08:20:59', '2020-06-09 08:20:59'), (19, 39, 6, '', '', '2020-06-09 08:20:59', '2020-06-09 08:20:59'), (20, 39, 7, '', '', '2020-06-09 08:20:59', '2020-06-09 08:20:59'), (21, 39, 9, '', '', '2020-06-09 08:20:59', '2020-06-09 08:20:59'), (22, 35, 1, '', '', '2020-06-15 03:19:32', '2020-06-15 03:19:32'), (23, 35, 2, '', '', '2020-06-15 03:19:32', '2020-06-15 03:19:32'), (24, 35, 3, '', '', '2020-06-15 03:19:32', '2020-06-15 03:19:32'), (25, 35, 4, '', '', '2020-06-15 03:19:32', '2020-06-15 03:19:32'), (26, 35, 5, '', '', '2020-06-15 03:19:32', '2020-06-15 03:19:32'), (27, 35, 6, '', '', '2020-06-15 03:19:32', '2020-06-15 03:19:32'), (28, 35, 7, '', '', '2020-06-15 03:19:32', '2020-06-15 03:19:32'), (29, 35, 8, '', '', '2020-06-15 03:19:32', '2020-06-15 03:19:32'), (30, 35, 9, '', '', '2020-06-15 03:19:32', '2020-06-15 03:19:32'); -- -------------------------------------------------------- -- -- Table structure for table `resource_subject_students` -- CREATE TABLE `resource_subject_students` ( `id` int(10) UNSIGNED NOT NULL, `resource_student_id` int(10) UNSIGNED NOT NULL, `resource_subject_id` int(10) UNSIGNED NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `resource_subject_teachers` -- CREATE TABLE `resource_subject_teachers` ( `id` int(10) UNSIGNED NOT NULL, `teacher_id` int(10) UNSIGNED NOT NULL, `resource_subject_id` int(10) UNSIGNED NOT NULL, `role_alias_id` int(11) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `resource_subject_teachers` -- INSERT INTO `resource_subject_teachers` (`id`, `teacher_id`, `resource_subject_id`, `role_alias_id`, `created_at`, `updated_at`) VALUES (1, 4, 1, NULL, '2020-05-22 06:48:35', '2020-05-22 06:48:35'), (3, 6, 3, NULL, '2020-05-22 06:51:02', '2020-05-22 06:51:02'), (4, 7, 4, NULL, '2020-05-22 06:52:05', '2020-05-22 06:52:05'), (5, 6, 5, NULL, '2020-05-22 06:52:23', '2020-05-22 06:52:23'), (6, 5, 11, NULL, '2020-05-22 07:06:00', '2020-05-22 07:06:00'), (7, 11, 12, NULL, '2020-05-22 07:09:52', '2020-05-22 07:09:52'), (9, 7, 12, NULL, '2020-06-07 08:16:16', '2020-06-07 08:16:16'), (10, 7, 2, NULL, '2020-06-07 08:16:37', '2020-06-07 08:16:37'), (11, 7, 24, NULL, '2020-06-15 03:20:06', '2020-06-15 03:20:06'), (17, 2, 4, NULL, '2020-06-18 12:38:44', '2020-06-18 12:38:44'); -- -------------------------------------------------------- -- -- Table structure for table `resource_tests` -- CREATE TABLE `resource_tests` ( `id` int(10) UNSIGNED NOT NULL, `resource_id` int(10) UNSIGNED NOT NULL, `title` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `instructions` longtext COLLATE utf8mb4_unicode_ci, `show_marks_in_question` int(10) UNSIGNED NOT NULL DEFAULT '0', `show_obtained_marks` int(10) UNSIGNED NOT NULL DEFAULT '0', `can_skip_question` int(10) UNSIGNED NOT NULL DEFAULT '0', `start_date` datetime NOT NULL, `has_deadline` int(10) UNSIGNED NOT NULL DEFAULT '0', `deadline_by` datetime DEFAULT NULL, `is_published` int(10) UNSIGNED NOT NULL DEFAULT '0', `published_by` int(10) UNSIGNED DEFAULT NULL, `published_at` datetime DEFAULT NULL, `created_by` int(10) UNSIGNED NOT NULL, `updated_by` int(10) UNSIGNED DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `resource_tests` -- INSERT INTO `resource_tests` (`id`, `resource_id`, `title`, `instructions`, `show_marks_in_question`, `show_obtained_marks`, `can_skip_question`, `start_date`, `has_deadline`, `deadline_by`, `is_published`, `published_by`, `published_at`, `created_by`, `updated_by`, `created_at`, `updated_at`) VALUES (1, 15, 'My first test', '<p>Desc here</p>', 1, 1, 0, '2020-06-10 10:11:21', 1, '2020-07-31 10:11:30', 1, 7, '2020-06-10 04:25:58', 7, NULL, '2020-06-10 04:25:58', '2020-06-10 04:25:58'), (2, 16, 'Weekend Test', '<p>Lets have some good test this time.</p>', 1, 1, 1, '2020-06-10 03:10:36', 1, '2020-06-12 03:10:56', 1, 7, '2020-06-10 09:26:34', 7, NULL, '2020-06-10 09:26:34', '2020-06-10 09:26:34'), (3, 16, 'Sinlge Test', NULL, 1, 1, 1, '2020-06-10 03:23:58', 1, '2020-06-10 03:24:28', 1, 7, '2020-06-10 09:39:37', 7, NULL, '2020-06-10 09:39:37', '2020-06-10 09:39:37'), (4, 16, 'Common Internet Test', '<p>Do not copy the anser try to yourselft as far as possible</p>', 1, 1, 1, '2020-06-10 03:48:35', 1, '2020-06-11 03:50:47', 1, 7, '2020-06-10 10:05:56', 7, NULL, '2020-06-10 10:05:56', '2020-06-10 10:05:56'), (5, 15, 'The second test', '<p>ins</p>', 1, 1, 0, '2020-06-11 08:49:20', 0, NULL, 1, 7, '2020-06-11 15:03:40', 7, NULL, '2020-06-11 15:03:40', '2020-06-11 15:03:40'), (6, 15, 'The third test', '<p>Test ins</p>', 1, 1, 0, '2020-06-14 06:43:57', 0, NULL, 1, 7, '2020-06-14 12:58:22', 7, NULL, '2020-06-14 12:58:22', '2020-06-14 12:58:22'), (7, 24, 'Quiz 16-Jun-2020', NULL, 1, 1, 1, '2020-06-16 09:55:41', 1, '2020-06-16 09:55:57', 1, 7, '2020-06-16 04:11:04', 7, NULL, '2020-06-16 04:11:04', '2020-06-16 04:11:04'), (8, 24, 'Practice 16-Jun-20', NULL, 1, 1, 1, '2020-06-16 11:18:59', 1, '2020-06-16 11:19:31', 1, 7, '2020-06-16 05:34:40', 7, NULL, '2020-06-16 05:34:40', '2020-06-16 05:34:40'), (9, 21, 'Practice for Monday.', NULL, 1, 1, 1, '2020-06-19 12:11:45', 1, '2020-06-21 01:00:00', 1, 7, '2020-06-19 06:27:13', 7, NULL, '2020-06-19 06:27:13', '2020-06-19 06:27:13'); -- -------------------------------------------------------- -- -- Table structure for table `resource_test_questions` -- CREATE TABLE `resource_test_questions` ( `id` int(10) UNSIGNED NOT NULL, `test_id` int(10) UNSIGNED NOT NULL, `question_id` int(10) UNSIGNED NOT NULL, `sequence` int(11) DEFAULT NULL, `total_weight` double(10,2) NOT NULL DEFAULT '0.00', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `resource_test_questions` -- INSERT INTO `resource_test_questions` (`id`, `test_id`, `question_id`, `sequence`, `total_weight`, `created_at`, `updated_at`) VALUES (1, 1, 1, 0, 0.00, '2020-06-10 04:28:19', '2020-06-10 04:28:19'), (2, 2, 2, 0, 0.00, '2020-06-10 09:33:40', '2020-06-10 09:33:40'), (4, 5, 4, 0, 0.00, '2020-06-11 15:04:05', '2020-06-11 15:04:05'), (5, 5, 5, 0, 0.00, '2020-06-11 15:04:36', '2020-06-11 15:04:36'), (6, 5, 6, 0, 0.00, '2020-06-11 15:04:59', '2020-06-11 15:04:59'), (7, 6, 7, 0, 0.00, '2020-06-14 12:58:57', '2020-06-14 12:58:57'), (8, 6, 8, 0, 0.00, '2020-06-14 12:59:38', '2020-06-14 12:59:38'), (9, 7, 9, 0, 0.00, '2020-06-16 04:12:40', '2020-06-16 04:12:40'), (10, 8, 10, 0, 0.00, '2020-06-16 05:38:18', '2020-06-16 05:38:18'); -- -------------------------------------------------------- -- -- Table structure for table `roles` -- CREATE TABLE `roles` ( `id` int(10) UNSIGNED NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `guard_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `roles` -- INSERT INTO `roles` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES (1, 'admin', 'web', '2020-05-22 05:43:59', '2020-05-22 05:43:59'), (2, 'teacher', 'web', '2020-05-22 05:43:59', '2020-05-22 05:43:59'), (3, 'student', 'web', '2020-05-22 05:43:59', '2020-05-22 05:43:59'); -- -------------------------------------------------------- -- -- Table structure for table `role_has_permissions` -- CREATE TABLE `role_has_permissions` ( `permission_id` int(10) UNSIGNED NOT NULL, `role_id` int(10) UNSIGNED NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `settings` -- CREATE TABLE `settings` ( `id` int(10) UNSIGNED NOT NULL, `type` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL, `setting_key` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `setting_value` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `updated_by_id` int(10) UNSIGNED DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `system_modules` -- CREATE TABLE `system_modules` ( `id` int(10) UNSIGNED NOT NULL, `code` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `name` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `is_active` tinyint(4) NOT NULL DEFAULT '0', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `system_modules` -- INSERT INTO `system_modules` (`id`, `code`, `name`, `is_active`, `created_at`, `updated_at`) VALUES (1, 'tender', 'Tender', 1, '2020-05-22 05:43:59', '2020-05-22 05:43:59'); -- -------------------------------------------------------- -- -- Table structure for table `users` -- CREATE TABLE `users` ( `id` int(10) UNSIGNED NOT NULL, `uuid` char(36) COLLATE utf8mb4_unicode_ci NOT NULL, `firstname` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `middlename` int(11) DEFAULT NULL, `lastname` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL, `phone` int(11) DEFAULT NULL, `password` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `user_type` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` tinyint(4) NOT NULL DEFAULT '0', `is_verified` tinyint(4) NOT NULL DEFAULT '0', `remember_token` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `users` -- INSERT INTO `users` (`id`, `uuid`, `firstname`, `middlename`, `lastname`, `email`, `phone`, `password`, `user_type`, `status`, `is_verified`, `remember_token`, `created_at`, `updated_at`) VALUES (1, '3bf4f2f0-9bef-11ea-9319-bbf5f9b191a3', 'Mr', NULL, 'Admin', 'admin@lms.com', NULL, '$2y$10$kY8100Tser9LO9SdF2CwN.OWJOqyauO1Q/aGpNEWepTxcnfFXqbPq', 'admin', 1, 1, NULL, '2020-05-22 05:43:59', '2020-05-22 05:43:59'), (2, '3c014e10-9bef-11ea-9d70-9158ef530d24', 'Mr', NULL, 'Teacher', 'teacher@lms.com', NULL, '$2y$10$8ZRlStkrW3eeYu8iofdl2uedAVKpyRWy4g0YIXaYAibjgNfaiEFPa', 'teacher', 1, 1, NULL, '2020-05-22 05:43:59', '2020-05-22 05:43:59'), (3, '3c0d7880-9bef-11ea-aa26-6ff21fd62508', 'Mr', NULL, 'Student', 'student@lms.com', NULL, '$2y$10$SpAfrUSMVVJkshUcel951ecg2e7RYUh.doh85JLl.xTBSe3J8ce3i', 'student', 1, 1, NULL, '2020-05-22 05:43:59', '2020-05-22 05:43:59'), (4, '39960dc0-9bf8-11ea-bd0b-2b03872f09a8', 'Kalapani', NULL, 'Madam', 'mayalukp@lms.com.np', 2147483647, '$2y$10$s5hjrTiSuvY0ZBtoqYkCZ.jUuKRaGuKacylaefvxNfEeJ2et8QLS.', 'teacher', 1, 1, NULL, '2020-05-22 06:48:20', '2020-05-22 06:48:20'), (5, '667cf520-9bf8-11ea-833e-730062cd6d72', 'Bandana', NULL, 'Madam', 'bandanamadam@lms.com.np', 2147483647, '$2y$10$ZGIPmHwO3LQFCTlfxJFge.eumGzhAgS0jsIDDF.dXSei3Sm3OaYv.', 'teacher', 1, 1, NULL, '2020-05-22 06:49:36', '2020-05-22 06:49:36'), (6, '91350b60-9bf8-11ea-8ecf-03dae6bad3fa', 'Purus', NULL, 'Sir', 'pyaropurus@lms.com.np', 767898789, '$2y$10$/jF1KHne1jieZY1Y7kNHzeb04NR98JXsY1Q4guhhZvQHPaQH/hpbm', 'teacher', 1, 1, NULL, '2020-05-22 06:50:47', '2020-05-22 06:50:47'), (7, 'b8945740-9bf8-11ea-ace7-8f34c2c4a0e5', 'Bigyan', NULL, 'Sir', 'bigyansir@lms.com.np', 2147483647, '$2y$10$8E58k6ekAnnk23aWbyI3duiwBncYAQ5dSusDA8eblwygDUc95k3pa', 'teacher', 1, 1, NULL, '2020-05-22 06:51:53', '2020-05-22 06:51:53'), (8, '15a11a80-9bfa-11ea-ad90-3bcc554103ab', 'Binish', NULL, 'Pangeni', 'binishpangeni@lms.com.np', 2147483647, '$2y$10$HGjMq5nm7xuafM775FhxKuCm0qeIv2lTY1ZmhWbqEozK8ivLb4WVa', 'student', 1, 1, NULL, '2020-05-22 07:01:39', '2020-05-22 07:01:39'), (9, '5dbbc980-9bfa-11ea-b522-d5bfd5aab6af', 'Crimson', NULL, 'Pandey', 'crimsonpandey@lms.com.np', 789878, '$2y$10$nU1Xeg9g.V6No9mBixtvQ.qyS7hJV.jlpkLRgKdKu3.WajGx4FGsC', 'student', 1, 1, NULL, '2020-05-22 07:03:40', '2020-05-22 07:03:40'), (10, '6d57e230-9bfa-11ea-8631-b709d2eb027b', 'Darshan', NULL, 'Pandey', 'darshanpandey@lms.com.np', 56789888, '$2y$10$3cMP0oYSn0n2qfKVZG9c8eIWlTsImO2jsSt48Q4rCAk/N.9U586mW', 'student', 1, 1, NULL, '2020-05-22 07:04:06', '2020-05-22 07:04:06'), (11, '323ee220-9bfb-11ea-9be8-6ff815c0b4e8', 'Rajan', NULL, 'Shrestha', 'rajanshrestha@lms.com.np', 5678678, '$2y$10$5lXTHGp/ee1fbG0VYjMfduZ0JlBSOC2Wp95YCoIchUX.z/K84RmcO', 'teacher', 1, 1, NULL, '2020-05-22 07:09:37', '2020-05-22 07:09:37'), (12, '22404b90-9bfc-11ea-82ef-c93152f9a397', 'Shreya', NULL, 'Sharma', 'shreyasharma@lsm.com.np', 45678789, '$2y$10$0poVdv2qCJQU.VhDmYhjSOxC1CN1xki6uygWLMN6VIpR0ExgOzOCy', 'student', 1, 1, NULL, '2020-05-22 07:16:19', '2020-05-22 07:16:19'), (13, '6911d200-abf3-11ea-842c-538684dcb875', 'Student 001', NULL, 'Student', 'student001@lms.com.np', 999999999, '$2y$10$n9w6oGZIOERwBEn2NYAvWOr2vqB0571xnAO1Q2B2EauhRwFNp0Hzq', 'student', 1, 1, NULL, '2020-06-11 14:54:11', '2020-06-11 14:54:11'), (14, '46cb12f0-aeb6-11ea-875a-f752c44defdb', 'Sajan', NULL, 'Basnet', 'sajanbasnet@lms.com.np', 2147483647, '$2y$10$bksvb8HDjCrD1aq5887I4O4tq/W45X7w6WMmuSzC1wqU8MiuM8Scm', 'student', 1, 1, NULL, '2020-06-15 03:14:08', '2020-06-15 03:14:08'), (15, '1b0d90d0-aee4-11ea-842c-dbe26094e3a3', 'Deepak', NULL, 'Shreshta', 'deepakshrestha@lms.com.np', 2147483647, '$2y$10$uQUWxa4tbkheCfkcZYyraOpWfk226utloHcWcdYOS9Np0VyT8RWQm', 'student', 1, 1, NULL, '2020-06-15 08:42:11', '2020-06-15 08:42:11'); -- -------------------------------------------------------- -- -- Table structure for table `user_activations` -- CREATE TABLE `user_activations` ( `id` int(10) UNSIGNED NOT NULL, `user_id` int(10) UNSIGNED NOT NULL, `token` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `user_profiles` -- CREATE TABLE `user_profiles` ( `id` int(10) UNSIGNED NOT NULL, `user_id` int(10) UNSIGNED NOT NULL, `first_name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL, `middle_name` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `last_name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL, `phone_number` int(11) DEFAULT NULL, `photo` varchar(256) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `school_name` varchar(256) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `school_address` varchar(256) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `class_id` int(10) UNSIGNED NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Indexes for dumped tables -- -- -- Indexes for table `accounts` -- ALTER TABLE `accounts` ADD PRIMARY KEY (`id`), ADD KEY `accounts_note_by_id_foreign` (`note_by_id`); -- -- Indexes for table `account_content` -- ALTER TABLE `account_content` ADD PRIMARY KEY (`id`), ADD KEY `account_content_account_id_foreign` (`account_id`), ADD KEY `account_content_content_id_foreign` (`content_id`); -- -- Indexes for table `account_modules` -- ALTER TABLE `account_modules` ADD PRIMARY KEY (`id`), ADD KEY `account_modules_account_id_foreign` (`account_id`), ADD KEY `account_modules_system_module_id_foreign` (`system_module_id`); -- -- Indexes for table `account_requests` -- ALTER TABLE `account_requests` ADD PRIMARY KEY (`id`), ADD KEY `account_requests_account_id_foreign` (`account_id`), ADD KEY `account_requests_verified_by_id_foreign` (`verified_by_id`); -- -- Indexes for table `account_social_media` -- ALTER TABLE `account_social_media` ADD PRIMARY KEY (`id`), ADD KEY `account_social_media_account_id_foreign` (`account_id`), ADD KEY `account_social_media_social_media_id_foreign` (`social_media_id`); -- -- Indexes for table `account_user` -- ALTER TABLE `account_user` ADD PRIMARY KEY (`id`), ADD KEY `account_user_user_id_foreign` (`user_id`), ADD KEY `account_user_account_id_foreign` (`account_id`), ADD KEY `account_user_invited_by_id_foreign` (`invited_by_id`); -- -- Indexes for table `failed_jobs` -- ALTER TABLE `failed_jobs` ADD PRIMARY KEY (`id`); -- -- Indexes for table `invitations` -- ALTER TABLE `invitations` ADD PRIMARY KEY (`id`), ADD KEY `invitations_account_id_foreign` (`account_id`), ADD KEY `invitations_created_by_id_foreign` (`created_by_id`); -- -- Indexes for table `jobs` -- ALTER TABLE `jobs` ADD PRIMARY KEY (`id`), ADD KEY `jobs_queue_index` (`queue`); -- -- Indexes for table `languages` -- ALTER TABLE `languages` ADD PRIMARY KEY (`id`); -- -- Indexes for table `master_class_names` -- ALTER TABLE `master_class_names` ADD PRIMARY KEY (`id`); -- -- Indexes for table `master_class_sections` -- ALTER TABLE `master_class_sections` ADD PRIMARY KEY (`id`); -- -- Indexes for table `master_class_subjects` -- ALTER TABLE `master_class_subjects` ADD PRIMARY KEY (`id`); -- -- Indexes for table `master_contents` -- ALTER TABLE `master_contents` ADD PRIMARY KEY (`id`); -- -- Indexes for table `master_social_media` -- ALTER TABLE `master_social_media` ADD PRIMARY KEY (`id`); -- -- Indexes for table `material_types` -- ALTER TABLE `material_types` ADD PRIMARY KEY (`id`); -- -- Indexes for table `migrations` -- ALTER TABLE `migrations` ADD PRIMARY KEY (`id`); -- -- Indexes for table `model_has_permissions` -- ALTER TABLE `model_has_permissions` ADD PRIMARY KEY (`permission_id`,`model_id`,`model_type`), ADD KEY `model_has_permissions_model_id_model_type_index` (`model_id`,`model_type`); -- -- Indexes for table `model_has_roles` -- ALTER TABLE `model_has_roles` ADD PRIMARY KEY (`role_id`,`model_id`,`model_type`), ADD KEY `model_has_roles_model_id_model_type_index` (`model_id`,`model_type`); -- -- Indexes for table `oauth_access_tokens` -- ALTER TABLE `oauth_access_tokens` ADD PRIMARY KEY (`id`), ADD KEY `oauth_access_tokens_user_id_index` (`user_id`); -- -- Indexes for table `oauth_auth_codes` -- ALTER TABLE `oauth_auth_codes` ADD PRIMARY KEY (`id`); -- -- Indexes for table `oauth_clients` -- ALTER TABLE `oauth_clients` ADD PRIMARY KEY (`id`), ADD KEY `oauth_clients_user_id_index` (`user_id`); -- -- Indexes for table `oauth_personal_access_clients` -- ALTER TABLE `oauth_personal_access_clients` ADD PRIMARY KEY (`id`), ADD KEY `oauth_personal_access_clients_client_id_index` (`client_id`); -- -- Indexes for table `oauth_refresh_tokens` -- ALTER TABLE `oauth_refresh_tokens` ADD PRIMARY KEY (`id`), ADD KEY `oauth_refresh_tokens_access_token_id_index` (`access_token_id`); -- -- Indexes for table `password_resets` -- ALTER TABLE `password_resets` ADD KEY `password_resets_email_index` (`email`); -- -- Indexes for table `permissions` -- ALTER TABLE `permissions` ADD PRIMARY KEY (`id`); -- -- Indexes for table `qa` -- ALTER TABLE `qa` ADD PRIMARY KEY (`id`), ADD KEY `qa_created_by_foreign` (`created_by`), ADD KEY `qa_updated_by_foreign` (`updated_by`); -- -- Indexes for table `quiz_options` -- ALTER TABLE `quiz_options` ADD PRIMARY KEY (`id`), ADD KEY `quiz_options_question_id_foreign` (`question_id`); -- -- Indexes for table `quiz_questions` -- ALTER TABLE `quiz_questions` ADD PRIMARY KEY (`id`), ADD KEY `quiz_questions_quiz_type_id_foreign` (`quiz_type_id`); -- -- Indexes for table `quiz_types` -- ALTER TABLE `quiz_types` ADD PRIMARY KEY (`id`); -- -- Indexes for table `resources` -- ALTER TABLE `resources` ADD PRIMARY KEY (`id`), ADD KEY `resources_parent_id_foreign` (`parent_id`), ADD KEY `resources_resource_subject_id_foreign` (`resource_subject_id`); -- -- Indexes for table `resource_assignments` -- ALTER TABLE `resource_assignments` ADD PRIMARY KEY (`id`), ADD KEY `resource_assignments_resource_id_foreign` (`resource_id`), ADD KEY `resource_assignments_published_by_foreign` (`published_by`), ADD KEY `resource_assignments_created_by_foreign` (`created_by`), ADD KEY `resource_assignments_updated_by_foreign` (`updated_by`); -- -- Indexes for table `resource_assignment_materials` -- ALTER TABLE `resource_assignment_materials` ADD PRIMARY KEY (`id`), ADD KEY `resource_assignment_materials_assignment_id_foreign` (`assignment_id`), ADD KEY `resource_assignment_materials_material_type_id_foreign` (`material_type_id`); -- -- Indexes for table `resource_assignment_submissions` -- ALTER TABLE `resource_assignment_submissions` ADD PRIMARY KEY (`id`), ADD KEY `resource_assignment_submissions_assignment_id_foreign` (`assignment_id`), ADD KEY `resource_assignment_submissions_student_id_foreign` (`student_id`), ADD KEY `resource_assignment_submissions_material_type_id_foreign` (`material_type_id`); -- -- Indexes for table `resource_categories` -- ALTER TABLE `resource_categories` ADD PRIMARY KEY (`id`), ADD KEY `resource_categories_account_id_foreign` (`account_id`), ADD KEY `resource_categories_parent_id_foreign` (`parent_id`), ADD KEY `resource_categories_language_id_foreign` (`language_id`); -- -- Indexes for table `resource_lessons` -- ALTER TABLE `resource_lessons` ADD PRIMARY KEY (`id`), ADD KEY `resource_lessons_resource_id_foreign` (`resource_id`); -- -- Indexes for table `resource_lesson_materials` -- ALTER TABLE `resource_lesson_materials` ADD PRIMARY KEY (`id`), ADD KEY `resource_lesson_materials_resource_lesson_id_foreign` (`resource_lesson_id`), ADD KEY `resource_lesson_materials_material_id_foreign` (`material_id`); -- -- Indexes for table `resource_materials` -- ALTER TABLE `resource_materials` ADD PRIMARY KEY (`id`), ADD KEY `resource_materials_type_id_foreign` (`type_id`); -- -- Indexes for table `resource_notes` -- ALTER TABLE `resource_notes` ADD PRIMARY KEY (`id`), ADD KEY `resource_notes_resource_id_foreign` (`resource_id`), ADD KEY `resource_notes_approved_by_foreign` (`approved_by`), ADD KEY `resource_notes_deleted_by_foreign` (`deleted_by`), ADD KEY `resource_notes_created_by_foreign` (`created_by`), ADD KEY `resource_notes_updated_by_foreign` (`updated_by`); -- -- Indexes for table `resource_note_comments` -- ALTER TABLE `resource_note_comments` ADD PRIMARY KEY (`id`), ADD KEY `resource_note_comments_note_id_foreign` (`note_id`), ADD KEY `resource_note_comments_approved_by_foreign` (`approved_by`), ADD KEY `resource_note_comments_deleted_by_foreign` (`deleted_by`), ADD KEY `resource_note_comments_created_by_foreign` (`created_by`), ADD KEY `resource_note_comments_updated_by_foreign` (`updated_by`); -- -- Indexes for table `resource_qa` -- ALTER TABLE `resource_qa` ADD PRIMARY KEY (`id`), ADD KEY `resource_qa_resource_id_foreign` (`resource_id`), ADD KEY `resource_qa_qa_id_foreign` (`qa_id`), ADD KEY `resource_qa_published_by_foreign` (`published_by`), ADD KEY `resource_qa_created_by_foreign` (`created_by`), ADD KEY `resource_qa_updated_by_foreign` (`updated_by`); -- -- Indexes for table `resource_students` -- ALTER TABLE `resource_students` ADD PRIMARY KEY (`id`), ADD KEY `resource_students_resource_category_id_foreign` (`resource_category_id`), ADD KEY `resource_students_student_id_foreign` (`student_id`); -- -- Indexes for table `resource_student_tests` -- ALTER TABLE `resource_student_tests` ADD PRIMARY KEY (`id`), ADD KEY `resource_student_tests_resource_test_id_foreign` (`resource_test_id`), ADD KEY `resource_student_tests_student_id_foreign` (`student_id`), ADD KEY `resource_student_tests_current_question_id_foreign` (`current_question_id`); -- -- Indexes for table `resource_student_test_answers` -- ALTER TABLE `resource_student_test_answers` ADD PRIMARY KEY (`id`), ADD KEY `resource_student_test_answers_resource_student_test_id_foreign` (`resource_student_test_id`), ADD KEY `resource_student_test_answers_resource_question_id_foreign` (`resource_question_id`), ADD KEY `resource_student_test_answers_option_id_foreign` (`option_id`); -- -- Indexes for table `resource_subjects` -- ALTER TABLE `resource_subjects` ADD PRIMARY KEY (`id`), ADD KEY `resource_subjects_resource_category_id_foreign` (`resource_category_id`), ADD KEY `resource_subjects_class_subject_id_foreign` (`class_subject_id`); -- -- Indexes for table `resource_subject_students` -- ALTER TABLE `resource_subject_students` ADD PRIMARY KEY (`id`), ADD KEY `resource_subject_students_resource_student_id_foreign` (`resource_student_id`), ADD KEY `resource_subject_students_resource_subject_id_foreign` (`resource_subject_id`); -- -- Indexes for table `resource_subject_teachers` -- ALTER TABLE `resource_subject_teachers` ADD PRIMARY KEY (`id`), ADD KEY `resource_subject_teachers_teacher_id_foreign` (`teacher_id`), ADD KEY `resource_subject_teachers_resource_subject_id_foreign` (`resource_subject_id`); -- -- Indexes for table `resource_tests` -- ALTER TABLE `resource_tests` ADD PRIMARY KEY (`id`), ADD KEY `resource_tests_resource_id_foreign` (`resource_id`), ADD KEY `resource_tests_published_by_foreign` (`published_by`), ADD KEY `resource_tests_created_by_foreign` (`created_by`), ADD KEY `resource_tests_updated_by_foreign` (`updated_by`); -- -- Indexes for table `resource_test_questions` -- ALTER TABLE `resource_test_questions` ADD PRIMARY KEY (`id`), ADD KEY `resource_test_questions_test_id_foreign` (`test_id`), ADD KEY `resource_test_questions_question_id_foreign` (`question_id`); -- -- Indexes for table `roles` -- ALTER TABLE `roles` ADD PRIMARY KEY (`id`); -- -- Indexes for table `role_has_permissions` -- ALTER TABLE `role_has_permissions` ADD PRIMARY KEY (`permission_id`,`role_id`), ADD KEY `role_has_permissions_role_id_foreign` (`role_id`); -- -- Indexes for table `settings` -- ALTER TABLE `settings` ADD PRIMARY KEY (`id`), ADD KEY `settings_updated_by_id_foreign` (`updated_by_id`); -- -- Indexes for table `system_modules` -- ALTER TABLE `system_modules` ADD PRIMARY KEY (`id`); -- -- Indexes for table `users` -- ALTER TABLE `users` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_activations` -- ALTER TABLE `user_activations` ADD PRIMARY KEY (`id`), ADD KEY `user_activations_user_id_foreign` (`user_id`); -- -- Indexes for table `user_profiles` -- ALTER TABLE `user_profiles` ADD PRIMARY KEY (`id`), ADD KEY `user_profiles_user_id_foreign` (`user_id`), ADD KEY `user_profiles_class_id_foreign` (`class_id`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `accounts` -- ALTER TABLE `accounts` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `account_content` -- ALTER TABLE `account_content` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `account_modules` -- ALTER TABLE `account_modules` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `account_requests` -- ALTER TABLE `account_requests` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `account_social_media` -- ALTER TABLE `account_social_media` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `account_user` -- ALTER TABLE `account_user` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16; -- -- AUTO_INCREMENT for table `failed_jobs` -- ALTER TABLE `failed_jobs` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `invitations` -- ALTER TABLE `invitations` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `jobs` -- ALTER TABLE `jobs` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `languages` -- ALTER TABLE `languages` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `master_class_names` -- ALTER TABLE `master_class_names` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13; -- -- AUTO_INCREMENT for table `master_class_sections` -- ALTER TABLE `master_class_sections` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13; -- -- AUTO_INCREMENT for table `master_class_subjects` -- ALTER TABLE `master_class_subjects` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; -- -- AUTO_INCREMENT for table `master_contents` -- ALTER TABLE `master_contents` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `master_social_media` -- ALTER TABLE `master_social_media` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; -- -- AUTO_INCREMENT for table `material_types` -- ALTER TABLE `material_types` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; -- -- AUTO_INCREMENT for table `migrations` -- ALTER TABLE `migrations` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=78; -- -- AUTO_INCREMENT for table `oauth_clients` -- ALTER TABLE `oauth_clients` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `oauth_personal_access_clients` -- ALTER TABLE `oauth_personal_access_clients` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `permissions` -- ALTER TABLE `permissions` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `qa` -- ALTER TABLE `qa` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; -- -- AUTO_INCREMENT for table `quiz_options` -- ALTER TABLE `quiz_options` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=33; -- -- AUTO_INCREMENT for table `quiz_questions` -- ALTER TABLE `quiz_questions` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11; -- -- AUTO_INCREMENT for table `quiz_types` -- ALTER TABLE `quiz_types` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; -- -- AUTO_INCREMENT for table `resources` -- ALTER TABLE `resources` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=26; -- -- AUTO_INCREMENT for table `resource_assignments` -- ALTER TABLE `resource_assignments` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11; -- -- AUTO_INCREMENT for table `resource_assignment_materials` -- ALTER TABLE `resource_assignment_materials` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; -- -- AUTO_INCREMENT for table `resource_assignment_submissions` -- ALTER TABLE `resource_assignment_submissions` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `resource_categories` -- ALTER TABLE `resource_categories` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=55; -- -- AUTO_INCREMENT for table `resource_lessons` -- ALTER TABLE `resource_lessons` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=53; -- -- AUTO_INCREMENT for table `resource_lesson_materials` -- ALTER TABLE `resource_lesson_materials` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=35; -- -- AUTO_INCREMENT for table `resource_materials` -- ALTER TABLE `resource_materials` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=53; -- -- AUTO_INCREMENT for table `resource_notes` -- ALTER TABLE `resource_notes` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28; -- -- AUTO_INCREMENT for table `resource_note_comments` -- ALTER TABLE `resource_note_comments` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=42; -- -- AUTO_INCREMENT for table `resource_qa` -- ALTER TABLE `resource_qa` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; -- -- AUTO_INCREMENT for table `resource_students` -- ALTER TABLE `resource_students` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27; -- -- AUTO_INCREMENT for table `resource_student_tests` -- ALTER TABLE `resource_student_tests` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18; -- -- AUTO_INCREMENT for table `resource_student_test_answers` -- ALTER TABLE `resource_student_test_answers` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17; -- -- AUTO_INCREMENT for table `resource_subjects` -- ALTER TABLE `resource_subjects` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=31; -- -- AUTO_INCREMENT for table `resource_subject_students` -- ALTER TABLE `resource_subject_students` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `resource_subject_teachers` -- ALTER TABLE `resource_subject_teachers` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18; -- -- AUTO_INCREMENT for table `resource_tests` -- ALTER TABLE `resource_tests` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; -- -- AUTO_INCREMENT for table `resource_test_questions` -- ALTER TABLE `resource_test_questions` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11; -- -- AUTO_INCREMENT for table `roles` -- ALTER TABLE `roles` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `settings` -- ALTER TABLE `settings` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `system_modules` -- ALTER TABLE `system_modules` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `users` -- ALTER TABLE `users` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16; -- -- AUTO_INCREMENT for table `user_activations` -- ALTER TABLE `user_activations` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `user_profiles` -- ALTER TABLE `user_profiles` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- Constraints for dumped tables -- -- -- Constraints for table `accounts` -- ALTER TABLE `accounts` ADD CONSTRAINT `accounts_note_by_id_foreign` FOREIGN KEY (`note_by_id`) REFERENCES `users` (`id`); -- -- Constraints for table `account_content` -- ALTER TABLE `account_content` ADD CONSTRAINT `account_content_account_id_foreign` FOREIGN KEY (`account_id`) REFERENCES `accounts` (`id`), ADD CONSTRAINT `account_content_content_id_foreign` FOREIGN KEY (`content_id`) REFERENCES `master_contents` (`id`); -- -- Constraints for table `account_modules` -- ALTER TABLE `account_modules` ADD CONSTRAINT `account_modules_account_id_foreign` FOREIGN KEY (`account_id`) REFERENCES `accounts` (`id`), ADD CONSTRAINT `account_modules_system_module_id_foreign` FOREIGN KEY (`system_module_id`) REFERENCES `system_modules` (`id`); -- -- Constraints for table `account_requests` -- ALTER TABLE `account_requests` ADD CONSTRAINT `account_requests_account_id_foreign` FOREIGN KEY (`account_id`) REFERENCES `accounts` (`id`), ADD CONSTRAINT `account_requests_verified_by_id_foreign` FOREIGN KEY (`verified_by_id`) REFERENCES `users` (`id`); -- -- Constraints for table `account_social_media` -- ALTER TABLE `account_social_media` ADD CONSTRAINT `account_social_media_account_id_foreign` FOREIGN KEY (`account_id`) REFERENCES `accounts` (`id`), ADD CONSTRAINT `account_social_media_social_media_id_foreign` FOREIGN KEY (`social_media_id`) REFERENCES `master_social_media` (`id`); -- -- Constraints for table `account_user` -- ALTER TABLE `account_user` ADD CONSTRAINT `account_user_account_id_foreign` FOREIGN KEY (`account_id`) REFERENCES `accounts` (`id`), ADD CONSTRAINT `account_user_invited_by_id_foreign` FOREIGN KEY (`invited_by_id`) REFERENCES `users` (`id`), ADD CONSTRAINT `account_user_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`); -- -- Constraints for table `invitations` -- ALTER TABLE `invitations` ADD CONSTRAINT `invitations_account_id_foreign` FOREIGN KEY (`account_id`) REFERENCES `accounts` (`id`), ADD CONSTRAINT `invitations_created_by_id_foreign` FOREIGN KEY (`created_by_id`) REFERENCES `users` (`id`); -- -- Constraints for table `model_has_permissions` -- ALTER TABLE `model_has_permissions` ADD CONSTRAINT `model_has_permissions_permission_id_foreign` FOREIGN KEY (`permission_id`) REFERENCES `permissions` (`id`) ON DELETE CASCADE; -- -- Constraints for table `model_has_roles` -- ALTER TABLE `model_has_roles` ADD CONSTRAINT `model_has_roles_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE; -- -- Constraints for table `qa` -- ALTER TABLE `qa` ADD CONSTRAINT `qa_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `account_user` (`id`), ADD CONSTRAINT `qa_updated_by_foreign` FOREIGN KEY (`updated_by`) REFERENCES `account_user` (`id`); -- -- Constraints for table `quiz_options` -- ALTER TABLE `quiz_options` ADD CONSTRAINT `quiz_options_question_id_foreign` FOREIGN KEY (`question_id`) REFERENCES `quiz_questions` (`id`); -- -- Constraints for table `quiz_questions` -- ALTER TABLE `quiz_questions` ADD CONSTRAINT `quiz_questions_quiz_type_id_foreign` FOREIGN KEY (`quiz_type_id`) REFERENCES `quiz_types` (`id`); -- -- Constraints for table `resources` -- ALTER TABLE `resources` ADD CONSTRAINT `resources_parent_id_foreign` FOREIGN KEY (`parent_id`) REFERENCES `resources` (`id`), ADD CONSTRAINT `resources_resource_subject_id_foreign` FOREIGN KEY (`resource_subject_id`) REFERENCES `resource_subjects` (`id`); -- -- Constraints for table `resource_assignments` -- ALTER TABLE `resource_assignments` ADD CONSTRAINT `resource_assignments_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `account_user` (`id`), ADD CONSTRAINT `resource_assignments_published_by_foreign` FOREIGN KEY (`published_by`) REFERENCES `account_user` (`id`), ADD CONSTRAINT `resource_assignments_resource_id_foreign` FOREIGN KEY (`resource_id`) REFERENCES `resources` (`id`), ADD CONSTRAINT `resource_assignments_updated_by_foreign` FOREIGN KEY (`updated_by`) REFERENCES `account_user` (`id`); -- -- Constraints for table `resource_assignment_materials` -- ALTER TABLE `resource_assignment_materials` ADD CONSTRAINT `resource_assignment_materials_assignment_id_foreign` FOREIGN KEY (`assignment_id`) REFERENCES `resource_assignments` (`id`), ADD CONSTRAINT `resource_assignment_materials_material_type_id_foreign` FOREIGN KEY (`material_type_id`) REFERENCES `material_types` (`id`); -- -- Constraints for table `resource_assignment_submissions` -- ALTER TABLE `resource_assignment_submissions` ADD CONSTRAINT `resource_assignment_submissions_assignment_id_foreign` FOREIGN KEY (`assignment_id`) REFERENCES `resource_assignments` (`id`), ADD CONSTRAINT `resource_assignment_submissions_material_type_id_foreign` FOREIGN KEY (`material_type_id`) REFERENCES `material_types` (`id`), ADD CONSTRAINT `resource_assignment_submissions_student_id_foreign` FOREIGN KEY (`student_id`) REFERENCES `resource_students` (`id`); -- -- Constraints for table `resource_categories` -- ALTER TABLE `resource_categories` ADD CONSTRAINT `resource_categories_account_id_foreign` FOREIGN KEY (`account_id`) REFERENCES `accounts` (`id`), ADD CONSTRAINT `resource_categories_language_id_foreign` FOREIGN KEY (`language_id`) REFERENCES `languages` (`id`), ADD CONSTRAINT `resource_categories_parent_id_foreign` FOREIGN KEY (`parent_id`) REFERENCES `resource_categories` (`id`); -- -- Constraints for table `resource_lessons` -- ALTER TABLE `resource_lessons` ADD CONSTRAINT `resource_lessons_resource_id_foreign` FOREIGN KEY (`resource_id`) REFERENCES `resources` (`id`); -- -- Constraints for table `resource_lesson_materials` -- ALTER TABLE `resource_lesson_materials` ADD CONSTRAINT `resource_lesson_materials_material_id_foreign` FOREIGN KEY (`material_id`) REFERENCES `resource_materials` (`id`), ADD CONSTRAINT `resource_lesson_materials_resource_lesson_id_foreign` FOREIGN KEY (`resource_lesson_id`) REFERENCES `resource_lessons` (`id`); -- -- Constraints for table `resource_materials` -- ALTER TABLE `resource_materials` ADD CONSTRAINT `resource_materials_type_id_foreign` FOREIGN KEY (`type_id`) REFERENCES `material_types` (`id`); -- -- Constraints for table `resource_notes` -- ALTER TABLE `resource_notes` ADD CONSTRAINT `resource_notes_approved_by_foreign` FOREIGN KEY (`approved_by`) REFERENCES `account_user` (`id`), ADD CONSTRAINT `resource_notes_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `account_user` (`id`), ADD CONSTRAINT `resource_notes_deleted_by_foreign` FOREIGN KEY (`deleted_by`) REFERENCES `account_user` (`id`), ADD CONSTRAINT `resource_notes_resource_id_foreign` FOREIGN KEY (`resource_id`) REFERENCES `resources` (`id`), ADD CONSTRAINT `resource_notes_updated_by_foreign` FOREIGN KEY (`updated_by`) REFERENCES `account_user` (`id`); -- -- Constraints for table `resource_note_comments` -- ALTER TABLE `resource_note_comments` ADD CONSTRAINT `resource_note_comments_approved_by_foreign` FOREIGN KEY (`approved_by`) REFERENCES `account_user` (`id`), ADD CONSTRAINT `resource_note_comments_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `account_user` (`id`), ADD CONSTRAINT `resource_note_comments_deleted_by_foreign` FOREIGN KEY (`deleted_by`) REFERENCES `account_user` (`id`), ADD CONSTRAINT `resource_note_comments_note_id_foreign` FOREIGN KEY (`note_id`) REFERENCES `resource_notes` (`id`), ADD CONSTRAINT `resource_note_comments_updated_by_foreign` FOREIGN KEY (`updated_by`) REFERENCES `account_user` (`id`); -- -- Constraints for table `resource_qa` -- ALTER TABLE `resource_qa` ADD CONSTRAINT `resource_qa_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `account_user` (`id`), ADD CONSTRAINT `resource_qa_published_by_foreign` FOREIGN KEY (`published_by`) REFERENCES `account_user` (`id`), ADD CONSTRAINT `resource_qa_qa_id_foreign` FOREIGN KEY (`qa_id`) REFERENCES `qa` (`id`), ADD CONSTRAINT `resource_qa_resource_id_foreign` FOREIGN KEY (`resource_id`) REFERENCES `resources` (`id`), ADD CONSTRAINT `resource_qa_updated_by_foreign` FOREIGN KEY (`updated_by`) REFERENCES `account_user` (`id`); -- -- Constraints for table `resource_students` -- ALTER TABLE `resource_students` ADD CONSTRAINT `resource_students_resource_category_id_foreign` FOREIGN KEY (`resource_category_id`) REFERENCES `resource_categories` (`id`), ADD CONSTRAINT `resource_students_student_id_foreign` FOREIGN KEY (`student_id`) REFERENCES `users` (`id`); -- -- Constraints for table `resource_student_tests` -- ALTER TABLE `resource_student_tests` ADD CONSTRAINT `resource_student_tests_current_question_id_foreign` FOREIGN KEY (`current_question_id`) REFERENCES `resource_test_questions` (`id`), ADD CONSTRAINT `resource_student_tests_resource_test_id_foreign` FOREIGN KEY (`resource_test_id`) REFERENCES `resource_tests` (`id`), ADD CONSTRAINT `resource_student_tests_student_id_foreign` FOREIGN KEY (`student_id`) REFERENCES `resource_students` (`id`); -- -- Constraints for table `resource_student_test_answers` -- ALTER TABLE `resource_student_test_answers` ADD CONSTRAINT `resource_student_test_answers_option_id_foreign` FOREIGN KEY (`option_id`) REFERENCES `quiz_options` (`id`), ADD CONSTRAINT `resource_student_test_answers_resource_question_id_foreign` FOREIGN KEY (`resource_question_id`) REFERENCES `resource_test_questions` (`id`), ADD CONSTRAINT `resource_student_test_answers_resource_student_test_id_foreign` FOREIGN KEY (`resource_student_test_id`) REFERENCES `resource_student_tests` (`id`); -- -- Constraints for table `resource_subjects` -- ALTER TABLE `resource_subjects` ADD CONSTRAINT `resource_subjects_class_subject_id_foreign` FOREIGN KEY (`class_subject_id`) REFERENCES `master_class_subjects` (`id`), ADD CONSTRAINT `resource_subjects_resource_category_id_foreign` FOREIGN KEY (`resource_category_id`) REFERENCES `resource_categories` (`id`); -- -- Constraints for table `resource_subject_students` -- ALTER TABLE `resource_subject_students` ADD CONSTRAINT `resource_subject_students_resource_student_id_foreign` FOREIGN KEY (`resource_student_id`) REFERENCES `resource_students` (`id`), ADD CONSTRAINT `resource_subject_students_resource_subject_id_foreign` FOREIGN KEY (`resource_subject_id`) REFERENCES `resource_subjects` (`id`); -- -- Constraints for table `resource_subject_teachers` -- ALTER TABLE `resource_subject_teachers` ADD CONSTRAINT `resource_subject_teachers_resource_subject_id_foreign` FOREIGN KEY (`resource_subject_id`) REFERENCES `resource_subjects` (`id`), ADD CONSTRAINT `resource_subject_teachers_teacher_id_foreign` FOREIGN KEY (`teacher_id`) REFERENCES `users` (`id`); -- -- Constraints for table `resource_tests` -- ALTER TABLE `resource_tests` ADD CONSTRAINT `resource_tests_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `account_user` (`id`), ADD CONSTRAINT `resource_tests_published_by_foreign` FOREIGN KEY (`published_by`) REFERENCES `account_user` (`id`), ADD CONSTRAINT `resource_tests_resource_id_foreign` FOREIGN KEY (`resource_id`) REFERENCES `resources` (`id`), ADD CONSTRAINT `resource_tests_updated_by_foreign` FOREIGN KEY (`updated_by`) REFERENCES `account_user` (`id`); -- -- Constraints for table `resource_test_questions` -- ALTER TABLE `resource_test_questions` ADD CONSTRAINT `resource_test_questions_question_id_foreign` FOREIGN KEY (`question_id`) REFERENCES `quiz_questions` (`id`), ADD CONSTRAINT `resource_test_questions_test_id_foreign` FOREIGN KEY (`test_id`) REFERENCES `resource_tests` (`id`); -- -- Constraints for table `role_has_permissions` -- ALTER TABLE `role_has_permissions` ADD CONSTRAINT `role_has_permissions_permission_id_foreign` FOREIGN KEY (`permission_id`) REFERENCES `permissions` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `role_has_permissions_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE; -- -- Constraints for table `settings` -- ALTER TABLE `settings` ADD CONSTRAINT `settings_updated_by_id_foreign` FOREIGN KEY (`updated_by_id`) REFERENCES `users` (`id`); -- -- Constraints for table `user_activations` -- ALTER TABLE `user_activations` ADD CONSTRAINT `user_activations_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`); -- -- Constraints for table `user_profiles` -- ALTER TABLE `user_profiles` ADD CONSTRAINT `user_profiles_class_id_foreign` FOREIGN KEY (`class_id`) REFERENCES `resource_categories` (`id`), ADD CONSTRAINT `user_profiles_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`); 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 */;
Close