Advertisement
Guest User

Untitled

a guest
Apr 21st, 2019
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.80 KB | None | 0 0
  1. -- phpMyAdmin SQL Dump
  2. -- version 4.8.3
  3. -- https://www.phpmyadmin.net/
  4. --
  5. -- Host: localhost:3306
  6. -- Generation Time: Apr 21, 2019 at 12:21 PM
  7. -- Server version: 5.7.25-log
  8. -- PHP Version: 7.2.7
  9.  
  10. SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
  11. SET AUTOCOMMIT = 0;
  12. START TRANSACTION;
  13. SET time_zone = "+00:00";
  14.  
  15.  
  16. /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
  17. /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
  18. /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
  19. /*!40101 SET NAMES utf8mb4 */;
  20.  
  21. --
  22. -- Database: `vectped2_1`
  23. --
  24.  
  25. -- --------------------------------------------------------
  26.  
  27. --
  28. -- Table structure for table `service_cat`
  29. --
  30.  
  31. CREATE TABLE `service_cat` (
  32. `id` int(10) NOT NULL,
  33. `name` varchar(100) COLLATE utf8_swedish_ci NOT NULL,
  34. `code` varchar(50) COLLATE utf8_swedish_ci NOT NULL,
  35. `status` enum('Active','Not active') COLLATE utf8_swedish_ci NOT NULL
  36. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_swedish_ci;
  37.  
  38. --
  39. -- Dumping data for table `service_cat`
  40. --
  41.  
  42. INSERT INTO `service_cat` (`id`, `name`, `code`, `status`) VALUES
  43. (1, 'Instagram Followers No Refill/Not Guaranteed', 'SM', 'Active'),
  44. (2, 'Instagram Views', 'SM', 'Active'),
  45. (3, 'Instagram Auto Comments / Impressions / Saves', 'SM', 'Active'),
  46. (4, 'Youtube Likes / Comments /', 'SM', 'Active'),
  47. (5, 'SoundCloud', 'SM', 'Active'),
  48. (6, 'Pinterest', 'SM', 'Active'),
  49. (7, 'Instagram Likes', 'SM', 'Active'),
  50. (8, 'Telegram', 'SM', 'Active'),
  51. (9, 'Google', 'SM', 'Active'),
  52. (10, 'Instagram Auto Likes', 'SM', 'Active'),
  53. (11, 'Instagram Story / Impressions / Saves / Reach', 'SM', 'Active'),
  54. (12, 'Facebook Video Views / Live Stream', 'SM', 'Active'),
  55. (13, 'Twitter Views / Impressions / Live / Comments', 'SM', 'Active'),
  56. (14, 'Instagram Auto Likes - 7 Days Subscription', 'SM', 'Active'),
  57. (15, 'Instagram Followers [Refill] [Guaranteed] [NonDrop]', 'SM', 'Active'),
  58. (16, 'Instagram TV', 'SM', 'Active'),
  59. (17, 'Instagram Comments', 'SM', 'Active'),
  60. (18, 'Website Traffic', 'SM', 'Active'),
  61. (19, 'Instagram Live Video', 'SM', 'Active'),
  62. (20, 'Instagram Likes / Likes + Impressions', 'SM', 'Active'),
  63. (21, 'Twitter Retweets', 'SM', 'Active'),
  64. (22, 'Twitter Poll Votes', 'SM', 'Active'),
  65. (23, 'Twitter Followers', 'SM', 'Active'),
  66. (24, 'Instagram Likes [Targeted Negara]', 'SM', 'Active'),
  67. (25, 'Instagram Likes Komentar [ TOP KOMENTAR ]', 'SM', 'Active'),
  68. (26, 'A PROMOTION (Cheap Services)', 'SM', 'Active'),
  69. (27, 'TIKTOK', 'SM', 'Active'),
  70. (28, 'Instagram Likes/Followers Per Minute', 'SM', 'Active'),
  71. (29, 'Instagram Followers [Negara]', 'SM', 'Active'),
  72. (30, 'Linkedin', 'SM', 'Active'),
  73. (31, 'Instagram Followers Indonesia', 'SM', 'Active'),
  74. (32, 'Youtube Live Stream', 'SM', 'Active'),
  75. (33, 'Instagram Likes Indonesia', 'SM', 'Active'),
  76. (34, 'Youtube Views', 'SM', 'Active'),
  77. (35, 'Facebook Post Likes / Comments / Shares / Events', 'SM', 'Active'),
  78. (36, 'Facebook Followers / Friends / Group Members', 'SM', 'Active'),
  79. (37, ' Instagram Highlights / Profile Visits / Reach', 'SM', 'Active'),
  80. (38, 'Instagram Followers Indonesia Kota/Daerah/Regional', 'SM', 'Active'),
  81. (39, 'Youtube Subscribers ', 'SM', 'Active'),
  82. (40, 'Youtube Views [Targeted]', 'SM', 'Active'),
  83. (41, 'Facebook Page Likes', 'SM', 'Active'),
  84. (42, '', 'SM', 'Active');
  85.  
  86. --
  87. -- Indexes for dumped tables
  88. --
  89.  
  90. --
  91. -- Indexes for table `service_cat`
  92. --
  93. ALTER TABLE `service_cat`
  94. ADD PRIMARY KEY (`id`);
  95.  
  96. --
  97. -- AUTO_INCREMENT for dumped tables
  98. --
  99.  
  100. --
  101. -- AUTO_INCREMENT for table `service_cat`
  102. --
  103. ALTER TABLE `service_cat`
  104. MODIFY `id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=43;
  105. COMMIT;
  106.  
  107. /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
  108. /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
  109. /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement