Sha256: 4f661c703838bc233301d1577dfdbc5ddd11cef9a01c336edad3c930266dad94

Contents?: true

Size: 237 Bytes

Versions: 17

Compression:

Stored size: 237 Bytes

Contents

class CreateValueStatements < ActiveRecord::Migration
  def change
    create_table :value_statements do |t|
      t.integer :project_id, null: false
      t.float :weight, null: false
      t.string :text, null: false
    end
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
houston-core-0.7.0 db/migrate/20140506035755_create_value_statements.rb
houston-core-0.7.0.beta4 db/migrate/20140506035755_create_value_statements.rb
houston-core-0.7.0.beta3 db/migrate/20140506035755_create_value_statements.rb
houston-core-0.7.0.beta2 db/migrate/20140506035755_create_value_statements.rb
houston-core-0.7.0.beta db/migrate/20140506035755_create_value_statements.rb
houston-core-0.6.3 db/migrate/20140506035755_create_value_statements.rb
houston-core-0.6.2 db/migrate/20140506035755_create_value_statements.rb
houston-core-0.6.1 db/migrate/20140506035755_create_value_statements.rb
houston-core-0.6.0 db/migrate/20140506035755_create_value_statements.rb
houston-core-0.5.6 db/migrate/20140506035755_create_value_statements.rb
houston-core-0.5.5 db/migrate/20140506035755_create_value_statements.rb
houston-core-0.5.4 db/migrate/20140506035755_create_value_statements.rb
houston-core-0.5.3 db/migrate/20140506035755_create_value_statements.rb
houston-core-0.5.2 db/migrate/20140506035755_create_value_statements.rb
houston-core-0.5.1 db/migrate/20140506035755_create_value_statements.rb
houston-core-0.5.0 db/migrate/20140506035755_create_value_statements.rb
houston-core-0.5.0.beta1 db/migrate/20140506035755_create_value_statements.rb