adds poll/booth_assigments
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class CreatePollBoothAssignments < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :poll_booth_assignments do |t|
|
||||
t.integer :booth_id
|
||||
t.integer :poll_id
|
||||
t.timestamps null: false
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user