· 8 years ago · Feb 26, 2018, 06:34 AM
1-- --------------------------------------------------------
2-- Servidor: 127.0.0.1
3-- Versão do servidor: 10.1.25-MariaDB - mariadb.org binary distribution
4-- OS do Servidor: Win32
5-- HeidiSQL Versão: 9.4.0.5125
6-- --------------------------------------------------------
7
8/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
9/*!40101 SET NAMES utf8 */;
10/*!50503 SET NAMES utf8mb4 */;
11/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
12/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
13
14-- Copiando estrutura para tabela wp.wp_commentmeta
15CREATE TABLE IF NOT EXISTS `wp_commentmeta` (
16 `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
17 `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',
18 `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
19 `meta_value` longtext COLLATE utf8mb4_unicode_ci,
20 PRIMARY KEY (`meta_id`),
21 KEY `comment_id` (`comment_id`),
22 KEY `meta_key` (`meta_key`(191))
23) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
24
25-- Exportação de dados foi desmarcado.
26-- Copiando estrutura para tabela wp.wp_comments
27CREATE TABLE IF NOT EXISTS `wp_comments` (
28 `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
29 `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
30 `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL,
31 `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
32 `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
33 `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
34 `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
35 `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
36 `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL,
37 `comment_karma` int(11) NOT NULL DEFAULT '0',
38 `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
39 `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
40 `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
41 `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
42 `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
43 PRIMARY KEY (`comment_ID`),
44 KEY `comment_post_ID` (`comment_post_ID`),
45 KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
46 KEY `comment_date_gmt` (`comment_date_gmt`),
47 KEY `comment_parent` (`comment_parent`),
48 KEY `comment_author_email` (`comment_author_email`(10))
49) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
50
51-- Exportação de dados foi desmarcado.
52-- Copiando estrutura para tabela wp.wp_layerslider
53CREATE TABLE IF NOT EXISTS `wp_layerslider` (
54 `id` int(10) NOT NULL AUTO_INCREMENT,
55 `author` int(10) NOT NULL DEFAULT '0',
56 `name` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT '',
57 `slug` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT '',
58 `data` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
59 `date_c` int(10) NOT NULL,
60 `date_m` int(10) NOT NULL,
61 `schedule_start` int(10) NOT NULL DEFAULT '0',
62 `schedule_end` int(10) NOT NULL DEFAULT '0',
63 `flag_hidden` tinyint(1) NOT NULL DEFAULT '0',
64 `flag_deleted` tinyint(1) NOT NULL DEFAULT '0',
65 `flag_popup` tinyint(1) NOT NULL DEFAULT '0',
66 PRIMARY KEY (`id`)
67) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
68
69-- Exportação de dados foi desmarcado.
70-- Copiando estrutura para tabela wp.wp_layerslider_revisions
71CREATE TABLE IF NOT EXISTS `wp_layerslider_revisions` (
72 `id` int(10) NOT NULL AUTO_INCREMENT,
73 `slider_id` int(10) NOT NULL,
74 `author` int(10) NOT NULL DEFAULT '0',
75 `data` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
76 `date_c` int(10) NOT NULL,
77 PRIMARY KEY (`id`)
78) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
79
80-- Exportação de dados foi desmarcado.
81-- Copiando estrutura para tabela wp.wp_links
82CREATE TABLE IF NOT EXISTS `wp_links` (
83 `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
84 `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
85 `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
86 `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
87 `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
88 `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
89 `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y',
90 `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1',
91 `link_rating` int(11) NOT NULL DEFAULT '0',
92 `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
93 `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
94 `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
95 `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
96 PRIMARY KEY (`link_id`),
97 KEY `link_visible` (`link_visible`)
98) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
99
100-- Exportação de dados foi desmarcado.
101-- Copiando estrutura para tabela wp.wp_mltlngg_terms_translate
102CREATE TABLE IF NOT EXISTS `wp_mltlngg_terms_translate` (
103 `ID` int(6) unsigned NOT NULL AUTO_INCREMENT,
104 `term_ID` int(6) NOT NULL,
105 `name` text NOT NULL,
106 `language` text NOT NULL,
107 PRIMARY KEY (`ID`)
108) ENGINE=InnoDB DEFAULT CHARSET=utf8;
109
110-- Exportação de dados foi desmarcado.
111-- Copiando estrutura para tabela wp.wp_mltlngg_translate
112CREATE TABLE IF NOT EXISTS `wp_mltlngg_translate` (
113 `ID` int(6) unsigned NOT NULL AUTO_INCREMENT,
114 `post_ID` int(6) NOT NULL,
115 `post_content` longtext NOT NULL,
116 `post_excerpt` text NOT NULL,
117 `post_title` text NOT NULL,
118 `language` text NOT NULL,
119 PRIMARY KEY (`ID`)
120) ENGINE=InnoDB AUTO_INCREMENT=104 DEFAULT CHARSET=utf8;
121
122-- Exportação de dados foi desmarcado.
123-- Copiando estrutura para tabela wp.wp_options
124CREATE TABLE IF NOT EXISTS `wp_options` (
125 `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
126 `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
127 `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
128 `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes',
129 PRIMARY KEY (`option_id`),
130 UNIQUE KEY `option_name` (`option_name`)
131) ENGINE=InnoDB AUTO_INCREMENT=1087 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
132
133-- Exportação de dados foi desmarcado.
134-- Copiando estrutura para tabela wp.wp_postmeta
135CREATE TABLE IF NOT EXISTS `wp_postmeta` (
136 `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
137 `post_id` bigint(20) unsigned NOT NULL DEFAULT '0',
138 `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
139 `meta_value` longtext COLLATE utf8mb4_unicode_ci,
140 PRIMARY KEY (`meta_id`),
141 KEY `post_id` (`post_id`),
142 KEY `meta_key` (`meta_key`(191))
143) ENGINE=InnoDB AUTO_INCREMENT=1879 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
144
145-- Exportação de dados foi desmarcado.
146-- Copiando estrutura para tabela wp.wp_posts
147CREATE TABLE IF NOT EXISTS `wp_posts` (
148 `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
149 `post_author` bigint(20) unsigned NOT NULL DEFAULT '0',
150 `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
151 `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
152 `post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
153 `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL,
154 `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL,
155 `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
156 `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
157 `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
158 `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
159 `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
160 `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL,
161 `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL,
162 `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
163 `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
164 `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
165 `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
166 `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
167 `menu_order` int(11) NOT NULL DEFAULT '0',
168 `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post',
169 `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
170 `comment_count` bigint(20) NOT NULL DEFAULT '0',
171 PRIMARY KEY (`ID`),
172 KEY `post_name` (`post_name`(191)),
173 KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
174 KEY `post_parent` (`post_parent`),
175 KEY `post_author` (`post_author`)
176) ENGINE=InnoDB AUTO_INCREMENT=631 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
177
178-- Exportação de dados foi desmarcado.
179-- Copiando estrutura para tabela wp.wp_revslider_css
180CREATE TABLE IF NOT EXISTS `wp_revslider_css` (
181 `id` int(9) NOT NULL AUTO_INCREMENT,
182 `handle` text NOT NULL,
183 `settings` longtext,
184 `hover` longtext,
185 `params` longtext NOT NULL,
186 `advanced` longtext,
187 UNIQUE KEY `id` (`id`)
188) ENGINE=InnoDB AUTO_INCREMENT=110 DEFAULT CHARSET=latin1;
189
190-- Exportação de dados foi desmarcado.
191-- Copiando estrutura para tabela wp.wp_revslider_layer_animations
192CREATE TABLE IF NOT EXISTS `wp_revslider_layer_animations` (
193 `id` int(9) NOT NULL AUTO_INCREMENT,
194 `handle` text NOT NULL,
195 `params` text NOT NULL,
196 `settings` text,
197 UNIQUE KEY `id` (`id`)
198) ENGINE=InnoDB DEFAULT CHARSET=latin1;
199
200-- Exportação de dados foi desmarcado.
201-- Copiando estrutura para tabela wp.wp_revslider_navigations
202CREATE TABLE IF NOT EXISTS `wp_revslider_navigations` (
203 `id` int(9) NOT NULL AUTO_INCREMENT,
204 `name` varchar(191) NOT NULL,
205 `handle` varchar(191) NOT NULL,
206 `css` longtext NOT NULL,
207 `markup` longtext NOT NULL,
208 `settings` longtext,
209 UNIQUE KEY `id` (`id`)
210) ENGINE=InnoDB DEFAULT CHARSET=latin1;
211
212-- Exportação de dados foi desmarcado.
213-- Copiando estrutura para tabela wp.wp_revslider_sliders
214CREATE TABLE IF NOT EXISTS `wp_revslider_sliders` (
215 `id` int(9) NOT NULL AUTO_INCREMENT,
216 `title` tinytext NOT NULL,
217 `alias` tinytext,
218 `params` longtext NOT NULL,
219 `settings` text,
220 `type` varchar(191) NOT NULL DEFAULT '',
221 UNIQUE KEY `id` (`id`)
222) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
223
224-- Exportação de dados foi desmarcado.
225-- Copiando estrutura para tabela wp.wp_revslider_slides
226CREATE TABLE IF NOT EXISTS `wp_revslider_slides` (
227 `id` int(9) NOT NULL AUTO_INCREMENT,
228 `slider_id` int(9) NOT NULL,
229 `slide_order` int(11) NOT NULL,
230 `params` longtext NOT NULL,
231 `layers` longtext NOT NULL,
232 `settings` text NOT NULL,
233 UNIQUE KEY `id` (`id`)
234) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
235
236-- Exportação de dados foi desmarcado.
237-- Copiando estrutura para tabela wp.wp_revslider_static_slides
238CREATE TABLE IF NOT EXISTS `wp_revslider_static_slides` (
239 `id` int(9) NOT NULL AUTO_INCREMENT,
240 `slider_id` int(9) NOT NULL,
241 `params` longtext NOT NULL,
242 `layers` longtext NOT NULL,
243 `settings` text NOT NULL,
244 UNIQUE KEY `id` (`id`)
245) ENGINE=InnoDB DEFAULT CHARSET=latin1;
246
247-- Exportação de dados foi desmarcado.
248-- Copiando estrutura para tabela wp.wp_termmeta
249CREATE TABLE IF NOT EXISTS `wp_termmeta` (
250 `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
251 `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
252 `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
253 `meta_value` longtext COLLATE utf8mb4_unicode_ci,
254 PRIMARY KEY (`meta_id`),
255 KEY `term_id` (`term_id`),
256 KEY `meta_key` (`meta_key`(191))
257) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
258
259-- Exportação de dados foi desmarcado.
260-- Copiando estrutura para tabela wp.wp_terms
261CREATE TABLE IF NOT EXISTS `wp_terms` (
262 `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
263 `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
264 `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
265 `term_group` bigint(10) NOT NULL DEFAULT '0',
266 PRIMARY KEY (`term_id`),
267 KEY `slug` (`slug`(191)),
268 KEY `name` (`name`(191))
269) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
270
271-- Exportação de dados foi desmarcado.
272-- Copiando estrutura para tabela wp.wp_term_relationships
273CREATE TABLE IF NOT EXISTS `wp_term_relationships` (
274 `object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
275 `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
276 `term_order` int(11) NOT NULL DEFAULT '0',
277 PRIMARY KEY (`object_id`,`term_taxonomy_id`),
278 KEY `term_taxonomy_id` (`term_taxonomy_id`)
279) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
280
281-- Exportação de dados foi desmarcado.
282-- Copiando estrutura para tabela wp.wp_term_taxonomy
283CREATE TABLE IF NOT EXISTS `wp_term_taxonomy` (
284 `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
285 `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
286 `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
287 `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
288 `parent` bigint(20) unsigned NOT NULL DEFAULT '0',
289 `count` bigint(20) NOT NULL DEFAULT '0',
290 PRIMARY KEY (`term_taxonomy_id`),
291 UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
292 KEY `taxonomy` (`taxonomy`)
293) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
294
295-- Exportação de dados foi desmarcado.
296-- Copiando estrutura para tabela wp.wp_usermeta
297CREATE TABLE IF NOT EXISTS `wp_usermeta` (
298 `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
299 `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
300 `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
301 `meta_value` longtext COLLATE utf8mb4_unicode_ci,
302 PRIMARY KEY (`umeta_id`),
303 KEY `user_id` (`user_id`),
304 KEY `meta_key` (`meta_key`(191))
305) ENGINE=InnoDB AUTO_INCREMENT=33 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
306
307-- Exportação de dados foi desmarcado.
308-- Copiando estrutura para tabela wp.wp_users
309CREATE TABLE IF NOT EXISTS `wp_users` (
310 `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
311 `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
312 `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
313 `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
314 `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
315 `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
316 `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
317 `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
318 `user_status` int(11) NOT NULL DEFAULT '0',
319 `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
320 PRIMARY KEY (`ID`),
321 KEY `user_login_key` (`user_login`),
322 KEY `user_nicename` (`user_nicename`),
323 KEY `user_email` (`user_email`)
324) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
325
326-- Exportação de dados foi desmarcado.
327/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;
328/*!40014 SET FOREIGN_KEY_CHECKS=IF(@OLD_FOREIGN_KEY_CHECKS IS NULL, 1, @OLD_FOREIGN_KEY_CHECKS) */;
329/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;