· 8 years ago · Mar 09, 2018, 09:34 AM
1DROP TABLE IF EXISTS `tags`;
2CREATE TABLE `tags` (
3 `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
4 `tag` text COLLATE utf8mb4_unicode_ci NOT NULL,
5 `created_at` timestamp NULL DEFAULT NULL,
6 `updated_at` timestamp NULL DEFAULT NULL,
7 PRIMARY KEY (`id`)
8) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
9
10INSERT INTO `tags` (`id`, `tag`, `created_at`, `updated_at`) VALUES
11(1, 'dangerous', '2018-03-07 06:32:35', '2018-03-07 06:32:35'),
12(2, 'killer', '2018-03-07 06:32:35', '2018-03-07 06:32:35'),
13(3, 'afraid', '2018-03-07 06:32:35', '2018-03-07 06:32:35'),
14(4, 'wow', '2018-03-07 06:32:35', '2018-03-07 06:32:35'),
15(5, 'awesome', '2018-03-07 06:32:35', '2018-03-07 06:32:35'),
16(6, 'great', '2018-03-07 06:32:35', '2018-03-07 06:32:35'),
17(7, 'amazing', '2018-03-07 06:32:35', '2018-03-07 06:32:35'),
18(8, 'jam', '2018-03-07 23:53:11', '2018-03-07 23:53:11'),
19(9, 'tool', '2018-03-07 23:54:14', '2018-03-07 23:54:14'),
20(10, 'home', '2018-03-07 23:54:14', '2018-03-07 23:54:14'),
21(11, 'wakao', '2018-03-08 01:06:12', '2018-03-08 01:06:12'),
22(12, 'awe', '2018-03-08 01:08:25', '2018-03-08 01:08:25'),
23(13, 'greatoppo', '2018-03-08 01:08:25', '2018-03-08 01:08:25'),
24(14, 'koel', '2018-03-08 01:15:05', '2018-03-08 01:15:05'),
25(15, 'koa', '2018-03-08 01:50:40', '2018-03-08 01:50:40'),
26(16, 'catwalk', '2018-03-08 01:50:40', '2018-03-08 01:50:40'),
27(17, 'genius', '2018-03-08 01:50:40', '2018-03-08 01:50:40'),
28(18, 'amazin', '2018-03-08 01:50:40', '2018-03-08 01:50:40'),
29(19, 'goom', '2018-03-08 01:50:40', '2018-03-08 01:50:40'),
30(20, 'dam', '2018-03-08 01:50:40', '2018-03-08 01:50:40'),
31(21, 'boom', '2018-03-08 01:50:40', '2018-03-08 01:50:40'),
32(22, 'hie', '2018-03-08 01:50:40', '2018-03-08 01:50:40'),
33(23, 'ajooba', '2018-03-08 01:50:40', '2018-03-08 01:50:40'),
34(24, 'hamster', '2018-03-08 01:51:13', '2018-03-08 01:51:13'),
35(25, 'hoom', '2018-03-08 01:51:13', '2018-03-08 01:51:13'),
36(26, 'woa', '2018-03-08 01:51:13', '2018-03-08 01:51:13'),
37(27, 'tagging', '2018-03-08 01:52:39', '2018-03-08 01:52:39'),
38(28, 'peom', '2018-03-08 01:52:39', '2018-03-08 01:52:39'),
39(29, 'poem', '2018-03-08 01:52:39', '2018-03-08 01:52:39'),
40(30, 'bam', '2018-03-08 01:52:39', '2018-03-08 01:52:39'),
41(31, 'kom', '2018-03-08 01:52:39', '2018-03-08 01:52:39'),
42(32, 'joel', '2018-03-08 01:52:39', '2018-03-08 01:52:39'),
43(33, 'azure', '2018-03-08 01:52:39', '2018-03-08 01:52:39'),
44(34, 'aws', '2018-03-08 01:52:39', '2018-03-08 01:52:39'),
45(35, 'apoo', '2018-03-08 01:53:51', '2018-03-08 01:53:51'),
46(36, 'appo', '2018-03-08 01:53:51', '2018-03-08 01:53:51'),
47(37, 'apum', '2018-03-08 01:53:51', '2018-03-08 01:53:51'),
48(38, 'zoom', '2018-03-08 01:53:51', '2018-03-08 01:53:51'),
49(39, 'hhe', '2018-03-08 01:54:54', '2018-03-08 01:54:54'),
50(40, 'haa', '2018-03-08 01:54:54', '2018-03-08 01:54:54'),
51(41, 'hua', '2018-03-08 01:54:54', '2018-03-08 01:54:54'),
52(42, 'woah', '2018-03-08 01:54:54', '2018-03-08 01:54:54'),
53(43, 'hello', '2018-03-08 01:54:54', '2018-03-08 01:54:54'),
54(44, 'moto', '2018-03-08 01:54:54', '2018-03-08 01:54:54'),
55(45, 'configuiration', '2018-03-08 01:54:54', '2018-03-08 01:54:54'),
56(46, 'is', '2018-03-08 01:54:54', '2018-03-08 01:54:54'),
57(47, 'hi', '2018-03-08 01:54:54', '2018-03-08 01:54:54'),
58(48, 'joom', '2018-03-08 01:54:54', '2018-03-08 01:54:54'),
59(49, 'was', '2018-03-09 02:22:32', '2018-03-09 02:22:32'),
60(50, 'has', '2018-03-09 02:22:32', '2018-03-09 02:22:32'),
61(51, 'done', '2018-03-09 02:22:32', '2018-03-09 02:22:32'),
62(52, 'been', '2018-03-09 02:22:32', '2018-03-09 02:22:32'),
63(53, 'ola', '2018-03-09 02:22:32', '2018-03-09 02:22:32'),
64(54, 'uber', '2018-03-09 02:22:32', '2018-03-09 02:22:32'),
65(55, 'jason', '2018-03-09 02:22:32', '2018-03-09 02:22:32'),
66(56, 'mark', '2018-03-09 02:22:32', '2018-03-09 02:22:32'),
67(57, 'webber', '2018-03-09 02:22:32', '2018-03-09 02:22:32'),
68(58, 'sachin', '2018-03-09 02:22:32', '2018-03-09 02:22:32');