Skip to content

Commit

Permalink
fixed column name
Browse files Browse the repository at this point in the history
  • Loading branch information
domnikl committed Dec 12, 2023
1 parent b231f81 commit fd9fbdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Models/BalanceModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default class BalanceModel extends BaseModel {
@column({ serializeAs: 'bookingDate' })
public bookingDate: DateTime;

@column({ serializeAs: 'accountIban' })
@column({ columnName: 'account', serializeAs: 'accountIban' })
public accountIban: string;

@column()
Expand Down

0 comments on commit fd9fbdd

Please sign in to comment.