If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
All seems OK as far as I can tell (I presume the white half of the diamonds means "one" and the black half means "many"?)
I would question your table names though: I think customer_addresses should be just addresses, customer_has_customer_addresses should be customer_addresses (or perhaps customer_address_usages) and so on.
I also need a set of tables for suppliers, thats why these are prefixed with customer. I get your point though and I will think throught my table naming "convention" to simplify it.