RegPayment To Help for Developers

this table records payments to a registration

Table: reg_payment

amount
dollar amount
id
unique id
reg_id
foreign key to registration
the_date
what day?
time
what time?
type
C (check), S (cash), D (credit), O(online)
user_id
foreign key to user - who took the payment?
what
a brief description of the payment

Relations

registrationregistrationbelongs_to
useruserbelongs_to