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

V91: Add Locations tables.

Creates the three tables needed by the PhoenixKitLocations module:
- `phoenix_kit_location_types` — user-defined location categories (Showroom, Storage, etc.)
- `phoenix_kit_locations` — physical locations with full address, contact, features
- `phoenix_kit_location_type_assignments` — many-to-many join (a location can have multiple types)

# `down`

# `up`

---

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