In the original schema: ``` current_loan_value Decimal current_loan Boolean ``` when running `pal schema camel-case` it becomes: ``` currentLoanValue Decimal @map("currentLoan_value") currentLoan Boolean @map("current_loan") ```