import Intro from '/docs/snippets/breaking-change-page-intro.md'
import MigrationIntro from '/docs/snippets/breaking-change-page-migration-intro.md'
Content types always have feature columns#
In Strapi 5, Content types always have document, publication and internationalization columns created in database.
Breaking change description#
In Strapi 5
- All the Content Types have a new
document_idcolumn. - The
published_atcolumn is now always added. - The
localecolumn is now always added.