Sha256: f7a4db0be4372ebaa0e2e01dcf34be9d39d391f663a4af900e9628db7127b2c2
Contents?: true
Size: 231 Bytes
Versions: 5
Compression:
Stored size: 231 Bytes
Contents
class CreatePlanetsExoplanets < ActiveRecord::Migration def self.up create_table :planets_exoplanets do |t| t.string :name t.timestamps end end def self.down drop_table :planets_exoplanets end end
Version data entries
5 entries across 5 versions & 1 rubygems