Sha256: ac11a94ecc8115825e0fe240e1e827d7970424605753c852750147e121cfd610
Contents?: true
Size: 221 Bytes
Versions: 2
Compression:
Stored size: 221 Bytes
Contents
class CreateRecordsFormats < ActiveRecord::Migration def change create_table :mega_bar_records_formats do |t| t.string :name t.string :classname t.string :type t.timestamps end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mega_bar-0.5.2 | db/migrate/20140505195607_create_records_formats.rb |
mega_bar-0.5.1 | db/migrate/20140505195607_create_records_formats.rb |