Halfway through table redesign, saving to revert to working version
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
class CreateIdCardEmployerLogos < ActiveRecord::Migration[7.2]
|
||||
def change
|
||||
create_table :id_card_employer_logos do |t|
|
||||
t.string :filename
|
||||
t.binary :image_data
|
||||
t.string :content_type
|
||||
t.float :aspect_ratio
|
||||
t.boolean :active, default: false
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user