Sha256: 53fddcc7ed8bb5971a1cf14a894614860650818cd93343dbe2275318b6abd4d4
Contents?: true
Size: 245 Bytes
Versions: 3
Compression:
Stored size: 245 Bytes
Contents
class CreateS3MultipartUploads < ActiveRecord::Migration def change create_table :s3_multipart_uploads do |t| t.string :location t.string :upload_id t.string :key t.string :name t.timestamps end end end
Version data entries
3 entries across 3 versions & 1 rubygems