Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2014
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. 1) cat_listing -
  2. id,
  3. title,
  4. listing_type_id (FK from `cat_listingtype`)
  5.  
  6. 2) cat_listingtype -
  7. id,
  8. title
  9.  
  10. 3) cat_listingsubtype -
  11. id,
  12. title
  13.  
  14. 4) cat_typesubtype -
  15. id,
  16. type_id (FK from `cat_listingtype`)
  17. subtype_id (FK from `cat_listingsubtype`)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement