Documents
database-columns
database-columns
Type
External
Status
Published
Created
Mar 5, 2026
Updated
Mar 5, 2026

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_id column.
  • The published_at column is now always added.
  • The locale column is now always added.