Can you have 2 tables with identical structure in a good DB schema?
Posted
by Emanuil
on Stack Overflow
See other posts from Stack Overflow
or by Emanuil
Published on 2010-05-31T13:01:03Z
Indexed on
2010/05/31
13:02 UTC
Read the original article
Hit count: 221
2 tables:
- views
- downloads
Same structure:
item_id, user_id, time
Should I be worried?
© Stack Overflow or respective owner