Created
June 1, 2020 14:47
-
-
Save lcube45/2c35ff4681dcba14fd00f0a7bcab838e to your computer and use it in GitHub Desktop.
Drupal 8 - modèle physique de données pour les entités
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Drupal 8: | |
---------- | |
- Content type = Bundle | |
- Node = Entity | |
- Base fields are in one table: [entity]_field_data | |
- Bundle fields are in seperate tables: [entity]__field_name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment