Commit 9fdd6793 by nnnghia98

add code to jobs

parent baa590fd
class AddCodeToJob < ActiveRecord::Migration[6.0]
def change
add_column :jobs, :code, :string, unique: true
add_index :jobs, :code, unique: true
end
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment