How do I enforce the new varchar length throughout the database. I simply edited the column I wanted and increased the varchar length from 80 to 160. However, while looking at the views, the Base View still has that column's length displayed as 80. It won't let me change it.
Asked
Active
Viewed 115 times
0
-
How did you change the length from 80 to 160? – forpas Oct 09 '20 at 14:04
-
I just edited the column. Changed it from 80 to 160. Then found the view for it. The length is still 80. – crytodactyl Oct 09 '20 at 14:05
-
What are these views? – HoneyBadger Oct 09 '20 at 14:10
-
Check this answer: https://stackoverflow.com/a/40175051/10498828 on how to get the column's size. – forpas Oct 09 '20 at 14:11