alter table tablename alter column colname newDataType
比如:ALTER TABLE mytable
ALTER COLUMN mycol1 INT DEFAULT 0
2023-11-01 20:48:04
alter table tablename alter column colname newDataType
比如:ALTER TABLE mytable
ALTER COLUMN mycol1 INT DEFAULT 0