Primer version funcional
This commit is contained in:
3
database/migration_add_total_amount_to_concepts.sql
Executable file
3
database/migration_add_total_amount_to_concepts.sql
Executable file
@@ -0,0 +1,3 @@
|
||||
-- Migration to add total_amount to finance_collection_concepts table
|
||||
ALTER TABLE `finance_collection_concepts`
|
||||
ADD COLUMN `total_amount` DECIMAL(10, 2) NULL DEFAULT NULL AFTER `description`;
|
||||
Reference in New Issue
Block a user