38873-vm/db/migrations/17_add_equity_pct_to_investments.sql
Flatlogic Bot 93e195d19b v31
2026-02-28 20:00:36 +00:00

3 lines
137 B
SQL

-- Migration: Add equity_pct to investments table
ALTER TABLE investments ADD COLUMN equity_pct DECIMAL(5, 2) DEFAULT 0.00 AFTER amount;