# `PhoenixKit.Migrations.Postgres.V62`
[🔗](https://github.com/BeamLabEU/phoenix_kit/blob/v1.7.164/lib/phoenix_kit/migrations/postgres/v62.ex#L1)

V62 — Rename UUID-type columns from `_id` suffix to `_uuid` suffix.

Enforces the naming convention: `_id` = integer (legacy), `_uuid` = UUID.
All 35 operations are idempotent (guarded by column existence checks).

## Groups

- A: Posts module (11 tables, 15 renames)
- B: Comments module (3 tables, 4 renames)
- C: Tickets module (3 tables, 6 renames)
- D: Storage module (2 tables, 3 renames)
- E: Publishing module (3 tables, 3 renames)
- F: Shop module (2 tables, 3 renames)
- G: Scheduled Jobs (1 table, 1 rename)

# `down`

# `up`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
