-- phpMyAdmin SQL Dump -- version 3.1.3.1 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Sep 13, 2011 at 04:06 AM -- Server version: 5.1.33 -- PHP Version: 5.2.9 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; -- -- Database: `oneome` -- -- -------------------------------------------------------- -- -- Table structure for table `oo_ecom_advertisement` -- CREATE TABLE IF NOT EXISTS `oo_ecom_advertisement` ( `id` int(11) NOT NULL AUTO_INCREMENT, `advertisement_image` varchar(255) NOT NULL, `advertisement_name` varchar(255) NOT NULL, `advertisement_price` double NOT NULL, `advertisement_link` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; -- -- Dumping data for table `oo_ecom_advertisement` -- INSERT INTO `oo_ecom_advertisement` (`id`, `advertisement_image`, `advertisement_name`, `advertisement_price`, `advertisement_link`) VALUES (1, '1315680184fca8f44c28.jpg', 'ttest', 11111, 'https://mail.google.com/mail/?hl=en&tab=wm#inbox'); -- -------------------------------------------------------- -- -- Table structure for table `oo_ecom_category` -- CREATE TABLE IF NOT EXISTS `oo_ecom_category` ( `id` int(11) NOT NULL AUTO_INCREMENT, `category_name` varchar(255) NOT NULL, `short_description` text NOT NULL, `cat_image` varchar(50) NOT NULL, `parent_id` int(11) NOT NULL DEFAULT '0', `show_in_navigation_menu` enum('Y','N') NOT NULL DEFAULT 'N', `level` int(11) NOT NULL, `date_of_add` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=13 ; -- -- Dumping data for table `oo_ecom_category` -- INSERT INTO `oo_ecom_category` (`id`, `category_name`, `short_description`, `cat_image`, `parent_id`, `show_in_navigation_menu`, `level`, `date_of_add`) VALUES (12, 'Test Cat Level 32', '', '', 10, 'N', 3, '2011-09-08 13:27:00'), (11, 'Test Cat Level 31', '', '', 10, 'N', 3, '2011-09-08 13:24:03'), (10, 'Test Cat Level 22', '', '', 8, 'N', 2, '2011-09-08 13:21:36'), (9, 'Test Cat Level 21', '', '', 8, 'N', 2, '2011-09-08 13:21:18'), (8, 'Test Cat Level 1', '', '', 0, 'N', 1, '2011-09-08 13:20:47'); -- -------------------------------------------------------- -- -- Table structure for table `oo_ecom_category_feature` -- CREATE TABLE IF NOT EXISTS `oo_ecom_category_feature` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `category_id` int(11) NOT NULL, `feature_name` varchar(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ; -- -- Dumping data for table `oo_ecom_category_feature` -- INSERT INTO `oo_ecom_category_feature` (`id`, `category_id`, `feature_name`) VALUES (1, 12, 'Feature 1'), (2, 12, 'Feature 2'), (3, 12, 'Feature 3'); -- -------------------------------------------------------- -- -- Table structure for table `oo_ecom_countries` -- CREATE TABLE IF NOT EXISTS `oo_ecom_countries` ( `countries_id` int(11) NOT NULL AUTO_INCREMENT, `countries_name` varchar(64) NOT NULL, `countries_iso_code_2` char(2) NOT NULL, `countries_iso_code_3` char(3) NOT NULL, `flag` varchar(255) NOT NULL, PRIMARY KEY (`countries_id`), KEY `IDX_COUNTRIES_NAME` (`countries_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=240 ; -- -- Dumping data for table `oo_ecom_countries` -- INSERT INTO `oo_ecom_countries` (`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `flag`) VALUES (1, 'Afghanistan', 'AF', 'AFG', '1'), (2, 'Albania', 'AL', 'ALB', '1'), (3, 'Algeria', 'DZ', 'DZA', '1'), (4, 'American Samoa', 'AS', 'ASM', '1'), (5, 'Andorra', 'AD', 'AND', '1'), (6, 'Angola', 'AO', 'AGO', '1'), (7, 'Anguilla', 'AI', 'AIA', '1'), (8, 'Antarctica', 'AQ', 'ATA', '1'), (9, 'Antigua and Barbuda', 'AG', 'ATG', '1'), (10, 'Argentina', 'AR', 'ARG', '1'), (11, 'Armenia', 'AM', 'ARM', '1'), (12, 'Aruba', 'AW', 'ABW', '1'), (13, 'Australia', 'AU', 'AUS', '1'), (14, 'Austria', 'AT', 'AUT', '5'), (15, 'Azerbaijan', 'AZ', 'AZE', '1'), (16, 'Bahamas', 'BS', 'BHS', '1'), (17, 'Bahrain', 'BH', 'BHR', '1'), (18, 'Bangladesh', 'BD', 'BGD', '1'), (19, 'Barbados', 'BB', 'BRB', '1'), (20, 'Belarus', 'BY', 'BLR', '1'), (21, 'Belgium', 'BE', 'BEL', '1'), (22, 'Belize', 'BZ', 'BLZ', '1'), (23, 'Benin', 'BJ', 'BEN', '1'), (24, 'Bermuda', 'BM', 'BMU', '1'), (25, 'Bhutan', 'BT', 'BTN', '1'), (26, 'Bolivia', 'BO', 'BOL', '1'), (27, 'Bosnia and Herzegowina', 'BA', 'BIH', '1'), (28, 'Botswana', 'BW', 'BWA', '1'), (29, 'Bouvet Island', 'BV', 'BVT', '1'), (30, 'Brazil', 'BR', 'BRA', '1'), (31, 'British Indian Ocean Territory', 'IO', 'IOT', '1'), (32, 'Brunei Darussalam', 'BN', 'BRN', '1'), (33, 'Bulgaria', 'BG', 'BGR', '1'), (34, 'Burkina Faso', 'BF', 'BFA', '1'), (35, 'Burundi', 'BI', 'BDI', '1'), (36, 'Cambodia', 'KH', 'KHM', '1'), (37, 'Cameroon', 'CM', 'CMR', '1'), (38, 'Canada', 'CA', 'CAN', '1'), (39, 'Cape Verde', 'CV', 'CPV', '1'), (40, 'Cayman Islands', 'KY', 'CYM', '1'), (41, 'Central African Republic', 'CF', 'CAF', '1'), (42, 'Chad', 'TD', 'TCD', '1'), (43, 'Chile', 'CL', 'CHL', '1'), (44, 'China', 'CN', 'CHN', '1'), (45, 'Christmas Island', 'CX', 'CXR', '1'), (46, 'Cocos (Keeling) Islands', 'CC', 'CCK', '1'), (47, 'Colombia', 'CO', 'COL', '1'), (48, 'Comoros', 'KM', 'COM', '1'), (49, 'Congo', 'CG', 'COG', '1'), (50, 'Cook Islands', 'CK', 'COK', '1'), (51, 'Costa Rica', 'CR', 'CRI', '1'), (52, 'Cote D''Ivoire', 'CI', 'CIV', '1'), (53, 'Croatia', 'HR', 'HRV', '1'), (54, 'Cuba', 'CU', 'CUB', '1'), (55, 'Cyprus', 'CY', 'CYP', '1'), (56, 'Czech Republic', 'CZ', 'CZE', '1'), (57, 'Denmark', 'DK', 'DNK', '1'), (58, 'Djibouti', 'DJ', 'DJI', '1'), (59, 'Dominica', 'DM', 'DMA', '1'), (60, 'Dominican Republic', 'DO', 'DOM', '1'), (61, 'East Timor', 'TP', 'TMP', '1'), (62, 'Ecuador', 'EC', 'ECU', '1'), (63, 'Egypt', 'EG', 'EGY', '1'), (64, 'El Salvador', 'SV', 'SLV', '1'), (65, 'Equatorial Guinea', 'GQ', 'GNQ', '1'), (66, 'Eritrea', 'ER', 'ERI', '1'), (67, 'Estonia', 'EE', 'EST', '1'), (68, 'Ethiopia', 'ET', 'ETH', '1'), (69, 'Falkland Islands (Malvinas)', 'FK', 'FLK', '1'), (70, 'Faroe Islands', 'FO', 'FRO', '1'), (71, 'Fiji', 'FJ', 'FJI', '1'), (72, 'Finland', 'FI', 'FIN', '1'), (73, 'France', 'FR', 'FRA', '1'), (74, 'France, Metropolitan', 'FX', 'FXX', '1'), (75, 'French Guiana', 'GF', 'GUF', '1'), (76, 'French Polynesia', 'PF', 'PYF', '1'), (77, 'French Southern Territories', 'TF', 'ATF', '1'), (78, 'Gabon', 'GA', 'GAB', '1'), (79, 'Gambia', 'GM', 'GMB', '1'), (80, 'Georgia', 'GE', 'GEO', '1'), (81, 'Germany', 'DE', 'DEU', '5'), (82, 'Ghana', 'GH', 'GHA', '1'), (83, 'Gibraltar', 'GI', 'GIB', '1'), (84, 'Greece', 'GR', 'GRC', '1'), (85, 'Greenland', 'GL', 'GRL', '1'), (86, 'Grenada', 'GD', 'GRD', '1'), (87, 'Guadeloupe', 'GP', 'GLP', '1'), (88, 'Guam', 'GU', 'GUM', '1'), (89, 'Guatemala', 'GT', 'GTM', '1'), (90, 'Guinea', 'GN', 'GIN', '1'), (91, 'Guinea-bissau', 'GW', 'GNB', '1'), (92, 'Guyana', 'GY', 'GUY', '1'), (93, 'Haiti', 'HT', 'HTI', '1'), (94, 'Heard and Mc Donald Islands', 'HM', 'HMD', '1'), (95, 'Honduras', 'HN', 'HND', '1'), (96, 'Hong Kong', 'HK', 'HKG', '1'), (97, 'Hungary', 'HU', 'HUN', '1'), (98, 'Iceland', 'IS', 'ISL', '1'), (99, 'India', 'IN', 'IND', '1'), (100, 'Indonesia', 'ID', 'IDN', '1'), (101, 'Iran (Islamic Republic of)', 'IR', 'IRN', '1'), (102, 'Iraq', 'IQ', 'IRQ', '1'), (103, 'Ireland', 'IE', 'IRL', '1'), (104, 'Israel', 'IL', 'ISR', '1'), (105, 'Italy', 'IT', 'ITA', '1'), (106, 'Jamaica', 'JM', 'JAM', '1'), (107, 'Japan', 'JP', 'JPN', '1'), (108, 'Jordan', 'JO', 'JOR', '1'), (109, 'Kazakhstan', 'KZ', 'KAZ', '1'), (110, 'Kenya', 'KE', 'KEN', '1'), (111, 'Kiribati', 'KI', 'KIR', '1'), (112, 'Korea, Democratic People''s Republic of', 'KP', 'PRK', '1'), (113, 'Korea, Republic of', 'KR', 'KOR', '1'), (114, 'Kuwait', 'KW', 'KWT', '1'), (115, 'Kyrgyzstan', 'KG', 'KGZ', '1'), (116, 'Lao People''s Democratic Republic', 'LA', 'LAO', '1'), (117, 'Latvia', 'LV', 'LVA', '1'), (118, 'Lebanon', 'LB', 'LBN', '1'), (119, 'Lesotho', 'LS', 'LSO', '1'), (120, 'Liberia', 'LR', 'LBR', '1'), (121, 'Libyan Arab Jamahiriya', 'LY', 'LBY', '1'), (122, 'Liechtenstein', 'LI', 'LIE', '1'), (123, 'Lithuania', 'LT', 'LTU', '1'), (124, 'Luxembourg', 'LU', 'LUX', '1'), (125, 'Macau', 'MO', 'MAC', '1'), (126, 'Macedonia, The Former Yugoslav Republic of', 'MK', 'MKD', '1'), (127, 'Madagascar', 'MG', 'MDG', '1'), (128, 'Malawi', 'MW', 'MWI', '1'), (129, 'Malaysia', 'MY', 'MYS', '1'), (130, 'Maldives', 'MV', 'MDV', '1'), (131, 'Mali', 'ML', 'MLI', '1'), (132, 'Malta', 'MT', 'MLT', '1'), (133, 'Marshall Islands', 'MH', 'MHL', '1'), (134, 'Martinique', 'MQ', 'MTQ', '1'), (135, 'Mauritania', 'MR', 'MRT', '1'), (136, 'Mauritius', 'MU', 'MUS', '1'), (137, 'Mayotte', 'YT', 'MYT', '1'), (138, 'Mexico', 'MX', 'MEX', '1'), (139, 'Micronesia, Federated States of', 'FM', 'FSM', '1'), (140, 'Moldova, Republic of', 'MD', 'MDA', '1'), (141, 'Monaco', 'MC', 'MCO', '1'), (142, 'Mongolia', 'MN', 'MNG', '1'), (143, 'Montserrat', 'MS', 'MSR', '1'), (144, 'Morocco', 'MA', 'MAR', '1'), (145, 'Mozambique', 'MZ', 'MOZ', '1'), (146, 'Myanmar', 'MM', 'MMR', '1'), (147, 'Namibia', 'NA', 'NAM', '1'), (148, 'Nauru', 'NR', 'NRU', '1'), (149, 'Nepal', 'NP', 'NPL', '1'), (150, 'Netherlands', 'NL', 'NLD', '1'), (151, 'Netherlands Antilles', 'AN', 'ANT', '1'), (152, 'New Caledonia', 'NC', 'NCL', '1'), (153, 'New Zealand', 'NZ', 'NZL', '1'), (154, 'Nicaragua', 'NI', 'NIC', '1'), (155, 'Niger', 'NE', 'NER', '1'), (156, 'Nigeria', 'NG', 'NGA', '1'), (157, 'Niue', 'NU', 'NIU', '1'), (158, 'Norfolk Island', 'NF', 'NFK', '1'), (159, 'Northern Mariana Islands', 'MP', 'MNP', '1'), (160, 'Norway', 'NO', 'NOR', '1'), (161, 'Oman', 'OM', 'OMN', '1'), (162, 'Pakistan', 'PK', 'PAK', '1'), (163, 'Palau', 'PW', 'PLW', '1'), (164, 'Panama', 'PA', 'PAN', '1'), (165, 'Papua New Guinea', 'PG', 'PNG', '1'), (166, 'Paraguay', 'PY', 'PRY', '1'), (167, 'Peru', 'PE', 'PER', '1'), (168, 'Philippines', 'PH', 'PHL', '1'), (169, 'Pitcairn', 'PN', 'PCN', '1'), (170, 'Poland', 'PL', 'POL', '1'), (171, 'Portugal', 'PT', 'PRT', '1'), (172, 'Puerto Rico', 'PR', 'PRI', '1'), (173, 'Qatar', 'QA', 'QAT', '1'), (174, 'Reunion', 'RE', 'REU', '1'), (175, 'Romania', 'RO', 'ROM', '1'), (176, 'Russian Federation', 'RU', 'RUS', '1'), (177, 'Rwanda', 'RW', 'RWA', '1'), (178, 'Saint Kitts and Nevis', 'KN', 'KNA', '1'), (179, 'Saint Lucia', 'LC', 'LCA', '1'), (180, 'Saint Vincent and the Grenadines', 'VC', 'VCT', '1'), (181, 'Samoa', 'WS', 'WSM', '1'), (182, 'San Marino', 'SM', 'SMR', '1'), (183, 'Sao Tome and Principe', 'ST', 'STP', '1'), (184, 'Saudi Arabia', 'SA', 'SAU', '1'), (185, 'Senegal', 'SN', 'SEN', '1'), (186, 'Seychelles', 'SC', 'SYC', '1'), (187, 'Sierra Leone', 'SL', 'SLE', '1'), (188, 'Singapore', 'SG', 'SGP', '4'), (189, 'Slovakia (Slovak Republic)', 'SK', 'SVK', '1'), (190, 'Slovenia', 'SI', 'SVN', '1'), (191, 'Solomon Islands', 'SB', 'SLB', '1'), (192, 'Somalia', 'SO', 'SOM', '1'), (193, 'South Africa', 'ZA', 'ZAF', '1'), (194, 'South Georgia and the South Sandwich Islands', 'GS', 'SGS', '1'), (195, 'Spain', 'ES', 'ESP', '3'), (196, 'Sri Lanka', 'LK', 'LKA', '1'), (197, 'St. Helena', 'SH', 'SHN', '1'), (198, 'St. Pierre and Miquelon', 'PM', 'SPM', '1'), (199, 'Sudan', 'SD', 'SDN', '1'), (200, 'Suriname', 'SR', 'SUR', '1'), (201, 'Svalbard and Jan Mayen Islands', 'SJ', 'SJM', '1'), (202, 'Swaziland', 'SZ', 'SWZ', '1'), (203, 'Sweden', 'SE', 'SWE', '1'), (204, 'Switzerland', 'CH', 'CHE', '1'), (205, 'Syrian Arab Republic', 'SY', 'SYR', '1'), (206, 'Taiwan', 'TW', 'TWN', '1'), (207, 'Tajikistan', 'TJ', 'TJK', '1'), (208, 'Tanzania, United Republic of', 'TZ', 'TZA', '1'), (209, 'Thailand', 'TH', 'THA', '1'), (210, 'Togo', 'TG', 'TGO', '1'), (211, 'Tokelau', 'TK', 'TKL', '1'), (212, 'Tonga', 'TO', 'TON', '1'), (213, 'Trinidad and Tobago', 'TT', 'TTO', '1'), (214, 'Tunisia', 'TN', 'TUN', '1'), (215, 'Turkey', 'TR', 'TUR', '1'), (216, 'Turkmenistan', 'TM', 'TKM', '1'), (217, 'Turks and Caicos Islands', 'TC', 'TCA', '1'), (218, 'Tuvalu', 'TV', 'TUV', '1'), (219, 'Uganda', 'UG', 'UGA', '1'), (220, 'Ukraine', 'UA', 'UKR', '1'), (221, 'United Arab Emirates', 'AE', 'ARE', '1'), (222, 'United Kingdom', 'GB', 'GBR', '1'), (223, 'United States', 'US', 'USA', '2'), (224, 'United States Minor Outlying Islands', 'UM', 'UMI', '1'), (225, 'Uruguay', 'UY', 'URY', '1'), (226, 'Uzbekistan', 'UZ', 'UZB', '1'), (227, 'Vanuatu', 'VU', 'VUT', '1'), (228, 'Vatican City State (Holy See)', 'VA', 'VAT', '1'), (229, 'Venezuela', 'VE', 'VEN', '1'), (230, 'Viet Nam', 'VN', 'VNM', '1'), (231, 'Virgin Islands (British)', 'VG', 'VGB', '1'), (232, 'Virgin Islands (U.S.)', 'VI', 'VIR', '1'), (233, 'Wallis and Futuna Islands', 'WF', 'WLF', '1'), (234, 'Western Sahara', 'EH', 'ESH', '1'), (235, 'Yemen', 'YE', 'YEM', '1'), (236, 'Yugoslavia', 'YU', 'YUG', '1'), (237, 'Zaire', 'ZR', 'ZAR', '1'), (238, 'Zambia', 'ZM', 'ZMB', '1'), (239, 'Zimbabwe', 'ZW', 'ZWE', '1'); -- -------------------------------------------------------- -- -- Table structure for table `oo_ecom_feature_value` -- CREATE TABLE IF NOT EXISTS `oo_ecom_feature_value` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `product_id` int(11) NOT NULL, `feature_id` int(11) NOT NULL, `feature_value` varchar(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ; -- -- Dumping data for table `oo_ecom_feature_value` -- INSERT INTO `oo_ecom_feature_value` (`id`, `product_id`, `feature_id`, `feature_value`) VALUES (1, 1, 1, 'Feature Val 1'), (2, 1, 2, 'Feature Val 2'), (3, 1, 3, 'Feature Val 3'); -- -------------------------------------------------------- -- -- Table structure for table `oo_ecom_product` -- CREATE TABLE IF NOT EXISTS `oo_ecom_product` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `category_id` int(11) NOT NULL, `product_name` varchar(255) NOT NULL, `start_price` double NOT NULL, `end_price` double NOT NULL, `unit_name` varchar(255) NOT NULL, `currency` varchar(100) NOT NULL, `port` varchar(255) NOT NULL, `minimum_order_quantity` varchar(100) NOT NULL, `supply_ability` varchar(255) NOT NULL, `payment_terms` varchar(255) NOT NULL, `packaging_detail` varchar(255) NOT NULL, `delivery_detail` varchar(255) NOT NULL, `specifications` text NOT NULL, `add_user_type` varchar(100) NOT NULL, `user_id` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; -- -- Dumping data for table `oo_ecom_product` -- INSERT INTO `oo_ecom_product` (`id`, `category_id`, `product_name`, `start_price`, `end_price`, `unit_name`, `currency`, `port`, `minimum_order_quantity`, `supply_ability`, `payment_terms`, `packaging_detail`, `delivery_detail`, `specifications`, `add_user_type`, `user_id`) VALUES (1, 12, 'Test Product Name', 100, 300, 'Ton', '', 'fasfsdff', '10', 'qvzzdfvzfdv', 'sdvdvsdfv', 'fdvdfvfdv', 'shd cddd', '

It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like). It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like). It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like). It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).

\r\n', '', 0); -- -------------------------------------------------------- -- -- Table structure for table `oo_ecom_product_gallery` -- CREATE TABLE IF NOT EXISTS `oo_ecom_product_gallery` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `product_id` bigint(20) NOT NULL, `product_image` varchar(255) NOT NULL, `is_main_image` enum('Y','N') NOT NULL DEFAULT 'N', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; -- -- Dumping data for table `oo_ecom_product_gallery` -- INSERT INTO `oo_ecom_product_gallery` (`id`, `product_id`, `product_image`, `is_main_image`) VALUES (1, 1, '13156295357df20a3a87.jpg', 'N'); -- -------------------------------------------------------- -- -- Table structure for table `oo_ecom_states` -- CREATE TABLE IF NOT EXISTS `oo_ecom_states` ( `state_id` int(11) NOT NULL AUTO_INCREMENT, `state_name` varchar(255) NOT NULL, `countries_id` int(11) NOT NULL, PRIMARY KEY (`state_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ; -- -- Dumping data for table `oo_ecom_states` -- INSERT INTO `oo_ecom_states` (`state_id`, `state_name`, `countries_id`) VALUES (1, 'West Bengal', 99), (2, 'Bihar', 99); -- -------------------------------------------------------- -- -- Table structure for table `oo_ecom_user` -- CREATE TABLE IF NOT EXISTS `oo_ecom_user` ( `user_id` bigint(20) NOT NULL AUTO_INCREMENT, `countries_id` int(11) NOT NULL, `state_id` int(11) NOT NULL, `user_type` varchar(50) NOT NULL, `first_name` varchar(100) NOT NULL, `last_name` varchar(100) NOT NULL, `company_name` varchar(255) NOT NULL, `telephone` varchar(50) NOT NULL, `email_id` varchar(100) NOT NULL, `password` varchar(50) NOT NULL, `date_of_join` datetime NOT NULL, `ip_address` varchar(255) NOT NULL, `status` varchar(25) NOT NULL DEFAULT 'active', PRIMARY KEY (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Dumping data for table `oo_ecom_user` --