Sha256: 05b1cc57457ded02e24f7c609d920af12e45698745ab0c2f82f1aecc4c51637f
Contents?: true
Size: 208 Bytes
Versions: 19
Compression:
Stored size: 208 Bytes
Contents
class CreateExoplanets < ActiveRecord::Migration def self.up create_table :exoplanets do |t| t.string :name t.timestamps end end def self.down drop_table :exoplanets end end
Version data entries
19 entries across 15 versions & 1 rubygems