Sha256: e3af2a3bbba1b09c296f1d44df60266b3b4ee1f62fbc38cf5754ce1d4954ea89

Contents?: true

Size: 269 Bytes

Versions: 1

Compression:

Stored size: 269 Bytes

Contents

class CreateGlacierArchivesTable < ActiveRecord::Migration[5.0]
  def change
    create_table :glacier_archives, :force => true do |t|
      t.text :description
      t.text :archive_id
      t.text :checksum
      t.text :location
      t.timestamps
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
glacier_on_rails-1.0.0 db/migrate/20170503133854_create_glacier_archives_table.rb