Es war schön gestern beim Magento Stammtisch Kiel @magento_kiel. Gerne wieder.
Ich glaube die Vorstellung der beiden tollen Tool Warden und ddev war für einige hilfreich.
Meine Slides habe ich aktualisiert.
https://t.co/xANT9XSxr3
@avstudnitz @mSengera95 https://t.co/csCBWSOdzH unfortunately, db_whitelist.json is not for that (it was my first thought too 😀).
Yeah, for the new tables I use db_schema.xml too. However, for the attributes as far as I know the setup scripts have to be used.
@mSengera95 @avstudnitz The problem is that if db_schema.xml is used and you want to build a FK relation for example it does not "see" the tables which were created without db_schema, so FK is not created. And even some Magento standard tables are created old style (at least in Magento 2.4.0).