Sha256: b38cbf0e337f245f169c121611cbc68f37ff3cd9623a8b79063395cae42063cd
Contents?: true
Size: 317 Bytes
Versions: 4
Compression:
Stored size: 317 Bytes
Contents
class CreateOpenConferenceWareSelectorVotes < ActiveRecord::Migration def change create_table :open_conference_ware_selector_votes do |t| t.integer "user_id", null: false t.integer "proposal_id", null: false t.integer "rating", null: false t.text "comment" end end end
Version data entries
4 entries across 4 versions & 1 rubygems