Comparing
#1 with
#2
Revision #2 was created by
edoardo849 on Mar 1, 2014, 10:44:01 AM.
changed address table
Content
[...]
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...[...]