MySQL Lists: mysql: Modify Table
ALTER TABLE tablename MODIFY column_name varchar(255) NOT NULL; Can someone tell me if this is not the best way to do this. I want to keep the integrity of the record info in that column but I just want the default to be NOT NULL. Thanks anyone for a Thre
lists.mysql.com |