change migration file

This commit is contained in:
phyusin
2018-02-19 15:43:27 +06:30
parent 9f2bab7187
commit 521b4d897b
9 changed files with 40 additions and 35 deletions

View File

@@ -9,6 +9,7 @@ class CreateEmployees < ActiveRecord::Migration[5.1]
t.datetime :session_expiry
t.datetime :session_last_login
t.string :created_by
t.string :image_path
t.timestamps
end
end