Joywork/sql/complex_rooms.sql

4 lines
152 B
MySQL
Raw Normal View History

2026-05-22 20:21:54 +02:00
ALTER TABLE `complex_rooms`
ADD COLUMN `installment_price` DECIMAL(15, 2) DEFAULT NULL;
ALTER TABLE complex_rooms ALTER total_amount SET DEFAULT 0;