Sha256: bab511184ae3b77e7c861601a2efd86bec3c10526e98b19c755ae9adcb5ec3b2

Contents?: true

Size: 908 Bytes

Versions: 174

Compression:

Stored size: 908 Bytes

Contents

# This migration comes from active_storage (originally 20170806125915)
class CreateActiveStorageTables < ActiveRecord::Migration[5.2]
  def change
    create_table :active_storage_blobs do |t|
      t.string   :key,        null: false
      t.string   :filename,   null: false
      t.string   :content_type
      t.text     :metadata
      t.bigint   :byte_size,  null: false
      t.string   :checksum,   null: false
      t.datetime :created_at, null: false

      t.index [ :key ], unique: true
    end

    create_table :active_storage_attachments do |t|
      t.string     :name,     null: false
      t.references :record,   null: false, polymorphic: true, index: false
      t.references :blob,     null: false

      t.datetime :created_at, null: false

      t.index [ :record_type, :record_id, :name, :blob_id ], name: "index_active_storage_attachments_uniqueness", unique: true
    end
  end
end

Version data entries

174 entries across 173 versions & 24 rubygems

Version Path
thecore-1.5.13 db/migrate/20180410134659_create_active_storage_tables.active_storage.rb
thecore-1.5.12 db/migrate/20180410134659_create_active_storage_tables.active_storage.rb
thecore-1.5.10 db/migrate/20180410134659_create_active_storage_tables.active_storage.rb
thecore-1.5.9 db/migrate/20180410134659_create_active_storage_tables.active_storage.rb
thecore-1.5.8 db/migrate/20180410134659_create_active_storage_tables.active_storage.rb
apicasso-0.6.0 spec/dummy/db/migrate/20180919130152_create_active_storage_tables.active_storage.rb
thecore-1.5.7 db/migrate/20180410134659_create_active_storage_tables.active_storage.rb
keppler-2.1.15 installer/core/db/migrate/20180818073305_create_active_storage_tables.active_storage.rb
apicasso-0.5.2 spec/dummy/db/migrate/20180919130152_create_active_storage_tables.active_storage.rb
apicasso-0.5.1 spec/dummy/db/migrate/20180919130152_create_active_storage_tables.active_storage.rb
apicasso-0.5.0 spec/dummy/db/migrate/20180919130152_create_active_storage_tables.active_storage.rb
thecore-1.5.6 db/migrate/20180410134659_create_active_storage_tables.active_storage.rb
thecore-1.5.5 db/migrate/20180410134659_create_active_storage_tables.active_storage.rb
thecore-1.5.4 db/migrate/20180410134659_create_active_storage_tables.active_storage.rb
keppler-2.1.14 installer/core/db/migrate/20180818073305_create_active_storage_tables.active_storage.rb
keppler-2.1.13 installer/core/db/migrate/20180818073305_create_active_storage_tables.active_storage.rb
apicasso-0.4.11 spec/dummy/db/migrate/20180919130152_create_active_storage_tables.active_storage.rb
apicasso-0.4.10 spec/dummy/db/migrate/20180919130152_create_active_storage_tables.active_storage.rb
apicasso-0.4.9 spec/dummy/db/migrate/20180919130152_create_active_storage_tables.active_storage.rb
apicasso-0.4.8 spec/dummy/db/migrate/20180919130152_create_active_storage_tables.active_storage.rb