DB design : save different details of payment (credit or check)

Posted by haim evgi on Stack Overflow See other posts from Stack Overflow or by haim evgi
Published on 2009-08-13T06:30:59Z Indexed on 2010/04/05 12:33 UTC
Read the original article Hit count: 219

Filed under:
|
|

my question is:

i have a member that can pay in 3 different way

  1. credit card

  2. check

  3. transfer from bank account

how design the table that contain the history of payment.

the fields of every way is different .

if i save all in one table , i have lot of blank field ?

what the right way to deal it ?

© Stack Overflow or respective owner

Related posts about database

Related posts about mysql