Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and beauty - How to change data type and width with commands in vf?
How to change data type and width with commands in vf?
Just use sql statements.

Alter table The type (width) of the Alter field name of the table to be modified.

You can change the data type and width according to this format! .

For example:

Change Form Student Change Score n (6,2)

Indicates that the level of the student table is changed to numerical type, with a width of 6, including 2 decimal places.