Sha256: 1411f475e81d7bc0e1136749cc780342bd79c51e74fae9778e1715c8330fbf25

Contents?: true

Size: 198 Bytes

Versions: 2

Compression:

Stored size: 198 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.4 spec/migrations/20120823132512_create_globals.rb
active_tenant-0.0.3 spec/migrations/20120823132512_create_globals.rb