Erro Sql ad_posts
andersongsalles opened this issue · 1 comments
Vinicius, essa linha do sql está com erro no sql que você disponibilizou ad_posts linha 2 está passando null para o campo post_date_gmt que não pode ser null.
INSERT INTO arte_em_dois.ad_posts (ID, post_author, post_date, post_date_gmt, post_content, post_title, post_excerpt, post_status, comment_status, ping_status, post_password, post_name, to_ping, pinged, post_modified, post_modified_gmt, post_content_filtered, post_parent, guid, menu_order, post_type, post_mime_type, comment_count) VALUES (3, 1, '2017-07-22 19:32:37', null, '', 'Rascunho automático', '', 'auto-draft', 'open', 'open', '', '', '', '', '2017-07-22 19:32:37', null, '', 0, 'http://localhost:8888/wordpress-4-8/?p=3', 0, 'post', '', 0);