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

V87: Add Catalogue tables.

Creates the six tables needed by the PhoenixKitCatalogue module:
- `phoenix_kit_cat_manufacturers` — manufacturer directory
- `phoenix_kit_cat_suppliers` — supplier directory
- `phoenix_kit_cat_manufacturer_suppliers` — many-to-many join
- `phoenix_kit_cat_catalogues` — top-level catalogue groupings
- `phoenix_kit_cat_categories` — subdivisions within a catalogue
- `phoenix_kit_cat_items` — individual products/materials

# `down`

# `up`

---

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