Was wondering if someone could help to write a query that would change the char values from 255 to something less in my database tables without changing every single client individually? I want it to be the default so when someone new registers it will automatically use the new value to write the structure.
Edit: I figured it out. I just went into the structure tab in the table and made the change there using phpmyadmin.ats_sites:
url varchar(255)
short_url varchar(255)
title varchar(255)
description varchar(255)
category varchar(255)
banner_url varchar(255)
Last edited: