This commit is contained in:
Sunandar
2017-01-26 16:28:54 +06:30
parent 3f35298e96
commit 735d899eef
5 changed files with 19 additions and 15 deletions

View File

@@ -13,7 +13,7 @@ class CreateBatches < ActiveRecord::Migration[5.0]
t.datetime :batch_start_time
t.datetime :batch_end_time
t.integer :export_count
t.string :remark
t.string :remark
t.timestamps
end
end