2 lines
81 B
MySQL
2 lines
81 B
MySQL
|
USE vn;
|
||
|
ALTER TABLE vn.business ADD basicSalary decimal(10,2) DEFAULT NULL NULL;
|