Sha256: 67e8f5e1843c619b21e8ee128dceaafb2040d00aedacdb92b9fa04168aa67fa9
Contents?: true
Size: 531 Bytes
Versions: 43
Compression:
Stored size: 531 Bytes
Contents
class CreatePhcscriptcdnproAuthorVersions < ActiveRecord::Migration[5.2] TEXT_BYTES = 1_073_741_823 def change create_table :phcscriptcdnpro_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 :phcscriptcdnpro_author_versions, %i(item_type item_id), :name => 'scriptcdnpro_author_versions' end end
Version data entries
43 entries across 43 versions & 1 rubygems