mysql - create new table for each row problems -


i have android app in many parts of , users vote comments , choices in different articles . create new table each users understood occupy space. recorded numbers consists of numbers 1 15 , id of articles. should do?

i create users table, article table , userarticletablexref. store users in users table , articles in article table , when users vote / comment on article reference userid , article id in userarticletablexref store comments , ratings.


Comments