cockroach
cockroach copied to clipboard
workload/schemachange: add comma syntax in workload
This patch expands the schema change workload to add support for ALTER TABLE statements (DROP COLUMN/ADD COLUMN/ALTER PRIMARY KEY) that have been enabled with our "comma syntax".
Fixes: #122249
Release note: None
Opening this up for comments -- the comma syntax keeps choosing non-existing tables; so, this still needs one more bit of polishing
closing this in favor of a new PR; the comments/commits of this PR are outdated and largely addressed by https://github.com/cockroachdb/cockroach/pull/127271