Advantages of using two tables instead of a column with 2 different values

Posted by Dario on Stack Overflow See other posts from Stack Overflow or by Dario
Published on 2010-04-05T14:08:10Z Indexed on 2010/04/05 14:13 UTC
Read the original article Hit count: 329

Filed under:
|
|

Hello

I'm creating a database structure. I have to store ingoing and outgoing messages and i'm wondering wich is the best way to do this.

2 separated tables or the same tables with an ENUM('in', 'out') column ?

Any suggestion ?

Thanks.

© Stack Overflow or respective owner

Related posts about database

Related posts about sql