How to add enum filed in mysql
How to add enum filed in mysql
Example:
ALTER TABLE `mycontent` ADD `returnstatus` ENUM( 'TRUE', 'FALSE' ) NOT NULL DEFAULT 'FALSE'
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home