Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. TABLE 1) market_p_userdata (columns -> seller_id, image)
  2. TABLE 2) market_product (columns -> seller_id, magepro_id)
  3. TABLE 3) catalog_category_product?(columns -> product_id)
  4. TABLE 4) customer_entity (columns-> entity_id)
  5.  
  6. TABLE 3) product_id (primary key) which is as a foriegn key in TABLE 2) named as magepro_id,
  7.  
  8. TABLE 4) enity_id(primary key) which is foreign key in TABLE 3) AND 2) named as seller_id,
  9.  
  10. TABLE 2) seller_id(primary key) which is foreign key in TABLE 1) named as seller_id,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement