36573-vm/db/migrations/015_add_credit_limit_requested.sql
2025-12-11 09:11:16 +00:00

1 line
100 B
SQL

ALTER TABLE `customer_applications` ADD COLUMN `credit_limit_requested` DECIMAL(15, 2) DEFAULT NULL;