Sha256: 54e462f00111da6b9e85efd00780dc26a1073b4ee1ff381b4a1b41716b41426f
Contents?: true
Size: 329 Bytes
Versions: 17
Compression:
Stored size: 329 Bytes
Contents
class CreatePictures < ActiveRecord::Migration def change create_table :pictures do |t| t.belongs_to :product t.string :picture t.string :file_name t.string :content_type t.string :file_size t.integer :position, default: 0 t.timestamps end end end
Version data entries
17 entries across 17 versions & 1 rubygems