Skip to content

Commit f8f9e95

Browse files
committed
randgen: extract table logic into stand alone file
Previously, the logic for generating schemas was mixed up with the logic for generating tables. This moves table specific logic into its own file. Release note: none
1 parent 1a6136a commit f8f9e95

File tree

3 files changed

+472
-456
lines changed

3 files changed

+472
-456
lines changed

pkg/sql/randgen/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ go_library(
99
"expr.go",
1010
"mutator.go",
1111
"schema.go",
12+
"table.go",
1213
"table_opt.go",
1314
"type.go",
1415
],

0 commit comments

Comments
 (0)