Employers working - onboarding to card print
This commit is contained in:
@@ -2,9 +2,10 @@ class CreateCardLogoFiles < ActiveRecord::Migration[7.2]
|
||||
def change
|
||||
create_table :card_logo_files do |t|
|
||||
t.string :filename
|
||||
t.binary :image_data
|
||||
t.string :content_type
|
||||
t.string :logo_type
|
||||
t.binary :image
|
||||
t.integer :pl_plan_key
|
||||
t.boolean :active, default: false
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user