Skip to content

Commit 5d6dbcd

Browse files
authored
Replace old link to correct link
Related: #6305 Releases: main, 13.4 , 12.4
1 parent de13312 commit 5d6dbcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/ExtensionArchitecture/Tutorials/ComponentsOfTYPO3Extension/CreatingDatabaseModel.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Create SQL database schema
1111
---------------------------
1212

1313
* Add `example-extension/ext_tables.sql`
14-
* Model the database scheme from the TCA or PHP model perspective, then check which fields still have to be added to the ext_tables regarding your TYPO3 version by comparing database model with configuration, read more `here <https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/13.0/Feature-101553-Auto-createDBFieldsFromTCAColumns.html/>`_
14+
* Model the database scheme from the TCA or PHP model perspective, then check which fields still have to be added to the ext_tables regarding your TYPO3 version by comparing database model with configuration, read more `here <https://docs.typo3.org/permalink/changelog:feature-101553-1691166389/>`_
1515
* Insert your SQL database schema definition into that file
1616

1717
* Each entity is represented by one database table

0 commit comments

Comments
 (0)