create index test_name on table_name(column_name);
ALTER TABLE chatter_users MODIFY COLUMN ip VARCHAR(50);