diff --git a/app/models/account_verification_request.rb b/app/models/account_verification_request.rb index 0b451879..75896dbc 100644 --- a/app/models/account_verification_request.rb +++ b/app/models/account_verification_request.rb @@ -6,7 +6,7 @@ # account_id :bigint(8) # image_file_name :string # image_content_type :string -# image_file_size :integer +# image_file_size :bigint(8) # image_updated_at :datetime # created_at :datetime not null # updated_at :datetime not null