forgeplus/db/migrate/20210609072904_add_timestam...

6 lines
140 B
Ruby

class AddTimestampToAppliedProjects < ActiveRecord::Migration[5.2]
def change
add_timestamps(:applied_projects, null: true)
end
end