Sha256: a2096f251113c018105e8331469163b5e9f87567c0824f3ffec1f8241273b20a

Contents?: true

Size: 384 Bytes

Versions: 34

Compression:

Stored size: 384 Bytes

Contents

class CreateKitheDerivatives < ActiveRecord::Migration[5.2]
  def change
    create_table :kithe_derivatives do |t|
      t.string :key, null: false
      t.jsonb :file_data
      t.references :asset, foreign_key: {to_table: :kithe_models}, type: :uuid, index: true, null: false

      t.timestamps
    end

    add_index :kithe_derivatives, [:asset_id, :key], unique: true
  end
end

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
kithe-2.16.0 db/migrate/20181128185658_create_kithe_derivatives.rb
kithe-2.15.1 db/migrate/20181128185658_create_kithe_derivatives.rb
kithe-2.15.0 db/migrate/20181128185658_create_kithe_derivatives.rb
kithe-2.14.0 db/migrate/20181128185658_create_kithe_derivatives.rb
kithe-2.13.0 db/migrate/20181128185658_create_kithe_derivatives.rb
kithe-2.12.0 db/migrate/20181128185658_create_kithe_derivatives.rb
kithe-2.11.0 db/migrate/20181128185658_create_kithe_derivatives.rb
kithe-2.10.0 db/migrate/20181128185658_create_kithe_derivatives.rb
kithe-2.9.1 db/migrate/20181128185658_create_kithe_derivatives.rb
kithe-2.9.0 db/migrate/20181128185658_create_kithe_derivatives.rb
kithe-2.8.0 db/migrate/20181128185658_create_kithe_derivatives.rb
kithe-2.7.1 db/migrate/20181128185658_create_kithe_derivatives.rb
kithe-2.7.0 db/migrate/20181128185658_create_kithe_derivatives.rb
kithe-2.6.1 db/migrate/20181128185658_create_kithe_derivatives.rb
kithe-2.6.0 db/migrate/20181128185658_create_kithe_derivatives.rb
kithe-2.5.0 db/migrate/20181128185658_create_kithe_derivatives.rb
kithe-2.4.0 db/migrate/20181128185658_create_kithe_derivatives.rb
kithe-2.3.0 db/migrate/20181128185658_create_kithe_derivatives.rb
kithe-2.2.0 db/migrate/20181128185658_create_kithe_derivatives.rb
kithe-2.1.0 db/migrate/20181128185658_create_kithe_derivatives.rb