Sha256: 689a8c309611f3e6b6d8f6e06b7a4134172715c6ce604a2bc7e82b2a7f6115fa

Contents?: true

Size: 522 Bytes

Versions: 6

Compression:

Stored size: 522 Bytes

Contents

class CreatePhcscriptcdnAuthorVersions < ActiveRecord::Migration[5.2]
  TEXT_BYTES = 1_073_741_823
  def change

    create_table :phcscriptcdn_author_versions do |t|
      t.string   :item_type, {:null=>false}
      t.integer  :item_id,   null: false
      t.string   :event,     null: false
      t.string   :whodunnit
      t.text     :object, limit: TEXT_BYTES
      t.datetime :created_at
    end

    add_index :phcscriptcdn_author_versions, %i(item_type item_id), :name => 'scriptcdnpro_author_versions'

  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
phcscriptcdn-54.1.0 db/migrate/20170517064208_create_phcscriptcdn_author_versions.rb
phcscriptcdn-54.0.0 db/migrate/20170517064208_create_phcscriptcdn_author_versions.rb
phcscriptcdn-53.0.0 db/migrate/20170517064208_create_phcscriptcdn_author_versions.rb
phcscriptcdn-52.0.0 db/migrate/20170517064208_create_phcscriptcdn_author_versions.rb
phcscriptcdn-51.0.0 db/migrate/20170517064208_create_phcscriptcdn_author_versions.rb
phcscriptcdn-50.0.0 db/migrate/20170517064208_create_phcscriptcdn_author_versions.rb