Sha256: 8dc176f52a2c414e16047978ecc75b52737baabb66268e5e6ca456d4ba7b8978
Contents?: true
Size: 559 Bytes
Versions: 43
Compression:
Stored size: 559 Bytes
Contents
class CreatePhcscriptcdnproScriptversionVersions < ActiveRecord::Migration[5.2] TEXT_BYTES = 1_073_741_823 def change create_table :phcscriptcdnpro_scriptversion_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 :phcscriptcdnpro_scriptversion_versions, %i(item_type item_id), :name => 'scriptcdnpro_scriptversion_versions' end end
Version data entries
43 entries across 43 versions & 1 rubygems