Skip to content

Commit

Permalink
Try set transactions acocunt_number to be unique
Browse files Browse the repository at this point in the history
  • Loading branch information
pflooky committed Jul 9, 2024
1 parent 169831d commit a35b2b8
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ steps:
schema:
fields:
- name: "account_number"
generator:
options:
isUnique: true
- name: "create_time"
type: "timestamp"
- name: "transaction_id"
Expand Down

0 comments on commit a35b2b8

Please sign in to comment.