ReceivedMail: change timestamp for migration
This commit is contained in:
parent
8cd46b7fdf
commit
c1953592b7
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@ class CreateReceivedMails < ActiveRecord::Migration[5.0]
|
|||
t.text :object
|
||||
t.references :procedure, foreign_key: true
|
||||
|
||||
t.timestamps
|
||||
t.column :created_at, :timestamp, null: true
|
||||
t.column :updated_at, :timestamp, null: true
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue