Skip to content

Commit

Permalink
Add column cancellation reason
Browse files Browse the repository at this point in the history
  • Loading branch information
sydneynotthecity committed Nov 1, 2023
1 parent a4714ee commit 815bf8d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions schemas/raw_mgi_stellar_transactions_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,5 +193,10 @@
"mode": "NULLABLE",
"name": "partnr_rec_displ_name",
"type": "STRING"
},
{
"mode": "NULLABLE",
"name": "cancellation_reas",
"type": "STRING"
}
]

0 comments on commit 815bf8d

Please sign in to comment.