Add token string attribute to Poll Answer
This commit is contained in:
5
db/migrate/20171006102811_add_token_to_poll_answer.rb
Normal file
5
db/migrate/20171006102811_add_token_to_poll_answer.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddTokenToPollAnswer < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :poll_answers, :token, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user