Sha256: 7de67abfa71c2a8e6fba9375282e5523b253c6024d23046ecec3028eb9b607ae

Contents?: true

Size: 208 Bytes

Versions: 2

Compression:

Stored size: 208 Bytes

Contents

class CreateGlobals < ActiveRecord::Migration
  def change
    create_table :globals 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/20120823132512_create_globals.rb
active_tenant-0.0.1 spec/migrations/20120823132512_create_globals.rb