extension-builder3

Foreign Key to TYPO3 Frontend User

旧巷老猫 提交于 2019-12-29 07:11:27
问题 How can I set a ForeignKey to the TYPO3 FrontendUsers in the Extension Builder? Do I have to set the param map to existing table? oder make a relation? What I want to do: I've got a Model (People) with its own fields and values. and now I want to have a new Releation between this Model and the TYPO3 FE Users PeopleNr = fe_user with uid 123 回答1: Note: As stated in other question creating relations between tables/models doesn't require adding foreign keys I'm not quite sure what do you need it

TYPO3 Extension Builder Foreign Key

試著忘記壹切 提交于 2019-12-11 07:12:39
问题 Why does the TYPO3 Extension Builder don't generate Foreign keys? I've set some relations between the models, but in SQL Code there are noe FKs only colums for the Value of the key. Does anyone can help me? 回答1: Cite from Kartsen Dambekalns It is a half-conscious design decision. Just look up the date when foreign key constraints where introduced in MySQL, and compare to when TYPO3 was 'born'. Of course it would be great to add such references, especially since MySQL can always handle themm,