miniu Posted March 10, 2010 Share Posted March 10, 2010 I have a table in the MYSQL that was BIGINT, but I have to change it to VARCHAR. Does I have to change the description also in my php file? if yes what should I add? Link to comment https://forums.phpfreaks.com/topic/194709-change-description-in-mysql-and-php/ Share on other sites More sharing options...
teamatomic Posted March 10, 2010 Share Posted March 10, 2010 No, as long as the field name is the same its OK. But if the field is for text you should change it to blob or text. Depending on the version of mysql vachar can be limited to 255 chars. HTH Teamatomic Link to comment https://forums.phpfreaks.com/topic/194709-change-description-in-mysql-and-php/#findComment-1023976 Share on other sites More sharing options...
miniu Posted March 10, 2010 Author Share Posted March 10, 2010 ok, thank you Link to comment https://forums.phpfreaks.com/topic/194709-change-description-in-mysql-and-php/#findComment-1023979 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.