Changes
Title
unchanged
Auto-update denormalized attributes with MongoDb and Yii2
Category
unchanged
Tips
Yii version
unchanged
Tags
unchanged
yii2, mongodb, behavior, data normalization, data de-normalization
Content
changed
[...]
where the ```address_id``` field is a foreign id to:
```tbl_address```
- id: ```int(11)```
- street: ```varchar(255)```
- city_id: ```int(11)```
where the ```city_id``` field is a foreign key to the ```tbl_city``` etc...[...]