Sha256: ae7f623d5a552b609326f3c15fc1ce3e9ce3cb4bb6bca6d446c23429e9f56e5f
Contents?: true
Size: 235 Bytes
Versions: 3
Compression:
Stored size: 235 Bytes
Contents
class CreateMegaBarTmpRecordsFormats < ActiveRecord::Migration def change create_table :mega_bar_tmp_records_formats do |t| t.string :name t.string :classname t.string :type t.timestamps end end end
Version data entries
3 entries across 3 versions & 1 rubygems