Widen blob size column

This commit is contained in:
George Claghorn 2017-08-24 09:37:04 -04:00
parent 51b017652a
commit 9de6c6c91c
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ class CreateActiveStorageTables < ActiveRecord::Migration[5.2]
t.string :filename, null: false
t.string :content_type
t.text :metadata
t.integer :byte_size, null: false
t.bigint :byte_size, null: false
t.string :checksum, null: false
t.datetime :created_at, null: false