Skip to content

Commit 4aba2f5

Browse files
authored
fix: table formatting (#6298)
1 parent c9c3056 commit 4aba2f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Documentation/ExtensionArchitecture/BestPractises/NamingConventions.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,11 @@ Examples for Extbase domain models and table names of an extension named `cool_s
231231
| Domain model | Table name |
232232
+=====================================================+=================================================+
233233
| :php:`Vendor\BlogExample\Domain\Model\Post` | :sql:`tx_blogexample_domain_model_post` |
234+
+-----------------------------------------------------+-------------------------------------------------+
234235
| :php:`Vendor\CoolShop\Domain\Model\Tag` | :sql:`tx_coolshop_domain_model_tag` |
236+
+-----------------------------------------------------+-------------------------------------------------+
235237
| :php:`Vendor\CoolShop\Domain\Model\ProcessedOrder` | :sql:`tx_coolshop_domain_model_processedorder` |
238+
+-----------------------------------------------------+-------------------------------------------------+
236239
| :php:`Vendor\CoolShop\Domain\Model\Billing\Address` | :sql:`tx_coolshop_domain_model_billing_address` |
237240
+-----------------------------------------------------+-------------------------------------------------+
238241

0 commit comments

Comments
 (0)