assigns officers to booths
This commit is contained in:
9
db/migrate/20160928113143_create_officing_booths.rb
Normal file
9
db/migrate/20160928113143_create_officing_booths.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
class CreateOfficingBooths < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :poll_officing_booths do |t|
|
||||
t.belongs_to :officer
|
||||
t.belongs_to :booth
|
||||
t.timestamps null: false
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user