Sha256: bba708d12bb189c9b2e24d1d70fabd458772a73abccd66c52ca5ec8e1b8180b2
Contents?: true
Size: 278 Bytes
Versions: 9
Compression:
Stored size: 278 Bytes
Contents
class AddReports < ActiveRecord::Migration def up create_table :reports, :force => true do |t| t.string :name t.string :filename t.integer :table_id t.integer :user_id t.string :formatter t.timestamps end end def down end end
Version data entries
9 entries across 9 versions & 1 rubygems