Mysql
 sql >> Database >  >> RDS >> Mysql

MySQL - Come si aggiorna la colonna decimale per consentire più cifre?

ALTER TABLE mytable MODIFY COLUMN mycolumn newtype

esempio:

ALTER TABLE YourTableNameHere MODIFY COLUMN YourColumnNameHere decimal(4,2)