Sha256: ea82df377863cc4974967cf159c03ba411de1891d59be7854513af121addf5c7
Contents?: true
Size: 546 Bytes
Versions: 10
Compression:
Stored size: 546 Bytes
Contents
class CreatePhcscriptcdnScriptversionVersions < ActiveRecord::Migration[5.2] TEXT_BYTES = 1_073_741_823 def change create_table :phcscriptcdn_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 :phcscriptcdn_scriptversion_versions, %i(item_type item_id), :name => 'scriptcdn_scriptversion_versions' end end
Version data entries
10 entries across 10 versions & 1 rubygems