Increase size of varchar column #323
Unanswered
fredrikatmainspringenergy
asked this question in
Q&A
Replies: 1 comment
-
Worked around it using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a
string
column with sizerel.Limit(16)
, but need to increase it to32
.The
AlterTable.RenameColumn
does take options, but afaict providing arel.Limit(32)
option does not resize the column.Further,
AlterTable
has aDropColumn
but afaict noAddColumn
.Beta Was this translation helpful? Give feedback.
All reactions