Sha256: 5fed9a3bfa3024c37a9e730e77145ed760843e7c0f4eb4f01c331739d91f5643

Contents?: true

Size: 255 Bytes

Versions: 13

Compression:

Stored size: 255 Bytes

Contents

class CreateEffectiveStorage < ActiveRecord::Migration[6.0]
  def change

    create_table :active_storage_extensions do |t|
      t.integer :blob_id
      t.string :permission

      t.datetime :updated_at
      t.datetime :created_at
    end

  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
effective_storage-0.4.6 db/migrate/01_create_effective_storage.rb.erb
effective_storage-0.4.5 db/migrate/01_create_effective_storage.rb.erb
effective_storage-0.4.4 db/migrate/01_create_effective_storage.rb.erb
effective_storage-0.4.3 db/migrate/01_create_effective_storage.rb.erb
effective_storage-0.4.2 db/migrate/01_create_effective_storage.rb.erb
effective_storage-0.4.1 db/migrate/01_create_effective_storage.rb.erb
effective_storage-0.4.0 db/migrate/01_create_effective_storage.rb.erb
effective_storage-0.3.2 db/migrate/01_create_effective_storage.rb.erb
effective_storage-0.3.1 db/migrate/01_create_effective_storage.rb.erb
effective_storage-0.3.0 db/migrate/01_create_effective_storage.rb.erb
effective_storage-0.2.2 db/migrate/01_create_effective_storage.rb.erb
effective_storage-0.2.1 db/migrate/01_create_effective_storage.rb.erb
effective_storage-0.2.0 db/migrate/01_create_effective_storage.rb.erb