Guest User

Untitled

a guest
Oct 17th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. tables: articles, articles_meta_fields
  2.  
  3. articles: ID, title, desc
  4. articles_meta_fields: ID, meta_name, meta_value, article_id:
  5.  
  6. Data for tables:
  7.  
  8. article:
  9.  
  10. 700, asdf, sample desc
  11.  
  12. articles_meta_fields
  13.  
  14. 1, checkbox, 3, 700
  15. 2, checkbox, 5, 700
Add Comment
Please, Sign In to add comment