ULDA · Build Blueprint

Enterprise Unified Lead Database Architecture — V6

The complete build, organized by stage. Each stage states its objective, the exact modifications made to the database, the objects created, and how the result was verified. The whole programme is additive — the original public schema was never altered — and every stage is independently reversible.

Additive
New ulda_* schemas beside untouched legacy
Reversible
Each stage rolls back independently
Zero-downtime
Business ran throughout the build
Validated
Every stage audited; invariants = 0
Everything above is live and inspectable in the explorer (Schema, Relationships, Lead-360, SQL console) or via /root/ulda-rj/scripts/ulda-report.sh. Rollback for the entire programme is a single DROP SCHEMA ulda_* CASCADE with zero dependencies on the legacy schema.