Content types always have feature columns
In Strapi 5, Content types always have document, publication and internationalization columns created in database.
This page is part of the breaking changes database and provides information about the breaking change and additional instructions to migrate from Strapi v4 to Strapi 5.
🔌 Is this breaking change affecting plugins? | Yes |
---|
🤖 Is this breaking change automatically handled by a codemod? | No |
---|
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.