shift open/close
This commit is contained in:
@@ -8,7 +8,7 @@ class CreatePaymentJournals < ActiveRecord::Migration[5.1]
|
||||
t.string :payment_method,:null => false, :default => "CASH"
|
||||
t.string :payment_status,:null => false, :default => "NEW"
|
||||
t.string :payment_method_references
|
||||
|
||||
t.integer :created_by, :null => false
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user