Employers working - onboarding to card print
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
class CreateNetworkLogos < ActiveRecord::Migration[7.0]
|
||||
def change
|
||||
create_table :alternate_network_logos do |t|
|
||||
t.string :network_logo
|
||||
t.string :network_logo_filename
|
||||
t.string :exception_type
|
||||
t.string :exception_value
|
||||
t.belongs_to :employer_setup_process, null: false, foreign_key: true
|
||||
t.belongs_to :employer, null: false, foreign_key: true
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user