INSERT INTO `articles_post` (`id`,`created_at`,`updated_at`,`user_id`,`title`,`content`,`excerpt`,`status`,`media_id`) VALUES
(`1`,`2017-12-11 11:31:22`,`2017-12-11 11:31:25`,`5`,`Test12`,``,``,`draft`,NULL);;;
INSERT INTO `articles_post` (
`id`,
`created_at`,
`updated_at`,
`user_id`,
`title`,
`content`,
`excerpt`,
`status`,
`media_id`
) VALUES (
'1',
'2017-12-11 11:31:22',
'2017-12-11 11:31:25',
'5',
'Test12',
'',
'',
'draft',
NULL
);