Sha256: 207e715268b9fd470c46c93c218a5cf8d788afbb01ee3787e46a56a510fb0776
Contents?: true
Size: 272 Bytes
Versions: 1
Compression:
Stored size: 272 Bytes
Contents
class CreateButtaflyMappings < ActiveRecord::Migration def change create_table :buttafly_mappings do |t| t.integer :legend_id t.integer :originable_id t.string :originable_type t.string :targetable_model t.timestamps end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buttafly-0.0.1 | db/migrate/20140917190530_create_buttafly_mappings.rb |