update sale_payment database

This commit is contained in:
Nweni
2017-06-07 14:45:03 +06:30
parent 9a23716c23
commit 810a6d8afc
5 changed files with 52 additions and 41 deletions

View File

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