Context
Base.metadata.create_all is idempotent on table existence but silently misses column renames and type changes. Adopters who pulled mid-rename during the recent broadening cycle hit NULL bugs because existing tables weren't altered.
Acceptance Criteria
Refs
Context
Base.metadata.create_allis idempotent on table existence but silently misses column renames and type changes. Adopters who pulled mid-rename during the recent broadening cycle hit NULL bugs because existing tables weren't altered.Acceptance Criteria
examples/v3_reference_seller/(cross-link feat(v3-ref-seller): Alembic migration scaffold replacing Base.metadata.create_all #382)Base.metadata.create_allreplaced withalembic upgrade headon bootRefs