Sha256: 1abca88be81d56954ff5c0c881e1fb1f0fff1e72d28d38c4989092979791e5df

Contents?: true

Size: 176 Bytes

Versions: 9

Compression:

Stored size: 176 Bytes

Contents

class CreateOminousWarnings < ActiveRecord::Migration
  def change
    create_table :ominous_warnings do |t|
      t.column :name, :string
      t.timestamps
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
ominous-0.1.3 db/migrate/20121206144249_create_ominous_warnings.rb
ominous-0.1.2 db/migrate/20121206144249_create_ominous_warnings.rb
ominous-0.1.1 db/migrate/20121206144249_create_ominous_warnings.rb
ominous-0.1.0 db/migrate/20121206144249_create_ominous_warnings.rb
ominous-0.0.5 db/migrate/20121206144249_create_ominous_warnings.rb
ominous-0.0.4 db/migrate/20121206144249_create_ominous_warnings.rb
ominous-0.0.3 db/migrate/20121206144249_create_ominous_warnings.rb
ominous-0.0.2 db/migrate/20121206144249_create_ominous_warnings.rb
ominous-0.0.1 db/migrate/20121206144249_create_ominous_warnings.rb