Sha256: 1b9a1e8fa09403a117e0b432e77b874aa62d3c91f78e0c81898f93e2eb780828

Contents?: true

Size: 166 Bytes

Versions: 7

Compression:

Stored size: 166 Bytes

Contents

class CreateGotFixedUsers < ActiveRecord::Migration
  def change
    create_table :got_fixed_users do |t|
      t.string :email

      t.timestamps
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
got_fixed-0.1.0 db/migrate/20130924121816_create_got_fixed_users.rb
got_fixed-0.0.6 db/migrate/20130924121816_create_got_fixed_users.rb
got_fixed-0.0.5 db/migrate/20130924121816_create_got_fixed_users.rb
got_fixed-0.0.4 db/migrate/20130924121816_create_got_fixed_users.rb
got_fixed-0.0.3 db/migrate/20130924121816_create_got_fixed_users.rb
got_fixed-0.0.2 db/migrate/20130924121816_create_got_fixed_users.rb
got_fixed-0.0.1 db/migrate/20130924121816_create_got_fixed_users.rb