update migrate for sale audit remark

This commit is contained in:
Aung Myo
2018-03-14 13:51:31 +06:30
parent 0edc92d066
commit cf5a85fa5c
2 changed files with 6 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ class CreateSaleAudits < ActiveRecord::Migration[5.1]
t.string :action_by, :null => false
t.string :approved_by, :null => true
t.datetime :approved_at, :null => true
t.string :remark
t.text :remark
t.timestamps
end
end