id na tabela Posts é
id INT AUTO_INCREMENT PRIMARY KEY NOT NULL,
post_id em posts_categories é
post_id INT UNSIGNED NOT NULL,
Aqui a parte "unsigned" cria seu problemaFaça ambos Unsigned, ou deixe-o de fora
id INT AUTO_INCREMENT PRIMARY KEY NOT NULL,
post_id INT UNSIGNED NOT NULL,