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

后端 未结 6 1135
温柔的废话
温柔的废话 2020-12-30 14:09

I have a member that can pay in three different ways:

  1. credit card
  2. check
  3. transfer from bank account

How can I design a table t

6条回答
  •  天命终不由人
    2020-12-30 14:40

    I'm with Jason on structure.

    And by all means don't forget to encrypt all that creditcard and bank account data.

提交回复
热议问题