Files
elcaribe/desarrollo2/temp/BJUT7zE1yp/addons/club_point/sql/1.6.sql
2023-08-23 17:33:44 -04:00

5 lines
190 B
SQL

ALTER TABLE `club_point_details`
ADD `converted_amount` DOUBLE(25,2) NULL DEFAULT '0.00' AFTER `point`,
ADD `refunded` INT(1) NOT NULL DEFAULT '0' AFTER `converted_amount`;
COMMIT;