Sha256: 5771b0e165e86b0fb6460b6fb3bdd25820f19f29a60dfa0992b8c1e3c41cf94d

Contents?: true

Size: 228 Bytes

Versions: 2

Compression:

Stored size: 228 Bytes

Contents

class CreateCustoms < ActiveRecord::Migration
  tenant :custom

  def change
    create_table :customs 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.2 spec/migrations/20120823132902_create_customs.rb
active_tenant-0.0.1 spec/migrations/20120823132902_create_customs.rb