Search found 1 match
- Thu Apr 15, 2010 2:16 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Database design shortcoming?...or not?
- Replies: 4
- Views: 5946
Re: Database design shortcoming?...or not?
But there are other solutions. For example you can create one column for each object type (categories, products, webpages and links) and create corresponding foreign keys for each column. Then, if you want to work with one column you can crate additional view with current ac_CatalogNodes structure. ...