Quote:
Originally Posted by Oblivion Knight
[sql]ALTER TABLE usergroup CHANGE mh_unm_changelimit mh_unm_changelimit SMALLINT(3) UNSIGNED NOT NULL DEFAULT '30'[/sql]Yes, [high] mh_unm_changelimit[/high] should be there twice.. 
|
If you use SMALLINT(3), it will not increase the column size.

SMALLINT defaults to 5 positions.
PS I never understand why people keep quoting
numeric default values.