before adding users
This commit is contained in:
@@ -9,6 +9,7 @@ class CreateEmployers < ActiveRecord::Migration[7.2]
|
||||
t.string :group_number
|
||||
t.string :effective_date
|
||||
t.boolean :active, default: false
|
||||
t.boolean :initialized, default: false
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user