Sha256: 46f89a569fc95f83a3b17cf11134dac7f373f7fd9f68bdca72525b6dc6730c3f

Contents?: true

Size: 202 Bytes

Versions: 14

Compression:

Stored size: 202 Bytes

Contents

class CreateArms < ActiveRecord::Migration
  def change
    create_table :arms do |t|
      t.string :title, default: ""
      t.boolean :is_social, default: false

      t.timestamps
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
think_feel_do_dashboard-1.2.1 spec/dummy/db/migrate/20141120202053_create_arms.rb
think_feel_do_dashboard-1.2.0.beta1 spec/dummy/db/migrate/20141120202053_create_arms.rb
think_feel_do_dashboard-1.1.21 spec/dummy/db/migrate/20141120202053_create_arms.rb
think_feel_do_dashboard-1.1.20 spec/dummy/db/migrate/20141120202053_create_arms.rb
think_feel_do_dashboard-1.1.19 spec/dummy/db/migrate/20141120202053_create_arms.rb
think_feel_do_dashboard-1.1.18 spec/dummy/db/migrate/20141120202053_create_arms.rb
think_feel_do_dashboard-1.1.17 spec/dummy/db/migrate/20141120202053_create_arms.rb
think_feel_do_dashboard-1.1.16 spec/dummy/db/migrate/20141120202053_create_arms.rb
think_feel_do_dashboard-1.1.15 spec/dummy/db/migrate/20141120202053_create_arms.rb
think_feel_do_dashboard-1.1.14 spec/dummy/db/migrate/20141120202053_create_arms.rb
think_feel_do_dashboard-1.1.13 spec/dummy/db/migrate/20141120202053_create_arms.rb
think_feel_do_dashboard-1.1.12 spec/dummy/db/migrate/20141120202053_create_arms.rb
think_feel_do_dashboard-1.1.11 spec/dummy/db/migrate/20141120202053_create_arms.rb
think_feel_do_dashboard-1.1.10 spec/dummy/db/migrate/20141120202053_create_arms.rb