关于
Designed for developers building production-grade xOS apps, this skill provides a rigorous framework for evolving database schemas without risking user data. It emphasizes the core principle of immutable migrations and guides users through additive-only patterns, idempotency checks, and transactional updates. Whether you are dealing with 'cannot add NOT NULL column' errors or complex schema refactoring, it offers clear guidance on safe migration workflows, including specific implementation patterns for GRDB and SwiftData, ensuring that every update preserves the integrity of existing user information.