Sha256: 3cdf2673e9ed8c05e48ee4d3b76165b1c3dcef075df9d83f068ddf197efa1fcb
Contents?: true
Size: 159 Bytes
Versions: 4
Compression:
Stored size: 159 Bytes
Contents
class CreatePants < ActiveRecord::Migration[4.2] def change create_table :pants do |t| t.integer :length t.integer :inseam end end end
Version data entries
4 entries across 4 versions & 1 rubygems