A charge for a rental.
Table: rental_charge
- amount
- dollar amount
- id
- unique id
- rental_id
- foreign key to rental
- the_date
- date the charge was added
- time
- time the charge was added
- user_id
- foreign key to user - the person who added the charge
- what
- a brief description of the charge
Relations