Stop using VARCHAR(255) #sql #database #programming

varchar(255) shouldn't be a default that people use. Use a value that makes sense for your database and for your application rules.

Find an issue with this page? Fix it on GitHub