Support adding columns to tables #29607
chaas
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a feature request to support adding columns to tables with a default value of null.
Support syntax like
ALTER TABLE <relation name> ADD COLUMN [IF NOT EXISTS] <column name> <column type>
.Beta Was this translation helpful? Give feedback.
All reactions