stores a proposal notification
This commit is contained in:
12
db/migrate/20160601103338_create_proposal_notifications.rb
Normal file
12
db/migrate/20160601103338_create_proposal_notifications.rb
Normal file
@@ -0,0 +1,12 @@
|
||||
class CreateProposalNotifications < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :proposal_notifications do |t|
|
||||
t.string :title
|
||||
t.text :body
|
||||
t.integer :author_id
|
||||
t.integer :proposal_id
|
||||
|
||||
t.timestamps null: false
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user