Sha256: 1e0541d60b8753f09b0c2fbf4c77c4d3a15fc2486af392d4b7538b78cfe9b5c6

Contents?: true

Size: 355 Bytes

Versions: 2

Compression:

Stored size: 355 Bytes

Contents

class CreateLatoMediaMedia < ActiveRecord::Migration[5.1]
  def change
    create_table :lato_media_media do |t|
      t.string :title
      t.text :description

      t.string :attachment_file_name
      t.string :attachment_content_type
      t.integer :attachment_file_size
      t.datetime :attachment_updated_at

      t.timestamps
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
lato_media-2.1.2 db/migrate/20160224181218_create_lato_media_media.rb
lato_media-2.1 db/migrate/20160224181218_create_lato_media_media.rb