Sha256: a3360bebbda460f088b651381c9abe20e6e1408ba8235b090768165461bcf762

Contents?: true

Size: 178 Bytes

Versions: 8

Compression:

Stored size: 178 Bytes

Contents

class CreateProfiles < ActiveRecord::Migration
  def change
    create_table :profiles do |t|
      t.string :username
      t.string :slug

      t.timestamps
    end
  end
end

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
impressionist-2.0.0 tests/test_app/db/migrate/20150207135825_create_profiles.rb
impressionist-1.6.1 tests/test_app/db/migrate/20150207135825_create_profiles.rb
impressionist-1.6.0 tests/test_app/db/migrate/20150207135825_create_profiles.rb
impressionist-1.5.2 tests/test_app/db/migrate/20150207135825_create_profiles.rb
impressionist2-1.5.5 tests/test_app/db/migrate/20150207135825_create_profiles.rb
impressionist2-1.5.4 tests/test_app/db/migrate/20150207135825_create_profiles.rb
impressionist2-1.5.3 tests/test_app/db/migrate/20150207135825_create_profiles.rb
impressionist2-1.5.1 tests/test_app/db/migrate/20150207135825_create_profiles.rb