Sha256: 17ac8aa16d56c272b70ecf427e08f5b54e140a27d115533f6bea09f5fbe787bd
Contents?: true
Size: 249 Bytes
Versions: 5
Compression:
Stored size: 249 Bytes
Contents
class CreateGemTestBlobs < ActiveRecord::Migration[5.0] def change create_file_blobs_table :gem_test_blobs, blob_limit: 64.kilobytes do |t| # Test that the block is invoked with the correct argument. t.timestamps end end end
Version data entries
5 entries across 5 versions & 1 rubygems