Sha256: 99b2e8292abf7b6257033cfcea307b2cb5f79bd6745e00f1ab06b170002c5dc7
Contents?: true
Size: 526 Bytes
Versions: 6
Compression:
Stored size: 526 Bytes
Contents
class CreatePhcscriptcdnListingVersions < ActiveRecord::Migration[5.2] TEXT_BYTES = 1_073_741_823 def change create_table :phcscriptcdn_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 :phcscriptcdn_listing_versions, %i(item_type item_id), :name => 'scriptcdnpro_listing_versions' end end
Version data entries
6 entries across 6 versions & 1 rubygems