Great hack idea! Kind of complicated, so before I begin I have a question for anyone who has installed this.
Quote:
describe userfield
for all columns named field<number> query:
alter table userfield modify field<number> text;
|
For the above query, say the custom profilefield I create is field 5, is this the query I would run?
Code:
alter table userfield modify field5 text;
Thanks in advance for the help!