V74: Drop integer id/_id columns, promote uuid to PK on Category B tables.
V72 renamed id → uuid on 30 Category A tables. V73 fixed prerequisites
(NOT NULL, unique indexes, dynamic PK code). V74 completes the migration by:
- Drop all FK constraints referencing
idonphoenix_kit_%tables - Drop integer FK columns across all tables (both Category A and B)
- Drop bigint
id+ makeuuidPK on Category B tables
After V74, every PhoenixKit table has uuid as its PK column. No integer
id or _id columns remain.
All operations are idempotent (IF EXISTS / dynamic introspection guards).