Sha256: 567d20fbc7328bba9f67ded42a827773dcdc8da1d8bb9c62529b78cc171c4b23

Contents?: true

Size: 248 Bytes

Versions: 35

Compression:

Stored size: 248 Bytes

Contents

class CreateSpudRoles < ActiveRecord::Migration
  def change
    create_table :spud_roles do |t|
      t.string :name
      t.timestamps
    end
    add_column :spud_users, :spud_role_id, :integer
    add_index :spud_users, :spud_role_id
  end
end

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
tb_core-1.4.2 db/migrate/20130620143010_create_spud_roles.rb
tb_core-1.4.1 db/migrate/20130620143010_create_spud_roles.rb
tb_core-1.4.0.1 db/migrate/20130620143010_create_spud_roles.rb
tb_core-1.4.beta2 db/migrate/20130620143010_create_spud_roles.rb
tb_core-1.4.beta1 db/migrate/20130620143010_create_spud_roles.rb
tb_core-1.3.10 db/migrate/20130620143010_create_spud_roles.rb
tb_core-1.3.9 db/migrate/20130620143010_create_spud_roles.rb
tb_core-1.3.7 db/migrate/20130620143010_create_spud_roles.rb
tb_core-1.3.6 db/migrate/20130620143010_create_spud_roles.rb
tb_core-1.3.5 db/migrate/20130620143010_create_spud_roles.rb
tb_core-1.3.4 db/migrate/20130620143010_create_spud_roles.rb
tb_core-1.3.3 db/migrate/20130620143010_create_spud_roles.rb
tb_core-1.3.2 db/migrate/20130620143010_create_spud_roles.rb
tb_core-1.3.1 db/migrate/20130620143010_create_spud_roles.rb
tb_core-1.3.0 db/migrate/20130620143010_create_spud_roles.rb
tb_core-1.3.0.beta2 db/migrate/20130620143010_create_spud_roles.rb
tb_core-1.3.0.beta1 db/migrate/20130620143010_create_spud_roles.rb
tb_core-1.2.8 db/migrate/20130620143010_create_spud_roles.rb
tb_core-1.2.7 db/migrate/20130620143010_create_spud_roles.rb
tb_core-1.2.6 db/migrate/20130620143010_create_spud_roles.rb