Save phone calls data in a DB?

Posted by Alex on Stack Overflow See other posts from Stack Overflow or by Alex
Published on 2010-05-27T10:23:16Z Indexed on 2010/05/27 10:31 UTC
Read the original article Hit count: 210

Filed under:
|

How would you save this data on a database: An user can make phone calls (id, date, hour, duration, outcome).

The "outcome" can be, for example, to recall the client on another day (so I have to save the date, the hour, etc of this "future" call).

How would you manage this data on a db?

At the moment i have only a "Call" table.

© Stack Overflow or respective owner

Related posts about mysql

Related posts about db