Sha256: c1a9217378a493c8b464f8e15745e6b8af45cc03c8d21c0e080000a391a3bed0
Contents?: true
Size: 534 Bytes
Versions: 33
Compression:
Stored size: 534 Bytes
Contents
class CreatePhcscriptcdnproListingVersions < ActiveRecord::Migration[5.1] TEXT_BYTES = 1_073_741_823 def change create_table :phcscriptcdnpro_listing_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_listing_versions, %i(item_type item_id), :name => 'scriptcdnpro_listing_versions' end end
Version data entries
33 entries across 33 versions & 1 rubygems