4 lines
157 B
MySQL
4 lines
157 B
MySQL
|
-- Place your SQL code here
|
||
|
|
||
|
ALTER TABLE vn.clientConfig ADD maxPriceIncreasingRatio DECIMAL(2,2) DEFAULT 0.25 NOT NULL COMMENT 'máximo recobro permitido';
|