MyBB Community Forums

Full Version: SQL
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, how can I convert my varchar(120) to text?
SQL query syntax depends on the database server you are using.

if you are using phpMyAdmin then you can view Structure of the fields
& change the field type through Change link available at row of the field

related search results
that will do the content what is on varchar(120) automatic convert into text?
^ there should be no problem with the data unless your varchar field has an index.