Joywork/sql/complex_rooms.sql
2026-05-22 21:21:54 +03:00

4 lines
152 B
SQL

ALTER TABLE `complex_rooms`
ADD COLUMN `installment_price` DECIMAL(15, 2) DEFAULT NULL;
ALTER TABLE complex_rooms ALTER total_amount SET DEFAULT 0;