ALTER TABLE test ADD test NVARCHAR(100) NOT NULL DEFAULT '默认值'; ALTER TABLE `test` DROP COLUMN `test`