Wednesday, November 9, 2011

How alter enum filed in mysql.

How alter enum filed in mysql.

ALTER TABLE tablename CHANGE filedname filedname ENUM('Active', 'Inactive') not null default 'Active';

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home