add antivoters (no behavior yet)
This commit is contained in:
8
db/migrate/20160919234407_create_anti_voters.rb
Normal file
8
db/migrate/20160919234407_create_anti_voters.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
class CreateAntiVoters < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :anti_voters do |t|
|
||||
t.integer :user_id
|
||||
t.timestamps null: false
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user