Employer form mostly working with persist to db
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddPlanIdToPlan < ActiveRecord::Migration[7.2]
|
||||
def change
|
||||
add_column :plans, :plan_id, :integer
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user