Class: TenantKit::Generators::MigrationGenerator

Inherits:
Rails::Generators::NamedBase
  • Object
show all
Includes:
ActiveRecord::Generators::Migration
Defined in:
lib/generators/tenant_kit/migration/migration_generator.rb

Overview

Generates a migration adding the tenant reference to an owned table, with a tenant-leading index and a NOT NULL foreign key.

rails g tenant_kit:migration Project

Instance Method Summary collapse