I develop php apps under Windows platform, and I use dos window to connect to mysql.
What you're asking can be accomplished with
ALTER TABLE table_name MODIFY column_name TEXT NOT NULL;
If you've tried that and it didn't work, then I don't have a clue what's wrong.
http://sabyo.dyns.cx/