CRUD: Relations between entities in the generated forms

Hello guys,

if I’m creating entities for my models, there’s afaik only one form for each table (entity) in my database. The Active Record component from Yii2 is recognizing foreign keys between database tables. Is there any functionality inside Yii2 framework, which is providing “the same” for the CRUD component?

Thanks

Is in CRUD really only one model per database table possible?