Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hongyunyan committed Feb 27, 2025
1 parent 78a04e2 commit a7cbedb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/workload/schema/bank2.go
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,8 @@ func generateNonPrimaryValuesForTable() []interface{} {
return builder.String()*/
values := make([]interface{}, 0, 104)
values = append(values, randomDecimal(13, 2)) // bp_rtl_intr_amt
values = append(values, randomDate()) // late_chg_coll_date
values = append(values, randomDecimal(13, 2)) // delq_total_amt
values = append(values, randomDecimal(13, 2)) // prev_dir_to_cust_rtl_prin
values = append(values, randomString(5)) // acct_branch_no
Expand Down

0 comments on commit a7cbedb

Please sign in to comment.