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: 245
my question is:
i have a member that can pay in 3 different way
credit card
check
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