Quick Database Change Question

If I have a text field say set to 50 and it ends up being too short so I change it to 100. When I make the database save in wappler, do I then have to update all the server connects that used that column?

I can't remember if the server connects pass the database column length in the call anymore. I know in the old days they did....

Just changing the Max Length will be enough. That should be all you have to do.

That is unless you used some length validation in your SC actions.

No i didn't do any length validations. Previously I have used an external database editor. But lately have been using the wappler one. Just wanted to make sure I didn't have to do more. Thanks Brad!

1 Like

Yep, you should be good to go.