Skip to content

Conversation

@bghal
Copy link
Contributor

@bghal bghal commented Oct 30, 2025

This changes moves ALTER COLUMN SET [NOT] VISIBLE statements to the
declarative schema changer.

Epic: CRDB-31283
Fixes: #139605

Release note (sql change): The ALTER TABLE t ALTER COLUMN c SET [NOT] VISIBLE statements now use the declarative schema changer.

@blathers-crl
Copy link

blathers-crl bot commented Oct 30, 2025

Your pull request contains more than 1000 changes. It is strongly encouraged to split big PRs into smaller chunks.

🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf.

@cockroach-teamcity
Copy link
Member

This change is Reviewable

@bghal bghal force-pushed the sc-hidden-column-implement branch 2 times, most recently from e0c30fd to 31daf10 Compare November 3, 2025 18:44
@bghal bghal changed the title sc hidden column implement sql: implement hidden column element Nov 3, 2025
@bghal bghal force-pushed the sc-hidden-column-implement branch 3 times, most recently from ca76878 to bf5a083 Compare November 4, 2025 15:55
@bghal bghal changed the title sql: implement hidden column element sql: implement hidden column in declarative schema changer Nov 4, 2025
@bghal bghal force-pushed the sc-hidden-column-implement branch from bf5a083 to 4cecf5e Compare November 4, 2025 16:00
This changes moves `ALTER COLUMN SET [NOT] VISIBLE` statements to the
declarative schema changer.

Epic: CRDB-31283
Fixes: cockroachdb#139605

Release note (sql change): The `ALTER TABLE t ALTER COLUMN c SET [NOT]
VISIBLE` statements now use the declarative schema changer.
@bghal bghal force-pushed the sc-hidden-column-implement branch from 4cecf5e to 9ed3d60 Compare November 19, 2025 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

sql/schemachanger: support ALTER COLUMN ... [SET | SET NOT] VISIBLE in declarative schema changer

2 participants