Sha256: 397f2f8eb0734b8d9a95635fb4df3e755e5a9948f21c166fa813dd0c9c559072
Contents?: true
Size: 535 Bytes
Versions: 4
Compression:
Stored size: 535 Bytes
Contents
class CreatePhcscriptcdnproListingVersions < ActiveRecord::Migration[7.0] 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
4 entries across 4 versions & 1 rubygems