Having problem with wp_rg_lead_detail varchar limited at 200 in table structure when using list field in column. Should be of type TEXT instead
Having problem with wp_rg_lead_detail varchar limited at 200 in table structure when using list field in column. Should be of type TEXT instead
There is also a wp_lead_detail_long table. The wp_lead_detail table is used to store values shorter than 200 characters. These values are used in the admin, where a long value would create problems in the UI.
Are you accessing the tables directly, or what problem are you having with the 200 character limit in wp_lead_detail?
Thank you! That did it..
You're welcome.