Sha256: 871e6df3463ed117d76f273caed46d286529310f3e39eb4db0eb40379036c0bd

Contents?: true

Size: 341 Bytes

Versions: 48

Compression:

Stored size: 341 Bytes

Contents

class CreateDownloadables < ActiveRecord::Migration
  def change
    create_table :downloadables do |t|
      t.string :name
      t.text :description
      t.string :asset_file_name
      t.string :asset_content_type
      t.integer :asset_file_size
      t.integer :index_id
      t.integer :priority

      t.timestamps
    end
  end
end

Version data entries

48 entries across 48 versions & 2 rubygems

Version Path
sbdevcore-0.0.8 db/migrate/20110815163836_create_downloadables.rb
sbdevcore-0.0.7 db/migrate/20110815163836_create_downloadables.rb
sbdevcore-0.0.6 db/migrate/20110815163836_create_downloadables.rb
sbdevcore-0.0.5 db/migrate/20110815163836_create_downloadables.rb
sbdevcore-0.0.4 db/migrate/20110815163836_create_downloadables.rb
sbdevcore-0.0.3 db/migrate/20110815163836_create_downloadables.rb
sbdevcore-0.0.1 db/migrate/20110815163836_create_downloadables.rb
sbdev-core-0.0.1 db/migrate/20110815163836_create_downloadables.rb