Sha256: 3ea21acdad3153943bad3dfdcf1e65fc67f0a08d54bd80a91b9ac482170255ee

Contents?: true

Size: 285 Bytes

Versions: 1

Compression:

Stored size: 285 Bytes

Contents

class CreateSpreeDownloads < ActiveRecord::Migration
  def change
    create_table :spree_downloads do |t|
      t.string :name, :null => false
      t.integer :download_category_id, :null => false
      t.integer :language_id
      t.string :url

      t.timestamps
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
spree_downloads-1.0.1 db/migrate/20120308131418_create_spree_downloads.rb