mysql修改指定字段不为空 not null

mysql修改表名 user_info 中的字段 idcard 不为空

ALTER TABLE user_info MODIFY idcard int(11) NOT NULL;