Sha256: 197a4dd3c2fe4bfeb99657250a92d751300020c617ccebf149227c71ba0a9eb8

Contents?: true

Size: 213 Bytes

Versions: 2

Compression:

Stored size: 213 Bytes

Contents

class CreateTenants < ActiveRecord::Migration
  tenant :all

  def change
    create_table :tenants do |t|
      t.string :key, null: false
      t.string :value, null: false

      t.timestamps
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
active_tenant-0.0.4 spec/migrations/20120823132854_create_tenants.rb
active_tenant-0.0.3 spec/migrations/20120823132854_create_tenants.rb