PhoenixKit.Migrations.Postgres.V91 (phoenix_kit v1.7.111)

Copy Markdown View Source

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)

Summary

Functions

down(opts)

up(opts)