Difference between #1 and #3 of
Auto-update denormalized attributes with MongoDb and Yii2

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...
[...]
1 0
3 followers
Viewed: 17 685 times
Version: 2.0
Category: Tips
Written by: edoardo849
Last updated by: CeBe
Created on: Mar 1, 2014
Last updated: 10 years ago
Update Article

Revisions

View all history